@cube-dev/ui-kit 0.161.0 → 0.163.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 (566) hide show
  1. package/dist/CHANGELOG.md +74 -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.js +1 -1
  20. package/dist/components/actions/ButtonGroup/ButtonGroup.js +1 -1
  21. package/dist/components/actions/ButtonSplit/ButtonSplit.js +1 -1
  22. package/dist/components/actions/ButtonSplit/context.js +1 -1
  23. package/dist/components/actions/CommandMenu/CommandMenu.js +1 -1
  24. package/dist/components/actions/CommandMenu/styled.js +1 -1
  25. package/dist/components/actions/ItemAction/ItemAction.js +1 -1
  26. package/dist/components/actions/ItemActionContext.js +1 -1
  27. package/dist/components/actions/ItemButton/ItemButton.js +1 -1
  28. package/dist/components/actions/Link/Link.js +1 -1
  29. package/dist/components/actions/Menu/Menu.js +1 -1
  30. package/dist/components/actions/Menu/MenuItem.js +1 -1
  31. package/dist/components/actions/Menu/MenuSection.js +1 -1
  32. package/dist/components/actions/Menu/MenuTrigger.js +1 -1
  33. package/dist/components/actions/Menu/SubMenuTrigger.js +1 -1
  34. package/dist/components/actions/Menu/SubmenuTriggerContext.js +1 -1
  35. package/dist/components/actions/Menu/context.js +1 -1
  36. package/dist/components/actions/Menu/styled.js +1 -1
  37. package/dist/components/actions/index.js +1 -1
  38. package/dist/components/actions/use-action.js +1 -1
  39. package/dist/components/actions/use-anchored-menu.js +1 -2
  40. package/dist/components/actions/use-anchored-menu.js.map +1 -1
  41. package/dist/components/actions/use-context-menu.js +1 -2
  42. package/dist/components/actions/use-context-menu.js.map +1 -1
  43. package/dist/components/content/ActiveZone/ActiveZone.js +1 -1
  44. package/dist/components/content/Alert/Alert.js +1 -1
  45. package/dist/components/content/Alert/use-alert.js +1 -1
  46. package/dist/components/content/Avatar/Avatar.js +1 -1
  47. package/dist/components/content/Badge/Badge.js +1 -1
  48. package/dist/components/content/Card/Card.js +1 -1
  49. package/dist/components/content/Content.js +1 -1
  50. package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js +1 -1
  51. package/dist/components/content/CopySnippet/CopySnippet.js +1 -1
  52. package/dist/components/content/Disclosure/Disclosure.js +1 -1
  53. package/dist/components/content/Divider.js +1 -1
  54. package/dist/components/content/Footer.js +1 -1
  55. package/dist/components/content/Header.js +1 -1
  56. package/dist/components/content/HotKeys/HotKeys.js +1 -1
  57. package/dist/components/content/InfoBadge/InfoBadge.js +1 -1
  58. package/dist/components/content/InlineInput/InlineInput.js +1 -1
  59. package/dist/components/content/Item/Item.js +1 -1
  60. package/dist/components/content/ItemBadge/ItemBadge.js +1 -1
  61. package/dist/components/content/ItemCard/ItemCard.js +1 -1
  62. package/dist/components/content/Layout/GridLayout.js +1 -1
  63. package/dist/components/content/Layout/Layout.js +1 -1
  64. package/dist/components/content/Layout/LayoutBlock.js +1 -1
  65. package/dist/components/content/Layout/LayoutCenter.js +1 -1
  66. package/dist/components/content/Layout/LayoutContainer.js +1 -1
  67. package/dist/components/content/Layout/LayoutContent.js +1 -1
  68. package/dist/components/content/Layout/LayoutContext.js +1 -1
  69. package/dist/components/content/Layout/LayoutFlex.js +1 -1
  70. package/dist/components/content/Layout/LayoutFooter.js +1 -1
  71. package/dist/components/content/Layout/LayoutGrid.js +1 -1
  72. package/dist/components/content/Layout/LayoutHeader.js +1 -1
  73. package/dist/components/content/Layout/LayoutPane.js +1 -1
  74. package/dist/components/content/Layout/LayoutPanel.js +1 -1
  75. package/dist/components/content/Layout/LayoutPanelHeader.js +1 -1
  76. package/dist/components/content/Layout/LayoutToolbar.js +1 -1
  77. package/dist/components/content/Layout/hooks/useTinyScrollbar.js +1 -1
  78. package/dist/components/content/Layout/index.js +1 -1
  79. package/dist/components/content/Layout/utils.js +1 -1
  80. package/dist/components/content/Paragraph.js +1 -1
  81. package/dist/components/content/Placeholder/Placeholder.js +1 -1
  82. package/dist/components/content/PrismCode/PrismCode.js +1 -1
  83. package/dist/components/content/PrismCode/prismSetup.js +1 -1
  84. package/dist/components/content/PrismDiffCode/PrismDiffCode.js +1 -1
  85. package/dist/components/content/Result/Result.js +1 -1
  86. package/dist/components/content/Skeleton/Skeleton.js +1 -1
  87. package/dist/components/content/Tag/Tag.js +1 -1
  88. package/dist/components/content/Text.d.ts +28 -28
  89. package/dist/components/content/Text.js +1 -1
  90. package/dist/components/content/TextItem/TextItem.js +1 -1
  91. package/dist/components/content/Title.js +1 -1
  92. package/dist/components/content/Tree/Tree.js +1 -1
  93. package/dist/components/content/Tree/TreeNode.js +1 -1
  94. package/dist/components/content/Tree/styled.js +1 -1
  95. package/dist/components/content/Tree/tree-index.js +1 -1
  96. package/dist/components/content/Tree/use-checkbox-tree.js +1 -1
  97. package/dist/components/content/Tree/use-load-data.js +1 -1
  98. package/dist/components/content/highlightText.js +1 -1
  99. package/dist/components/content/use-auto-tooltip.js +1 -1
  100. package/dist/components/data/DataTable/DataTable.js +1 -1
  101. package/dist/components/data/ItemTable/ItemTable.js +1 -1
  102. package/dist/components/data/ItemTable/ItemTableBulkBar.js +1 -1
  103. package/dist/components/data/ItemTable/ItemTableDragPreview.js +1 -1
  104. package/dist/components/data/ItemTable/ItemTableFooter.js +1 -1
  105. package/dist/components/data/ItemTable/ItemTableToolbar.js +1 -2
  106. package/dist/components/data/ItemTable/ItemTableToolbar.js.map +1 -1
  107. package/dist/components/data/TableBase/ColumnResizer.js +1 -1
  108. package/dist/components/data/TableBase/RowCollection.js +1 -1
  109. package/dist/components/data/TableBase/TableHeaderCell.js +1 -1
  110. package/dist/components/data/TableBase/TableRow.js +1 -1
  111. package/dist/components/data/TableBase/TableView.js +2 -2
  112. package/dist/components/data/TableBase/TableView.js.map +1 -1
  113. package/dist/components/data/TableBase/column-menu.js +1 -1
  114. package/dist/components/data/TableBase/column-tint.js +1 -1
  115. package/dist/components/data/TableBase/row-menu.js +1 -1
  116. package/dist/components/data/TableBase/styled.js +1 -1
  117. package/dist/components/data/TableBase/types.js +1 -1
  118. package/dist/components/data/TableBase/use-cell-selection.js +0 -0
  119. package/dist/components/data/TableBase/use-column-order.js +1 -1
  120. package/dist/components/data/TableBase/use-container-width.js +1 -1
  121. package/dist/components/data/TableBase/use-row-move-animation.js +1 -1
  122. package/dist/components/data/TableBase/use-scrollability.js +1 -1
  123. package/dist/components/data/TableBase/use-table-columns.js +1 -1
  124. package/dist/components/data/TableBase/use-table-search.js +1 -1
  125. package/dist/components/data/TableBase/use-table-selection.js +1 -1
  126. package/dist/components/data/TableBase/use-table-sort.js +1 -1
  127. package/dist/components/data/TableBase/use-table-sorts.js +1 -1
  128. package/dist/components/data/TableBase/use-table-storage.js +1 -1
  129. package/dist/components/fields/Checkbox/Checkbox.js +1 -1
  130. package/dist/components/fields/Checkbox/CheckboxGroup.js +1 -1
  131. package/dist/components/fields/Checkbox/context.js +1 -1
  132. package/dist/components/fields/ColorInput/ColorInput.js +1 -1
  133. package/dist/components/fields/ColorPicker/ColorPicker.js +1 -1
  134. package/dist/components/fields/ColorSwatchGroup/ColorSwatchGroup.js +1 -1
  135. package/dist/components/fields/ComboBox/ComboBox.js +1 -1
  136. package/dist/components/fields/CommandTextArea/CommandTextArea.js +1 -1
  137. package/dist/components/fields/CommandTextArea/caretPosition.js +1 -1
  138. package/dist/components/fields/CommandTextArea/useCaretAnchor.js +1 -1
  139. package/dist/components/fields/DatePicker/DateInput.js +1 -1
  140. package/dist/components/fields/DatePicker/DateInputBase.js +1 -1
  141. package/dist/components/fields/DatePicker/DatePicker.js +1 -1
  142. package/dist/components/fields/DatePicker/DatePickerButton.js +1 -1
  143. package/dist/components/fields/DatePicker/DatePickerElement.js +1 -1
  144. package/dist/components/fields/DatePicker/DatePickerInput.js +1 -1
  145. package/dist/components/fields/DatePicker/DatePickerSegment.js +1 -1
  146. package/dist/components/fields/DatePicker/DateRangePicker.js +1 -1
  147. package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js +1 -1
  148. package/dist/components/fields/DatePicker/MonthPicker.js +1 -1
  149. package/dist/components/fields/DatePicker/PeriodPicker.d.ts +1 -1
  150. package/dist/components/fields/DatePicker/PeriodPicker.js +39 -23
  151. package/dist/components/fields/DatePicker/PeriodPicker.js.map +1 -1
  152. package/dist/components/fields/DatePicker/QuarterPicker.js +1 -1
  153. package/dist/components/fields/DatePicker/TimeInput.js +1 -1
  154. package/dist/components/fields/DatePicker/WeekPicker.js +1 -1
  155. package/dist/components/fields/DatePicker/YearPicker.js +1 -1
  156. package/dist/components/fields/DatePicker/parseDate.js +1 -1
  157. package/dist/components/fields/DatePicker/period.js +1 -1
  158. package/dist/components/fields/DatePicker/props.js +1 -1
  159. package/dist/components/fields/DatePicker/utils.js +1 -1
  160. package/dist/components/fields/FileInput/FileInput.js +1 -1
  161. package/dist/components/fields/FilterListBox/FilterListBox.js +1 -2
  162. package/dist/components/fields/FilterListBox/FilterListBox.js.map +1 -1
  163. package/dist/components/fields/FilterPicker/FilterPicker.js +1 -2
  164. package/dist/components/fields/FilterPicker/FilterPicker.js.map +1 -1
  165. package/dist/components/fields/Input/Input.js +1 -1
  166. package/dist/components/fields/ListBox/DraggableListBox.js +1 -1
  167. package/dist/components/fields/ListBox/ListBox.js +1 -1
  168. package/dist/components/fields/ListBoxPopover/ListBoxPopover.js +1 -4
  169. package/dist/components/fields/ListBoxPopover/ListBoxPopover.js.map +1 -1
  170. package/dist/components/fields/ListBoxPopover/listNavigation.js +1 -1
  171. package/dist/components/fields/ListBoxPopover/useCompositeFocus.js +1 -1
  172. package/dist/components/fields/NumberInput/NumberInput.js +1 -1
  173. package/dist/components/fields/NumberInput/StepButton.js +1 -1
  174. package/dist/components/fields/PasswordInput/PasswordInput.js +1 -1
  175. package/dist/components/fields/Picker/Picker.js +1 -3
  176. package/dist/components/fields/Picker/Picker.js.map +1 -1
  177. package/dist/components/fields/RadioGroup/Radio.d.ts +31 -9
  178. package/dist/components/fields/RadioGroup/Radio.js +57 -14
  179. package/dist/components/fields/RadioGroup/Radio.js.map +1 -1
  180. package/dist/components/fields/RadioGroup/RadioGroup.js +1 -1
  181. package/dist/components/fields/RadioGroup/context.js +1 -1
  182. package/dist/components/fields/SearchComboBox/SearchComboBox.js +1 -1
  183. package/dist/components/fields/SearchInput/SearchInput.js +1 -1
  184. package/dist/components/fields/Select/Select.js +1 -1
  185. package/dist/components/fields/Slider/Gradation.js +1 -1
  186. package/dist/components/fields/Slider/HueSlider.js +1 -3
  187. package/dist/components/fields/Slider/HueSlider.js.map +1 -1
  188. package/dist/components/fields/Slider/RangeSlider.js +1 -1
  189. package/dist/components/fields/Slider/Slider.js +1 -1
  190. package/dist/components/fields/Slider/SliderBase.js +1 -1
  191. package/dist/components/fields/Slider/SliderThumb.js +1 -1
  192. package/dist/components/fields/Slider/SliderTrack.js +1 -1
  193. package/dist/components/fields/Slider/elements.js +1 -1
  194. package/dist/components/fields/Slider/index.js +1 -1
  195. package/dist/components/fields/Switch/Switch.js +1 -1
  196. package/dist/components/fields/TextArea/TextArea.js +1 -1
  197. package/dist/components/fields/TextInput/TextInput.js +1 -1
  198. package/dist/components/fields/TextInput/TextInputBase.js +1 -1
  199. package/dist/components/fields/TextInputMapper/TextInputMapper.js +1 -1
  200. package/dist/components/fields/color/ColorPanel.js +1 -1
  201. package/dist/components/fields/color/ColorSwatch.js +1 -1
  202. package/dist/components/fields/color/channels.js +1 -1
  203. package/dist/components/fields/color/color.js +1 -1
  204. package/dist/components/fields/color/context.js +1 -1
  205. package/dist/components/form/FieldWrapper/FieldWrapper.js +1 -1
  206. package/dist/components/form/Form/Field.js +1 -1
  207. package/dist/components/form/Form/Form.js +1 -1
  208. package/dist/components/form/Form/ResetButton/ResetButton.js +1 -1
  209. package/dist/components/form/Form/SubmitButton/SubmitButton.js +1 -1
  210. package/dist/components/form/Form/SubmitError.js +1 -1
  211. package/dist/components/form/Form/index.js +1 -1
  212. package/dist/components/form/Form/use-field/use-field-props.js +1 -1
  213. package/dist/components/form/Form/use-field/use-field.js +1 -1
  214. package/dist/components/form/Form/use-form.js +1 -1
  215. package/dist/components/form/Form/validation.js +1 -1
  216. package/dist/components/form/Label.js +1 -1
  217. package/dist/components/form/validation/ValidationIndicator.js +1 -1
  218. package/dist/components/form/validation/resolve-validation-props.js +1 -1
  219. package/dist/components/form/validation/use-validation-props.js +1 -1
  220. package/dist/components/form/wrapper.js +1 -1
  221. package/dist/components/helpers/DisplayTransition/DisplayTransition.js +1 -1
  222. package/dist/components/helpers/IconSwitch/IconSwitch.js +1 -1
  223. package/dist/components/layout/Board/Board.js +1 -1
  224. package/dist/components/layout/Board/BoardProvider.js +1 -1
  225. package/dist/components/layout/Board/BoardResponsive.js +1 -1
  226. package/dist/components/layout/Board/Widget.js +1 -1
  227. package/dist/components/layout/Board/WidgetHost.js +1 -1
  228. package/dist/components/layout/Board/board-context.js +1 -1
  229. package/dist/components/layout/Board/board-store.js +1 -1
  230. package/dist/components/layout/Board/grid-core/calculate.js +1 -1
  231. package/dist/components/layout/Board/grid-core/collision.js +1 -1
  232. package/dist/components/layout/Board/grid-core/compactors.js +1 -1
  233. package/dist/components/layout/Board/grid-core/constraints.js +1 -1
  234. package/dist/components/layout/Board/grid-core/group-move.js +1 -1
  235. package/dist/components/layout/Board/grid-core/layout.js +1 -1
  236. package/dist/components/layout/Board/grid-core/sort.js +1 -1
  237. package/dist/components/layout/Board/index.js +1 -1
  238. package/dist/components/layout/Board/responsive-utils.js +1 -1
  239. package/dist/components/layout/Board/use-board-layout.js +1 -1
  240. package/dist/components/layout/Board/use-board-registry.js +1 -1
  241. package/dist/components/layout/Board/use-board-select-modifier-key.js +1 -1
  242. package/dist/components/layout/Board/use-board-selection.js +1 -1
  243. package/dist/components/layout/Flex.js +1 -1
  244. package/dist/components/layout/Flow.js +1 -1
  245. package/dist/components/layout/Grid.js +1 -1
  246. package/dist/components/layout/Panel.js +1 -1
  247. package/dist/components/layout/Prefix.js +1 -1
  248. package/dist/components/layout/ResizablePanel.js +1 -1
  249. package/dist/components/layout/Space.js +1 -1
  250. package/dist/components/layout/Suffix.js +1 -1
  251. package/dist/components/navigation/Pagination/Pagination.js +1 -1
  252. package/dist/components/navigation/Pagination/use-pagination.js +1 -1
  253. package/dist/components/navigation/Tabs/DraggableTabList.js +1 -1
  254. package/dist/components/navigation/Tabs/TabButton.js +1 -1
  255. package/dist/components/navigation/Tabs/TabDropIndicator.js +1 -1
  256. package/dist/components/navigation/Tabs/TabPanel.js +1 -1
  257. package/dist/components/navigation/Tabs/TabPicker.js +1 -2
  258. package/dist/components/navigation/Tabs/TabPicker.js.map +1 -1
  259. package/dist/components/navigation/Tabs/Tabs.js +1 -1
  260. package/dist/components/navigation/Tabs/TabsAction.js +1 -1
  261. package/dist/components/navigation/Tabs/TabsContext.js +1 -1
  262. package/dist/components/navigation/Tabs/popover-placement.js +1 -1
  263. package/dist/components/navigation/Tabs/styled.js +1 -1
  264. package/dist/components/navigation/Tabs/types.js +1 -1
  265. package/dist/components/navigation/Tabs/use-tab-editing.js +1 -1
  266. package/dist/components/navigation/Tabs/use-tab-indicator.js +1 -1
  267. package/dist/components/organisms/StatsCard/StatsCard.js +1 -1
  268. package/dist/components/other/Calendar/Calendar.js +13 -43
  269. package/dist/components/other/Calendar/Calendar.js.map +1 -1
  270. package/dist/components/other/Calendar/CalendarCell.js +10 -30
  271. package/dist/components/other/Calendar/CalendarCell.js.map +1 -1
  272. package/dist/components/other/Calendar/CalendarGrid.js +9 -5
  273. package/dist/components/other/Calendar/CalendarGrid.js.map +1 -1
  274. package/dist/components/other/Calendar/CalendarHeader.js +62 -0
  275. package/dist/components/other/Calendar/CalendarHeader.js.map +1 -0
  276. package/dist/components/other/Calendar/CalendarPanel.js +196 -0
  277. package/dist/components/other/Calendar/CalendarPanel.js.map +1 -0
  278. package/dist/components/other/Calendar/PeriodCalendar.js +160 -196
  279. package/dist/components/other/Calendar/PeriodCalendar.js.map +1 -1
  280. package/dist/components/other/Calendar/PeriodGrid.js +144 -0
  281. package/dist/components/other/Calendar/PeriodGrid.js.map +1 -0
  282. package/dist/components/other/Calendar/RangeCalendar.js +11 -40
  283. package/dist/components/other/Calendar/RangeCalendar.js.map +1 -1
  284. package/dist/components/other/Calendar/styled.js +64 -0
  285. package/dist/components/other/Calendar/styled.js.map +1 -0
  286. package/dist/components/other/CubeLogo/CubeLogo.js +1 -1
  287. package/dist/components/overlays/AlertDialog/AlertDialog.js +1 -1
  288. package/dist/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
  289. package/dist/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
  290. package/dist/components/overlays/Dialog/Dialog.js +1 -1
  291. package/dist/components/overlays/Dialog/DialogContainer.js +1 -1
  292. package/dist/components/overlays/Dialog/DialogForm.js +1 -1
  293. package/dist/components/overlays/Dialog/DialogTrigger.js +1 -1
  294. package/dist/components/overlays/Dialog/context.js +1 -1
  295. package/dist/components/overlays/Dialog/use-dialog-container.js +1 -1
  296. package/dist/components/overlays/Modal/Modal.js +1 -1
  297. package/dist/components/overlays/Modal/OpenTransitionContext.js +1 -1
  298. package/dist/components/overlays/Modal/Overlay.js +1 -2
  299. package/dist/components/overlays/Modal/Overlay.js.map +1 -1
  300. package/dist/components/overlays/Modal/Popover.js +11 -13
  301. package/dist/components/overlays/Modal/Popover.js.map +1 -1
  302. package/dist/components/overlays/Modal/Tray.js +1 -1
  303. package/dist/components/overlays/Modal/Underlay.js +1 -1
  304. package/dist/components/overlays/Notifications/Notification.js +1 -1
  305. package/dist/components/overlays/Notifications/NotificationAction.js +1 -1
  306. package/dist/components/overlays/Notifications/NotificationCard.js +1 -1
  307. package/dist/components/overlays/Notifications/NotificationContext.js +1 -1
  308. package/dist/components/overlays/Notifications/NotificationItem.js +1 -1
  309. package/dist/components/overlays/Notifications/OverlayContainer.js +1 -2
  310. package/dist/components/overlays/Notifications/OverlayContainer.js.map +1 -1
  311. package/dist/components/overlays/Notifications/OverlayProvider.js +1 -1
  312. package/dist/components/overlays/Notifications/PersistentNotificationsList.js +1 -1
  313. package/dist/components/overlays/Notifications/dismissed-storage.js +1 -1
  314. package/dist/components/overlays/Notifications/format-relative-time.js +1 -1
  315. package/dist/components/overlays/Notifications/index.js +1 -1
  316. package/dist/components/overlays/Notifications/use-notification-state.js +1 -1
  317. package/dist/components/overlays/Notifications/use-notifications.js +1 -1
  318. package/dist/components/overlays/Notifications/use-overlay-timers.js +1 -1
  319. package/dist/components/overlays/Notifications/use-persistent-notifications.js +1 -1
  320. package/dist/components/overlays/Notifications/use-persistent-state.js +1 -1
  321. package/dist/components/overlays/Notifications/use-toast-state.js +1 -1
  322. package/dist/components/overlays/Toast/ToastItem.js +1 -1
  323. package/dist/components/overlays/Toast/index.js +1 -1
  324. package/dist/components/overlays/Toast/useProgressToast.js +1 -1
  325. package/dist/components/overlays/Toast/useToast.js +1 -1
  326. package/dist/components/overlays/Tooltip/Tooltip.js +1 -1
  327. package/dist/components/overlays/Tooltip/TooltipProvider.js +1 -1
  328. package/dist/components/overlays/Tooltip/TooltipTrigger.js +1 -1
  329. package/dist/components/overlays/Tooltip/context.js +1 -1
  330. package/dist/components/portal/Portal.js +1 -1
  331. package/dist/components/portal/PortalProvider.js +1 -1
  332. package/dist/components/portal/usePortal.js +1 -1
  333. package/dist/components/shared/DraggableCollection.js +1 -1
  334. package/dist/components/shared/InvalidIcon.js +1 -1
  335. package/dist/components/shared/ValidIcon.js +1 -1
  336. package/dist/components/status/LoadingAnimation/LoadingAnimation.js +1 -1
  337. package/dist/components/status/Spin/Cube.js +1 -1
  338. package/dist/components/status/Spin/InternalSpinner.js +1 -1
  339. package/dist/components/status/Spin/Spin.js +1 -1
  340. package/dist/components/status/Spin/SpinsContainer.js +1 -1
  341. package/dist/data/item-themes.js +59 -30
  342. package/dist/data/item-themes.js.map +1 -1
  343. package/dist/data/themes.js +1 -1
  344. package/dist/eslint-plugin/defaults.generated.js +2006 -1970
  345. package/dist/eslint-plugin/defaults.generated.js.map +1 -1
  346. package/dist/eslint-plugin/index.d.ts +6 -0
  347. package/dist/eslint-plugin/index.js +9 -5
  348. package/dist/eslint-plugin/index.js.map +1 -1
  349. package/dist/eslint-plugin/rules/no-redundant-default-prop.d.ts +17 -0
  350. package/dist/eslint-plugin/rules/no-redundant-default-prop.js +17 -11
  351. package/dist/eslint-plugin/rules/no-redundant-default-prop.js.map +1 -1
  352. package/dist/eslint-plugin/types.d.ts +22 -3
  353. package/dist/i18n/I18nProvider.js +1 -1
  354. package/dist/i18n/createFormatter.js +1 -1
  355. package/dist/i18n/index.js +1 -1
  356. package/dist/i18n/instance.js +1 -1
  357. package/dist/i18n/locales/de-DE/uikit.js +15 -2
  358. package/dist/i18n/locales/en-US/uikit.js +15 -2
  359. package/dist/i18n/locales/en-US/uikit.json.d.ts +14 -1
  360. package/dist/i18n/locales/es-ES/uikit.js +15 -2
  361. package/dist/i18n/locales/es-MX/uikit.js +15 -2
  362. package/dist/i18n/locales/fr-FR/uikit.js +15 -2
  363. package/dist/i18n/locales/it-IT/uikit.js +15 -2
  364. package/dist/i18n/locales/ja-JP/uikit.js +15 -2
  365. package/dist/i18n/locales/nb-NO/uikit.js +15 -2
  366. package/dist/i18n/locales/pt-BR/uikit.js +15 -2
  367. package/dist/i18n/locales/pt-PT/uikit.js +15 -2
  368. package/dist/i18n/locales/sv-SE/uikit.js +15 -2
  369. package/dist/i18n/locales/vi-VN/uikit.js +15 -2
  370. package/dist/i18n/locales.js +1 -1
  371. package/dist/i18n/useFormatter.js +1 -1
  372. package/dist/i18n/useI18n.js +1 -1
  373. package/dist/icons/AdjustmentsHorizontalIcon.js +1 -1
  374. package/dist/icons/AdjustmentsIcon.js +1 -1
  375. package/dist/icons/AiIcon.js +1 -1
  376. package/dist/icons/AreaChartIcon.js +1 -1
  377. package/dist/icons/ArrowNarrowDownIcon.js +1 -1
  378. package/dist/icons/ArrowNarrowUpIcon.js +1 -1
  379. package/dist/icons/BackwardIcon.js +1 -1
  380. package/dist/icons/BarChartIcon.js +1 -1
  381. package/dist/icons/BellFilledIcon.js +1 -1
  382. package/dist/icons/BellIcon.js +1 -1
  383. package/dist/icons/BooleanIcon.js +1 -1
  384. package/dist/icons/CalendarEditIcon.js +1 -1
  385. package/dist/icons/CalendarIcon.js +1 -1
  386. package/dist/icons/CaretDownIcon.js +1 -1
  387. package/dist/icons/CaretUpIcon.js +1 -1
  388. package/dist/icons/ChartAreaStackedIcon.js +1 -1
  389. package/dist/icons/ChartAreaStackedPercentageIcon.js +1 -1
  390. package/dist/icons/ChartBarGroupedHorizontalIcon.js +1 -1
  391. package/dist/icons/ChartBarGroupedIcon.js +1 -1
  392. package/dist/icons/ChartBarHorizontalIcon.js +1 -1
  393. package/dist/icons/ChartBarLineIcon.js +1 -1
  394. package/dist/icons/ChartBarStackedHorizontalIcon.js +1 -1
  395. package/dist/icons/ChartBarStackedIcon.js +1 -1
  396. package/dist/icons/ChartBarStackedPercentageHorizontalIcon.js +1 -1
  397. package/dist/icons/ChartBarStackedPercentageIcon.js +1 -1
  398. package/dist/icons/ChartBoxPlot2Icon.js +1 -1
  399. package/dist/icons/ChartBoxPlotIcon.js +1 -1
  400. package/dist/icons/ChartBubbleIcon.js +1 -1
  401. package/dist/icons/ChartDonut2Icon.js +1 -1
  402. package/dist/icons/ChartFunnelIcon.js +1 -1
  403. package/dist/icons/ChartHeatmapIcon.js +1 -1
  404. package/dist/icons/ChartKPIIcon.js +1 -1
  405. package/dist/icons/ChartPie2Icon.js +1 -1
  406. package/dist/icons/ChartScatterIcon.js +1 -1
  407. package/dist/icons/CheckCircleFilledIcon.js +1 -1
  408. package/dist/icons/CheckCircleIcon.js +1 -1
  409. package/dist/icons/CheckIcon.js +1 -1
  410. package/dist/icons/CircleFilledIcon.js +1 -1
  411. package/dist/icons/ClearIcon.js +1 -1
  412. package/dist/icons/CloseCircleFilledIcon.js +1 -1
  413. package/dist/icons/CloseCircleIcon.js +1 -1
  414. package/dist/icons/CloseIcon.js +1 -1
  415. package/dist/icons/CodeIcon.js +1 -1
  416. package/dist/icons/ColumnTotalIcon.js +1 -1
  417. package/dist/icons/CopyIcon.js +1 -1
  418. package/dist/icons/CountIcon.js +1 -1
  419. package/dist/icons/CubeIcon.js +1 -1
  420. package/dist/icons/CubePauseIcon.js +1 -1
  421. package/dist/icons/CubePlayIcon.js +1 -1
  422. package/dist/icons/CurrencyDollarIcon.js +1 -1
  423. package/dist/icons/DangerIcon.js +1 -1
  424. package/dist/icons/DashboardIcon.js +1 -1
  425. package/dist/icons/DatabaseIcon.js +1 -1
  426. package/dist/icons/DecimalDecreaseIcon.js +1 -1
  427. package/dist/icons/DecimalIncreaseIcon.js +1 -1
  428. package/dist/icons/DirectionIcon.js +1 -1
  429. package/dist/icons/DonutIcon.js +1 -1
  430. package/dist/icons/DownIcon.js +1 -1
  431. package/dist/icons/EditIcon.js +1 -1
  432. package/dist/icons/ExclamationCircleFilledIcon.js +1 -1
  433. package/dist/icons/ExclamationCircleIcon.js +1 -1
  434. package/dist/icons/ExclamationIcon.js +1 -1
  435. package/dist/icons/EyeIcon.js +1 -1
  436. package/dist/icons/EyeInvisibleIcon.js +1 -1
  437. package/dist/icons/FilterIcon.js +1 -1
  438. package/dist/icons/FolderFilledIcon.js +1 -1
  439. package/dist/icons/FolderIcon.js +1 -1
  440. package/dist/icons/FolderOpenFilledIcon.js +1 -1
  441. package/dist/icons/FolderOpenIcon.js +1 -1
  442. package/dist/icons/ForwardIcon.js +1 -1
  443. package/dist/icons/GripVerticalIcon.js +1 -1
  444. package/dist/icons/HierarchyIcon.js +1 -1
  445. package/dist/icons/HierarchyOpenIcon.js +1 -1
  446. package/dist/icons/Icon.js +1 -1
  447. package/dist/icons/InfoCircleIcon.js +1 -1
  448. package/dist/icons/InfoIcon.js +1 -1
  449. package/dist/icons/KeyIcon.js +1 -1
  450. package/dist/icons/LeftIcon.js +1 -1
  451. package/dist/icons/LineChartIcon.js +1 -1
  452. package/dist/icons/LoadingIcon.js +1 -1
  453. package/dist/icons/LockFilledIcon.js +1 -1
  454. package/dist/icons/LockIcon.js +1 -1
  455. package/dist/icons/MoreIcon.js +1 -1
  456. package/dist/icons/NotAllowedIcon.js +1 -1
  457. package/dist/icons/Number123Icon.js +1 -1
  458. package/dist/icons/NumberIcon.js +1 -1
  459. package/dist/icons/PauseCircleFilledIcon.js +1 -1
  460. package/dist/icons/PauseCircleIcon.js +1 -1
  461. package/dist/icons/PauseIcon.js +1 -1
  462. package/dist/icons/PercentageIcon.js +1 -1
  463. package/dist/icons/PieChartIcon.js +1 -1
  464. package/dist/icons/PipetteIcon.js +1 -1
  465. package/dist/icons/PlayCircleIcon.js +1 -1
  466. package/dist/icons/PlayIcon.js +1 -1
  467. package/dist/icons/PlusIcon.js +1 -1
  468. package/dist/icons/ProgressBarIcon.js +1 -1
  469. package/dist/icons/ReloadIcon.js +1 -1
  470. package/dist/icons/ReportIcon.js +1 -1
  471. package/dist/icons/ReturnIcon.js +1 -1
  472. package/dist/icons/RightIcon.js +1 -1
  473. package/dist/icons/RowTotalsIcon.js +1 -1
  474. package/dist/icons/SchemeIcon.js +1 -1
  475. package/dist/icons/SearchIcon.js +1 -1
  476. package/dist/icons/SemanticQueryIcon.js +1 -1
  477. package/dist/icons/SettingsIcon.js +1 -1
  478. package/dist/icons/ShieldFilledIcon.js +1 -1
  479. package/dist/icons/ShieldIcon.js +1 -1
  480. package/dist/icons/SlashIcon.js +1 -1
  481. package/dist/icons/SparklesIcon.js +1 -1
  482. package/dist/icons/SqlIcon.js +1 -1
  483. package/dist/icons/StatsIcon.js +1 -1
  484. package/dist/icons/StopIcon.js +1 -1
  485. package/dist/icons/StringIcon.js +1 -1
  486. package/dist/icons/SubtotalsIcon.js +1 -1
  487. package/dist/icons/SwitchIcon.js +1 -1
  488. package/dist/icons/TableIcon.js +1 -1
  489. package/dist/icons/ThumbsDownIcon.js +1 -1
  490. package/dist/icons/ThumbsUpIcon.js +1 -1
  491. package/dist/icons/ThunderboltCrossedIcon.js +1 -1
  492. package/dist/icons/ThunderboltFilledIcon.js +1 -1
  493. package/dist/icons/ThunderboltIcon.js +1 -1
  494. package/dist/icons/TimeIcon.js +1 -1
  495. package/dist/icons/TrashIcon.js +1 -1
  496. package/dist/icons/UnlockIcon.js +1 -1
  497. package/dist/icons/UpIcon.js +1 -1
  498. package/dist/icons/UserGroupIcon.js +1 -1
  499. package/dist/icons/UserIcon.js +1 -1
  500. package/dist/icons/UserLockIcon.js +1 -1
  501. package/dist/icons/ViewIcon.js +1 -1
  502. package/dist/icons/WarningFilledIcon.js +1 -1
  503. package/dist/icons/WarningIcon.js +1 -1
  504. package/dist/icons/wrap-icon.js +1 -1
  505. package/dist/index.js +1 -1
  506. package/dist/probe/canonicalize.js +1 -1
  507. package/dist/probe/css.js +1 -1
  508. package/dist/probe/index.js +1 -1
  509. package/dist/provider.js +1 -1
  510. package/dist/providers/TrackingProvider.js +1 -1
  511. package/dist/providers/navigationAdapter.default.js +1 -1
  512. package/dist/tokens/base.js +1 -1
  513. package/dist/tokens/color-theme.js +1 -1
  514. package/dist/tokens/colors.js +1 -1
  515. package/dist/tokens/index.js +1 -1
  516. package/dist/tokens/layout.js +1 -1
  517. package/dist/tokens/lazy-styles.js +1 -1
  518. package/dist/tokens/palette-config.js +1 -1
  519. package/dist/tokens/palette.js +1 -1
  520. package/dist/tokens/shadows.js +1 -1
  521. package/dist/tokens/sizes.js +1 -1
  522. package/dist/tokens/spacing.js +1 -1
  523. package/dist/tokens/typography.js +1 -1
  524. package/dist/utils/ResizeSensor.js +1 -1
  525. package/dist/utils/is-dev-env.js +1 -1
  526. package/dist/utils/modules.js +1 -1
  527. package/dist/utils/promise.js +1 -1
  528. package/dist/utils/raf.js +1 -1
  529. package/dist/utils/random.js +1 -1
  530. package/dist/utils/range.js +1 -1
  531. package/dist/utils/react/RenderCache.js +1 -1
  532. package/dist/utils/react/Slots.js +1 -1
  533. package/dist/utils/react/chain.js +1 -1
  534. package/dist/utils/react/disabledProps.js +1 -1
  535. package/dist/utils/react/forwardRefWithGenerics.js +1 -1
  536. package/dist/utils/react/index.js +1 -1
  537. package/dist/utils/react/interactions.js +1 -1
  538. package/dist/utils/react/isTextOnly.js +1 -1
  539. package/dist/utils/react/mapProps.js +1 -1
  540. package/dist/utils/react/mergeProps.js +1 -1
  541. package/dist/utils/react/nullableValue.js +1 -1
  542. package/dist/utils/react/resolveIcon.js +1 -1
  543. package/dist/utils/react/sharedStore.js +1 -1
  544. package/dist/utils/react/useBufferedValue.js +1 -1
  545. package/dist/utils/react/useCombinedRefs.js +1 -1
  546. package/dist/utils/react/useControlledFocusVisible.js +1 -1
  547. package/dist/utils/react/useEventBus.js +1 -1
  548. package/dist/utils/react/useId.js +1 -1
  549. package/dist/utils/react/useIsDarwin.js +1 -1
  550. package/dist/utils/react/useKeySymbols.js +1 -1
  551. package/dist/utils/react/useLayoutEffect.js +1 -1
  552. package/dist/utils/react/useLocalStorage.js +1 -1
  553. package/dist/utils/react/useMergeStyles.js +1 -1
  554. package/dist/utils/react/usePopoverSync.js +1 -1
  555. package/dist/utils/react/useQaProps.js +1 -1
  556. package/dist/utils/react/useViewportSize.js +1 -1
  557. package/dist/utils/react/wrapNodeIfPlain.js +1 -1
  558. package/dist/utils/selection.js +1 -1
  559. package/dist/utils/styles.js +1 -1
  560. package/dist/utils/tree.js +1 -1
  561. package/dist/utils/warnings.js +1 -1
  562. package/dist/version.js +2 -2
  563. package/docs/components/fields/PeriodPicker.md +44 -4
  564. package/docs/components/fields/RadioGroup.md +39 -5
  565. package/docs/components/other/Calendar.md +187 -0
  566. package/package.json +4 -1
