@cube-dev/ui-kit 0.0.0-canary-a2deb22 → 0.0.0-canary-e397738
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/_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 +9 -30
- package/dist/components/GlobalStyles.js.map +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/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-action.js.map +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 +4 -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/InlineInput/InlineInput.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.d.ts +0 -1
- package/dist/components/content/PrismCode/PrismCode.js +2 -7
- 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 +7 -7
- 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/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/CommandTextArea/CommandTextArea.js +1 -1
- package/dist/components/fields/CommandTextArea/caretPosition.js +2 -2
- package/dist/components/fields/CommandTextArea/caretPosition.js.map +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 +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/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/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/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 +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/SearchComboBox/SearchComboBox.js +1 -1
- package/dist/components/fields/SearchInput/SearchInput.js +1 -1
- package/dist/components/fields/Select/Select.js +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/Board/Board.js +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.js +1 -1
- package/dist/components/layout/Board/WidgetHost.js +1 -1
- package/dist/components/layout/Board/board-context.js +1 -1
- package/dist/components/layout/Board/board-store.js +1 -1
- package/dist/components/layout/Board/grid-core/calculate.js +1 -1
- 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/layout.js +1 -1
- package/dist/components/layout/Board/grid-core/sort.js +1 -1
- package/dist/components/layout/Board/index.js +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 +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/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/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/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/OpenTransitionContext.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/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/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/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 +1 -1
- package/dist/i18n/locales/en-US/uikit.js +1 -1
- package/dist/i18n/locales/es-ES/uikit.js +1 -1
- package/dist/i18n/locales/es-MX/uikit.js +1 -1
- package/dist/i18n/locales/fr-FR/uikit.js +1 -1
- package/dist/i18n/locales/it-IT/uikit.js +1 -1
- package/dist/i18n/locales/ja-JP/uikit.js +1 -1
- package/dist/i18n/locales/nb-NO/uikit.js +1 -1
- package/dist/i18n/locales/pt-BR/uikit.js +1 -1
- package/dist/i18n/locales/pt-PT/uikit.js +1 -1
- package/dist/i18n/locales/sv-SE/uikit.js +1 -1
- package/dist/i18n/locales/vi-VN/uikit.js +1 -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/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/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 +3 -4
- package/dist/index.js +4 -5
- package/dist/index.js.map +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.d.ts +7 -2
- package/dist/tokens/colors.js +8 -16
- package/dist/tokens/colors.js.map +1 -1
- package/dist/tokens/index.d.ts +17 -5
- package/dist/tokens/index.js +13 -23
- package/dist/tokens/index.js.map +1 -1
- package/dist/tokens/layout.js +1 -1
- package/dist/tokens/palette.js +124 -161
- 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.d.ts +0 -1
- package/dist/tokens/typography.js +1 -29
- package/dist/tokens/typography.js.map +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/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/Typography.md +1 -1
- package/docs/Usage.md +0 -10
- package/docs/components/content/CopySnippet.md +1 -6
- package/docs/components/content/PrismCode.md +2 -3
- package/docs/glaze/api.md +414 -951
- package/docs/glaze/methodology.md +212 -512
- package/docs/glaze/migration.md +49 -127
- package/package.json +4 -4
- package/dist/tokens/lazy-styles.js +0 -33
- package/dist/tokens/lazy-styles.js.map +0 -1
- package/dist/tokens/palette.d.ts +0 -15
- package/docs/Colors.md +0 -77
- package/docs/glaze/okhst.md +0 -170
package/dist/tokens/palette.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-
|
|
2
|
-
import { lazyStyles } from "./lazy-styles.js";
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-e397738 | Cube Dev Team */
|
|
3
2
|
import { glaze } from "@tenphi/glaze";
|
|
4
3
|
|
|
5
4
|
//#region src/tokens/palette.ts
|
|
@@ -9,7 +8,7 @@ import { glaze } from "@tenphi/glaze";
|
|
|
9
8
|
* Produces light, dark, and high-contrast color variants from a single
|
|
10
9
|
* source of truth. Every color token is emitted as a tasty state map:
|
|
11
10
|
*
|
|
12
|
-
* '#surface': { '': '
|
|
11
|
+
* '#surface': { '': 'okhsl(...)', '@dark': 'okhsl(...)', '@hc': 'okhsl(...)' }
|
|
13
12
|
*
|
|
14
13
|
* The `@dark` and `@hc` state aliases are wired up globally in
|
|
15
14
|
* `src/components/Root.tsx` (see `setGlobalPredefinedStates`).
|
|
@@ -20,12 +19,7 @@ const DANGER_HUE = 23.1;
|
|
|
20
19
|
const WARNING_HUE = 84.3;
|
|
21
20
|
const NOTE_HUE = 302.3;
|
|
22
21
|
/** Seed saturation; per-color saturation factors below are 0–1 of this seed. */
|
|
23
|
-
const SEED_SATURATION =
|
|
24
|
-
const TEXT_TONE = -98;
|
|
25
|
-
const TEXT_SOFT_TONE = -72;
|
|
26
|
-
const TEXT_SOFT2_TONE = -52;
|
|
27
|
-
const SURFACE_2_TEXT_OFFSET = 2;
|
|
28
|
-
const SURFACE_3_TEXT_OFFSET = 4;
|
|
22
|
+
const SEED_SATURATION = 80;
|
|
29
23
|
glaze.configure({
|
|
30
24
|
states: {
|
|
31
25
|
dark: "@dark",
|
|
@@ -34,257 +28,259 @@ glaze.configure({
|
|
|
34
28
|
modes: {
|
|
35
29
|
dark: true,
|
|
36
30
|
highContrast: true
|
|
37
|
-
}
|
|
38
|
-
darkTone: [14, 95],
|
|
39
|
-
darkDesaturation: 0
|
|
31
|
+
}
|
|
40
32
|
});
|
|
41
|
-
const defaultTheme = glaze(PURPLE_HUE, SEED_SATURATION
|
|
33
|
+
const defaultTheme = glaze(PURPLE_HUE, SEED_SATURATION);
|
|
42
34
|
defaultTheme.colors({
|
|
43
35
|
surface: {
|
|
44
|
-
|
|
45
|
-
saturation: .
|
|
36
|
+
lightness: 100,
|
|
37
|
+
saturation: .11
|
|
46
38
|
},
|
|
47
39
|
"surface-2": {
|
|
48
40
|
base: "surface",
|
|
49
|
-
|
|
50
|
-
saturation: .
|
|
41
|
+
lightness: "-2",
|
|
42
|
+
saturation: .15,
|
|
51
43
|
inherit: false
|
|
52
44
|
},
|
|
53
45
|
"surface-3": {
|
|
54
46
|
base: "surface",
|
|
55
|
-
|
|
56
|
-
saturation: .
|
|
47
|
+
lightness: "-4",
|
|
48
|
+
saturation: .19,
|
|
57
49
|
inherit: false
|
|
58
50
|
},
|
|
59
51
|
"surface-4": {
|
|
60
52
|
base: "surface",
|
|
61
|
-
|
|
62
|
-
saturation: .
|
|
53
|
+
lightness: "-6",
|
|
54
|
+
saturation: .2,
|
|
63
55
|
inherit: false
|
|
64
56
|
},
|
|
65
57
|
"surface-text": {
|
|
66
58
|
base: "surface",
|
|
67
|
-
|
|
68
|
-
saturation: .
|
|
69
|
-
contrast: ["AA", "AAA"]
|
|
59
|
+
lightness: 2,
|
|
60
|
+
saturation: .475
|
|
70
61
|
},
|
|
71
62
|
"surface-text-soft": {
|
|
72
63
|
base: "surface",
|
|
73
|
-
|
|
74
|
-
saturation: .
|
|
75
|
-
contrast: [
|
|
64
|
+
lightness: "-1",
|
|
65
|
+
saturation: .375,
|
|
66
|
+
contrast: [9, 11],
|
|
76
67
|
inherit: false
|
|
77
68
|
},
|
|
78
69
|
"surface-text-soft-2": {
|
|
79
70
|
base: "surface",
|
|
80
|
-
|
|
81
|
-
saturation: .
|
|
82
|
-
contrast: [
|
|
71
|
+
lightness: "-1",
|
|
72
|
+
saturation: .24,
|
|
73
|
+
contrast: [4.5, 5.5],
|
|
83
74
|
inherit: false
|
|
84
75
|
},
|
|
85
76
|
"surface-2-text": {
|
|
86
77
|
base: "surface-2",
|
|
87
|
-
|
|
88
|
-
saturation: .
|
|
89
|
-
contrast: ["AA", "AAA"],
|
|
78
|
+
lightness: 2,
|
|
79
|
+
saturation: .475,
|
|
90
80
|
inherit: false
|
|
91
81
|
},
|
|
92
82
|
"surface-2-text-soft": {
|
|
93
83
|
base: "surface-2",
|
|
94
|
-
|
|
95
|
-
saturation: .
|
|
96
|
-
contrast: [
|
|
84
|
+
lightness: "-1",
|
|
85
|
+
saturation: .375,
|
|
86
|
+
contrast: [9, 11],
|
|
97
87
|
inherit: false
|
|
98
88
|
},
|
|
99
89
|
"surface-3-text": {
|
|
100
90
|
base: "surface-3",
|
|
101
|
-
|
|
102
|
-
saturation: .
|
|
103
|
-
contrast: ["AA", "AAA"],
|
|
91
|
+
lightness: 2,
|
|
92
|
+
saturation: .475,
|
|
104
93
|
inherit: false
|
|
105
94
|
},
|
|
106
95
|
"surface-3-text-soft": {
|
|
107
96
|
base: "surface-3",
|
|
108
|
-
|
|
109
|
-
saturation: .
|
|
110
|
-
contrast: [
|
|
97
|
+
lightness: "-1",
|
|
98
|
+
saturation: .375,
|
|
99
|
+
contrast: [9, 11],
|
|
111
100
|
inherit: false
|
|
112
101
|
},
|
|
113
102
|
border: {
|
|
114
103
|
base: "surface",
|
|
115
|
-
|
|
104
|
+
lightness: ["-10", "-20"],
|
|
116
105
|
saturation: .175
|
|
117
106
|
},
|
|
118
107
|
placeholder: {
|
|
119
108
|
base: "surface",
|
|
120
|
-
|
|
109
|
+
lightness: 67,
|
|
121
110
|
saturation: .175,
|
|
122
111
|
inherit: false
|
|
123
112
|
},
|
|
124
113
|
focus: {
|
|
125
114
|
base: "surface",
|
|
126
|
-
|
|
115
|
+
lightness: 71,
|
|
127
116
|
saturation: .8625,
|
|
128
117
|
inherit: false
|
|
129
118
|
},
|
|
130
119
|
disabled: {
|
|
131
|
-
|
|
120
|
+
lightness: 80.8,
|
|
132
121
|
saturation: .4,
|
|
133
122
|
inherit: false
|
|
134
123
|
},
|
|
135
124
|
"disabled-surface": {
|
|
136
125
|
base: "surface",
|
|
137
|
-
|
|
126
|
+
lightness: "-1",
|
|
138
127
|
saturation: .2,
|
|
128
|
+
contrast: [1.1, 1.2],
|
|
139
129
|
inherit: false
|
|
140
130
|
},
|
|
141
131
|
"disabled-surface-text": {
|
|
142
132
|
base: "surface",
|
|
143
|
-
|
|
133
|
+
lightness: "-1",
|
|
144
134
|
saturation: .3,
|
|
135
|
+
contrast: [2, 2.5],
|
|
145
136
|
inherit: false
|
|
146
137
|
},
|
|
147
138
|
"surface-inverse": {
|
|
148
|
-
|
|
139
|
+
lightness: 12,
|
|
149
140
|
saturation: .475,
|
|
150
141
|
mode: "fixed",
|
|
151
142
|
inherit: false
|
|
152
143
|
},
|
|
153
144
|
"accent-surface-text": {
|
|
154
|
-
|
|
145
|
+
lightness: 100,
|
|
155
146
|
mode: "fixed"
|
|
156
147
|
},
|
|
157
148
|
"accent-surface": {
|
|
158
149
|
base: "accent-surface-text",
|
|
159
|
-
|
|
160
|
-
contrast: [
|
|
150
|
+
lightness: "-1",
|
|
151
|
+
contrast: [4.5, 7],
|
|
161
152
|
mode: "fixed"
|
|
162
153
|
},
|
|
163
154
|
"accent-surface-2": {
|
|
164
155
|
base: "accent-surface-text",
|
|
165
|
-
|
|
166
|
-
contrast: [
|
|
156
|
+
lightness: "-1",
|
|
157
|
+
contrast: [5, 8],
|
|
167
158
|
mode: "fixed"
|
|
168
159
|
},
|
|
169
160
|
"accent-surface-3": {
|
|
170
161
|
base: "accent-surface-text",
|
|
171
|
-
|
|
172
|
-
contrast: [
|
|
162
|
+
lightness: "-1",
|
|
163
|
+
contrast: [5.5, 9],
|
|
173
164
|
mode: "fixed"
|
|
174
165
|
},
|
|
175
166
|
"accent-surface-hover": {
|
|
176
167
|
base: "accent-surface-text",
|
|
177
|
-
|
|
178
|
-
contrast: [
|
|
168
|
+
lightness: "-1",
|
|
169
|
+
contrast: [6, 10],
|
|
179
170
|
mode: "fixed"
|
|
180
171
|
},
|
|
181
172
|
"accent-surface-border": {
|
|
182
173
|
base: "accent-surface",
|
|
183
|
-
|
|
174
|
+
lightness: "+1",
|
|
175
|
+
contrast: [1.4, 1.8],
|
|
184
176
|
mode: "fixed"
|
|
185
177
|
},
|
|
186
178
|
"accent-text": {
|
|
187
179
|
base: "surface",
|
|
188
|
-
|
|
180
|
+
lightness: "-1",
|
|
189
181
|
saturation: 1,
|
|
190
|
-
contrast: [
|
|
182
|
+
contrast: [6.4, 10]
|
|
191
183
|
},
|
|
192
184
|
"accent-text-soft": {
|
|
193
185
|
base: "surface",
|
|
194
|
-
|
|
186
|
+
lightness: "-1",
|
|
195
187
|
saturation: 1,
|
|
196
|
-
contrast: [
|
|
188
|
+
contrast: [4.5, 7]
|
|
197
189
|
},
|
|
198
190
|
"accent-icon": {
|
|
199
191
|
base: "surface",
|
|
200
|
-
|
|
201
|
-
saturation: .9375
|
|
192
|
+
lightness: "-1",
|
|
193
|
+
saturation: .9375,
|
|
194
|
+
contrast: [3.2, 5]
|
|
202
195
|
},
|
|
203
196
|
"accent-disabled-surface": {
|
|
204
197
|
base: "surface",
|
|
205
|
-
|
|
198
|
+
lightness: "-1",
|
|
206
199
|
saturation: .5,
|
|
207
|
-
|
|
200
|
+
contrast: [1.4, 1.5]
|
|
208
201
|
},
|
|
209
202
|
"accent-disabled-surface-text": {
|
|
210
203
|
base: "accent-disabled-surface",
|
|
211
|
-
|
|
212
|
-
autoFlip: false,
|
|
204
|
+
lightness: "+1",
|
|
213
205
|
saturation: .4,
|
|
206
|
+
contrast: 1.51,
|
|
214
207
|
mode: "fixed"
|
|
215
208
|
},
|
|
216
209
|
"code-comment": {
|
|
217
210
|
base: "surface",
|
|
218
211
|
hue: 280,
|
|
219
212
|
saturation: .1,
|
|
220
|
-
|
|
221
|
-
contrast: [
|
|
213
|
+
lightness: "-1",
|
|
214
|
+
contrast: [4.5, 7],
|
|
222
215
|
inherit: false
|
|
223
216
|
},
|
|
224
217
|
"code-punctuation": {
|
|
225
218
|
base: "surface",
|
|
226
219
|
hue: 348,
|
|
227
220
|
saturation: .4,
|
|
228
|
-
|
|
229
|
-
contrast: [
|
|
221
|
+
lightness: "-1",
|
|
222
|
+
contrast: [4.5, 7],
|
|
230
223
|
inherit: false
|
|
231
224
|
},
|
|
232
225
|
"code-keyword": {
|
|
233
226
|
base: "surface",
|
|
234
227
|
hue: 348,
|
|
235
228
|
saturation: 1,
|
|
236
|
-
|
|
237
|
-
contrast: [
|
|
229
|
+
lightness: "-1",
|
|
230
|
+
contrast: [5, 7.5],
|
|
238
231
|
inherit: false
|
|
239
232
|
},
|
|
240
233
|
"code-string": {
|
|
241
234
|
base: "surface",
|
|
242
235
|
hue: PURPLE_HUE,
|
|
243
236
|
saturation: 1,
|
|
244
|
-
|
|
245
|
-
contrast: [
|
|
237
|
+
lightness: "-1",
|
|
238
|
+
contrast: [4.5, 7],
|
|
246
239
|
inherit: false
|
|
247
240
|
},
|
|
248
241
|
"code-number": {
|
|
249
242
|
base: "surface",
|
|
250
243
|
hue: 156,
|
|
251
244
|
saturation: .9,
|
|
252
|
-
|
|
253
|
-
contrast: [
|
|
245
|
+
lightness: "-1",
|
|
246
|
+
contrast: [4.5, 7],
|
|
254
247
|
inherit: false
|
|
255
248
|
},
|
|
256
249
|
"code-function": {
|
|
257
250
|
base: "surface",
|
|
258
251
|
hue: 348,
|
|
259
252
|
saturation: 1,
|
|
260
|
-
|
|
261
|
-
contrast: [
|
|
253
|
+
lightness: "-1",
|
|
254
|
+
contrast: [5, 7.5],
|
|
262
255
|
inherit: false
|
|
263
256
|
},
|
|
264
257
|
"code-attribute": {
|
|
265
258
|
base: "surface",
|
|
266
259
|
hue: 200,
|
|
267
260
|
saturation: 1,
|
|
268
|
-
|
|
269
|
-
contrast: [
|
|
261
|
+
lightness: "-1",
|
|
262
|
+
contrast: [4.5, 7],
|
|
270
263
|
inherit: false
|
|
271
264
|
},
|
|
272
265
|
"loading-face-1": {
|
|
273
266
|
base: "surface",
|
|
274
|
-
|
|
267
|
+
lightness: 98,
|
|
275
268
|
saturation: .3,
|
|
269
|
+
contrast: [1.04, 1.5],
|
|
276
270
|
inherit: false
|
|
277
271
|
},
|
|
278
272
|
"loading-face-2": {
|
|
279
273
|
base: "surface",
|
|
280
|
-
|
|
274
|
+
lightness: 91,
|
|
281
275
|
saturation: .62,
|
|
276
|
+
contrast: [1.24, 2.5],
|
|
282
277
|
inherit: false
|
|
283
278
|
},
|
|
284
279
|
"loading-face-3": {
|
|
285
280
|
base: "surface",
|
|
286
|
-
|
|
281
|
+
lightness: 79,
|
|
287
282
|
saturation: .66,
|
|
283
|
+
contrast: [1.75, 4],
|
|
288
284
|
inherit: false
|
|
289
285
|
},
|
|
290
286
|
"shadow-sm": {
|
|
@@ -309,49 +305,29 @@ defaultTheme.colors({
|
|
|
309
305
|
inherit: false
|
|
310
306
|
},
|
|
311
307
|
overlay: {
|
|
312
|
-
|
|
308
|
+
lightness: 10,
|
|
313
309
|
opacity: .5,
|
|
314
310
|
inherit: false
|
|
315
311
|
}
|
|
316
312
|
});
|
|
317
|
-
const TINTED_SURFACE_SATURATION = .2;
|
|
318
|
-
const TINTED_SURFACE_TONE_OFFSET = 2;
|
|
319
313
|
/**
|
|
320
314
|
* Per-colored-theme overrides on top of `defaultTheme`:
|
|
321
315
|
* - `surface` — bumped saturation so the banner bg is visibly tinted.
|
|
322
316
|
* - `border` — bumped saturation so OUTLINE-variant borders pick up the
|
|
323
317
|
* theme hue (used by `#<theme>-border` in `item-themes.ts`). Mirrors the
|
|
324
|
-
* default-theme `border` shape (`base: 'surface'`,
|
|
318
|
+
* default-theme `border` shape (`base: 'surface'`, lightness window) but
|
|
325
319
|
* with higher saturation. Glaze's `extend({ colors })` redefines each
|
|
326
320
|
* listed color from scratch, so we restate the full definition here.
|
|
327
321
|
*/
|
|
328
322
|
const TINTED_SURFACE_OVERRIDE = {
|
|
329
323
|
surface: {
|
|
330
|
-
|
|
331
|
-
saturation:
|
|
324
|
+
lightness: 96,
|
|
325
|
+
saturation: .8
|
|
332
326
|
},
|
|
333
327
|
border: {
|
|
334
328
|
base: "surface",
|
|
335
|
-
|
|
329
|
+
lightness: ["-10", "-20"],
|
|
336
330
|
saturation: .5
|
|
337
|
-
},
|
|
338
|
-
"surface-text": {
|
|
339
|
-
base: "surface",
|
|
340
|
-
tone: `${TEXT_TONE - TINTED_SURFACE_TONE_OFFSET}`,
|
|
341
|
-
saturation: .25,
|
|
342
|
-
contrast: ["AA", "AAA"]
|
|
343
|
-
},
|
|
344
|
-
"surface-text-soft": {
|
|
345
|
-
base: "surface",
|
|
346
|
-
tone: `${TEXT_SOFT_TONE - TINTED_SURFACE_TONE_OFFSET}`,
|
|
347
|
-
saturation: .25,
|
|
348
|
-
contrast: ["AA", "AAA"]
|
|
349
|
-
},
|
|
350
|
-
"surface-text-soft-2": {
|
|
351
|
-
base: "surface",
|
|
352
|
-
tone: `${TEXT_SOFT2_TONE - TINTED_SURFACE_TONE_OFFSET}`,
|
|
353
|
-
saturation: .25,
|
|
354
|
-
contrast: ["AA", "AAA"]
|
|
355
331
|
}
|
|
356
332
|
};
|
|
357
333
|
const primaryTheme = defaultTheme.extend({ colors: TINTED_SURFACE_OVERRIDE });
|
|
@@ -396,66 +372,68 @@ const noteTheme = defaultTheme.extend({
|
|
|
396
372
|
* pressed/focused border on the brand-purple primary fill. Matches the
|
|
397
373
|
* legacy `#fixed-primary-text` alias (= `#primary-accent-surface-hover`).
|
|
398
374
|
* - `accent-disabled-surface` / `accent-disabled-surface-text` —
|
|
399
|
-
* brand-tinted disabled chip + label,
|
|
400
|
-
*
|
|
401
|
-
* scheme-symmetric.
|
|
375
|
+
* brand-tinted disabled chip + label, contrast-driven against the fixed
|
|
376
|
+
* dark `surface` so the disabled state is scheme-symmetric.
|
|
402
377
|
*/
|
|
403
|
-
const specialTheme = glaze(PURPLE_HUE, SEED_SATURATION
|
|
378
|
+
const specialTheme = glaze(PURPLE_HUE, SEED_SATURATION);
|
|
404
379
|
specialTheme.colors({
|
|
405
380
|
surface: {
|
|
406
|
-
|
|
381
|
+
lightness: 12,
|
|
407
382
|
saturation: .475,
|
|
408
383
|
mode: "fixed"
|
|
409
384
|
},
|
|
410
385
|
"accent-surface-text": {
|
|
411
|
-
|
|
386
|
+
lightness: 100,
|
|
412
387
|
mode: "fixed"
|
|
413
388
|
},
|
|
414
389
|
"accent-surface": {
|
|
415
390
|
base: "accent-surface-text",
|
|
416
|
-
|
|
417
|
-
contrast: [
|
|
391
|
+
lightness: "-1",
|
|
392
|
+
contrast: [4.5, 7],
|
|
418
393
|
mode: "fixed"
|
|
419
394
|
},
|
|
420
395
|
"accent-surface-2": {
|
|
421
396
|
base: "accent-surface-text",
|
|
422
|
-
|
|
423
|
-
contrast: [
|
|
397
|
+
lightness: "-1",
|
|
398
|
+
contrast: [5, 8],
|
|
424
399
|
mode: "fixed"
|
|
425
400
|
},
|
|
426
401
|
"accent-surface-3": {
|
|
427
402
|
base: "accent-surface-text",
|
|
428
|
-
|
|
429
|
-
contrast: [
|
|
403
|
+
lightness: "-1",
|
|
404
|
+
contrast: [5.5, 9],
|
|
430
405
|
mode: "fixed"
|
|
431
406
|
},
|
|
432
407
|
"accent-surface-border": {
|
|
433
408
|
base: "accent-surface",
|
|
434
|
-
|
|
409
|
+
lightness: "+1",
|
|
410
|
+
contrast: [1.4, 1.8],
|
|
435
411
|
mode: "fixed"
|
|
436
412
|
},
|
|
437
413
|
"accent-surface-hover": {
|
|
438
414
|
base: "accent-surface-text",
|
|
439
|
-
|
|
440
|
-
contrast: [
|
|
415
|
+
lightness: "-1",
|
|
416
|
+
contrast: [6, 8.5],
|
|
441
417
|
mode: "fixed"
|
|
442
418
|
},
|
|
443
419
|
"accent-text": {
|
|
444
420
|
base: "accent-surface-text",
|
|
445
|
-
|
|
446
|
-
contrast: [
|
|
421
|
+
lightness: "-1",
|
|
422
|
+
contrast: [6, 8.5],
|
|
447
423
|
mode: "fixed"
|
|
448
424
|
},
|
|
449
425
|
"accent-disabled-surface": {
|
|
450
426
|
base: "surface",
|
|
451
|
-
|
|
427
|
+
lightness: "+1",
|
|
452
428
|
saturation: .5,
|
|
429
|
+
contrast: [1.4, 1.5],
|
|
453
430
|
mode: "fixed"
|
|
454
431
|
},
|
|
455
432
|
"accent-disabled-surface-text": {
|
|
456
433
|
base: "accent-disabled-surface",
|
|
457
|
-
|
|
434
|
+
lightness: "+1",
|
|
458
435
|
saturation: .4,
|
|
436
|
+
contrast: 1.51,
|
|
459
437
|
mode: "fixed"
|
|
460
438
|
}
|
|
461
439
|
});
|
|
@@ -480,40 +458,25 @@ const palette = glaze.palette({
|
|
|
480
458
|
special: specialTheme
|
|
481
459
|
});
|
|
482
460
|
/**
|
|
483
|
-
*
|
|
484
|
-
*
|
|
485
|
-
* Memoized on first call so subsequent reads are free. Resolution is deferred
|
|
486
|
-
* (not done at module import) so host apps can call `glaze.configure(...)`
|
|
487
|
-
* after importing `@cube-dev/ui-kit` and still affect these tokens — as long as
|
|
488
|
-
* configure runs before the first `getPaletteTokens()` / `<Root>` paint.
|
|
461
|
+
* All Glaze-generated color tokens as a tasty `Styles` map.
|
|
489
462
|
*
|
|
490
463
|
* Keys use `#name` syntax; values are state maps:
|
|
491
|
-
* '#surface': { '': '
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
if (!paletteTokensCache) paletteTokensCache = palette.tasty({
|
|
496
|
-
prefix: {
|
|
497
|
-
default: "",
|
|
498
|
-
primary: "primary-",
|
|
499
|
-
purple: "purple-",
|
|
500
|
-
success: "success-",
|
|
501
|
-
danger: "danger-",
|
|
502
|
-
warning: "warning-",
|
|
503
|
-
note: "note-",
|
|
504
|
-
special: "special-"
|
|
505
|
-
},
|
|
506
|
-
format: "oklch"
|
|
507
|
-
});
|
|
508
|
-
return paletteTokensCache;
|
|
509
|
-
}
|
|
510
|
-
/**
|
|
511
|
-
* Lazy proxy of {@link getPaletteTokens}. Prefer `getPaletteTokens()` in new
|
|
512
|
-
* code. First property / enumeration access resolves against the live glaze
|
|
513
|
-
* config (same memo as the getter).
|
|
464
|
+
* '#surface': { '': 'okhsl(...)', '@dark': 'okhsl(...)', '@hc': 'okhsl(...)' }
|
|
465
|
+
*
|
|
466
|
+
* Spread into `useGlobalStyles('body', tokens)` (already wired through
|
|
467
|
+
* `src/components/GlobalStyles.tsx`).
|
|
514
468
|
*/
|
|
515
|
-
const PALETTE_TOKENS =
|
|
469
|
+
const PALETTE_TOKENS = palette.tasty({ prefix: {
|
|
470
|
+
default: "",
|
|
471
|
+
primary: "primary-",
|
|
472
|
+
purple: "purple-",
|
|
473
|
+
success: "success-",
|
|
474
|
+
danger: "danger-",
|
|
475
|
+
warning: "warning-",
|
|
476
|
+
note: "note-",
|
|
477
|
+
special: "special-"
|
|
478
|
+
} });
|
|
516
479
|
|
|
517
480
|
//#endregion
|
|
518
|
-
export { PALETTE_TOKENS
|
|
481
|
+
export { PALETTE_TOKENS };
|
|
519
482
|
//# sourceMappingURL=palette.js.map
|