From 7c71e9e83f034f8a123b3491f67338360a79911f Mon Sep 17 00:00:00 2001 From: jer3m01 Date: Fri, 3 May 2024 06:11:37 +0200 Subject: [PATCH] docs: update wording --- apps/docs/src/routes/docs/core/components/context-menu.mdx | 2 +- apps/docs/src/routes/docs/core/components/dropdown-menu.mdx | 2 +- apps/docs/src/routes/docs/core/components/hover-card.mdx | 2 +- apps/docs/src/routes/docs/core/components/menubar.mdx | 2 +- apps/docs/src/routes/docs/core/components/popover.mdx | 2 +- apps/docs/src/routes/docs/core/components/select.mdx | 2 +- apps/docs/src/routes/docs/core/components/tooltip.mdx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/docs/src/routes/docs/core/components/context-menu.mdx b/apps/docs/src/routes/docs/core/components/context-menu.mdx index ca578ca8..e2a51436 100644 --- a/apps/docs/src/routes/docs/core/components/context-menu.mdx +++ b/apps/docs/src/routes/docs/core/components/context-menu.mdx @@ -449,7 +449,7 @@ We expose a CSS custom property `--kb-popper-content-transform-origin` which can ### ContextMenu.Content -The positioner will copy the same `z-index` as the `ContextMenu.Content`. +The popper positioner will copy the same `z-index` as the `ContextMenu.Content`. | Prop | Description | | :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | diff --git a/apps/docs/src/routes/docs/core/components/dropdown-menu.mdx b/apps/docs/src/routes/docs/core/components/dropdown-menu.mdx index fa55c08f..7124dc08 100644 --- a/apps/docs/src/routes/docs/core/components/dropdown-menu.mdx +++ b/apps/docs/src/routes/docs/core/components/dropdown-menu.mdx @@ -517,7 +517,7 @@ We expose a CSS custom property `--kb-menu-content-transform-origin` which can b ### DropdownMenu.Content -The positioner will copy the same `z-index` as the `DropdownMenu.Content`. +The popper positioner will copy the same `z-index` as the `DropdownMenu.Content`. | Prop | Description | | :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | diff --git a/apps/docs/src/routes/docs/core/components/hover-card.mdx b/apps/docs/src/routes/docs/core/components/hover-card.mdx index 826ba8ad..9ba20cb8 100644 --- a/apps/docs/src/routes/docs/core/components/hover-card.mdx +++ b/apps/docs/src/routes/docs/core/components/hover-card.mdx @@ -270,7 +270,7 @@ We expose a CSS custom property `--kb-hovercard-content-transform-origin` which ### HoverCard.Content -The positioner will copy the same `z-index` as the `HoverCard.Content`. +The popper positioner will copy the same `z-index` as the `HoverCard.Content`. ### HoverCard.Trigger diff --git a/apps/docs/src/routes/docs/core/components/menubar.mdx b/apps/docs/src/routes/docs/core/components/menubar.mdx index ca9b7d14..c015ab11 100644 --- a/apps/docs/src/routes/docs/core/components/menubar.mdx +++ b/apps/docs/src/routes/docs/core/components/menubar.mdx @@ -595,7 +595,7 @@ We expose a CSS custom property `--kb-popper-content-transform-origin` which can ### Menubar.Content -The positioner will copy the same `z-index` as the `Menubar.Content`. +The popper positioner will copy the same `z-index` as the `Menubar.Content`. | Prop | Description | | :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | diff --git a/apps/docs/src/routes/docs/core/components/popover.mdx b/apps/docs/src/routes/docs/core/components/popover.mdx index af165727..b0988e38 100644 --- a/apps/docs/src/routes/docs/core/components/popover.mdx +++ b/apps/docs/src/routes/docs/core/components/popover.mdx @@ -337,7 +337,7 @@ We expose a CSS custom property `--kb-popover-content-transform-origin` which ca ### Popover.Content -The positioner will copy the same `z-index` as the `Popover.Content`. +The popper positioner will copy the same `z-index` as the `Popover.Content`. | Prop | Description | | :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | diff --git a/apps/docs/src/routes/docs/core/components/select.mdx b/apps/docs/src/routes/docs/core/components/select.mdx index 914dfdf0..96bdcea1 100644 --- a/apps/docs/src/routes/docs/core/components/select.mdx +++ b/apps/docs/src/routes/docs/core/components/select.mdx @@ -975,7 +975,7 @@ We expose a CSS custom property `--kb-select-content-transform-origin` which can ### Select.Content -The positioner will copy the same `z-index` as the `Select.Content`. +The popper positioner will copy the same `z-index` as the `Select.Content`. | Data attribute | Description | | :------------- | :-------------------------------- | diff --git a/apps/docs/src/routes/docs/core/components/tooltip.mdx b/apps/docs/src/routes/docs/core/components/tooltip.mdx index ef188ebf..53f52ccc 100644 --- a/apps/docs/src/routes/docs/core/components/tooltip.mdx +++ b/apps/docs/src/routes/docs/core/components/tooltip.mdx @@ -282,7 +282,7 @@ We expose a CSS custom property `--kb-tooltip-content-transform-origin` which ca ### Tooltip.Content -The positioner will copy the same `z-index` as the `Tooltip.Content`. +The popper positioner will copy the same `z-index` as the `Tooltip.Content`. | Prop | Description | | :------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |