@cube-dev/ui-kit 0.138.6 → 0.140.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 (485) hide show
  1. package/dist/CHANGELOG.md +67 -0
  2. package/dist/_internal/hooks/use-chained-callback.js +1 -1
  3. package/dist/_internal/hooks/use-debounced-value.js +1 -1
  4. package/dist/_internal/hooks/use-deprecation-warning.js +1 -1
  5. package/dist/_internal/hooks/use-event.js +1 -1
  6. package/dist/_internal/hooks/use-is-first-render.js +1 -1
  7. package/dist/_internal/hooks/use-sync-ref.js +1 -1
  8. package/dist/_internal/hooks/use-timer/timer.js +1 -1
  9. package/dist/_internal/hooks/use-timer/use-timer.js +1 -1
  10. package/dist/_internal/hooks/use-warn.js +1 -1
  11. package/dist/components/Block.js +1 -1
  12. package/dist/components/CollectionItem.js +1 -1
  13. package/dist/components/GlobalStyles.js +1 -1
  14. package/dist/components/GridProvider.js +1 -1
  15. package/dist/components/HiddenInput.js +1 -1
  16. package/dist/components/Root.js +1 -1
  17. package/dist/components/actions/Action/Action.js +1 -1
  18. package/dist/components/actions/Banner/Banner.js +1 -1
  19. package/dist/components/actions/Button/Button.d.ts +2 -2
  20. package/dist/components/actions/Button/Button.js +11 -17
  21. package/dist/components/actions/Button/Button.js.map +1 -1
  22. package/dist/components/actions/ButtonGroup/ButtonGroup.js +1 -1
  23. package/dist/components/actions/ButtonSplit/ButtonSplit.js +1 -1
  24. package/dist/components/actions/ButtonSplit/context.js +1 -1
  25. package/dist/components/actions/CommandMenu/CommandMenu.js +1 -1
  26. package/dist/components/actions/CommandMenu/styled.js +1 -1
  27. package/dist/components/actions/ItemAction/ItemAction.d.ts +2 -2
  28. package/dist/components/actions/ItemAction/ItemAction.js +8 -22
  29. package/dist/components/actions/ItemAction/ItemAction.js.map +1 -1
  30. package/dist/components/actions/ItemActionContext.js +2 -2
  31. package/dist/components/actions/ItemActionContext.js.map +1 -1
  32. package/dist/components/actions/ItemButton/ItemButton.js +3 -3
  33. package/dist/components/actions/ItemButton/ItemButton.js.map +1 -1
  34. package/dist/components/actions/Link/Link.js +1 -1
  35. package/dist/components/actions/Menu/Menu.js +1 -1
  36. package/dist/components/actions/Menu/MenuItem.js +1 -1
  37. package/dist/components/actions/Menu/MenuSection.js +1 -1
  38. package/dist/components/actions/Menu/MenuTrigger.js +1 -1
  39. package/dist/components/actions/Menu/SubMenuTrigger.js +1 -1
  40. package/dist/components/actions/Menu/SubmenuTriggerContext.js +1 -1
  41. package/dist/components/actions/Menu/context.js +1 -1
  42. package/dist/components/actions/Menu/styled.js +3 -3
  43. package/dist/components/actions/Menu/styled.js.map +1 -1
  44. package/dist/components/actions/index.js +1 -1
  45. package/dist/components/actions/use-action.js +1 -1
  46. package/dist/components/actions/use-anchored-menu.js +1 -1
  47. package/dist/components/actions/use-context-menu.js +1 -1
  48. package/dist/components/content/ActiveZone/ActiveZone.js +1 -1
  49. package/dist/components/content/Alert/Alert.js +1 -1
  50. package/dist/components/content/Alert/use-alert.js +1 -1
  51. package/dist/components/content/Avatar/Avatar.js +1 -1
  52. package/dist/components/content/Badge/Badge.js +1 -1
  53. package/dist/components/content/Card/Card.js +1 -1
  54. package/dist/components/content/Content.js +1 -1
  55. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js +1 -1
  56. package/dist/components/content/CopySnippet/CopySnippet.js +1 -1
  57. package/dist/components/content/Disclosure/Disclosure.js +1 -1
  58. package/dist/components/content/Divider.js +1 -1
  59. package/dist/components/content/Footer.js +1 -1
  60. package/dist/components/content/Header.js +1 -1
  61. package/dist/components/content/HotKeys/HotKeys.js +1 -1
  62. package/dist/components/content/InlineInput/InlineInput.js +1 -1
  63. package/dist/components/content/Item/Item.d.ts +3 -3
  64. package/dist/components/content/Item/Item.js +19 -25
  65. package/dist/components/content/Item/Item.js.map +1 -1
  66. package/dist/components/content/ItemBadge/ItemBadge.d.ts +2 -2
  67. package/dist/components/content/ItemBadge/ItemBadge.js +12 -18
  68. package/dist/components/content/ItemBadge/ItemBadge.js.map +1 -1
  69. package/dist/components/content/ItemCard/ItemCard.js +1 -1
  70. package/dist/components/content/Layout/GridLayout.js +1 -1
  71. package/dist/components/content/Layout/Layout.js +1 -1
  72. package/dist/components/content/Layout/LayoutBlock.js +1 -1
  73. package/dist/components/content/Layout/LayoutCenter.js +1 -1
  74. package/dist/components/content/Layout/LayoutContainer.js +1 -1
  75. package/dist/components/content/Layout/LayoutContent.js +1 -1
  76. package/dist/components/content/Layout/LayoutContext.js +1 -1
  77. package/dist/components/content/Layout/LayoutFlex.js +1 -1
  78. package/dist/components/content/Layout/LayoutFooter.js +1 -1
  79. package/dist/components/content/Layout/LayoutGrid.js +1 -1
  80. package/dist/components/content/Layout/LayoutHeader.js +2 -2
  81. package/dist/components/content/Layout/LayoutHeader.js.map +1 -1
  82. package/dist/components/content/Layout/LayoutPane.js +1 -1
  83. package/dist/components/content/Layout/LayoutPanel.js +1 -1
  84. package/dist/components/content/Layout/LayoutPanelHeader.js +1 -1
  85. package/dist/components/content/Layout/LayoutToolbar.js +1 -1
  86. package/dist/components/content/Layout/hooks/useTinyScrollbar.js +1 -1
  87. package/dist/components/content/Layout/index.js +1 -1
  88. package/dist/components/content/Layout/utils.js +1 -1
  89. package/dist/components/content/Paragraph.js +1 -1
  90. package/dist/components/content/Placeholder/Placeholder.js +1 -1
  91. package/dist/components/content/PrismCode/PrismCode.js +1 -1
  92. package/dist/components/content/PrismCode/prismSetup.js +1 -1
  93. package/dist/components/content/PrismDiffCode/PrismDiffCode.js +1 -1
  94. package/dist/components/content/Result/Result.js +1 -1
  95. package/dist/components/content/Skeleton/Skeleton.js +1 -1
  96. package/dist/components/content/Tag/Tag.js +1 -1
  97. package/dist/components/content/Text.js +1 -1
  98. package/dist/components/content/TextItem/TextItem.js +1 -1
  99. package/dist/components/content/Title.js +1 -1
  100. package/dist/components/content/Tree/Tree.js +1 -1
  101. package/dist/components/content/Tree/TreeNode.js +1 -1
  102. package/dist/components/content/Tree/styled.js +1 -1
  103. package/dist/components/content/Tree/tree-index.js +1 -1
  104. package/dist/components/content/Tree/use-checkbox-tree.js +1 -1
  105. package/dist/components/content/Tree/use-load-data.js +1 -1
  106. package/dist/components/content/highlightText.js +1 -1
  107. package/dist/components/content/use-auto-tooltip.js +1 -1
  108. package/dist/components/fields/Checkbox/Checkbox.js +1 -1
  109. package/dist/components/fields/Checkbox/CheckboxGroup.js +1 -1
  110. package/dist/components/fields/Checkbox/context.js +1 -1
  111. package/dist/components/fields/ComboBox/ComboBox.js +1 -1
  112. package/dist/components/fields/DatePicker/DateInput.js +1 -1
  113. package/dist/components/fields/DatePicker/DateInputBase.js +1 -1
  114. package/dist/components/fields/DatePicker/DatePicker.js +1 -1
  115. package/dist/components/fields/DatePicker/DatePickerButton.js +1 -1
  116. package/dist/components/fields/DatePicker/DatePickerElement.js +1 -1
  117. package/dist/components/fields/DatePicker/DatePickerInput.js +1 -1
  118. package/dist/components/fields/DatePicker/DatePickerSegment.js +1 -1
  119. package/dist/components/fields/DatePicker/DateRangePicker.js +1 -1
  120. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js +1 -1
  121. package/dist/components/fields/DatePicker/TimeInput.js +1 -1
  122. package/dist/components/fields/DatePicker/intl.js +1 -1
  123. package/dist/components/fields/DatePicker/parseDate.js +1 -1
  124. package/dist/components/fields/DatePicker/props.js +1 -1
  125. package/dist/components/fields/DatePicker/utils.js +1 -1
  126. package/dist/components/fields/FileInput/FileInput.js +1 -1
  127. package/dist/components/fields/FilterListBox/FilterListBox.js +1 -1
  128. package/dist/components/fields/FilterPicker/FilterPicker.d.ts +8 -0
  129. package/dist/components/fields/FilterPicker/FilterPicker.js +14 -10
  130. package/dist/components/fields/FilterPicker/FilterPicker.js.map +1 -1
  131. package/dist/components/fields/Input/Input.js +1 -1
  132. package/dist/components/fields/ListBox/DraggableListBox.js +1 -1
  133. package/dist/components/fields/ListBox/ListBox.js +1 -1
  134. package/dist/components/fields/NumberInput/NumberInput.js +1 -1
  135. package/dist/components/fields/NumberInput/StepButton.js +3 -3
  136. package/dist/components/fields/NumberInput/StepButton.js.map +1 -1
  137. package/dist/components/fields/PasswordInput/PasswordInput.js +2 -2
  138. package/dist/components/fields/PasswordInput/PasswordInput.js.map +1 -1
  139. package/dist/components/fields/Picker/Picker.js +12 -8
  140. package/dist/components/fields/Picker/Picker.js.map +1 -1
  141. package/dist/components/fields/RadioGroup/Radio.d.ts +1 -1
  142. package/dist/components/fields/RadioGroup/Radio.js +40 -12
  143. package/dist/components/fields/RadioGroup/Radio.js.map +1 -1
  144. package/dist/components/fields/RadioGroup/RadioGroup.d.ts +1 -1
  145. package/dist/components/fields/RadioGroup/RadioGroup.js +15 -5
  146. package/dist/components/fields/RadioGroup/RadioGroup.js.map +1 -1
  147. package/dist/components/fields/RadioGroup/context.js +1 -1
  148. package/dist/components/fields/SearchInput/SearchInput.js +2 -2
  149. package/dist/components/fields/SearchInput/SearchInput.js.map +1 -1
  150. package/dist/components/fields/Select/Select.d.ts +1 -1
  151. package/dist/components/fields/Select/Select.js +11 -7
  152. package/dist/components/fields/Select/Select.js.map +1 -1
  153. package/dist/components/fields/Slider/Gradation.js +1 -1
  154. package/dist/components/fields/Slider/HueSlider.js +1 -1
  155. package/dist/components/fields/Slider/RangeSlider.js +1 -1
  156. package/dist/components/fields/Slider/Slider.js +1 -1
  157. package/dist/components/fields/Slider/SliderBase.js +1 -1
  158. package/dist/components/fields/Slider/SliderThumb.js +1 -1
  159. package/dist/components/fields/Slider/SliderTrack.js +1 -1
  160. package/dist/components/fields/Slider/elements.js +1 -1
  161. package/dist/components/fields/Slider/index.js +1 -1
  162. package/dist/components/fields/Switch/Switch.js +1 -1
  163. package/dist/components/fields/TextArea/TextArea.js +1 -1
  164. package/dist/components/fields/TextInput/TextInput.js +1 -1
  165. package/dist/components/fields/TextInput/TextInputBase.js +1 -1
  166. package/dist/components/fields/TextInputMapper/TextInputMapper.js +1 -1
  167. package/dist/components/form/FieldWrapper/FieldWrapper.js +1 -1
  168. package/dist/components/form/FieldWrapper/extract-field-wrapper-props.js +1 -1
  169. package/dist/components/form/Form/Field.js +1 -1
  170. package/dist/components/form/Form/Form.js +1 -1
  171. package/dist/components/form/Form/ResetButton/ResetButton.js +1 -1
  172. package/dist/components/form/Form/SubmitButton/SubmitButton.js +1 -1
  173. package/dist/components/form/Form/SubmitError.js +1 -1
  174. package/dist/components/form/Form/index.js +1 -1
  175. package/dist/components/form/Form/use-field/use-field-props.js +1 -1
  176. package/dist/components/form/Form/use-field/use-field.js +1 -1
  177. package/dist/components/form/Form/use-form.js +1 -1
  178. package/dist/components/form/Form/validation.js +1 -1
  179. package/dist/components/form/Label.js +1 -1
  180. package/dist/components/form/wrapper.js +1 -1
  181. package/dist/components/helpers/DisplayTransition/DisplayTransition.js +1 -1
  182. package/dist/components/helpers/IconSwitch/IconSwitch.js +1 -1
  183. package/dist/components/layout/Flex.js +1 -1
  184. package/dist/components/layout/Flow.js +1 -1
  185. package/dist/components/layout/Grid.js +1 -1
  186. package/dist/components/layout/Panel.js +1 -1
  187. package/dist/components/layout/Prefix.js +1 -1
  188. package/dist/components/layout/ResizablePanel.js +1 -1
  189. package/dist/components/layout/Space.js +1 -1
  190. package/dist/components/layout/Suffix.js +1 -1
  191. package/dist/components/navigation/Tabs/DraggableTabList.js +6 -4
  192. package/dist/components/navigation/Tabs/DraggableTabList.js.map +1 -1
  193. package/dist/components/navigation/Tabs/TabButton.js +12 -7
  194. package/dist/components/navigation/Tabs/TabButton.js.map +1 -1
  195. package/dist/components/navigation/Tabs/TabDropIndicator.js +9 -4
  196. package/dist/components/navigation/Tabs/TabDropIndicator.js.map +1 -1
  197. package/dist/components/navigation/Tabs/TabPanel.js +1 -1
  198. package/dist/components/navigation/Tabs/TabPicker.js +11 -6
  199. package/dist/components/navigation/Tabs/TabPicker.js.map +1 -1
  200. package/dist/components/navigation/Tabs/Tabs.js +137 -104
  201. package/dist/components/navigation/Tabs/Tabs.js.map +1 -1
  202. package/dist/components/navigation/Tabs/TabsAction.js +14 -6
  203. package/dist/components/navigation/Tabs/TabsAction.js.map +1 -1
  204. package/dist/components/navigation/Tabs/TabsContext.js +1 -1
  205. package/dist/components/navigation/Tabs/TabsContext.js.map +1 -1
  206. package/dist/components/navigation/Tabs/popover-placement.js +21 -0
  207. package/dist/components/navigation/Tabs/popover-placement.js.map +1 -0
  208. package/dist/components/navigation/Tabs/styled.js +201 -70
  209. package/dist/components/navigation/Tabs/styled.js.map +1 -1
  210. package/dist/components/navigation/Tabs/types.d.ts +16 -2
  211. package/dist/components/navigation/Tabs/types.js +1 -1
  212. package/dist/components/navigation/Tabs/types.js.map +1 -1
  213. package/dist/components/navigation/Tabs/use-tab-editing.js +1 -1
  214. package/dist/components/navigation/Tabs/use-tab-indicator.js +26 -14
  215. package/dist/components/navigation/Tabs/use-tab-indicator.js.map +1 -1
  216. package/dist/components/organisms/FileTabs/FileTabs.js +2 -2
  217. package/dist/components/organisms/FileTabs/FileTabs.js.map +1 -1
  218. package/dist/components/organisms/StatsCard/StatsCard.js +1 -1
  219. package/dist/components/other/Calendar/Calendar.js +1 -1
  220. package/dist/components/other/Calendar/CalendarCell.js +1 -1
  221. package/dist/components/other/Calendar/CalendarGrid.js +1 -1
  222. package/dist/components/other/Calendar/RangeCalendar.js +1 -1
  223. package/dist/components/other/CloudLogo/CloudLogo.js +1 -1
  224. package/dist/components/overlays/AlertDialog/AlertDialog.js +1 -1
  225. package/dist/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
  226. package/dist/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
  227. package/dist/components/overlays/Dialog/Dialog.js +2 -2
  228. package/dist/components/overlays/Dialog/Dialog.js.map +1 -1
  229. package/dist/components/overlays/Dialog/DialogContainer.js +1 -1
  230. package/dist/components/overlays/Dialog/DialogForm.js +1 -1
  231. package/dist/components/overlays/Dialog/DialogTrigger.js +1 -1
  232. package/dist/components/overlays/Dialog/context.js +1 -1
  233. package/dist/components/overlays/Dialog/use-dialog-container.js +1 -1
  234. package/dist/components/overlays/Modal/Modal.js +1 -1
  235. package/dist/components/overlays/Modal/OpenTransitionContext.js +1 -1
  236. package/dist/components/overlays/Modal/Overlay.js +1 -1
  237. package/dist/components/overlays/Modal/Popover.js +1 -1
  238. package/dist/components/overlays/Modal/Tray.js +1 -1
  239. package/dist/components/overlays/Modal/Underlay.js +1 -1
  240. package/dist/components/overlays/Notifications/Notification.js +1 -1
  241. package/dist/components/overlays/Notifications/NotificationAction.d.ts +1 -1
  242. package/dist/components/overlays/Notifications/NotificationAction.js +4 -3
  243. package/dist/components/overlays/Notifications/NotificationAction.js.map +1 -1
  244. package/dist/components/overlays/Notifications/NotificationCard.js +1 -1
  245. package/dist/components/overlays/Notifications/NotificationContext.js +1 -1
  246. package/dist/components/overlays/Notifications/NotificationItem.js +1 -1
  247. package/dist/components/overlays/Notifications/OverlayContainer.js +1 -1
  248. package/dist/components/overlays/Notifications/OverlayProvider.js +1 -1
  249. package/dist/components/overlays/Notifications/PersistentNotificationsList.js +1 -1
  250. package/dist/components/overlays/Notifications/dismissed-storage.js +1 -1
  251. package/dist/components/overlays/Notifications/format-relative-time.js +1 -1
  252. package/dist/components/overlays/Notifications/index.js +1 -1
  253. package/dist/components/overlays/Notifications/use-notification-state.js +1 -1
  254. package/dist/components/overlays/Notifications/use-notifications.js +1 -1
  255. package/dist/components/overlays/Notifications/use-overlay-timers.js +1 -1
  256. package/dist/components/overlays/Notifications/use-persistent-notifications.js +1 -1
  257. package/dist/components/overlays/Notifications/use-persistent-state.js +1 -1
  258. package/dist/components/overlays/Notifications/use-toast-state.js +1 -1
  259. package/dist/components/overlays/Toast/ToastItem.js +1 -1
  260. package/dist/components/overlays/Toast/index.js +1 -1
  261. package/dist/components/overlays/Toast/useProgressToast.js +3 -2
  262. package/dist/components/overlays/Toast/useProgressToast.js.map +1 -1
  263. package/dist/components/overlays/Toast/useToast.js +1 -1
  264. package/dist/components/overlays/Tooltip/Tooltip.js +1 -1
  265. package/dist/components/overlays/Tooltip/TooltipProvider.js +1 -1
  266. package/dist/components/overlays/Tooltip/TooltipTrigger.js +1 -1
  267. package/dist/components/overlays/Tooltip/context.js +1 -1
  268. package/dist/components/portal/Portal.js +1 -1
  269. package/dist/components/portal/PortalProvider.js +1 -1
  270. package/dist/components/portal/usePortal.js +1 -1
  271. package/dist/components/shared/DraggableCollection.js +9 -3
  272. package/dist/components/shared/DraggableCollection.js.map +1 -1
  273. package/dist/components/shared/InvalidIcon.js +1 -1
  274. package/dist/components/shared/ValidIcon.js +1 -1
  275. package/dist/components/status/LoadingAnimation/LoadingAnimation.js +1 -1
  276. package/dist/components/status/Spin/Cube.js +1 -1
  277. package/dist/components/status/Spin/InternalSpinner.js +1 -1
  278. package/dist/components/status/Spin/Spin.js +1 -1
  279. package/dist/components/status/Spin/SpinsContainer.js +1 -1
  280. package/dist/data/item-themes.d.ts +1 -1
  281. package/dist/data/item-themes.js +377 -467
  282. package/dist/data/item-themes.js.map +1 -1
  283. package/dist/data/themes.js +1 -1
  284. package/dist/icons/AdjustmentsHorizontalIcon.js +1 -1
  285. package/dist/icons/AdjustmentsIcon.js +1 -1
  286. package/dist/icons/AiIcon.js +1 -1
  287. package/dist/icons/AreaChartIcon.js +1 -1
  288. package/dist/icons/BackwardIcon.js +1 -1
  289. package/dist/icons/BarChartIcon.js +1 -1
  290. package/dist/icons/BellFilledIcon.js +1 -1
  291. package/dist/icons/BellIcon.js +1 -1
  292. package/dist/icons/BooleanIcon.js +1 -1
  293. package/dist/icons/CalendarEditIcon.js +1 -1
  294. package/dist/icons/CalendarIcon.js +1 -1
  295. package/dist/icons/CaretDownIcon.js +1 -1
  296. package/dist/icons/CaretUpIcon.js +1 -1
  297. package/dist/icons/ChartAreaStackedIcon.js +1 -1
  298. package/dist/icons/ChartAreaStackedPercentageIcon.js +1 -1
  299. package/dist/icons/ChartBarGroupedHorizontalIcon.js +1 -1
  300. package/dist/icons/ChartBarGroupedIcon.js +1 -1
  301. package/dist/icons/ChartBarHorizontalIcon.js +1 -1
  302. package/dist/icons/ChartBarLineIcon.js +1 -1
  303. package/dist/icons/ChartBarStackedHorizontalIcon.js +1 -1
  304. package/dist/icons/ChartBarStackedIcon.js +1 -1
  305. package/dist/icons/ChartBarStackedPercentageHorizontalIcon.js +1 -1
  306. package/dist/icons/ChartBarStackedPercentageIcon.js +1 -1
  307. package/dist/icons/ChartBoxPlot2Icon.js +1 -1
  308. package/dist/icons/ChartBoxPlotIcon.js +1 -1
  309. package/dist/icons/ChartBubbleIcon.js +1 -1
  310. package/dist/icons/ChartDonut2Icon.js +1 -1
  311. package/dist/icons/ChartFunnelIcon.js +1 -1
  312. package/dist/icons/ChartHeatmapIcon.js +1 -1
  313. package/dist/icons/ChartKPIIcon.js +1 -1
  314. package/dist/icons/ChartPie2Icon.js +1 -1
  315. package/dist/icons/ChartScatterIcon.js +1 -1
  316. package/dist/icons/CheckCircleFilledIcon.js +1 -1
  317. package/dist/icons/CheckCircleIcon.js +1 -1
  318. package/dist/icons/CheckIcon.js +1 -1
  319. package/dist/icons/CircleFilledIcon.js +1 -1
  320. package/dist/icons/ClearIcon.js +1 -1
  321. package/dist/icons/CloseCircleFilledIcon.js +1 -1
  322. package/dist/icons/CloseCircleIcon.js +1 -1
  323. package/dist/icons/CloseIcon.js +1 -1
  324. package/dist/icons/CodeIcon.js +1 -1
  325. package/dist/icons/ColumnTotalIcon.js +1 -1
  326. package/dist/icons/CopyIcon.js +1 -1
  327. package/dist/icons/CountIcon.js +1 -1
  328. package/dist/icons/CubeIcon.js +1 -1
  329. package/dist/icons/CubePauseIcon.js +1 -1
  330. package/dist/icons/CubePlayIcon.js +1 -1
  331. package/dist/icons/CurrencyDollarIcon.js +1 -1
  332. package/dist/icons/DangerIcon.js +1 -1
  333. package/dist/icons/DashboardIcon.js +1 -1
  334. package/dist/icons/DatabaseIcon.js +1 -1
  335. package/dist/icons/DecimalDecreaseIcon.js +1 -1
  336. package/dist/icons/DecimalIncreaseIcon.js +1 -1
  337. package/dist/icons/DirectionIcon.js +1 -1
  338. package/dist/icons/DonutIcon.js +1 -1
  339. package/dist/icons/DownIcon.js +1 -1
  340. package/dist/icons/EditIcon.js +1 -1
  341. package/dist/icons/ExclamationCircleFilledIcon.js +1 -1
  342. package/dist/icons/ExclamationCircleIcon.js +1 -1
  343. package/dist/icons/ExclamationIcon.js +1 -1
  344. package/dist/icons/EyeIcon.js +1 -1
  345. package/dist/icons/EyeInvisibleIcon.js +1 -1
  346. package/dist/icons/FilterIcon.js +1 -1
  347. package/dist/icons/FolderFilledIcon.js +1 -1
  348. package/dist/icons/FolderIcon.js +1 -1
  349. package/dist/icons/FolderOpenFilledIcon.js +1 -1
  350. package/dist/icons/FolderOpenIcon.js +1 -1
  351. package/dist/icons/ForwardIcon.js +1 -1
  352. package/dist/icons/GripVerticalIcon.js +1 -1
  353. package/dist/icons/HierarchyIcon.js +1 -1
  354. package/dist/icons/HierarchyOpenIcon.js +1 -1
  355. package/dist/icons/Icon.js +1 -1
  356. package/dist/icons/InfoCircleIcon.js +1 -1
  357. package/dist/icons/InfoIcon.js +1 -1
  358. package/dist/icons/KeyIcon.js +1 -1
  359. package/dist/icons/LeftIcon.js +1 -1
  360. package/dist/icons/LineChartIcon.js +1 -1
  361. package/dist/icons/LoadingIcon.js +1 -1
  362. package/dist/icons/LockFilledIcon.js +1 -1
  363. package/dist/icons/LockIcon.js +1 -1
  364. package/dist/icons/MoreIcon.js +1 -1
  365. package/dist/icons/NotAllowedIcon.js +1 -1
  366. package/dist/icons/Number123Icon.js +1 -1
  367. package/dist/icons/NumberIcon.js +1 -1
  368. package/dist/icons/PauseCircleFilledIcon.js +1 -1
  369. package/dist/icons/PauseCircleIcon.js +1 -1
  370. package/dist/icons/PauseIcon.js +1 -1
  371. package/dist/icons/PercentageIcon.js +1 -1
  372. package/dist/icons/PieChartIcon.js +1 -1
  373. package/dist/icons/PlayCircleIcon.js +1 -1
  374. package/dist/icons/PlayIcon.js +1 -1
  375. package/dist/icons/PlusIcon.js +1 -1
  376. package/dist/icons/ProgressBarIcon.js +1 -1
  377. package/dist/icons/ReloadIcon.js +1 -1
  378. package/dist/icons/ReportIcon.js +1 -1
  379. package/dist/icons/ReturnIcon.js +1 -1
  380. package/dist/icons/RightIcon.js +1 -1
  381. package/dist/icons/RowTotalsIcon.js +1 -1
  382. package/dist/icons/SchemeIcon.js +1 -1
  383. package/dist/icons/SearchIcon.js +1 -1
  384. package/dist/icons/SemanticQueryIcon.js +1 -1
  385. package/dist/icons/SettingsIcon.js +1 -1
  386. package/dist/icons/ShieldFilledIcon.js +1 -1
  387. package/dist/icons/ShieldIcon.js +1 -1
  388. package/dist/icons/SlashIcon.js +1 -1
  389. package/dist/icons/SparklesIcon.js +1 -1
  390. package/dist/icons/SqlIcon.js +1 -1
  391. package/dist/icons/StatsIcon.js +1 -1
  392. package/dist/icons/StopIcon.js +1 -1
  393. package/dist/icons/StringIcon.js +1 -1
  394. package/dist/icons/SubtotalsIcon.js +1 -1
  395. package/dist/icons/SwitchIcon.js +1 -1
  396. package/dist/icons/TableIcon.js +1 -1
  397. package/dist/icons/ThumbsDownIcon.js +1 -1
  398. package/dist/icons/ThumbsUpIcon.js +1 -1
  399. package/dist/icons/ThunderboltCrossedIcon.js +1 -1
  400. package/dist/icons/ThunderboltFilledIcon.js +1 -1
  401. package/dist/icons/ThunderboltIcon.js +1 -1
  402. package/dist/icons/TimeIcon.js +1 -1
  403. package/dist/icons/TrashIcon.js +1 -1
  404. package/dist/icons/UnlockIcon.js +1 -1
  405. package/dist/icons/UpIcon.js +1 -1
  406. package/dist/icons/UserGroupIcon.js +1 -1
  407. package/dist/icons/UserIcon.js +1 -1
  408. package/dist/icons/UserLockIcon.js +1 -1
  409. package/dist/icons/ViewIcon.js +1 -1
  410. package/dist/icons/WarningFilledIcon.js +1 -1
  411. package/dist/icons/WarningIcon.js +1 -1
  412. package/dist/icons/wrap-icon.js +1 -1
  413. package/dist/index.js +1 -1
  414. package/dist/provider.js +1 -1
  415. package/dist/providers/TrackingProvider.js +1 -1
  416. package/dist/providers/navigationAdapter.default.js +1 -1
  417. package/dist/tokens/base.js +1 -1
  418. package/dist/tokens/colors.js +1 -1
  419. package/dist/tokens/index.js +1 -1
  420. package/dist/tokens/layout.js +1 -1
  421. package/dist/tokens/palette.js +52 -22
  422. package/dist/tokens/palette.js.map +1 -1
  423. package/dist/tokens/shadows.js +1 -1
  424. package/dist/tokens/sizes.js +1 -1
  425. package/dist/tokens/spacing.js +1 -1
  426. package/dist/tokens/typography.js +1 -1
  427. package/dist/utils/ResizeSensor.js +1 -1
  428. package/dist/utils/is-dev-env.js +1 -1
  429. package/dist/utils/modules.js +1 -1
  430. package/dist/utils/promise.js +1 -1
  431. package/dist/utils/raf.js +1 -1
  432. package/dist/utils/random.js +1 -1
  433. package/dist/utils/range.js +1 -1
  434. package/dist/utils/react/RenderCache.js +1 -1
  435. package/dist/utils/react/Slots.js +1 -1
  436. package/dist/utils/react/chain.js +1 -1
  437. package/dist/utils/react/forwardRefWithGenerics.js +1 -1
  438. package/dist/utils/react/index.js +1 -1
  439. package/dist/utils/react/interactions.js +1 -1
  440. package/dist/utils/react/isTextOnly.js +1 -1
  441. package/dist/utils/react/mapProps.js +1 -1
  442. package/dist/utils/react/mergeProps.js +1 -1
  443. package/dist/utils/react/nullableValue.js +1 -1
  444. package/dist/utils/react/resolveIcon.js +1 -1
  445. package/dist/utils/react/sharedStore.js +1 -1
  446. package/dist/utils/react/useCombinedRefs.js +1 -1
  447. package/dist/utils/react/useControlledFocusVisible.js +1 -1
  448. package/dist/utils/react/useEventBus.js +1 -1
  449. package/dist/utils/react/useId.js +1 -1
  450. package/dist/utils/react/useIsDarwin.js +1 -1
  451. package/dist/utils/react/useKeySymbols.js +1 -1
  452. package/dist/utils/react/useLayoutEffect.js +1 -1
  453. package/dist/utils/react/useLocalStorage.js +1 -1
  454. package/dist/utils/react/useMergeStyles.js +1 -1
  455. package/dist/utils/react/usePopoverSync.js +1 -1
  456. package/dist/utils/react/useQaProps.js +1 -1
  457. package/dist/utils/react/useViewportSize.js +1 -1
  458. package/dist/utils/react/wrapNodeIfPlain.js +1 -1
  459. package/dist/utils/selection.js +1 -1
  460. package/dist/utils/styles.js +1 -1
  461. package/dist/utils/tree.js +1 -1
  462. package/dist/utils/warnings.js +1 -1
  463. package/dist/version.js +2 -2
  464. package/docs/ComplexLayout.md +2 -2
  465. package/docs/components/CollectionItem.md +1 -1
  466. package/docs/components/actions/Banner.md +1 -1
  467. package/docs/components/actions/Button.md +3 -5
  468. package/docs/components/actions/ButtonGroup.md +1 -1
  469. package/docs/components/actions/ButtonSplit.md +1 -2
  470. package/docs/components/actions/ItemAction.md +5 -5
  471. package/docs/components/actions/ItemButton.md +4 -6
  472. package/docs/components/content/Item.md +9 -10
  473. package/docs/components/content/ItemBadge.md +4 -4
  474. package/docs/components/content/ItemCard.md +1 -1
  475. package/docs/components/content/Layout.md +2 -2
  476. package/docs/components/content/Tag.md +1 -1
  477. package/docs/components/fields/FilterListBox.md +1 -1
  478. package/docs/components/fields/FilterPicker.md +3 -5
  479. package/docs/components/fields/ListBox.md +1 -1
  480. package/docs/components/fields/Picker.md +3 -5
  481. package/docs/components/fields/RadioGroup.md +7 -9
  482. package/docs/components/fields/Select.md +2 -4
  483. package/docs/components/navigation/Tabs.md +33 -8
  484. package/docs/components/organisms/FileTabs.md +2 -2
  485. package/package.json +1 -1
