@cube-dev/ui-kit 0.121.0 → 0.121.2
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/dist/CHANGELOG.md +12 -0
- 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.js +1 -1
- package/dist/components/actions/Action/Action.js +1 -1
- package/dist/components/actions/Banner/Banner.js +1 -1
- package/dist/components/actions/Button/Button.js +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.js +1 -1
- package/dist/components/actions/ItemActionContext.js +1 -1
- package/dist/components/actions/ItemButton/ItemButton.js +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.js +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.js +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/Item/Item.js +1 -1
- package/dist/components/content/ItemBadge/ItemBadge.js +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.js +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.js +1 -1
- package/dist/components/content/TextItem/TextItem.js +1 -1
- package/dist/components/content/Title.js +1 -1
- package/dist/components/content/highlightText.js +1 -1
- package/dist/components/content/use-auto-tooltip.js +1 -1
- 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/ComboBox/ComboBox.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 +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/TimeInput.js +1 -1
- package/dist/components/fields/DatePicker/intl.js +1 -1
- package/dist/components/fields/DatePicker/parseDate.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/Input/Input.js +1 -1
- package/dist/components/fields/ListBox/ListBox.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 +1 -1
- package/dist/components/fields/Picker/Picker.js +1 -1
- package/dist/components/fields/RadioGroup/Radio.js +1 -1
- package/dist/components/fields/RadioGroup/RadioGroup.js +1 -1
- package/dist/components/fields/RadioGroup/context.js +1 -1
- package/dist/components/fields/SearchInput/SearchInput.js +1 -1
- package/dist/components/fields/Select/Select.d.ts +8 -2
- package/dist/components/fields/Select/Select.js +1 -1
- 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 +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 +1 -1
- package/dist/components/fields/TextInput/TextInput.js +1 -1
- package/dist/components/fields/TextInput/TextInputBase.js +1 -1
- package/dist/components/fields/TextInputMapper/TextInputMapper.js +1 -1
- package/dist/components/form/FieldWrapper/FieldWrapper.js +1 -1
- package/dist/components/form/FieldWrapper/extract-field-wrapper-props.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/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/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/Tabs/DraggableTabList.js +1 -1
- package/dist/components/navigation/Tabs/EditableTitle.js +1 -1
- package/dist/components/navigation/Tabs/TabButton.js +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/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/FileTabs/FileTabs.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/RangeCalendar.js +1 -1
- package/dist/components/other/CloudLogo/CloudLogo.js +1 -1
- 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 +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.js +1 -1
- package/dist/components/overlays/Dialog/context.js +1 -1
- package/dist/components/overlays/Dialog/use-dialog-container.js +1 -1
- package/dist/components/overlays/Modal/Modal.js +1 -1
- package/dist/components/overlays/Modal/OpenTransition.js +1 -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/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.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/usePortal.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/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.js +1 -1
- package/dist/data/themes.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/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/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/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.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/colors.js +1 -1
- package/dist/tokens/index.js +1 -1
- package/dist/tokens/layout.js +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/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/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/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/useQaProps.js +1 -1
- package/dist/utils/react/useViewportSize.js +1 -1
- package/dist/utils/react/wrapNodeIfPlain.js +1 -1
- package/dist/utils/tree.js +1 -1
- package/dist/utils/warnings.js +1 -1
- package/dist/version.js +2 -2
- package/docs/BaseProperties.md +78 -0
- package/docs/ComplexLayout.md +459 -0
- package/docs/CreateComponent.md +410 -0
- package/docs/FieldProperties.md +117 -0
- package/docs/Introduction.md +122 -0
- package/docs/RenderCache.md +177 -0
- package/docs/Result.md +42 -0
- package/docs/SimpleLayout.md +26 -0
- package/docs/Typography.md +38 -0
- package/docs/components/Block.md +33 -0
- package/docs/components/CollectionItem.md +293 -0
- package/docs/components/GridProvider.md +38 -0
- package/docs/components/Root.md +50 -0
- package/docs/components/actions/Action.md +47 -0
- package/docs/components/actions/Banner.md +195 -0
- package/docs/components/actions/Button.md +209 -0
- package/docs/components/actions/ButtonGroup.md +46 -0
- package/docs/components/actions/ButtonSplit.md +199 -0
- package/docs/components/actions/CommandMenu.md +422 -0
- package/docs/components/actions/ItemAction.md +60 -0
- package/docs/components/actions/ItemButton.md +316 -0
- package/docs/components/actions/Link.md +325 -0
- package/docs/components/actions/Menu.md +485 -0
- package/docs/components/actions/MenuTrigger.md +47 -0
- package/docs/components/actions/SubMenuTrigger.md +38 -0
- package/docs/components/actions/use-anchored-menu.md +209 -0
- package/docs/components/actions/use-context-menu.md +218 -0
- package/docs/components/content/ActiveZone.md +37 -0
- package/docs/components/content/Alert.md +40 -0
- package/docs/components/content/Avatar.md +37 -0
- package/docs/components/content/Badge.md +194 -0
- package/docs/components/content/Card.md +40 -0
- package/docs/components/content/Content.md +44 -0
- package/docs/components/content/CopyPasteBlock.md +36 -0
- package/docs/components/content/CopySnippet.md +43 -0
- package/docs/components/content/Disclosure.md +181 -0
- package/docs/components/content/Divider.md +39 -0
- package/docs/components/content/Footer.md +35 -0
- package/docs/components/content/Header.md +35 -0
- package/docs/components/content/HotKeys.md +352 -0
- package/docs/components/content/Item.md +499 -0
- package/docs/components/content/ItemBadge.md +31 -0
- package/docs/components/content/ItemCard.md +131 -0
- package/docs/components/content/Layout.md +843 -0
- package/docs/components/content/Paragraph.md +32 -0
- package/docs/components/content/Placeholder.md +37 -0
- package/docs/components/content/PrismCode.md +36 -0
- package/docs/components/content/PrismDiffCode.md +29 -0
- package/docs/components/content/Result.md +46 -0
- package/docs/components/content/Skeleton.md +35 -0
- package/docs/components/content/Tag.md +165 -0
- package/docs/components/content/Text.md +54 -0
- package/docs/components/content/TextItem.md +217 -0
- package/docs/components/content/Title.md +45 -0
- package/docs/components/fields/Checkbox.md +176 -0
- package/docs/components/fields/ComboBox.md +651 -0
- package/docs/components/fields/DatePicker.md +227 -0
- package/docs/components/fields/FileInput.md +194 -0
- package/docs/components/fields/FilterListBox.md +726 -0
- package/docs/components/fields/FilterPicker.md +776 -0
- package/docs/components/fields/HueSlider.md +175 -0
- package/docs/components/fields/ListBox.md +714 -0
- package/docs/components/fields/NumberInput.md +180 -0
- package/docs/components/fields/PasswordInput.md +214 -0
- package/docs/components/fields/Picker.md +906 -0
- package/docs/components/fields/RadioGroup.md +310 -0
- package/docs/components/fields/SearchInput.md +224 -0
- package/docs/components/fields/Select.md +576 -0
- package/docs/components/fields/Slider.md +53 -0
- package/docs/components/fields/Switch.md +169 -0
- package/docs/components/fields/TextArea.md +61 -0
- package/docs/components/fields/TextInput.md +205 -0
- package/docs/components/fields/TextInputMapper.md +34 -0
- package/docs/components/form/Field.md +333 -0
- package/docs/components/form/Form.md +644 -0
- package/docs/components/form/FormInstance.md +307 -0
- package/docs/components/helpers/DisplayTransition.md +268 -0
- package/docs/components/helpers/IconSwitch.md +160 -0
- package/docs/components/layout/Flex.md +51 -0
- package/docs/components/layout/Flow.md +32 -0
- package/docs/components/layout/Grid.md +46 -0
- package/docs/components/layout/Panel.md +65 -0
- package/docs/components/layout/Prefix.md +37 -0
- package/docs/components/layout/ResizablePanel.md +69 -0
- package/docs/components/layout/Space.md +44 -0
- package/docs/components/layout/Suffix.md +39 -0
- package/docs/components/navigation/Tabs.md +726 -0
- package/docs/components/organisms/FileTabs.md +39 -0
- package/docs/components/organisms/StatsCard.md +40 -0
- package/docs/components/other/CloudLogo.md +33 -0
- package/docs/components/overlays/AlertDialog.md +51 -0
- package/docs/components/overlays/Dialog.md +200 -0
- package/docs/components/overlays/DialogContainer.md +201 -0
- package/docs/components/overlays/DialogForm.md +295 -0
- package/docs/components/overlays/DialogTrigger.md +191 -0
- package/docs/components/overlays/Notifications.md +402 -0
- package/docs/components/overlays/Toast.md +289 -0
- package/docs/components/overlays/Tooltip.md +400 -0
- package/docs/components/overlays/TooltipProvider.md +42 -0
- package/docs/components/overlays/TooltipTrigger.md +42 -0
- package/docs/components/overlays/UseDialogContainer.md +597 -0
- package/docs/components/portal/Portal.md +29 -0
- package/docs/components/status/LoadingAnimation.md +27 -0
- package/docs/components/status/Spin.md +35 -0
- package/docs/tasty/configuration.md +211 -0
- package/docs/tasty/debug.md +505 -0
- package/docs/tasty/injector.md +528 -0
- package/docs/tasty/styles.md +567 -0
- package/docs/tasty/tasty-static.md +376 -0
- package/docs/tasty/usage.md +695 -0
- package/package.json +4 -8
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
# IconSwitch
|
|
2
|
+
|
|
3
|
+
A helper component that cross-fades between icons when children change. It provides smooth animated transitions between different icon states, making UI interactions feel more polished.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- When you need animated transitions between different icons based on state
|
|
8
|
+
- For toggle buttons that switch between two icons (e.g., play/pause, expand/collapse)
|
|
9
|
+
- When building interactive UI elements where icon changes should be visually smooth
|
|
10
|
+
- In components like `Item` or `ItemButton` where icons change based on modifiers
|
|
11
|
+
|
|
12
|
+
## Component
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
### Properties
|
|
17
|
+
|
|
18
|
+
- **`children`** `ReactNode` — The icon to display
|
|
19
|
+
- **`contentKey`** `string | number` — Override key for detecting icon changes. When this value changes, a cross-fade transition is triggered
|
|
20
|
+
- **`noWrapper`** `boolean` — When true, renders without wrapper element, expecting parent to provide grid context
|
|
21
|
+
|
|
22
|
+
### Base Properties
|
|
23
|
+
|
|
24
|
+
Supports [Base properties](../../BaseProperties.md)
|
|
25
|
+
|
|
26
|
+
## Examples
|
|
27
|
+
|
|
28
|
+
### Nullish transitions (show / hide)
|
|
29
|
+
|
|
30
|
+
`IconSwitch` preserves the last visible icon during the fade-out when switching to `null`/`undefined`/`false`, so you get a smooth “icon → empty” transition.
|
|
31
|
+
|
|
32
|
+
### Basic Toggle
|
|
33
|
+
|
|
34
|
+
Use `contentKey` to explicitly identify when the icon should transition:
|
|
35
|
+
|
|
36
|
+
```jsx
|
|
37
|
+
import { IconSwitch } from '@cube-dev/ui-kit';
|
|
38
|
+
import { DownIcon, UpIcon } from '@cube-dev/ui-kit/icons';
|
|
39
|
+
|
|
40
|
+
function ExpandToggle({ isExpanded }) {
|
|
41
|
+
return (
|
|
42
|
+
<IconSwitch contentKey={isExpanded ? 'up' : 'down'}>
|
|
43
|
+
{isExpanded ? <UpIcon /> : <DownIcon />}
|
|
44
|
+
</IconSwitch>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
### Play/Pause Button
|
|
50
|
+
|
|
51
|
+
```jsx
|
|
52
|
+
import { IconSwitch } from '@cube-dev/ui-kit';
|
|
53
|
+
import { PlayIcon, PauseIcon } from '@cube-dev/ui-kit/icons';
|
|
54
|
+
|
|
55
|
+
function MediaControl({ isPlaying }) {
|
|
56
|
+
return (
|
|
57
|
+
<IconSwitch contentKey={isPlaying ? 'pause' : 'play'}>
|
|
58
|
+
{isPlaying ? <PauseIcon /> : <PlayIcon />}
|
|
59
|
+
</IconSwitch>
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
### Multiple States
|
|
65
|
+
|
|
66
|
+
The component handles multiple state transitions seamlessly:
|
|
67
|
+
|
|
68
|
+
```jsx
|
|
69
|
+
import { IconSwitch } from '@cube-dev/ui-kit';
|
|
70
|
+
import { DownIcon, CheckIcon, CloseIcon } from '@cube-dev/ui-kit/icons';
|
|
71
|
+
|
|
72
|
+
function StatusIcon({ status }) {
|
|
73
|
+
const icons = {
|
|
74
|
+
idle: <DownIcon />,
|
|
75
|
+
success: <CheckIcon />,
|
|
76
|
+
error: <CloseIcon />,
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
return (
|
|
80
|
+
<IconSwitch contentKey={status}>
|
|
81
|
+
{icons[status]}
|
|
82
|
+
</IconSwitch>
|
|
83
|
+
);
|
|
84
|
+
}
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### Rapid Toggling
|
|
88
|
+
|
|
89
|
+
The component handles rapid state changes gracefully, properly managing overlapping transitions.
|
|
90
|
+
|
|
91
|
+
### With Dynamic Icons in Item Component
|
|
92
|
+
|
|
93
|
+
```jsx
|
|
94
|
+
import { Item, IconSwitch } from '@cube-dev/ui-kit';
|
|
95
|
+
import { DownIcon, UpIcon } from '@cube-dev/ui-kit/icons';
|
|
96
|
+
|
|
97
|
+
function ExpandableItem({ isExpanded, onToggle }) {
|
|
98
|
+
return (
|
|
99
|
+
<Item
|
|
100
|
+
icon={
|
|
101
|
+
<IconSwitch contentKey={isExpanded ? 'up' : 'down'}>
|
|
102
|
+
{isExpanded ? <UpIcon /> : <DownIcon />}
|
|
103
|
+
</IconSwitch>
|
|
104
|
+
}
|
|
105
|
+
onPress={onToggle}
|
|
106
|
+
>
|
|
107
|
+
{isExpanded ? 'Collapse' : 'Expand'}
|
|
108
|
+
</Item>
|
|
109
|
+
);
|
|
110
|
+
}
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
## How It Works
|
|
114
|
+
|
|
115
|
+
1. **Change Detection**: The component tracks icon changes using `contentKey` (if provided) or a best-effort derived key from the child element type (so prop-only updates don’t trigger transitions)
|
|
116
|
+
2. **Stack Management**: When content changes, both old and new icons are rendered simultaneously
|
|
117
|
+
3. **Cross-fade Animation**: The old icon fades out while the new icon fades in using CSS opacity transitions
|
|
118
|
+
4. **Cleanup**: After the exit transition completes, the old icon is removed from the DOM
|
|
119
|
+
|
|
120
|
+
## Best Practices
|
|
121
|
+
|
|
122
|
+
1. **Prefer `contentKey`**: The component can derive a key from the child element type, but explicit keys are more reliable (especially for custom “same type, different meaning” icons):
|
|
123
|
+
```jsx
|
|
124
|
+
// Good - explicit key
|
|
125
|
+
<IconSwitch contentKey={isOpen ? 'open' : 'closed'}>
|
|
126
|
+
{isOpen ? <OpenIcon /> : <CloseIcon />}
|
|
127
|
+
</IconSwitch>
|
|
128
|
+
|
|
129
|
+
// Avoid - relies on implicit key derivation
|
|
130
|
+
<IconSwitch>
|
|
131
|
+
{isOpen ? <OpenIcon /> : <CloseIcon />}
|
|
132
|
+
</IconSwitch>
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
2. **Use consistent icon sizes**: Ensure all icons within the same IconSwitch have the same dimensions for smooth transitions
|
|
136
|
+
|
|
137
|
+
3. **Keep transitions subtle**: The default `transition: 'theme'` timing is designed to be quick and non-distracting
|
|
138
|
+
|
|
139
|
+
## Accessibility
|
|
140
|
+
|
|
141
|
+
### Screen Reader Support
|
|
142
|
+
|
|
143
|
+
- Icon transitions are purely visual and don't affect screen reader announcements
|
|
144
|
+
- Ensure the parent component provides appropriate `aria-label` or text content to convey state changes
|
|
145
|
+
|
|
146
|
+
### Reduced Motion
|
|
147
|
+
|
|
148
|
+
The component respects the user's `prefers-reduced-motion` preference through the underlying `DisplayTransition` component.
|
|
149
|
+
|
|
150
|
+
## Suggested Improvements
|
|
151
|
+
|
|
152
|
+
- Add `duration` prop to customize transition timing
|
|
153
|
+
- Support custom transition styles beyond opacity
|
|
154
|
+
- Add `onTransitionStart` and `onTransitionEnd` callbacks
|
|
155
|
+
|
|
156
|
+
## Related Components
|
|
157
|
+
|
|
158
|
+
- [DisplayTransition](/helpers/DisplayTransition) - Lower-level transition management
|
|
159
|
+
- [Item](/content/Item) - Uses dynamic icons that could benefit from IconSwitch
|
|
160
|
+
- [ItemButton](/actions/ItemButton) - Button variant with icon switching capability
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Flex
|
|
2
|
+
|
|
3
|
+
A flexbox layout container. Arranges children in a row by default with no predefined gap.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- One-dimensional layouts (row or column)
|
|
8
|
+
- Aligning and distributing space between items
|
|
9
|
+
- When you need more control than `Space` provides
|
|
10
|
+
|
|
11
|
+
## Properties
|
|
12
|
+
|
|
13
|
+
No component-specific props. Use style props directly.
|
|
14
|
+
|
|
15
|
+
### Style Defaults
|
|
16
|
+
|
|
17
|
+
- `display` — `flex`
|
|
18
|
+
- `flow` — `row`
|
|
19
|
+
|
|
20
|
+
### Base Properties
|
|
21
|
+
|
|
22
|
+
Supports [Base properties](../../BaseProperties.md).
|
|
23
|
+
|
|
24
|
+
## Examples
|
|
25
|
+
|
|
26
|
+
### Row with gap
|
|
27
|
+
|
|
28
|
+
```jsx
|
|
29
|
+
<Flex gap="1x">
|
|
30
|
+
<Button>Action 1</Button>
|
|
31
|
+
<Button>Action 2</Button>
|
|
32
|
+
</Flex>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Column layout
|
|
36
|
+
|
|
37
|
+
```jsx
|
|
38
|
+
<Flex flow="column" gap="2x">
|
|
39
|
+
<Title level={3}>Section</Title>
|
|
40
|
+
<Paragraph>Content</Paragraph>
|
|
41
|
+
</Flex>
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Space between
|
|
45
|
+
|
|
46
|
+
```jsx
|
|
47
|
+
<Flex placeContent="space-between">
|
|
48
|
+
<Text>Left</Text>
|
|
49
|
+
<Text>Right</Text>
|
|
50
|
+
</Flex>
|
|
51
|
+
```
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Flow
|
|
2
|
+
|
|
3
|
+
A block-level container with column flow. Children stack vertically by default.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- Vertical content stacking
|
|
8
|
+
- Document-like layouts (top to bottom)
|
|
9
|
+
- Simple column flow without flex complexity
|
|
10
|
+
|
|
11
|
+
## Properties
|
|
12
|
+
|
|
13
|
+
No component-specific props. Use style props directly.
|
|
14
|
+
|
|
15
|
+
### Style Defaults
|
|
16
|
+
|
|
17
|
+
- `display` — `block`
|
|
18
|
+
- `flow` — `column`
|
|
19
|
+
|
|
20
|
+
### Base Properties
|
|
21
|
+
|
|
22
|
+
Supports [Base properties](../../BaseProperties.md).
|
|
23
|
+
|
|
24
|
+
## Examples
|
|
25
|
+
|
|
26
|
+
```jsx
|
|
27
|
+
<Flow gap="1x">
|
|
28
|
+
<Title level={3}>Section</Title>
|
|
29
|
+
<Paragraph>First paragraph</Paragraph>
|
|
30
|
+
<Paragraph>Second paragraph</Paragraph>
|
|
31
|
+
</Flow>
|
|
32
|
+
```
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Grid
|
|
2
|
+
|
|
3
|
+
A CSS Grid layout container. Arranges children in a grid with configurable columns and rows.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- Two-dimensional layouts (rows and columns)
|
|
8
|
+
- Complex layouts requiring precise placement
|
|
9
|
+
- Responsive grids with different breakpoint configurations
|
|
10
|
+
|
|
11
|
+
## Properties
|
|
12
|
+
|
|
13
|
+
- **`template`** `string` — Shorthand for `gridTemplate`
|
|
14
|
+
- **`columns`** `string` — Shorthand for `gridColumns` (e.g. `"1fr 1fr"`, `"auto 1fr"`)
|
|
15
|
+
- **`rows`** `string` — Shorthand for `gridRows`
|
|
16
|
+
- **`areas`** `string` — Shorthand for `gridAreas`
|
|
17
|
+
|
|
18
|
+
### Style Defaults
|
|
19
|
+
|
|
20
|
+
- `display` — `grid`
|
|
21
|
+
- `flow` — `row`
|
|
22
|
+
|
|
23
|
+
### Base Properties
|
|
24
|
+
|
|
25
|
+
Supports [Base properties](../../BaseProperties.md).
|
|
26
|
+
|
|
27
|
+
## Examples
|
|
28
|
+
|
|
29
|
+
### Two columns
|
|
30
|
+
|
|
31
|
+
```jsx
|
|
32
|
+
<Grid columns="1fr 1fr" gap="1x">
|
|
33
|
+
<Block>Column 1</Block>
|
|
34
|
+
<Block>Column 2</Block>
|
|
35
|
+
</Grid>
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Three-column layout
|
|
39
|
+
|
|
40
|
+
```jsx
|
|
41
|
+
<Grid columns="auto 1fr auto" gap="2x">
|
|
42
|
+
<Text>Label</Text>
|
|
43
|
+
<Text>Value</Text>
|
|
44
|
+
<Text>Unit</Text>
|
|
45
|
+
</Grid>
|
|
46
|
+
```
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# Panel
|
|
2
|
+
|
|
3
|
+
> **Deprecated**: Use [Layout](../content/Layout.md) with `Layout.Panel` instead. Layout.Panel provides collapsible side panels with resizing, transitions, overlay modes, and automatic content adjustment — all features that Panel lacks.
|
|
4
|
+
|
|
5
|
+
A section container with optional stretched, floating, or card styling. Renders as `<section>` with an absolute-positioned inner scrollable area.
|
|
6
|
+
|
|
7
|
+
## When to Use
|
|
8
|
+
|
|
9
|
+
- Sidebar or drawer content
|
|
10
|
+
- Modal/dialog content areas
|
|
11
|
+
- Card-styled panels with border and radius
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
- **`isStretched`** `boolean` — Fill available space (absolute positioning, `inset: 0`)
|
|
16
|
+
- **`isCard`** `boolean` — Card appearance with border (`1bw`) and radius (`1r`)
|
|
17
|
+
- **`isFloating`** `boolean` — Floating overlay positioning (absolute)
|
|
18
|
+
- **`isFlex`** `boolean` — Use flex layout instead of grid for the inner element
|
|
19
|
+
- **`innerStyles`** `Styles` — Styles applied to the inner content area
|
|
20
|
+
- **`extra`** `ReactNode` — Content rendered outside the inner scrollable area
|
|
21
|
+
- **`placeContent`** `string` — Content placement for the inner area
|
|
22
|
+
- **`placeItems`** `string` — Items placement for the inner area
|
|
23
|
+
- **`gridColumns`** `string` — Grid columns for the inner area
|
|
24
|
+
- **`gridRows`** `string` — Grid rows for the inner area
|
|
25
|
+
- **`flow`** `string` — Flow direction for the inner area
|
|
26
|
+
- **`gap`** `string` — Gap for the inner area
|
|
27
|
+
|
|
28
|
+
### Style Defaults
|
|
29
|
+
|
|
30
|
+
- `display` — `block`
|
|
31
|
+
- `position` — `relative` (switches to `absolute` when `isStretched` or `isFloating`)
|
|
32
|
+
- `flexGrow` — `1`
|
|
33
|
+
- `radius` — `0` (switches to `1r` when `isCard`)
|
|
34
|
+
- `border` — `0` (switches to `1bw` when `isCard`)
|
|
35
|
+
|
|
36
|
+
### Base Properties
|
|
37
|
+
|
|
38
|
+
Supports [Base properties](../../BaseProperties.md).
|
|
39
|
+
|
|
40
|
+
## Examples
|
|
41
|
+
|
|
42
|
+
### Basic panel
|
|
43
|
+
|
|
44
|
+
```jsx
|
|
45
|
+
<Panel>
|
|
46
|
+
<Title level={3}>Panel Content</Title>
|
|
47
|
+
<Paragraph>Content goes here</Paragraph>
|
|
48
|
+
</Panel>
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Card-styled panel
|
|
52
|
+
|
|
53
|
+
```jsx
|
|
54
|
+
<Panel isCard padding="1x">
|
|
55
|
+
Card-styled panel with border
|
|
56
|
+
</Panel>
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Stretched sidebar
|
|
60
|
+
|
|
61
|
+
```jsx
|
|
62
|
+
<Panel isStretched fill="#surface">
|
|
63
|
+
Fills its parent container
|
|
64
|
+
</Panel>
|
|
65
|
+
```
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Prefix
|
|
2
|
+
|
|
3
|
+
An absolutely positioned prefix slot, typically used inside input-like components to show icons or labels on the left.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- Input prefixes (icons, labels)
|
|
8
|
+
- Left-aligned decorations in form fields
|
|
9
|
+
|
|
10
|
+
## Properties
|
|
11
|
+
|
|
12
|
+
- **`onWidthChange`** `Function` — Callback when prefix width changes (used for input padding calculation)
|
|
13
|
+
- **`outerGap`** `CSSProperties['gap']` (default: `'1bw'`) — Gap between prefix and the component edge
|
|
14
|
+
|
|
15
|
+
### Style Defaults
|
|
16
|
+
|
|
17
|
+
- `position` — `absolute`
|
|
18
|
+
- `display` — `grid`
|
|
19
|
+
- `flow` — `column`
|
|
20
|
+
- `gap` — `0`
|
|
21
|
+
- `placeItems` — `center`
|
|
22
|
+
- `color` — `#dark-02`
|
|
23
|
+
|
|
24
|
+
### Base Properties
|
|
25
|
+
|
|
26
|
+
Supports [Base properties](../../BaseProperties.md).
|
|
27
|
+
|
|
28
|
+
## Examples
|
|
29
|
+
|
|
30
|
+
```jsx
|
|
31
|
+
<Block position="relative">
|
|
32
|
+
<Prefix>
|
|
33
|
+
<Icon icon={IconSearch} />
|
|
34
|
+
</Prefix>
|
|
35
|
+
<TextInput placeholder="Search..." />
|
|
36
|
+
</Block>
|
|
37
|
+
```
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# ResizablePanel
|
|
2
|
+
|
|
3
|
+
> **Deprecated**: Use [Layout](../content/Layout.md) with `Layout.Panel` (set `isResizable`) or `Layout.Pane` instead. Layout.Panel supports resizing, transitions, overlay modes, size persistence, and automatic content adjustment. Layout.Pane provides inline resizable sections within the normal flex/grid flow.
|
|
4
|
+
|
|
5
|
+
A `Panel` with a draggable resize handle. Users can adjust the panel size by dragging the handle.
|
|
6
|
+
|
|
7
|
+
## When to Use
|
|
8
|
+
|
|
9
|
+
- Resizable sidebars or split views
|
|
10
|
+
- Adjustable layout panels
|
|
11
|
+
- User-customizable workspace layouts
|
|
12
|
+
|
|
13
|
+
## Component
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Properties
|
|
18
|
+
|
|
19
|
+
- **`direction`** `'top' | 'right' | 'bottom' | 'left'` (default: `'right'`) — Position of the resize handle
|
|
20
|
+
- **`size`** `number` — Panel size in pixels. When provided, the component becomes controlled.
|
|
21
|
+
- **`onSizeChange`** `(size: number) => void` — Callback when size changes via dragging
|
|
22
|
+
- **`minSize`** `string | number` (default: `200`) — Minimum size constraint
|
|
23
|
+
- **`maxSize`** `string | number` (default: `'min(50%, 400px)'` for uncontrolled) — Maximum size constraint
|
|
24
|
+
- **`isDisabled`** `boolean` — Disable resizing
|
|
25
|
+
- **`handlerStyles`** `Styles` — Custom styles for the resize handle
|
|
26
|
+
|
|
27
|
+
### Base Properties
|
|
28
|
+
|
|
29
|
+
Extends [Panel](#) and supports [Base properties](../../BaseProperties.md).
|
|
30
|
+
|
|
31
|
+
## Examples
|
|
32
|
+
|
|
33
|
+
### Resizable sidebar
|
|
34
|
+
|
|
35
|
+
```jsx
|
|
36
|
+
<Panel isFlex isStretched height="min 30x" fill="#white">
|
|
37
|
+
<ResizablePanel direction="right">
|
|
38
|
+
<Block padding="1x">Sidebar content</Block>
|
|
39
|
+
</ResizablePanel>
|
|
40
|
+
<Panel fill="#purple-04.10">Main content</Panel>
|
|
41
|
+
</Panel>
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Controlled size
|
|
45
|
+
|
|
46
|
+
```jsx
|
|
47
|
+
function ControlledExample() {
|
|
48
|
+
const [size, setSize] = useState(200);
|
|
49
|
+
|
|
50
|
+
return (
|
|
51
|
+
<ResizablePanel
|
|
52
|
+
direction="right"
|
|
53
|
+
size={size}
|
|
54
|
+
onSizeChange={(s) => setSize(Math.min(500, Math.max(100, s)))}
|
|
55
|
+
fill="#light"
|
|
56
|
+
>
|
|
57
|
+
Sidebar
|
|
58
|
+
</ResizablePanel>
|
|
59
|
+
);
|
|
60
|
+
}
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### Disabled
|
|
64
|
+
|
|
65
|
+
```jsx
|
|
66
|
+
<ResizablePanel direction="right" isDisabled>
|
|
67
|
+
Non-resizable panel
|
|
68
|
+
</ResizablePanel>
|
|
69
|
+
```
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Space
|
|
2
|
+
|
|
3
|
+
A flex container that adds consistent gap between children. Supports horizontal (default) and vertical directions.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- Spacing between buttons, icons, or inline elements
|
|
8
|
+
- Vertical or horizontal stacks with consistent gaps
|
|
9
|
+
- Replacing manual margin hacks with semantic spacing
|
|
10
|
+
|
|
11
|
+
## Properties
|
|
12
|
+
|
|
13
|
+
- **`direction`** `'vertical' | 'horizontal'` (default: `'horizontal'`) — Layout direction
|
|
14
|
+
|
|
15
|
+
### Style Defaults
|
|
16
|
+
|
|
17
|
+
- `display` — `flex`
|
|
18
|
+
- `gap` — `1x`
|
|
19
|
+
- `flow` — `row` (switches to `column` when `direction="vertical"`)
|
|
20
|
+
- `placeItems` — `center stretch` (switches to `stretch` when vertical)
|
|
21
|
+
|
|
22
|
+
### Base Properties
|
|
23
|
+
|
|
24
|
+
Supports [Base properties](../../BaseProperties.md).
|
|
25
|
+
|
|
26
|
+
## Examples
|
|
27
|
+
|
|
28
|
+
### Horizontal (default)
|
|
29
|
+
|
|
30
|
+
```jsx
|
|
31
|
+
<Space>
|
|
32
|
+
<Button>Save</Button>
|
|
33
|
+
<Button>Cancel</Button>
|
|
34
|
+
</Space>
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Vertical with custom gap
|
|
38
|
+
|
|
39
|
+
```jsx
|
|
40
|
+
<Space direction="vertical" gap="2x">
|
|
41
|
+
<Title level={3}>Title</Title>
|
|
42
|
+
<Paragraph>Description</Paragraph>
|
|
43
|
+
</Space>
|
|
44
|
+
```
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Suffix
|
|
2
|
+
|
|
3
|
+
An absolutely positioned suffix slot, typically used inside input-like components to show icons or actions on the right.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- Input suffixes (clear button, unit labels)
|
|
8
|
+
- Right-aligned decorations in form fields
|
|
9
|
+
|
|
10
|
+
## Properties
|
|
11
|
+
|
|
12
|
+
- **`onWidthChange`** `Function` — Callback when suffix width changes (used for input padding calculation)
|
|
13
|
+
- **`outerGap`** `CSSProperties['gap']` (default: `'1bw'`) — Gap between suffix and the component edge
|
|
14
|
+
|
|
15
|
+
### Style Defaults
|
|
16
|
+
|
|
17
|
+
- `position` — `absolute`
|
|
18
|
+
- `display` — `grid`
|
|
19
|
+
- `flow` — `column`
|
|
20
|
+
- `gap` — `0`
|
|
21
|
+
- `placeItems` — `center`
|
|
22
|
+
- `color` — `#dark-02`
|
|
23
|
+
|
|
24
|
+
### Base Properties
|
|
25
|
+
|
|
26
|
+
Supports [Base properties](../../BaseProperties.md).
|
|
27
|
+
|
|
28
|
+
## Examples
|
|
29
|
+
|
|
30
|
+
```jsx
|
|
31
|
+
<Block position="relative">
|
|
32
|
+
<TextInput placeholder="Search..." />
|
|
33
|
+
<Suffix>
|
|
34
|
+
<Button size="small" iconOnly>
|
|
35
|
+
<Icon icon={IconX} />
|
|
36
|
+
</Button>
|
|
37
|
+
</Suffix>
|
|
38
|
+
</Block>
|
|
39
|
+
```
|