@kaizen/components 1.71.0 → 1.72.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (693) hide show
  1. package/codemods/README.md +3 -3
  2. package/codemods/upgradeIconV1/getNewIconPropsFromOldIconName.ts +1 -1
  3. package/codemods/upgradeIconV1/index.ts +1 -1
  4. package/codemods/upgradeIconV1/upgradeIconV1.spec.ts +4 -4
  5. package/codemods/upgradeIconV1/upgradeIconV1.ts +1 -1
  6. package/codemods/utils/getKaioTagName.spec.ts +4 -4
  7. package/codemods/utils/getKaioTagName.ts +1 -1
  8. package/codemods/utils/updateKaioImports.spec.ts +20 -20
  9. package/dist/cjs/Avatar/Avatar.cjs +1 -1
  10. package/dist/cjs/ButtonGroup/ButtonGroup.cjs +4 -4
  11. package/dist/cjs/Calendar/CalendarRange/CalendarRange.cjs +1 -1
  12. package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.cjs +1 -1
  13. package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs +1 -1
  14. package/dist/cjs/Checkbox/Checkbox/Checkbox.cjs +1 -1
  15. package/dist/cjs/ClearButton/ClearButton.cjs +1 -1
  16. package/dist/cjs/Collapsible/Collapsible/Collapsible.cjs +1 -1
  17. package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.cjs +1 -1
  18. package/dist/cjs/DateRangePicker/DateRangePicker.cjs +1 -1
  19. package/dist/cjs/ErrorPage/ErrorPage.cjs +1 -1
  20. package/dist/cjs/FieldMessage/FieldMessage.cjs +1 -1
  21. package/dist/cjs/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.cjs +1 -1
  22. package/dist/cjs/Filter/FilterButton/FilterButton/FilterButton.cjs +1 -1
  23. package/dist/cjs/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.cjs +3 -3
  24. package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.cjs +1 -1
  25. package/dist/cjs/Filter/FilterSelect/FilterSelect.cjs +12 -12
  26. package/dist/cjs/Focusable/Focusable.module.scss.cjs +6 -0
  27. package/dist/cjs/GuidanceBlock/GuidanceBlock.cjs +3 -3
  28. package/dist/cjs/Illustration/utils/usePausePlay.cjs +1 -1
  29. package/dist/cjs/Input/InputSearch/InputSearch.cjs +1 -1
  30. package/dist/cjs/LikertScaleLegacy/LikertScaleLegacy.cjs +1 -1
  31. package/dist/cjs/LinkButton/LinkButton.cjs +3 -3
  32. package/dist/cjs/Menu/index.cjs +0 -1
  33. package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +1 -1
  34. package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs +1 -1
  35. package/dist/cjs/MultiSelect/subcomponents/Checkbox/Checkbox.cjs +1 -1
  36. package/dist/cjs/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.cjs +2 -2
  37. package/dist/cjs/Notification/subcomponents/CancelButton/CancelButton.cjs +1 -1
  38. package/dist/cjs/Notification/subcomponents/NotificationIcon/NotificationIcon.cjs +1 -1
  39. package/dist/cjs/Pagination/Pagination.cjs +1 -0
  40. package/dist/cjs/Pagination/subcomponents/DirectionalLink/DirectionalLink.cjs +1 -1
  41. package/dist/cjs/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.cjs +1 -1
  42. package/dist/cjs/Popover/Popover.cjs +1 -1
  43. package/dist/cjs/Popover/utils/classMappers.cjs +1 -1
  44. package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.cjs +2 -2
  45. package/dist/cjs/RichTextEditor/RichTextEditor/utils/controlmap.cjs +1 -1
  46. package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.cjs +1 -1
  47. package/dist/cjs/Select/Select.cjs +1 -1
  48. package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.cjs +1 -1
  49. package/dist/cjs/Table/Table.cjs +3 -3
  50. package/dist/cjs/Tag/Tag.cjs +1 -1
  51. package/dist/cjs/TextField/TextField.cjs +1 -1
  52. package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.cjs +1 -1
  53. package/dist/cjs/TitleBlockZen/TitleBlockZen.cjs +1 -1
  54. package/dist/cjs/TitleBlockZen/subcomponents/MainActions.cjs +1 -1
  55. package/dist/cjs/TitleBlockZen/subcomponents/MobileActions.cjs +1 -1
  56. package/dist/cjs/TitleBlockZen/subcomponents/SecondaryActions.cjs +1 -1
  57. package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +1 -1
  58. package/dist/cjs/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +1 -1
  59. package/dist/cjs/{__rc__ → __next__}/Button/Button.cjs +1 -1
  60. package/dist/cjs/__next__/Button/Button.module.css.cjs +21 -0
  61. package/dist/cjs/__next__/Button/subcomponents/ButtonContent/ButtonContent.module.css.cjs +9 -0
  62. package/dist/cjs/__next__/Button/subcomponents/PendingContent/PendingContent.module.css.cjs +8 -0
  63. package/dist/cjs/__next__/Icon/Icon.module.css.cjs +11 -0
  64. package/dist/cjs/{__rc__ → __next__}/Menu/Menu.module.css.cjs +1 -1
  65. package/dist/cjs/__next__/Menu/MenuItem.module.css.cjs +8 -0
  66. package/dist/cjs/__next__/Select/Select.module.scss.cjs +7 -0
  67. package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.cjs +1 -1
  68. package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.module.scss.cjs +1 -1
  69. package/dist/cjs/__next__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.cjs +8 -0
  70. package/dist/cjs/__next__/Select/subcomponents/Option/Option.module.scss.cjs +10 -0
  71. package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.module.scss.cjs +1 -1
  72. package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss.cjs +1 -1
  73. package/dist/cjs/__next__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.cjs +14 -0
  74. package/dist/cjs/__next__/Tabs/subcomponents/Tab/Tab.module.css.cjs +7 -0
  75. package/dist/cjs/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.cjs +1 -1
  76. package/dist/cjs/__next__/Tabs/subcomponents/TabList/TabList.module.css.cjs +10 -0
  77. package/dist/cjs/__next__/Tag/RemovableTag/RemovableTag.module.scss.cjs +6 -0
  78. package/dist/cjs/__next__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.cjs +6 -0
  79. package/dist/cjs/__next__/Tag/Tag/Tag.module.scss.cjs +14 -0
  80. package/dist/cjs/{__rc__ → __next__}/Tooltip/OverlayArrow.cjs +1 -1
  81. package/dist/cjs/__next__/Tooltip/OverlayArrow.module.scss.cjs +7 -0
  82. package/dist/cjs/{__rc__ → __next__}/Tooltip/Tooltip.cjs +1 -1
  83. package/dist/cjs/__next__/Tooltip/Tooltip.module.scss.cjs +8 -0
  84. package/dist/cjs/actionsV3.cjs +7 -7
  85. package/dist/cjs/future.cjs +18 -18
  86. package/dist/cjs/index.cjs +7 -2
  87. package/dist/cjs/next.cjs +45 -0
  88. package/dist/cjs/overlaysV1.cjs +2 -2
  89. package/dist/cjs/overlaysV2.cjs +2 -2
  90. package/dist/cjs/overlaysV3.cjs +2 -4
  91. package/dist/cjs/utilitiesV3.cjs +1053 -1
  92. package/dist/esm/Avatar/Avatar.mjs +1 -1
  93. package/dist/esm/ButtonGroup/ButtonGroup.mjs +1 -1
  94. package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs +1 -1
  95. package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs +1 -1
  96. package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs +1 -1
  97. package/dist/esm/Checkbox/Checkbox/Checkbox.mjs +1 -1
  98. package/dist/esm/ClearButton/ClearButton.mjs +1 -1
  99. package/dist/esm/Collapsible/Collapsible/Collapsible.mjs +1 -1
  100. package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs +1 -1
  101. package/dist/esm/DateRangePicker/DateRangePicker.mjs +1 -1
  102. package/dist/esm/ErrorPage/ErrorPage.mjs +1 -1
  103. package/dist/esm/FieldMessage/FieldMessage.mjs +1 -1
  104. package/dist/esm/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs +1 -1
  105. package/dist/esm/Filter/FilterButton/FilterButton/FilterButton.mjs +1 -1
  106. package/dist/esm/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.mjs +2 -2
  107. package/dist/esm/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs +1 -1
  108. package/dist/esm/Filter/FilterSelect/FilterSelect.mjs +12 -12
  109. package/dist/esm/Focusable/Focusable.module.scss.mjs +4 -0
  110. package/dist/esm/GuidanceBlock/GuidanceBlock.mjs +2 -2
  111. package/dist/esm/Illustration/utils/usePausePlay.mjs +1 -1
  112. package/dist/esm/Input/InputSearch/InputSearch.mjs +1 -1
  113. package/dist/esm/LikertScaleLegacy/LikertScaleLegacy.mjs +1 -1
  114. package/dist/esm/LinkButton/LinkButton.mjs +3 -3
  115. package/dist/esm/Menu/index.mjs +0 -1
  116. package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +1 -1
  117. package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs +1 -1
  118. package/dist/esm/MultiSelect/subcomponents/Checkbox/Checkbox.mjs +1 -1
  119. package/dist/esm/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.mjs +2 -2
  120. package/dist/esm/Notification/subcomponents/CancelButton/CancelButton.mjs +1 -1
  121. package/dist/esm/Notification/subcomponents/NotificationIcon/NotificationIcon.mjs +1 -1
  122. package/dist/esm/Pagination/Pagination.mjs +1 -0
  123. package/dist/esm/Pagination/subcomponents/DirectionalLink/DirectionalLink.mjs +1 -1
  124. package/dist/esm/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.mjs +1 -1
  125. package/dist/esm/Popover/Popover.mjs +1 -1
  126. package/dist/esm/Popover/utils/classMappers.mjs +1 -1
  127. package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.mjs +1 -1
  128. package/dist/esm/RichTextEditor/RichTextEditor/utils/controlmap.mjs +1 -1
  129. package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.mjs +1 -1
  130. package/dist/esm/Select/Select.mjs +1 -1
  131. package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.mjs +1 -1
  132. package/dist/esm/Table/Table.mjs +2 -2
  133. package/dist/esm/Tag/Tag.mjs +1 -1
  134. package/dist/esm/TextField/TextField.mjs +1 -1
  135. package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.mjs +1 -1
  136. package/dist/esm/TitleBlockZen/TitleBlockZen.mjs +1 -1
  137. package/dist/esm/TitleBlockZen/subcomponents/MainActions.mjs +1 -1
  138. package/dist/esm/TitleBlockZen/subcomponents/MobileActions.mjs +1 -1
  139. package/dist/esm/TitleBlockZen/subcomponents/SecondaryActions.mjs +1 -1
  140. package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +1 -1
  141. package/dist/esm/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +1 -1
  142. package/dist/esm/{__rc__ → __next__}/Button/Button.mjs +1 -1
  143. package/dist/esm/__next__/Button/Button.module.css.mjs +19 -0
  144. package/dist/esm/__next__/Button/subcomponents/ButtonContent/ButtonContent.module.css.mjs +7 -0
  145. package/dist/esm/__next__/Button/subcomponents/PendingContent/PendingContent.module.css.mjs +6 -0
  146. package/dist/esm/__next__/Icon/Icon.module.css.mjs +9 -0
  147. package/dist/esm/{__rc__ → __next__}/Menu/Menu.module.css.mjs +1 -1
  148. package/dist/esm/__next__/Menu/MenuItem.module.css.mjs +6 -0
  149. package/dist/esm/__next__/Select/Select.module.scss.mjs +5 -0
  150. package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.mjs +1 -1
  151. package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.module.scss.mjs +1 -1
  152. package/dist/esm/__next__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.mjs +6 -0
  153. package/dist/esm/__next__/Select/subcomponents/Option/Option.module.scss.mjs +8 -0
  154. package/dist/esm/__next__/Select/subcomponents/SectionDivider/SectionDivider.module.scss.mjs +4 -0
  155. package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss.mjs +1 -1
  156. package/dist/esm/__next__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.mjs +12 -0
  157. package/dist/esm/__next__/Tabs/subcomponents/Tab/Tab.module.css.mjs +5 -0
  158. package/dist/esm/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.mjs +1 -1
  159. package/dist/esm/__next__/Tabs/subcomponents/TabList/TabList.module.css.mjs +8 -0
  160. package/dist/esm/__next__/Tag/RemovableTag/RemovableTag.module.scss.mjs +4 -0
  161. package/dist/esm/__next__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.mjs +4 -0
  162. package/dist/esm/__next__/Tag/Tag/Tag.module.scss.mjs +12 -0
  163. package/dist/esm/{__rc__ → __next__}/Tooltip/OverlayArrow.mjs +1 -1
  164. package/dist/esm/__next__/Tooltip/OverlayArrow.module.scss.mjs +5 -0
  165. package/dist/esm/{__rc__ → __next__}/Tooltip/Tooltip.mjs +1 -1
  166. package/dist/esm/__next__/Tooltip/Tooltip.module.scss.mjs +6 -0
  167. package/dist/esm/actionsV3.mjs +7 -7
  168. package/dist/esm/future.mjs +18 -18
  169. package/dist/esm/index.mjs +3 -1
  170. package/dist/esm/next.mjs +19 -0
  171. package/dist/esm/overlaysV1.mjs +1 -1
  172. package/dist/esm/overlaysV2.mjs +1 -1
  173. package/dist/esm/overlaysV3.mjs +2 -3
  174. package/dist/esm/utilitiesV3.mjs +422 -1
  175. package/dist/styles.css +155 -155
  176. package/dist/types/Filter/FilterSelect/FilterSelect.d.ts +4 -4
  177. package/dist/types/Filter/FilterSelect/types.d.ts +1 -1
  178. package/dist/types/LinkButton/LinkButton.d.ts +1 -1
  179. package/dist/types/Tooltip/index.d.ts +1 -8
  180. package/dist/types/{__rc__ → __next__}/Button/Button.d.ts +2 -2
  181. package/dist/types/{__rc__ → __next__}/Tooltip/index.d.ts +0 -1
  182. package/dist/types/{__rc__ → __next__}/index.d.ts +1 -0
  183. package/dist/types/__utilities__/index.d.ts +1 -0
  184. package/dist/types/index.d.ts +1 -0
  185. package/dist/types/utils/index.d.ts +1 -0
  186. package/dist/types/v3-actions.d.ts +2 -2
  187. package/dist/types/v3-overlays.d.ts +1 -1
  188. package/future/README.md +2 -24
  189. package/future/package.json +1 -1
  190. package/next/README.md +27 -0
  191. package/next/package.json +5 -0
  192. package/package.json +11 -5
  193. package/src/Avatar/Avatar.tsx +1 -1
  194. package/src/BrandMoment/_docs/BrandMoment.stickersheet.stories.tsx +1 -1
  195. package/src/BrandMoment/_docs/BrandMoment.stories.tsx +2 -2
  196. package/src/BrandMoment/_docs/ExampleHeaders.tsx +1 -1
  197. package/src/Button/Button/_docs/Button.mdx +5 -4
  198. package/src/Button/Button/_docs/Button.stickersheet.stories.tsx +2 -2
  199. package/src/Button/Button/_docs/Button.stories.tsx +2 -2
  200. package/src/Button/IconButton/_docs/IconButton.mdx +5 -3
  201. package/src/Button/IconButton/_docs/IconButton.stickersheet.stories.tsx +2 -2
  202. package/src/Button/IconButton/_docs/IconButton.stories.tsx +2 -2
  203. package/src/Calendar/CalendarPopover/_docs/CalendarPopover.stickersheet.stories.tsx +1 -1
  204. package/src/Calendar/CalendarRange/CalendarRange.tsx +1 -1
  205. package/src/Calendar/CalendarRange/_docs/CalendarRange.stickersheet.stories.tsx +1 -1
  206. package/src/Calendar/CalendarRange/_docs/CalendarRange.stories.tsx +1 -1
  207. package/src/Calendar/CalendarSingle/CalendarSingle.tsx +1 -1
  208. package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stickersheet.stories.tsx +1 -1
  209. package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stories.tsx +1 -1
  210. package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.tsx +1 -1
  211. package/src/Checkbox/Checkbox/Checkbox.tsx +1 -1
  212. package/src/Checkbox/Checkbox/_docs/Checkbox.stickersheet.stories.tsx +1 -1
  213. package/src/Checkbox/Checkbox/_docs/Checkbox.stories.tsx +1 -1
  214. package/src/Checkbox/CheckboxField/_docs/CheckboxField.stickersheet.stories.tsx +1 -1
  215. package/src/Checkbox/CheckboxField/_docs/CheckboxField.stories.tsx +1 -1
  216. package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.stickersheet.stories.tsx +1 -1
  217. package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.stories.tsx +1 -1
  218. package/src/ClearButton/ClearButton.tsx +1 -1
  219. package/src/Collapsible/Collapsible/Collapsible.tsx +1 -1
  220. package/src/Collapsible/Collapsible/_docs/Collapsible.stories.tsx +1 -1
  221. package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.tsx +1 -1
  222. package/src/DatePicker/_docs/DatePicker.stickersheet.stories.tsx +1 -1
  223. package/src/DatePicker/_docs/DatePicker.stories.tsx +1 -1
  224. package/src/DatePicker/_docs/getLocale.stickersheet.stories.tsx +1 -1
  225. package/src/DateRangePicker/DateRangePicker.tsx +1 -1
  226. package/src/DateRangePicker/_docs/DateRangePicker.stickersheet.stories.tsx +1 -1
  227. package/src/DateRangePicker/_docs/DateRangePicker.stories.tsx +1 -1
  228. package/src/EmptyState/_docs/EmptyState.stickersheet.stories.tsx +1 -1
  229. package/src/EmptyState/_docs/EmptyState.stories.tsx +1 -1
  230. package/src/ErrorPage/ErrorPage.tsx +1 -1
  231. package/src/FieldGroup/_docs/FieldGroup.stickersheet.stories.tsx +1 -1
  232. package/src/FieldGroup/_docs/FieldGroup.stories.tsx +1 -1
  233. package/src/FieldMessage/FieldMessage.tsx +1 -1
  234. package/src/FieldMessage/_docs/FieldMessage.stickersheet.stories.tsx +1 -1
  235. package/src/FieldMessage/_docs/FieldMessage.stories.tsx +1 -1
  236. package/src/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.tsx +1 -1
  237. package/src/Filter/FilterButton/FilterButton/FilterButton.tsx +1 -1
  238. package/src/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.tsx +1 -1
  239. package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.tsx +1 -1
  240. package/src/Filter/FilterSelect/FilterSelect.tsx +4 -4
  241. package/src/Filter/FilterSelect/types.ts +2 -2
  242. package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/_docs/ApiSpecification.mdx +5 -5
  243. package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/_docs/Focusable.stories.tsx +2 -2
  244. package/src/GuidanceBlock/GuidanceBlock.tsx +1 -1
  245. package/src/Icon/_docs/Icon.docs.stories.tsx +2 -2
  246. package/src/Icon/_docs/Icon.mdx +4 -2
  247. package/src/Icon/_docs/Icon.stickersheet.stories.tsx +1 -1
  248. package/src/Illustration/utils/usePausePlay.tsx +1 -1
  249. package/src/Input/Input/_docs/Input.stickersheet.stories.tsx +2 -2
  250. package/src/Input/Input/_docs/Input.stories.tsx +2 -2
  251. package/src/Input/InputRange/_docs/InputRange.stickersheet.stories.tsx +1 -1
  252. package/src/Input/InputRange/_docs/InputRange.stories.tsx +1 -1
  253. package/src/Input/InputSearch/InputSearch.tsx +1 -1
  254. package/src/Input/InputSearch/_docs/InputSearch.stickersheet.stories.tsx +1 -1
  255. package/src/Input/InputSearch/_docs/InputSearch.stories.tsx +1 -1
  256. package/src/Label/_docs/Label.stickersheet.stories.tsx +1 -1
  257. package/src/Label/_docs/Label.stories.tsx +1 -1
  258. package/src/LabelledMessage/_docs/LabelledMessage.stickersheet.stories.tsx +1 -1
  259. package/src/LabelledMessage/_docs/LabelledMessage.stories.tsx +1 -1
  260. package/src/LikertScaleLegacy/LikertScaleLegacy.tsx +1 -1
  261. package/src/LinkButton/LinkButton.tsx +4 -4
  262. package/src/LinkButton/_docs/LinkButton--api-specification.mdx +8 -8
  263. package/src/LinkButton/_docs/LinkButton--usage-guidelines.mdx +1 -1
  264. package/src/LinkButton/_docs/LinkButton.doc.stories.tsx +1 -1
  265. package/src/LinkButton/_docs/LinkButton.spec.stories.tsx +1 -1
  266. package/src/LinkButton/_docs/LinkButton.stickersheet.stories.tsx +1 -1
  267. package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.stories.tsx +1 -1
  268. package/src/Menu/_docs/Menu.mdx +5 -5
  269. package/src/Menu/_docs/Menu.stickersheet.stories.tsx +2 -2
  270. package/src/Menu/_docs/Menu.stories.tsx +2 -2
  271. package/src/Menu/_docs/MenuContentExample.tsx +1 -1
  272. package/src/Menu/_docs/examples.tsx +1 -1
  273. package/src/Menu/index.ts +0 -2
  274. package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +1 -1
  275. package/src/Modal/GenericModal/_docs/GenericModal.spec.stories.tsx +1 -1
  276. package/src/Modal/GenericModal/_docs/GenericModal.stories.tsx +1 -1
  277. package/src/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.tsx +1 -1
  278. package/src/MultiSelect/subcomponents/Checkbox/Checkbox.tsx +1 -1
  279. package/src/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.tsx +1 -1
  280. package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +1 -1
  281. package/src/Notification/subcomponents/NotificationIcon/NotificationIcon.tsx +1 -1
  282. package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.tsx +1 -1
  283. package/src/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.tsx +1 -1
  284. package/src/Popover/Popover.tsx +1 -1
  285. package/src/Popover/utils/classMappers.tsx +1 -1
  286. package/src/Radio/Radio/_docs/Radio.stickersheet.stories.tsx +1 -1
  287. package/src/Radio/Radio/_docs/Radio.stories.tsx +1 -1
  288. package/src/Radio/RadioField/_docs/RadioField.stickersheet.stories.tsx +1 -1
  289. package/src/Radio/RadioField/_docs/RadioField.stories.tsx +1 -1
  290. package/src/Radio/RadioGroup/_docs/RadioGroup.stickersheet.stories.tsx +1 -1
  291. package/src/Radio/RadioGroup/_docs/RadioGroup.stories.tsx +1 -1
  292. package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stickersheet.stories.tsx +1 -1
  293. package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stories.tsx +1 -1
  294. package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.spec.tsx +1 -1
  295. package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/_docs/Toolbar.stories.tsx +1 -1
  296. package/src/RichTextEditor/RichTextEditor/utils/controlmap.tsx +1 -1
  297. package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.tsx +1 -1
  298. package/src/Select/Select.tsx +1 -1
  299. package/src/Select/_docs/Select.mdx +1 -1
  300. package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.tsx +1 -1
  301. package/src/Table/Table.tsx +1 -1
  302. package/src/Table/_docs/Table.stickersheet.stories.tsx +1 -1
  303. package/src/Table/_docs/Table.stories.tsx +1 -1
  304. package/src/Tabs/_docs/Tabs.mdx +4 -2
  305. package/src/Tabs/_docs/Tabs.stories.tsx +1 -1
  306. package/src/Tag/Tag.tsx +1 -1
  307. package/src/Tag/_docs/Tag.mdx +3 -8
  308. package/src/Tag/_docs/Tag.stickersheet.stories.tsx +1 -1
  309. package/src/Tag/_docs/Tag.stories.tsx +1 -1
  310. package/src/TextArea/_docs/TextArea.stickersheet.stories.tsx +1 -1
  311. package/src/TextArea/_docs/TextArea.stories.tsx +1 -1
  312. package/src/TextAreaField/_docs/TextAreaField.stickersheet.stories.tsx +1 -1
  313. package/src/TextAreaField/_docs/TextAreaField.stories.tsx +1 -1
  314. package/src/TextField/TextField.tsx +1 -1
  315. package/src/TextField/_docs/TextField.stickersheet.stories.tsx +1 -1
  316. package/src/TextField/_docs/TextField.stories.tsx +2 -2
  317. package/src/Tile/subcomponents/GenericTile/GenericTile.spec.stories.tsx +1 -1
  318. package/src/Tile/subcomponents/GenericTile/GenericTile.tsx +1 -1
  319. package/src/Tile/subcomponents/GenericTile/_docs/GenericTile.stickersheet.stories.tsx +1 -1
  320. package/src/TitleBlockZen/TitleBlockZen.tsx +1 -1
  321. package/src/TitleBlockZen/_docs/TitleBlockZen.stories.tsx +1 -1
  322. package/src/TitleBlockZen/subcomponents/MainActions.tsx +1 -1
  323. package/src/TitleBlockZen/subcomponents/MobileActions.tsx +1 -1
  324. package/src/TitleBlockZen/subcomponents/SecondaryActions.tsx +1 -1
  325. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +1 -1
  326. package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.stickersheet.stories.tsx +1 -1
  327. package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.stories.tsx +1 -1
  328. package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.stickersheet.stories.tsx +1 -1
  329. package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.stories.tsx +1 -1
  330. package/src/Tooltip/_docs/Tooltip.mdx +5 -8
  331. package/src/Tooltip/_docs/Tooltip.stickersheet.stories.tsx +2 -2
  332. package/src/Tooltip/_docs/Tooltip.stories.tsx +3 -3
  333. package/src/Tooltip/index.ts +1 -7
  334. package/src/Tooltip/utils/isSemanticElement.spec.tsx +1 -1
  335. package/src/Workflow/_docs/Workflow.stories.tsx +1 -1
  336. package/src/Workflow/_docs/WorkflowHeader.stories.tsx +1 -1
  337. package/src/Workflow/_docs/controls/controls.tsx +1 -1
  338. package/src/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +1 -1
  339. package/src/{__rc__ → __next__}/Button/Button.tsx +3 -3
  340. package/src/{__rc__ → __next__}/Button/_docs/Button--api-specification.mdx +9 -9
  341. package/src/{__rc__ → __next__}/Button/_docs/Button--usage-guidelines.mdx +5 -5
  342. package/src/{__rc__ → __next__}/Button/_docs/Button.docs.stories.tsx +3 -3
  343. package/src/{__rc__ → __next__}/Button/_docs/Button.spec.stories.tsx +2 -2
  344. package/src/{__rc__ → __next__}/Button/_docs/Button.stickersheet.stories.tsx +2 -2
  345. package/src/{__rc__ → __next__}/Icon/_docs/Icon--api-specification.mdx +3 -3
  346. package/src/{__rc__ → __next__}/Icon/_docs/Icon--migration-guide.mdx +3 -3
  347. package/src/{__rc__ → __next__}/Icon/_docs/Icon--usage-guidelines.mdx +4 -4
  348. package/src/{__rc__ → __next__}/Icon/_docs/Icon.docs.stories.tsx +3 -3
  349. package/src/{__rc__ → __next__}/Icon/_docs/Icon.stickersheet.stories.tsx +3 -3
  350. package/src/{__rc__ → __next__}/Menu/_docs/Menu--api-specification.mdx +5 -6
  351. package/src/{__rc__ → __next__}/Menu/_docs/Menu--usage-guidelines.mdx +3 -4
  352. package/src/{__rc__ → __next__}/Menu/_docs/Menu.docs.stories.tsx +3 -3
  353. package/src/{__rc__ → __next__}/Menu/_docs/Menu.spec.stories.tsx +3 -3
  354. package/src/{__rc__ → __next__}/Menu/_docs/Menu.stories.tsx +3 -3
  355. package/src/{__rc__ → __next__}/Select/_docs/Select.mdx +2 -2
  356. package/src/{__rc__ → __next__}/Select/_docs/Select.stickersheet.stories.tsx +1 -1
  357. package/src/{__rc__ → __next__}/Select/_docs/Select.stories.tsx +1 -1
  358. package/src/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.tsx +1 -1
  359. package/src/{__rc__ → __next__}/Select/subcomponents/Option/Option.tsx +1 -1
  360. package/src/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.tsx +1 -1
  361. package/src/{__rc__ → __next__}/Tabs/_docs/Tabs--api-specification.mdx +3 -3
  362. package/src/{__rc__ → __next__}/Tabs/_docs/Tabs--migration-guide.mdx +3 -3
  363. package/src/{__rc__ → __next__}/Tabs/_docs/Tabs.spec.stories.tsx +1 -1
  364. package/src/{__rc__ → __next__}/Tabs/_docs/Tabs.stickersheet.stories.tsx +1 -1
  365. package/src/{__rc__ → __next__}/Tabs/_docs/Tabs.stories.tsx +1 -1
  366. package/src/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.tsx +2 -2
  367. package/src/{__rc__ → __next__}/Tag/RemovableTag/_docs/RemovableTag.mdx +3 -3
  368. package/src/{__rc__ → __next__}/Tag/RemovableTag/_docs/RemovableTag.stickersheet.stories.tsx +1 -1
  369. package/src/{__rc__ → __next__}/Tag/RemovableTag/_docs/RemovableTag.stories.tsx +1 -1
  370. package/src/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.tsx +1 -1
  371. package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag-migration-guide.mdx +8 -8
  372. package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag-migration-guide.stories.tsx +2 -2
  373. package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag.mdx +5 -5
  374. package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag.stickersheet.stories.tsx +2 -2
  375. package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag.stories.tsx +2 -2
  376. package/src/{__rc__ → __next__}/Tooltip/OverlayArrow.tsx +1 -1
  377. package/src/{__rc__ → __next__}/Tooltip/Tooltip.tsx +1 -1
  378. package/src/{__rc__ → __next__}/Tooltip/_docs/ApiSpecification.mdx +6 -6
  379. package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.docs.stories.tsx +4 -3
  380. package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.mdx +5 -5
  381. package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.spec.stories.tsx +6 -5
  382. package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.stickersheet.stories.tsx +2 -2
  383. package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.stories.tsx +4 -3
  384. package/src/{__rc__ → __next__}/Tooltip/index.ts +0 -1
  385. package/src/__next__/index.ts +11 -0
  386. package/src/__utilities__/index.ts +2 -0
  387. package/src/index.ts +1 -0
  388. package/src/utils/index.ts +1 -0
  389. package/src/v3-actions.ts +2 -2
  390. package/src/v3-overlays.ts +1 -1
  391. package/v3/utilities/package.json +1 -1
  392. package/dist/cjs/Tooltip/index.cjs +0 -8
  393. package/dist/cjs/__rc__/Button/Button.module.css.cjs +0 -21
  394. package/dist/cjs/__rc__/Button/subcomponents/ButtonContent/ButtonContent.module.css.cjs +0 -9
  395. package/dist/cjs/__rc__/Button/subcomponents/PendingContent/PendingContent.module.css.cjs +0 -8
  396. package/dist/cjs/__rc__/Icon/Icon.module.css.cjs +0 -11
  397. package/dist/cjs/__rc__/Menu/MenuItem.module.css.cjs +0 -8
  398. package/dist/cjs/__rc__/Select/Select.module.scss.cjs +0 -7
  399. package/dist/cjs/__rc__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.cjs +0 -8
  400. package/dist/cjs/__rc__/Select/subcomponents/Option/Option.module.scss.cjs +0 -10
  401. package/dist/cjs/__rc__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.cjs +0 -14
  402. package/dist/cjs/__rc__/Tabs/subcomponents/Tab/Tab.module.css.cjs +0 -7
  403. package/dist/cjs/__rc__/Tabs/subcomponents/TabList/TabList.module.css.cjs +0 -10
  404. package/dist/cjs/__rc__/Tag/RemovableTag/RemovableTag.module.scss.cjs +0 -6
  405. package/dist/cjs/__rc__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.cjs +0 -6
  406. package/dist/cjs/__rc__/Tag/Tag/Tag.module.scss.cjs +0 -14
  407. package/dist/cjs/__rc__/Tooltip/OverlayArrow.module.scss.cjs +0 -7
  408. package/dist/cjs/__rc__/Tooltip/Tooltip.module.scss.cjs +0 -8
  409. package/dist/cjs/__rc__/Tooltip/subcomponents/Focusable/Focusable.module.scss.cjs +0 -6
  410. package/dist/esm/Tooltip/index.mjs +0 -6
  411. package/dist/esm/__rc__/Button/Button.module.css.mjs +0 -19
  412. package/dist/esm/__rc__/Button/subcomponents/ButtonContent/ButtonContent.module.css.mjs +0 -7
  413. package/dist/esm/__rc__/Button/subcomponents/PendingContent/PendingContent.module.css.mjs +0 -6
  414. package/dist/esm/__rc__/Icon/Icon.module.css.mjs +0 -9
  415. package/dist/esm/__rc__/Menu/MenuItem.module.css.mjs +0 -6
  416. package/dist/esm/__rc__/Select/Select.module.scss.mjs +0 -5
  417. package/dist/esm/__rc__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.mjs +0 -6
  418. package/dist/esm/__rc__/Select/subcomponents/Option/Option.module.scss.mjs +0 -8
  419. package/dist/esm/__rc__/Select/subcomponents/SectionDivider/SectionDivider.module.scss.mjs +0 -4
  420. package/dist/esm/__rc__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.mjs +0 -12
  421. package/dist/esm/__rc__/Tabs/subcomponents/Tab/Tab.module.css.mjs +0 -5
  422. package/dist/esm/__rc__/Tabs/subcomponents/TabList/TabList.module.css.mjs +0 -8
  423. package/dist/esm/__rc__/Tag/RemovableTag/RemovableTag.module.scss.mjs +0 -4
  424. package/dist/esm/__rc__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.mjs +0 -4
  425. package/dist/esm/__rc__/Tag/Tag/Tag.module.scss.mjs +0 -12
  426. package/dist/esm/__rc__/Tooltip/OverlayArrow.module.scss.mjs +0 -5
  427. package/dist/esm/__rc__/Tooltip/Tooltip.module.scss.mjs +0 -6
  428. package/dist/esm/__rc__/Tooltip/subcomponents/Focusable/Focusable.module.scss.mjs +0 -4
  429. package/dist/types/__utilities__/v3.d.ts +0 -1
  430. package/src/Button/Button/_docs/v2/Button.mdx +0 -98
  431. package/src/Button/Button/_docs/v2/Button.stories.tsx +0 -162
  432. package/src/Button/IconButton/_docs/v2/IconButton.mdx +0 -24
  433. package/src/Button/IconButton/_docs/v2/IconButton.stories.tsx +0 -37
  434. package/src/Menu/_docs/v2/Menu.mdx +0 -31
  435. package/src/Menu/_docs/v2/Menu.stories.tsx +0 -54
  436. package/src/Tooltip/_docs/v2/Tooltip.mdx +0 -130
  437. package/src/Tooltip/_docs/v2/Tooltip.stories.tsx +0 -47
  438. package/src/__rc__/index.ts +0 -7
  439. package/src/__utilities__/v3.ts +0 -1
  440. /package/dist/cjs/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.cjs +0 -0
  441. /package/dist/cjs/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.cjs +0 -0
  442. /package/dist/cjs/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.cjs +0 -0
  443. /package/dist/cjs/{__rc__ → __next__}/Icon/Icon.cjs +0 -0
  444. /package/dist/cjs/{__rc__ → __next__}/Icon/constants.cjs +0 -0
  445. /package/dist/cjs/{__rc__ → __next__}/Menu/Menu.cjs +0 -0
  446. /package/dist/cjs/{__rc__ → __next__}/Menu/MenuHeader.cjs +0 -0
  447. /package/dist/cjs/{__rc__ → __next__}/Menu/MenuItem.cjs +0 -0
  448. /package/dist/cjs/{__rc__ → __next__}/Menu/MenuPopover.cjs +0 -0
  449. /package/dist/cjs/{__rc__ → __next__}/Menu/MenuSection.cjs +0 -0
  450. /package/dist/cjs/{__rc__ → __next__}/Menu/MenuTrigger.cjs +0 -0
  451. /package/dist/cjs/{__rc__ → __next__}/Select/Select.cjs +0 -0
  452. /package/dist/cjs/{__rc__ → __next__}/Select/context/SelectContext.cjs +0 -0
  453. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.cjs +0 -0
  454. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.cjs +0 -0
  455. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.cjs +0 -0
  456. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/Option/Option.cjs +0 -0
  457. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.cjs +0 -0
  458. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.cjs +0 -0
  459. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.cjs +0 -0
  460. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.cjs +0 -0
  461. /package/dist/cjs/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.cjs +0 -0
  462. /package/dist/cjs/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.cjs +0 -0
  463. /package/dist/cjs/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.cjs +0 -0
  464. /package/dist/cjs/{__rc__ → __next__}/Tabs/Tabs.cjs +0 -0
  465. /package/dist/cjs/{__rc__ → __next__}/Tabs/constants.cjs +0 -0
  466. /package/dist/cjs/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.cjs +0 -0
  467. /package/dist/cjs/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.cjs +0 -0
  468. /package/dist/cjs/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.cjs +0 -0
  469. /package/dist/cjs/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.cjs +0 -0
  470. /package/dist/cjs/{__rc__ → __next__}/Tag/Tag/Tag.cjs +0 -0
  471. /package/dist/cjs/{__rc__ → __next__}/Tooltip/TooltipTrigger.cjs +0 -0
  472. /package/dist/cjs/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.cjs +0 -0
  473. /package/dist/cjs/{__utilities__ → utils}/isRTL/isRTL.cjs +0 -0
  474. /package/dist/cjs/{__utilities__ → utils}/useIsClientReady/useIsClientReady.cjs +0 -0
  475. /package/dist/esm/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.mjs +0 -0
  476. /package/dist/esm/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.mjs +0 -0
  477. /package/dist/esm/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.mjs +0 -0
  478. /package/dist/esm/{__rc__ → __next__}/Icon/Icon.mjs +0 -0
  479. /package/dist/esm/{__rc__ → __next__}/Icon/constants.mjs +0 -0
  480. /package/dist/esm/{__rc__ → __next__}/Menu/Menu.mjs +0 -0
  481. /package/dist/esm/{__rc__ → __next__}/Menu/MenuHeader.mjs +0 -0
  482. /package/dist/esm/{__rc__ → __next__}/Menu/MenuItem.mjs +0 -0
  483. /package/dist/esm/{__rc__ → __next__}/Menu/MenuPopover.mjs +0 -0
  484. /package/dist/esm/{__rc__ → __next__}/Menu/MenuSection.mjs +0 -0
  485. /package/dist/esm/{__rc__ → __next__}/Menu/MenuTrigger.mjs +0 -0
  486. /package/dist/esm/{__rc__ → __next__}/Select/Select.mjs +0 -0
  487. /package/dist/esm/{__rc__ → __next__}/Select/context/SelectContext.mjs +0 -0
  488. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.mjs +0 -0
  489. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.mjs +0 -0
  490. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.mjs +0 -0
  491. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/Option/Option.mjs +0 -0
  492. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.mjs +0 -0
  493. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.mjs +0 -0
  494. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.mjs +0 -0
  495. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.mjs +0 -0
  496. /package/dist/esm/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.mjs +0 -0
  497. /package/dist/esm/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.mjs +0 -0
  498. /package/dist/esm/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.mjs +0 -0
  499. /package/dist/esm/{__rc__ → __next__}/Tabs/Tabs.mjs +0 -0
  500. /package/dist/esm/{__rc__ → __next__}/Tabs/constants.mjs +0 -0
  501. /package/dist/esm/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.mjs +0 -0
  502. /package/dist/esm/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.mjs +0 -0
  503. /package/dist/esm/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.mjs +0 -0
  504. /package/dist/esm/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.mjs +0 -0
  505. /package/dist/esm/{__rc__ → __next__}/Tag/Tag/Tag.mjs +0 -0
  506. /package/dist/esm/{__rc__ → __next__}/Tooltip/TooltipTrigger.mjs +0 -0
  507. /package/dist/esm/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.mjs +0 -0
  508. /package/dist/esm/{__utilities__ → utils}/isRTL/isRTL.mjs +0 -0
  509. /package/dist/esm/{__utilities__ → utils}/useIsClientReady/useIsClientReady.mjs +0 -0
  510. /package/dist/types/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.d.ts +0 -0
  511. /package/dist/types/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/index.d.ts +0 -0
  512. /package/dist/types/{__rc__ → __next__}/Button/index.d.ts +0 -0
  513. /package/dist/types/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.d.ts +0 -0
  514. /package/dist/types/{__rc__ → __next__}/Button/subcomponents/ButtonContent/index.d.ts +0 -0
  515. /package/dist/types/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.d.ts +0 -0
  516. /package/dist/types/{__rc__ → __next__}/Button/subcomponents/PendingContent/index.d.ts +0 -0
  517. /package/dist/types/{__rc__ → __next__}/Button/subcomponents/index.d.ts +0 -0
  518. /package/dist/types/{__rc__ → __next__}/Button/types.d.ts +0 -0
  519. /package/dist/types/{__rc__ → __next__}/Icon/Icon.d.ts +0 -0
  520. /package/dist/types/{__rc__ → __next__}/Icon/constants.d.ts +0 -0
  521. /package/dist/types/{__rc__ → __next__}/Icon/index.d.ts +0 -0
  522. /package/dist/types/{__rc__ → __next__}/Icon/types.d.ts +0 -0
  523. /package/dist/types/{__rc__ → __next__}/Menu/Menu.d.ts +0 -0
  524. /package/dist/types/{__rc__ → __next__}/Menu/MenuHeader.d.ts +0 -0
  525. /package/dist/types/{__rc__ → __next__}/Menu/MenuItem.d.ts +0 -0
  526. /package/dist/types/{__rc__ → __next__}/Menu/MenuPopover.d.ts +0 -0
  527. /package/dist/types/{__rc__ → __next__}/Menu/MenuSection.d.ts +0 -0
  528. /package/dist/types/{__rc__ → __next__}/Menu/MenuTrigger.d.ts +0 -0
  529. /package/dist/types/{__rc__ → __next__}/Menu/SubmenuTrigger.d.ts +0 -0
  530. /package/dist/types/{__rc__ → __next__}/Menu/index.d.ts +0 -0
  531. /package/dist/types/{__rc__ → __next__}/Select/Select.d.ts +0 -0
  532. /package/dist/types/{__rc__ → __next__}/Select/_docs/mockData.d.ts +0 -0
  533. /package/dist/types/{__rc__ → __next__}/Select/context/SelectContext.d.ts +0 -0
  534. /package/dist/types/{__rc__ → __next__}/Select/context/index.d.ts +0 -0
  535. /package/dist/types/{__rc__ → __next__}/Select/index.d.ts +0 -0
  536. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.d.ts +0 -0
  537. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBox/index.d.ts +0 -0
  538. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.d.ts +0 -0
  539. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/index.d.ts +0 -0
  540. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.d.ts +0 -0
  541. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItem/index.d.ts +0 -0
  542. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.d.ts +0 -0
  543. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItems/index.d.ts +0 -0
  544. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Option/Option.d.ts +0 -0
  545. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Option/index.d.ts +0 -0
  546. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.d.ts +0 -0
  547. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Overlay/index.d.ts +0 -0
  548. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.d.ts +0 -0
  549. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SectionDivider/index.d.ts +0 -0
  550. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.d.ts +0 -0
  551. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/index.d.ts +0 -0
  552. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.d.ts +0 -0
  553. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectToggle/index.d.ts +0 -0
  554. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/index.d.ts +0 -0
  555. /package/dist/types/{__rc__ → __next__}/Select/types.d.ts +0 -0
  556. /package/dist/types/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.d.ts +0 -0
  557. /package/dist/types/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.d.ts +0 -0
  558. /package/dist/types/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.d.ts +0 -0
  559. /package/dist/types/{__rc__ → __next__}/Tabs/Tabs.d.ts +0 -0
  560. /package/dist/types/{__rc__ → __next__}/Tabs/constants.d.ts +0 -0
  561. /package/dist/types/{__rc__ → __next__}/Tabs/index.d.ts +0 -0
  562. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.d.ts +0 -0
  563. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/Tab/index.d.ts +0 -0
  564. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.d.ts +0 -0
  565. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabList/index.d.ts +0 -0
  566. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.d.ts +0 -0
  567. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/index.d.ts +0 -0
  568. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/index.d.ts +0 -0
  569. /package/dist/types/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.d.ts +0 -0
  570. /package/dist/types/{__rc__ → __next__}/Tag/RemovableTag/index.d.ts +0 -0
  571. /package/dist/types/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.d.ts +0 -0
  572. /package/dist/types/{__rc__ → __next__}/Tag/Tag/Tag.d.ts +0 -0
  573. /package/dist/types/{__rc__ → __next__}/Tag/Tag/index.d.ts +0 -0
  574. /package/dist/types/{__rc__ → __next__}/Tag/Tag/types.d.ts +0 -0
  575. /package/dist/types/{__rc__ → __next__}/Tag/index.d.ts +0 -0
  576. /package/dist/types/{__rc__ → __next__}/Tooltip/OverlayArrow.d.ts +0 -0
  577. /package/dist/types/{__rc__ → __next__}/Tooltip/Tooltip.d.ts +0 -0
  578. /package/dist/types/{__rc__ → __next__}/Tooltip/TooltipTrigger.d.ts +0 -0
  579. /package/dist/types/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.d.ts +0 -0
  580. /package/dist/types/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/index.d.ts +0 -0
  581. /package/dist/types/{__utilities__ → utils}/isRTL/index.d.ts +0 -0
  582. /package/dist/types/{__utilities__ → utils}/isRTL/isRTL.d.ts +0 -0
  583. /package/dist/types/{__utilities__ → utils}/useIsClientReady/index.d.ts +0 -0
  584. /package/dist/types/{__utilities__ → utils}/useIsClientReady/useIsClientReady.d.ts +0 -0
  585. /package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.module.scss +0 -0
  586. /package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.tsx +0 -0
  587. /package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/index.ts +0 -0
  588. /package/src/{__rc__ → __next__}/Button/Button.module.css +0 -0
  589. /package/src/{__rc__ → __next__}/Button/_docs/assets/button_anatomy.png +0 -0
  590. /package/src/{__rc__ → __next__}/Button/_docs/assets/button_icon_only_spec.png +0 -0
  591. /package/src/{__rc__ → __next__}/Button/_docs/assets/button_icon_spec.png +0 -0
  592. /package/src/{__rc__ → __next__}/Button/_docs/assets/button_spec.png +0 -0
  593. /package/src/{__rc__ → __next__}/Button/index.ts +0 -0
  594. /package/src/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.module.css +0 -0
  595. /package/src/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.tsx +0 -0
  596. /package/src/{__rc__ → __next__}/Button/subcomponents/ButtonContent/index.ts +0 -0
  597. /package/src/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.module.css +0 -0
  598. /package/src/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.tsx +0 -0
  599. /package/src/{__rc__ → __next__}/Button/subcomponents/PendingContent/index.ts +0 -0
  600. /package/src/{__rc__ → __next__}/Button/subcomponents/index.ts +0 -0
  601. /package/src/{__rc__ → __next__}/Button/types.ts +0 -0
  602. /package/src/{__rc__ → __next__}/Icon/Icon.module.css +0 -0
  603. /package/src/{__rc__ → __next__}/Icon/Icon.spec.tsx +0 -0
  604. /package/src/{__rc__ → __next__}/Icon/Icon.tsx +0 -0
  605. /package/src/{__rc__ → __next__}/Icon/_docs/Icon.docs.module.css +0 -0
  606. /package/src/{__rc__ → __next__}/Icon/_docs/assets/interface-dont.png +0 -0
  607. /package/src/{__rc__ → __next__}/Icon/_docs/assets/tooltip-dont.png +0 -0
  608. /package/src/{__rc__ → __next__}/Icon/constants.ts +0 -0
  609. /package/src/{__rc__ → __next__}/Icon/index.ts +0 -0
  610. /package/src/{__rc__ → __next__}/Icon/material-symbols-metadata.json +0 -0
  611. /package/src/{__rc__ → __next__}/Icon/types.ts +0 -0
  612. /package/src/{__rc__ → __next__}/Menu/Menu.module.css +0 -0
  613. /package/src/{__rc__ → __next__}/Menu/Menu.tsx +0 -0
  614. /package/src/{__rc__ → __next__}/Menu/MenuHeader.tsx +0 -0
  615. /package/src/{__rc__ → __next__}/Menu/MenuItem.module.css +0 -0
  616. /package/src/{__rc__ → __next__}/Menu/MenuItem.tsx +0 -0
  617. /package/src/{__rc__ → __next__}/Menu/MenuPopover.tsx +0 -0
  618. /package/src/{__rc__ → __next__}/Menu/MenuSection.tsx +0 -0
  619. /package/src/{__rc__ → __next__}/Menu/MenuTrigger.tsx +0 -0
  620. /package/src/{__rc__ → __next__}/Menu/SubmenuTrigger.tsx +0 -0
  621. /package/src/{__rc__ → __next__}/Menu/index.ts +0 -0
  622. /package/src/{__rc__ → __next__}/Select/Select.module.scss +0 -0
  623. /package/src/{__rc__ → __next__}/Select/Select.spec.tsx +0 -0
  624. /package/src/{__rc__ → __next__}/Select/Select.tsx +0 -0
  625. /package/src/{__rc__ → __next__}/Select/_docs/mockData.ts +0 -0
  626. /package/src/{__rc__ → __next__}/Select/context/SelectContext.tsx +0 -0
  627. /package/src/{__rc__ → __next__}/Select/context/index.ts +0 -0
  628. /package/src/{__rc__ → __next__}/Select/index.ts +0 -0
  629. /package/src/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.module.scss +0 -0
  630. /package/src/{__rc__ → __next__}/Select/subcomponents/ListBox/index.ts +0 -0
  631. /package/src/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss +0 -0
  632. /package/src/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.tsx +0 -0
  633. /package/src/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/index.ts +0 -0
  634. /package/src/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.tsx +0 -0
  635. /package/src/{__rc__ → __next__}/Select/subcomponents/ListItem/index.ts +0 -0
  636. /package/src/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.tsx +0 -0
  637. /package/src/{__rc__ → __next__}/Select/subcomponents/ListItems/index.ts +0 -0
  638. /package/src/{__rc__ → __next__}/Select/subcomponents/Option/Option.module.scss +0 -0
  639. /package/src/{__rc__ → __next__}/Select/subcomponents/Option/index.ts +0 -0
  640. /package/src/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.tsx +0 -0
  641. /package/src/{__rc__ → __next__}/Select/subcomponents/Overlay/index.ts +0 -0
  642. /package/src/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.module.scss +0 -0
  643. /package/src/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.tsx +0 -0
  644. /package/src/{__rc__ → __next__}/Select/subcomponents/SectionDivider/index.ts +0 -0
  645. /package/src/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss +0 -0
  646. /package/src/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.tsx +0 -0
  647. /package/src/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/index.ts +0 -0
  648. /package/src/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.module.scss +0 -0
  649. /package/src/{__rc__ → __next__}/Select/subcomponents/SelectToggle/index.ts +0 -0
  650. /package/src/{__rc__ → __next__}/Select/subcomponents/index.ts +0 -0
  651. /package/src/{__rc__ → __next__}/Select/types.ts +0 -0
  652. /package/src/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.ts +0 -0
  653. /package/src/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.ts +0 -0
  654. /package/src/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.tsx +0 -0
  655. /package/src/{__rc__ → __next__}/Tabs/Tabs.tsx +0 -0
  656. /package/src/{__rc__ → __next__}/Tabs/constants.ts +0 -0
  657. /package/src/{__rc__ → __next__}/Tabs/index.ts +0 -0
  658. /package/src/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.module.css +0 -0
  659. /package/src/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.tsx +0 -0
  660. /package/src/{__rc__ → __next__}/Tabs/subcomponents/Tab/index.ts +0 -0
  661. /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.module.css +0 -0
  662. /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabList/index.ts +0 -0
  663. /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.module.css +0 -0
  664. /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.tsx +0 -0
  665. /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/index.ts +0 -0
  666. /package/src/{__rc__ → __next__}/Tabs/subcomponents/index.ts +0 -0
  667. /package/src/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.module.scss +0 -0
  668. /package/src/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.tsx +0 -0
  669. /package/src/{__rc__ → __next__}/Tag/RemovableTag/index.ts +0 -0
  670. /package/src/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.module.scss +0 -0
  671. /package/src/{__rc__ → __next__}/Tag/Tag/Tag.module.scss +0 -0
  672. /package/src/{__rc__ → __next__}/Tag/Tag/Tag.tsx +0 -0
  673. /package/src/{__rc__ → __next__}/Tag/Tag/index.ts +0 -0
  674. /package/src/{__rc__ → __next__}/Tag/Tag/types.ts +0 -0
  675. /package/src/{__rc__ → __next__}/Tag/index.ts +0 -0
  676. /package/src/{__rc__ → __next__}/Tooltip/OverlayArrow.module.scss +0 -0
  677. /package/src/{__rc__ → __next__}/Tooltip/Tooltip.module.scss +0 -0
  678. /package/src/{__rc__ → __next__}/Tooltip/TooltipTrigger.tsx +0 -0
  679. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_anatomy.png +0 -0
  680. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_placement.png +0 -0
  681. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_spec.png +0 -0
  682. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_trigger_1.png +0 -0
  683. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_trigger_2.png +0 -0
  684. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_trigger_3.png +0 -0
  685. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_variant.png +0 -0
  686. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_when_to_use.png +0 -0
  687. /package/src/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.tsx +0 -0
  688. /package/src/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/index.ts +0 -0
  689. /package/src/{__utilities__ → utils}/isRTL/index.ts +0 -0
  690. /package/src/{__utilities__ → utils}/isRTL/isRTL.spec.tsx +0 -0
  691. /package/src/{__utilities__ → utils}/isRTL/isRTL.ts +0 -0
  692. /package/src/{__utilities__ → utils}/useIsClientReady/index.ts +0 -0
  693. /package/src/{__utilities__ → utils}/useIsClientReady/useIsClientReady.tsx +0 -0