@@ -50,8 +50,8 @@ Use `Layout.Panel` for side navigation. Panels are absolutely positioned and aut
50
50
  <Layout.Panel side="left" size={200} isOpen={isOpen}> {/* absolute left, pushes content via insets */}
51
51
  <Layout.PanelHeader isClosable title="Menu" onClose={() => setIsOpen(false)} />
52
52
  <Layout.Content padding=".5x" gap="1bw"> {/* flex column ↓, scrollable */}
53
- <ItemButton type="neutral">Dashboard</ItemButton>
54
- <ItemButton type="neutral">Settings</ItemButton>
53
+ <ItemButton type="clear">Dashboard</ItemButton>
54
+ <ItemButton type="clear">Settings</ItemButton>
55
55
  </Layout.Content>
56
56
  </Layout.Panel>
57
57
  <Layout.Toolbar> {/* flex row →, single item aligns left */}
@@ -92,7 +92,7 @@ const items = [{
92
92
 
93
93
  ## Properties
94
94
 
95
- - **`icon`** `ReactNode | 'checkbox'` — Icon displayed before the content
95
+ - **`icon`** `ReactNode | 'checkmark'` — Icon displayed before the content
96
96
  - **`rightIcon`** `ReactNode` — Icon displayed after the content
97
97
  - **`prefix`** `ReactNode` — Content rendered before the label
98
98
  - **`suffix`** `ReactNode` — Content rendered after the label
@@ -27,7 +27,7 @@ Banner displays prominent messages and notifications to users. It supports diffe
27
27
  - **`tooltip`** `string | boolean | object` — Tooltip configuration
28
28
  - **`hotkeys`** `string` — Keyboard shortcut displayed and triggered
29
29
  - **`isDisabled`** `boolean` — Whether the banner is disabled
30
- - **`isSelected`** `boolean` (default: `false`) — Whether the banner shows as selected with a checkbox
30
+ - **`isSelected`** `boolean` (default: `false`) — Whether the banner shows as selected with a checkmark
31
31
  - **`isLoading`** `boolean` — Show loading state
32
32
  - **`autoHideActions`** `boolean` (default: `false`) — When true, actions are hidden by default and shown on hover or focus
33
33
  - **`preserveActionsSpace`** `boolean` (default: `false`) — Preserve the actions width when hidden (only changes opacity, not layout)
@@ -15,7 +15,7 @@ A versatile action component that triggers commands and navigates users.
15
15
 
16
16
  ## Properties
17
17
 
18
- - **`type`** `'primary' | 'secondary' | 'outline' | 'neutral' | 'clear' | 'link'` (default: `outline`) — Visual style variant of the button
18
+ - **`type`** `'primary' | 'outline' | 'outline-2' | 'clear' | 'link'` (default: `outline`) — Visual style variant of the button (`outline-2` is identical to `outline` but uses `#surface-3` as the base fill; not available for the `special` theme)
19
19
  - **`theme`** `'default' | 'danger' | 'success' | 'warning' | 'note' | 'special'` (default: `default`) — Semantic colour palette theme
20
20
  - **`size`** `'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'inline' | number` (default: `medium`) — Button size. Use `'inline'` for link-type buttons or a number/string for custom sizes (e.g. `64` or `'8x'`)
21
21
  - **`icon`** — Icon rendered before the content. Can be: ReactNode, `true` (empty slot), or function `({ loading, selected, ...mods }) => ReactNode | true`
@@ -78,10 +78,8 @@ The `mods` prop accepts the following modifiers you can override:
78
78
  ### Types. `type` prop
79
79
 
80
80
  - `primary` – Emphasised call-to-action.
81
- - `secondary` – Less emphasised, alternative action.
82
- - `outline` – Transparent background with border.
83
- - `neutral` – Minimal style that blends with surroundings.
84
- - `clear` – Text-only variant without background and border.
81
+ - `outline` – Border with transparent background; `isSelected` adds brand-tinted fill.
82
+ - `clear` – No border, transparent background; `isSelected` adds brand-tinted fill.
85
83
  - `link` – Styled as a textual link.
86
84
 
87
85
  ### Themes. `theme` prop
@@ -43,7 +43,7 @@ These properties allow direct style application without using the `styles` prop:
43
43
  ```jsx
44
44
  <Button.Group>
45
45
  <Button>Save</Button>
46
- <Button type="secondary">Cancel</Button>
46
+ <Button type="outline">Cancel</Button>
47
47
  </Button.Group>
48
48
  ```
49
49
 
@@ -19,7 +19,7 @@ A split button that groups a primary action with a dropdown trigger for secondar
19
19
  - **`defaultActionKey`** `string` — Initially selected action key (uncontrolled)
20
20
  - **`onAction`** `(key: string) => void` — Called when the action button is pressed
21
21
  - **`onActionChange`** `(key: string) => void` — Called when the selected action changes via the menu
22
- - **`type`** `'primary' | 'secondary' | 'outline' | 'neutral' | 'clear'` (default: `'outline'`) — Button type (inherited by children via context)
22
+ - **`type`** `'primary' | 'outline' | 'outline-2' | 'clear'` (default: `'outline'`) — Button type (inherited by children via context)
23
23
  - **`theme`** `'default' | 'danger' | 'success' | 'warning' | 'note' | 'special'` (default: `'default'`) — Button theme (inherited by children via context)
24
24
  - **`size`** `'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'` (default: `'medium'`) — Button size (inherited by children via context)
25
25
  - **`isDisabled`** `boolean` (default: `false`) — Disables all buttons (inherited via context)
@@ -137,7 +137,6 @@ Different types and themes can be applied. All child buttons inherit the styling
137
137
 
138
138
  ```jsx
139
139
  <Button.Split actions={actions} defaultActionKey="copy" type="primary" />
140
- <Button.Split actions={actions} defaultActionKey="copy" type="secondary" />
141
140
  <Button.Split actions={actions} defaultActionKey="copy" type="outline" />
142
141
  <Button.Split actions={actions} defaultActionKey="copy" type="primary" theme="danger" />
143
142
  <Button.Split actions={actions} defaultActionKey="copy" type="primary" isDisabled />
@@ -14,11 +14,11 @@ A compact action button designed for use inside `Item`, `ItemButton`, and `ItemC
14
14
 
15
15
  ## Properties
16
16
 
17
- - **`icon`** `ReactNode | 'checkbox'` — Icon element or `'checkbox'` for a selection indicator
18
- - **`type`** `'primary' | 'secondary' | 'outline' | 'neutral' | 'clear'` (default: `'neutral'`) — Visual type. Inherits from parent context.
17
+ - **`icon`** `ReactNode | 'checkmark'` — Icon element or `'checkmark'` for a selection indicator
18
+ - **`type`** `'primary' | 'outline' | 'clear'` (default: `'clear'`) — Visual type. Inherits from parent context.
19
19
  - **`theme`** `'default' | 'danger' | 'success' | 'warning' | 'note' | 'special'` (default: `'default'`) — Color theme. Inherits from parent context.
20
20
  - **`isLoading`** `boolean` (default: `false`) — Shows loading spinner
21
- - **`isSelected`** `boolean` (default: `false`) — Selected state (works with `icon="checkbox"`)
21
+ - **`isSelected`** `boolean` (default: `false`) — Selected state (works with `icon="checkmark"`)
22
22
  - **`isDisabled`** `boolean` (default: `false`) — Disables the action. Inherits from parent; use `isDisabled={false}` to override.
23
23
  - **`tooltip`** `string | object` — Tooltip content (shown for icon-only buttons)
24
24
  - **`onPress`** `() => void` — Press event handler
@@ -36,10 +36,10 @@ Supports [Base properties](../../BaseProperties.md).
36
36
  <ItemAction icon={<IconTrash />} tooltip="Delete" theme="danger" />
37
37
  ```
38
38
 
39
- ### Checkbox action
39
+ ### Checkmark action
40
40
 
41
41
  ```jsx
42
- <ItemAction icon="checkbox" isSelected={isChecked} onPress={toggle} />
42
+ <ItemAction icon="checkmark" isSelected={isChecked} onPress={toggle} />
43
43
  ```
44
44
 
45
45
  ### Inside ItemButton
@@ -16,7 +16,7 @@ An interactive button component built on top of `Item` that provides all the lay
16
16
 
17
17
  ### Properties
18
18
 
19
- - **`type`** `'primary' | 'secondary' | 'outline' | 'neutral' | 'clear'` — Visual type/variant of the button
19
+ - **`type`** `'primary' | 'outline' | 'outline-2' | 'clear'` — Visual type/variant of the button
20
20
  - **`theme`** `'default' | 'danger' | 'success' | 'special'` — Color theme of the button
21
21
  - **`size`** `'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'` (default: `medium`) — Size of the button (does not support `'inline'`)
22
22
  - **`icon`** `ReactNode` — Icon displayed before the content
@@ -26,7 +26,7 @@ An interactive button component built on top of `Item` that provides all the lay
26
26
  - **`hotkeys`** `string` — Keyboard shortcut that triggers the button (e.g., `"cmd+s"`, `"ctrl+alt+d"`)
27
27
  - **`tooltip`** `boolean | string | object` — Tooltip configuration: string for simple text, `true` for auto overflow tooltips, or object for advanced config with optional `auto` property
28
28
  - **`isDisabled`** `boolean` — Whether the button is disabled
29
- - **`isSelected`** `boolean` — Whether the button shows as selected with checkbox
29
+ - **`isSelected`** `boolean` — Whether the button shows as selected with a checkmark (pairs with `icon="checkmark"`)
30
30
  - **`to`** `string` — URL for link behavior (makes button act as link)
31
31
  - **`htmlType`** `'button' | 'submit' | 'reset'` — HTML button type attribute
32
32
  - **`description`** `string` — Secondary text shown below the main content
@@ -60,10 +60,8 @@ Inherits all modifiers from [Item](../content/Item.md) plus:
60
60
  ### Types
61
61
 
62
62
  - `primary` - Primary button with prominent styling for main actions
63
- - `secondary` - Secondary button with moderate emphasis
64
- - `outline` - Button with border outline and transparent background
65
- - `neutral` - Neutral styled button for subtle actions
66
- - `clear` - Transparent button with minimal visual weight
63
+ - `outline` - Button with border outline; `isSelected` adds brand-tinted fill
64
+ - `clear` - Transparent button with minimal visual weight; `isSelected` adds brand-tinted fill
67
65
  - `link` - Link-styled button that looks like a text link
68
66
 
69
67
  ### Themes
@@ -16,13 +16,13 @@ A foundational component that provides a standardized layout and styling for ite
16
16
  ## Properties
17
17
 
18
18
  - **`children`** `ReactNode` — The content inside the Item
19
- - **`icon`** — Icon rendered before the content. Can be: ReactNode, `"checkbox"`, `true` (empty slot), or function `({ selected, loading, ...mods }) => ReactNode | true`
19
+ - **`icon`** — Icon rendered before the content. Can be: ReactNode, `"checkmark"`, `true` (empty slot), or function `({ selected, loading, ...mods }) => ReactNode | true`
20
20
  - **`rightIcon`** — Icon rendered after the content. Can be: ReactNode, `true` (empty slot), or function `({ selected, loading, ...mods }) => ReactNode | true`
21
21
  - **`prefix`** `ReactNode` — Element rendered before the content (after icon)
22
22
  - **`suffix`** `ReactNode` — Element rendered after the content (before rightIcon)
23
23
  - **`description`** `ReactNode` — Description text displayed with the item
24
24
  - **`descriptionPlacement`** `'inline' | 'block'` (default: `inline`) — How the description is positioned relative to the main content. Defaults to `'block'` for `type="card"` and `type="header"`
25
- - **`type`** `'item' | 'header' | 'primary' | 'secondary' | 'outline' | 'neutral' | 'clear' | 'link' | 'card'` (default: `item`) — Visual style variant
25
+ - **`type`** `'item' | 'header' | 'primary' | 'outline' | 'outline-2' | 'clear' | 'link' | 'card'` (default: `item`) — Visual style variant
26
26
  - **`theme`** `'default' | 'danger' | 'success' | 'warning' | 'note' | 'special'` (default: `default`) — Semantic colour palette theme
27
27
  - **`size`** `'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'inline' | number` (default: `medium`) — Item size. Accepts custom number or string values
28
28
  - **`shape`** `'card' | 'button' | 'sharp' | 'pill'` (default: `button`) — Shape of the item border radius. Defaults to `'card'` for `type="card"`
@@ -79,12 +79,12 @@ The `mods` property accepts the following modifiers:
79
79
  - **`has-actions-content`** `boolean` — Applied when actions have actual content (not just placeholder)
80
80
  - **`auto-hide-actions`** `boolean` — Applied when autoHideActions is true
81
81
  - **`preserve-actions-space`** `boolean` — Applied when preserveActionsSpace is true
82
- - **`checkbox`** `boolean` — Applied when using checkbox icon (icon="checkbox")
82
+ - **`checkmark`** `boolean` — Applied when using the checkmark icon (icon="checkmark")
83
83
  - **`selected`** `boolean` — Applied when isSelected is true
84
84
  - **`disabled`** `boolean` — Applied when isDisabled is true or when loading
85
85
  - **`loading`** `boolean` — Applied when isLoading is true
86
86
  - **`size`** `string` — Applied based on size prop value (xsmall, small, medium, large, xlarge, inline)
87
- - **`type`** `string` — Applied based on type prop value (item, header, primary, secondary, outline, neutral, clear, link, card)
87
+ - **`type`** `string` — Applied based on type prop value (item, header, primary, outline, outline-2, clear, link, card)
88
88
  - **`theme`** `string` — Applied based on theme prop value (default, danger, success, special, warning, note)
89
89
  - **`shape`** `string` — Applied based on shape prop value (card, button, sharp, pill)
90
90
 
@@ -95,10 +95,9 @@ The `mods` property accepts the following modifiers:
95
95
  - `item` - Default item appearance (no specific styling)
96
96
  - `header` - Header appearance for section headers (only supports `default` theme, defaults to `descriptionPlacement="block"`, uses semantic heading tags via `level` prop)
97
97
  - `primary` - Primary styled item with prominent appearance
98
- - `secondary` - Secondary styled item with moderate emphasis
99
- - `outline` - Item with border outline styling
100
- - `neutral` - Neutral colored item styling
101
- - `clear` - Transparent item with minimal styling
98
+ - `outline` - Item with border outline styling; `isSelected` adds brand-tinted fill
99
+ - `outline-2` - Same as `outline` but uses `#surface-3` as the base fill, designed to sit on `#surface-2` containers without blending in (not available for the `special` theme)
100
+ - `clear` - Transparent item with minimal styling; `isSelected` adds brand-tinted fill
102
101
  - `link` - Link-styled item appearance (does not support icons or loading state)
103
102
  - `card` - Card appearance for notifications (supports `default`, `success`, `danger`, `warning`, `note` themes; defaults to `shape="card"`, `descriptionPlacement="block"`, uses semantic heading tags via `level` prop, and has `.5x` padding)
104
103
 
@@ -203,8 +202,8 @@ The `descriptionPlacement` prop controls where the description appears. It defau
203
202
  ### With Selection State
204
203
 
205
204
  ```jsx
206
- <Item icon="checkbox" isSelected={true}>
207
- Selected item with checkbox
205
+ <Item icon="checkmark" isSelected={true}>
206
+ Selected item with checkmark
208
207
  </Item>
209
208
  ```
210
209
 
@@ -10,11 +10,11 @@ A non-interactive badge indicator for list items. Similar to `ItemAction` but wi
10
10
 
11
11
  ## Properties
12
12
 
13
- - **`icon`** `ReactNode | 'checkbox'` — Icon or checkbox display
14
- - **`type`** `'primary' | 'secondary' | 'neutral' | 'clear'` (default: `'neutral'`) — Visual type. Inherits from parent context.
13
+ - **`icon`** `ReactNode | 'checkmark'` — Icon or checkmark display
14
+ - **`type`** `'primary' | 'outline' | 'clear'` (default: `'clear'`) — Visual type. `isSelected` applies brand-tinted fill to `outline` and `clear`. Inherits from parent context.
15
15
  - **`theme`** `'default' | 'danger' | 'success' | 'special'` (default: `'default'`) — Color theme. Inherits from parent context.
16
16
  - **`isLoading`** `boolean` (default: `false`) — Show loading spinner
17
- - **`isSelected`** `boolean` (default: `false`) — Selected state (for checkbox)
17
+ - **`isSelected`** `boolean` (default: `false`) — Selected state (for checkmark)
18
18
  - **`tooltip`** `string | object` — Tooltip content shown on hover for icon-only badges. A string shows tooltip text; an object supports `{ title, ...tooltipProps }` for advanced configuration.
19
19
 
20
20
  ### Base Properties
@@ -24,7 +24,7 @@ Supports [Base properties](../../BaseProperties.md).
24
24
  ## Examples
25
25
 
26
26
  ```jsx
27
- <ItemBadge icon="checkbox" isSelected />
27
+ <ItemBadge icon="checkmark" isSelected />
28
28
 
29
29
  <ItemBadge icon={<IconCheck />} theme="success" />
30
30
 
@@ -23,7 +23,7 @@ A convenience wrapper around `Item type="card"` that provides a more natural car
23
23
  - **`suffix`** `ReactNode` — Content rendered after the label
24
24
  - **`tooltip`** `string | boolean | object` (default: `true`) — Tooltip configuration: string for text, `true` for auto overflow tooltips, or object for advanced config
25
25
  - **`hotkeys`** `string` — Keyboard shortcut displayed and triggered
26
- - **`isSelected`** `boolean` (default: `false`) — Whether the card shows as selected with a checkbox
26
+ - **`isSelected`** `boolean` (default: `false`) — Whether the card shows as selected with a checkmark
27
27
  - **`isLoading`** `boolean` (default: `false`) — Show loading state, replacing an icon slot with a spinner
28
28
  - **`actions`** `ReactNode` — Inline action buttons displayed on the right side
29
29
  - **`autoHideActions`** `boolean` (default: `false`) — When true, actions are hidden by default and shown on hover or focus
@@ -696,7 +696,7 @@ function ApplicationShell() {
696
696
  />
697
697
  <Layout.Content padding=".5x" scrollbar="tiny" gap="1bw">
698
698
  {['Dashboard', 'Analytics', 'Reports'].map((item) => (
699
- <ItemButton key={item} type="neutral" width="100%">
699
+ <ItemButton key={item} type="clear" width="100%">
700
700
  {item}
701
701
  </ItemButton>
702
702
  ))}
@@ -709,7 +709,7 @@ function ApplicationShell() {
709
709
  breadcrumbs={[['Home', '/'], ['Analytics', '/analytics']]}
710
710
  subtitle="Real-time overview of your metrics"
711
711
  suffix={
712
- <Button type="neutral" onPress={() => setSidebarOpen(!sidebarOpen)}>
712
+ <Button type="clear" onPress={() => setSidebarOpen(!sidebarOpen)}>
713
713
 
714
714
  </Button>
715
715
  }
@@ -35,7 +35,7 @@ Tags are compact, inline elements used to label, categorize, or organize items.
35
35
  - **`description`** `ReactNode` — Secondary text below the main content
36
36
  - **`tooltip`** `string | boolean | object` (default: `true`) — Tooltip configuration: string for text, `true` for auto overflow tooltips, or object for advanced config
37
37
  - **`hotkeys`** `string` — Keyboard shortcut displayed and triggered
38
- - **`isSelected`** `boolean` (default: `false`) — Whether the tag shows as selected with a checkbox
38
+ - **`isSelected`** `boolean` (default: `false`) — Whether the tag shows as selected with a checkmark
39
39
  - **`isLoading`** `boolean` (default: `false`) — Show loading state, replacing an icon slot with a spinner
40
40
  - **`actions`** `ReactNode` — Inline action buttons displayed on the right side
41
41
  - **`autoHideActions`** `boolean` (default: `false`) — When true, actions are hidden by default and shown on hover or focus
@@ -416,7 +416,7 @@ const categories = [
416
416
  >
417
417
  <Space gap="1x" flow="column">
418
418
  <Text weight="600">Basic Plan</Text>
419
- <Badge type="neutral">Free</Badge>
419
+ <Badge type="disabled">Free</Badge>
420
420
  </Space>
421
421
  </FilterListBox.Item>
422
422
  <FilterListBox.Item
@@ -30,7 +30,7 @@ A versatile selection component that combines a trigger button with a searchable
30
30
  - **`items`** `Iterable<T>` — Array of items to render when using the render function pattern for large datasets with dynamic content
31
31
  - **`placeholder`** `string` — Placeholder text when no selection is made
32
32
  - **`icon`** `ReactNode` — Icon to show in the trigger button
33
- - **`type`** `'outline' | 'clear' | 'primary' | 'secondary' | 'neutral'` (default: `outline`) — Button styling type
33
+ - **`type`** `'outline' | 'outline-2' | 'clear' | 'primary'` (default: `outline`) — Button styling type
34
34
  - **`theme`** `'default' | 'special'` (default: `default`) — Button theme
35
35
  - **`size`** `'small' | 'medium' | 'large'` (default: `medium`) — Size of the picker component
36
36
  - **`searchPlaceholder`** `string` — Placeholder text in the search input
@@ -293,11 +293,9 @@ const categories = [
293
293
 
294
294
  ### Button Types
295
295
 
296
- - `outline` - Default outlined button style
297
- - `clear` - Transparent background button
296
+ - `outline` - Default outlined button style; `isSelected` adds brand-tinted fill
297
+ - `clear` - Transparent background button; `isSelected` adds brand-tinted fill
298
298
  - `primary` - Primary brand color button
299
- - `secondary` - Secondary color button
300
- - `neutral` - Neutral color button
301
299
 
302
300
  ### Sizes
303
301
 
@@ -513,7 +513,7 @@ const [selectedKey, setSelectedKey] = useState('apple');
513
513
  >
514
514
  <Space gap="1x" flow="column">
515
515
  <Text weight="600">Basic Plan</Text>
516
- <Badge type="neutral">Free</Badge>
516
+ <Badge type="disabled">Free</Badge>
517
517
  </Space>
518
518
  </ListBox.Item>
519
519
  <ListBox.Item
@@ -26,7 +26,7 @@ A versatile selection component that combines a trigger button with a dropdown l
26
26
  - **`defaultSelectedKeys`** `string[] | 'all'` — The default selected keys in uncontrolled multiple mode
27
27
  - **`items`** `Iterable<T>` — Array of items for dynamic content with render function pattern
28
28
  - **`size`** `'small' | 'medium' | 'large'` (default: `medium`) — Size of the picker component
29
- - **`type`** `'outline' | 'clear' | 'primary' | 'secondary' | 'neutral'` (default: `outline`) — Trigger button styling type
29
+ - **`type`** `'outline' | 'outline-2' | 'clear' | 'primary'` (default: `outline`) — Trigger button styling type
30
30
  - **`theme`** `'default' | 'danger'` (default: `default`) — Trigger button color theme
31
31
  - **`icon`** `ReactNode` — Icon displayed in the trigger button
32
32
  - **`rightIcon`** `ReactNode` — Icon displayed on the right side of the trigger button
@@ -289,11 +289,9 @@ For large datasets or dynamic content, use the `items` prop with a render functi
289
289
 
290
290
  The trigger button supports various visual styles via the `type` prop:
291
291
 
292
- - **`outline`** (default) — Outlined button with border. Use case: Standard form inputs
293
- - **`clear`** — Transparent background. Use case: Toolbar actions, compact interfaces
292
+ - **`outline`** (default) — Outlined button with border. Use case: Standard form inputs. `isSelected` adds brand-tinted fill.
293
+ - **`clear`** — Transparent background. Use case: Toolbar actions, compact interfaces. `isSelected` adds brand-tinted fill.
294
294
  - **`primary`** — Primary brand color. Use case: Emphasized selections
295
- - **`secondary`** — Secondary color variant. Use case: Alternative emphasis
296
- - **`neutral`** — Neutral color scheme. Use case: Subtle selections
297
295
 
298
296
  ### Trigger Button Themes
299
297
 
@@ -22,7 +22,7 @@ A radio group allows users to select exactly one option from a set of mutually e
22
22
  - **`type`** `'radio' | 'button' | 'tabs'` (default: `radio`) — Visual type for all radios in the group (button/tabs default to horizontal)
23
23
  - **`orientation`** `undefined | 'vertical' | 'horizontal'` (default: `auto`) — Orientation of the radio group (auto-set based on type)
24
24
  - **`size`** `'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'` (default: `xsmall`) — Size for all radio buttons in the group
25
- - **`buttonType`** `'outline' | 'neutral' | 'primary' | 'clear'` — Button type for button-style radios (ignored in tabs mode). When set to "primary", selected buttons use primary style and non-selected use secondary
25
+ - **`buttonType`** `'outline' | 'outline-2' | 'clear' | 'primary'` — Button type for button-style radios (ignored in tabs mode). When set to "primary", selected buttons use primary style and non-selected use outline with brand tint. `outline-2` is identical to `outline` but uses `#surface-3` as its base fill, so it stands out when the radio group sits on a `#surface-2` container
26
26
  - **`onChange`** `function` — Callback fired when the selected value changes
27
27
  - **`onBlur`** `function` — Callback fired when the radio group loses focus
28
28
  - **`onFocus`** `function` — Callback fired when the radio group receives focus
@@ -75,7 +75,7 @@ The `mods` property accepts the following modifiers you can override:
75
75
 
76
76
  - `radio` - Traditional radio button appearance (default)
77
77
  - `button` - Button-style radio options with spacing
78
- - `tabs` - Connected tab-style buttons (compact, neutral styling)
78
+ - `tabs` - Connected tab-style buttons (compact, clear styling)
79
79
 
80
80
  **Default Orientation:**
81
81
  - `radio` type: vertical
@@ -111,14 +111,12 @@ This ensures tab groups remain compact and cohesive.
111
111
  ### Button Type
112
112
 
113
113
  When using `type="button"`, you can customize the button appearance:
114
- - `outline` - Outlined buttons (default)
115
- - `neutral` - Neutral filled buttons
116
- - `primary` - Primary action buttons with smart styling: selected buttons use primary style, non-selected buttons automatically use secondary style
117
- - `clear` - Minimal buttons without background
114
+ - `outline` - Outlined buttons (default); `isSelected` state adds brand-tinted fill
115
+ - `clear` - Minimal buttons without background; `isSelected` state adds brand-tinted fill
116
+ - `primary` - Primary action buttons with smart styling: selected buttons use primary style, non-selected buttons use outline with brand tint
118
117
 
119
118
  **Note:**
120
- - The `buttonType` prop is ignored when `type="tabs"`. Tabs always use neutral styling for visual consistency.
121
- - The `secondary` type cannot be used directly. Use `primary` instead, which automatically applies secondary styling to non-selected buttons.
119
+ - The `buttonType` prop is ignored when `type="tabs"`. Tabs always use `clear` styling for visual consistency.
122
120
 
123
121
  ## Examples
124
122
 
@@ -165,7 +163,7 @@ When using `type="button"`, you can customize the button appearance:
165
163
  ### Custom Button Type
166
164
 
167
165
  ```jsx
168
- {/* Primary buttonType: selected uses primary, non-selected uses secondary */}
166
+ {/* Primary buttonType: selected uses primary, non-selected uses outline with brand tint */}
169
167
  <Radio.Group label="Action" type="button" buttonType="primary">
170
168
  <Radio value="save">Save</Radio>
171
169
  <Radio value="cancel">Cancel</Radio>
@@ -218,10 +218,8 @@ Groups related options together with an optional heading.
218
218
  ### Types
219
219
 
220
220
  - `primary` - Primary emphasis styling
221
- - `secondary` - Secondary emphasis styling
222
- - `outline` - Outlined appearance
223
- - `neutral` - Neutral appearance
224
- - `clear` - Minimal appearance
221
+ - `outline` - Outlined appearance; `isSelected` adds brand-tinted fill
222
+ - `clear` - Minimal appearance; `isSelected` adds brand-tinted fill
225
223
  - `link` - Link-like appearance
226
224
 
227
225
  ### Sizes
@@ -20,6 +20,7 @@ An accessible tabbed interface for organizing content into multiple panels, show
20
20
  - **`defaultActiveKey`** `Key` — Initial active tab key for uncontrolled mode
21
21
  - **`type`** `'default' | 'narrow' | 'file' | 'radio'` (default: `'default'`) — Visual style variant
22
22
  - **`size`** `'xsmall' | 'small' | 'medium' | 'large'` (default: `'small'`) — Tab size
23
+ - **`placement`** `'top' | 'bottom' | 'left' | 'right'` (default: `'top'`) — Where the tab bar sits relative to its panels. `top` / `bottom` keep the bar horizontal; `left` / `right` switch it to a vertical strip. The selection indicator, scrolling, fades, scroll arrows, and per-type visuals (radius, file-style shadow, dividers) all adapt automatically.
23
24
  - **`prerender`** `boolean` (default: `false`) — If true, all tab panels are rendered but hidden
24
25
  - **`keepMounted`** `boolean` (default: `false`) — If true, visited tab panels stay in DOM
25
26
  - **`label`** `string` (default: `'Tabs'`) — Accessible label for the tab list
@@ -45,7 +46,8 @@ An accessible tabbed interface for organizing content into multiple panels, show
45
46
  - **`tabPickerPosition`** `'prefix' | 'suffix'` (default: `suffix`) — Position of the tab picker
46
47
  - **`scrollArrowsPosition`** `'prefix' | 'suffix'` (default: `suffix`) — Position of the scroll arrows
47
48
  - **`hideTabListScroll`** `boolean` (default: `false`) — Visually hide the custom horizontal scrollbar in the tab list and skip its tracking logic. Does not affect tab picker, scroll arrows, or fade indicators.
48
- - **`tabListPadding`** `string` — Inline padding for the tab list container (e.g., `"2x"`)
49
+ - **`tabListPadding`** `string` — Inline padding for the tab list container (e.g., `"2x"`). For horizontal placements it controls the start/end padding (along the strip); for vertical placements (`left`/`right`) it controls the padding on all four sides. Defaults to `1x` (horizontal default/narrow) and `.5x` (vertical default/narrow).
50
+ - **`barStyles`** `Styles` — Custom styles for the tab bar (the `Bar` sub-element). Use this to target the strip itself; the `styles` prop targets the outer flex wrapper.
49
51
  - **`tabListStyles`** `Styles` — Custom styles for the tab list container
50
52
  - **`prefixStyles`** `Styles` — Custom styles for the prefix slot
51
53
  - **`suffixStyles`** `Styles` — Custom styles for the suffix slot
@@ -58,22 +60,23 @@ Supports [Base properties](../../BaseProperties.md)
58
60
 
59
61
  #### styles
60
62
 
61
- Customizes the root element of the Tabs component.
63
+ Customizes the root flex wrapper of the Tabs component. The wrapper holds the tab `Bar` and the panels; visual ordering is controlled with `flex-direction` based on `placement`.
62
64
 
63
65
  **Sub-elements:**
64
66
 
67
+ - `Bar` - The tab strip (Prefix + Scroll area + Suffix). Use `barStyles` or `styles={{ Bar: { ... } }}` to style it
65
68
  - `TabList` - The container holding the tab buttons
66
69
  - `Prefix` - Content rendered before the tab list
67
70
  - `Suffix` - Content rendered after the tab list
68
71
  - `ScrollWrapper` - Wrapper for scroll area and scrollbar positioning
69
72
  - `Scroll` - Scrollable area containing the tab container
70
- - `ScrollbarH` - Custom horizontal scrollbar indicator
73
+ - `Scrollbar` - Custom tiny scrollbar indicator (axis-neutral — horizontal for `top` / `bottom` placements, vertical for `left` / `right`)
71
74
 
72
75
  ### Style Properties
73
76
 
74
77
  These properties allow direct style application without using the `styles` prop:
75
78
 
76
- - **Position:** `gridArea`, `order`, `gridColumn`, `gridRow`, `placeSelf`, `alignSelf`, `justifySelf`, `zIndex`, `margin`, `inset`, `position`
79
+ - **Position:** `gridArea`, `order`, `gridColumn`, `gridRow`, `placeSelf`, `alignSelf`, `justifySelf`, `zIndex`, `margin`, `inset`, `position`, `scrollMargin`
77
80
  - **Dimension:** `width`, `height`, `flexBasis`, `flexGrow`, `flexShrink`, `flex`
78
81
  - **Block:** `border`, `radius`, `shadow`, `outline`
79
82
 
@@ -82,10 +85,11 @@ These properties allow direct style application without using the `styles` prop:
82
85
  The `mods` property accepts the following modifiers:
83
86
 
84
87
  - **`type`** `'default' \| 'narrow' \| 'file' \| 'radio'` — Current tab type
88
+ - **`placement`** `'top' \| 'bottom' \| 'left' \| 'right'` — Current bar placement
85
89
  - **`deletable`** `boolean` — True when onDelete callback is provided
86
90
  - **`scrolling`** `boolean` — True when tabs are being scrolled
87
- - **`fade-left`** `boolean` — True when content is scrolled (left fade visible)
88
- - **`fade-right`** `boolean` — True when more content exists to the right
91
+ - **`fade-start`** `boolean` — True when more content exists in the start direction (left for horizontal, top for vertical)
92
+ - **`fade-end`** `boolean` — True when more content exists in the end direction (right for horizontal, bottom for vertical)
89
93
  - **`has-panels`** `boolean` — True when tabs have panel content
90
94
 
91
95
  For individual tabs:
@@ -119,6 +123,25 @@ For individual tabs:
119
123
 
120
124
  **Note:** Radio type supports `large` (default, 40px total) and `medium` (32px total) sizes, mapped to Item button sizes `medium` (32px) and `xsmall` (24px) respectively.
121
125
 
126
+ ### Placement / Vertical Tabs
127
+
128
+ Use the `placement` prop to control where the tab bar sits relative to its panels. The default is `'top'` (shown in every example above); `'bottom'`, `'left'`, and `'right'` are also supported. For `'left'` and `'right'` the strip becomes vertical and the selection indicator, scrolling, fades, scroll arrows, and per-type visuals (radius, file-style shadow, dividers) all rotate to match.
129
+
130
+ DOM order is always "bar then panels" — visual order is controlled internally via `flex-direction` (`column` / `column-reverse` / `row` / `row-reverse`) so the markup stays consistent regardless of placement.
131
+
132
+ ```jsx
133
+ <Tabs placement="left" defaultActiveKey="overview">
134
+ <Tab key="overview" title="Overview">Overview content</Tab>
135
+ <Tab key="settings" title="Settings">Settings content</Tab>
136
+ </Tabs>
137
+ ```
138
+
139
+ #### Vertical tabs across types
140
+
141
+ `narrow` only makes sense for a horizontal strip (it collapses horizontal
142
+ label padding for a denser row). When `placement` is `'left'` or `'right'`,
143
+ `type="narrow"` is coerced to `type="default"`.
144
+
122
145
  ## Compound Components
123
146
 
124
147
  ### Tab
@@ -788,14 +811,16 @@ Tabs work seamlessly inside Layout components. When placed in a `Layout` or `Lay
788
811
  ### Keyboard Navigation
789
812
 
790
813
  - `Tab` - Move focus into/out of the tab list
791
- - `ArrowLeft` / `ArrowRight` - Navigate between tabs
814
+ - `ArrowLeft` / `ArrowRight` - Navigate between tabs (horizontal placement)
815
+ - `ArrowUp` / `ArrowDown` - Navigate between tabs (vertical placement, `left` / `right`)
792
816
  - `Home` - Move to first tab
793
817
  - `End` - Move to last tab
794
818
  - `Enter` / `Space` - Activate focused tab
795
819
  - `Shift+F10` - Open tab menu (when menu is present)
796
820
  - `Delete` - Delete focused tab (when deletable)
797
821
  - `F2` - Start editing tab title (when editable)
798
- - `Alt+ArrowLeft` / `Alt+ArrowRight` - Reorder the focused tab (when `isReorderable`)
822
+ - `Alt+ArrowLeft` / `Alt+ArrowRight` - Reorder the focused tab (when `isReorderable`, horizontal placement)
823
+ - `Alt+ArrowUp` / `Alt+ArrowDown` - Reorder the focused tab (when `isReorderable`, vertical placement `left` / `right`)
799
824
 
800
825
  ### Screen Reader Support
801
826
 
@@ -33,12 +33,12 @@ Supports [Base properties](../../BaseProperties.md).
33
33
  These properties allow direct style application without using the `styles` prop:
34
34
 
35
35
  - **Base:** `display`, `font`, `preset`, `hide`, `whiteSpace`, `opacity`, `transition`
36
- - **Position:** `gridArea`, `order`, `gridColumn`, `gridRow`, `placeSelf`, `alignSelf`, `justifySelf`, `zIndex`, `margin`, `inset`, `position`
36
+ - **Position:** `gridArea`, `order`, `gridColumn`, `gridRow`, `placeSelf`, `alignSelf`, `justifySelf`, `zIndex`, `margin`, `inset`, `position`, `scrollMargin`
37
37
  - **Dimension:** `width`, `height`, `flexBasis`, `flexGrow`, `flexShrink`, `flex`
38
38
  - **Block:** `border`, `radius`, `shadow`, `outline`, `padding`, `paddingInline`, `paddingBlock`, `overflow`, `scrollbar`, `textAlign`
39
39
  - **Color:** `color`, `fill`, `fade`, `image`
40
40
  - **Text:** `textTransform`, `fontWeight`, `fontStyle`
41
- - **Flow:** `flow`, `placeItems`, `placeContent`, `alignItems`, `alignContent`, `justifyItems`, `justifyContent`, `align`, `justify`, `gap`, `columnGap`, `rowGap`, `gridColumns`, `gridRows`, `gridTemplate`, `gridAreas`
41
+ - **Flow:** `flow`, `place`, `placeItems`, `placeContent`, `alignItems`, `alignContent`, `justifyItems`, `justifyContent`, `align`, `justify`, `gap`, `columnGap`, `rowGap`, `gridColumns`, `gridRows`, `gridTemplate`, `gridAreas`
42
42
 
43
43
  ## Examples
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cube-dev/ui-kit",
3
- "version": "0.138.6",
3
+ "version": "0.140.0",
4
4
  "type": "module",
5
5
  "description": "UIKit for Cube Projects",
6
6
  "repository": {