@cube-dev/ui-kit 0.163.0 → 0.165.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.
- package/README.md +1 -1
- package/dist/CHANGELOG.md +394 -0
- package/dist/README.md +1 -1
- package/dist/_internal/hooks/use-chained-callback.js +1 -1
- package/dist/_internal/hooks/use-debounced-value.js +1 -1
- package/dist/_internal/hooks/use-deprecation-warning.js +1 -1
- package/dist/_internal/hooks/use-event.js +1 -1
- package/dist/_internal/hooks/use-is-first-render.js +1 -1
- package/dist/_internal/hooks/use-sync-ref.js +1 -1
- package/dist/_internal/hooks/use-timer/timer.js +1 -1
- package/dist/_internal/hooks/use-timer/use-timer.js +1 -1
- package/dist/_internal/hooks/use-warn.js +1 -1
- package/dist/components/Block.js +1 -1
- package/dist/components/CollectionItem.js +1 -1
- package/dist/components/GlobalStyles.js +1 -1
- package/dist/components/GridProvider.js +1 -1
- package/dist/components/HiddenInput.js +1 -1
- package/dist/components/Root.d.ts +3 -2
- package/dist/components/Root.js +1 -1
- package/dist/components/Root.js.map +1 -1
- package/dist/components/actions/Action/Action.js +1 -1
- package/dist/components/actions/Banner/Banner.js +2 -5
- package/dist/components/actions/Banner/Banner.js.map +1 -1
- package/dist/components/actions/Button/Button.d.ts +3 -3
- package/dist/components/actions/Button/Button.js +8 -5
- package/dist/components/actions/Button/Button.js.map +1 -1
- package/dist/components/actions/ButtonGroup/ButtonGroup.js +1 -1
- package/dist/components/actions/ButtonSplit/ButtonSplit.js +1 -1
- package/dist/components/actions/ButtonSplit/context.js +1 -1
- package/dist/components/actions/CommandMenu/CommandMenu.js +1 -1
- package/dist/components/actions/CommandMenu/styled.js +1 -1
- package/dist/components/actions/ItemAction/ItemAction.d.ts +2 -2
- package/dist/components/actions/ItemAction/ItemAction.js +15 -6
- package/dist/components/actions/ItemAction/ItemAction.js.map +1 -1
- package/dist/components/actions/ItemActionContext.d.ts +14 -0
- package/dist/components/actions/ItemActionContext.js +2 -2
- package/dist/components/actions/ItemActionContext.js.map +1 -1
- package/dist/components/actions/ItemButton/ItemButton.js +56 -46
- package/dist/components/actions/ItemButton/ItemButton.js.map +1 -1
- package/dist/components/actions/Link/Link.js +1 -1
- package/dist/components/actions/Menu/Menu.js +1 -1
- package/dist/components/actions/Menu/MenuItem.js +1 -1
- package/dist/components/actions/Menu/MenuSection.js +1 -1
- package/dist/components/actions/Menu/MenuTrigger.d.ts +13 -0
- package/dist/components/actions/Menu/MenuTrigger.js +27 -15
- package/dist/components/actions/Menu/MenuTrigger.js.map +1 -1
- package/dist/components/actions/Menu/SubMenuTrigger.js +1 -1
- package/dist/components/actions/Menu/SubmenuTriggerContext.js +1 -1
- package/dist/components/actions/Menu/context.js +1 -1
- package/dist/components/actions/Menu/styled.js +1 -1
- package/dist/components/actions/index.js +1 -1
- package/dist/components/actions/use-action.js +1 -1
- package/dist/components/actions/use-anchored-menu.js +1 -1
- package/dist/components/actions/use-context-menu.js +1 -1
- package/dist/components/content/ActiveZone/ActiveZone.js +1 -1
- package/dist/components/content/Alert/Alert.js +1 -1
- package/dist/components/content/Alert/use-alert.js +1 -1
- package/dist/components/content/Avatar/Avatar.js +1 -1
- package/dist/components/content/Badge/Badge.js +1 -1
- package/dist/components/content/Card/Card.js +1 -1
- package/dist/components/content/Content.js +1 -1
- package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js +1 -1
- package/dist/components/content/CopySnippet/CopySnippet.d.ts +10 -0
- package/dist/components/content/CopySnippet/CopySnippet.js +7 -4
- package/dist/components/content/CopySnippet/CopySnippet.js.map +1 -1
- package/dist/components/content/Disclosure/Disclosure.js +1 -1
- package/dist/components/content/Divider.js +1 -1
- package/dist/components/content/Footer.js +1 -1
- package/dist/components/content/Header.js +1 -1
- package/dist/components/content/HotKeys/HotKeys.js +1 -1
- package/dist/components/content/InfoBadge/InfoBadge.js +1 -1
- package/dist/components/content/InlineInput/InlineInput.js +1 -1
- package/dist/components/content/InlineInput/InlineInput.js.map +1 -1
- package/dist/components/content/Item/Item.d.ts +2 -2
- package/dist/components/content/Item/Item.js +13 -58
- package/dist/components/content/Item/Item.js.map +1 -1
- package/dist/components/content/ItemBadge/ItemBadge.d.ts +1 -1
- package/dist/components/content/ItemBadge/ItemBadge.js +7 -4
- package/dist/components/content/ItemBadge/ItemBadge.js.map +1 -1
- package/dist/components/content/ItemCard/ItemCard.js +1 -1
- package/dist/components/content/Layout/GridLayout.js +1 -1
- package/dist/components/content/Layout/Layout.js +1 -1
- package/dist/components/content/Layout/LayoutBlock.js +1 -1
- package/dist/components/content/Layout/LayoutCenter.js +1 -1
- package/dist/components/content/Layout/LayoutContainer.js +1 -1
- package/dist/components/content/Layout/LayoutContent.js +1 -1
- package/dist/components/content/Layout/LayoutContext.js +1 -1
- package/dist/components/content/Layout/LayoutFlex.js +1 -1
- package/dist/components/content/Layout/LayoutFooter.js +1 -1
- package/dist/components/content/Layout/LayoutGrid.js +1 -1
- package/dist/components/content/Layout/LayoutHeader.js +1 -1
- package/dist/components/content/Layout/LayoutPane.js +1 -1
- package/dist/components/content/Layout/LayoutPanel.js +1 -1
- package/dist/components/content/Layout/LayoutPanelHeader.js +1 -1
- package/dist/components/content/Layout/LayoutToolbar.js +1 -1
- package/dist/components/content/Layout/hooks/useTinyScrollbar.js +1 -1
- package/dist/components/content/Layout/index.js +1 -1
- package/dist/components/content/Layout/utils.js +1 -1
- package/dist/components/content/Paragraph.js +1 -1
- package/dist/components/content/Placeholder/Placeholder.js +1 -1
- package/dist/components/content/PrismCode/PrismCode.d.ts +6 -0
- package/dist/components/content/PrismCode/PrismCode.js +12 -3
- package/dist/components/content/PrismCode/PrismCode.js.map +1 -1
- package/dist/components/content/PrismCode/prismSetup.js +1 -1
- package/dist/components/content/PrismDiffCode/PrismDiffCode.js +1 -1
- package/dist/components/content/Result/Result.js +1 -1
- package/dist/components/content/Skeleton/Skeleton.js +1 -1
- package/dist/components/content/Tag/Tag.js +1 -1
- package/dist/components/content/Text.d.ts +14 -14
- package/dist/components/content/Text.js +1 -1
- package/dist/components/content/TextItem/TextItem.js +1 -1
- package/dist/components/content/Title.js +1 -1
- package/dist/components/content/Tree/Tree.js +1 -1
- package/dist/components/content/Tree/TreeNode.js +1 -1
- package/dist/components/content/Tree/styled.js +1 -1
- package/dist/components/content/Tree/tree-index.js +1 -1
- package/dist/components/content/Tree/use-checkbox-tree.js +1 -1
- package/dist/components/content/Tree/use-load-data.js +1 -1
- package/dist/components/content/highlightText.js +1 -1
- package/dist/components/content/use-auto-tooltip.js +1 -1
- package/dist/components/data/DataTable/DataTable.js +140 -21
- package/dist/components/data/DataTable/DataTable.js.map +1 -1
- package/dist/components/data/DataTable/index.d.ts +1 -1
- package/dist/components/data/DataTable/types.d.ts +19 -4
- package/dist/components/data/ItemTable/ItemTable.js +169 -25
- package/dist/components/data/ItemTable/ItemTable.js.map +1 -1
- package/dist/components/data/ItemTable/ItemTableBulkBar.js +1 -1
- package/dist/components/data/ItemTable/ItemTableDragPreview.js +1 -1
- package/dist/components/data/ItemTable/ItemTableFooter.js +1 -1
- package/dist/components/data/ItemTable/ItemTableToolbar.js +1 -1
- package/dist/components/data/ItemTable/types.d.ts +7 -2
- package/dist/components/data/TableBase/ColumnResizer.js +1 -1
- package/dist/components/data/TableBase/RowCollection.js +1 -1
- package/dist/components/data/TableBase/TableHeaderCell.js +1 -1
- package/dist/components/data/TableBase/TableRow.js +30 -5
- package/dist/components/data/TableBase/TableRow.js.map +1 -1
- package/dist/components/data/TableBase/TableView.d.ts +2 -1
- package/dist/components/data/TableBase/TableView.js +299 -75
- package/dist/components/data/TableBase/TableView.js.map +1 -1
- package/dist/components/data/TableBase/column-menu.js +1 -1
- package/dist/components/data/TableBase/column-tint.js +12 -2
- package/dist/components/data/TableBase/column-tint.js.map +1 -1
- package/dist/components/data/TableBase/index.d.ts +1 -1
- package/dist/components/data/TableBase/row-menu.js +1 -1
- package/dist/components/data/TableBase/styled.d.ts +1 -2
- package/dist/components/data/TableBase/styled.js +75 -2
- package/dist/components/data/TableBase/styled.js.map +1 -1
- package/dist/components/data/TableBase/table-tree.js +129 -0
- package/dist/components/data/TableBase/table-tree.js.map +1 -0
- package/dist/components/data/TableBase/types.d.ts +46 -1
- package/dist/components/data/TableBase/types.js +1 -1
- package/dist/components/data/TableBase/types.js.map +1 -1
- package/dist/components/data/TableBase/use-cell-selection.d.ts +0 -1
- package/dist/components/data/TableBase/use-cell-selection.js +0 -0
- package/dist/components/data/TableBase/use-column-order.js +1 -1
- package/dist/components/data/TableBase/use-container-width.js +1 -1
- package/dist/components/data/TableBase/use-row-move-animation.js +1 -1
- package/dist/components/data/TableBase/use-scrollability.js +1 -1
- package/dist/components/data/TableBase/use-table-columns.js +1 -1
- package/dist/components/data/TableBase/use-table-search.js +4 -4
- package/dist/components/data/TableBase/use-table-search.js.map +1 -1
- package/dist/components/data/TableBase/use-table-selection.js +124 -24
- package/dist/components/data/TableBase/use-table-selection.js.map +1 -1
- package/dist/components/data/TableBase/use-table-sort.js +1 -1
- package/dist/components/data/TableBase/use-table-sorts.js +1 -1
- package/dist/components/data/TableBase/use-table-storage.js +1 -1
- package/dist/components/data/TableBase/use-table-tree-state.js +107 -0
- package/dist/components/data/TableBase/use-table-tree-state.js.map +1 -0
- package/dist/components/data/index.d.ts +2 -2
- package/dist/components/fields/Checkbox/Checkbox.js +1 -1
- package/dist/components/fields/Checkbox/CheckboxGroup.js +1 -1
- package/dist/components/fields/Checkbox/context.js +1 -1
- package/dist/components/fields/ColorInput/ColorInput.js +12 -7
- package/dist/components/fields/ColorInput/ColorInput.js.map +1 -1
- package/dist/components/fields/ColorPicker/ColorPicker.js +3 -2
- package/dist/components/fields/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/components/fields/{color → ColorSwatch}/ColorSwatch.d.ts +8 -2
- package/dist/components/fields/{color → ColorSwatch}/ColorSwatch.js +14 -6
- package/dist/components/fields/ColorSwatch/ColorSwatch.js.map +1 -0
- package/dist/components/fields/ColorSwatch/index.d.ts +2 -0
- package/dist/components/fields/ColorSwatchGroup/ColorSwatchGroup.js +1 -1
- package/dist/components/fields/ComboBox/ComboBox.js +2 -6
- package/dist/components/fields/ComboBox/ComboBox.js.map +1 -1
- package/dist/components/fields/CommandTextArea/CommandTextArea.js +8 -25
- package/dist/components/fields/CommandTextArea/CommandTextArea.js.map +1 -1
- package/dist/components/fields/CommandTextArea/caretPosition.js +1 -1
- package/dist/components/fields/CommandTextArea/useCaretAnchor.js +1 -1
- package/dist/components/fields/DatePicker/DateInput.js +1 -1
- package/dist/components/fields/DatePicker/DateInputBase.js +1 -1
- package/dist/components/fields/DatePicker/DatePicker.js +1 -1
- package/dist/components/fields/DatePicker/DatePickerButton.js +32 -2
- package/dist/components/fields/DatePicker/DatePickerButton.js.map +1 -1
- package/dist/components/fields/DatePicker/DatePickerElement.js +1 -1
- package/dist/components/fields/DatePicker/DatePickerInput.js +1 -1
- package/dist/components/fields/DatePicker/DatePickerSegment.js +1 -1
- package/dist/components/fields/DatePicker/DateRangePicker.js +1 -1
- package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js +1 -1
- package/dist/components/fields/DatePicker/MonthPicker.js +1 -1
- package/dist/components/fields/DatePicker/PeriodPicker.js +3 -2
- package/dist/components/fields/DatePicker/PeriodPicker.js.map +1 -1
- package/dist/components/fields/DatePicker/QuarterPicker.js +1 -1
- package/dist/components/fields/DatePicker/TimeInput.js +1 -1
- package/dist/components/fields/DatePicker/WeekPicker.js +1 -1
- package/dist/components/fields/DatePicker/YearPicker.js +1 -1
- package/dist/components/fields/DatePicker/parseDate.js +1 -1
- package/dist/components/fields/DatePicker/period.js +1 -1
- package/dist/components/fields/DatePicker/props.js +1 -1
- package/dist/components/fields/DatePicker/utils.js +1 -1
- package/dist/components/fields/FileInput/FileInput.js +1 -1
- package/dist/components/fields/FilterListBox/FilterListBox.js +1 -1
- package/dist/components/fields/FilterPicker/FilterPicker.js +1 -1
- package/dist/components/fields/FilterPicker/FilterPicker.js.map +1 -1
- package/dist/components/fields/Input/Input.js +1 -1
- package/dist/components/fields/ListBox/DraggableListBox.js +1 -1
- package/dist/components/fields/ListBox/ListBox.js +1 -1
- package/dist/components/fields/ListBoxPopover/ListBoxPopover.js +1 -1
- package/dist/components/fields/ListBoxPopover/index.d.ts +0 -1
- package/dist/components/fields/ListBoxPopover/listNavigation.js +1 -1
- package/dist/components/fields/ListBoxPopover/useCompositeFocus.js +1 -1
- package/dist/components/fields/NumberInput/NumberInput.js +1 -1
- package/dist/components/fields/NumberInput/StepButton.js +1 -1
- package/dist/components/fields/PasswordInput/PasswordInput.js +9 -6
- package/dist/components/fields/PasswordInput/PasswordInput.js.map +1 -1
- package/dist/components/fields/Picker/Picker.js +1 -1
- package/dist/components/fields/Picker/Picker.js.map +1 -1
- package/dist/components/fields/RadioGroup/Radio.js +1 -1
- package/dist/components/fields/RadioGroup/RadioGroup.js +2 -1
- package/dist/components/fields/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/components/fields/RadioGroup/context.js +1 -1
- package/dist/components/fields/SearchComboBox/SearchComboBox.js +2 -6
- package/dist/components/fields/SearchComboBox/SearchComboBox.js.map +1 -1
- package/dist/components/fields/SearchInput/SearchInput.js +18 -16
- package/dist/components/fields/SearchInput/SearchInput.js.map +1 -1
- package/dist/components/fields/Select/Select.js +3 -6
- package/dist/components/fields/Select/Select.js.map +1 -1
- package/dist/components/fields/Slider/Gradation.js +1 -1
- package/dist/components/fields/Slider/HueSlider.js +15 -2
- package/dist/components/fields/Slider/HueSlider.js.map +1 -1
- package/dist/components/fields/Slider/RangeSlider.js +1 -1
- package/dist/components/fields/Slider/Slider.js +1 -1
- package/dist/components/fields/Slider/SliderBase.js +1 -1
- package/dist/components/fields/Slider/SliderThumb.js +1 -1
- package/dist/components/fields/Slider/SliderTrack.js +1 -1
- package/dist/components/fields/Slider/elements.js +1 -1
- package/dist/components/fields/Slider/index.js +1 -1
- package/dist/components/fields/Switch/Switch.js +1 -1
- package/dist/components/fields/TextArea/TextArea.js +10 -29
- package/dist/components/fields/TextArea/TextArea.js.map +1 -1
- package/dist/components/fields/TextInput/TextInput.js +1 -1
- package/dist/components/fields/TextInput/TextInputBase.js +1 -1
- package/dist/components/fields/TextInput/useAutoSizeTextArea.js +146 -0
- package/dist/components/fields/TextInput/useAutoSizeTextArea.js.map +1 -0
- package/dist/components/fields/TextInputMapper/TextInputMapper.js +1 -1
- package/dist/components/fields/color/ColorPanel.js +1 -1
- package/dist/components/fields/color/channels.js +1 -1
- package/dist/components/fields/color/color.js +4 -4
- package/dist/components/fields/color/color.js.map +1 -1
- package/dist/components/fields/color/context.js +1 -1
- package/dist/components/fields/color/index.d.ts +0 -1
- package/dist/components/fields/index.d.ts +2 -1
- package/dist/components/form/FieldWrapper/FieldWrapper.js +1 -1
- package/dist/components/form/Form/Field.js +1 -1
- package/dist/components/form/Form/Form.js +1 -1
- package/dist/components/form/Form/ResetButton/ResetButton.js +1 -1
- package/dist/components/form/Form/SubmitButton/SubmitButton.js +1 -1
- package/dist/components/form/Form/SubmitError.js +1 -1
- package/dist/components/form/Form/index.js +1 -1
- package/dist/components/form/Form/use-field/use-field-props.js +1 -1
- package/dist/components/form/Form/use-field/use-field.js +1 -1
- package/dist/components/form/Form/use-form.js +1 -1
- package/dist/components/form/Form/validation.js +1 -1
- package/dist/components/form/Label.js +1 -1
- package/dist/components/form/validation/ValidationIndicator.js +1 -1
- package/dist/components/form/validation/resolve-validation-props.js +1 -1
- package/dist/components/form/validation/use-validation-props.js +1 -1
- package/dist/components/form/wrapper.js +1 -1
- package/dist/components/helpers/DisplayTransition/DisplayTransition.js +1 -1
- package/dist/components/helpers/IconSwitch/IconSwitch.js +1 -1
- package/dist/components/layout/Board/Board.d.ts +38 -5
- package/dist/components/layout/Board/Board.js +11 -5
- package/dist/components/layout/Board/Board.js.map +1 -1
- package/dist/components/layout/Board/BoardProvider.js +1 -1
- package/dist/components/layout/Board/BoardResponsive.js +1 -1
- package/dist/components/layout/Board/Widget.d.ts +16 -1
- package/dist/components/layout/Board/Widget.js +3 -2
- package/dist/components/layout/Board/Widget.js.map +1 -1
- package/dist/components/layout/Board/WidgetHost.js +92 -17
- package/dist/components/layout/Board/WidgetHost.js.map +1 -1
- package/dist/components/layout/Board/board-context.js +5 -5
- package/dist/components/layout/Board/board-context.js.map +1 -1
- package/dist/components/layout/Board/board-store.d.ts +1 -0
- package/dist/components/layout/Board/board-store.js +2 -2
- package/dist/components/layout/Board/board-store.js.map +1 -1
- package/dist/components/layout/Board/grid-core/calculate.js +1 -1
- package/dist/components/layout/Board/grid-core/collision-modes.js +186 -0
- package/dist/components/layout/Board/grid-core/collision-modes.js.map +1 -0
- package/dist/components/layout/Board/grid-core/collision.js +1 -1
- package/dist/components/layout/Board/grid-core/compactors.js +1 -1
- package/dist/components/layout/Board/grid-core/constraints.js +1 -1
- package/dist/components/layout/Board/grid-core/group-move.js +1 -1
- package/dist/components/layout/Board/grid-core/layout.js +12 -2
- package/dist/components/layout/Board/grid-core/layout.js.map +1 -1
- package/dist/components/layout/Board/grid-core/sort.js +1 -1
- package/dist/components/layout/Board/grid-core/types.d.ts +19 -1
- package/dist/components/layout/Board/index.d.ts +2 -2
- package/dist/components/layout/Board/index.js +1 -1
- package/dist/components/layout/Board/index.js.map +1 -1
- package/dist/components/layout/Board/responsive-utils.js +1 -1
- package/dist/components/layout/Board/use-board-layout.js +1 -1
- package/dist/components/layout/Board/use-board-registry.js +137 -47
- package/dist/components/layout/Board/use-board-registry.js.map +1 -1
- package/dist/components/layout/Board/use-board-select-modifier-key.js +1 -1
- package/dist/components/layout/Board/use-board-selection.js +1 -1
- package/dist/components/layout/Flex.js +1 -1
- package/dist/components/layout/Flow.js +1 -1
- package/dist/components/layout/Grid.js +1 -1
- package/dist/components/layout/Panel.js +1 -1
- package/dist/components/layout/Prefix.js +1 -1
- package/dist/components/layout/ResizablePanel.js +1 -1
- package/dist/components/layout/Space.js +1 -1
- package/dist/components/layout/Suffix.js +1 -1
- package/dist/components/navigation/Pagination/Pagination.js +1 -1
- package/dist/components/navigation/Pagination/use-pagination.js +1 -1
- package/dist/components/navigation/Tabs/DraggableTabList.js +1 -1
- package/dist/components/navigation/Tabs/TabButton.js +2 -29
- package/dist/components/navigation/Tabs/TabButton.js.map +1 -1
- package/dist/components/navigation/Tabs/TabDropIndicator.js +1 -1
- package/dist/components/navigation/Tabs/TabPanel.js +1 -1
- package/dist/components/navigation/Tabs/TabPicker.js +1 -1
- package/dist/components/navigation/Tabs/Tabs.js +1 -1
- package/dist/components/navigation/Tabs/TabsAction.js +1 -1
- package/dist/components/navigation/Tabs/TabsContext.js +1 -1
- package/dist/components/navigation/Tabs/popover-placement.js +1 -1
- package/dist/components/navigation/Tabs/styled.js +1 -1
- package/dist/components/navigation/Tabs/types.js +1 -1
- package/dist/components/navigation/Tabs/use-tab-editing.js +1 -1
- package/dist/components/navigation/Tabs/use-tab-indicator.js +1 -1
- package/dist/components/organisms/StatsCard/StatsCard.js +1 -1
- package/dist/components/other/Calendar/Calendar.js +1 -1
- package/dist/components/other/Calendar/CalendarCell.js +1 -1
- package/dist/components/other/Calendar/CalendarGrid.js +1 -1
- package/dist/components/other/Calendar/CalendarHeader.js +1 -1
- package/dist/components/other/Calendar/CalendarPanel.js +1 -1
- package/dist/components/other/Calendar/PeriodCalendar.js +1 -1
- package/dist/components/other/Calendar/PeriodGrid.js +1 -1
- package/dist/components/other/Calendar/RangeCalendar.js +1 -1
- package/dist/components/other/Calendar/styled.js +1 -1
- package/dist/components/other/CubeLogo/CubeLogo.js +1 -1
- package/dist/components/other/NoDataIcon/NoDataIcon.d.ts +37 -0
- package/dist/components/other/NoDataIcon/NoDataIcon.js +56 -0
- package/dist/components/other/NoDataIcon/NoDataIcon.js.map +1 -0
- package/dist/components/other/NoDataIcon/index.d.ts +2 -0
- package/dist/components/overlays/AlertDialog/AlertDialog.js +1 -1
- package/dist/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
- package/dist/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
- package/dist/components/overlays/Dialog/Dialog.js +4 -3
- package/dist/components/overlays/Dialog/Dialog.js.map +1 -1
- package/dist/components/overlays/Dialog/DialogContainer.js +1 -1
- package/dist/components/overlays/Dialog/DialogForm.js +1 -1
- package/dist/components/overlays/Dialog/DialogTrigger.d.ts +13 -0
- package/dist/components/overlays/Dialog/DialogTrigger.js +24 -5
- package/dist/components/overlays/Dialog/DialogTrigger.js.map +1 -1
- package/dist/components/overlays/Dialog/context.js +1 -1
- package/dist/components/overlays/Dialog/context.js.map +1 -1
- package/dist/components/overlays/Dialog/use-dialog-container.js +1 -1
- package/dist/components/overlays/Modal/Modal.d.ts +1 -2
- package/dist/components/overlays/Modal/Modal.js +1 -1
- package/dist/components/overlays/Modal/OpenTransitionContext.js +1 -1
- package/dist/components/overlays/Modal/Overlay.d.ts +0 -1
- package/dist/components/overlays/Modal/Overlay.js +1 -1
- package/dist/components/overlays/Modal/Popover.js +1 -1
- package/dist/components/overlays/Modal/Tray.js +1 -1
- package/dist/components/overlays/Modal/Underlay.js +1 -1
- package/dist/components/overlays/Modal/types.d.ts +0 -1
- package/dist/components/overlays/Notifications/Notification.js +1 -1
- package/dist/components/overlays/Notifications/NotificationAction.js +1 -1
- package/dist/components/overlays/Notifications/NotificationCard.js +1 -1
- package/dist/components/overlays/Notifications/NotificationContext.d.ts +0 -2
- package/dist/components/overlays/Notifications/NotificationContext.js +1 -1
- package/dist/components/overlays/Notifications/NotificationItem.js +1 -1
- package/dist/components/overlays/Notifications/OverlayContainer.js +1 -1
- package/dist/components/overlays/Notifications/OverlayProvider.js +1 -1
- package/dist/components/overlays/Notifications/PersistentNotificationsList.js +1 -1
- package/dist/components/overlays/Notifications/dismissed-storage.js +1 -1
- package/dist/components/overlays/Notifications/format-relative-time.js +1 -1
- package/dist/components/overlays/Notifications/index.js +1 -1
- package/dist/components/overlays/Notifications/use-notification-state.js +1 -1
- package/dist/components/overlays/Notifications/use-notifications.js +1 -1
- package/dist/components/overlays/Notifications/use-overlay-timers.js +1 -1
- package/dist/components/overlays/Notifications/use-persistent-notifications.js +1 -1
- package/dist/components/overlays/Notifications/use-persistent-state.js +1 -1
- package/dist/components/overlays/Notifications/use-toast-state.js +1 -1
- package/dist/components/overlays/Toast/ToastItem.js +1 -1
- package/dist/components/overlays/Toast/index.js +1 -1
- package/dist/components/overlays/Toast/useProgressToast.js +1 -1
- package/dist/components/overlays/Toast/useToast.js +1 -1
- package/dist/components/overlays/Tooltip/Tooltip.js +1 -1
- package/dist/components/overlays/Tooltip/TooltipProvider.js +1 -1
- package/dist/components/overlays/Tooltip/TooltipTrigger.js +1 -1
- package/dist/components/overlays/Tooltip/context.js +1 -1
- package/dist/components/portal/Portal.js +1 -1
- package/dist/components/portal/PortalProvider.js +1 -1
- package/dist/components/portal/index.d.ts +0 -1
- package/dist/components/portal/usePortal.js +1 -1
- package/dist/components/shared/DraggableCollection.js +1 -1
- package/dist/components/shared/InvalidIcon.js +1 -1
- package/dist/components/shared/ValidIcon.js +1 -1
- package/dist/components/status/LoadingAnimation/LoadingAnimation.js +1 -1
- package/dist/components/status/LoadingAnimation/LoadingAnimation.js.map +1 -1
- package/dist/components/status/Spin/Cube.js +1 -1
- package/dist/components/status/Spin/InternalSpinner.js +1 -1
- package/dist/components/status/Spin/Spin.js +1 -1
- package/dist/components/status/Spin/SpinsContainer.js +1 -1
- package/dist/data/item-themes.d.ts +1 -1
- package/dist/data/item-themes.js +217 -46
- package/dist/data/item-themes.js.map +1 -1
- package/dist/data/themes.js +1 -1
- package/dist/eslint-plugin/defaults.generated.js +41 -13
- package/dist/eslint-plugin/defaults.generated.js.map +1 -1
- package/dist/eslint-plugin/index.js +1 -1
- package/dist/eslint-plugin/rules/no-redundant-default-prop.js +1 -1
- package/dist/i18n/I18nProvider.js +1 -1
- package/dist/i18n/createFormatter.js +1 -1
- package/dist/i18n/index.js +1 -1
- package/dist/i18n/instance.js +1 -1
- package/dist/i18n/locales/de-DE/uikit.js +2 -1
- package/dist/i18n/locales/en-US/uikit.js +2 -1
- package/dist/i18n/locales/en-US/uikit.json.d.ts +1 -0
- package/dist/i18n/locales/es-ES/uikit.js +2 -1
- package/dist/i18n/locales/es-MX/uikit.js +2 -1
- package/dist/i18n/locales/fr-FR/uikit.js +2 -1
- package/dist/i18n/locales/it-IT/uikit.js +2 -1
- package/dist/i18n/locales/ja-JP/uikit.js +2 -1
- package/dist/i18n/locales/nb-NO/uikit.js +2 -1
- package/dist/i18n/locales/pt-BR/uikit.js +2 -1
- package/dist/i18n/locales/pt-PT/uikit.js +2 -1
- package/dist/i18n/locales/sv-SE/uikit.js +2 -1
- package/dist/i18n/locales/vi-VN/uikit.js +2 -1
- package/dist/i18n/locales.js +1 -1
- package/dist/i18n/useFormatter.js +1 -1
- package/dist/i18n/useI18n.js +1 -1
- package/dist/icons/AdjustmentsHorizontalIcon.js +1 -1
- package/dist/icons/AdjustmentsIcon.js +1 -1
- package/dist/icons/AiIcon.js +1 -1
- package/dist/icons/AreaChartIcon.js +1 -1
- package/dist/icons/ArrowNarrowDownIcon.js +1 -1
- package/dist/icons/ArrowNarrowUpIcon.js +1 -1
- package/dist/icons/BackwardIcon.js +1 -1
- package/dist/icons/BarChartIcon.js +1 -1
- package/dist/icons/BellFilledIcon.js +1 -1
- package/dist/icons/BellIcon.js +1 -1
- package/dist/icons/BooleanIcon.js +1 -1
- package/dist/icons/CalendarEditIcon.js +1 -1
- package/dist/icons/CalendarIcon.js +1 -1
- package/dist/icons/CaretDownIcon.js +1 -1
- package/dist/icons/CaretUpIcon.js +1 -1
- package/dist/icons/ChartAreaStackedIcon.js +1 -1
- package/dist/icons/ChartAreaStackedPercentageIcon.js +1 -1
- package/dist/icons/ChartBarGroupedHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarGroupedIcon.js +1 -1
- package/dist/icons/ChartBarHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarLineIcon.js +1 -1
- package/dist/icons/ChartBarStackedHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarStackedIcon.js +1 -1
- package/dist/icons/ChartBarStackedPercentageHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarStackedPercentageIcon.js +1 -1
- package/dist/icons/ChartBoxPlot2Icon.js +1 -1
- package/dist/icons/ChartBoxPlotIcon.js +1 -1
- package/dist/icons/ChartBubbleIcon.js +1 -1
- package/dist/icons/ChartDonut2Icon.js +1 -1
- package/dist/icons/ChartFunnelIcon.js +1 -1
- package/dist/icons/ChartHeatmapIcon.js +1 -1
- package/dist/icons/ChartKPIIcon.js +1 -1
- package/dist/icons/ChartPie2Icon.js +1 -1
- package/dist/icons/ChartScatterIcon.js +1 -1
- package/dist/icons/CheckCircleFilledIcon.js +1 -1
- package/dist/icons/CheckCircleIcon.js +1 -1
- package/dist/icons/CheckIcon.js +1 -1
- package/dist/icons/CircleFilledIcon.js +1 -1
- package/dist/icons/ClearIcon.js +1 -1
- package/dist/icons/CloseCircleFilledIcon.js +1 -1
- package/dist/icons/CloseCircleIcon.js +1 -1
- package/dist/icons/CloseIcon.js +1 -1
- package/dist/icons/CodeIcon.js +1 -1
- package/dist/icons/ColumnTotalIcon.js +1 -1
- package/dist/icons/CopyIcon.js +1 -1
- package/dist/icons/CountIcon.js +1 -1
- package/dist/icons/CubeIcon.js +1 -1
- package/dist/icons/CubePauseIcon.js +1 -1
- package/dist/icons/CubePlayIcon.js +1 -1
- package/dist/icons/CurrencyDollarIcon.js +1 -1
- package/dist/icons/DangerIcon.js +1 -1
- package/dist/icons/DashboardIcon.js +1 -1
- package/dist/icons/DatabaseIcon.js +1 -1
- package/dist/icons/DecimalDecreaseIcon.js +1 -1
- package/dist/icons/DecimalIncreaseIcon.js +1 -1
- package/dist/icons/DirectionIcon.js +1 -1
- package/dist/icons/DonutIcon.js +1 -1
- package/dist/icons/DownIcon.js +1 -1
- package/dist/icons/EditIcon.js +1 -1
- package/dist/icons/ExclamationCircleFilledIcon.js +1 -1
- package/dist/icons/ExclamationCircleIcon.js +1 -1
- package/dist/icons/ExclamationIcon.js +1 -1
- package/dist/icons/EyeIcon.js +1 -1
- package/dist/icons/EyeInvisibleIcon.js +1 -1
- package/dist/icons/FilterIcon.js +1 -1
- package/dist/icons/FolderFilledIcon.js +1 -1
- package/dist/icons/FolderIcon.js +1 -1
- package/dist/icons/FolderOpenFilledIcon.js +1 -1
- package/dist/icons/FolderOpenIcon.js +1 -1
- package/dist/icons/ForwardIcon.js +1 -1
- package/dist/icons/GripVerticalIcon.js +1 -1
- package/dist/icons/HierarchyIcon.js +1 -1
- package/dist/icons/HierarchyOpenIcon.js +1 -1
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/InfoCircleIcon.js +1 -1
- package/dist/icons/InfoIcon.js +1 -1
- package/dist/icons/KeyIcon.js +1 -1
- package/dist/icons/LeftIcon.js +1 -1
- package/dist/icons/LineChartIcon.js +1 -1
- package/dist/icons/LoadingIcon.js +1 -1
- package/dist/icons/LockFilledIcon.js +1 -1
- package/dist/icons/LockIcon.js +1 -1
- package/dist/icons/MoreIcon.js +1 -1
- package/dist/icons/NotAllowedIcon.js +1 -1
- package/dist/icons/Number123Icon.js +1 -1
- package/dist/icons/NumberIcon.js +1 -1
- package/dist/icons/PauseCircleFilledIcon.js +1 -1
- package/dist/icons/PauseCircleIcon.js +1 -1
- package/dist/icons/PauseIcon.js +1 -1
- package/dist/icons/PercentageIcon.js +1 -1
- package/dist/icons/PieChartIcon.js +1 -1
- package/dist/icons/PipetteIcon.js +1 -1
- package/dist/icons/PlayCircleIcon.js +1 -1
- package/dist/icons/PlayIcon.js +1 -1
- package/dist/icons/PlusIcon.js +1 -1
- package/dist/icons/ProgressBarIcon.js +1 -1
- package/dist/icons/ReloadIcon.js +1 -1
- package/dist/icons/ReportIcon.js +1 -1
- package/dist/icons/ReturnIcon.js +1 -1
- package/dist/icons/RightIcon.js +1 -1
- package/dist/icons/RowTotalsIcon.js +1 -1
- package/dist/icons/SchemeIcon.js +1 -1
- package/dist/icons/SearchIcon.js +1 -1
- package/dist/icons/SemanticQueryIcon.js +1 -1
- package/dist/icons/SettingsIcon.js +1 -1
- package/dist/icons/ShieldFilledIcon.js +1 -1
- package/dist/icons/ShieldIcon.js +1 -1
- package/dist/icons/SlashIcon.js +1 -1
- package/dist/icons/SparklesIcon.js +1 -1
- package/dist/icons/SqlIcon.js +1 -1
- package/dist/icons/StatsIcon.js +1 -1
- package/dist/icons/StopIcon.js +1 -1
- package/dist/icons/StringIcon.js +1 -1
- package/dist/icons/SubtotalsIcon.js +1 -1
- package/dist/icons/SwitchIcon.js +1 -1
- package/dist/icons/TableIcon.js +1 -1
- package/dist/icons/ThumbsDownIcon.js +1 -1
- package/dist/icons/ThumbsUpIcon.js +1 -1
- package/dist/icons/ThunderboltCrossedIcon.js +1 -1
- package/dist/icons/ThunderboltFilledIcon.js +1 -1
- package/dist/icons/ThunderboltIcon.js +1 -1
- package/dist/icons/TimeIcon.js +1 -1
- package/dist/icons/TrashIcon.js +1 -1
- package/dist/icons/UnlockIcon.js +1 -1
- package/dist/icons/UpIcon.js +1 -1
- package/dist/icons/UserGroupIcon.js +1 -1
- package/dist/icons/UserIcon.js +1 -1
- package/dist/icons/UserLockIcon.js +1 -1
- package/dist/icons/ViewIcon.js +1 -1
- package/dist/icons/WarningFilledIcon.js +1 -1
- package/dist/icons/WarningIcon.js +1 -1
- package/dist/icons/wrap-icon.js +1 -1
- package/dist/index.d.ts +10 -7
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/probe/canonicalize.js +1 -1
- package/dist/probe/css.js +1 -1
- package/dist/probe/index.js +1 -1
- package/dist/provider.js +1 -1
- package/dist/providers/TrackingProvider.js +1 -1
- package/dist/providers/navigationAdapter.default.js +1 -1
- package/dist/tokens/base.js +1 -1
- package/dist/tokens/color-seed.d.ts +44 -0
- package/dist/tokens/color-seed.js +48 -0
- package/dist/tokens/color-seed.js.map +1 -0
- package/dist/tokens/color-theme.d.ts +9 -1
- package/dist/tokens/color-theme.js +20 -7
- package/dist/tokens/color-theme.js.map +1 -1
- package/dist/tokens/colors.js +20 -3
- package/dist/tokens/colors.js.map +1 -1
- package/dist/tokens/index.d.ts +2 -1
- package/dist/tokens/index.js +3 -2
- package/dist/tokens/index.js.map +1 -1
- package/dist/tokens/layout.js +1 -1
- package/dist/tokens/lazy-styles.js +1 -1
- package/dist/tokens/palette-config.d.ts +304 -77
- package/dist/tokens/palette-config.js +188 -49
- package/dist/tokens/palette-config.js.map +1 -1
- package/dist/tokens/palette.js +617 -163
- package/dist/tokens/palette.js.map +1 -1
- package/dist/tokens/shadows.js +1 -1
- package/dist/tokens/sizes.js +1 -1
- package/dist/tokens/spacing.js +1 -1
- package/dist/tokens/typography.js +1 -1
- package/dist/utils/ResizeSensor.js +1 -1
- package/dist/utils/is-dev-env.js +1 -1
- package/dist/utils/modules.js +1 -1
- package/dist/utils/promise.js +1 -1
- package/dist/utils/raf.js +1 -1
- package/dist/utils/random.js +1 -1
- package/dist/utils/range.js +1 -1
- package/dist/utils/react/RenderCache.js +1 -1
- package/dist/utils/react/Slots.js +1 -1
- package/dist/utils/react/chain.js +1 -1
- package/dist/utils/react/disabledProps.js +1 -1
- package/dist/utils/react/forwardRefWithGenerics.js +1 -1
- package/dist/utils/react/index.js +1 -1
- package/dist/utils/react/interactions.js +1 -1
- package/dist/utils/react/isTextOnly.js +1 -1
- package/dist/utils/react/mapProps.js +1 -1
- package/dist/utils/react/mergeProps.js +1 -1
- package/dist/utils/react/nullableValue.js +1 -1
- package/dist/utils/react/resolveIcon.js +1 -1
- package/dist/utils/react/sharedStore.js +1 -1
- package/dist/utils/react/useBufferedValue.js +1 -1
- package/dist/utils/react/useCombinedRefs.js +1 -1
- package/dist/utils/react/useControlledFocusVisible.js +1 -1
- package/dist/utils/react/useEventBus.js +1 -1
- package/dist/utils/react/useId.js +1 -1
- package/dist/utils/react/useIsDarwin.js +1 -1
- package/dist/utils/react/useKeySymbols.js +1 -1
- package/dist/utils/react/useLayoutEffect.js +1 -1
- package/dist/utils/react/useLocalStorage.js +1 -1
- package/dist/utils/react/useMergeStyles.js +1 -1
- package/dist/utils/react/usePopoverSync.js +1 -1
- package/dist/utils/react/useQaProps.js +1 -1
- package/dist/utils/react/useViewportSize.js +1 -1
- package/dist/utils/react/wrapNodeIfPlain.js +1 -1
- package/dist/utils/selection.js +1 -1
- package/dist/utils/styles.js +1 -1
- package/dist/utils/tree.js +1 -1
- package/dist/utils/warnings.js +1 -1
- package/dist/version.js +3 -3
- package/docs/Introduction.md +85 -97
- package/docs/Theming.md +471 -83
- package/docs/Usage.md +63 -2
- package/docs/components/Root.md +1 -1
- package/docs/components/actions/Button.md +9 -3
- package/docs/components/actions/ItemAction.md +3 -3
- package/docs/components/actions/MenuTrigger.md +54 -2
- package/docs/components/actions/SubMenuTrigger.md +2 -2
- package/docs/components/content/CopySnippet.md +5 -5
- package/docs/components/content/InlineInput.md +1 -1
- package/docs/components/content/Item.md +10 -10
- package/docs/components/content/ItemBadge.md +2 -2
- package/docs/components/content/PrismCode.md +1 -0
- package/docs/components/data/DataTable.md +110 -11
- package/docs/components/data/ItemTable.md +63 -1
- package/docs/components/fields/ColorSwatch.md +155 -0
- package/docs/components/layout/Board.md +21 -2
- package/docs/components/other/NoDataIcon.md +48 -0
- package/docs/components/overlays/DialogTrigger.md +3 -2
- package/docs/components/status/LoadingAnimation.md +12 -0
- package/docs/glaze/api.md +155 -47
- package/docs/glaze/methodology.md +15 -13
- package/docs/glaze/migration.md +36 -0
- package/docs/glaze/okhst.md +4 -0
- package/docs/tasty/ai-agents.md +3 -0
- package/docs/tasty/configuration.md +11 -6
- package/docs/tasty/dsl.md +99 -2
- package/docs/tasty/styles.md +3 -1
- package/package.json +3 -3
- package/dist/components/fields/ListBoxPopover/useCompositeFocus.d.ts +0 -2
- package/dist/components/fields/color/ColorSwatch.js.map +0 -1
- package/dist/components/portal/PortalProvider.d.ts +0 -2
package/docs/Usage.md
CHANGED
|
@@ -142,6 +142,33 @@ The neutral palette uses a `surface` / `surface-text` model. Each surface depth
|
|
|
142
142
|
| `#overlay` | Dim backdrop (50% transparent) |
|
|
143
143
|
| `#clear` | `transparent` |
|
|
144
144
|
|
|
145
|
+
### Context Hooks
|
|
146
|
+
|
|
147
|
+
Tokens a **container** sets to steer a component that cannot resolve the color on
|
|
148
|
+
its own. They ship with a default, so nothing has to be set unless the default is
|
|
149
|
+
wrong.
|
|
150
|
+
|
|
151
|
+
| Token | Default | Role |
|
|
152
|
+
|-------|---------|------|
|
|
153
|
+
| `#current-fill` | `#surface` | The label color `current.primary` punches out of its `currentcolor` chip — read by that one flavour and nothing else |
|
|
154
|
+
|
|
155
|
+
`theme="current" type="primary"` fills with the color it **inherits**, so its
|
|
156
|
+
label cannot come from that color too and reads `#current-fill` instead. The page
|
|
157
|
+
(`#surface`) is the right answer almost everywhere, and wrong in exactly one
|
|
158
|
+
place: a container whose own text color is the page paints `#white`, which *is*
|
|
159
|
+
`#surface` in light mode, so the label would vanish into its own chip. Such a container sets
|
|
160
|
+
the token to its own fill, which contrasts with its own text by construction:
|
|
161
|
+
|
|
162
|
+
```jsx
|
|
163
|
+
<Block fill="#fixed-dark" color="#white" styles={{ '#current-fill': '#fixed-dark' }}>
|
|
164
|
+
<Button theme="current" type="primary">Legible in both schemes</Button>
|
|
165
|
+
</Block>
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
Setting it moves the label, the icon slots and the chip's rim together. It also
|
|
169
|
+
takes the alpha suffix like any other token (`#current-fill.5` is the disabled
|
|
170
|
+
label), because it is a declared token rather than a bare custom property.
|
|
171
|
+
|
|
145
172
|
### Accent System
|
|
146
173
|
|
|
147
174
|
Each themed color (default, primary, success, danger, warning, note) provides an `accent-*` family anchored to a fixed white "accent surface text". These tokens stay recognizable across schemes (used for branded buttons, CTAs, etc.):
|
|
@@ -179,7 +206,7 @@ For example, a success banner uses `fill: '#success-surface'` + `color: '#succes
|
|
|
179
206
|
```ts
|
|
180
207
|
import { resetPaletteConfig, setPaletteConfig } from '@cube-dev/ui-kit';
|
|
181
208
|
|
|
182
|
-
setPaletteConfig({ hue: 210, themes: { danger:
|
|
209
|
+
setPaletteConfig({ accent: { hue: 210 }, themes: { danger: '#b91c1c' } });
|
|
183
210
|
resetPaletteConfig();
|
|
184
211
|
```
|
|
185
212
|
|
|
@@ -188,7 +215,7 @@ Also available: `getPaletteConfig()`, `subscribePaletteConfig()`, the `usePalett
|
|
|
188
215
|
To theme a *region* instead of the document — a theme preview, or a dark panel inside a light page — use `renderColorTokens()`. It resolves one config and one scheme to flat values you apply via a `tokens` prop, without touching the live palette:
|
|
189
216
|
|
|
190
217
|
```tsx
|
|
191
|
-
<Block tokens={renderColorTokens({ hue: 210, scheme: 'dark' })} fill="#surface">
|
|
218
|
+
<Block tokens={renderColorTokens({ accent: { hue: 210 }, scheme: 'dark' })} fill="#surface">
|
|
192
219
|
…
|
|
193
220
|
</Block>
|
|
194
221
|
```
|
|
@@ -306,6 +333,7 @@ Component themes are set via the `theme` prop or `theme=name` modifier:
|
|
|
306
333
|
| `success` | Success / positive states |
|
|
307
334
|
| `warning` | Warning / caution states |
|
|
308
335
|
| `note` | Informational / note states |
|
|
336
|
+
| `current` | No palette of its own — every color is mixed from the inherited text color (`#current`), so the component adopts whatever its container paints with. Supported by `Button`, `Item` (and `ItemButton`, `Item.Action`, `ItemBadge`) |
|
|
309
337
|
|
|
310
338
|
## Recipes
|
|
311
339
|
|
|
@@ -367,6 +395,39 @@ Icons live in `src/icons/`. Use existing icons when possible; otherwise use `@ta
|
|
|
367
395
|
- Always wrap tabler icons with `<Icon>` for custom size/color. Never add props directly to tabler icons.
|
|
368
396
|
- To add new icons run: `pnpm add-icons`
|
|
369
397
|
|
|
398
|
+
Illustrations are not icons and do not live in `src/icons/`: `CubeLogo` and
|
|
399
|
+
`NoDataIcon` are `Icon`-based components under `src/components/other/`. They size
|
|
400
|
+
like an icon, but `NoDataIcon` is a three-tone drawing on the shared cube-face
|
|
401
|
+
tokens (`#loading-face-1` … `#loading-face-3`) rather than a `currentColor`
|
|
402
|
+
glyph, so it ignores `color` and belongs at illustration sizes (`size="8x"` and
|
|
403
|
+
up).
|
|
404
|
+
|
|
405
|
+
## Hierarchical Table Rows
|
|
406
|
+
|
|
407
|
+
`ItemTable` and `DataTable` opt into native treegrid behavior with
|
|
408
|
+
`getRowChildren`. Pass roots in `data`; the callback returns already-loaded
|
|
409
|
+
children, and row keys must be globally unique. Expansion is uncontrolled with
|
|
410
|
+
`defaultExpandedKeys` or controlled with `expandedKeys` / `onExpand`.
|
|
411
|
+
|
|
412
|
+
The shared table engine recursively sorts siblings, paginates roots with their
|
|
413
|
+
complete subtrees, and flattens only expanded rows for rendering and
|
|
414
|
+
virtualization. ItemTable client search preserves ancestor paths and temporarily
|
|
415
|
+
opens branches containing matches. Server modes do not transform nested data.
|
|
416
|
+
|
|
417
|
+
Use `treeColumnKey` to choose the disclosure/indent column. Its hierarchy chrome
|
|
418
|
+
is customizable through the `TreeContent`, `TreeToggle`, and `TreeValue`
|
|
419
|
+
sub-elements. ItemTable multiple selection cascades by default; DataTable cell
|
|
420
|
+
ranges contain visible rows only. See each component's docs for pagination,
|
|
421
|
+
numbering, selection, and drag/drop limits.
|
|
422
|
+
|
|
423
|
+
DataTable also accepts nested column definitions for already-shaped pivot
|
|
424
|
+
results. Group nodes create accessible multi-row headers with native column
|
|
425
|
+
spans, while sorting, resizing, ranges and copying continue to operate on their
|
|
426
|
+
leaf columns. Both tables fill an available flex pane by default; use
|
|
427
|
+
`isAutoHeight` for a compact result whose frame should end at its last rendered
|
|
428
|
+
row. Auto-height renders every row, so bounded tables remain the right choice
|
|
429
|
+
for large results.
|
|
430
|
+
|
|
370
431
|
## Form System
|
|
371
432
|
|
|
372
433
|
### Form Component
|
package/docs/components/Root.md
CHANGED
|
@@ -13,7 +13,7 @@ The root application wrapper. Provides theme context, global styles, portal cont
|
|
|
13
13
|
- **`navigation`** `NavigationAdapter` — Custom navigation adapter for routing
|
|
14
14
|
- **`tracking`** `TrackingProps` — Analytics/tracking event configuration
|
|
15
15
|
- **`tokens`** `Record<string, string>` — Custom design tokens (CSS custom properties)
|
|
16
|
-
- **`palette`** `PaletteConfig` — Tune the generated color palette
|
|
16
|
+
- **`palette`** `PaletteConfig` — Tune the generated color palette. Every zone — `accent`, `base` and each status theme — takes the same seed: a color, or `{ hue, saturation }`. Plus the global `surfaceMode`, `pastel` and `contrastLevel`. Applied during render, so the first paint is already correct. Describes the whole palette, so dropping a field drops that customization. A convenience wrapper over `setPaletteConfig()` — the palette is process-global, not per tree. See [Theming](../Theming.md)
|
|
17
17
|
- **`fonts`** `boolean` — Whether to load default fonts
|
|
18
18
|
- **`font`** `string` — Custom font family name
|
|
19
19
|
- **`monospaceFont`** `string` — Custom monospace font family name
|
|
@@ -15,8 +15,8 @@ A versatile action component that triggers commands and navigates users.
|
|
|
15
15
|
|
|
16
16
|
## Properties
|
|
17
17
|
|
|
18
|
-
- **`type`** `'primary' | 'outline' | 'outline-2' | 'clear' | 'link'
|
|
19
|
-
- **`theme`** `'default' | 'danger' | 'success' | 'warning' | 'note' | 'special'` (default: `default`) — Semantic colour palette theme
|
|
18
|
+
- **`type`** `'primary' | 'outline' | 'outline-2' | 'clear' | 'link'` (default: `outline`) — Visual style variant of the button (`outline-2` is identical to `outline` but uses `#surface-3` as the base fill; not available for the `special` theme)
|
|
19
|
+
- **`theme`** `'default' | 'danger' | 'success' | 'warning' | 'note' | 'special' | 'current'` (default: `default`) — Semantic colour palette theme. `current` is not a brand palette: it mixes every color from the inherited text color, so the button adopts the color of whatever container it sits in
|
|
20
20
|
- **`size`** `'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'inline' | number` (default: `medium`) — Button size. Use `'inline'` for link-type buttons or a number/string for custom sizes (e.g. `64` or `'8x'`)
|
|
21
21
|
- **`icon`** — Icon rendered before the content. Can be: ReactNode, `true` (empty slot), or function `({ loading, selected, ...mods }) => ReactNode | true`
|
|
22
22
|
- **`rightIcon`** — Icon rendered after the content. Can be: ReactNode, `true` (empty slot), or function `({ loading, selected, ...mods }) => ReactNode | true`
|
|
@@ -82,7 +82,6 @@ The `mods` prop accepts the following modifiers you can override:
|
|
|
82
82
|
- `outline` – Border with transparent background; `isSelected` adds brand-tinted fill.
|
|
83
83
|
- `clear` – No border, transparent background; `isSelected` adds brand-tinted fill.
|
|
84
84
|
- `link` – Styled as a textual link.
|
|
85
|
-
- `current` – Fill, border and label are mixed from the inherited text color (`#current`), so the button adopts the color of whatever container it sits in. The resting chip is a `#current.03` fill inside a `#current.08` border, and hover, pressed and selected step the same alpha ramp up from there; the label stays fully opaque. The focus ring stays `#primary-accent-text`, like every other type. Theme-agnostic — there is a single variant, and `theme` has no effect. Use it inside colored containers (alerts, banners, dark overlays, tooltips). `Item` has a `current` type too, shaped like its neutral `item` type instead: borderless and invisible at rest.
|
|
86
85
|
|
|
87
86
|
### Themes. `theme` prop
|
|
88
87
|
|
|
@@ -92,6 +91,13 @@ The `mods` prop accepts the following modifiers you can override:
|
|
|
92
91
|
- `warning` – Yellow/amber palette for caution or attention.
|
|
93
92
|
- `note` – Violet palette for informational context.
|
|
94
93
|
- `special` – White palette for dark backgrounds.
|
|
94
|
+
- `current` – Not a palette at all: fill, border and label are mixed from the inherited text color (`#current`), so the button adopts the color of whatever container it sits in and keeps adopting it if that color changes. Every `type` has a `current` flavour, so the shape is still yours to pick — `outline` is the resting `#current.03` chip inside a `#current.08` border, `primary` escalates the same construction to a filled chip, `clear` paints nothing at rest, `link` is the label alone. `primary` is the one flavour that needs a second color: the fill is the inherited color at full strength, so the label is punched out of it with `#current-fill`, which defaults to `#surface`. A container whose own text color collides with the page (a `Banner` labels itself `#white`, and `#surface` is white in light mode) should override `#current-fill` with its own fill, which contrasts with its own text by construction; ordinary containers need nothing. The label stays fully opaque and the focus ring stays `#primary-accent-text`, like every other theme. Use it inside colored containers (alerts, banners, dark overlays, tooltips), where a brand theme would either clash with the container or have to be picked to match it.
|
|
95
|
+
|
|
96
|
+
```jsx
|
|
97
|
+
<Alert theme="note">
|
|
98
|
+
<Button theme="current" type="outline">Adopts the note color</Button>
|
|
99
|
+
</Alert>
|
|
100
|
+
```
|
|
95
101
|
|
|
96
102
|
### Sizes. `size` prop
|
|
97
103
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ItemAction
|
|
2
2
|
|
|
3
|
-
A compact action button designed for use inside `Item`, `ItemButton`, and `ItemCard`.
|
|
3
|
+
A compact action button designed for use inside `Item`, `ItemButton`, and `ItemCard`. Defaults to the `current` theme, so it takes its colors from whatever row hosts it.
|
|
4
4
|
|
|
5
5
|
## When to Use
|
|
6
6
|
|
|
@@ -15,8 +15,8 @@ A compact action button designed for use inside `Item`, `ItemButton`, and `ItemC
|
|
|
15
15
|
## Properties
|
|
16
16
|
|
|
17
17
|
- **`icon`** `ReactNode | 'checkmark'` — Icon element or `'checkmark'` for a selection indicator
|
|
18
|
-
- **`type`** `'primary' | 'outline' | 'clear'` (default: `'clear'`) — Visual type.
|
|
19
|
-
- **`theme`** `'default' | 'danger' | 'success' | 'warning' | 'note' | 'special'` (default: `'
|
|
18
|
+
- **`type`** `'primary' | 'outline' | 'clear'` (default: `'clear'`) — Visual type. `clear` is borderless and paints nothing at rest, so a row full of actions does not read as busy.
|
|
19
|
+
- **`theme`** `'current' | 'default' | 'danger' | 'success' | 'warning' | 'note' | 'special'` (default: `'current'`) — Color theme. `current` derives every color from the inherited `currentcolor`, so the action tracks whatever row hosts it without being told the row's type or theme. Name any other theme to have the action paint itself instead.
|
|
20
20
|
- **`isLoading`** `boolean` (default: `false`) — Shows loading spinner
|
|
21
21
|
- **`isSelected`** `boolean` (default: `false`) — Selected state (works with `icon="checkmark"`)
|
|
22
22
|
- **`isDisabled`** `boolean` (default: `false`) — Disables the action. Inherits from parent; use `isDisabled={false}` to override.
|
|
@@ -19,6 +19,8 @@ Wraps a trigger element and a `Menu` to create a dropdown menu. Positions the me
|
|
|
19
19
|
- **`offset`** `number` (default: `8`) — Distance from trigger in pixels
|
|
20
20
|
- **`crossOffset`** `number` (default: `0`) — Cross-axis offset in pixels
|
|
21
21
|
- **`containerPadding`** `number` — Minimum padding from viewport edges in pixels
|
|
22
|
+
- **`mobileType`** `'popover' | 'tray'` (default: `'popover'`) — Overlay variant on mobile screens. `'tray'` opts into the bottom-sheet overlay
|
|
23
|
+
- **`shouldRestoreFocus`** `boolean` (default: `true`) — Whether focus returns to the trigger when the menu closes. See [Focus restoration](#focus-restoration)
|
|
22
24
|
|
|
23
25
|
Extends React Aria `AriaMenuTriggerProps` and `PositionProps`.
|
|
24
26
|
|
|
@@ -31,11 +33,61 @@ Supports [Base properties](../../BaseProperties.md).
|
|
|
31
33
|
These properties allow direct style application without using the `styles` prop:
|
|
32
34
|
|
|
33
35
|
- **Base:** `display`, `font`, `preset`, `hide`, `whiteSpace`, `opacity`, `transition`
|
|
34
|
-
- **Position:** `gridArea`, `order`, `gridColumn`, `gridRow`, `placeSelf`, `alignSelf`, `justifySelf`, `zIndex`, `margin`, `inset`, `position`
|
|
36
|
+
- **Position:** `gridArea`, `order`, `gridColumn`, `gridRow`, `placeSelf`, `alignSelf`, `justifySelf`, `zIndex`, `margin`, `inset`, `position`, `scrollMargin`
|
|
35
37
|
- **Dimension:** `width`, `height`, `flexBasis`, `flexGrow`, `flexShrink`, `flex`
|
|
36
38
|
- **Block:** `border`, `radius`, `shadow`, `outline`, `padding`, `paddingInline`, `paddingBlock`, `overflow`, `scrollbar`, `textAlign`
|
|
37
39
|
- **Color:** `color`, `fill`, `fade`, `image`
|
|
38
|
-
- **Flow:** `flow`, `placeItems`, `placeContent`, `alignItems`, `alignContent`, `justifyItems`, `justifyContent`, `align`, `justify`, `gap`, `columnGap`, `rowGap`, `gridColumns`, `gridRows`, `gridTemplate`, `gridAreas`
|
|
40
|
+
- **Flow:** `flow`, `place`, `placeItems`, `placeContent`, `alignItems`, `alignContent`, `justifyItems`, `justifyContent`, `align`, `justify`, `gap`, `columnGap`, `rowGap`, `gridColumns`, `gridRows`, `gridTemplate`, `gridAreas`
|
|
41
|
+
|
|
42
|
+
## Focus restoration
|
|
43
|
+
|
|
44
|
+
When the menu closes, focus returns to the trigger — **unless the action that
|
|
45
|
+
closed it moved focus somewhere else**. An item whose action opens a panel, a
|
|
46
|
+
dialog or an inline editor just focuses that surface; a single `focus()` call
|
|
47
|
+
from a mount effect is enough, and the menu leaves it alone:
|
|
48
|
+
|
|
49
|
+
```jsx
|
|
50
|
+
function Panel() {
|
|
51
|
+
const ref = useRef(null);
|
|
52
|
+
|
|
53
|
+
// One call. No retry loop, no racing the closing menu.
|
|
54
|
+
useEffect(() => {
|
|
55
|
+
ref.current?.focus({ preventScroll: true });
|
|
56
|
+
}, []);
|
|
57
|
+
|
|
58
|
+
return (
|
|
59
|
+
<div ref={ref} tabIndex={-1}>
|
|
60
|
+
…
|
|
61
|
+
</div>
|
|
62
|
+
);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
<MenuTrigger>
|
|
66
|
+
<Button icon={<MoreIcon />} aria-label="Actions" />
|
|
67
|
+
<Menu onAction={(key) => key === 'configure' && setPanelOpen(true)}>
|
|
68
|
+
<Menu.Item key="configure">Configure…</Menu.Item>
|
|
69
|
+
</Menu>
|
|
70
|
+
</MenuTrigger>;
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
Focusing the surface's own container rather than its first tabbable child
|
|
74
|
+
matters when a header carries a close button — `<FocusScope autoFocus>` would
|
|
75
|
+
land the user on ✕, with <kbd>Enter</kbd> already meaning "close the thing that
|
|
76
|
+
just opened".
|
|
77
|
+
|
|
78
|
+
`shouldRestoreFocus={false}` covers the remaining case: a surface that claims
|
|
79
|
+
focus *later* than the menu's restore — after an async load, an entry
|
|
80
|
+
animation, or a `requestAnimationFrame`. Without it the trigger takes focus
|
|
81
|
+
first and the user sees a flash.
|
|
82
|
+
|
|
83
|
+
```jsx
|
|
84
|
+
<MenuTrigger shouldRestoreFocus={false}>
|
|
85
|
+
<Button icon={<MoreIcon />} aria-label="Actions" />
|
|
86
|
+
<Menu onAction={openPanelThatFocusesAfterItsData}>
|
|
87
|
+
<Menu.Item key="configure">Configure…</Menu.Item>
|
|
88
|
+
</Menu>
|
|
89
|
+
</MenuTrigger>
|
|
90
|
+
```
|
|
39
91
|
|
|
40
92
|
## Examples
|
|
41
93
|
|
|
@@ -31,11 +31,11 @@ Supports [Base properties](../../BaseProperties.md).
|
|
|
31
31
|
These properties allow direct style application without using the `styles` prop:
|
|
32
32
|
|
|
33
33
|
- **Base:** `display`, `font`, `preset`, `hide`, `whiteSpace`, `opacity`, `transition`
|
|
34
|
-
- **Position:** `gridArea`, `order`, `gridColumn`, `gridRow`, `placeSelf`, `alignSelf`, `justifySelf`, `zIndex`, `margin`, `inset`, `position`
|
|
34
|
+
- **Position:** `gridArea`, `order`, `gridColumn`, `gridRow`, `placeSelf`, `alignSelf`, `justifySelf`, `zIndex`, `margin`, `inset`, `position`, `scrollMargin`
|
|
35
35
|
- **Dimension:** `width`, `height`, `flexBasis`, `flexGrow`, `flexShrink`, `flex`
|
|
36
36
|
- **Block:** `border`, `radius`, `shadow`, `outline`, `padding`, `paddingInline`, `paddingBlock`, `overflow`, `scrollbar`, `textAlign`
|
|
37
37
|
- **Color:** `color`, `fill`, `fade`, `image`
|
|
38
|
-
- **Flow:** `flow`, `placeItems`, `placeContent`, `alignItems`, `alignContent`, `justifyItems`, `justifyContent`, `align`, `justify`, `gap`, `columnGap`, `rowGap`, `gridColumns`, `gridRows`, `gridTemplate`, `gridAreas`
|
|
38
|
+
- **Flow:** `flow`, `place`, `placeItems`, `placeContent`, `alignItems`, `alignContent`, `justifyItems`, `justifyContent`, `align`, `justify`, `gap`, `columnGap`, `rowGap`, `gridColumns`, `gridRows`, `gridTemplate`, `gridAreas`
|
|
39
39
|
|
|
40
40
|
## Examples
|
|
41
41
|
|
|
@@ -15,6 +15,7 @@ A code block with copy-to-clipboard functionality and syntax highlighting. Exten
|
|
|
15
15
|
- **`title`** `string` (default: `'Code example'`) — Accessible title used in the copy toast message
|
|
16
16
|
- **`prefix`** `string` (default: `''`) — Prefix for each line of code (e.g. `'$ '` for bash snippets)
|
|
17
17
|
- **`nowrap`** `boolean` — Force single-line display even for multi-line code
|
|
18
|
+
- **`isWrapped`** `boolean` — Soft-wrap long content onto multiple lines instead of scrolling it horizontally. The block grows to fit, so even a single long line stays fully readable, and unbreakable runs (URLs, tokens, identifiers) wrap too. Useful for error messages and logs. Ignored when `nowrap` is set (a different axis: `nowrap` collapses newlines into one scrolling line, `isWrapped` breaks long lines).
|
|
18
19
|
- **`serif`** `boolean` — Use serif (non-monospace) font for the code
|
|
19
20
|
- **`hideText`** `string | string[] | boolean` — Hide sensitive text with bullet characters. `true` hides all text, a string hides that substring, an array hides multiple substrings. A toggle button appears to reveal hidden content.
|
|
20
21
|
- **`actions`** `ReactNode` — Additional action buttons displayed alongside the copy button. Use `CopySnippet.Button` for consistent styling.
|
|
@@ -49,14 +50,13 @@ These properties allow direct style application without using the `styles` prop:
|
|
|
49
50
|
```jsx
|
|
50
51
|
<CopySnippet code="const x = 1;" language="javascript" />
|
|
51
52
|
|
|
52
|
-
<CopySnippet
|
|
53
|
-
code={'{\n "key": "value"\n}'}
|
|
54
|
-
language="json"
|
|
55
|
-
multiline
|
|
56
|
-
/>
|
|
53
|
+
<CopySnippet code={'{\n "key": "value"\n}'} language="json" />
|
|
57
54
|
|
|
58
55
|
<CopySnippet
|
|
59
56
|
code={'<button type="button" class="primary">Save</button>'}
|
|
60
57
|
language="html"
|
|
61
58
|
/>
|
|
59
|
+
|
|
60
|
+
// Wrap a long single-line error instead of scrolling it sideways
|
|
61
|
+
<CopySnippet code={longErrorMessage} language="bash" isWrapped />
|
|
62
62
|
```
|
|
@@ -261,7 +261,7 @@ When `InlineInput` is embedded in a host that already owns keyboard activation (
|
|
|
261
261
|
|
|
262
262
|
### Focus Management
|
|
263
263
|
|
|
264
|
-
When entering edit mode, focus is taken explicitly by a `FocusScope` with `autoFocus
|
|
264
|
+
When entering edit mode, focus is taken explicitly by a `FocusScope` with `autoFocus`, and the text content is selected automatically. On top of that, a blur arriving in the same tick as a programmatic `startEditing()` re-focuses the input instead of committing, so hosts that drive editing through the imperative ref stay in edit mode even if something else grabs focus as the input mounts. The guard clears on the user's first keystroke, so later click-aways commit normally.
|
|
265
265
|
|
|
266
266
|
When leaving edit mode, focus is not restored automatically — the host is responsible for moving focus back to a meaningful element (e.g. the parent button or row).
|
|
267
267
|
|
|
@@ -22,8 +22,8 @@ A foundational component that provides a standardized layout and styling for ite
|
|
|
22
22
|
- **`suffix`** `ReactNode` — Element rendered after the content (before rightIcon)
|
|
23
23
|
- **`description`** `ReactNode` — Description text displayed with the item
|
|
24
24
|
- **`descriptionPlacement`** `'inline' | 'block'` (default: `inline`) — How the description is positioned relative to the main content. Defaults to `'block'` for `type="card"` and `type="header"`
|
|
25
|
-
- **`type`** `'item' | 'header' | 'primary' | 'outline' | 'outline-2' | 'clear' | 'link' | 'card'
|
|
26
|
-
- **`theme`** `'default' | 'danger' | 'success' | 'warning' | 'note' | 'special'` (default: `default`) — Semantic colour palette theme
|
|
25
|
+
- **`type`** `'item' | 'header' | 'primary' | 'outline' | 'outline-2' | 'clear' | 'link' | 'card'` (default: `item`) — Visual style variant
|
|
26
|
+
- **`theme`** `'default' | 'danger' | 'success' | 'warning' | 'note' | 'special' | 'current'` (default: `default`) — Semantic colour palette theme. `current` is not a brand palette: it mixes every color from the inherited text color, so the item adopts the color of whatever container it sits in
|
|
27
27
|
- **`size`** `'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'inline' | number` (default: `medium`) — Item size. Accepts custom number or string values
|
|
28
28
|
- **`shape`** `'card' | 'button' | 'sharp' | 'pill'` (default: `button`) — Shape of the item border radius. Defaults to `'card'` for `type="card"`
|
|
29
29
|
- **`isSelected`** `boolean` (default: `false`) — Marks the item as selected
|
|
@@ -84,8 +84,8 @@ The `mods` property accepts the following modifiers:
|
|
|
84
84
|
- **`disabled`** `boolean` — Applied when isDisabled is true or when loading
|
|
85
85
|
- **`loading`** `boolean` — Applied when isLoading is true
|
|
86
86
|
- **`size`** `string` — Applied based on size prop value (xsmall, small, medium, large, xlarge, inline)
|
|
87
|
-
- **`type`** `string` — Applied based on type prop value (item, header, primary, outline, outline-2, clear, link, card
|
|
88
|
-
- **`theme`** `string` — Applied based on theme prop value (default, danger, success, special, warning, note)
|
|
87
|
+
- **`type`** `string` — Applied based on type prop value (item, header, primary, outline, outline-2, clear, link, card)
|
|
88
|
+
- **`theme`** `string` — Applied based on theme prop value (default, danger, success, special, warning, note, current)
|
|
89
89
|
- **`shape`** `string` — Applied based on shape prop value (card, button, sharp, pill)
|
|
90
90
|
|
|
91
91
|
## Variants
|
|
@@ -99,8 +99,7 @@ The `mods` property accepts the following modifiers:
|
|
|
99
99
|
- `outline-2` - Same as `outline` but uses `#surface-3` as the base fill, designed to sit on `#surface-2` containers without blending in (not available for the `special` theme)
|
|
100
100
|
- `clear` - Transparent item with minimal styling; `isSelected` adds brand-tinted fill
|
|
101
101
|
- `link` - Link-styled item appearance (does not support icons or loading state)
|
|
102
|
-
- `card` - Card appearance for notifications (supports `default`, `success`, `danger`, `warning`, `note` themes; defaults to `shape="card"`, `descriptionPlacement="block"`, uses semantic heading tags via `level` prop, and has `.5x` padding)
|
|
103
|
-
- `current` - Same shape as `item` — no border, nothing painted at rest — but every color is derived from the inherited text color (`#current`) instead of the fixed `#surface-text`, so the item adopts the color of whatever container it sits in. The fill steps in on hover (`.04`), pressed (`.06`) and selected (`.09` → `.15`); the label stays fully opaque. Theme-agnostic: only supports the `default` theme (any other theme warns, since there is nothing for it to change). Use it inside colored containers — alerts, banners, dark overlays, tooltips. `Button` has a `current` type too, shaped like a standalone control instead: a resting `#current.03` chip inside a `#current.08` border
|
|
102
|
+
- `card` - Card appearance for notifications (supports `default`, `success`, `danger`, `warning`, `note`, `current` themes; defaults to `shape="card"`, `descriptionPlacement="block"`, uses semantic heading tags via `level` prop, and has `.5x` padding)
|
|
104
103
|
|
|
105
104
|
### Themes
|
|
106
105
|
|
|
@@ -110,6 +109,7 @@ The `mods` property accepts the following modifiers:
|
|
|
110
109
|
- `warning` - Yellow/amber theme for caution or attention
|
|
111
110
|
- `note` - Violet theme for informational context
|
|
112
111
|
- `special` - Special theme with unique styling (not available for `card` or `header` types)
|
|
112
|
+
- `current` - Not a palette at all: every color is derived from the inherited text color (`#current`) instead of a brand ramp, so the item adopts the color of whatever container it sits in. Every type except `header` has a `current` flavour, so the shape is still yours to pick — `item` keeps its borderless shape (nothing painted at rest, the fill stepping in on hover, pressed and selected), `outline` adds the chip and border, `primary` escalates it further. `primary` is the one flavour that needs a second color: its fill is the inherited color at full strength, so the label is punched out of it with `#current-fill` (default `#surface`) — a container whose own text color collides with the page, such as a `Banner` labelling itself `#white`, should override `#current-fill` with its own fill. The label stays fully opaque. Use it inside colored containers — alerts, banners, dark overlays, tooltips
|
|
113
113
|
|
|
114
114
|
### Sizes
|
|
115
115
|
|
|
@@ -257,17 +257,17 @@ Like headers, card labels use semantic heading tags (h1-h6) controlled by the `l
|
|
|
257
257
|
</Item>
|
|
258
258
|
```
|
|
259
259
|
|
|
260
|
-
### Current
|
|
260
|
+
### Current Theme
|
|
261
261
|
|
|
262
|
-
Use `
|
|
262
|
+
Use `theme="current"` inside a container that paints its own text color. The fill and label are mixed from that inherited color, so the item matches the container without picking a brand theme — and keeps matching it if the container's color changes. Every type composes with it:
|
|
263
263
|
|
|
264
264
|
```jsx
|
|
265
265
|
<Block fill="#note-surface" color="#note-accent-text" padding="1.5x" radius="1cr">
|
|
266
|
-
<Item
|
|
266
|
+
<Item theme="current" icon={<IconInfo />}>Adopts the note color</Item>
|
|
267
267
|
</Block>
|
|
268
268
|
|
|
269
269
|
<Block fill="#fixed-dark" color="#white" padding="1.5x" radius="1cr">
|
|
270
|
-
<Item
|
|
270
|
+
<Item theme="current" type="outline" icon={<IconInfo />}>An outlined chip on a dark banner</Item>
|
|
271
271
|
</Block>
|
|
272
272
|
```
|
|
273
273
|
|
|
@@ -11,8 +11,8 @@ A non-interactive badge indicator for list items. Similar to `ItemAction` but wi
|
|
|
11
11
|
## Properties
|
|
12
12
|
|
|
13
13
|
- **`icon`** `ReactNode | 'checkmark'` — Icon or checkmark display
|
|
14
|
-
- **`type`** `'primary' | 'outline' | 'clear'` (default: `'clear'`) — Visual type. `isSelected` applies brand-tinted fill to `outline` and `clear`.
|
|
15
|
-
- **`theme`** `'default' | 'danger' | 'success' | 'special'` (default: `'
|
|
14
|
+
- **`type`** `'primary' | 'outline' | 'clear'` (default: `'clear'`) — Visual type. `isSelected` applies brand-tinted fill to `outline` and `clear`.
|
|
15
|
+
- **`theme`** `'current' | 'default' | 'danger' | 'success' | 'special'` (default: `'current'`) — Color theme. `current` derives every color from the inherited `currentcolor`, so the badge tracks whatever row hosts it. Name any other theme to have the badge paint itself instead.
|
|
16
16
|
- **`isLoading`** `boolean` (default: `false`) — Show loading spinner
|
|
17
17
|
- **`isSelected`** `boolean` (default: `false`) — Selected state (for checkmark)
|
|
18
18
|
- **`tooltip`** `string | object` — Tooltip content shown on hover for icon-only badges. A string shows tooltip text; an object supports `{ title, ...tooltipProps }` for advanced configuration.
|
|
@@ -12,6 +12,7 @@ Syntax-highlighted code block using Prism. Supports multiple languages.
|
|
|
12
12
|
|
|
13
13
|
- **`code`** `string` (default: `''`) — The code snippet to highlight
|
|
14
14
|
- **`language`** `string` (default: `'javascript'`) — Language for syntax highlighting (`javascript`, `typescript`, `json`, `yaml`, `bash`, `sql`, `css`, `html`, etc.)
|
|
15
|
+
- **`isWrapped`** `boolean` — Soft-wrap long lines onto multiple lines instead of scrolling them horizontally. Unbreakable runs (URLs, tokens, identifiers) wrap too. Useful for error messages and logs.
|
|
15
16
|
|
|
16
17
|
### Style Defaults
|
|
17
18
|
|
|
@@ -30,9 +30,9 @@ API keys. That is the one with selection, bulk actions, row menus and row links.
|
|
|
30
30
|
## It knows nothing about Cube
|
|
31
31
|
|
|
32
32
|
Measures, dimensions, pivots, drill-downs and calculated fields never reach this
|
|
33
|
-
component as concepts. They arrive as
|
|
34
|
-
`column.header.menu` content — which is what keeps
|
|
35
|
-
and everything it knows about the query, in Cloud.
|
|
33
|
+
component as query concepts. They arrive as leaf columns, presentational column
|
|
34
|
+
groups, `render` output and `column.header.menu` content — which is what keeps
|
|
35
|
+
Cloud's column-header menu, and everything it knows about the query, in Cloud.
|
|
36
36
|
|
|
37
37
|
## Component
|
|
38
38
|
|
|
@@ -41,9 +41,19 @@ and everything it knows about the query, in Cloud.
|
|
|
41
41
|
#### Data
|
|
42
42
|
|
|
43
43
|
- **`data`** `readonly T[]` — The rows.
|
|
44
|
-
- **`columns`** `
|
|
44
|
+
- **`columns`** `CubeDataTableColumnDefinition<T>[]` — Leaf columns use the same
|
|
45
|
+
shape as `ItemTable`'s, plus `dataType`; group nodes contain nested `children`.
|
|
45
46
|
- **`rowKey`** `string` (default: `'id'`) — Property to read the row identity from.
|
|
46
47
|
- **`getRowKey`** `(row: T, index: number) => Key` — Wins over `rowKey`.
|
|
48
|
+
- **`getRowChildren`** `(row: T) => readonly T[] | undefined` — Enables nested
|
|
49
|
+
treegrid rows; `data` contains roots.
|
|
50
|
+
- **`treeColumnKey`** `string` — Indented disclosure column. Defaults to the
|
|
51
|
+
first visible data column.
|
|
52
|
+
- **`expandedKeys`** `Key[]` — Controlled expansion.
|
|
53
|
+
- **`defaultExpandedKeys`** `Key[]` — Initial expansion. Nothing is expanded by
|
|
54
|
+
default.
|
|
55
|
+
- **`onExpand`** `(keys, info) => void` — Reports the resulting keys and toggled
|
|
56
|
+
row metadata.
|
|
47
57
|
- **`pinnedTopRows`** `readonly T[]` — Rows stuck to the top of the scroller. Ordinary rows as far as the columns are concerned.
|
|
48
58
|
- **`pinnedBottomRows`** `readonly T[]` — The same, at the bottom. This is where totals go.
|
|
49
59
|
|
|
@@ -63,10 +73,13 @@ and everything it knows about the query, in Cloud.
|
|
|
63
73
|
- **`size`** `SizeName` (default: `'small'`) — An analytical grid packs more rows than a list.
|
|
64
74
|
- **`rowSize`** `'small' | 'medium' | 'large'` — Row height as a named step: 28px / 32px / 40px. Rows only; the header keeps answering to `size`. Unset, the height comes from `size`.
|
|
65
75
|
- **`rowHeight`** `number` — An exact height, when none of the named steps is the answer. Wins over both `rowSize` and `size`.
|
|
66
|
-
- **`headerHeight`** `number`
|
|
76
|
+
- **`headerHeight`** `number` — Exact height of each header row in px.
|
|
67
77
|
- **`isStriped`** `boolean` (default: `true`) — Banding is what makes a wide row readable across.
|
|
68
78
|
- **`isHeaderHidden`** `boolean`
|
|
69
79
|
- **`isHeaderSticky`** `boolean` (default: `true`)
|
|
80
|
+
- **`isAutoHeight`** `boolean` (default: `false`) — Shrink-wraps the frame to
|
|
81
|
+
the rendered rows instead of filling its flex pane. It takes precedence over
|
|
82
|
+
root height/flex sizing and disables virtualization.
|
|
70
83
|
- **`isRowMoveAnimated`** `boolean` (default: `true`) — Slide rows to their new positions when the order changes, instead of teleporting them. Respects `prefers-reduced-motion`.
|
|
71
84
|
- **`showRowNumbers`** `boolean` (default: `false`) — A continuous count down the side, which stays continuous across pages.
|
|
72
85
|
|
|
@@ -127,7 +140,7 @@ see [Column Colors](#column-colors) for the last two.
|
|
|
127
140
|
|
|
128
141
|
#### Virtualization
|
|
129
142
|
|
|
130
|
-
- **`isVirtualized`** `boolean | 'auto'` (default: `'auto'`) — On when the grid is height-bounded and has more rows than the threshold.
|
|
143
|
+
- **`isVirtualized`** `boolean | 'auto'` (default: `'auto'`) — On when the grid is height-bounded and has more rows than the threshold. Ignored when `isAutoHeight` is enabled.
|
|
131
144
|
- **`virtualizeThreshold`** `number`
|
|
132
145
|
- **`overscan`** `number`
|
|
133
146
|
|
|
@@ -136,6 +149,9 @@ see [Column Colors](#column-colors) for the last two.
|
|
|
136
149
|
- **`getRowProps`** `(ctx: CubeTableRowContext<T>) => Record<string, any>` — Per-row mods, styles and height.
|
|
137
150
|
- **`storageKey`** `string` — Persists page size, column widths and column order.
|
|
138
151
|
- **`ariaLabel`** `string`
|
|
152
|
+
- **`isChecked`** `boolean` — Base checked-state modifier.
|
|
153
|
+
- **`place`** `string` — Tasty placement shorthand on the root frame.
|
|
154
|
+
- **`scrollMargin`** `string | number` — Scroll margin on the root frame.
|
|
139
155
|
|
|
140
156
|
#### `dataType`
|
|
141
157
|
|
|
@@ -159,9 +175,10 @@ Customizes the root frame. Every internal part of the grid is a **sub-element**
|
|
|
159
175
|
reachable from this one prop — the same contract, and the same sub-element
|
|
160
176
|
names, as ItemTable.
|
|
161
177
|
|
|
162
|
-
`DataTable` adds
|
|
163
|
-
no-results and error content
|
|
164
|
-
|
|
178
|
+
`DataTable` adds `StateCell`, the full-span cell that carries the empty,
|
|
179
|
+
no-results and error content, and `HeaderGroupCell`, a spanning cell in a
|
|
180
|
+
multi-row header. `StateCell` is deliberately not a `Cell`, so it takes none of
|
|
181
|
+
the row's banding or hover paint.
|
|
165
182
|
|
|
166
183
|
#### Targeted slots
|
|
167
184
|
|
|
@@ -204,6 +221,72 @@ body into a scroller, pins the header, and lets virtualization engage at all.
|
|
|
204
221
|
Cell-level, in addition to `ItemTable`'s: `cell-selected`, `last-column`,
|
|
205
222
|
`pinned`.
|
|
206
223
|
|
|
224
|
+
## Pivoted Results and Column Groups
|
|
225
|
+
|
|
226
|
+
Pass group nodes in `columns` to render real multi-row headers. Groups may nest
|
|
227
|
+
to any depth; their `children` eventually resolve to ordinary leaf columns, and
|
|
228
|
+
only those leaves participate in sorting, resizing, ranges and copying.
|
|
229
|
+
|
|
230
|
+
```jsx
|
|
231
|
+
const columns = [
|
|
232
|
+
{ key: 'region', title: 'Region', pin: 'start' },
|
|
233
|
+
{
|
|
234
|
+
key: 'organic',
|
|
235
|
+
title: 'Organic',
|
|
236
|
+
children: [
|
|
237
|
+
{ key: 'organic_orders', title: 'Orders', dataType: 'number' },
|
|
238
|
+
{ key: 'organic_revenue', title: 'Revenue', dataType: 'number' },
|
|
239
|
+
],
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
key: 'paid',
|
|
243
|
+
title: 'Paid',
|
|
244
|
+
children: [
|
|
245
|
+
{ key: 'paid_orders', title: 'Orders', dataType: 'number' },
|
|
246
|
+
{ key: 'paid_revenue', title: 'Revenue', dataType: 'number' },
|
|
247
|
+
],
|
|
248
|
+
},
|
|
249
|
+
];
|
|
250
|
+
|
|
251
|
+
<DataTable data={pivotRows} columns={columns} isAutoHeight />;
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
The data/query layer still owns the pivot calculation. DataTable only renders
|
|
255
|
+
the already-shaped rows and generated column hierarchy. Leaf resizing and
|
|
256
|
+
sorting remain available; drag column reordering is ignored while groups are
|
|
257
|
+
present because moving one leaf cannot preserve an arbitrary hierarchy.
|
|
258
|
+
|
|
259
|
+
## Tree Rows
|
|
260
|
+
|
|
261
|
+
Tree mode uses the same nested-data contract as `ItemTable`:
|
|
262
|
+
|
|
263
|
+
```jsx
|
|
264
|
+
<DataTable
|
|
265
|
+
data={regions}
|
|
266
|
+
columns={columns}
|
|
267
|
+
getRowChildren={(row) => row.children}
|
|
268
|
+
treeColumnKey="region"
|
|
269
|
+
defaultExpandedKeys={['americas']}
|
|
270
|
+
/>
|
|
271
|
+
```
|
|
272
|
+
|
|
273
|
+
Multi-sort is recursive: every sibling collection is sorted by the same
|
|
274
|
+
precedence. Client pagination slices roots and keeps complete subtrees together;
|
|
275
|
+
server pages are rendered exactly as supplied and `total` counts roots. Pinned
|
|
276
|
+
rows remain ordinary non-hierarchical totals.
|
|
277
|
+
|
|
278
|
+
Only visible descendants participate in cell ranges and virtualization.
|
|
279
|
+
Collapsing a range endpoint makes the effective range inactive; a controlled or
|
|
280
|
+
uncontrolled range is restored when that endpoint becomes visible again. Client
|
|
281
|
+
row numbers remain continuous across root pages, while server tree pages restart
|
|
282
|
+
at 1 because preceding descendant counts are unknown.
|
|
283
|
+
|
|
284
|
+
The native table exposes `role="treegrid"`, `aria-level`, `aria-expanded`,
|
|
285
|
+
`aria-posinset` and `aria-setsize`. Right/Left expand, collapse or move to the
|
|
286
|
+
parent; Up/Down traverse visible rows, and typeahead reads `treeColumnKey`.
|
|
287
|
+
Customize the hierarchy chrome with `styles.TreeContent`, `styles.TreeToggle`
|
|
288
|
+
and `styles.TreeValue`.
|
|
289
|
+
|
|
207
290
|
## Examples
|
|
208
291
|
|
|
209
292
|
### Multi-Column Sorting
|
|
@@ -241,6 +324,20 @@ competing for a position.
|
|
|
241
324
|
Above `virtualizeThreshold` a bounded grid virtualizes on its own, so
|
|
242
325
|
`paginationMode="off"` is a reasonable default for a result the user scrolls.
|
|
243
326
|
|
|
327
|
+
For a compact result that should participate in normal page flow, set
|
|
328
|
+
`isAutoHeight`. The frame then ends at the last rendered row rather than filling
|
|
329
|
+
its flex pane. This renders the complete result and disables virtualization, so
|
|
330
|
+
keep larger results bounded instead.
|
|
331
|
+
|
|
332
|
+
```jsx
|
|
333
|
+
<DataTable
|
|
334
|
+
data={summaryRows}
|
|
335
|
+
columns={columns}
|
|
336
|
+
paginationMode="off"
|
|
337
|
+
isAutoHeight
|
|
338
|
+
/>
|
|
339
|
+
```
|
|
340
|
+
|
|
244
341
|
### Sorting Moves Rows
|
|
245
342
|
|
|
246
343
|
When a sort reorders rows, they slide to their new positions over 120ms rather
|
|
@@ -401,8 +498,10 @@ elsewhere.
|
|
|
401
498
|
## Accessibility
|
|
402
499
|
|
|
403
500
|
The table is a `role="grid"` with document-absolute `aria-rowindex` /
|
|
404
|
-
`aria-colindex`, and `aria-rowcount` counts pinned rows
|
|
405
|
-
|
|
501
|
+
`aria-colindex`, and `aria-rowcount` counts pinned rows and every visible header
|
|
502
|
+
row. Group cells use native `scope="colgroup"` / `colSpan`; ungrouped leaf
|
|
503
|
+
headers span the remaining rows. Every sorted leaf column carries `aria-sort`,
|
|
504
|
+
not just the first.
|
|
406
505
|
|
|
407
506
|
A header cell takes a tab stop when it is interactive — sortable, carrying a
|
|
408
507
|
menu, or reorderable. `Shift`+`F10` opens the column menu from the keyboard, and
|