@kaizen/components 1.71.0 → 1.73.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 (710) 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/Link/Link.cjs +45 -0
  32. package/dist/cjs/Link/Link.module.css.cjs +20 -0
  33. package/dist/cjs/Link/subcomponents/LinkContent.cjs +34 -0
  34. package/dist/cjs/LinkButton/LinkButton.cjs +3 -3
  35. package/dist/cjs/Menu/index.cjs +0 -1
  36. package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +1 -1
  37. package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs +1 -1
  38. package/dist/cjs/MultiSelect/subcomponents/Checkbox/Checkbox.cjs +1 -1
  39. package/dist/cjs/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.cjs +2 -2
  40. package/dist/cjs/Notification/subcomponents/CancelButton/CancelButton.cjs +1 -1
  41. package/dist/cjs/Notification/subcomponents/NotificationIcon/NotificationIcon.cjs +1 -1
  42. package/dist/cjs/Pagination/Pagination.cjs +1 -0
  43. package/dist/cjs/Pagination/subcomponents/DirectionalLink/DirectionalLink.cjs +1 -1
  44. package/dist/cjs/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.cjs +1 -1
  45. package/dist/cjs/Popover/Popover.cjs +1 -1
  46. package/dist/cjs/Popover/utils/classMappers.cjs +1 -1
  47. package/dist/cjs/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.cjs +2 -2
  48. package/dist/cjs/RichTextEditor/RichTextEditor/utils/controlmap.cjs +1 -1
  49. package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.cjs +1 -1
  50. package/dist/cjs/Select/Select.cjs +1 -1
  51. package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.cjs +1 -1
  52. package/dist/cjs/Table/Table.cjs +3 -3
  53. package/dist/cjs/Tag/Tag.cjs +1 -1
  54. package/dist/cjs/TextField/TextField.cjs +1 -1
  55. package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.cjs +1 -1
  56. package/dist/cjs/TitleBlockZen/TitleBlockZen.cjs +1 -1
  57. package/dist/cjs/TitleBlockZen/subcomponents/MainActions.cjs +1 -1
  58. package/dist/cjs/TitleBlockZen/subcomponents/MobileActions.cjs +1 -1
  59. package/dist/cjs/TitleBlockZen/subcomponents/SecondaryActions.cjs +1 -1
  60. package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +1 -1
  61. package/dist/cjs/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +1 -1
  62. package/dist/cjs/{__rc__ → __next__}/Button/Button.cjs +1 -1
  63. package/dist/cjs/__next__/Button/Button.module.css.cjs +21 -0
  64. package/dist/cjs/__next__/Button/subcomponents/ButtonContent/ButtonContent.module.css.cjs +9 -0
  65. package/dist/cjs/__next__/Button/subcomponents/PendingContent/PendingContent.module.css.cjs +8 -0
  66. package/dist/cjs/__next__/Icon/Icon.module.css.cjs +11 -0
  67. package/dist/cjs/{__rc__ → __next__}/Menu/Menu.module.css.cjs +1 -1
  68. package/dist/cjs/__next__/Menu/MenuItem.module.css.cjs +8 -0
  69. package/dist/cjs/__next__/Select/Select.module.scss.cjs +7 -0
  70. package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.cjs +1 -1
  71. package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.module.scss.cjs +1 -1
  72. package/dist/cjs/__next__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.cjs +8 -0
  73. package/dist/cjs/__next__/Select/subcomponents/Option/Option.module.scss.cjs +10 -0
  74. package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.module.scss.cjs +1 -1
  75. package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss.cjs +1 -1
  76. package/dist/cjs/__next__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.cjs +14 -0
  77. package/dist/cjs/__next__/Tabs/subcomponents/Tab/Tab.module.css.cjs +7 -0
  78. package/dist/cjs/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.cjs +1 -1
  79. package/dist/cjs/__next__/Tabs/subcomponents/TabList/TabList.module.css.cjs +10 -0
  80. package/dist/cjs/__next__/Tag/RemovableTag/RemovableTag.module.scss.cjs +6 -0
  81. package/dist/cjs/__next__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.cjs +6 -0
  82. package/dist/cjs/__next__/Tag/Tag/Tag.module.scss.cjs +14 -0
  83. package/dist/cjs/{__rc__ → __next__}/Tooltip/OverlayArrow.cjs +1 -1
  84. package/dist/cjs/__next__/Tooltip/OverlayArrow.module.scss.cjs +7 -0
  85. package/dist/cjs/{__rc__ → __next__}/Tooltip/Tooltip.cjs +1 -1
  86. package/dist/cjs/__next__/Tooltip/Tooltip.module.scss.cjs +8 -0
  87. package/dist/cjs/actionsV3.cjs +7 -7
  88. package/dist/cjs/future.cjs +18 -18
  89. package/dist/cjs/index.cjs +9 -2
  90. package/dist/cjs/next.cjs +45 -0
  91. package/dist/cjs/overlaysV1.cjs +2 -2
  92. package/dist/cjs/overlaysV2.cjs +2 -2
  93. package/dist/cjs/overlaysV3.cjs +2 -4
  94. package/dist/cjs/utilitiesV3.cjs +1055 -1
  95. package/dist/esm/Avatar/Avatar.mjs +1 -1
  96. package/dist/esm/ButtonGroup/ButtonGroup.mjs +1 -1
  97. package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs +1 -1
  98. package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs +1 -1
  99. package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs +1 -1
  100. package/dist/esm/Checkbox/Checkbox/Checkbox.mjs +1 -1
  101. package/dist/esm/ClearButton/ClearButton.mjs +1 -1
  102. package/dist/esm/Collapsible/Collapsible/Collapsible.mjs +1 -1
  103. package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs +1 -1
  104. package/dist/esm/DateRangePicker/DateRangePicker.mjs +1 -1
  105. package/dist/esm/ErrorPage/ErrorPage.mjs +1 -1
  106. package/dist/esm/FieldMessage/FieldMessage.mjs +1 -1
  107. package/dist/esm/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs +1 -1
  108. package/dist/esm/Filter/FilterButton/FilterButton/FilterButton.mjs +1 -1
  109. package/dist/esm/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.mjs +2 -2
  110. package/dist/esm/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs +1 -1
  111. package/dist/esm/Filter/FilterSelect/FilterSelect.mjs +12 -12
  112. package/dist/esm/Focusable/Focusable.module.scss.mjs +4 -0
  113. package/dist/esm/GuidanceBlock/GuidanceBlock.mjs +2 -2
  114. package/dist/esm/Illustration/utils/usePausePlay.mjs +1 -1
  115. package/dist/esm/Input/InputSearch/InputSearch.mjs +1 -1
  116. package/dist/esm/LikertScaleLegacy/LikertScaleLegacy.mjs +1 -1
  117. package/dist/esm/Link/Link.mjs +40 -0
  118. package/dist/esm/Link/Link.module.css.mjs +18 -0
  119. package/dist/esm/Link/subcomponents/LinkContent.mjs +26 -0
  120. package/dist/esm/LinkButton/LinkButton.mjs +3 -3
  121. package/dist/esm/Menu/index.mjs +0 -1
  122. package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +1 -1
  123. package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs +1 -1
  124. package/dist/esm/MultiSelect/subcomponents/Checkbox/Checkbox.mjs +1 -1
  125. package/dist/esm/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.mjs +2 -2
  126. package/dist/esm/Notification/subcomponents/CancelButton/CancelButton.mjs +1 -1
  127. package/dist/esm/Notification/subcomponents/NotificationIcon/NotificationIcon.mjs +1 -1
  128. package/dist/esm/Pagination/Pagination.mjs +1 -0
  129. package/dist/esm/Pagination/subcomponents/DirectionalLink/DirectionalLink.mjs +1 -1
  130. package/dist/esm/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.mjs +1 -1
  131. package/dist/esm/Popover/Popover.mjs +1 -1
  132. package/dist/esm/Popover/utils/classMappers.mjs +1 -1
  133. package/dist/esm/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.mjs +1 -1
  134. package/dist/esm/RichTextEditor/RichTextEditor/utils/controlmap.mjs +1 -1
  135. package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.mjs +1 -1
  136. package/dist/esm/Select/Select.mjs +1 -1
  137. package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.mjs +1 -1
  138. package/dist/esm/Table/Table.mjs +2 -2
  139. package/dist/esm/Tag/Tag.mjs +1 -1
  140. package/dist/esm/TextField/TextField.mjs +1 -1
  141. package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.mjs +1 -1
  142. package/dist/esm/TitleBlockZen/TitleBlockZen.mjs +1 -1
  143. package/dist/esm/TitleBlockZen/subcomponents/MainActions.mjs +1 -1
  144. package/dist/esm/TitleBlockZen/subcomponents/MobileActions.mjs +1 -1
  145. package/dist/esm/TitleBlockZen/subcomponents/SecondaryActions.mjs +1 -1
  146. package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +1 -1
  147. package/dist/esm/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +1 -1
  148. package/dist/esm/{__rc__ → __next__}/Button/Button.mjs +1 -1
  149. package/dist/esm/__next__/Button/Button.module.css.mjs +19 -0
  150. package/dist/esm/__next__/Button/subcomponents/ButtonContent/ButtonContent.module.css.mjs +7 -0
  151. package/dist/esm/__next__/Button/subcomponents/PendingContent/PendingContent.module.css.mjs +6 -0
  152. package/dist/esm/__next__/Icon/Icon.module.css.mjs +9 -0
  153. package/dist/esm/{__rc__ → __next__}/Menu/Menu.module.css.mjs +1 -1
  154. package/dist/esm/__next__/Menu/MenuItem.module.css.mjs +6 -0
  155. package/dist/esm/__next__/Select/Select.module.scss.mjs +5 -0
  156. package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.mjs +1 -1
  157. package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.module.scss.mjs +1 -1
  158. package/dist/esm/__next__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.mjs +6 -0
  159. package/dist/esm/__next__/Select/subcomponents/Option/Option.module.scss.mjs +8 -0
  160. package/dist/esm/__next__/Select/subcomponents/SectionDivider/SectionDivider.module.scss.mjs +4 -0
  161. package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss.mjs +1 -1
  162. package/dist/esm/__next__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.mjs +12 -0
  163. package/dist/esm/__next__/Tabs/subcomponents/Tab/Tab.module.css.mjs +5 -0
  164. package/dist/esm/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.mjs +1 -1
  165. package/dist/esm/__next__/Tabs/subcomponents/TabList/TabList.module.css.mjs +8 -0
  166. package/dist/esm/__next__/Tag/RemovableTag/RemovableTag.module.scss.mjs +4 -0
  167. package/dist/esm/__next__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.mjs +4 -0
  168. package/dist/esm/__next__/Tag/Tag/Tag.module.scss.mjs +12 -0
  169. package/dist/esm/{__rc__ → __next__}/Tooltip/OverlayArrow.mjs +1 -1
  170. package/dist/esm/__next__/Tooltip/OverlayArrow.module.scss.mjs +5 -0
  171. package/dist/esm/{__rc__ → __next__}/Tooltip/Tooltip.mjs +1 -1
  172. package/dist/esm/__next__/Tooltip/Tooltip.module.scss.mjs +6 -0
  173. package/dist/esm/actionsV3.mjs +7 -7
  174. package/dist/esm/future.mjs +18 -18
  175. package/dist/esm/index.mjs +4 -1
  176. package/dist/esm/next.mjs +19 -0
  177. package/dist/esm/overlaysV1.mjs +1 -1
  178. package/dist/esm/overlaysV2.mjs +1 -1
  179. package/dist/esm/overlaysV3.mjs +2 -3
  180. package/dist/esm/utilitiesV3.mjs +423 -1
  181. package/dist/styles.css +8588 -8468
  182. package/dist/types/Filter/FilterSelect/FilterSelect.d.ts +4 -4
  183. package/dist/types/Filter/FilterSelect/types.d.ts +1 -1
  184. package/dist/types/Link/Link.d.ts +39 -0
  185. package/dist/types/Link/index.d.ts +1 -0
  186. package/dist/types/Link/subcomponents/LinkContent.d.ts +8 -0
  187. package/dist/types/LinkButton/LinkButton.d.ts +1 -1
  188. package/dist/types/Tooltip/index.d.ts +1 -8
  189. package/dist/types/{__rc__ → __next__}/Button/Button.d.ts +2 -2
  190. package/dist/types/{__rc__ → __next__}/Tooltip/index.d.ts +0 -1
  191. package/dist/types/{__rc__ → __next__}/index.d.ts +1 -0
  192. package/dist/types/__utilities__/index.d.ts +1 -0
  193. package/dist/types/index.d.ts +2 -0
  194. package/dist/types/utils/index.d.ts +1 -0
  195. package/dist/types/v3-actions.d.ts +2 -2
  196. package/dist/types/v3-overlays.d.ts +1 -1
  197. package/future/README.md +2 -24
  198. package/future/package.json +1 -1
  199. package/next/README.md +27 -0
  200. package/next/package.json +5 -0
  201. package/package.json +11 -5
  202. package/src/Avatar/Avatar.tsx +1 -1
  203. package/src/BrandMoment/_docs/BrandMoment.stickersheet.stories.tsx +1 -1
  204. package/src/BrandMoment/_docs/BrandMoment.stories.tsx +2 -2
  205. package/src/BrandMoment/_docs/ExampleHeaders.tsx +1 -1
  206. package/src/Button/Button/_docs/Button.mdx +5 -4
  207. package/src/Button/Button/_docs/Button.stickersheet.stories.tsx +2 -2
  208. package/src/Button/Button/_docs/Button.stories.tsx +2 -2
  209. package/src/Button/IconButton/_docs/IconButton.mdx +5 -3
  210. package/src/Button/IconButton/_docs/IconButton.stickersheet.stories.tsx +2 -2
  211. package/src/Button/IconButton/_docs/IconButton.stories.tsx +2 -2
  212. package/src/Calendar/CalendarPopover/_docs/CalendarPopover.stickersheet.stories.tsx +1 -1
  213. package/src/Calendar/CalendarRange/CalendarRange.tsx +1 -1
  214. package/src/Calendar/CalendarRange/_docs/CalendarRange.stickersheet.stories.tsx +1 -1
  215. package/src/Calendar/CalendarRange/_docs/CalendarRange.stories.tsx +1 -1
  216. package/src/Calendar/CalendarSingle/CalendarSingle.tsx +1 -1
  217. package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stickersheet.stories.tsx +1 -1
  218. package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stories.tsx +1 -1
  219. package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.tsx +1 -1
  220. package/src/Checkbox/Checkbox/Checkbox.tsx +1 -1
  221. package/src/Checkbox/Checkbox/_docs/Checkbox.stickersheet.stories.tsx +1 -1
  222. package/src/Checkbox/Checkbox/_docs/Checkbox.stories.tsx +1 -1
  223. package/src/Checkbox/CheckboxField/_docs/CheckboxField.stickersheet.stories.tsx +1 -1
  224. package/src/Checkbox/CheckboxField/_docs/CheckboxField.stories.tsx +1 -1
  225. package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.stickersheet.stories.tsx +1 -1
  226. package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.stories.tsx +1 -1
  227. package/src/ClearButton/ClearButton.tsx +1 -1
  228. package/src/Collapsible/Collapsible/Collapsible.tsx +1 -1
  229. package/src/Collapsible/Collapsible/_docs/Collapsible.stories.tsx +1 -1
  230. package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.tsx +1 -1
  231. package/src/DatePicker/_docs/DatePicker.stickersheet.stories.tsx +1 -1
  232. package/src/DatePicker/_docs/DatePicker.stories.tsx +1 -1
  233. package/src/DatePicker/_docs/getLocale.stickersheet.stories.tsx +1 -1
  234. package/src/DateRangePicker/DateRangePicker.tsx +1 -1
  235. package/src/DateRangePicker/_docs/DateRangePicker.stickersheet.stories.tsx +1 -1
  236. package/src/DateRangePicker/_docs/DateRangePicker.stories.tsx +1 -1
  237. package/src/EmptyState/_docs/EmptyState.stickersheet.stories.tsx +1 -1
  238. package/src/EmptyState/_docs/EmptyState.stories.tsx +1 -1
  239. package/src/ErrorPage/ErrorPage.tsx +1 -1
  240. package/src/FieldGroup/_docs/FieldGroup.stickersheet.stories.tsx +1 -1
  241. package/src/FieldGroup/_docs/FieldGroup.stories.tsx +1 -1
  242. package/src/FieldMessage/FieldMessage.tsx +1 -1
  243. package/src/FieldMessage/_docs/FieldMessage.stickersheet.stories.tsx +1 -1
  244. package/src/FieldMessage/_docs/FieldMessage.stories.tsx +1 -1
  245. package/src/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.tsx +1 -1
  246. package/src/Filter/FilterButton/FilterButton/FilterButton.tsx +1 -1
  247. package/src/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.tsx +1 -1
  248. package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.tsx +1 -1
  249. package/src/Filter/FilterSelect/FilterSelect.tsx +4 -4
  250. package/src/Filter/FilterSelect/types.ts +2 -2
  251. package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/_docs/ApiSpecification.mdx +5 -5
  252. package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/_docs/Focusable.stories.tsx +2 -2
  253. package/src/GuidanceBlock/GuidanceBlock.tsx +1 -1
  254. package/src/Icon/_docs/Icon.docs.stories.tsx +2 -2
  255. package/src/Icon/_docs/Icon.mdx +4 -2
  256. package/src/Icon/_docs/Icon.stickersheet.stories.tsx +1 -1
  257. package/src/Illustration/utils/usePausePlay.tsx +1 -1
  258. package/src/Input/Input/_docs/Input.stickersheet.stories.tsx +2 -2
  259. package/src/Input/Input/_docs/Input.stories.tsx +2 -2
  260. package/src/Input/InputRange/_docs/InputRange.stickersheet.stories.tsx +1 -1
  261. package/src/Input/InputRange/_docs/InputRange.stories.tsx +1 -1
  262. package/src/Input/InputSearch/InputSearch.tsx +1 -1
  263. package/src/Input/InputSearch/_docs/InputSearch.stickersheet.stories.tsx +1 -1
  264. package/src/Input/InputSearch/_docs/InputSearch.stories.tsx +1 -1
  265. package/src/Label/_docs/Label.stickersheet.stories.tsx +1 -1
  266. package/src/Label/_docs/Label.stories.tsx +1 -1
  267. package/src/LabelledMessage/_docs/LabelledMessage.stickersheet.stories.tsx +1 -1
  268. package/src/LabelledMessage/_docs/LabelledMessage.stories.tsx +1 -1
  269. package/src/LikertScaleLegacy/LikertScaleLegacy.tsx +1 -1
  270. package/src/Link/Link.module.css +119 -0
  271. package/src/Link/Link.tsx +90 -0
  272. package/src/Link/_docs/Link--api-specification.mdx +133 -0
  273. package/src/Link/_docs/Link--api-usage-guidelines.mdx +107 -0
  274. package/src/Link/_docs/Link.doc.stories.tsx +238 -0
  275. package/src/Link/_docs/Link.stickersheet.stories.tsx +191 -0
  276. package/src/Link/index.ts +1 -0
  277. package/src/Link/subcomponents/LinkContent.tsx +31 -0
  278. package/src/LinkButton/LinkButton.tsx +4 -4
  279. package/src/LinkButton/_docs/LinkButton--api-specification.mdx +8 -64
  280. package/src/LinkButton/_docs/LinkButton--usage-guidelines.mdx +1 -1
  281. package/src/LinkButton/_docs/LinkButton.doc.stories.tsx +1 -1
  282. package/src/LinkButton/_docs/LinkButton.spec.stories.tsx +1 -1
  283. package/src/LinkButton/_docs/LinkButton.stickersheet.stories.tsx +1 -1
  284. package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.stories.tsx +1 -1
  285. package/src/Menu/_docs/Menu.mdx +5 -5
  286. package/src/Menu/_docs/Menu.stickersheet.stories.tsx +2 -2
  287. package/src/Menu/_docs/Menu.stories.tsx +2 -2
  288. package/src/Menu/_docs/MenuContentExample.tsx +1 -1
  289. package/src/Menu/_docs/examples.tsx +1 -1
  290. package/src/Menu/index.ts +0 -2
  291. package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +1 -1
  292. package/src/Modal/GenericModal/_docs/GenericModal.spec.stories.tsx +1 -1
  293. package/src/Modal/GenericModal/_docs/GenericModal.stories.tsx +1 -1
  294. package/src/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.tsx +1 -1
  295. package/src/MultiSelect/subcomponents/Checkbox/Checkbox.tsx +1 -1
  296. package/src/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.tsx +1 -1
  297. package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +1 -1
  298. package/src/Notification/subcomponents/NotificationIcon/NotificationIcon.tsx +1 -1
  299. package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.tsx +1 -1
  300. package/src/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.tsx +1 -1
  301. package/src/Popover/Popover.tsx +1 -1
  302. package/src/Popover/utils/classMappers.tsx +1 -1
  303. package/src/Radio/Radio/_docs/Radio.stickersheet.stories.tsx +1 -1
  304. package/src/Radio/Radio/_docs/Radio.stories.tsx +1 -1
  305. package/src/Radio/RadioField/_docs/RadioField.stickersheet.stories.tsx +1 -1
  306. package/src/Radio/RadioField/_docs/RadioField.stories.tsx +1 -1
  307. package/src/Radio/RadioGroup/_docs/RadioGroup.stickersheet.stories.tsx +1 -1
  308. package/src/Radio/RadioGroup/_docs/RadioGroup.stories.tsx +1 -1
  309. package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stickersheet.stories.tsx +1 -1
  310. package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stories.tsx +1 -1
  311. package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.spec.tsx +1 -1
  312. package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/_docs/Toolbar.stories.tsx +1 -1
  313. package/src/RichTextEditor/RichTextEditor/utils/controlmap.tsx +1 -1
  314. package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.tsx +1 -1
  315. package/src/Select/Select.tsx +1 -1
  316. package/src/Select/_docs/Select.mdx +1 -1
  317. package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.tsx +1 -1
  318. package/src/Table/Table.tsx +1 -1
  319. package/src/Table/_docs/Table.stickersheet.stories.tsx +1 -1
  320. package/src/Table/_docs/Table.stories.tsx +1 -1
  321. package/src/Tabs/_docs/Tabs.mdx +4 -2
  322. package/src/Tabs/_docs/Tabs.stories.tsx +1 -1
  323. package/src/Tag/Tag.tsx +1 -1
  324. package/src/Tag/_docs/Tag.mdx +3 -8
  325. package/src/Tag/_docs/Tag.stickersheet.stories.tsx +1 -1
  326. package/src/Tag/_docs/Tag.stories.tsx +1 -1
  327. package/src/TextArea/_docs/TextArea.stickersheet.stories.tsx +1 -1
  328. package/src/TextArea/_docs/TextArea.stories.tsx +1 -1
  329. package/src/TextAreaField/_docs/TextAreaField.stickersheet.stories.tsx +1 -1
  330. package/src/TextAreaField/_docs/TextAreaField.stories.tsx +1 -1
  331. package/src/TextField/TextField.tsx +1 -1
  332. package/src/TextField/_docs/TextField.stickersheet.stories.tsx +1 -1
  333. package/src/TextField/_docs/TextField.stories.tsx +2 -2
  334. package/src/Tile/subcomponents/GenericTile/GenericTile.spec.stories.tsx +1 -1
  335. package/src/Tile/subcomponents/GenericTile/GenericTile.tsx +1 -1
  336. package/src/Tile/subcomponents/GenericTile/_docs/GenericTile.stickersheet.stories.tsx +1 -1
  337. package/src/TitleBlockZen/TitleBlockZen.tsx +1 -1
  338. package/src/TitleBlockZen/_docs/TitleBlockZen.stories.tsx +1 -1
  339. package/src/TitleBlockZen/subcomponents/MainActions.tsx +1 -1
  340. package/src/TitleBlockZen/subcomponents/MobileActions.tsx +1 -1
  341. package/src/TitleBlockZen/subcomponents/SecondaryActions.tsx +1 -1
  342. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +1 -1
  343. package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.stickersheet.stories.tsx +1 -1
  344. package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.stories.tsx +1 -1
  345. package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.stickersheet.stories.tsx +1 -1
  346. package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.stories.tsx +1 -1
  347. package/src/Tooltip/_docs/Tooltip.mdx +5 -8
  348. package/src/Tooltip/_docs/Tooltip.stickersheet.stories.tsx +2 -2
  349. package/src/Tooltip/_docs/Tooltip.stories.tsx +3 -3
  350. package/src/Tooltip/index.ts +1 -7
  351. package/src/Tooltip/utils/isSemanticElement.spec.tsx +1 -1
  352. package/src/Workflow/_docs/Workflow.stories.tsx +1 -1
  353. package/src/Workflow/_docs/WorkflowHeader.stories.tsx +1 -1
  354. package/src/Workflow/_docs/controls/controls.tsx +1 -1
  355. package/src/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +1 -1
  356. package/src/{__rc__ → __next__}/Button/Button.tsx +3 -3
  357. package/src/{__rc__ → __next__}/Button/_docs/Button--api-specification.mdx +9 -9
  358. package/src/{__rc__ → __next__}/Button/_docs/Button--usage-guidelines.mdx +5 -5
  359. package/src/{__rc__ → __next__}/Button/_docs/Button.docs.stories.tsx +3 -3
  360. package/src/{__rc__ → __next__}/Button/_docs/Button.spec.stories.tsx +2 -2
  361. package/src/{__rc__ → __next__}/Button/_docs/Button.stickersheet.stories.tsx +2 -2
  362. package/src/{__rc__ → __next__}/Icon/_docs/Icon--api-specification.mdx +3 -3
  363. package/src/{__rc__ → __next__}/Icon/_docs/Icon--migration-guide.mdx +3 -3
  364. package/src/{__rc__ → __next__}/Icon/_docs/Icon--usage-guidelines.mdx +4 -4
  365. package/src/{__rc__ → __next__}/Icon/_docs/Icon.docs.stories.tsx +3 -3
  366. package/src/{__rc__ → __next__}/Icon/_docs/Icon.stickersheet.stories.tsx +3 -3
  367. package/src/{__rc__ → __next__}/Menu/_docs/Menu--api-specification.mdx +5 -6
  368. package/src/{__rc__ → __next__}/Menu/_docs/Menu--usage-guidelines.mdx +3 -4
  369. package/src/{__rc__ → __next__}/Menu/_docs/Menu.docs.stories.tsx +3 -3
  370. package/src/{__rc__ → __next__}/Menu/_docs/Menu.spec.stories.tsx +3 -3
  371. package/src/{__rc__ → __next__}/Menu/_docs/Menu.stories.tsx +3 -3
  372. package/src/{__rc__ → __next__}/Select/_docs/Select.mdx +2 -2
  373. package/src/{__rc__ → __next__}/Select/_docs/Select.stickersheet.stories.tsx +1 -1
  374. package/src/{__rc__ → __next__}/Select/_docs/Select.stories.tsx +1 -1
  375. package/src/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.tsx +1 -1
  376. package/src/{__rc__ → __next__}/Select/subcomponents/Option/Option.tsx +1 -1
  377. package/src/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.tsx +1 -1
  378. package/src/{__rc__ → __next__}/Tabs/_docs/Tabs--api-specification.mdx +3 -3
  379. package/src/{__rc__ → __next__}/Tabs/_docs/Tabs--migration-guide.mdx +3 -3
  380. package/src/{__rc__ → __next__}/Tabs/_docs/Tabs.spec.stories.tsx +1 -1
  381. package/src/{__rc__ → __next__}/Tabs/_docs/Tabs.stickersheet.stories.tsx +1 -1
  382. package/src/{__rc__ → __next__}/Tabs/_docs/Tabs.stories.tsx +1 -1
  383. package/src/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.tsx +2 -2
  384. package/src/{__rc__ → __next__}/Tag/RemovableTag/_docs/RemovableTag.mdx +3 -3
  385. package/src/{__rc__ → __next__}/Tag/RemovableTag/_docs/RemovableTag.stickersheet.stories.tsx +1 -1
  386. package/src/{__rc__ → __next__}/Tag/RemovableTag/_docs/RemovableTag.stories.tsx +1 -1
  387. package/src/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.tsx +1 -1
  388. package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag-migration-guide.mdx +8 -8
  389. package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag-migration-guide.stories.tsx +2 -2
  390. package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag.mdx +5 -5
  391. package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag.stickersheet.stories.tsx +2 -2
  392. package/src/{__rc__ → __next__}/Tag/Tag/_docs/Tag.stories.tsx +2 -2
  393. package/src/{__rc__ → __next__}/Tooltip/OverlayArrow.tsx +1 -1
  394. package/src/{__rc__ → __next__}/Tooltip/Tooltip.tsx +1 -1
  395. package/src/{__rc__ → __next__}/Tooltip/_docs/ApiSpecification.mdx +6 -6
  396. package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.docs.stories.tsx +4 -3
  397. package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.mdx +5 -5
  398. package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.spec.stories.tsx +6 -5
  399. package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.stickersheet.stories.tsx +2 -2
  400. package/src/{__rc__ → __next__}/Tooltip/_docs/Tooltip.stories.tsx +4 -3
  401. package/src/{__rc__ → __next__}/Tooltip/index.ts +0 -1
  402. package/src/__next__/index.ts +11 -0
  403. package/src/__utilities__/index.ts +2 -0
  404. package/src/index.ts +2 -0
  405. package/src/utils/index.ts +1 -0
  406. package/src/v3-actions.ts +2 -2
  407. package/src/v3-overlays.ts +1 -1
  408. package/v3/utilities/package.json +1 -1
  409. package/dist/cjs/Tooltip/index.cjs +0 -8
  410. package/dist/cjs/__rc__/Button/Button.module.css.cjs +0 -21
  411. package/dist/cjs/__rc__/Button/subcomponents/ButtonContent/ButtonContent.module.css.cjs +0 -9
  412. package/dist/cjs/__rc__/Button/subcomponents/PendingContent/PendingContent.module.css.cjs +0 -8
  413. package/dist/cjs/__rc__/Icon/Icon.module.css.cjs +0 -11
  414. package/dist/cjs/__rc__/Menu/MenuItem.module.css.cjs +0 -8
  415. package/dist/cjs/__rc__/Select/Select.module.scss.cjs +0 -7
  416. package/dist/cjs/__rc__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.cjs +0 -8
  417. package/dist/cjs/__rc__/Select/subcomponents/Option/Option.module.scss.cjs +0 -10
  418. package/dist/cjs/__rc__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.cjs +0 -14
  419. package/dist/cjs/__rc__/Tabs/subcomponents/Tab/Tab.module.css.cjs +0 -7
  420. package/dist/cjs/__rc__/Tabs/subcomponents/TabList/TabList.module.css.cjs +0 -10
  421. package/dist/cjs/__rc__/Tag/RemovableTag/RemovableTag.module.scss.cjs +0 -6
  422. package/dist/cjs/__rc__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.cjs +0 -6
  423. package/dist/cjs/__rc__/Tag/Tag/Tag.module.scss.cjs +0 -14
  424. package/dist/cjs/__rc__/Tooltip/OverlayArrow.module.scss.cjs +0 -7
  425. package/dist/cjs/__rc__/Tooltip/Tooltip.module.scss.cjs +0 -8
  426. package/dist/cjs/__rc__/Tooltip/subcomponents/Focusable/Focusable.module.scss.cjs +0 -6
  427. package/dist/esm/Tooltip/index.mjs +0 -6
  428. package/dist/esm/__rc__/Button/Button.module.css.mjs +0 -19
  429. package/dist/esm/__rc__/Button/subcomponents/ButtonContent/ButtonContent.module.css.mjs +0 -7
  430. package/dist/esm/__rc__/Button/subcomponents/PendingContent/PendingContent.module.css.mjs +0 -6
  431. package/dist/esm/__rc__/Icon/Icon.module.css.mjs +0 -9
  432. package/dist/esm/__rc__/Menu/MenuItem.module.css.mjs +0 -6
  433. package/dist/esm/__rc__/Select/Select.module.scss.mjs +0 -5
  434. package/dist/esm/__rc__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss.mjs +0 -6
  435. package/dist/esm/__rc__/Select/subcomponents/Option/Option.module.scss.mjs +0 -8
  436. package/dist/esm/__rc__/Select/subcomponents/SectionDivider/SectionDivider.module.scss.mjs +0 -4
  437. package/dist/esm/__rc__/Select/subcomponents/SelectToggle/SelectToggle.module.scss.mjs +0 -12
  438. package/dist/esm/__rc__/Tabs/subcomponents/Tab/Tab.module.css.mjs +0 -5
  439. package/dist/esm/__rc__/Tabs/subcomponents/TabList/TabList.module.css.mjs +0 -8
  440. package/dist/esm/__rc__/Tag/RemovableTag/RemovableTag.module.scss.mjs +0 -4
  441. package/dist/esm/__rc__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss.mjs +0 -4
  442. package/dist/esm/__rc__/Tag/Tag/Tag.module.scss.mjs +0 -12
  443. package/dist/esm/__rc__/Tooltip/OverlayArrow.module.scss.mjs +0 -5
  444. package/dist/esm/__rc__/Tooltip/Tooltip.module.scss.mjs +0 -6
  445. package/dist/esm/__rc__/Tooltip/subcomponents/Focusable/Focusable.module.scss.mjs +0 -4
  446. package/dist/types/__utilities__/v3.d.ts +0 -1
  447. package/src/Button/Button/_docs/v2/Button.mdx +0 -98
  448. package/src/Button/Button/_docs/v2/Button.stories.tsx +0 -162
  449. package/src/Button/IconButton/_docs/v2/IconButton.mdx +0 -24
  450. package/src/Button/IconButton/_docs/v2/IconButton.stories.tsx +0 -37
  451. package/src/Menu/_docs/v2/Menu.mdx +0 -31
  452. package/src/Menu/_docs/v2/Menu.stories.tsx +0 -54
  453. package/src/Tooltip/_docs/v2/Tooltip.mdx +0 -130
  454. package/src/Tooltip/_docs/v2/Tooltip.stories.tsx +0 -47
  455. package/src/__rc__/index.ts +0 -7
  456. package/src/__utilities__/v3.ts +0 -1
  457. /package/dist/cjs/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.cjs +0 -0
  458. /package/dist/cjs/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.cjs +0 -0
  459. /package/dist/cjs/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.cjs +0 -0
  460. /package/dist/cjs/{__rc__ → __next__}/Icon/Icon.cjs +0 -0
  461. /package/dist/cjs/{__rc__ → __next__}/Icon/constants.cjs +0 -0
  462. /package/dist/cjs/{__rc__ → __next__}/Menu/Menu.cjs +0 -0
  463. /package/dist/cjs/{__rc__ → __next__}/Menu/MenuHeader.cjs +0 -0
  464. /package/dist/cjs/{__rc__ → __next__}/Menu/MenuItem.cjs +0 -0
  465. /package/dist/cjs/{__rc__ → __next__}/Menu/MenuPopover.cjs +0 -0
  466. /package/dist/cjs/{__rc__ → __next__}/Menu/MenuSection.cjs +0 -0
  467. /package/dist/cjs/{__rc__ → __next__}/Menu/MenuTrigger.cjs +0 -0
  468. /package/dist/cjs/{__rc__ → __next__}/Select/Select.cjs +0 -0
  469. /package/dist/cjs/{__rc__ → __next__}/Select/context/SelectContext.cjs +0 -0
  470. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.cjs +0 -0
  471. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.cjs +0 -0
  472. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.cjs +0 -0
  473. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/Option/Option.cjs +0 -0
  474. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.cjs +0 -0
  475. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.cjs +0 -0
  476. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.cjs +0 -0
  477. /package/dist/cjs/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.cjs +0 -0
  478. /package/dist/cjs/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.cjs +0 -0
  479. /package/dist/cjs/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.cjs +0 -0
  480. /package/dist/cjs/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.cjs +0 -0
  481. /package/dist/cjs/{__rc__ → __next__}/Tabs/Tabs.cjs +0 -0
  482. /package/dist/cjs/{__rc__ → __next__}/Tabs/constants.cjs +0 -0
  483. /package/dist/cjs/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.cjs +0 -0
  484. /package/dist/cjs/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.cjs +0 -0
  485. /package/dist/cjs/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.cjs +0 -0
  486. /package/dist/cjs/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.cjs +0 -0
  487. /package/dist/cjs/{__rc__ → __next__}/Tag/Tag/Tag.cjs +0 -0
  488. /package/dist/cjs/{__rc__ → __next__}/Tooltip/TooltipTrigger.cjs +0 -0
  489. /package/dist/cjs/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.cjs +0 -0
  490. /package/dist/cjs/{__utilities__ → utils}/isRTL/isRTL.cjs +0 -0
  491. /package/dist/cjs/{__utilities__ → utils}/useIsClientReady/useIsClientReady.cjs +0 -0
  492. /package/dist/esm/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.mjs +0 -0
  493. /package/dist/esm/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.mjs +0 -0
  494. /package/dist/esm/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.mjs +0 -0
  495. /package/dist/esm/{__rc__ → __next__}/Icon/Icon.mjs +0 -0
  496. /package/dist/esm/{__rc__ → __next__}/Icon/constants.mjs +0 -0
  497. /package/dist/esm/{__rc__ → __next__}/Menu/Menu.mjs +0 -0
  498. /package/dist/esm/{__rc__ → __next__}/Menu/MenuHeader.mjs +0 -0
  499. /package/dist/esm/{__rc__ → __next__}/Menu/MenuItem.mjs +0 -0
  500. /package/dist/esm/{__rc__ → __next__}/Menu/MenuPopover.mjs +0 -0
  501. /package/dist/esm/{__rc__ → __next__}/Menu/MenuSection.mjs +0 -0
  502. /package/dist/esm/{__rc__ → __next__}/Menu/MenuTrigger.mjs +0 -0
  503. /package/dist/esm/{__rc__ → __next__}/Select/Select.mjs +0 -0
  504. /package/dist/esm/{__rc__ → __next__}/Select/context/SelectContext.mjs +0 -0
  505. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.mjs +0 -0
  506. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.mjs +0 -0
  507. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.mjs +0 -0
  508. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/Option/Option.mjs +0 -0
  509. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.mjs +0 -0
  510. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.mjs +0 -0
  511. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.mjs +0 -0
  512. /package/dist/esm/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.mjs +0 -0
  513. /package/dist/esm/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.mjs +0 -0
  514. /package/dist/esm/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.mjs +0 -0
  515. /package/dist/esm/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.mjs +0 -0
  516. /package/dist/esm/{__rc__ → __next__}/Tabs/Tabs.mjs +0 -0
  517. /package/dist/esm/{__rc__ → __next__}/Tabs/constants.mjs +0 -0
  518. /package/dist/esm/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.mjs +0 -0
  519. /package/dist/esm/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.mjs +0 -0
  520. /package/dist/esm/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.mjs +0 -0
  521. /package/dist/esm/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.mjs +0 -0
  522. /package/dist/esm/{__rc__ → __next__}/Tag/Tag/Tag.mjs +0 -0
  523. /package/dist/esm/{__rc__ → __next__}/Tooltip/TooltipTrigger.mjs +0 -0
  524. /package/dist/esm/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.mjs +0 -0
  525. /package/dist/esm/{__utilities__ → utils}/isRTL/isRTL.mjs +0 -0
  526. /package/dist/esm/{__utilities__ → utils}/useIsClientReady/useIsClientReady.mjs +0 -0
  527. /package/dist/types/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.d.ts +0 -0
  528. /package/dist/types/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/index.d.ts +0 -0
  529. /package/dist/types/{__rc__ → __next__}/Button/index.d.ts +0 -0
  530. /package/dist/types/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.d.ts +0 -0
  531. /package/dist/types/{__rc__ → __next__}/Button/subcomponents/ButtonContent/index.d.ts +0 -0
  532. /package/dist/types/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.d.ts +0 -0
  533. /package/dist/types/{__rc__ → __next__}/Button/subcomponents/PendingContent/index.d.ts +0 -0
  534. /package/dist/types/{__rc__ → __next__}/Button/subcomponents/index.d.ts +0 -0
  535. /package/dist/types/{__rc__ → __next__}/Button/types.d.ts +0 -0
  536. /package/dist/types/{__rc__ → __next__}/Icon/Icon.d.ts +0 -0
  537. /package/dist/types/{__rc__ → __next__}/Icon/constants.d.ts +0 -0
  538. /package/dist/types/{__rc__ → __next__}/Icon/index.d.ts +0 -0
  539. /package/dist/types/{__rc__ → __next__}/Icon/types.d.ts +0 -0
  540. /package/dist/types/{__rc__ → __next__}/Menu/Menu.d.ts +0 -0
  541. /package/dist/types/{__rc__ → __next__}/Menu/MenuHeader.d.ts +0 -0
  542. /package/dist/types/{__rc__ → __next__}/Menu/MenuItem.d.ts +0 -0
  543. /package/dist/types/{__rc__ → __next__}/Menu/MenuPopover.d.ts +0 -0
  544. /package/dist/types/{__rc__ → __next__}/Menu/MenuSection.d.ts +0 -0
  545. /package/dist/types/{__rc__ → __next__}/Menu/MenuTrigger.d.ts +0 -0
  546. /package/dist/types/{__rc__ → __next__}/Menu/SubmenuTrigger.d.ts +0 -0
  547. /package/dist/types/{__rc__ → __next__}/Menu/index.d.ts +0 -0
  548. /package/dist/types/{__rc__ → __next__}/Select/Select.d.ts +0 -0
  549. /package/dist/types/{__rc__ → __next__}/Select/_docs/mockData.d.ts +0 -0
  550. /package/dist/types/{__rc__ → __next__}/Select/context/SelectContext.d.ts +0 -0
  551. /package/dist/types/{__rc__ → __next__}/Select/context/index.d.ts +0 -0
  552. /package/dist/types/{__rc__ → __next__}/Select/index.d.ts +0 -0
  553. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.d.ts +0 -0
  554. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBox/index.d.ts +0 -0
  555. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.d.ts +0 -0
  556. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/index.d.ts +0 -0
  557. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.d.ts +0 -0
  558. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItem/index.d.ts +0 -0
  559. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.d.ts +0 -0
  560. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/ListItems/index.d.ts +0 -0
  561. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Option/Option.d.ts +0 -0
  562. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Option/index.d.ts +0 -0
  563. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.d.ts +0 -0
  564. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/Overlay/index.d.ts +0 -0
  565. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.d.ts +0 -0
  566. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SectionDivider/index.d.ts +0 -0
  567. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.d.ts +0 -0
  568. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/index.d.ts +0 -0
  569. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.d.ts +0 -0
  570. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/SelectToggle/index.d.ts +0 -0
  571. /package/dist/types/{__rc__ → __next__}/Select/subcomponents/index.d.ts +0 -0
  572. /package/dist/types/{__rc__ → __next__}/Select/types.d.ts +0 -0
  573. /package/dist/types/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.d.ts +0 -0
  574. /package/dist/types/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.d.ts +0 -0
  575. /package/dist/types/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.d.ts +0 -0
  576. /package/dist/types/{__rc__ → __next__}/Tabs/Tabs.d.ts +0 -0
  577. /package/dist/types/{__rc__ → __next__}/Tabs/constants.d.ts +0 -0
  578. /package/dist/types/{__rc__ → __next__}/Tabs/index.d.ts +0 -0
  579. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.d.ts +0 -0
  580. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/Tab/index.d.ts +0 -0
  581. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.d.ts +0 -0
  582. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabList/index.d.ts +0 -0
  583. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.d.ts +0 -0
  584. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/index.d.ts +0 -0
  585. /package/dist/types/{__rc__ → __next__}/Tabs/subcomponents/index.d.ts +0 -0
  586. /package/dist/types/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.d.ts +0 -0
  587. /package/dist/types/{__rc__ → __next__}/Tag/RemovableTag/index.d.ts +0 -0
  588. /package/dist/types/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.d.ts +0 -0
  589. /package/dist/types/{__rc__ → __next__}/Tag/Tag/Tag.d.ts +0 -0
  590. /package/dist/types/{__rc__ → __next__}/Tag/Tag/index.d.ts +0 -0
  591. /package/dist/types/{__rc__ → __next__}/Tag/Tag/types.d.ts +0 -0
  592. /package/dist/types/{__rc__ → __next__}/Tag/index.d.ts +0 -0
  593. /package/dist/types/{__rc__ → __next__}/Tooltip/OverlayArrow.d.ts +0 -0
  594. /package/dist/types/{__rc__ → __next__}/Tooltip/Tooltip.d.ts +0 -0
  595. /package/dist/types/{__rc__ → __next__}/Tooltip/TooltipTrigger.d.ts +0 -0
  596. /package/dist/types/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.d.ts +0 -0
  597. /package/dist/types/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/index.d.ts +0 -0
  598. /package/dist/types/{__utilities__ → utils}/isRTL/index.d.ts +0 -0
  599. /package/dist/types/{__utilities__ → utils}/isRTL/isRTL.d.ts +0 -0
  600. /package/dist/types/{__utilities__ → utils}/useIsClientReady/index.d.ts +0 -0
  601. /package/dist/types/{__utilities__ → utils}/useIsClientReady/useIsClientReady.d.ts +0 -0
  602. /package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.module.scss +0 -0
  603. /package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.tsx +0 -0
  604. /package/src/{__rc__/Tooltip/subcomponents/Focusable → Focusable}/index.ts +0 -0
  605. /package/src/{__rc__ → __next__}/Button/Button.module.css +0 -0
  606. /package/src/{__rc__ → __next__}/Button/_docs/assets/button_anatomy.png +0 -0
  607. /package/src/{__rc__ → __next__}/Button/_docs/assets/button_icon_only_spec.png +0 -0
  608. /package/src/{__rc__ → __next__}/Button/_docs/assets/button_icon_spec.png +0 -0
  609. /package/src/{__rc__ → __next__}/Button/_docs/assets/button_spec.png +0 -0
  610. /package/src/{__rc__ → __next__}/Button/index.ts +0 -0
  611. /package/src/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.module.css +0 -0
  612. /package/src/{__rc__ → __next__}/Button/subcomponents/ButtonContent/ButtonContent.tsx +0 -0
  613. /package/src/{__rc__ → __next__}/Button/subcomponents/ButtonContent/index.ts +0 -0
  614. /package/src/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.module.css +0 -0
  615. /package/src/{__rc__ → __next__}/Button/subcomponents/PendingContent/PendingContent.tsx +0 -0
  616. /package/src/{__rc__ → __next__}/Button/subcomponents/PendingContent/index.ts +0 -0
  617. /package/src/{__rc__ → __next__}/Button/subcomponents/index.ts +0 -0
  618. /package/src/{__rc__ → __next__}/Button/types.ts +0 -0
  619. /package/src/{__rc__ → __next__}/Icon/Icon.module.css +0 -0
  620. /package/src/{__rc__ → __next__}/Icon/Icon.spec.tsx +0 -0
  621. /package/src/{__rc__ → __next__}/Icon/Icon.tsx +0 -0
  622. /package/src/{__rc__ → __next__}/Icon/_docs/Icon.docs.module.css +0 -0
  623. /package/src/{__rc__ → __next__}/Icon/_docs/assets/interface-dont.png +0 -0
  624. /package/src/{__rc__ → __next__}/Icon/_docs/assets/tooltip-dont.png +0 -0
  625. /package/src/{__rc__ → __next__}/Icon/constants.ts +0 -0
  626. /package/src/{__rc__ → __next__}/Icon/index.ts +0 -0
  627. /package/src/{__rc__ → __next__}/Icon/material-symbols-metadata.json +0 -0
  628. /package/src/{__rc__ → __next__}/Icon/types.ts +0 -0
  629. /package/src/{__rc__ → __next__}/Menu/Menu.module.css +0 -0
  630. /package/src/{__rc__ → __next__}/Menu/Menu.tsx +0 -0
  631. /package/src/{__rc__ → __next__}/Menu/MenuHeader.tsx +0 -0
  632. /package/src/{__rc__ → __next__}/Menu/MenuItem.module.css +0 -0
  633. /package/src/{__rc__ → __next__}/Menu/MenuItem.tsx +0 -0
  634. /package/src/{__rc__ → __next__}/Menu/MenuPopover.tsx +0 -0
  635. /package/src/{__rc__ → __next__}/Menu/MenuSection.tsx +0 -0
  636. /package/src/{__rc__ → __next__}/Menu/MenuTrigger.tsx +0 -0
  637. /package/src/{__rc__ → __next__}/Menu/SubmenuTrigger.tsx +0 -0
  638. /package/src/{__rc__ → __next__}/Menu/index.ts +0 -0
  639. /package/src/{__rc__ → __next__}/Select/Select.module.scss +0 -0
  640. /package/src/{__rc__ → __next__}/Select/Select.spec.tsx +0 -0
  641. /package/src/{__rc__ → __next__}/Select/Select.tsx +0 -0
  642. /package/src/{__rc__ → __next__}/Select/_docs/mockData.ts +0 -0
  643. /package/src/{__rc__ → __next__}/Select/context/SelectContext.tsx +0 -0
  644. /package/src/{__rc__ → __next__}/Select/context/index.ts +0 -0
  645. /package/src/{__rc__ → __next__}/Select/index.ts +0 -0
  646. /package/src/{__rc__ → __next__}/Select/subcomponents/ListBox/ListBox.module.scss +0 -0
  647. /package/src/{__rc__ → __next__}/Select/subcomponents/ListBox/index.ts +0 -0
  648. /package/src/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss +0 -0
  649. /package/src/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/ListBoxSection.tsx +0 -0
  650. /package/src/{__rc__ → __next__}/Select/subcomponents/ListBoxSection/index.ts +0 -0
  651. /package/src/{__rc__ → __next__}/Select/subcomponents/ListItem/ListItem.tsx +0 -0
  652. /package/src/{__rc__ → __next__}/Select/subcomponents/ListItem/index.ts +0 -0
  653. /package/src/{__rc__ → __next__}/Select/subcomponents/ListItems/ListItems.tsx +0 -0
  654. /package/src/{__rc__ → __next__}/Select/subcomponents/ListItems/index.ts +0 -0
  655. /package/src/{__rc__ → __next__}/Select/subcomponents/Option/Option.module.scss +0 -0
  656. /package/src/{__rc__ → __next__}/Select/subcomponents/Option/index.ts +0 -0
  657. /package/src/{__rc__ → __next__}/Select/subcomponents/Overlay/Overlay.tsx +0 -0
  658. /package/src/{__rc__ → __next__}/Select/subcomponents/Overlay/index.ts +0 -0
  659. /package/src/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.module.scss +0 -0
  660. /package/src/{__rc__ → __next__}/Select/subcomponents/SectionDivider/SectionDivider.tsx +0 -0
  661. /package/src/{__rc__ → __next__}/Select/subcomponents/SectionDivider/index.ts +0 -0
  662. /package/src/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss +0 -0
  663. /package/src/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.tsx +0 -0
  664. /package/src/{__rc__ → __next__}/Select/subcomponents/SelectPopoverContents/index.ts +0 -0
  665. /package/src/{__rc__ → __next__}/Select/subcomponents/SelectToggle/SelectToggle.module.scss +0 -0
  666. /package/src/{__rc__ → __next__}/Select/subcomponents/SelectToggle/index.ts +0 -0
  667. /package/src/{__rc__ → __next__}/Select/subcomponents/index.ts +0 -0
  668. /package/src/{__rc__ → __next__}/Select/types.ts +0 -0
  669. /package/src/{__rc__ → __next__}/Select/utils/getDisabledKeysFromItems.ts +0 -0
  670. /package/src/{__rc__ → __next__}/Select/utils/isSelectOptionGroup.ts +0 -0
  671. /package/src/{__rc__ → __next__}/Select/utils/transformSelectItemToCollectionElement.tsx +0 -0
  672. /package/src/{__rc__ → __next__}/Tabs/Tabs.tsx +0 -0
  673. /package/src/{__rc__ → __next__}/Tabs/constants.ts +0 -0
  674. /package/src/{__rc__ → __next__}/Tabs/index.ts +0 -0
  675. /package/src/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.module.css +0 -0
  676. /package/src/{__rc__ → __next__}/Tabs/subcomponents/Tab/Tab.tsx +0 -0
  677. /package/src/{__rc__ → __next__}/Tabs/subcomponents/Tab/index.ts +0 -0
  678. /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabList/TabList.module.css +0 -0
  679. /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabList/index.ts +0 -0
  680. /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.module.css +0 -0
  681. /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/TabPanel.tsx +0 -0
  682. /package/src/{__rc__ → __next__}/Tabs/subcomponents/TabPanel/index.ts +0 -0
  683. /package/src/{__rc__ → __next__}/Tabs/subcomponents/index.ts +0 -0
  684. /package/src/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.module.scss +0 -0
  685. /package/src/{__rc__ → __next__}/Tag/RemovableTag/RemovableTag.tsx +0 -0
  686. /package/src/{__rc__ → __next__}/Tag/RemovableTag/index.ts +0 -0
  687. /package/src/{__rc__ → __next__}/Tag/RemovableTag/subcomponents/RemoveButton.module.scss +0 -0
  688. /package/src/{__rc__ → __next__}/Tag/Tag/Tag.module.scss +0 -0
  689. /package/src/{__rc__ → __next__}/Tag/Tag/Tag.tsx +0 -0
  690. /package/src/{__rc__ → __next__}/Tag/Tag/index.ts +0 -0
  691. /package/src/{__rc__ → __next__}/Tag/Tag/types.ts +0 -0
  692. /package/src/{__rc__ → __next__}/Tag/index.ts +0 -0
  693. /package/src/{__rc__ → __next__}/Tooltip/OverlayArrow.module.scss +0 -0
  694. /package/src/{__rc__ → __next__}/Tooltip/Tooltip.module.scss +0 -0
  695. /package/src/{__rc__ → __next__}/Tooltip/TooltipTrigger.tsx +0 -0
  696. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_anatomy.png +0 -0
  697. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_placement.png +0 -0
  698. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_spec.png +0 -0
  699. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_trigger_1.png +0 -0
  700. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_trigger_2.png +0 -0
  701. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_trigger_3.png +0 -0
  702. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_variant.png +0 -0
  703. /package/src/{__rc__ → __next__}/Tooltip/_docs/assets/tooltip_when_to_use.png +0 -0
  704. /package/src/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/ReversedColors.tsx +0 -0
  705. /package/src/{__utilities__/ReversedColors/v3 → utils/ReversedColors}/index.ts +0 -0
  706. /package/src/{__utilities__ → utils}/isRTL/index.ts +0 -0
  707. /package/src/{__utilities__ → utils}/isRTL/isRTL.spec.tsx +0 -0
  708. /package/src/{__utilities__ → utils}/isRTL/isRTL.ts +0 -0
  709. /package/src/{__utilities__ → utils}/useIsClientReady/index.ts +0 -0
  710. /package/src/{__utilities__ → utils}/useIsClientReady/useIsClientReady.tsx +0 -0