@@ -1,1980 +1,2016 @@
1
- /** @license MIT | @cube-dev/ui-kit v0.161.0 | Cube Dev Team */
1
+ /** @license MIT | @cube-dev/ui-kit v0.163.0 | Cube Dev Team */
2
2
  //#region src/eslint-plugin/defaults.generated.ts
3
- const DEFAULTS = { components: {
4
- Alert: { props: {
5
- display: {
6
- kind: "default",
7
- value: "block"
8
- },
9
- flow: {
10
- kind: "default",
11
- value: "column"
12
- },
13
- preset: {
14
- kind: "default",
15
- value: "t3"
16
- },
17
- shape: {
18
- kind: "default",
19
- value: "card"
20
- },
21
- theme: {
22
- kind: "default",
23
- value: "note"
24
- }
25
- } },
26
- AlertDialog: { props: { isDismissable: {
27
- kind: "default",
28
- value: false
29
- } } },
30
- Avatar: { props: {
31
- display: {
32
- kind: "default",
33
- value: "grid"
34
- },
35
- fontWeight: {
36
- kind: "default",
37
- value: 500
38
- },
39
- placeContent: {
40
- kind: "default",
41
- value: "center"
42
- },
43
- radius: {
44
- kind: "default",
45
- value: "round"
46
- },
47
- size: {
48
- kind: "default",
49
- value: "4x"
50
- }
51
- } },
52
- Badge: { props: {
53
- autoHideActions: {
54
- kind: "default",
55
- value: false
56
- },
57
- disableActionsFocus: {
58
- kind: "default",
59
- value: false
60
- },
61
- highlightCaseSensitive: {
62
- kind: "default",
63
- value: false
64
- },
65
- isLoading: {
66
- kind: "default",
67
- value: false
68
- },
69
- isSelected: {
70
- kind: "skip",
71
- reason: "reflected-attribute",
72
- note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
73
- },
74
- level: {
75
- kind: "default",
76
- value: 3
77
- },
78
- preserveActionsSpace: {
79
- kind: "default",
80
- value: false
81
- },
82
- size: {
83
- kind: "default",
84
- value: "inline"
85
- },
86
- theme: {
87
- kind: "default",
88
- value: "special"
89
- },
90
- tooltip: {
91
- kind: "default",
92
- value: true
93
- }
94
- } },
95
- Banner: { props: {
96
- autoHideActions: {
97
- kind: "default",
98
- value: false
99
- },
100
- disableActionsFocus: {
101
- kind: "default",
102
- value: false
103
- },
104
- highlightCaseSensitive: {
105
- kind: "default",
106
- value: false
107
- },
108
- isDismissable: {
109
- kind: "default",
110
- value: false
111
- },
112
- isSelected: {
113
- kind: "skip",
114
- reason: "reflected-attribute",
115
- note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
116
- },
117
- level: {
118
- kind: "default",
119
- value: 3
120
- },
121
- preserveActionsSpace: {
122
- kind: "default",
123
- value: false
124
- },
125
- shape: {
126
- kind: "default",
127
- value: "button"
128
- },
129
- theme: {
130
- kind: "default",
131
- value: "note"
132
- }
133
- } },
134
- Board: { props: {
135
- allowOverlap: {
136
- kind: "default",
137
- value: false
138
- },
139
- cols: {
140
- kind: "default",
141
- value: 12
142
- },
143
- compact: {
144
- kind: "default",
145
- value: "vertical"
146
- },
147
- extraRows: {
148
- kind: "default",
149
- value: 0
150
- },
151
- isAligned: {
152
- kind: "default",
153
- value: false
154
- },
155
- isAutoHeight: {
156
- kind: "default",
157
- value: false
158
- },
159
- isCard: {
160
- kind: "default",
161
- value: false
162
- },
163
- isDraggable: {
164
- kind: "default",
165
- value: true
166
- },
167
- isDroppable: {
168
- kind: "default",
169
- value: true
170
- },
171
- isResizable: {
172
- kind: "default",
173
- value: true
174
- },
175
- maxRows: {
176
- kind: "default",
177
- value: "Infinity"
178
- },
179
- preventCollision: {
180
- kind: "default",
181
- value: false
182
- },
183
- rowHeight: {
184
- kind: "default",
185
- value: 100
186
- },
187
- selectionCancel: {
188
- kind: "default",
189
- value: "BOARD_SELECTION_CANCEL"
190
- },
191
- selectionMode: {
192
- kind: "default",
193
- value: "none"
194
- },
195
- showGridLines: {
196
- kind: "default",
197
- value: false
198
- }
199
- } },
200
- Button: { props: {
201
- defaultTooltipPlacement: {
202
- kind: "default",
203
- value: "top"
204
- },
205
- isLoading: {
206
- kind: "default",
207
- value: false
208
- },
209
- isSelected: {
210
- kind: "default",
211
- value: false
212
- },
213
- size: {
214
- kind: "skip",
215
- reason: "conditional",
216
- note: "Redundant in a bare tree but load-bearing under \"type=\"link\"\", so removing it would change behaviour there."
217
- },
218
- theme: {
219
- kind: "default",
220
- value: "default"
221
- },
222
- type: {
223
- kind: "default",
224
- value: "outline"
225
- }
226
- } },
227
- ButtonSplit: { props: {
228
- isDisabled: {
229
- kind: "default",
230
- value: false
231
- },
232
- size: {
233
- kind: "default",
234
- value: "medium"
235
- },
236
- theme: {
237
- kind: "default",
238
- value: "default"
239
- },
240
- type: {
241
- kind: "default",
242
- value: "outline"
243
- }
244
- } },
245
- Checkbox: { props: {
246
- defaultSelected: {
247
- kind: "default",
248
- value: false
249
- },
250
- isIndeterminate: {
251
- kind: "default",
252
- value: false
253
- },
254
- isSelected: {
255
- kind: "default",
256
- value: false
257
- }
258
- } },
259
- ComboBox: { props: {
260
- allowsCustomValue: {
261
- kind: "default",
262
- value: false
263
- },
264
- clearOnBlur: {
265
- kind: "default",
266
- value: false
267
- },
268
- containerPadding: {
269
- kind: "default",
270
- value: 8
271
- },
272
- direction: {
273
- kind: "default",
274
- value: "bottom"
275
- },
276
- hideTrigger: {
277
- kind: "default",
278
- value: false
279
- },
280
- isClearable: {
281
- kind: "default",
282
- value: false
283
- },
284
- overlayOffset: {
285
- kind: "default",
286
- value: 8
287
- },
288
- popoverTrigger: {
289
- kind: "default",
290
- value: "input"
291
- },
292
- shouldCommitOnBlur: {
293
- kind: "default",
294
- value: true
295
- },
296
- shouldFlip: {
297
- kind: "default",
298
- value: true
299
- },
300
- size: {
301
- kind: "default",
302
- value: "medium"
303
- },
304
- suffixPosition: {
305
- kind: "default",
306
- value: "before"
307
- }
308
- } },
309
- CommandMenu: { props: {
310
- autoFocus: {
311
- kind: "default",
312
- value: true
313
- },
314
- emptyLabel: {
315
- kind: "default",
316
- value: "No commands found"
317
- },
318
- isLoading: {
319
- kind: "default",
320
- value: false
321
- },
322
- searchPlaceholder: {
323
- kind: "default",
324
- value: "Search commands..."
325
- },
326
- selectionMode: {
327
- kind: "default",
328
- value: "none"
329
- },
330
- shouldFilter: {
331
- kind: "default",
332
- value: true
333
- },
334
- size: {
335
- kind: "default",
336
- value: "medium"
337
- }
338
- } },
339
- CommandTextArea: { props: {
340
- autoSize: {
341
- kind: "default",
342
- value: false
343
- },
344
- containerPadding: {
345
- kind: "default",
346
- value: 8
347
- },
348
- direction: {
349
- kind: "default",
350
- value: "top"
351
- },
352
- insertSpaceAfter: {
353
- kind: "default",
354
- value: true
355
- },
356
- maxRows: {
357
- kind: "default",
358
- value: 10
359
- },
360
- overlayOffset: {
361
- kind: "default",
362
- value: 8
363
- },
364
- rows: {
365
- kind: "default",
366
- value: 3
367
- },
368
- shouldFlip: {
369
- kind: "default",
370
- value: true
371
- }
372
- } },
373
- CopyPasteBlock: { props: {
374
- radius: {
375
- kind: "default",
376
- value: "1r"
377
- },
378
- size: {
379
- kind: "default",
380
- value: "medium"
381
- }
382
- } },
383
- CopySnippet: { props: {
384
- border: {
385
- kind: "default",
386
- value: 0
387
- },
388
- language: {
389
- kind: "default",
390
- value: "javascript"
391
- },
392
- padding: {
393
- kind: "default",
394
- value: 0
395
- },
396
- prefix: {
397
- kind: "default",
398
- value: ""
399
- },
400
- radius: {
401
- kind: "default",
402
- value: "1r"
403
- },
404
- showTooltip: {
405
- kind: "default",
406
- value: false
407
- },
408
- title: {
409
- kind: "default",
410
- value: "Code example"
411
- }
412
- } },
413
- DataTable: { props: {
414
- autoHidePagination: {
415
- kind: "default",
416
- value: true
417
- },
418
- cellSelectionMode: {
419
- kind: "default",
420
- value: "range"
421
- },
422
- columnContextMenu: {
423
- kind: "default",
424
- value: true
425
- },
426
- defaultPageSize: {
427
- kind: "default",
428
- value: 100
429
- },
430
- isColumnReorderable: {
431
- kind: "default",
432
- value: false
433
- },
434
- isHeaderSticky: {
435
- kind: "default",
436
- value: true
437
- },
438
- isResizable: {
439
- kind: "default",
440
- value: true
441
- },
442
- isRowMoveAnimated: {
443
- kind: "default",
444
- value: true
445
- },
446
- isStriped: {
447
- kind: "default",
448
- value: true
449
- },
450
- isVirtualized: {
451
- kind: "default",
452
- value: "auto"
453
- },
454
- loadingIndicator: {
455
- kind: "default",
456
- value: "overlay"
457
- },
458
- paginationMode: {
459
- kind: "default",
460
- value: "client"
461
- },
462
- rowKey: {
463
- kind: "default",
464
- value: "id"
465
- },
466
- shape: {
467
- kind: "default",
468
- value: "plain"
469
- },
470
- showRowNumbers: {
471
- kind: "default",
472
- value: false
473
- },
474
- size: {
475
- kind: "default",
476
- value: "small"
477
- },
478
- skeletonRowCount: {
479
- kind: "default",
480
- value: 6
481
- }
482
- } },
483
- DatePicker: { props: {
484
- granularity: {
485
- kind: "default",
486
- value: "day"
487
- },
488
- hideTimeZone: {
489
- kind: "default",
490
- value: true
491
- },
492
- hourCycle: {
493
- kind: "default",
494
- value: 24
495
- },
496
- maxVisibleMonths: {
497
- kind: "default",
498
- value: 1
499
- },
500
- shouldFlip: {
501
- kind: "default",
502
- value: true
503
- },
504
- shouldForceLeadingZeros: {
505
- kind: "default",
506
- value: true
507
- },
508
- size: {
509
- kind: "default",
510
- value: "medium"
511
- }
512
- } },
513
- Dialog: { props: {
514
- isDismissable: {
515
- kind: "default",
516
- value: false
517
- },
518
- role: {
519
- kind: "default",
520
- value: "dialog"
521
- },
522
- size: {
523
- kind: "default",
524
- value: "M",
525
- aliases: ["medium"]
526
- }
527
- } },
528
- DialogContainer: { props: {
529
- hideOnClose: {
530
- kind: "default",
531
- value: false
532
- },
533
- isDismissable: {
534
- kind: "default",
535
- value: true
536
- },
537
- isKeyboardDismissDisabled: {
538
- kind: "default",
539
- value: false
540
- },
541
- type: {
542
- kind: "default",
543
- value: "modal"
544
- }
545
- } },
546
- DialogForm: { props: { preserve: {
547
- kind: "default",
548
- value: false
549
- } } },
550
- DialogTrigger: { props: {
551
- containerPadding: {
552
- kind: "default",
553
- value: 12
554
- },
555
- crossOffset: {
556
- kind: "default",
557
- value: 0
558
- },
559
- hideArrow: {
560
- kind: "default",
561
- value: false
562
- },
563
- isDismissable: {
564
- kind: "default",
565
- value: true
566
- },
567
- isKeyboardDismissDisabled: {
568
- kind: "default",
569
- value: false
570
- },
571
- mobileViewport: {
572
- kind: "default",
573
- value: 700
574
- },
575
- offset: {
576
- kind: "default",
577
- value: 8
578
- },
579
- shouldFlip: {
580
- kind: "default",
581
- value: true
582
- },
583
- type: {
584
- kind: "default",
585
- value: "modal"
586
- }
587
- } },
588
- Disclosure: { props: {
589
- defaultExpanded: {
590
- kind: "default",
591
- value: false
592
- },
593
- isDisabled: {
594
- kind: "default",
595
- value: false
596
- },
597
- shape: {
598
- kind: "default",
599
- value: "default"
600
- }
601
- } },
602
- DisplayTransition: { props: {
603
- animateOnMount: {
604
- kind: "default",
605
- value: true
606
- },
607
- exposeUnmounted: {
608
- kind: "default",
609
- value: false
610
- },
611
- preserveContent: {
612
- kind: "default",
613
- value: true
614
- },
615
- respectReducedMotion: {
616
- kind: "default",
617
- value: true
618
- }
619
- } },
620
- FileInput: { props: {
621
- size: {
622
- kind: "default",
623
- value: "default"
624
- },
625
- type: {
626
- kind: "default",
627
- value: "file"
628
- }
629
- } },
630
- FilterListBox: { props: {
631
- allowsCustomValue: {
632
- kind: "default",
633
- value: false
634
- },
635
- disallowEmptySelection: {
636
- kind: "default",
637
- value: false
638
- },
639
- isCheckable: {
640
- kind: "default",
641
- value: false
642
- },
643
- isLoading: {
644
- kind: "default",
645
- value: false
646
- },
647
- isLoadingItems: {
648
- kind: "default",
649
- value: false
650
- },
651
- selectAllLabel: {
652
- kind: "default",
653
- value: "All"
654
- },
655
- selectionMode: {
656
- kind: "default",
657
- value: "single"
658
- },
659
- shouldFocusWrap: {
660
- kind: "default",
661
- value: false
662
- },
663
- showSelectAll: {
664
- kind: "default",
665
- value: false
666
- },
667
- size: {
668
- kind: "default",
669
- value: "medium"
670
- }
671
- } },
672
- FilterPicker: { props: {
673
- allowsCustomValue: {
674
- kind: "default",
675
- value: false
676
- },
677
- containerPadding: {
678
- kind: "default",
679
- value: 8
680
- },
681
- disallowEmptySelection: {
682
- kind: "default",
683
- value: false
684
- },
685
- htmlType: {
686
- kind: "default",
687
- value: "button"
688
- },
689
- isCheckable: {
690
- kind: "default",
691
- value: false
692
- },
693
- isClearable: {
694
- kind: "default",
695
- value: false
696
- },
697
- isLoadingItems: {
698
- kind: "default",
699
- value: false
700
- },
701
- isReorderable: {
702
- kind: "default",
703
- value: false
704
- },
705
- selectAllLabel: {
706
- kind: "default",
707
- value: "All"
708
- },
709
- selectionMode: {
710
- kind: "default",
711
- value: "single"
712
- },
713
- shouldFlip: {
714
- kind: "default",
715
- value: true
716
- },
717
- shouldFocusWrap: {
718
- kind: "default",
719
- value: false
720
- },
721
- showSelectAll: {
722
- kind: "default",
723
- value: false
724
- },
725
- size: {
726
- kind: "default",
727
- value: "medium"
728
- },
729
- theme: {
730
- kind: "default",
731
- value: "default"
732
- },
733
- type: {
734
- kind: "default",
735
- value: "outline"
736
- }
737
- } },
738
- Form: { props: {
739
- isReadOnly: {
740
- kind: "default",
741
- value: false
742
- },
743
- labelPosition: {
744
- kind: "default",
745
- value: "top"
746
- },
747
- necessityIndicator: {
748
- kind: "default",
749
- value: "icon"
750
- },
751
- orientation: {
752
- kind: "default",
753
- value: "vertical"
754
- },
755
- requiredMark: {
756
- kind: "default",
757
- value: true
758
- },
759
- showValid: {
760
- kind: "default",
761
- value: false
762
- },
763
- validateTrigger: {
764
- kind: "default",
765
- value: "onBlur"
766
- }
767
- } },
768
- GridProvider: { props: {
769
- columns: {
770
- kind: "default",
771
- value: 2
772
- },
773
- display: {
774
- kind: "default",
775
- value: "contents"
776
- },
777
- gap: {
778
- kind: "default",
779
- value: "0"
780
- }
781
- } },
782
- HotKeys: { props: { type: {
783
- kind: "skip",
784
- reason: "reflected-attribute",
785
- note: "Rendered as `data-type={type}` with no default, so omitting the prop drops the attribute while \"default\" emits it."
786
- } } },
787
- HueSlider: { props: {
788
- labelPosition: {
789
- kind: "default",
790
- value: "top"
791
- },
792
- orientation: {
793
- kind: "default",
794
- value: "horizontal"
795
- },
796
- showValueLabel: {
797
- kind: "default",
798
- value: true
799
- }
800
- } },
801
- InfoBadge: { props: {
802
- size: {
803
- kind: "default",
804
- value: "medium"
805
- },
806
- theme: {
807
- kind: "default",
808
- value: "default"
809
- },
810
- type: {
811
- kind: "default",
812
- value: "clear"
813
- }
814
- } },
815
- InlineInput: { props: {
816
- allowEmpty: {
817
- kind: "default",
818
- value: false
819
- },
820
- defaultIsEditing: {
821
- kind: "default",
822
- value: false
823
- },
824
- editTrigger: {
825
- kind: "default",
826
- value: "dblclick"
827
- },
828
- isDisabled: {
829
- kind: "default",
830
- value: false
831
- },
832
- isReadOnly: {
833
- kind: "default",
834
- value: false
835
- },
836
- isStyled: {
837
- kind: "default",
838
- value: false
839
- },
840
- keyboardActivation: {
841
- kind: "default",
842
- value: true
843
- },
844
- submitOnBlur: {
845
- kind: "default",
846
- value: true
847
- },
848
- tooltip: {
849
- kind: "default",
850
- value: true
851
- },
852
- tooltipPlacement: {
853
- kind: "default",
854
- value: "top"
855
- },
856
- trimOnSubmit: {
857
- kind: "default",
858
- value: true
859
- }
860
- } },
861
- Item: { props: {
862
- autoHideActions: {
863
- kind: "default",
864
- value: false
865
- },
866
- descriptionPlacement: {
867
- kind: "default",
868
- value: "inline"
869
- },
870
- disableActionsFocus: {
871
- kind: "default",
872
- value: true
873
- },
874
- highlightCaseSensitive: {
875
- kind: "default",
876
- value: false
877
- },
878
- isLoading: {
879
- kind: "default",
880
- value: false
881
- },
882
- isSelected: {
883
- kind: "skip",
884
- reason: "reflected-attribute",
885
- note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
886
- },
887
- level: {
888
- kind: "default",
889
- value: 3
890
- },
891
- loadingSlot: {
892
- kind: "default",
893
- value: "auto"
894
- },
895
- preserveActionsSpace: {
896
- kind: "default",
897
- value: false
898
- },
899
- shape: {
900
- kind: "skip",
901
- reason: "conditional",
902
- note: "Redundant in a bare tree but load-bearing under \"type=\"card\"\", so removing it would change behaviour there."
903
- },
904
- size: {
905
- kind: "default",
906
- value: "medium"
907
- },
908
- theme: {
909
- kind: "default",
910
- value: "default"
911
- },
912
- tooltip: {
913
- kind: "default",
914
- value: true
915
- },
916
- type: {
917
- kind: "default",
918
- value: "item"
919
- }
920
- } },
921
- ItemAction: { props: {
922
- isDisabled: {
923
- kind: "default",
924
- value: false
925
- },
926
- isLoading: {
927
- kind: "default",
928
- value: false
929
- },
930
- isSelected: {
931
- kind: "default",
932
- value: false
933
- },
934
- theme: {
935
- kind: "skip",
936
- reason: "context",
937
- note: "Redundant in a bare tree but load-bearing under \"inside <ItemActionProvider theme=\"danger\">\", so removing it would change behaviour there."
938
- },
939
- type: {
940
- kind: "default",
941
- value: "clear"
942
- }
943
- } },
944
- ItemBadge: { props: {
945
- isLoading: {
946
- kind: "default",
947
- value: false
948
- },
949
- isSelected: {
950
- kind: "skip",
951
- reason: "reflected-attribute",
952
- note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
953
- },
954
- theme: {
955
- kind: "default",
956
- value: "default"
957
- },
958
- type: {
959
- kind: "default",
960
- value: "clear"
961
- }
962
- } },
963
- ItemButton: { props: {
964
- disableActionsFocus: {
965
- kind: "default",
966
- value: false
967
- },
968
- highlightCaseSensitive: {
969
- kind: "default",
970
- value: false
971
- },
972
- level: {
973
- kind: "default",
974
- value: 3
975
- },
976
- preserveActionsSpace: {
977
- kind: "default",
978
- value: false
979
- },
980
- shape: {
981
- kind: "default",
982
- value: "button"
983
- },
984
- size: {
985
- kind: "default",
986
- value: "medium"
987
- }
988
- } },
989
- ItemCard: { props: {
990
- autoHideActions: {
991
- kind: "default",
992
- value: false
993
- },
994
- disableActionsFocus: {
995
- kind: "default",
996
- value: false
997
- },
998
- highlightCaseSensitive: {
999
- kind: "default",
1000
- value: false
1001
- },
1002
- isLoading: {
1003
- kind: "default",
1004
- value: false
1005
- },
1006
- isSelected: {
1007
- kind: "skip",
1008
- reason: "reflected-attribute",
1009
- note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
1010
- },
1011
- level: {
1012
- kind: "default",
1013
- value: 3
1014
- },
1015
- preserveActionsSpace: {
1016
- kind: "default",
1017
- value: false
1018
- },
1019
- size: {
1020
- kind: "default",
1021
- value: "medium"
1022
- },
1023
- tooltip: {
1024
- kind: "default",
1025
- value: true
1026
- }
1027
- } },
1028
- ItemTable: { props: {
1029
- autoHidePagination: {
1030
- kind: "default",
1031
- value: true
1032
- },
1033
- bulkBarPlacement: {
1034
- kind: "default",
1035
- value: "floating"
1036
- },
1037
- columnContextMenu: {
1038
- kind: "default",
1039
- value: true
1040
- },
1041
- defaultPage: {
1042
- kind: "default",
1043
- value: 1
1044
- },
1045
- defaultPageSize: {
1046
- kind: "default",
1047
- value: 50
1048
- },
1049
- headerPreset: {
1050
- kind: "default",
1051
- value: "c3"
1052
- },
1053
- isHeaderHidden: {
1054
- kind: "default",
1055
- value: false
1056
- },
1057
- isHeaderSticky: {
1058
- kind: "default",
1059
- value: true
1060
- },
1061
- isLoading: {
1062
- kind: "default",
1063
- value: false
1064
- },
1065
- isReorderable: {
1066
- kind: "default",
1067
- value: false
1068
- },
1069
- isResizable: {
1070
- kind: "default",
1071
- value: false
1072
- },
1073
- isRowMoveAnimated: {
1074
- kind: "default",
1075
- value: true
1076
- },
1077
- isSearchable: {
1078
- kind: "default",
1079
- value: false
1080
- },
1081
- isStriped: {
1082
- kind: "default",
1083
- value: false
1084
- },
1085
- isVirtualized: {
1086
- kind: "default",
1087
- value: "auto"
1088
- },
1089
- loadingIndicator: {
1090
- kind: "default",
1091
- value: "overlay"
1092
- },
1093
- overscan: {
1094
- kind: "default",
1095
- value: 12
1096
- },
1097
- paginationMode: {
1098
- kind: "default",
1099
- value: "client"
1100
- },
1101
- rowContextMenu: {
1102
- kind: "default",
1103
- value: false
1104
- },
1105
- rowKey: {
1106
- kind: "default",
1107
- value: "id"
1108
- },
1109
- searchDelay: {
1110
- kind: "default",
1111
- value: 500
1112
- },
1113
- searchMode: {
1114
- kind: "default",
1115
- value: "client"
1116
- },
1117
- selectAllMode: {
1118
- kind: "default",
1119
- value: "page"
1120
- },
1121
- selectionMode: {
1122
- kind: "default",
1123
- value: "none"
1124
- },
1125
- shape: {
1126
- kind: "default",
1127
- value: "plain"
1128
- },
1129
- skeletonRowCount: {
1130
- kind: "default",
1131
- value: 6
1132
- },
1133
- sortMode: {
1134
- kind: "default",
1135
- value: "client"
1136
- },
1137
- virtualizeThreshold: {
1138
- kind: "default",
1139
- value: 50
1140
- }
1141
- } },
1142
- Layout: { props: {
1143
- contentPadding: {
1144
- kind: "default",
1145
- value: "1x"
1146
- },
1147
- display: {
1148
- kind: "default",
1149
- value: "flex"
1150
- },
1151
- doNotOverflow: {
1152
- kind: "default",
1153
- value: false
1154
- },
1155
- flexGrow: {
1156
- kind: "default",
1157
- value: 1
1158
- },
1159
- flow: {
1160
- kind: "default",
1161
- value: "column"
1162
- },
1163
- hasTransition: {
1164
- kind: "default",
1165
- value: false
1166
- },
1167
- minContentSize: {
1168
- kind: "default",
1169
- value: 320
1170
- },
1171
- placeSelf: {
1172
- kind: "default",
1173
- value: "stretch"
1174
- },
1175
- position: {
1176
- kind: "skip",
1177
- reason: "unverified",
1178
- note: "Rendering <Layout position={\"absolute\"}> differs from omitting it, so the documented default could not be reproduced. Check for docs drift, an alias mapping, or a state-map style default. Docs say `absolute`."
1179
- }
1180
- } },
1181
- ListBox: { props: {
1182
- disableSelectionToggle: {
1183
- kind: "default",
1184
- value: false
1185
- },
1186
- disallowEmptySelection: {
1187
- kind: "default",
1188
- value: false
1189
- },
1190
- focusOnHover: {
1191
- kind: "default",
1192
- value: true
1193
- },
1194
- isCheckable: {
1195
- kind: "default",
1196
- value: false
1197
- },
1198
- isReorderable: {
1199
- kind: "default",
1200
- value: false
1201
- },
1202
- selectionMode: {
1203
- kind: "default",
1204
- value: "single"
1205
- },
1206
- shape: {
1207
- kind: "default",
1208
- value: "card"
1209
- },
1210
- shouldFocusWrap: {
1211
- kind: "default",
1212
- value: false
1213
- },
1214
- shouldUseVirtualFocus: {
1215
- kind: "default",
1216
- value: false
1217
- },
1218
- showSelectAll: {
1219
- kind: "default",
1220
- value: false
1221
- },
1222
- size: {
1223
- kind: "default",
1224
- value: "medium"
1225
- }
1226
- } },
1227
- LoadingAnimation: { props: { size: {
1228
- kind: "default",
1229
- value: "medium"
1230
- } } },
1231
- Menu: { props: {
1232
- autoFocus: {
1233
- kind: "default",
1234
- value: false
1235
- },
1236
- selectionMode: {
1237
- kind: "default",
1238
- value: "none"
1239
- },
1240
- shouldFocusWrap: {
1241
- kind: "default",
1242
- value: false
1243
- },
1244
- size: {
1245
- kind: "default",
1246
- value: "medium"
1247
- }
1248
- } },
1249
- MenuTrigger: { props: {
1250
- crossOffset: {
1251
- kind: "default",
1252
- value: 0
1253
- },
1254
- offset: {
1255
- kind: "default",
1256
- value: 8
1257
- },
1258
- placement: {
1259
- kind: "default",
1260
- value: "bottom start"
1261
- },
1262
- shouldFlip: {
1263
- kind: "default",
1264
- value: true
1265
- },
1266
- trigger: {
1267
- kind: "default",
1268
- value: "press"
1269
- }
1270
- } },
1271
- NumberInput: { props: {
1272
- hideStepper: {
1273
- kind: "default",
1274
- value: false
1275
- },
1276
- size: {
1277
- kind: "default",
1278
- value: "medium"
1279
- },
1280
- suffixPosition: {
1281
- kind: "default",
1282
- value: "before"
1283
- }
1284
- } },
1285
- Pagination: { props: {
1286
- boundaryCount: {
1287
- kind: "default",
1288
- value: 1
1289
- },
1290
- defaultPage: {
1291
- kind: "default",
1292
- value: 1
1293
- },
1294
- defaultPageSize: {
1295
- kind: "default",
1296
- value: 50
1297
- },
1298
- isCompact: {
1299
- kind: "default",
1300
- value: false
1301
- },
1302
- siblingCount: {
1303
- kind: "default",
1304
- value: 1
1305
- },
1306
- size: {
1307
- kind: "default",
1308
- value: "small"
1309
- },
1310
- type: {
1311
- kind: "default",
1312
- value: "numbers"
1313
- }
1314
- } },
1315
- PasswordInput: { props: {
1316
- isBuffered: {
1317
- kind: "default",
1318
- value: true
1319
- },
1320
- size: {
1321
- kind: "default",
1322
- value: "medium"
1323
- },
1324
- suffixPosition: {
1325
- kind: "default",
1326
- value: "after"
1327
- }
1328
- } },
1329
- Picker: { props: {
1330
- disallowEmptySelection: {
1331
- kind: "default",
1332
- value: false
1333
- },
1334
- isCheckable: {
1335
- kind: "default",
1336
- value: false
1337
- },
1338
- isClearable: {
1339
- kind: "default",
1340
- value: false
1341
- },
1342
- selectionMode: {
1343
- kind: "default",
1344
- value: "single"
1345
- },
1346
- showSelectAll: {
1347
- kind: "default",
1348
- value: false
1349
- },
1350
- size: {
1351
- kind: "default",
1352
- value: "medium"
1353
- },
1354
- theme: {
1355
- kind: "default",
1356
- value: "default"
1357
- },
1358
- type: {
1359
- kind: "default",
1360
- value: "outline"
1361
- }
1362
- } },
1363
- Placeholder: { props: {
1364
- display: {
1365
- kind: "default",
1366
- value: "block"
1367
- },
1368
- height: {
1369
- kind: "default",
1370
- value: "2x"
1371
- },
1372
- size: {
1373
- kind: "default",
1374
- value: "2x"
1375
- }
1376
- } },
1377
- Portal: { props: { isDisabled: {
1378
- kind: "default",
1379
- value: false
1380
- } } },
1381
- Prefix: { props: {
1382
- display: {
1383
- kind: "default",
1384
- value: "grid"
1385
- },
1386
- flow: {
1387
- kind: "default",
1388
- value: "column"
1389
- },
1390
- gap: {
1391
- kind: "default",
1392
- value: 0
1393
- },
1394
- outerGap: {
1395
- kind: "default",
1396
- value: "1bw"
1397
- },
1398
- placeItems: {
1399
- kind: "default",
1400
- value: "center"
1401
- },
1402
- position: {
1403
- kind: "default",
1404
- value: "absolute"
1405
- }
1406
- } },
1407
- PrismCode: { props: {
1408
- margin: {
1409
- kind: "default",
1410
- value: 0
1411
- },
1412
- overflow: {
1413
- kind: "default",
1414
- value: "auto"
1415
- },
1416
- padding: {
1417
- kind: "default",
1418
- value: 0
1419
- },
1420
- scrollbar: {
1421
- kind: "default",
1422
- value: "styled"
1423
- }
1424
- } },
1425
- RadioGroup: { props: {
1426
- size: {
1427
- kind: "default",
1428
- value: "xsmall"
1429
- },
1430
- type: {
1431
- kind: "default",
1432
- value: "radio"
1433
- }
1434
- } },
1435
- ResizablePanel: { props: {
1436
- direction: {
1437
- kind: "default",
1438
- value: "right"
1439
- },
1440
- maxSize: {
1441
- kind: "default",
1442
- value: "min(50%, 400px)"
1443
- },
1444
- minSize: {
1445
- kind: "default",
1446
- value: 200
1447
- }
1448
- } },
1449
- Result: { props: {
1450
- flow: {
1451
- kind: "default",
1452
- value: "column"
1453
- },
1454
- isCompact: {
1455
- kind: "default",
1456
- value: false
1457
- },
1458
- status: {
1459
- kind: "default",
1460
- value: "info"
1461
- }
1462
- } },
1463
- SearchComboBox: { props: {
1464
- containerPadding: {
1465
- kind: "default",
1466
- value: 8
1467
- },
1468
- direction: {
1469
- kind: "default",
1470
- value: "bottom"
1471
- },
1472
- hideTrigger: {
1473
- kind: "default",
1474
- value: true
1475
- },
1476
- isClearable: {
1477
- kind: "default",
1478
- value: true
1479
- },
1480
- isLoading: {
1481
- kind: "default",
1482
- value: false
1483
- },
1484
- loadingDelay: {
1485
- kind: "default",
1486
- value: 1e3
1487
- },
1488
- overlayOffset: {
1489
- kind: "default",
1490
- value: 8
1491
- },
1492
- popoverTrigger: {
1493
- kind: "default",
1494
- value: "input"
1495
- },
1496
- shouldFlip: {
1497
- kind: "default",
1498
- value: true
1499
- },
1500
- size: {
1501
- kind: "default",
1502
- value: "medium"
1503
- },
1504
- suffixPosition: {
1505
- kind: "default",
1506
- value: "before"
1507
- }
1508
- } },
1509
- SearchInput: { props: {
1510
- isBuffered: {
1511
- kind: "default",
1512
- value: true
1513
- },
1514
- isClearable: {
1515
- kind: "default",
1516
- value: false
1517
- },
1518
- size: {
1519
- kind: "default",
1520
- value: "medium"
1521
- },
1522
- suffixPosition: {
1523
- kind: "default",
1524
- value: "after"
1525
- }
1526
- } },
1527
- Select: { props: {
1528
- containerPadding: {
1529
- kind: "default",
1530
- value: 8
1531
- },
1532
- direction: {
1533
- kind: "default",
1534
- value: "bottom"
1535
- },
1536
- hideTrigger: {
1537
- kind: "default",
1538
- value: false
1539
- },
1540
- isClearable: {
1541
- kind: "default",
1542
- value: false
1543
- },
1544
- overlayOffset: {
1545
- kind: "default",
1546
- value: 8
1547
- },
1548
- shape: {
1549
- kind: "default",
1550
- value: "button"
1551
- },
1552
- shouldFlip: {
1553
- kind: "default",
1554
- value: true
1555
- },
1556
- size: {
1557
- kind: "default",
1558
- value: "medium"
1559
- },
1560
- suffixPosition: {
1561
- kind: "default",
1562
- value: "before"
1563
- },
1564
- theme: {
1565
- kind: "default",
1566
- value: "default"
1567
- },
1568
- type: {
1569
- kind: "default",
1570
- value: "outline"
1571
- }
1572
- } },
1573
- Skeleton: { props: {
1574
- cards: {
1575
- kind: "default",
1576
- value: 3
1577
- },
1578
- columns: {
1579
- kind: "default",
1580
- value: 5
1581
- },
1582
- isStatic: {
1583
- kind: "default",
1584
- value: false
1585
- },
1586
- layout: {
1587
- kind: "default",
1588
- value: "page"
1589
- },
1590
- lines: {
1591
- kind: "default",
1592
- value: 5
1593
- },
1594
- rows: {
1595
- kind: "default",
1596
- value: 5
1597
- },
1598
- size: {
1599
- kind: "default",
1600
- value: "2x"
1601
- },
1602
- tabs: {
1603
- kind: "default",
1604
- value: 3
1605
- }
1606
- } },
1607
- Slider: { props: {
1608
- maxValue: {
1609
- kind: "default",
1610
- value: 100
1611
- },
1612
- minValue: {
1613
- kind: "default",
1614
- value: 0
1615
- },
1616
- orientation: {
1617
- kind: "default",
1618
- value: "horizontal"
1619
- },
1620
- step: {
1621
- kind: "default",
1622
- value: 1
1623
- }
1624
- } },
1625
- Space: { props: {
1626
- direction: {
1627
- kind: "default",
1628
- value: "horizontal"
1629
- },
1630
- display: {
1631
- kind: "default",
1632
- value: "flex"
1633
- },
1634
- gap: {
1635
- kind: "default",
1636
- value: "1x"
1637
- }
1638
- } },
1639
- Spin: { props: {
1640
- size: {
1641
- kind: "default",
1642
- value: "default"
1643
- },
1644
- spinning: {
1645
- kind: "default",
1646
- value: true
1647
- }
1648
- } },
1649
- Suffix: { props: {
1650
- display: {
1651
- kind: "default",
1652
- value: "grid"
1653
- },
1654
- flow: {
1655
- kind: "default",
1656
- value: "column"
1657
- },
1658
- gap: {
1659
- kind: "default",
1660
- value: 0
1661
- },
1662
- outerGap: {
1663
- kind: "default",
1664
- value: "1bw"
1665
- },
1666
- placeItems: {
1667
- kind: "default",
1668
- value: "center"
1669
- },
1670
- position: {
1671
- kind: "default",
1672
- value: "absolute"
1673
- }
1674
- } },
1675
- Switch: { props: {
1676
- defaultSelected: {
1677
- kind: "default",
1678
- value: false
1679
- },
1680
- isSelected: {
1681
- kind: "default",
1682
- value: false
1683
- },
1684
- size: {
1685
- kind: "default",
1686
- value: "medium"
1687
- }
1688
- } },
1689
- Tabs: { props: {
1690
- contextMenu: {
1691
- kind: "default",
1692
- value: false
1693
- },
1694
- hideTabListScroll: {
1695
- kind: "default",
1696
- value: false
1697
- },
1698
- isEditable: {
1699
- kind: "default",
1700
- value: false
1701
- },
1702
- isReorderable: {
1703
- kind: "default",
1704
- value: false
1705
- },
1706
- keepMounted: {
1707
- kind: "default",
1708
- value: false
1709
- },
1710
- label: {
1711
- kind: "default",
1712
- value: "Tabs"
1713
- },
1714
- placement: {
1715
- kind: "default",
1716
- value: "top"
1717
- },
1718
- prerender: {
1719
- kind: "default",
1720
- value: false
1721
- },
1722
- scrollArrowsPosition: {
1723
- kind: "default",
1724
- value: "suffix"
1725
- },
1726
- showScrollArrows: {
1727
- kind: "default",
1728
- value: false
1729
- },
1730
- showTabPicker: {
1731
- kind: "default",
1732
- value: false
1733
- },
1734
- size: {
1735
- kind: "skip",
1736
- reason: "reflected-attribute",
1737
- note: "Default is 'medium', but Tabs renders `data-size={size}`, so omitting the prop drops the attribute while 'medium' emits it. Not lintable."
1738
- },
1739
- tabPickerPosition: {
1740
- kind: "default",
1741
- value: "suffix"
1742
- },
1743
- type: {
1744
- kind: "default",
1745
- value: "default"
1746
- }
1747
- } },
1748
- Tag: { props: {
1749
- autoHideActions: {
1750
- kind: "default",
1751
- value: false
1752
- },
1753
- disableActionsFocus: {
1754
- kind: "default",
1755
- value: false
1756
- },
1757
- highlightCaseSensitive: {
1758
- kind: "default",
1759
- value: false
1760
- },
1761
- isClosable: {
1762
- kind: "default",
1763
- value: false
1764
- },
1765
- isLoading: {
1766
- kind: "default",
1767
- value: false
1768
- },
1769
- isSelected: {
3
+ const DEFAULTS = {
4
+ components: {
5
+ Alert: { props: {
6
+ display: {
7
+ kind: "default",
8
+ value: "block"
9
+ },
10
+ flow: {
11
+ kind: "default",
12
+ value: "column"
13
+ },
14
+ preset: {
15
+ kind: "default",
16
+ value: "t3"
17
+ },
18
+ shape: {
19
+ kind: "default",
20
+ value: "card"
21
+ },
22
+ theme: {
23
+ kind: "default",
24
+ value: "note"
25
+ }
26
+ } },
27
+ AlertDialog: { props: { isDismissable: {
28
+ kind: "default",
29
+ value: false
30
+ } } },
31
+ Avatar: { props: {
32
+ display: {
33
+ kind: "default",
34
+ value: "grid"
35
+ },
36
+ fontWeight: {
37
+ kind: "default",
38
+ value: 500
39
+ },
40
+ placeContent: {
41
+ kind: "default",
42
+ value: "center"
43
+ },
44
+ radius: {
45
+ kind: "default",
46
+ value: "round"
47
+ },
48
+ size: {
49
+ kind: "default",
50
+ value: "4x"
51
+ }
52
+ } },
53
+ Badge: { props: {
54
+ autoHideActions: {
55
+ kind: "default",
56
+ value: false
57
+ },
58
+ disableActionsFocus: {
59
+ kind: "default",
60
+ value: false
61
+ },
62
+ highlightCaseSensitive: {
63
+ kind: "default",
64
+ value: false
65
+ },
66
+ isLoading: {
67
+ kind: "default",
68
+ value: false
69
+ },
70
+ isSelected: {
71
+ kind: "skip",
72
+ reason: "reflected-attribute",
73
+ note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
74
+ },
75
+ level: {
76
+ kind: "default",
77
+ value: 3
78
+ },
79
+ preserveActionsSpace: {
80
+ kind: "default",
81
+ value: false
82
+ },
83
+ size: {
84
+ kind: "default",
85
+ value: "inline"
86
+ },
87
+ theme: {
88
+ kind: "default",
89
+ value: "special"
90
+ },
91
+ tooltip: {
92
+ kind: "default",
93
+ value: true
94
+ }
95
+ } },
96
+ Banner: { props: {
97
+ autoHideActions: {
98
+ kind: "default",
99
+ value: false
100
+ },
101
+ disableActionsFocus: {
102
+ kind: "default",
103
+ value: false
104
+ },
105
+ highlightCaseSensitive: {
106
+ kind: "default",
107
+ value: false
108
+ },
109
+ isDismissable: {
110
+ kind: "default",
111
+ value: false
112
+ },
113
+ isSelected: {
114
+ kind: "skip",
115
+ reason: "reflected-attribute",
116
+ note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
117
+ },
118
+ level: {
119
+ kind: "default",
120
+ value: 3
121
+ },
122
+ preserveActionsSpace: {
123
+ kind: "default",
124
+ value: false
125
+ },
126
+ shape: {
127
+ kind: "default",
128
+ value: "button"
129
+ },
130
+ theme: {
131
+ kind: "default",
132
+ value: "note"
133
+ }
134
+ } },
135
+ Board: { props: {
136
+ allowOverlap: {
137
+ kind: "default",
138
+ value: false
139
+ },
140
+ cols: {
141
+ kind: "default",
142
+ value: 12
143
+ },
144
+ compact: {
145
+ kind: "default",
146
+ value: "vertical"
147
+ },
148
+ extraRows: {
149
+ kind: "default",
150
+ value: 0
151
+ },
152
+ isAligned: {
153
+ kind: "default",
154
+ value: false
155
+ },
156
+ isAutoHeight: {
157
+ kind: "default",
158
+ value: false
159
+ },
160
+ isCard: {
161
+ kind: "default",
162
+ value: false
163
+ },
164
+ isDraggable: {
165
+ kind: "default",
166
+ value: true
167
+ },
168
+ isDroppable: {
169
+ kind: "default",
170
+ value: true
171
+ },
172
+ isResizable: {
173
+ kind: "default",
174
+ value: true
175
+ },
176
+ maxRows: {
177
+ kind: "default",
178
+ value: "Infinity"
179
+ },
180
+ preventCollision: {
181
+ kind: "default",
182
+ value: false
183
+ },
184
+ rowHeight: {
185
+ kind: "default",
186
+ value: 100
187
+ },
188
+ selectionCancel: {
189
+ kind: "default",
190
+ value: "BOARD_SELECTION_CANCEL"
191
+ },
192
+ selectionMode: {
193
+ kind: "default",
194
+ value: "none"
195
+ },
196
+ showGridLines: {
197
+ kind: "default",
198
+ value: false
199
+ }
200
+ } },
201
+ Button: { props: {
202
+ defaultTooltipPlacement: {
203
+ kind: "default",
204
+ value: "top"
205
+ },
206
+ isLoading: {
207
+ kind: "default",
208
+ value: false
209
+ },
210
+ isSelected: {
211
+ kind: "default",
212
+ value: false
213
+ },
214
+ size: {
215
+ kind: "skip",
216
+ reason: "conditional",
217
+ note: "Redundant in a bare tree but load-bearing under \"type=\"link\"\", so removing it would change behaviour there."
218
+ },
219
+ theme: {
220
+ kind: "default",
221
+ value: "default"
222
+ },
223
+ type: {
224
+ kind: "default",
225
+ value: "outline"
226
+ }
227
+ } },
228
+ ButtonSplit: { props: {
229
+ isDisabled: {
230
+ kind: "default",
231
+ value: false
232
+ },
233
+ size: {
234
+ kind: "default",
235
+ value: "medium"
236
+ },
237
+ theme: {
238
+ kind: "default",
239
+ value: "default"
240
+ },
241
+ type: {
242
+ kind: "default",
243
+ value: "outline"
244
+ }
245
+ } },
246
+ Checkbox: { props: {
247
+ defaultSelected: {
248
+ kind: "default",
249
+ value: false
250
+ },
251
+ isIndeterminate: {
252
+ kind: "default",
253
+ value: false
254
+ },
255
+ isSelected: {
256
+ kind: "default",
257
+ value: false
258
+ }
259
+ } },
260
+ ComboBox: { props: {
261
+ allowsCustomValue: {
262
+ kind: "default",
263
+ value: false
264
+ },
265
+ clearOnBlur: {
266
+ kind: "default",
267
+ value: false
268
+ },
269
+ containerPadding: {
270
+ kind: "default",
271
+ value: 8
272
+ },
273
+ direction: {
274
+ kind: "default",
275
+ value: "bottom"
276
+ },
277
+ hideTrigger: {
278
+ kind: "default",
279
+ value: false
280
+ },
281
+ isClearable: {
282
+ kind: "default",
283
+ value: false
284
+ },
285
+ overlayOffset: {
286
+ kind: "default",
287
+ value: 8
288
+ },
289
+ popoverTrigger: {
290
+ kind: "default",
291
+ value: "input"
292
+ },
293
+ shouldCommitOnBlur: {
294
+ kind: "default",
295
+ value: true
296
+ },
297
+ shouldFlip: {
298
+ kind: "default",
299
+ value: true
300
+ },
301
+ size: {
302
+ kind: "default",
303
+ value: "medium"
304
+ },
305
+ suffixPosition: {
306
+ kind: "default",
307
+ value: "before"
308
+ }
309
+ } },
310
+ CommandMenu: { props: {
311
+ autoFocus: {
312
+ kind: "default",
313
+ value: true
314
+ },
315
+ emptyLabel: {
316
+ kind: "default",
317
+ value: "No commands found"
318
+ },
319
+ isLoading: {
320
+ kind: "default",
321
+ value: false
322
+ },
323
+ searchPlaceholder: {
324
+ kind: "default",
325
+ value: "Search commands..."
326
+ },
327
+ selectionMode: {
328
+ kind: "default",
329
+ value: "none"
330
+ },
331
+ shouldFilter: {
332
+ kind: "default",
333
+ value: true
334
+ },
335
+ size: {
336
+ kind: "default",
337
+ value: "medium"
338
+ }
339
+ } },
340
+ CommandTextArea: { props: {
341
+ autoSize: {
342
+ kind: "default",
343
+ value: false
344
+ },
345
+ containerPadding: {
346
+ kind: "default",
347
+ value: 8
348
+ },
349
+ direction: {
350
+ kind: "default",
351
+ value: "top"
352
+ },
353
+ insertSpaceAfter: {
354
+ kind: "default",
355
+ value: true
356
+ },
357
+ maxRows: {
358
+ kind: "default",
359
+ value: 10
360
+ },
361
+ overlayOffset: {
362
+ kind: "default",
363
+ value: 8
364
+ },
365
+ rows: {
366
+ kind: "default",
367
+ value: 3
368
+ },
369
+ shouldFlip: {
370
+ kind: "default",
371
+ value: true
372
+ }
373
+ } },
374
+ CopyPasteBlock: { props: {
375
+ radius: {
376
+ kind: "default",
377
+ value: "1r"
378
+ },
379
+ size: {
380
+ kind: "default",
381
+ value: "medium"
382
+ }
383
+ } },
384
+ CopySnippet: { props: {
385
+ border: {
386
+ kind: "default",
387
+ value: 0
388
+ },
389
+ language: {
390
+ kind: "default",
391
+ value: "javascript"
392
+ },
393
+ padding: {
394
+ kind: "default",
395
+ value: 0
396
+ },
397
+ prefix: {
398
+ kind: "default",
399
+ value: ""
400
+ },
401
+ radius: {
402
+ kind: "default",
403
+ value: "1r"
404
+ },
405
+ showTooltip: {
406
+ kind: "default",
407
+ value: false
408
+ },
409
+ title: {
410
+ kind: "default",
411
+ value: "Code example"
412
+ }
413
+ } },
414
+ DataTable: { props: {
415
+ autoHidePagination: {
416
+ kind: "default",
417
+ value: true
418
+ },
419
+ cellSelectionMode: {
420
+ kind: "default",
421
+ value: "range"
422
+ },
423
+ columnContextMenu: {
424
+ kind: "default",
425
+ value: true
426
+ },
427
+ defaultPageSize: {
428
+ kind: "default",
429
+ value: 100
430
+ },
431
+ isColumnReorderable: {
432
+ kind: "default",
433
+ value: false
434
+ },
435
+ isHeaderSticky: {
436
+ kind: "default",
437
+ value: true
438
+ },
439
+ isResizable: {
440
+ kind: "default",
441
+ value: true
442
+ },
443
+ isRowMoveAnimated: {
444
+ kind: "default",
445
+ value: true
446
+ },
447
+ isStriped: {
448
+ kind: "default",
449
+ value: true
450
+ },
451
+ isVirtualized: {
452
+ kind: "default",
453
+ value: "auto"
454
+ },
455
+ loadingIndicator: {
456
+ kind: "default",
457
+ value: "overlay"
458
+ },
459
+ paginationMode: {
460
+ kind: "default",
461
+ value: "client"
462
+ },
463
+ rowKey: {
464
+ kind: "default",
465
+ value: "id"
466
+ },
467
+ shape: {
468
+ kind: "default",
469
+ value: "plain"
470
+ },
471
+ showRowNumbers: {
472
+ kind: "default",
473
+ value: false
474
+ },
475
+ size: {
476
+ kind: "default",
477
+ value: "small"
478
+ },
479
+ skeletonRowCount: {
480
+ kind: "default",
481
+ value: 6
482
+ }
483
+ } },
484
+ DatePicker: { props: {
485
+ granularity: {
486
+ kind: "default",
487
+ value: "day"
488
+ },
489
+ hideTimeZone: {
490
+ kind: "default",
491
+ value: true
492
+ },
493
+ hourCycle: {
494
+ kind: "default",
495
+ value: 24
496
+ },
497
+ maxVisibleMonths: {
498
+ kind: "default",
499
+ value: 1
500
+ },
501
+ shouldFlip: {
502
+ kind: "default",
503
+ value: true
504
+ },
505
+ shouldForceLeadingZeros: {
506
+ kind: "default",
507
+ value: true
508
+ },
509
+ size: {
510
+ kind: "default",
511
+ value: "medium"
512
+ }
513
+ } },
514
+ Dialog: { props: {
515
+ isDismissable: {
516
+ kind: "skip",
517
+ reason: "context",
518
+ note: "Redundant in a bare tree but load-bearing under \"inside <DialogContext isDismissable>\", so removing it would change behaviour there."
519
+ },
520
+ role: {
521
+ kind: "default",
522
+ value: "dialog"
523
+ },
524
+ size: {
525
+ kind: "default",
526
+ value: "M",
527
+ aliases: ["medium"]
528
+ }
529
+ } },
530
+ DialogContainer: { props: {
531
+ hideOnClose: {
532
+ kind: "default",
533
+ value: false
534
+ },
535
+ isDismissable: {
536
+ kind: "default",
537
+ value: true
538
+ },
539
+ isKeyboardDismissDisabled: {
540
+ kind: "default",
541
+ value: false
542
+ },
543
+ type: {
544
+ kind: "default",
545
+ value: "modal"
546
+ }
547
+ } },
548
+ DialogForm: { props: { preserve: {
549
+ kind: "default",
550
+ value: false
551
+ } } },
552
+ DialogTrigger: { props: {
553
+ containerPadding: {
554
+ kind: "default",
555
+ value: 12
556
+ },
557
+ crossOffset: {
558
+ kind: "default",
559
+ value: 0
560
+ },
561
+ hideArrow: {
562
+ kind: "default",
563
+ value: false
564
+ },
565
+ isDismissable: {
566
+ kind: "default",
567
+ value: true
568
+ },
569
+ isKeyboardDismissDisabled: {
570
+ kind: "default",
571
+ value: false
572
+ },
573
+ mobileViewport: {
574
+ kind: "default",
575
+ value: 700
576
+ },
577
+ offset: {
578
+ kind: "default",
579
+ value: 8
580
+ },
581
+ shouldFlip: {
582
+ kind: "default",
583
+ value: true
584
+ },
585
+ type: {
586
+ kind: "default",
587
+ value: "modal"
588
+ }
589
+ } },
590
+ Disclosure: { props: {
591
+ defaultExpanded: {
592
+ kind: "default",
593
+ value: false
594
+ },
595
+ isDisabled: {
596
+ kind: "default",
597
+ value: false
598
+ },
599
+ shape: {
600
+ kind: "default",
601
+ value: "default"
602
+ }
603
+ } },
604
+ DisplayTransition: { props: {
605
+ animateOnMount: {
606
+ kind: "default",
607
+ value: true
608
+ },
609
+ exposeUnmounted: {
610
+ kind: "default",
611
+ value: false
612
+ },
613
+ preserveContent: {
614
+ kind: "default",
615
+ value: true
616
+ },
617
+ respectReducedMotion: {
618
+ kind: "default",
619
+ value: true
620
+ }
621
+ } },
622
+ FileInput: { props: {
623
+ size: {
624
+ kind: "default",
625
+ value: "default"
626
+ },
627
+ type: {
628
+ kind: "default",
629
+ value: "file"
630
+ }
631
+ } },
632
+ FilterListBox: { props: {
633
+ allowsCustomValue: {
634
+ kind: "default",
635
+ value: false
636
+ },
637
+ disallowEmptySelection: {
638
+ kind: "default",
639
+ value: false
640
+ },
641
+ isCheckable: {
642
+ kind: "default",
643
+ value: false
644
+ },
645
+ isLoading: {
646
+ kind: "default",
647
+ value: false
648
+ },
649
+ isLoadingItems: {
650
+ kind: "default",
651
+ value: false
652
+ },
653
+ selectAllLabel: {
654
+ kind: "default",
655
+ value: "All"
656
+ },
657
+ selectionMode: {
658
+ kind: "default",
659
+ value: "single"
660
+ },
661
+ shouldFocusWrap: {
662
+ kind: "default",
663
+ value: false
664
+ },
665
+ showSelectAll: {
666
+ kind: "default",
667
+ value: false
668
+ },
669
+ size: {
670
+ kind: "default",
671
+ value: "medium"
672
+ }
673
+ } },
674
+ FilterPicker: { props: {
675
+ allowsCustomValue: {
676
+ kind: "default",
677
+ value: false
678
+ },
679
+ containerPadding: {
680
+ kind: "default",
681
+ value: 8
682
+ },
683
+ disallowEmptySelection: {
684
+ kind: "default",
685
+ value: false
686
+ },
687
+ htmlType: {
688
+ kind: "default",
689
+ value: "button"
690
+ },
691
+ isCheckable: {
692
+ kind: "default",
693
+ value: false
694
+ },
695
+ isClearable: {
696
+ kind: "default",
697
+ value: false
698
+ },
699
+ isLoadingItems: {
700
+ kind: "default",
701
+ value: false
702
+ },
703
+ isReorderable: {
704
+ kind: "default",
705
+ value: false
706
+ },
707
+ selectAllLabel: {
708
+ kind: "default",
709
+ value: "All"
710
+ },
711
+ selectionMode: {
712
+ kind: "default",
713
+ value: "single"
714
+ },
715
+ shouldFlip: {
716
+ kind: "default",
717
+ value: true
718
+ },
719
+ shouldFocusWrap: {
720
+ kind: "default",
721
+ value: false
722
+ },
723
+ showSelectAll: {
724
+ kind: "default",
725
+ value: false
726
+ },
727
+ size: {
728
+ kind: "default",
729
+ value: "medium"
730
+ },
731
+ theme: {
732
+ kind: "default",
733
+ value: "default"
734
+ },
735
+ type: {
736
+ kind: "default",
737
+ value: "outline"
738
+ }
739
+ } },
740
+ Form: { props: {
741
+ isReadOnly: {
742
+ kind: "default",
743
+ value: false
744
+ },
745
+ labelPosition: {
746
+ kind: "default",
747
+ value: "top"
748
+ },
749
+ necessityIndicator: {
750
+ kind: "default",
751
+ value: "icon"
752
+ },
753
+ orientation: {
754
+ kind: "default",
755
+ value: "vertical"
756
+ },
757
+ requiredMark: {
758
+ kind: "default",
759
+ value: true
760
+ },
761
+ showValid: {
762
+ kind: "default",
763
+ value: false
764
+ },
765
+ validateTrigger: {
766
+ kind: "default",
767
+ value: "onBlur"
768
+ }
769
+ } },
770
+ GridProvider: { props: {
771
+ columns: {
772
+ kind: "default",
773
+ value: 2
774
+ },
775
+ display: {
776
+ kind: "default",
777
+ value: "contents"
778
+ },
779
+ gap: {
780
+ kind: "default",
781
+ value: "0"
782
+ }
783
+ } },
784
+ HotKeys: { props: { type: {
1770
785
  kind: "skip",
1771
786
  reason: "reflected-attribute",
1772
- note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
1773
- },
1774
- level: {
1775
- kind: "default",
1776
- value: 3
1777
- },
1778
- preserveActionsSpace: {
1779
- kind: "default",
1780
- value: false
1781
- },
1782
- size: {
1783
- kind: "default",
1784
- value: "inline"
1785
- },
1786
- theme: {
1787
- kind: "default",
1788
- value: "default"
1789
- },
1790
- tooltip: {
1791
- kind: "default",
1792
- value: true
1793
- }
1794
- } },
1795
- Text: { props: {
1796
- as: {
1797
- kind: "default",
1798
- value: "span"
1799
- },
1800
- margin: {
1801
- kind: "default",
1802
- value: 0
1803
- },
1804
- padding: {
1805
- kind: "default",
1806
- value: 0
1807
- }
1808
- } },
1809
- TextArea: { props: {
1810
- autoSize: {
1811
- kind: "default",
1812
- value: false
1813
- },
1814
- isBuffered: {
1815
- kind: "default",
1816
- value: true
1817
- },
1818
- maxRows: {
1819
- kind: "default",
1820
- value: 10
1821
- },
1822
- rows: {
1823
- kind: "default",
1824
- value: 3
1825
- },
1826
- size: {
1827
- kind: "default",
1828
- value: "medium"
1829
- },
1830
- suffixPosition: {
1831
- kind: "default",
1832
- value: "before"
1833
- }
1834
- } },
1835
- TextInput: { props: {
1836
- isBuffered: {
1837
- kind: "default",
1838
- value: true
1839
- },
1840
- multiLine: {
1841
- kind: "default",
1842
- value: false
1843
- },
1844
- size: {
1845
- kind: "default",
1846
- value: "medium"
1847
- },
1848
- suffixPosition: {
1849
- kind: "default",
1850
- value: "before"
1851
- },
1852
- type: {
1853
- kind: "default",
1854
- value: "text"
1855
- }
1856
- } },
1857
- TextInputMapper: { props: {
1858
- actionLabel: {
1859
- kind: "default",
1860
- value: "Mapping"
1861
- },
1862
- size: {
787
+ note: "Rendered as `data-type={type}` with no default, so omitting the prop drops the attribute while \"default\" emits it."
788
+ } } },
789
+ HueSlider: { props: {
790
+ labelPosition: {
791
+ kind: "default",
792
+ value: "top"
793
+ },
794
+ orientation: {
795
+ kind: "default",
796
+ value: "horizontal"
797
+ },
798
+ showValueLabel: {
799
+ kind: "default",
800
+ value: true
801
+ }
802
+ } },
803
+ InfoBadge: { props: {
804
+ size: {
805
+ kind: "default",
806
+ value: "medium"
807
+ },
808
+ theme: {
809
+ kind: "default",
810
+ value: "default"
811
+ },
812
+ type: {
813
+ kind: "default",
814
+ value: "clear"
815
+ }
816
+ } },
817
+ InlineInput: { props: {
818
+ allowEmpty: {
819
+ kind: "default",
820
+ value: false
821
+ },
822
+ defaultIsEditing: {
823
+ kind: "default",
824
+ value: false
825
+ },
826
+ editTrigger: {
827
+ kind: "default",
828
+ value: "dblclick"
829
+ },
830
+ isDisabled: {
831
+ kind: "default",
832
+ value: false
833
+ },
834
+ isReadOnly: {
835
+ kind: "default",
836
+ value: false
837
+ },
838
+ isStyled: {
839
+ kind: "default",
840
+ value: false
841
+ },
842
+ keyboardActivation: {
843
+ kind: "default",
844
+ value: true
845
+ },
846
+ submitOnBlur: {
847
+ kind: "default",
848
+ value: true
849
+ },
850
+ tooltip: {
851
+ kind: "default",
852
+ value: true
853
+ },
854
+ tooltipPlacement: {
855
+ kind: "default",
856
+ value: "top"
857
+ },
858
+ trimOnSubmit: {
859
+ kind: "default",
860
+ value: true
861
+ }
862
+ } },
863
+ Item: { props: {
864
+ autoHideActions: {
865
+ kind: "default",
866
+ value: false
867
+ },
868
+ descriptionPlacement: {
869
+ kind: "default",
870
+ value: "inline"
871
+ },
872
+ disableActionsFocus: {
873
+ kind: "default",
874
+ value: true
875
+ },
876
+ highlightCaseSensitive: {
877
+ kind: "default",
878
+ value: false
879
+ },
880
+ isLoading: {
881
+ kind: "default",
882
+ value: false
883
+ },
884
+ isSelected: {
885
+ kind: "skip",
886
+ reason: "reflected-attribute",
887
+ note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
888
+ },
889
+ level: {
890
+ kind: "default",
891
+ value: 3
892
+ },
893
+ loadingSlot: {
894
+ kind: "default",
895
+ value: "auto"
896
+ },
897
+ preserveActionsSpace: {
898
+ kind: "default",
899
+ value: false
900
+ },
901
+ shape: {
902
+ kind: "skip",
903
+ reason: "conditional",
904
+ note: "Redundant in a bare tree but load-bearing under \"type=\"card\"\", so removing it would change behaviour there."
905
+ },
906
+ size: {
907
+ kind: "default",
908
+ value: "medium"
909
+ },
910
+ theme: {
911
+ kind: "default",
912
+ value: "default"
913
+ },
914
+ tooltip: {
915
+ kind: "default",
916
+ value: true
917
+ },
918
+ type: {
919
+ kind: "default",
920
+ value: "item"
921
+ }
922
+ } },
923
+ ItemAction: { props: {
924
+ isDisabled: {
925
+ kind: "skip",
926
+ reason: "context",
927
+ note: "Redundant in a bare tree but load-bearing under \"inside <ItemActionProvider isDisabled>\", so removing it would change behaviour there."
928
+ },
929
+ isLoading: {
930
+ kind: "default",
931
+ value: false
932
+ },
933
+ isSelected: {
934
+ kind: "default",
935
+ value: false
936
+ },
937
+ theme: {
938
+ kind: "skip",
939
+ reason: "context",
940
+ note: "Redundant in a bare tree but load-bearing under \"inside <ItemActionProvider theme=\"danger\">\", so removing it would change behaviour there."
941
+ },
942
+ type: {
943
+ kind: "skip",
944
+ reason: "context",
945
+ note: "Redundant in a bare tree but load-bearing under \"inside <ItemActionProvider type=\"primary\">\", so removing it would change behaviour there."
946
+ }
947
+ } },
948
+ ItemBadge: { props: {
949
+ isLoading: {
950
+ kind: "default",
951
+ value: false
952
+ },
953
+ isSelected: {
954
+ kind: "skip",
955
+ reason: "reflected-attribute",
956
+ note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
957
+ },
958
+ theme: {
959
+ kind: "skip",
960
+ reason: "context",
961
+ note: "Redundant in a bare tree but load-bearing under \"inside <ItemActionProvider theme=\"danger\">\", so removing it would change behaviour there."
962
+ },
963
+ type: {
964
+ kind: "skip",
965
+ reason: "context",
966
+ note: "Redundant in a bare tree but load-bearing under \"inside <ItemActionProvider type=\"primary\">\", so removing it would change behaviour there."
967
+ }
968
+ } },
969
+ ItemButton: { props: {
970
+ disableActionsFocus: {
971
+ kind: "default",
972
+ value: false
973
+ },
974
+ highlightCaseSensitive: {
975
+ kind: "default",
976
+ value: false
977
+ },
978
+ level: {
979
+ kind: "default",
980
+ value: 3
981
+ },
982
+ preserveActionsSpace: {
983
+ kind: "default",
984
+ value: false
985
+ },
986
+ shape: {
987
+ kind: "default",
988
+ value: "button"
989
+ },
990
+ size: {
991
+ kind: "default",
992
+ value: "medium"
993
+ }
994
+ } },
995
+ ItemCard: { props: {
996
+ autoHideActions: {
997
+ kind: "default",
998
+ value: false
999
+ },
1000
+ disableActionsFocus: {
1001
+ kind: "default",
1002
+ value: false
1003
+ },
1004
+ highlightCaseSensitive: {
1005
+ kind: "default",
1006
+ value: false
1007
+ },
1008
+ isLoading: {
1009
+ kind: "default",
1010
+ value: false
1011
+ },
1012
+ isSelected: {
1013
+ kind: "skip",
1014
+ reason: "reflected-attribute",
1015
+ note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
1016
+ },
1017
+ level: {
1018
+ kind: "default",
1019
+ value: 3
1020
+ },
1021
+ preserveActionsSpace: {
1022
+ kind: "default",
1023
+ value: false
1024
+ },
1025
+ size: {
1026
+ kind: "default",
1027
+ value: "medium"
1028
+ },
1029
+ tooltip: {
1030
+ kind: "default",
1031
+ value: true
1032
+ }
1033
+ } },
1034
+ ItemTable: { props: {
1035
+ autoHidePagination: {
1036
+ kind: "default",
1037
+ value: true
1038
+ },
1039
+ bulkBarPlacement: {
1040
+ kind: "default",
1041
+ value: "floating"
1042
+ },
1043
+ columnContextMenu: {
1044
+ kind: "default",
1045
+ value: true
1046
+ },
1047
+ defaultPage: {
1048
+ kind: "default",
1049
+ value: 1
1050
+ },
1051
+ defaultPageSize: {
1052
+ kind: "default",
1053
+ value: 50
1054
+ },
1055
+ headerPreset: {
1056
+ kind: "default",
1057
+ value: "c3"
1058
+ },
1059
+ isHeaderHidden: {
1060
+ kind: "default",
1061
+ value: false
1062
+ },
1063
+ isHeaderSticky: {
1064
+ kind: "default",
1065
+ value: true
1066
+ },
1067
+ isLoading: {
1068
+ kind: "default",
1069
+ value: false
1070
+ },
1071
+ isReorderable: {
1072
+ kind: "default",
1073
+ value: false
1074
+ },
1075
+ isResizable: {
1076
+ kind: "default",
1077
+ value: false
1078
+ },
1079
+ isRowMoveAnimated: {
1080
+ kind: "default",
1081
+ value: true
1082
+ },
1083
+ isSearchable: {
1084
+ kind: "default",
1085
+ value: false
1086
+ },
1087
+ isStriped: {
1088
+ kind: "default",
1089
+ value: false
1090
+ },
1091
+ isVirtualized: {
1092
+ kind: "default",
1093
+ value: "auto"
1094
+ },
1095
+ loadingIndicator: {
1096
+ kind: "default",
1097
+ value: "overlay"
1098
+ },
1099
+ overscan: {
1100
+ kind: "default",
1101
+ value: 12
1102
+ },
1103
+ paginationMode: {
1104
+ kind: "default",
1105
+ value: "client"
1106
+ },
1107
+ rowContextMenu: {
1108
+ kind: "default",
1109
+ value: false
1110
+ },
1111
+ rowKey: {
1112
+ kind: "default",
1113
+ value: "id"
1114
+ },
1115
+ searchDelay: {
1116
+ kind: "default",
1117
+ value: 500
1118
+ },
1119
+ searchMode: {
1120
+ kind: "default",
1121
+ value: "client"
1122
+ },
1123
+ selectAllMode: {
1124
+ kind: "default",
1125
+ value: "page"
1126
+ },
1127
+ selectionMode: {
1128
+ kind: "default",
1129
+ value: "none"
1130
+ },
1131
+ shape: {
1132
+ kind: "default",
1133
+ value: "plain"
1134
+ },
1135
+ skeletonRowCount: {
1136
+ kind: "default",
1137
+ value: 6
1138
+ },
1139
+ sortMode: {
1140
+ kind: "default",
1141
+ value: "client"
1142
+ },
1143
+ virtualizeThreshold: {
1144
+ kind: "default",
1145
+ value: 50
1146
+ }
1147
+ } },
1148
+ Layout: { props: {
1149
+ contentPadding: {
1150
+ kind: "default",
1151
+ value: "1x"
1152
+ },
1153
+ display: {
1154
+ kind: "default",
1155
+ value: "flex"
1156
+ },
1157
+ doNotOverflow: {
1158
+ kind: "default",
1159
+ value: false
1160
+ },
1161
+ flexGrow: {
1162
+ kind: "default",
1163
+ value: 1
1164
+ },
1165
+ flow: {
1166
+ kind: "default",
1167
+ value: "column"
1168
+ },
1169
+ hasTransition: {
1170
+ kind: "default",
1171
+ value: false
1172
+ },
1173
+ minContentSize: {
1174
+ kind: "default",
1175
+ value: 320
1176
+ },
1177
+ placeSelf: {
1178
+ kind: "default",
1179
+ value: "stretch"
1180
+ },
1181
+ position: {
1182
+ kind: "skip",
1183
+ reason: "unverified",
1184
+ note: "Rendering <Layout position={\"absolute\"}> differs from omitting it, so the documented default could not be reproduced. Check for docs drift, an alias mapping, or a state-map style default. Docs say `absolute`."
1185
+ }
1186
+ } },
1187
+ ListBox: { props: {
1188
+ disableSelectionToggle: {
1189
+ kind: "default",
1190
+ value: false
1191
+ },
1192
+ disallowEmptySelection: {
1193
+ kind: "default",
1194
+ value: false
1195
+ },
1196
+ focusOnHover: {
1197
+ kind: "default",
1198
+ value: true
1199
+ },
1200
+ isCheckable: {
1201
+ kind: "default",
1202
+ value: false
1203
+ },
1204
+ isReorderable: {
1205
+ kind: "default",
1206
+ value: false
1207
+ },
1208
+ selectionMode: {
1209
+ kind: "default",
1210
+ value: "single"
1211
+ },
1212
+ shape: {
1213
+ kind: "default",
1214
+ value: "card"
1215
+ },
1216
+ shouldFocusWrap: {
1217
+ kind: "default",
1218
+ value: false
1219
+ },
1220
+ shouldUseVirtualFocus: {
1221
+ kind: "default",
1222
+ value: false
1223
+ },
1224
+ showSelectAll: {
1225
+ kind: "default",
1226
+ value: false
1227
+ },
1228
+ size: {
1229
+ kind: "default",
1230
+ value: "medium"
1231
+ }
1232
+ } },
1233
+ LoadingAnimation: { props: { size: {
1863
1234
  kind: "default",
1864
1235
  value: "medium"
1865
- }
1866
- } },
1867
- TextItem: { props: {
1868
- highlightCaseSensitive: {
1869
- kind: "default",
1870
- value: false
1871
- },
1872
- tooltip: {
1873
- kind: "default",
1874
- value: true
1875
- },
1876
- tooltipPlacement: {
1877
- kind: "default",
1878
- value: "top"
1879
- }
1880
- } },
1881
- Title: { props: {
1882
- display: {
1883
- kind: "default",
1884
- value: "block"
1885
- },
1886
- gridArea: {
1887
- kind: "default",
1888
- value: "title"
1889
- },
1890
- level: {
1891
- kind: "default",
1892
- value: 1
1893
- },
1894
- margin: {
1895
- kind: "default",
1896
- value: 0
1897
- }
1898
- } },
1899
- Tooltip: { props: { placement: {
1900
- kind: "default",
1901
- value: "top"
1902
- } } },
1903
- TooltipProvider: { props: {
1904
- closeDelay: {
1905
- kind: "default",
1906
- value: 500
1907
- },
1908
- crossOffset: {
1909
- kind: "default",
1910
- value: 0
1911
- },
1912
- delay: {
1913
- kind: "default",
1914
- value: 250
1915
- },
1916
- offset: {
1917
- kind: "default",
1918
- value: 8
1919
- },
1920
- placement: {
1921
- kind: "default",
1922
- value: "top"
1923
- },
1924
- shouldCloseOnPress: {
1925
- kind: "default",
1926
- value: true
1927
- }
1928
- } },
1929
- TooltipTrigger: { props: {
1930
- closeDelay: {
1931
- kind: "default",
1932
- value: 500
1933
- },
1934
- crossOffset: {
1935
- kind: "default",
1936
- value: 0
1937
- },
1938
- delay: {
1939
- kind: "default",
1940
- value: 250
1941
- },
1942
- offset: {
1943
- kind: "default",
1944
- value: 8
1945
- },
1946
- placement: {
1236
+ } } },
1237
+ Menu: { props: {
1238
+ autoFocus: {
1239
+ kind: "default",
1240
+ value: false
1241
+ },
1242
+ selectionMode: {
1243
+ kind: "default",
1244
+ value: "none"
1245
+ },
1246
+ shouldFocusWrap: {
1247
+ kind: "default",
1248
+ value: false
1249
+ },
1250
+ size: {
1251
+ kind: "default",
1252
+ value: "medium"
1253
+ }
1254
+ } },
1255
+ MenuTrigger: { props: {
1256
+ crossOffset: {
1257
+ kind: "default",
1258
+ value: 0
1259
+ },
1260
+ offset: {
1261
+ kind: "default",
1262
+ value: 8
1263
+ },
1264
+ placement: {
1265
+ kind: "default",
1266
+ value: "bottom start"
1267
+ },
1268
+ shouldFlip: {
1269
+ kind: "default",
1270
+ value: true
1271
+ },
1272
+ trigger: {
1273
+ kind: "default",
1274
+ value: "press"
1275
+ }
1276
+ } },
1277
+ NumberInput: { props: {
1278
+ hideStepper: {
1279
+ kind: "default",
1280
+ value: false
1281
+ },
1282
+ size: {
1283
+ kind: "default",
1284
+ value: "medium"
1285
+ },
1286
+ suffixPosition: {
1287
+ kind: "default",
1288
+ value: "before"
1289
+ }
1290
+ } },
1291
+ Pagination: { props: {
1292
+ boundaryCount: {
1293
+ kind: "default",
1294
+ value: 1
1295
+ },
1296
+ defaultPage: {
1297
+ kind: "default",
1298
+ value: 1
1299
+ },
1300
+ defaultPageSize: {
1301
+ kind: "default",
1302
+ value: 50
1303
+ },
1304
+ isCompact: {
1305
+ kind: "default",
1306
+ value: false
1307
+ },
1308
+ siblingCount: {
1309
+ kind: "default",
1310
+ value: 1
1311
+ },
1312
+ size: {
1313
+ kind: "default",
1314
+ value: "small"
1315
+ },
1316
+ type: {
1317
+ kind: "default",
1318
+ value: "numbers"
1319
+ }
1320
+ } },
1321
+ PasswordInput: { props: {
1322
+ isBuffered: {
1323
+ kind: "default",
1324
+ value: true
1325
+ },
1326
+ size: {
1327
+ kind: "default",
1328
+ value: "medium"
1329
+ },
1330
+ suffixPosition: {
1331
+ kind: "default",
1332
+ value: "after"
1333
+ }
1334
+ } },
1335
+ Picker: { props: {
1336
+ disallowEmptySelection: {
1337
+ kind: "default",
1338
+ value: false
1339
+ },
1340
+ isCheckable: {
1341
+ kind: "default",
1342
+ value: false
1343
+ },
1344
+ isClearable: {
1345
+ kind: "default",
1346
+ value: false
1347
+ },
1348
+ selectionMode: {
1349
+ kind: "default",
1350
+ value: "single"
1351
+ },
1352
+ showSelectAll: {
1353
+ kind: "default",
1354
+ value: false
1355
+ },
1356
+ size: {
1357
+ kind: "default",
1358
+ value: "medium"
1359
+ },
1360
+ theme: {
1361
+ kind: "default",
1362
+ value: "default"
1363
+ },
1364
+ type: {
1365
+ kind: "default",
1366
+ value: "outline"
1367
+ }
1368
+ } },
1369
+ Placeholder: { props: {
1370
+ display: {
1371
+ kind: "default",
1372
+ value: "block"
1373
+ },
1374
+ height: {
1375
+ kind: "default",
1376
+ value: "2x"
1377
+ },
1378
+ size: {
1379
+ kind: "default",
1380
+ value: "2x"
1381
+ }
1382
+ } },
1383
+ Portal: { props: { isDisabled: {
1384
+ kind: "default",
1385
+ value: false
1386
+ } } },
1387
+ Prefix: { props: {
1388
+ display: {
1389
+ kind: "default",
1390
+ value: "grid"
1391
+ },
1392
+ flow: {
1393
+ kind: "default",
1394
+ value: "column"
1395
+ },
1396
+ gap: {
1397
+ kind: "default",
1398
+ value: 0
1399
+ },
1400
+ outerGap: {
1401
+ kind: "default",
1402
+ value: "1bw"
1403
+ },
1404
+ placeItems: {
1405
+ kind: "default",
1406
+ value: "center"
1407
+ },
1408
+ position: {
1409
+ kind: "default",
1410
+ value: "absolute"
1411
+ }
1412
+ } },
1413
+ PrismCode: { props: {
1414
+ margin: {
1415
+ kind: "default",
1416
+ value: 0
1417
+ },
1418
+ overflow: {
1419
+ kind: "default",
1420
+ value: "auto"
1421
+ },
1422
+ padding: {
1423
+ kind: "default",
1424
+ value: 0
1425
+ },
1426
+ scrollbar: {
1427
+ kind: "default",
1428
+ value: "styled"
1429
+ }
1430
+ } },
1431
+ RadioGroup: { props: {
1432
+ size: {
1433
+ kind: "default",
1434
+ value: "medium"
1435
+ },
1436
+ type: {
1437
+ kind: "default",
1438
+ value: "radio"
1439
+ }
1440
+ } },
1441
+ ResizablePanel: { props: {
1442
+ direction: {
1443
+ kind: "default",
1444
+ value: "right"
1445
+ },
1446
+ maxSize: {
1447
+ kind: "default",
1448
+ value: "min(50%, 400px)"
1449
+ },
1450
+ minSize: {
1451
+ kind: "default",
1452
+ value: 200
1453
+ }
1454
+ } },
1455
+ Result: { props: {
1456
+ flow: {
1457
+ kind: "default",
1458
+ value: "column"
1459
+ },
1460
+ isCompact: {
1461
+ kind: "default",
1462
+ value: false
1463
+ },
1464
+ status: {
1465
+ kind: "default",
1466
+ value: "info"
1467
+ }
1468
+ } },
1469
+ SearchComboBox: { props: {
1470
+ containerPadding: {
1471
+ kind: "default",
1472
+ value: 8
1473
+ },
1474
+ direction: {
1475
+ kind: "default",
1476
+ value: "bottom"
1477
+ },
1478
+ hideTrigger: {
1479
+ kind: "default",
1480
+ value: true
1481
+ },
1482
+ isClearable: {
1483
+ kind: "default",
1484
+ value: true
1485
+ },
1486
+ isLoading: {
1487
+ kind: "default",
1488
+ value: false
1489
+ },
1490
+ loadingDelay: {
1491
+ kind: "default",
1492
+ value: 1e3
1493
+ },
1494
+ overlayOffset: {
1495
+ kind: "default",
1496
+ value: 8
1497
+ },
1498
+ popoverTrigger: {
1499
+ kind: "default",
1500
+ value: "input"
1501
+ },
1502
+ shouldFlip: {
1503
+ kind: "default",
1504
+ value: true
1505
+ },
1506
+ size: {
1507
+ kind: "default",
1508
+ value: "medium"
1509
+ },
1510
+ suffixPosition: {
1511
+ kind: "default",
1512
+ value: "before"
1513
+ }
1514
+ } },
1515
+ SearchInput: { props: {
1516
+ isBuffered: {
1517
+ kind: "default",
1518
+ value: true
1519
+ },
1520
+ isClearable: {
1521
+ kind: "default",
1522
+ value: false
1523
+ },
1524
+ size: {
1525
+ kind: "default",
1526
+ value: "medium"
1527
+ },
1528
+ suffixPosition: {
1529
+ kind: "default",
1530
+ value: "after"
1531
+ }
1532
+ } },
1533
+ Select: { props: {
1534
+ containerPadding: {
1535
+ kind: "default",
1536
+ value: 8
1537
+ },
1538
+ direction: {
1539
+ kind: "default",
1540
+ value: "bottom"
1541
+ },
1542
+ hideTrigger: {
1543
+ kind: "default",
1544
+ value: false
1545
+ },
1546
+ isClearable: {
1547
+ kind: "default",
1548
+ value: false
1549
+ },
1550
+ overlayOffset: {
1551
+ kind: "default",
1552
+ value: 8
1553
+ },
1554
+ shape: {
1555
+ kind: "default",
1556
+ value: "button"
1557
+ },
1558
+ shouldFlip: {
1559
+ kind: "default",
1560
+ value: true
1561
+ },
1562
+ size: {
1563
+ kind: "default",
1564
+ value: "medium"
1565
+ },
1566
+ suffixPosition: {
1567
+ kind: "default",
1568
+ value: "before"
1569
+ },
1570
+ theme: {
1571
+ kind: "default",
1572
+ value: "default"
1573
+ },
1574
+ type: {
1575
+ kind: "default",
1576
+ value: "outline"
1577
+ }
1578
+ } },
1579
+ Skeleton: { props: {
1580
+ cards: {
1581
+ kind: "default",
1582
+ value: 3
1583
+ },
1584
+ columns: {
1585
+ kind: "default",
1586
+ value: 5
1587
+ },
1588
+ isStatic: {
1589
+ kind: "default",
1590
+ value: false
1591
+ },
1592
+ layout: {
1593
+ kind: "default",
1594
+ value: "page"
1595
+ },
1596
+ lines: {
1597
+ kind: "default",
1598
+ value: 5
1599
+ },
1600
+ rows: {
1601
+ kind: "default",
1602
+ value: 5
1603
+ },
1604
+ size: {
1605
+ kind: "default",
1606
+ value: "2x"
1607
+ },
1608
+ tabs: {
1609
+ kind: "default",
1610
+ value: 3
1611
+ }
1612
+ } },
1613
+ Slider: { props: {
1614
+ maxValue: {
1615
+ kind: "default",
1616
+ value: 100
1617
+ },
1618
+ minValue: {
1619
+ kind: "default",
1620
+ value: 0
1621
+ },
1622
+ orientation: {
1623
+ kind: "default",
1624
+ value: "horizontal"
1625
+ },
1626
+ step: {
1627
+ kind: "default",
1628
+ value: 1
1629
+ }
1630
+ } },
1631
+ Space: { props: {
1632
+ direction: {
1633
+ kind: "default",
1634
+ value: "horizontal"
1635
+ },
1636
+ display: {
1637
+ kind: "default",
1638
+ value: "flex"
1639
+ },
1640
+ gap: {
1641
+ kind: "default",
1642
+ value: "1x"
1643
+ }
1644
+ } },
1645
+ Spin: { props: {
1646
+ size: {
1647
+ kind: "default",
1648
+ value: "default"
1649
+ },
1650
+ spinning: {
1651
+ kind: "default",
1652
+ value: true
1653
+ }
1654
+ } },
1655
+ Suffix: { props: {
1656
+ display: {
1657
+ kind: "default",
1658
+ value: "grid"
1659
+ },
1660
+ flow: {
1661
+ kind: "default",
1662
+ value: "column"
1663
+ },
1664
+ gap: {
1665
+ kind: "default",
1666
+ value: 0
1667
+ },
1668
+ outerGap: {
1669
+ kind: "default",
1670
+ value: "1bw"
1671
+ },
1672
+ placeItems: {
1673
+ kind: "default",
1674
+ value: "center"
1675
+ },
1676
+ position: {
1677
+ kind: "default",
1678
+ value: "absolute"
1679
+ }
1680
+ } },
1681
+ Switch: { props: {
1682
+ defaultSelected: {
1683
+ kind: "default",
1684
+ value: false
1685
+ },
1686
+ isSelected: {
1687
+ kind: "default",
1688
+ value: false
1689
+ },
1690
+ size: {
1691
+ kind: "default",
1692
+ value: "medium"
1693
+ }
1694
+ } },
1695
+ Tabs: { props: {
1696
+ contextMenu: {
1697
+ kind: "default",
1698
+ value: false
1699
+ },
1700
+ hideTabListScroll: {
1701
+ kind: "default",
1702
+ value: false
1703
+ },
1704
+ isEditable: {
1705
+ kind: "default",
1706
+ value: false
1707
+ },
1708
+ isReorderable: {
1709
+ kind: "default",
1710
+ value: false
1711
+ },
1712
+ keepMounted: {
1713
+ kind: "default",
1714
+ value: false
1715
+ },
1716
+ label: {
1717
+ kind: "default",
1718
+ value: "Tabs"
1719
+ },
1720
+ placement: {
1721
+ kind: "default",
1722
+ value: "top"
1723
+ },
1724
+ prerender: {
1725
+ kind: "default",
1726
+ value: false
1727
+ },
1728
+ scrollArrowsPosition: {
1729
+ kind: "default",
1730
+ value: "suffix"
1731
+ },
1732
+ showScrollArrows: {
1733
+ kind: "default",
1734
+ value: false
1735
+ },
1736
+ showTabPicker: {
1737
+ kind: "default",
1738
+ value: false
1739
+ },
1740
+ size: {
1741
+ kind: "skip",
1742
+ reason: "reflected-attribute",
1743
+ note: "Default is 'medium', but Tabs renders `data-size={size}`, so omitting the prop drops the attribute while 'medium' emits it. Not lintable."
1744
+ },
1745
+ tabPickerPosition: {
1746
+ kind: "default",
1747
+ value: "suffix"
1748
+ },
1749
+ type: {
1750
+ kind: "default",
1751
+ value: "default"
1752
+ }
1753
+ } },
1754
+ Tag: { props: {
1755
+ autoHideActions: {
1756
+ kind: "default",
1757
+ value: false
1758
+ },
1759
+ disableActionsFocus: {
1760
+ kind: "default",
1761
+ value: false
1762
+ },
1763
+ highlightCaseSensitive: {
1764
+ kind: "default",
1765
+ value: false
1766
+ },
1767
+ isClosable: {
1768
+ kind: "default",
1769
+ value: false
1770
+ },
1771
+ isLoading: {
1772
+ kind: "default",
1773
+ value: false
1774
+ },
1775
+ isSelected: {
1776
+ kind: "skip",
1777
+ reason: "reflected-attribute",
1778
+ note: "Reflected as `aria-selected={isSelected}`, so omitting the prop removes the attribute while `false` emits `aria-selected=\"false\"`. Not safe to strip."
1779
+ },
1780
+ level: {
1781
+ kind: "default",
1782
+ value: 3
1783
+ },
1784
+ preserveActionsSpace: {
1785
+ kind: "default",
1786
+ value: false
1787
+ },
1788
+ size: {
1789
+ kind: "default",
1790
+ value: "inline"
1791
+ },
1792
+ theme: {
1793
+ kind: "default",
1794
+ value: "default"
1795
+ },
1796
+ tooltip: {
1797
+ kind: "default",
1798
+ value: true
1799
+ }
1800
+ } },
1801
+ Text: { props: {
1802
+ as: {
1803
+ kind: "default",
1804
+ value: "span"
1805
+ },
1806
+ margin: {
1807
+ kind: "default",
1808
+ value: 0
1809
+ },
1810
+ padding: {
1811
+ kind: "default",
1812
+ value: 0
1813
+ }
1814
+ } },
1815
+ TextArea: { props: {
1816
+ autoSize: {
1817
+ kind: "default",
1818
+ value: false
1819
+ },
1820
+ isBuffered: {
1821
+ kind: "default",
1822
+ value: true
1823
+ },
1824
+ maxRows: {
1825
+ kind: "default",
1826
+ value: 10
1827
+ },
1828
+ rows: {
1829
+ kind: "default",
1830
+ value: 3
1831
+ },
1832
+ size: {
1833
+ kind: "default",
1834
+ value: "medium"
1835
+ },
1836
+ suffixPosition: {
1837
+ kind: "default",
1838
+ value: "before"
1839
+ }
1840
+ } },
1841
+ TextInput: { props: {
1842
+ isBuffered: {
1843
+ kind: "default",
1844
+ value: true
1845
+ },
1846
+ multiLine: {
1847
+ kind: "default",
1848
+ value: false
1849
+ },
1850
+ size: {
1851
+ kind: "default",
1852
+ value: "medium"
1853
+ },
1854
+ suffixPosition: {
1855
+ kind: "default",
1856
+ value: "before"
1857
+ },
1858
+ type: {
1859
+ kind: "default",
1860
+ value: "text"
1861
+ }
1862
+ } },
1863
+ TextInputMapper: { props: {
1864
+ actionLabel: {
1865
+ kind: "default",
1866
+ value: "Mapping"
1867
+ },
1868
+ size: {
1869
+ kind: "default",
1870
+ value: "medium"
1871
+ }
1872
+ } },
1873
+ TextItem: { props: {
1874
+ highlightCaseSensitive: {
1875
+ kind: "default",
1876
+ value: false
1877
+ },
1878
+ tooltip: {
1879
+ kind: "default",
1880
+ value: true
1881
+ },
1882
+ tooltipPlacement: {
1883
+ kind: "default",
1884
+ value: "top"
1885
+ }
1886
+ } },
1887
+ Title: { props: {
1888
+ display: {
1889
+ kind: "default",
1890
+ value: "block"
1891
+ },
1892
+ gridArea: {
1893
+ kind: "default",
1894
+ value: "title"
1895
+ },
1896
+ level: {
1897
+ kind: "default",
1898
+ value: 1
1899
+ },
1900
+ margin: {
1901
+ kind: "default",
1902
+ value: 0
1903
+ }
1904
+ } },
1905
+ Tooltip: { props: { placement: {
1947
1906
  kind: "default",
1948
1907
  value: "top"
1949
- },
1950
- shouldCloseOnPress: {
1951
- kind: "default",
1952
- value: true
1953
- }
1954
- } },
1955
- Tree: { props: {
1956
- autoExpandParent: {
1957
- kind: "default",
1958
- value: false
1959
- },
1960
- contextMenu: {
1961
- kind: "default",
1962
- value: false
1963
- },
1964
- isCheckable: {
1965
- kind: "default",
1966
- value: false
1967
- },
1968
- isDisabled: {
1969
- kind: "default",
1970
- value: false
1971
- },
1972
- selectionMode: {
1973
- kind: "default",
1974
- value: "single"
1975
- }
1976
- } }
1977
- } };
1908
+ } } },
1909
+ TooltipProvider: { props: {
1910
+ closeDelay: {
1911
+ kind: "default",
1912
+ value: 500
1913
+ },
1914
+ crossOffset: {
1915
+ kind: "default",
1916
+ value: 0
1917
+ },
1918
+ delay: {
1919
+ kind: "default",
1920
+ value: 250
1921
+ },
1922
+ offset: {
1923
+ kind: "default",
1924
+ value: 8
1925
+ },
1926
+ placement: {
1927
+ kind: "default",
1928
+ value: "top"
1929
+ },
1930
+ shouldCloseOnPress: {
1931
+ kind: "default",
1932
+ value: true
1933
+ }
1934
+ } },
1935
+ TooltipTrigger: { props: {
1936
+ closeDelay: {
1937
+ kind: "default",
1938
+ value: 500
1939
+ },
1940
+ crossOffset: {
1941
+ kind: "default",
1942
+ value: 0
1943
+ },
1944
+ delay: {
1945
+ kind: "default",
1946
+ value: 250
1947
+ },
1948
+ offset: {
1949
+ kind: "default",
1950
+ value: 8
1951
+ },
1952
+ placement: {
1953
+ kind: "default",
1954
+ value: "top"
1955
+ },
1956
+ shouldCloseOnPress: {
1957
+ kind: "default",
1958
+ value: true
1959
+ }
1960
+ } },
1961
+ Tree: { props: {
1962
+ autoExpandParent: {
1963
+ kind: "default",
1964
+ value: false
1965
+ },
1966
+ contextMenu: {
1967
+ kind: "default",
1968
+ value: false
1969
+ },
1970
+ isCheckable: {
1971
+ kind: "default",
1972
+ value: false
1973
+ },
1974
+ isDisabled: {
1975
+ kind: "default",
1976
+ value: false
1977
+ },
1978
+ selectionMode: {
1979
+ kind: "default",
1980
+ value: "single"
1981
+ }
1982
+ } }
1983
+ },
1984
+ aliases: {
1985
+ "Button.Split": "ButtonSplit",
1986
+ "CollectionItem.Action": "ItemAction",
1987
+ "CollectionItem.Badge": "ItemBadge",
1988
+ "CommandMenu.Trigger": "MenuTrigger",
1989
+ Input: "TextInput",
1990
+ "Input.File": "FileInput",
1991
+ "Input.Number": "NumberInput",
1992
+ "Input.Password": "PasswordInput",
1993
+ "Input.Text": "TextInput",
1994
+ "Input.TextArea": "TextArea",
1995
+ "Item.Action": "ItemAction",
1996
+ "Item.Badge": "ItemBadge",
1997
+ ItemBase: "Item",
1998
+ "ItemBase.Action": "ItemAction",
1999
+ "ItemBase.Badge": "ItemBadge",
2000
+ "ItemButton.Action": "ItemAction",
2001
+ "ItemButton.Badge": "ItemBadge",
2002
+ "ItemCard.Action": "ItemAction",
2003
+ "Menu.Trigger": "MenuTrigger",
2004
+ "Radio.Group": "RadioGroup",
2005
+ "TextInput.File": "FileInput",
2006
+ "TextInput.Number": "NumberInput",
2007
+ "TextInput.Password": "PasswordInput",
2008
+ "TextInput.Text": "TextInput",
2009
+ "TextInput.TextArea": "TextArea",
2010
+ "Typography.Text": "Text",
2011
+ "Typography.Title": "Title"
2012
+ }
2013
+ };
1978
2014
 
1979
2015
  //#endregion
1980
2016
  export { DEFAULTS };