@@ -15,7 +15,7 @@ import {
15
15
  } from '~components/Calendar/LegacyCalendarRange'
16
16
  import { Label } from '~components/Label'
17
17
  import { VisuallyHidden } from '~components/VisuallyHidden'
18
- import { Icon } from '~components/__rc__/Icon'
18
+ import { Icon } from '~components/__next__/Icon'
19
19
  import styles from './DateRangePicker.module.scss'
20
20
 
21
21
  export type DateRangePickerProps = {
@@ -10,7 +10,7 @@ import { StickerSheet, type StickerSheetStory } from '~storybook/components/Stic
10
10
  import { DateRangePicker, formatDateRangeValue, type DateRangePickerProps } from '../index'
11
11
 
12
12
  export default {
13
- title: 'Components/Date controls/DateRangePicker',
13
+ title: 'Components/Datepickers/DateRangePicker',
14
14
  parameters: {
15
15
  chromatic: { disable: false },
16
16
  controls: { disable: true },
@@ -5,7 +5,7 @@ import { type DateRange } from 'react-day-picker'
5
5
  import { DateRangePicker, formatDateRangeValue } from '../index'
6
6
 
7
7
  const meta = {
8
- title: 'Components/Date controls/DateRangePicker',
8
+ title: 'Components/Datepickers/DateRangePicker',
9
9
  component: DateRangePicker,
10
10
  args: {
11
11
  labelText: 'Label',
@@ -2,7 +2,7 @@ import React from 'react'
2
2
  import { type Meta } from '@storybook/react'
3
3
  import isChromatic from 'chromatic'
4
4
  import { Button } from '~components/Button'
5
- import { Icon } from '~components/__rc__/Icon'
5
+ import { Icon } from '~components/__next__/Icon'
6
6
  import { StickerSheet, type StickerSheetStory } from '~storybook/components/StickerSheet'
7
7
  import { EmptyState, type EmptyStateProps } from '../index'
8
8
 
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import { type Meta, type StoryObj } from '@storybook/react'
3
3
  import { Button } from '~components/Button'
4
- import { Icon } from '~components/__rc__/Icon'
4
+ import { Icon } from '~components/__next__/Icon'
5
5
  import { EmptyState } from '../index'
6
6
 
7
7
  const meta = {
@@ -4,7 +4,7 @@ import classNames from 'classnames'
4
4
  import { BrandMoment } from '~components/BrandMoment'
5
5
  import { BrandMomentError } from '~components/Illustration'
6
6
  import { Text } from '~components/Text'
7
- import { Icon } from '~components/__rc__/Icon'
7
+ import { Icon } from '~components/__next__/Icon'
8
8
  import { type OverrideClassName } from '~components/types/OverrideClassName'
9
9
  import { useErrorMessages, type ErrorStatuses } from './hooks'
10
10
  import styles from './ErrorPage.module.scss'
@@ -5,7 +5,7 @@ import { StickerSheet, type StickerSheetStory } from '~storybook/components/Stic
5
5
  import { FieldGroup } from '../index'
6
6
 
7
7
  export default {
8
- title: 'Components/FieldGroup',
8
+ title: 'Components/Form primitives/FieldGroup',
9
9
  parameters: {
10
10
  chromatic: { disable: false },
11
11
  controls: { disable: true },
@@ -4,7 +4,7 @@ import { Label } from '~components/Label'
4
4
  import { FieldGroup } from '../index'
5
5
 
6
6
  const meta = {
7
- title: 'Components/FieldGroup',
7
+ title: 'Components/Form primitives/FieldGroup',
8
8
  component: FieldGroup,
9
9
  args: {
10
10
  children: (
@@ -1,7 +1,7 @@
1
1
  import React, { type HTMLAttributes } from 'react'
2
2
  import classnames from 'classnames'
3
3
  import { Text } from '~components/Text'
4
- import { Icon } from '~components/__rc__/Icon'
4
+ import { Icon } from '~components/__next__/Icon'
5
5
  import { type OverrideClassName } from '~components/types/OverrideClassName'
6
6
  import styles from './FieldMessage.module.scss'
7
7
 
@@ -4,7 +4,7 @@ import { StickerSheet, type StickerSheetStory } from '~storybook/components/Stic
4
4
  import { FieldMessage } from '../index'
5
5
 
6
6
  export default {
7
- title: 'Components/FieldMessage',
7
+ title: 'Components/Form primitives/FieldMessage',
8
8
  parameters: {
9
9
  chromatic: { disable: false },
10
10
  controls: { disable: true },
@@ -3,7 +3,7 @@ import { type Meta, type StoryObj } from '@storybook/react'
3
3
  import { FieldMessage } from '../index'
4
4
 
5
5
  const meta = {
6
- title: 'Components/FieldMessage',
6
+ title: 'Components/Form primitives/FieldMessage',
7
7
  component: FieldMessage,
8
8
  args: {
9
9
  message:
@@ -2,7 +2,7 @@ import React, { useEffect, useRef } from 'react'
2
2
  import { useIntl } from '@cultureamp/i18n-react-intl'
3
3
  import { Button } from '~components/Button'
4
4
  import { Menu, MenuItem, MenuList } from '~components/Menu'
5
- import { Icon } from '~components/__rc__/Icon'
5
+ import { Icon } from '~components/__next__/Icon'
6
6
  import { useFilterBarContext } from '../../context/FilterBarContext'
7
7
 
8
8
  export const AddFiltersMenu = (): JSX.Element => {
@@ -1,6 +1,6 @@
1
1
  import React, { forwardRef } from 'react'
2
2
  import classnames from 'classnames'
3
- import { Icon } from '~components/__rc__/Icon'
3
+ import { Icon } from '~components/__next__/Icon'
4
4
  import { isRefObject } from '~components/utils/isRefObject'
5
5
  import { type FilterTriggerRef } from '../../Filter/types'
6
6
  import { FilterButtonBase, type FilterButtonBaseProps } from '../subcomponents/FilterButtonBase'
@@ -4,7 +4,7 @@ import classnames from 'classnames'
4
4
  import { ButtonGroup, type ButtonGroupProps } from '~components/ButtonGroup'
5
5
  import { type FilterTriggerRef } from '~components/Filter/Filter'
6
6
  import { Tooltip } from '~components/Tooltip'
7
- import { Icon } from '~components/__rc__/Icon'
7
+ import { Icon } from '~components/__next__/Icon'
8
8
  import { type DataAttributes } from '~components/types/DataAttributes'
9
9
  import { isRefObject } from '~components/utils/isRefObject'
10
10
  import { FilterButton, type FilterButtonProps } from '../FilterButton'
@@ -5,7 +5,7 @@ import { mergeProps } from '@react-aria/utils'
5
5
  import classnames from 'classnames'
6
6
  import { Badge } from '~components/Badge'
7
7
  import { VisuallyHidden } from '~components/VisuallyHidden'
8
- import { Icon } from '~components/__rc__/Icon'
8
+ import { Icon } from '~components/__next__/Icon'
9
9
  import { useSelectionContext } from '../../context'
10
10
  import { type MultiSelectItem } from '../../types'
11
11
  import styles from './MultiSelectOption.module.scss'
@@ -4,7 +4,7 @@ import { HiddenSelect, useSelect } from '@react-aria/select'
4
4
  import { useSelectState, type SelectProps as AriaSelectProps } from '@react-stately/select'
5
5
  import { Filter, FilterContents } from '~components/Filter/Filter'
6
6
  import { type FilterButtonProps } from '~components/Filter/FilterButton'
7
- import { SelectProvider } from '~components/__rc__/Select/context'
7
+ import { SelectProvider } from '~components/__next__/Select/context'
8
8
  import {
9
9
  ListBoxSection,
10
10
  ListItem,
@@ -12,9 +12,9 @@ import {
12
12
  SectionDivider,
13
13
  SelectPopoverContents,
14
14
  type SelectPopoverContentsProps,
15
- } from '~components/__rc__/Select/subcomponents'
16
- import { getDisabledKeysFromItems } from '~components/__rc__/Select/utils/getDisabledKeysFromItems'
17
- import { transformSelectItemToCollectionElement } from '~components/__rc__/Select/utils/transformSelectItemToCollectionElement'
15
+ } from '~components/__next__/Select/subcomponents'
16
+ import { getDisabledKeysFromItems } from '~components/__next__/Select/utils/getDisabledKeysFromItems'
17
+ import { transformSelectItemToCollectionElement } from '~components/__next__/Select/utils/transformSelectItemToCollectionElement'
18
18
  import { type OverrideClassName } from '~components/types/OverrideClassName'
19
19
  import { type SelectItem, type SelectOption } from './types'
20
20
  import styles from './FilterSelect.module.css'
@@ -1,3 +1,3 @@
1
- // @todo: Remove this and use the types from Select when it is moved out from future.
1
+ // @todo: Remove this and use the types from Select when it is moved out from next.
2
2
  // This is currently here to allow consumers access to the types from the entrypoint.
3
- export * from '~components/__rc__/Select/types'
3
+ export * from '~components/__next__/Select/types'
@@ -2,24 +2,24 @@ import { Canvas, Controls, Meta } from '@storybook/blocks'
2
2
  import { KAIOInstallation, ResourceLinks } from '~storybook/components'
3
3
  import * as exampleStories from './Focusable.stories'
4
4
 
5
- <Meta title="Components/Tooltip/Tooltip (v3)/Focusable/API Specification" />
5
+ <Meta title="Components/Focusable/API Specification" />
6
6
 
7
- # Focusable API Specification (v3)
7
+ # Focusable API Specification
8
8
 
9
9
  Updated June 25, 2024
10
10
 
11
11
  <ResourceLinks
12
- sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/__rc__/Tooltip/subcomponents/Focusable"
12
+ sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/Focusable"
13
13
  className="mt-16 !mb-8"
14
14
  />
15
15
 
16
- <KAIOInstallation exportNames={['Focusable']} family="overlays" version="3" />
16
+ <KAIOInstallation exportNames={['Focusable']} />
17
17
 
18
18
  ## Overview
19
19
 
20
20
  Focusable is a utility wrapper to allow users to add focus to a non-focusable element.
21
21
 
22
- The main use case is for non semantic components like `Tag` that need a [Tooltip](/docs/overlays-tooltip-v3-usage-guidelines--docs).
22
+ The main use case is for non semantic components like `Tag` that need a [Tooltip](/docs/overlays-tooltip-next-usage-guidelines--docs).
23
23
 
24
24
  <Canvas className="mb-24" of={exampleStories.Playground} />
25
25
 
@@ -1,10 +1,10 @@
1
1
  import React from 'react'
2
2
  import { type Meta, type StoryObj } from '@storybook/react'
3
- import { Tag } from '~components/__rc__/Tag'
3
+ import { Tag } from '~components/__next__/Tag'
4
4
  import { Focusable } from '../index'
5
5
 
6
6
  const meta = {
7
- title: 'Components/Tooltip/Tooltip (v3)/Focusable',
7
+ title: 'Components/Focusable',
8
8
  component: Focusable,
9
9
  parameters: {
10
10
  layout: 'centered',
@@ -6,7 +6,7 @@ import { Heading, type HeadingProps } from '~components/Heading'
6
6
  import { type SceneProps, type SpotProps } from '~components/Illustration'
7
7
  import { Text } from '~components/Text'
8
8
  import { Tooltip, type TooltipProps } from '~components/Tooltip'
9
- import { Icon } from '~components/__rc__/Icon'
9
+ import { Icon } from '~components/__next__/Icon'
10
10
  import { type VariantType } from './types'
11
11
  import styles from './GuidanceBlock.module.css'
12
12
 
@@ -2,12 +2,12 @@ import React, { useState } from 'react'
2
2
  import { type Meta, type StoryObj } from '@storybook/react'
3
3
  import * as ICONS from '~components/Icon'
4
4
  import { Text } from '~components/Text'
5
- import { Tag } from '~components/__rc__/Tag'
5
+ import { Tag } from '~components/__next__/Tag'
6
6
  import { AddIcon } from '../index'
7
7
  import styles from './icon.module.scss'
8
8
 
9
9
  const meta = {
10
- title: 'Components/Icon',
10
+ title: 'Components/Icon/Icon components (deprecated)',
11
11
  component: AddIcon,
12
12
  args: {
13
13
  role: 'presentation',
@@ -1,13 +1,15 @@
1
1
  import { Canvas, Controls, Meta, Story } from '@storybook/blocks'
2
- import { ResourceLinks } from '~storybook/components'
2
+ import { ResourceLinks, ReplacementNotice } from '~storybook/components'
3
3
  import * as IconStories from './Icon.docs.stories'
4
4
 
5
5
  <Meta of={IconStories} />
6
6
 
7
- # Icon
7
+ # Icon (deprecated)
8
8
 
9
9
  <ResourceLinks sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/Icons" />
10
10
 
11
+ <ReplacementNotice />
12
+
11
13
  ## Installation
12
14
 
13
15
  Each icon is imported separately, for example if you'd like the `AddIcon` you will use the following import.
@@ -4,7 +4,7 @@ import * as ICONS from '~components/Icon'
4
4
  import { StickerSheet, type StickerSheetStory } from '~storybook/components/StickerSheet'
5
5
 
6
6
  export default {
7
- title: 'Components/Icon',
7
+ title: 'Components/Icon/Icon components (deprecated)',
8
8
  parameters: {
9
9
  chromatic: { disable: false },
10
10
  controls: { disable: true },
@@ -1,5 +1,5 @@
1
1
  import React, { useState, type RefObject } from 'react'
2
- import { Icon } from '~components/__rc__/Icon'
2
+ import { Icon } from '~components/__next__/Icon'
3
3
 
4
4
  export type usePausePlayHook = {
5
5
  toggle: () => void
@@ -1,12 +1,12 @@
1
1
  import React from 'react'
2
2
  import { type Meta } from '@storybook/react'
3
- import { Icon } from '~components/__rc__/Icon'
3
+ import { Icon } from '~components/__next__/Icon'
4
4
  import { StickerSheet, type StickerSheetStory } from '~storybook/components/StickerSheet'
5
5
  import { Input, type InputProps } from '../index'
6
6
  import { InputStatus, InputTypes } from '../types'
7
7
 
8
8
  export default {
9
- title: 'Components/Inputs/Input',
9
+ title: 'Components/TextField/Input (primitive)',
10
10
  parameters: {
11
11
  chromatic: { disable: false },
12
12
  controls: { disable: true },
@@ -1,10 +1,10 @@
1
1
  import React from 'react'
2
2
  import { type Meta, type StoryObj } from '@storybook/react'
3
- import { Icon } from '~components/__rc__/Icon'
3
+ import { Icon } from '~components/__next__/Icon'
4
4
  import { Input } from '../index'
5
5
 
6
6
  const meta = {
7
- title: 'Components/Inputs/Input',
7
+ title: 'Components/TextField/Input (primitive)',
8
8
  component: Input,
9
9
  parameters: {
10
10
  a11y: {
@@ -4,7 +4,7 @@ import { StickerSheet, type StickerSheetStory } from '~storybook/components/Stic
4
4
  import { InputRange } from '../index'
5
5
 
6
6
  export default {
7
- title: 'Components/Inputs/InputRange',
7
+ title: 'Components/Slider/InputRange (primitive)',
8
8
  parameters: {
9
9
  chromatic: { disable: false },
10
10
  controls: { disable: true },
@@ -3,7 +3,7 @@ import { type Meta, type StoryObj } from '@storybook/react'
3
3
  import { InputRange } from '../index'
4
4
 
5
5
  const meta = {
6
- title: 'Components/Inputs/InputRange',
6
+ title: 'Components/Slider/InputRange (primitive)',
7
7
  component: InputRange,
8
8
  args: {
9
9
  id: 'inputRange',
@@ -3,7 +3,7 @@ import { useIntl } from '@cultureamp/i18n-react-intl'
3
3
  import classnames from 'classnames'
4
4
  import { ClearButton } from '~components/ClearButton'
5
5
  import { LoadingSpinner } from '~components/Loading'
6
- import { Icon } from '~components/__rc__/Icon'
6
+ import { Icon } from '~components/__next__/Icon'
7
7
  import { type OverrideClassName } from '~components/types/OverrideClassName'
8
8
  import styles from './InputSearch.module.scss'
9
9
 
@@ -4,7 +4,7 @@ import { StickerSheet, type StickerSheetStory } from '~storybook/components/Stic
4
4
  import { InputSearch } from '../index'
5
5
 
6
6
  export default {
7
- title: 'Components/Inputs/InputSearch',
7
+ title: 'Components/SearchField/InputSearch (primitive)',
8
8
  parameters: {
9
9
  chromatic: { disable: false },
10
10
  controls: { disable: true },
@@ -3,7 +3,7 @@ import { type Meta, type StoryObj } from '@storybook/react'
3
3
  import { InputSearch } from '../index'
4
4
 
5
5
  const meta = {
6
- title: 'Components/Inputs/InputSearch',
6
+ title: 'Components/SearchField/InputSearch (primitive)',
7
7
  component: InputSearch,
8
8
  args: {
9
9
  id: 'search',
@@ -5,7 +5,7 @@ import { Label, type LabelProps } from '../index'
5
5
  import { BlockLabelTypes, InlineLabelTypes } from '../types'
6
6
 
7
7
  export default {
8
- title: 'Components/Label',
8
+ title: 'Components/Form primitives/Label',
9
9
  parameters: {
10
10
  chromatic: { disable: false },
11
11
  controls: { disable: true },
@@ -4,7 +4,7 @@ import { Label } from '../index'
4
4
  import { LabelTypes } from '../types'
5
5
 
6
6
  const meta = {
7
- title: 'Components/Label',
7
+ title: 'Components/Form primitives/Label',
8
8
  component: Label,
9
9
  args: {
10
10
  children: 'I am Label',
@@ -4,7 +4,7 @@ import { StickerSheet, type StickerSheetStory } from '~storybook/components/Stic
4
4
  import { LabelledMessage } from '../index'
5
5
 
6
6
  export default {
7
- title: 'Components/LabelledMessage',
7
+ title: 'Components/Form primitives/LabelledMessage',
8
8
  parameters: {
9
9
  chromatic: { disable: false },
10
10
  controls: { disable: true },
@@ -2,7 +2,7 @@ import { type Meta, type StoryObj } from '@storybook/react'
2
2
  import { LabelledMessage } from '../LabelledMessage'
3
3
 
4
4
  const meta = {
5
- title: 'Components/LabelledMessage',
5
+ title: 'Components/Form primitives/LabelledMessage',
6
6
  component: LabelledMessage,
7
7
  args: {
8
8
  label: 'Label',
@@ -2,7 +2,7 @@ import React, { createRef, useState } from 'react'
2
2
  import classnames from 'classnames'
3
3
  import { FieldMessage } from '~components/FieldMessage'
4
4
  import { Text } from '~components/Text'
5
- import { Icon } from '~components/__rc__/Icon'
5
+ import { Icon } from '~components/__next__/Icon'
6
6
  import { type ColorSchema, type Scale, type ScaleItem, type ScaleValue } from './types'
7
7
  import determineSelectionFromKeyPress from './utils/determineSelectionFromKeyPress'
8
8
  import styles from './LikertScaleLegacy.module.scss'
@@ -1,10 +1,10 @@
1
1
  import React, { forwardRef } from 'react'
2
2
  import { Link as RACLink, type LinkProps as RACLinkProps } from 'react-aria-components'
3
- import { type ButtonUIProps } from '~components/__rc__/Button'
4
- import { ButtonContent } from '~components/__rc__/Button/subcomponents'
5
- import { useReversedColors } from '~components/__utilities__/v3'
3
+ import { type ButtonUIProps } from '~components/__next__/Button'
4
+ import { ButtonContent } from '~components/__next__/Button/subcomponents'
5
+ import { useReversedColors } from '~components/utils'
6
6
  import { mergeClassNames } from '~components/utils/mergeClassNames'
7
- import buttonStyles from '../__rc__/Button/Button.module.css'
7
+ import buttonStyles from '../__next__/Button/Button.module.css'
8
8
  import styles from './LinkButton.module.css'
9
9
 
10
10
  export type LinkButtonProps = ButtonUIProps &
@@ -11,14 +11,14 @@ Updated Dec 18, 2024
11
11
  <ResourceLinks
12
12
  sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/__actions__/LinkButton/v3"
13
13
  figma="https://www.figma.com/design/eZKEE5kXbEMY3lx84oz8iN/%F0%9F%92%9C-Heart-UI-Kit?node-id=1929-17364"
14
- designGuidelines="/?path=/docs/actions-linkbutton-linkbutton-v3-usage-guidelines--docs"
14
+ designGuidelines="/?path=/docs/components-linkbutton-usage-guidelines--docs"
15
15
  />
16
16
 
17
17
  <KAIOInstallation exportNames={'LinkButton'} />
18
18
 
19
19
  ## Overview
20
20
 
21
- `LinkButton` allows users to navigate to another page or resource. It shares the same visual styles and interaction states as the <LinkTo pageId="actions-button-button-v3-usage-guidelines--docs">Button</LinkTo> component, but is intended for navigational purposes and downloading documents.
21
+ `LinkButton` allows users to navigate to another page or resource. It shares the same visual styles and interaction states as the <LinkTo pageId="components-button-button-next-usage-guidelines--docs">Button</LinkTo> component, but is intended for navigational purposes and downloading documents.
22
22
 
23
23
  The following example and table showcases the essential props that enable the core functionality of `LinkButton`. For the remaining suite of API options refer to [this section](#additional-api-options).
24
24
 
@@ -81,8 +81,8 @@ To enable the reversed theme, you will need to wrap the component or application
81
81
 
82
82
  ```tsx
83
83
  import { RouterProvider } from 'react-aria-components'
84
- import { Button } from '@kaizen/components/v3/actions'
85
- import { ReversedColors } from '@kaizen/components/v3/utilities'
84
+ import { Button } from '@kaizen/components/next'
85
+ import { ReversedColors } from '@kaizen/components'
86
86
  // application code
87
87
 
88
88
  return (
@@ -100,7 +100,7 @@ LinkButton supports the following sizes: `small`, `medium` and `large`. If the `
100
100
 
101
101
  ### `onPress`
102
102
 
103
- As with <LinkTo pageId="actions-button-button-v3-usage-guidelines--docs">Button</LinkTo>, `LinkButton`'s API uses React Aria's `onPress` instead of `onClick`. Functionally this does not change the way we pass click events to a `LinkButton`. Consumers can safely replace `onClick` with `onPress` without any additional changes, ie:
103
+ As with <LinkTo pageId="components-button-button-next-usage-guidelines--docs">Button</LinkTo>, `LinkButton`'s API uses React Aria's `onPress` instead of `onClick`. Functionally this does not change the way we pass click events to a `LinkButton`. Consumers can safely replace `onClick` with `onPress` without any additional changes, ie:
104
104
 
105
105
  ```tsx
106
106
  <Button
@@ -137,11 +137,11 @@ While in most cases, `children` will be a `ReactNode`, `LinkButton` also accepts
137
137
 
138
138
  ### Icons and positioning
139
139
 
140
- The `icon` property abstracts the need to handle positioning and sizing logic for icons within the `LinkButton`. When paired with the [Icon component](/docs/illustrations-icon-icon-future-api-specification--docs), this will scale the icon to the `LinkButton`'s `size` prop.
140
+ The `icon` property abstracts the need to handle positioning and sizing logic for icons within the `LinkButton`. When paired with the [Icon component](/docs/illustrations-icon-icon-next-api-specification--docs), this will scale the icon to the `LinkButton`'s `size` prop.
141
141
 
142
142
  <Canvas of={exampleStories.LinkButtonWithIconStart} />
143
143
 
144
- Set the position of the icon using the `iconPosition` prop. This will ensure content is flipped in `RTL` layouts. Note that icons will need the [shouldMirrorInRTL](/docs/illustrations-icon-icon-future-api-specification--docs#mirror-in-rtl) prop set to `true` when mirroring is required.
144
+ Set the position of the icon using the `iconPosition` prop. This will ensure content is flipped in `RTL` layouts. Note that icons will need the [shouldMirrorInRTL](/docs/illustrations-icon-icon-next-api-specification--docs#mirror-in-rtl) prop set to `true` when mirroring is required.
145
145
 
146
146
  <Canvas of={exampleStories.LinkButtonWithIconEnd} />
147
147
 
@@ -202,7 +202,7 @@ The implementation in your application would then look something like this:
202
202
 
203
203
  ```tsx
204
204
  import { useRouter } from 'next/router'
205
- import { LinkButton } from '@kaizen/components/v3/actions'
205
+ import { LinkButton } from '@kaizen/components'
206
206
 
207
207
  const Component = () => {
208
208
  const router = useRouter()
@@ -18,7 +18,7 @@ Updated Dec 18, 2024
18
18
 
19
19
  ## Overview
20
20
 
21
- `LinkButton` allows users to navigate to another page or resource. It shares the same visual styles and interaction states as the <LinkTo pageId="actions-button-button-v3-usage-guidelines--docs">Button</LinkTo> component, but is intended for navigational purposes and downloading documents.
21
+ `LinkButton` allows users to navigate to another page or resource. It shares the same visual styles and interaction states as the <LinkTo pageId="components-button-button-next-usage-guidelines--docs">Button</LinkTo> component, but is intended for navigational purposes and downloading documents.
22
22
 
23
23
  <Canvas of={LinkButton.Playground} />
24
24
 
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import { type Meta, type StoryObj } from '@storybook/react'
3
3
  import { VisuallyHidden } from '~components/VisuallyHidden'
4
- import { Icon } from '~components/__rc__/Icon'
4
+ import { Icon } from '~components/__next__/Icon'
5
5
  import { LinkButton } from '../index'
6
6
 
7
7
  const meta = {
@@ -2,7 +2,7 @@ import React from 'react'
2
2
  import { type Meta, type StoryObj } from '@storybook/react'
3
3
  import { expect, userEvent, waitFor, within } from '@storybook/test'
4
4
  import { VisuallyHidden } from '~components/VisuallyHidden'
5
- import { Icon } from '~components/__rc__/Icon'
5
+ import { Icon } from '~components/__next__/Icon'
6
6
  import { LinkButton } from '../index'
7
7
 
8
8
  const meta = {
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import { type Meta } from '@storybook/react'
3
3
  import { within } from '@storybook/test'
4
- import { Icon } from '~components/__rc__/Icon'
4
+ import { Icon } from '~components/__next__/Icon'
5
5
  import { StickerSheet, type StickerSheetStory } from '~storybook/components/StickerSheet'
6
6
  import { LinkButton, type LinkButtonProps } from '../index'
7
7
 
@@ -2,7 +2,7 @@ import React from 'react'
2
2
  import { type Meta, type StoryObj } from '@storybook/react'
3
3
  import { Avatar } from '~components/Avatar'
4
4
  import { BrandMomentPositiveOutro, Informative } from '~components/Illustration'
5
- import { Icon } from '~components/__rc__/Icon'
5
+ import { Icon } from '~components/__next__/Icon'
6
6
  import { StickerSheet } from '~storybook/components/StickerSheet'
7
7
  import { LoadingGraphic } from '../index'
8
8
 
@@ -1,10 +1,10 @@
1
1
  import { Canvas, Controls, Meta } from '@storybook/blocks'
2
- import { ResourceLinks, Installation } from '~storybook/components'
2
+ import { ResourceLinks, Installation, ReplacementNotice } from '~storybook/components'
3
3
  import * as MenuStories from './Menu.stories'
4
4
 
5
5
  <Meta of={MenuStories} />
6
6
 
7
- # Menu (v1)
7
+ # Menu (deprecated)
8
8
 
9
9
  <ResourceLinks
10
10
  sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/Menu"
@@ -13,13 +13,13 @@ import * as MenuStories from './Menu.stories'
13
13
  className="!mb-8"
14
14
  />
15
15
 
16
+ <ReplacementNotice />
17
+
16
18
  <Installation
17
19
  installCommand="pnpm add @kaizen/components"
18
- importStatement='import { Menu, MenuDropdown, MenuList, MenuItem } from "@kaizen/components/v1/actions"'
20
+ importStatement='import { Menu, MenuDropdown, MenuList, MenuItem } from "@kaizen/components"'
19
21
  />
20
22
 
21
- It is recommended that you import from the `v2` entry point.
22
-
23
23
  ## Overview
24
24
 
25
25
  A menu contains links to places or button actions. It does NOT show a selected item at all and the menu button text never changes.
@@ -1,13 +1,13 @@
1
1
  import React from 'react'
2
2
  import { type Meta } from '@storybook/react'
3
3
  import { Button } from '~components/Button'
4
- import { Icon } from '~components/__rc__/Icon'
4
+ import { Icon } from '~components/__next__/Icon'
5
5
  import { StickerSheet, type StickerSheetStory } from '~storybook/components/StickerSheet'
6
6
  import { Menu } from '../index'
7
7
  import { MenuContentExample } from './MenuContentExample'
8
8
 
9
9
  export default {
10
- title: 'Components/Menu/Menu (v1)',
10
+ title: 'Components/Menu/Menu (deprecated)',
11
11
  parameters: {
12
12
  chromatic: { disable: false },
13
13
  controls: { disable: true },
@@ -1,14 +1,14 @@
1
1
  import React from 'react'
2
2
  import { type Meta, type StoryObj } from '@storybook/react'
3
3
  import { Button } from '~components/Button'
4
- import { Icon } from '~components/__rc__/Icon'
4
+ import { Icon } from '~components/__next__/Icon'
5
5
  import { Menu } from '../index'
6
6
  import { MenuHeading } from '../subcomponents/MenuHeading'
7
7
  import { MenuItem } from '../subcomponents/MenuItem'
8
8
  import { MenuList } from '../subcomponents/MenuList'
9
9
 
10
10
  const meta = {
11
- title: 'Components/Menu/Menu (v1)',
11
+ title: 'Components/Menu/Menu (deprecated)',
12
12
  component: Menu,
13
13
  args: {
14
14
  button: (