@@ -1,4 +0,0 @@
1
- var styles = {
2
- "removableTag": "RemovableTag-module_removableTag__QcpqV"
3
- };
4
- export { styles as default };
@@ -1,4 +0,0 @@
1
- var styles = {
2
- "removeButton": "RemoveButton-module_removeButton__Gu9DM"
3
- };
4
- export { styles as default };
@@ -1,12 +0,0 @@
1
- var styles = {
2
- "tag": "Tag-module_tag__I-0Un",
3
- "iconContainer": "Tag-module_iconContainer__kmy7-",
4
- "gray": "Tag-module_gray__NW5JF",
5
- "blue": "Tag-module_blue__YOnbG",
6
- "green": "Tag-module_green__Pv-pK",
7
- "yellow": "Tag-module_yellow__LLHds",
8
- "orange": "Tag-module_orange__U14os",
9
- "red": "Tag-module_red__rZ2NN",
10
- "purple": "Tag-module_purple__Jx-Il"
11
- };
12
- export { styles as default };
@@ -1,5 +0,0 @@
1
- var styles = {
2
- "overlayArrow": "OverlayArrow-module_overlayArrow__iXF0w",
3
- "reversed": "OverlayArrow-module_reversed__XZmUF"
4
- };
5
- export { styles as default };
@@ -1,6 +0,0 @@
1
- var styles = {
2
- "tooltip": "Tooltip-module_tooltip__XhCpu",
3
- "reversed": "Tooltip-module_reversed__EEjNF",
4
- "slide": "Tooltip-module_slide__kSXdP"
5
- };
6
- export { styles as default };
@@ -1,4 +0,0 @@
1
- var styles = {
2
- "focusableWrapper": "Focusable-module_focusableWrapper__LTYGq"
3
- };
4
- export { styles as default };
@@ -1 +0,0 @@
1
- export * from './ReversedColors/v3';
@@ -1,98 +0,0 @@
1
- import { Canvas, Controls, Meta } from '@storybook/blocks'
2
- import { ResourceLinks, KAIOInstallation, LinkTo } from '~storybook/components'
3
- import * as ButtonStories from './Button.stories'
4
-
5
- <Meta of={ButtonStories} />
6
-
7
- # Button (v2)
8
-
9
- <ResourceLinks
10
- sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/Button/Button"
11
- figma="https://www.figma.com/file/ZRfnoNUXbGZv4eVWLbF4Az/%F0%9F%96%BC%EF%B8%8F-Component-Gallery"
12
- designGuidelines="https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3062890984/Button"
13
-
14
- />
15
-
16
- <KAIOInstallation exportNames="Button" family="actions" version="2" />
17
-
18
- ## Overview
19
-
20
- Buttons perform actions.
21
- If it needs to navigate somewhere and can be opened in a new tab, use a link instead.
22
-
23
- <Canvas of={ButtonStories.Playground} />
24
- <Controls of={ButtonStories.Playground} />
25
-
26
- ## API
27
-
28
- ### Variants
29
-
30
- `Default`, `Primary`, `Destructive`, `Secondary`
31
- If no `variant` is specified, a `Default` button will be rendered.
32
-
33
- <Canvas of={ButtonStories.Variants} />
34
-
35
- #### Reversed
36
-
37
- <Canvas of={ButtonStories.Reversed} />
38
-
39
- ### Disabled
40
-
41
- A disabled Button prevents user interaction. It doesn't appear in the tab order, can't receive focus, and may not read aloud by a screenreader.
42
-
43
- <Canvas of={ButtonStories.Disabled} />
44
-
45
- ### Icon
46
-
47
- Use any <LinkTo pageId="components-icons">Icon</LinkTo> component in the `icon` prop.
48
-
49
- <Canvas of={ButtonStories.IconStory} />
50
-
51
- #### Icon position
52
-
53
- Change the icon placement with the `iconPosition` prop.
54
- Default position is `start`.
55
-
56
- <Canvas of={ButtonStories.IconPosition} />
57
-
58
- ### Badge
59
-
60
- You can display a `Badge` component within the button using the `badge` prop.
61
-
62
- <Canvas of={ButtonStories.Badge} />
63
-
64
- ### Full width
65
-
66
- Buttons can be stretched to fill the full width of their container.
67
-
68
- <Canvas of={ButtonStories.FullWidth} />
69
-
70
- ### Working
71
-
72
- The `working` prop should be used in situations where a button action triggers a change in UI state but needs to wait for a server response, such as submitting a form.
73
-
74
- In conjuction use the `workingLabel` prop to update the label of the button when the working state is triggered.
75
-
76
- Alternatively use the `workingLabelHidden` prop to hide the button label all together.
77
-
78
- <Canvas of={ButtonStories.Working} />
79
-
80
- ### Controlling the working state
81
-
82
- Here is an example of controlling whether the button is 'working' or not, using state.
83
-
84
- <Canvas of={ButtonStories.ResolveWorking} />
85
-
86
- ### Loading
87
-
88
- Use the <LinkTo pageId="components-loading-states-loadinginput">LoadingInput</LinkTo> component for button placeholders.
89
-
90
- <Canvas of={ButtonStories.Loading} />
91
-
92
- ### Native `form` attribute
93
-
94
- Button extends native HTML "form" attributes for `button`.
95
-
96
- You can use this to submit a `form` using `Button` with a matching form id.
97
-
98
- <Canvas of={ButtonStories.NativeFormButton} />
@@ -1,162 +0,0 @@
1
- import React, { useState } from 'react'
2
- import { type Meta, type StoryObj } from '@storybook/react'
3
- import { LoadingInput } from '~components/Loading'
4
- import { TextField } from '~components/TextField'
5
- import { Icon } from '~components/__rc__/Icon'
6
- import { Button } from '../../index'
7
-
8
- const meta = {
9
- title: 'Components/Button/Button (v2)',
10
- component: Button,
11
- args: {
12
- label: 'Label',
13
- },
14
- } satisfies Meta<typeof Button>
15
-
16
- export default meta
17
-
18
- type Story = StoryObj<typeof meta>
19
-
20
- export const Playground: Story = {
21
- parameters: {
22
- docs: {
23
- canvas: {
24
- sourceState: 'shown',
25
- },
26
- },
27
- },
28
- }
29
-
30
- export const Variants: Story = {
31
- render: ({ reversed }) => (
32
- <>
33
- <Button label="Default" reversed={reversed} />
34
- <Button label="Primary" primary reversed={reversed} />
35
- <Button label="Destructive" destructive reversed={reversed} />
36
- <Button label="Secondary" secondary reversed={reversed} />
37
- {!reversed && <Button label="Secondary Destructive" secondary destructive />}
38
- </>
39
- ),
40
- decorators: [
41
- (Story) => (
42
- <div style={{ display: 'flex', gap: '1rem' }}>
43
- <Story />
44
- </div>
45
- ),
46
- ],
47
- parameters: { controls: { disable: true } },
48
- }
49
-
50
- export const Reversed: Story = {
51
- ...Variants,
52
- args: { reversed: true },
53
- parameters: {
54
- ...Variants.parameters,
55
- backgrounds: { default: 'Purple 700' },
56
- },
57
- }
58
-
59
- export const Disabled: Story = {
60
- args: { disabled: true },
61
- }
62
-
63
- const sourceCodeIcon = `
64
- import { Button, ArrowForwardIcon } from "@kaizen/components"
65
-
66
- <Button label="Label" icon={<Icon name="arrow_forward" isPresentational shouldMirrorInRTL />} />
67
- `
68
-
69
- export const IconStory: Story = {
70
- name: 'Icon',
71
- args: {
72
- icon: <Icon name="arrow_forward" isPresentational shouldMirrorInRTL />,
73
- },
74
- parameters: {
75
- docs: { source: { code: sourceCodeIcon } },
76
- },
77
- }
78
-
79
- export const IconPosition: Story = {
80
- args: {
81
- icon: <Icon name="arrow_forward" isPresentational shouldMirrorInRTL />,
82
- iconPosition: 'end',
83
- },
84
- }
85
-
86
- export const Badge: Story = {
87
- args: {
88
- badge: { text: '3', variant: 'active' },
89
- secondary: true,
90
- },
91
- }
92
-
93
- export const FullWidth: Story = {
94
- args: { fullWidth: true },
95
- }
96
-
97
- export const Working: Story = {
98
- render: () => (
99
- <>
100
- <Button label="Label" working workingLabel="Submitting" />
101
- <Button label="Label" working workingLabel="Submitting" workingLabelHidden />
102
- </>
103
- ),
104
- decorators: [
105
- (Story) => (
106
- <div style={{ display: 'flex', gap: '1rem' }}>
107
- <Story />
108
- </div>
109
- ),
110
- ],
111
- parameters: { controls: { disable: true } },
112
- }
113
-
114
- export const Loading: Story = {
115
- render: () => <LoadingInput isAnimated width={13} />,
116
- parameters: { controls: { disable: true } },
117
- }
118
-
119
- export const NativeFormButton: Story = {
120
- render: () => (
121
- <>
122
- <form className="mb-6" id="unique-form-id">
123
- <TextField labelText="Sample text field" defaultValue="content" />
124
- </form>
125
- <Button
126
- label="Submit"
127
- type="submit"
128
- form="unique-form-id"
129
- formTarget="_blank"
130
- formAction="/"
131
- formMethod="get"
132
- formEncType="text/plain"
133
- formNoValidate={false}
134
- />
135
- </>
136
- ),
137
- parameters: { controls: { disable: true } },
138
- }
139
-
140
- export const ResolveWorking: Story = {
141
- render: () => {
142
- const [state, setState] = useState<'Ready' | 'Working' | 'Completed'>('Ready')
143
- const handleClick = (): void => {
144
- if (state === 'Ready') {
145
- setState('Working')
146
- setTimeout(() => setState('Completed'), 3000)
147
- } else {
148
- setState('Ready')
149
- }
150
- }
151
-
152
- return (
153
- <Button
154
- label={state}
155
- working={state === 'Working'}
156
- workingLabel="Button is doing some work"
157
- workingLabelHidden
158
- onClick={handleClick}
159
- />
160
- )
161
- },
162
- }
@@ -1,24 +0,0 @@
1
- import { Canvas, Controls, Meta } from '@storybook/blocks'
2
- import { ResourceLinks, KAIOInstallation, LinkTo } from '~storybook/components'
3
- import * as IconButtonStories from './IconButton.stories'
4
-
5
- <Meta of={IconButtonStories} />
6
-
7
- # IconButton (v2)
8
-
9
- <ResourceLinks
10
- sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/Button/IconButton"
11
- figma="https://www.figma.com/file/ZRfnoNUXbGZv4eVWLbF4Az/%F0%9F%96%BC%EF%B8%8F-Component-Gallery?type=design&node-id=5-539&mode=design&t=HKGcnRVyIDipQ2OI-0"
12
- designGuidelines="https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3062890984/Button"
13
-
14
- />
15
-
16
- <KAIOInstallation exportNames="IconButton" family="actions" version="2" />
17
-
18
- ## Overview
19
-
20
- A button with an icon and no visible text (a label is required for accessibility).
21
- Use any <LinkTo pageId="components-icons">Icon</LinkTo> component in the `icon` prop.
22
-
23
- <Canvas of={IconButtonStories.Playground} />
24
- <Controls of={IconButtonStories.Playground} />
@@ -1,37 +0,0 @@
1
- import React from 'react'
2
- import { type Meta, type StoryObj } from '@storybook/react'
3
- import { Icon } from '~components/__rc__/Icon'
4
- import { IconButton } from '../../index'
5
-
6
- const meta = {
7
- title: 'Components/IconButton/IconButton (v2)',
8
- component: IconButton,
9
- argTypes: {
10
- icon: {
11
- options: ['MeatballsIcon', 'AddIcon'],
12
- control: { type: 'radio' },
13
- mapping: {
14
- MeatballsIcon: <Icon name="more_horiz" isPresentational />,
15
- AddIcon: <Icon name="add" isPresentational />,
16
- },
17
- },
18
- },
19
- args: {
20
- label: 'icon button',
21
- icon: <Icon name="more_horiz" isPresentational />,
22
- },
23
- } satisfies Meta<typeof IconButton>
24
-
25
- export default meta
26
-
27
- type Story = StoryObj<typeof meta>
28
-
29
- export const Playground: Story = {
30
- parameters: {
31
- docs: {
32
- canvas: {
33
- sourceState: 'shown',
34
- },
35
- },
36
- },
37
- }
@@ -1,31 +0,0 @@
1
- import { Canvas, Controls, Meta } from '@storybook/blocks'
2
- import { ResourceLinks, KAIOInstallation } from '~storybook/components'
3
- import * as MenuStories from './Menu.stories'
4
-
5
- <Meta of={MenuStories} />
6
-
7
- # Menu (v2)
8
-
9
- <ResourceLinks
10
- sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/Menu"
11
- figma="https://www.figma.com/file/ZRfnoNUXbGZv4eVWLbF4Az/%EF%B8%8F%F0%9F%96%BC%EF%B8%8F-Component-Gallery?node-id=9%3A39909&t=P1w10jr2cpPuaayw-1"
12
- designGuidelines="https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082059782/Menu"
13
-
14
- />
15
-
16
- <KAIOInstallation
17
- exportNames={['Menu', 'MenuDropdown', 'MenuList', 'MenuItem']}
18
- family="actions"
19
- version="2"
20
- />
21
-
22
- ## Overview
23
-
24
- 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.
25
-
26
- <Canvas of={MenuStories.Playground} />
27
- <Controls of={MenuStories.Playground} />
28
-
29
- ## API
30
-
31
- Coming soon.
@@ -1,54 +0,0 @@
1
- import React from 'react'
2
- import { type Meta, type StoryObj } from '@storybook/react'
3
- import { Button } from '~components/Button'
4
- import { Icon } from '~components/__rc__/Icon'
5
- import { Menu, MenuHeading, MenuItem, MenuList } from '../../index'
6
- import * as MenuV1Stories from '../Menu.stories'
7
-
8
- const meta = {
9
- title: 'Components/Menu/Menu (v2)',
10
- component: Menu,
11
- args: {
12
- button: (
13
- <Button
14
- label="Actions"
15
- icon={<Icon name="keyboard_arrow_down" isPresentational />}
16
- iconPosition="end"
17
- />
18
- ),
19
- children: (
20
- <MenuList>
21
- <MenuItem
22
- onClick={() => {
23
- alert('Duplicated!')
24
- }}
25
- icon={<Icon name="content_copy" isPresentational isFilled />}
26
- label="Duplicate item"
27
- />
28
- <MenuList heading={<MenuHeading>Extra links</MenuHeading>}>
29
- <MenuItem
30
- href="https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082059782/Menu"
31
- label="Learn more about Menu"
32
- destructive
33
- />
34
- </MenuList>
35
- </MenuList>
36
- ),
37
- },
38
- decorators: [
39
- (Story) => (
40
- <div className="flex mt-[60px] gap-12">
41
- <Story />
42
- </div>
43
- ),
44
- ],
45
- parameters: {
46
- layout: 'centered',
47
- },
48
- } satisfies Meta<typeof Menu>
49
-
50
- export default meta
51
-
52
- type Story = StoryObj<typeof meta>
53
-
54
- export const Playground: Story = MenuV1Stories.Playground
@@ -1,130 +0,0 @@
1
- import { Canvas, Controls, Meta } from '@storybook/blocks'
2
- import { ResourceLinks, KAIOInstallation } from '~storybook/components'
3
- import * as TooltipStories from './Tooltip.stories'
4
-
5
- <Meta of={TooltipStories} />
6
-
7
- # Tooltip (v2)
8
-
9
- <ResourceLinks
10
- sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/Tooltip"
11
- figma="https://www.figma.com/file/eZKEE5kXbEMY3lx84oz8iN/%F0%9F%92%9C-UI-Kit%3A-Heart?type=design&node-id=1929%3A32006&mode=design&t=LwTCBZ5E1uRvOA1l-1"
12
- />
13
-
14
- <KAIOInstallation exportNames="Tooltip" family="overlays" version="2" />
15
-
16
- ## Overview
17
-
18
- Adds a popover that will show on hover or focus of the child element, with simple text content.
19
-
20
- <Canvas of={TooltipStories.Playground} />
21
- <Controls of={TooltipStories.Playground} />
22
-
23
- ## Accessibility
24
-
25
- This component wasn't built with accessibility in mind, as a result it's quite easy to implement a tooltip in a non-accessible way. A rethink and rewrite is likely for the future.
26
-
27
- There's two major accessibility concerns here:
28
-
29
- - Keyboard only users
30
- - Screen reader (or similar assistive tech) users
31
-
32
- Failure to meet either of these requirements will result in a critical issue where some people are completely unable to access the information.
33
-
34
- ### Keyboard accessibility
35
-
36
- For keyboard accessibility, you need to make sure the child you are passing is a focusable element. It's best to keep the contents of this component simple. E.g. just a button:
37
-
38
- ```jsx
39
- <Tooltip text="Opens in a new tab">
40
- <Button href="/path" label="Go somewhere" />
41
- </Tooltip>
42
- ```
43
-
44
- ### Screen reader accessibility
45
-
46
- Though it won't guarantee the best screen reader accessibility, a good start is to make sure your _direct_ children element is semantic (not a div or span).
47
-
48
- When your direct child element is semantic, this component will add an `aria-describedby` to that element. E.g. for the link example above, the resulting mark up will be:
49
-
50
- ```html
51
- <a href="path" aria-describedby="tooltip">Go somewhere</a>
52
- <!-- (in a portal) -->
53
- <div id="tooltip-id">Opens in a new tab</div>
54
- ```
55
-
56
- Resulting in a screen reader announcement like:
57
- `Go somewhere, link, Opens in a new tab`
58
-
59
- Again, try to keep the contents of your children as simple as possible, ideally only a single natively focusable element like the example above.
60
-
61
- When your direct child is not semantic, you will get a console warning like this:
62
- `<Tooltip /> is not directly wrapping a semantic element, screen reader users will not be able to access the tooltip info.`
63
-
64
- ### Tooltips, Kaizen components and avoiding common pitfalls
65
-
66
- While technically any Kaizen component can be wrapped by a `Tooltip`, as called out previously, only those with [accessible roles](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles) like `button`, `link` or `heading`, will be readable to assistive technologies.
67
-
68
- We've created some guidance below with the most common cases for `Tooltip` and how to ensure the additional context is read to the user.
69
-
70
- #### Button and IconButton
71
-
72
- <Canvas of={TooltipStories.ButtonsWithTooltip} />
73
-
74
- While Kaizen buttons are compatible with `Tooltip`, caution is advised when using the custom `component` render prop.
75
-
76
- ```JSX
77
- <Tooltip text="Contact customer support.">
78
- <Button
79
- {...buttonProps}
80
- component={() => (
81
- // The most immediate child is a `div`, which has no `role`.
82
- <div>
83
- <button type="button">
84
- Help
85
- </button>
86
- </div>
87
- )}
88
- />
89
- </Tooltip>
90
- ```
91
-
92
- In the example above, the `div` in now the direct descendant of `Tooltip`, therefore will no longer be accessible to assistive technologies.
93
-
94
- #### ButtonGroup
95
-
96
- The `Tooltip` component must wrap the children of `ButtonGroup` to be accessible to screen readers.
97
-
98
- <Canvas of={TooltipStories.ButtonGroupWithTooltip} />
99
-
100
- #### Table headers and tooltips
101
-
102
- While the composable `Tooltip` is not exposed in the Kaizen `Table`, it is important to call out that the `tooltipInfo` prop in `TableHeaderRowCell` must also have an `onClick` or `href` to be announced to assistive technologies.
103
-
104
- <Canvas of={TooltipStories.TableHeadersWithTooltips} />
105
-
106
- Without either of these, the `Tooltip` content will not be readable to keyboard users or assistive technologies.
107
-
108
- #### Tags
109
-
110
- Seen in the example below simple `Tag`s with plain text as `children` will not accessible to keyboard users or assistive technologies as it's direct descendant is a `div` with no semantic `role`.
111
-
112
- <Canvas of={TooltipStories.TagWithHoverOnlyTooltip} />
113
-
114
- While `Tooltip` should be avoided if there are no interactive states within the `Tag`, internal elements like buttons or links can be wrapped in a `Tooltip` component to add necessary context.
115
-
116
- <Canvas of={TooltipStories.TagWithTooltip} />
117
-
118
- The [future Tag](?path=/docs/components-tag-future--docs#overview) offers a composable solution for those needing to add more context to an interactive `Tag`.
119
-
120
- #### Form components and tooltips
121
-
122
- While a `Tooltip` can seem like a natural pairing when space is a commodity, form elements still require a concise label that is _ideally_ visible (See MDN's guide on [Tooltip best practices](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role#best_practices)).
123
-
124
- <Canvas of={TooltipStories.CheckboxFieldTooltip} />
125
-
126
- In the example above, the `Tooltip` content `"Select all users"` is accessible to screen readers via keyboard navigation, however will not be announced when the input receives focus. This a limitation of `CheckboxField` and form components where the immediate `children` of `Tooltip` is a wrapper.
127
-
128
- <Canvas of={TooltipStories.CheckboxFieldWithDescriptionTooltip} />
129
-
130
- In these instances, `aria-describedby` can be leveraged to provide a description to the input.
@@ -1,47 +0,0 @@
1
- import React from 'react'
2
- import { type Meta, type StoryObj } from '@storybook/react'
3
- import { Tooltip } from '../../index'
4
- import * as TooltipV1Stories from '../Tooltip.stories'
5
-
6
- const meta = {
7
- title: 'Components/Tooltip/Tooltip (v2)',
8
- component: Tooltip,
9
- args: {
10
- text: 'Example tooltip text.',
11
- },
12
- decorators: [
13
- (Story) => (
14
- <div className="flex mt-[60px] gap-12">
15
- <Story />
16
- </div>
17
- ),
18
- ],
19
- parameters: {
20
- layout: 'centered',
21
- },
22
- } satisfies Meta<typeof Tooltip>
23
-
24
- export default meta
25
-
26
- type Story = StoryObj<typeof meta>
27
-
28
- export const Playground: Story = TooltipV1Stories.Playground
29
-
30
- export const OverflowScroll: Story = TooltipV1Stories.OverflowScroll
31
-
32
- export const ButtonsWithTooltip: Story = TooltipV1Stories.ButtonsWithTooltip
33
-
34
- export const ButtonGroupWithTooltip: Story = TooltipV1Stories.ButtonsWithTooltip
35
-
36
- export const TableHeadersWithTooltips: Story = TooltipV1Stories.TableHeadersWithTooltips
37
-
38
- export const TagWithHoverOnlyTooltip: Story = TooltipV1Stories.TagWithHoverOnlyTooltip
39
-
40
- export const TagWithTooltip: Story = TooltipV1Stories.TagWithTooltip
41
-
42
- export const TagWithCheckboxField: Story = TooltipV1Stories.TagWithCheckboxField
43
-
44
- export const CheckboxFieldTooltip: Story = TooltipV1Stories.CheckboxFieldTooltip
45
-
46
- export const CheckboxFieldWithDescriptionTooltip: Story =
47
- TooltipV1Stories.CheckboxFieldWithDescriptionTooltip
@@ -1,7 +0,0 @@
1
- export * from './Button'
2
- export * from './Icon'
3
- export * from './Menu'
4
- export * from './Select'
5
- export * from './Tag'
6
- export * from './Tabs'
7
- export * from './Tooltip'
@@ -1 +0,0 @@
1
- export * from './ReversedColors/v3'
File without changes
File without changes
File without changes