@cube-dev/ui-kit 0.0.0-canary-2a9c028 → 0.0.0-canary-234561e
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 +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/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.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/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/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/DraggableListBox.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.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/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/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 +75 -48
- package/dist/data/item-themes.js.map +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/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.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/palette.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/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/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 +2 -2
- package/docs/components/fields/RadioGroup.md +1 -1
- package/package.json +1 -1
package/dist/data/item-themes.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-234561e | Cube Dev Team */
|
|
2
2
|
//#region src/data/item-themes.ts
|
|
3
3
|
const VALIDATION_STYLES = { border: {
|
|
4
4
|
invalid: "#danger-accent-text",
|
|
@@ -55,7 +55,7 @@ const DEFAULT_PRIMARY_STYLES = {
|
|
|
55
55
|
},
|
|
56
56
|
border: {
|
|
57
57
|
"": "#white.2",
|
|
58
|
-
|
|
58
|
+
pressed: "#primary-accent-text",
|
|
59
59
|
disabled: "transparent"
|
|
60
60
|
},
|
|
61
61
|
fill: {
|
|
@@ -70,10 +70,13 @@ const DEFAULT_PRIMARY_STYLES = {
|
|
|
70
70
|
}
|
|
71
71
|
};
|
|
72
72
|
const DEFAULT_OUTLINE_STYLES = {
|
|
73
|
+
outline: {
|
|
74
|
+
"": "0 #primary-accent-text.0",
|
|
75
|
+
focused: "1bw #primary-accent-text"
|
|
76
|
+
},
|
|
73
77
|
border: {
|
|
74
78
|
"": true,
|
|
75
79
|
selected: "#primary-border",
|
|
76
|
-
focused: "#primary-accent-text",
|
|
77
80
|
disabled: "#border",
|
|
78
81
|
...VALIDATION_STYLES.border
|
|
79
82
|
},
|
|
@@ -107,9 +110,12 @@ const DEFAULT_OUTLINE_2_STYLES = {
|
|
|
107
110
|
}
|
|
108
111
|
};
|
|
109
112
|
const DEFAULT_CLEAR_STYLES = {
|
|
113
|
+
outline: {
|
|
114
|
+
"": "0 #primary-accent-text.0",
|
|
115
|
+
focused: "1bw #primary-accent-text"
|
|
116
|
+
},
|
|
110
117
|
border: {
|
|
111
118
|
"": "transparent",
|
|
112
|
-
focused: "#primary-accent-text",
|
|
113
119
|
...VALIDATION_STYLES.border
|
|
114
120
|
},
|
|
115
121
|
fill: {
|
|
@@ -162,12 +168,12 @@ const DEFAULT_LINK_STYLES = {
|
|
|
162
168
|
};
|
|
163
169
|
const DANGER_PRIMARY_STYLES = {
|
|
164
170
|
outline: {
|
|
165
|
-
"": "0 #
|
|
166
|
-
focused: "1bw #
|
|
171
|
+
"": "0 #primary-accent-text.0",
|
|
172
|
+
focused: "1bw #primary-accent-text"
|
|
167
173
|
},
|
|
168
174
|
border: {
|
|
169
175
|
"": "#white.2",
|
|
170
|
-
|
|
176
|
+
pressed: "#danger-accent-text",
|
|
171
177
|
disabled: "transparent"
|
|
172
178
|
},
|
|
173
179
|
fill: {
|
|
@@ -182,9 +188,12 @@ const DANGER_PRIMARY_STYLES = {
|
|
|
182
188
|
}
|
|
183
189
|
};
|
|
184
190
|
const DANGER_OUTLINE_STYLES = {
|
|
191
|
+
outline: {
|
|
192
|
+
"": "0 #primary-accent-text.0",
|
|
193
|
+
focused: "1bw #primary-accent-text"
|
|
194
|
+
},
|
|
185
195
|
border: {
|
|
186
196
|
"": "#danger-border",
|
|
187
|
-
focused: "#danger-accent-text",
|
|
188
197
|
disabled: "#border"
|
|
189
198
|
},
|
|
190
199
|
fill: {
|
|
@@ -215,10 +224,11 @@ const DANGER_OUTLINE_2_STYLES = {
|
|
|
215
224
|
}
|
|
216
225
|
};
|
|
217
226
|
const DANGER_CLEAR_STYLES = {
|
|
218
|
-
|
|
219
|
-
"": "
|
|
220
|
-
focused: "#
|
|
227
|
+
outline: {
|
|
228
|
+
"": "0 #primary-accent-text.0",
|
|
229
|
+
focused: "1bw #primary-accent-text"
|
|
221
230
|
},
|
|
231
|
+
border: { "": "transparent" },
|
|
222
232
|
fill: {
|
|
223
233
|
"": "#surface-text.0",
|
|
224
234
|
"hovered | focused": "#surface-text.04",
|
|
@@ -236,8 +246,8 @@ const DANGER_CLEAR_STYLES = {
|
|
|
236
246
|
};
|
|
237
247
|
const DANGER_LINK_STYLES = {
|
|
238
248
|
outline: {
|
|
239
|
-
"": "0 #
|
|
240
|
-
focused: "1bw #
|
|
249
|
+
"": "0 #primary-accent-text.0",
|
|
250
|
+
focused: "1bw #primary-accent-text"
|
|
241
251
|
},
|
|
242
252
|
border: 0,
|
|
243
253
|
fill: { "": "transparent" },
|
|
@@ -266,12 +276,12 @@ const DANGER_ITEM_STYLES = {
|
|
|
266
276
|
};
|
|
267
277
|
const SUCCESS_PRIMARY_STYLES = {
|
|
268
278
|
outline: {
|
|
269
|
-
"": "0 #
|
|
270
|
-
focused: "1bw #
|
|
279
|
+
"": "0 #primary-accent-text.0",
|
|
280
|
+
focused: "1bw #primary-accent-text"
|
|
271
281
|
},
|
|
272
282
|
border: {
|
|
273
283
|
"": "#white.2",
|
|
274
|
-
|
|
284
|
+
pressed: "#success-accent-text",
|
|
275
285
|
disabled: "transparent"
|
|
276
286
|
},
|
|
277
287
|
fill: {
|
|
@@ -286,9 +296,12 @@ const SUCCESS_PRIMARY_STYLES = {
|
|
|
286
296
|
}
|
|
287
297
|
};
|
|
288
298
|
const SUCCESS_OUTLINE_STYLES = {
|
|
299
|
+
outline: {
|
|
300
|
+
"": "0 #primary-accent-text.0",
|
|
301
|
+
focused: "1bw #primary-accent-text"
|
|
302
|
+
},
|
|
289
303
|
border: {
|
|
290
304
|
"": "#success-border",
|
|
291
|
-
focused: "#success-accent-text",
|
|
292
305
|
disabled: "#border"
|
|
293
306
|
},
|
|
294
307
|
fill: {
|
|
@@ -319,10 +332,11 @@ const SUCCESS_OUTLINE_2_STYLES = {
|
|
|
319
332
|
}
|
|
320
333
|
};
|
|
321
334
|
const SUCCESS_CLEAR_STYLES = {
|
|
322
|
-
|
|
323
|
-
"": "
|
|
324
|
-
focused: "#
|
|
335
|
+
outline: {
|
|
336
|
+
"": "0 #primary-accent-text.0",
|
|
337
|
+
focused: "1bw #primary-accent-text"
|
|
325
338
|
},
|
|
339
|
+
border: { "": "transparent" },
|
|
326
340
|
fill: {
|
|
327
341
|
"": "#surface-text.0",
|
|
328
342
|
"hovered | focused": "#surface-text.04",
|
|
@@ -340,8 +354,8 @@ const SUCCESS_CLEAR_STYLES = {
|
|
|
340
354
|
};
|
|
341
355
|
const SUCCESS_LINK_STYLES = {
|
|
342
356
|
outline: {
|
|
343
|
-
"": "0 #
|
|
344
|
-
focused: "1bw #
|
|
357
|
+
"": "0 #primary-accent-text.0",
|
|
358
|
+
focused: "1bw #primary-accent-text"
|
|
345
359
|
},
|
|
346
360
|
border: 0,
|
|
347
361
|
fill: { "": "transparent" },
|
|
@@ -370,12 +384,12 @@ const SUCCESS_ITEM_STYLES = {
|
|
|
370
384
|
};
|
|
371
385
|
const WARNING_PRIMARY_STYLES = {
|
|
372
386
|
outline: {
|
|
373
|
-
"": "0 #
|
|
374
|
-
focused: "1bw #
|
|
387
|
+
"": "0 #primary-accent-text.0",
|
|
388
|
+
focused: "1bw #primary-accent-text"
|
|
375
389
|
},
|
|
376
390
|
border: {
|
|
377
391
|
"": "#white.2",
|
|
378
|
-
|
|
392
|
+
pressed: "#warning-accent-text",
|
|
379
393
|
disabled: "transparent"
|
|
380
394
|
},
|
|
381
395
|
fill: {
|
|
@@ -390,9 +404,12 @@ const WARNING_PRIMARY_STYLES = {
|
|
|
390
404
|
}
|
|
391
405
|
};
|
|
392
406
|
const WARNING_OUTLINE_STYLES = {
|
|
407
|
+
outline: {
|
|
408
|
+
"": "0 #primary-accent-text.0",
|
|
409
|
+
focused: "1bw #primary-accent-text"
|
|
410
|
+
},
|
|
393
411
|
border: {
|
|
394
412
|
"": "#warning-border",
|
|
395
|
-
focused: "#warning-accent-text",
|
|
396
413
|
disabled: "#border"
|
|
397
414
|
},
|
|
398
415
|
fill: {
|
|
@@ -423,10 +440,11 @@ const WARNING_OUTLINE_2_STYLES = {
|
|
|
423
440
|
}
|
|
424
441
|
};
|
|
425
442
|
const WARNING_CLEAR_STYLES = {
|
|
426
|
-
|
|
427
|
-
"": "
|
|
428
|
-
focused: "#
|
|
443
|
+
outline: {
|
|
444
|
+
"": "0 #primary-accent-text.0",
|
|
445
|
+
focused: "1bw #primary-accent-text"
|
|
429
446
|
},
|
|
447
|
+
border: { "": "transparent" },
|
|
430
448
|
fill: {
|
|
431
449
|
"": "#surface-text.0",
|
|
432
450
|
"hovered | focused": "#surface-text.04",
|
|
@@ -444,8 +462,8 @@ const WARNING_CLEAR_STYLES = {
|
|
|
444
462
|
};
|
|
445
463
|
const WARNING_LINK_STYLES = {
|
|
446
464
|
outline: {
|
|
447
|
-
"": "0 #
|
|
448
|
-
focused: "1bw #
|
|
465
|
+
"": "0 #primary-accent-text.0",
|
|
466
|
+
focused: "1bw #primary-accent-text"
|
|
449
467
|
},
|
|
450
468
|
border: 0,
|
|
451
469
|
fill: { "": "transparent" },
|
|
@@ -474,12 +492,12 @@ const WARNING_ITEM_STYLES = {
|
|
|
474
492
|
};
|
|
475
493
|
const NOTE_PRIMARY_STYLES = {
|
|
476
494
|
outline: {
|
|
477
|
-
"": "0 #
|
|
478
|
-
focused: "1bw #
|
|
495
|
+
"": "0 #primary-accent-text.0",
|
|
496
|
+
focused: "1bw #primary-accent-text"
|
|
479
497
|
},
|
|
480
498
|
border: {
|
|
481
499
|
"": "#white.2",
|
|
482
|
-
|
|
500
|
+
pressed: "#note-accent-text",
|
|
483
501
|
disabled: "transparent"
|
|
484
502
|
},
|
|
485
503
|
fill: {
|
|
@@ -494,9 +512,12 @@ const NOTE_PRIMARY_STYLES = {
|
|
|
494
512
|
}
|
|
495
513
|
};
|
|
496
514
|
const NOTE_OUTLINE_STYLES = {
|
|
515
|
+
outline: {
|
|
516
|
+
"": "0 #primary-accent-text.0",
|
|
517
|
+
focused: "1bw #primary-accent-text"
|
|
518
|
+
},
|
|
497
519
|
border: {
|
|
498
520
|
"": "#note-border",
|
|
499
|
-
focused: "#note-accent-text",
|
|
500
521
|
disabled: "#border"
|
|
501
522
|
},
|
|
502
523
|
fill: {
|
|
@@ -527,10 +548,11 @@ const NOTE_OUTLINE_2_STYLES = {
|
|
|
527
548
|
}
|
|
528
549
|
};
|
|
529
550
|
const NOTE_CLEAR_STYLES = {
|
|
530
|
-
|
|
531
|
-
"": "
|
|
532
|
-
focused: "#
|
|
551
|
+
outline: {
|
|
552
|
+
"": "0 #primary-accent-text.0",
|
|
553
|
+
focused: "1bw #primary-accent-text"
|
|
533
554
|
},
|
|
555
|
+
border: { "": "transparent" },
|
|
534
556
|
fill: {
|
|
535
557
|
"": "#surface-text.0",
|
|
536
558
|
"hovered | focused": "#surface-text.04",
|
|
@@ -548,8 +570,8 @@ const NOTE_CLEAR_STYLES = {
|
|
|
548
570
|
};
|
|
549
571
|
const NOTE_LINK_STYLES = {
|
|
550
572
|
outline: {
|
|
551
|
-
"": "0 #
|
|
552
|
-
focused: "1bw #
|
|
573
|
+
"": "0 #primary-accent-text.0",
|
|
574
|
+
focused: "1bw #primary-accent-text"
|
|
553
575
|
},
|
|
554
576
|
border: 0,
|
|
555
577
|
fill: { "": "transparent" },
|
|
@@ -578,12 +600,12 @@ const NOTE_ITEM_STYLES = {
|
|
|
578
600
|
};
|
|
579
601
|
const SPECIAL_PRIMARY_STYLES = {
|
|
580
602
|
outline: {
|
|
581
|
-
"": "0 #
|
|
582
|
-
focused: "1bw #
|
|
603
|
+
"": "0 #special-accent-text.0",
|
|
604
|
+
focused: "1bw #special-accent-text"
|
|
583
605
|
},
|
|
584
606
|
border: {
|
|
585
607
|
"": "#white.2",
|
|
586
|
-
|
|
608
|
+
pressed: "#white.4",
|
|
587
609
|
disabled: "transparent"
|
|
588
610
|
},
|
|
589
611
|
fill: {
|
|
@@ -598,10 +620,13 @@ const SPECIAL_PRIMARY_STYLES = {
|
|
|
598
620
|
}
|
|
599
621
|
};
|
|
600
622
|
const SPECIAL_OUTLINE_STYLES = {
|
|
623
|
+
outline: {
|
|
624
|
+
"": "0 #special-accent-text.0",
|
|
625
|
+
focused: "1bw #special-accent-text"
|
|
626
|
+
},
|
|
601
627
|
border: {
|
|
602
628
|
"": "#white.3",
|
|
603
629
|
selected: "#white.4",
|
|
604
|
-
focused: "#white",
|
|
605
630
|
...VALIDATION_STYLES.border
|
|
606
631
|
},
|
|
607
632
|
fill: {
|
|
@@ -620,10 +645,12 @@ const SPECIAL_OUTLINE_STYLES = {
|
|
|
620
645
|
}
|
|
621
646
|
};
|
|
622
647
|
const SPECIAL_CLEAR_STYLES = {
|
|
623
|
-
outline: {
|
|
648
|
+
outline: {
|
|
649
|
+
"": "0 #special-accent-text.0",
|
|
650
|
+
focused: "1bw #special-accent-text"
|
|
651
|
+
},
|
|
624
652
|
border: {
|
|
625
653
|
"": "transparent",
|
|
626
|
-
focused: "#white",
|
|
627
654
|
...VALIDATION_STYLES.border
|
|
628
655
|
},
|
|
629
656
|
fill: {
|
|
@@ -644,8 +671,8 @@ const SPECIAL_CLEAR_STYLES = {
|
|
|
644
671
|
};
|
|
645
672
|
const SPECIAL_LINK_STYLES = {
|
|
646
673
|
outline: {
|
|
647
|
-
"": "0 #
|
|
648
|
-
focused: "1bw #
|
|
674
|
+
"": "0 #special-accent-text.0",
|
|
675
|
+
focused: "1bw #special-accent-text"
|
|
649
676
|
},
|
|
650
677
|
border: "0",
|
|
651
678
|
fill: { "": "transparent" },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"item-themes.js","names":[],"sources":["../../src/data/item-themes.ts"],"sourcesContent":["import type { Styles } from '@tenphi/tasty';\n\nexport const VALIDATION_STYLES: Styles = {\n border: {\n invalid: '#danger-accent-text',\n valid: '#success-accent-text',\n } as Record<string, string>,\n} as const;\n\n// Base styles shared between ItemAction and ItemBadge\nexport const ITEM_ACTION_BASE_STYLES: Styles = {\n display: 'inline-grid',\n flow: 'column',\n placeItems: 'center',\n placeContent: 'center',\n gap: 0,\n position: 'relative',\n margin: {\n '': '0 1bw 0 1bw',\n ':last-child & !:first-child': '0 $side-padding 0 0',\n '!:last-child & :first-child': '0 0 0 $side-padding',\n ':last-child & :first-child': '0 $side-padding',\n context: '0',\n },\n padding: 0,\n radius: '(1r - 1bw)',\n transition: 'theme',\n flexShrink: 0,\n textDecoration: 'none',\n boxSizing: 'border-box',\n whiteSpace: 'nowrap',\n border: 0,\n height: '$action-size',\n width: {\n '': '$action-size',\n 'has-label': 'auto',\n },\n placeSelf: 'center',\n\n // Side padding for the action buttons\n '$side-padding': '(($size - $action-size - 2bw) / 2)',\n // Size using custom property\n '$action-size':\n 'min(max((2x + 2bw), (($size, $size-md) - 1x - 2bw)), (3x - 2bw))',\n\n // Icon styles\n Icon: {\n $: '>',\n display: 'grid',\n placeItems: 'center',\n height: '($action-size - 2bw) ($action-size - 2bw)',\n width: '($action-size - 2bw) ($action-size - 2bw)',\n opacity: {\n '': 1,\n 'checkmark & selected': 1,\n 'checkmark & !selected': 0,\n 'checkmark & !selected & hovered': 0.4,\n },\n },\n} as const;\n\n// ---------- DEFAULT THEME ----------\nexport const DEFAULT_PRIMARY_STYLES: Styles = {\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': '#white.2',\n 'pressed | focused': '#primary-accent-text',\n disabled: 'transparent',\n },\n // All states share the same `#surface` base layer (opaque). Only the\n // *overlay* varies between brand color, hover shade, and disabled chip.\n // Keeping the layer shape identical (always two layers, same base, same\n // gradient overlay slot) lets `background-color`, `background-image` and\n // `--tasty-second-fill-color` all interpolate smoothly during the CSS\n // transition — without it, the gradient overlay would snap on/off and the\n // bg-color would briefly show through (the \"surface flash\" on form submit).\n fill: {\n '': '#surface #primary-accent-surface',\n // `#primary-accent-surface-hover` is a fixed-mode shade ~7–9 OKHSL pts\n // darker than `#primary-accent-surface`, so hover stays visibly *darker*\n // than default in BOTH light and dark schemes. Anchoring to the *fixed*\n // brand surface (rather than the adaptive `#primary-accent-text`) avoids\n // an inverted hover affordance in dark mode.\n hovered: '#surface #primary-accent-surface-hover',\n pressed: '#surface #primary-accent-surface',\n // Brand-tinted, scheme-symmetric disabled pair from the accent system\n // (`#primary-accent-disabled-surface` chip cr ≈ 1.4 vs surface, label\n // `#primary-accent-disabled-surface-text` cr ≈ 2.8–3.2 vs surface) so\n // the disabled state looks identical in light and dark while still\n // reading as a *muted brand* color.\n disabled: '#surface #primary-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#primary-accent-disabled-surface-text',\n },\n} as const;\n\nexport const DEFAULT_OUTLINE_STYLES: Styles = {\n // Non-selected = old OUTLINE: neutral border + surface fill.\n // Selected (= old SECONDARY): brand-tinted fill + brand border.\n // Selected BORDER uses the OPAQUE `#primary-border` token (the neutral\n // `border` ramp re-resolved at `saturation: 0.5` per primary-theme — see\n // `TINTED_SURFACE_OVERRIDE` in `palette.ts`). It replaces an alpha-blended\n // brand-text border so adjacent borders in grouped layouts (e.g.\n // `RadioGroup type=\"button\"`) don't double up at their overlap into a\n // darker stripe. Selected FILL anchors to the *fixed* `#primary-accent-surface`\n // brand: anchoring to the adaptive `#primary-accent-text` would drift the\n // bg toward the text lightness in dark mode and collapse label↔bg contrast\n // below AA. The fixed brand keeps cr=6.52 light / 5.95 dark at α.10,\n // 6.19 / 5.41 at α.16.\n border: {\n '': true,\n selected: '#primary-border',\n focused: '#primary-accent-text',\n disabled: '#border',\n ...(VALIDATION_STYLES.border as Record<string, string>),\n },\n // Every state uses a two-layer fill: `#surface-2` (opaque base) + a tint\n // overlay. Keeping the layer shape identical across non-selected, selected\n // and disabled states lets the tint, base color, and gradient slot all\n // interpolate smoothly during the CSS transition. Selected states paint the\n // brand tint on top of `#surface-2` (slightly darker base than a\n // body-composited single-layer `#primary-accent-surface.X` would be, but\n // visually almost identical and free of the overlay-snap flash on click).\n // Disabled paints the neutral `#disabled-surface` chip on top of the same\n // base.\n fill: {\n '': '#surface-2 #surface-text.0',\n hovered: '#surface-2 #surface-text.03',\n pressed: '#surface-2 #surface-text.09',\n selected: '#surface-2 #primary-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-2 #primary-accent-surface.12',\n 'selected & pressed': '#surface-2 #primary-accent-surface.18',\n disabled: '#surface-2 #disabled-surface',\n },\n color: {\n '': '#surface-text-soft',\n hovered: '#surface-text-soft',\n pressed: '#surface-text',\n selected: '#primary-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\n// Identical to DEFAULT_OUTLINE_STYLES but uses `#surface-3` as the fill base,\n// designed to sit on `#surface-2` containers without blending in.\nexport const DEFAULT_OUTLINE_2_STYLES: Styles = {\n ...DEFAULT_OUTLINE_STYLES,\n fill: {\n '': '#surface-3 #surface-text.0',\n hovered: '#surface-3 #surface-text.03',\n pressed: '#surface-3 #surface-text.09',\n selected: '#surface-3 #primary-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-3 #primary-accent-surface.12',\n 'selected & pressed': '#surface-3 #primary-accent-surface.15',\n disabled: '#surface-3 #disabled-surface',\n },\n} as const;\n\nexport const DEFAULT_CLEAR_STYLES: Styles = {\n // Non-selected = old NEUTRAL: transparent / dark-tinted neutral look.\n // Selected = old CLEAR: brand-tinted overlay over the surface.\n border: {\n '': 'transparent',\n focused: '#primary-accent-text',\n ...(VALIDATION_STYLES.border as Record<string, string>),\n },\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#primary-accent-surface.09',\n 'selected & (hovered | focused)': '#primary-accent-surface.12',\n 'selected & pressed': '#primary-accent-surface.18',\n disabled: 'transparent',\n },\n color: {\n '': '#surface-text-soft',\n hovered: '#surface-text-soft',\n 'pressed & !selected': '#surface-text',\n selected: '#primary-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const DEFAULT_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#surface-text.09',\n 'selected & (hovered | focused)': '#surface-text.12',\n 'selected & pressed': '#surface-text.15',\n disabled: 'transparent',\n },\n color: {\n '': '#surface-text-soft',\n hovered: '#surface-text-soft',\n selected: '#surface-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const DEFAULT_LINK_STYLES: Styles = {\n // Default sits at the *softer* AA-floor variant (`#primary-accent-text-soft`,\n // mode 'auto', cr=4.5) and intensifies on hover to the AAA-ish\n // `#primary-accent-text` (cr=6.4). Critically, the soft variant is also\n // adaptive — using the fixed brand `#primary-accent-surface` instead would\n // collapse to cr≈3 against the dark surface and break AA.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: '0',\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#primary-accent-text-soft',\n 'hovered & !pressed': '#primary-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\n// ---------- DANGER THEME ----------\nexport const DANGER_PRIMARY_STYLES: Styles = {\n outline: {\n '': '0 #danger-accent-text.0',\n focused: '1bw #danger-accent-text',\n },\n border: {\n '': '#white.2',\n 'pressed | focused': '#danger-accent-text',\n disabled: 'transparent',\n },\n fill: {\n '': '#surface #danger-accent-surface',\n hovered: '#surface #danger-accent-surface-hover',\n pressed: '#surface #danger-accent-surface',\n // See `DEFAULT_PRIMARY_STYLES.fill.disabled` for the rationale —\n // `#danger-accent-disabled-surface` + `#danger-accent-disabled-surface-text`\n // keep the disabled chip identical across schemes and brand-tinted with\n // the danger hue.\n disabled: '#surface #danger-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#danger-accent-disabled-surface-text',\n },\n} as const;\n\nexport const DANGER_OUTLINE_STYLES: Styles = {\n // Non-selected = old DANGER OUTLINE; selected = old DANGER SECONDARY.\n // Border uses the OPAQUE `#danger-border` token (the neutral `border` ramp\n // re-resolved at `saturation: 0.5` per danger-theme — see\n // `TINTED_SURFACE_OVERRIDE` in `palette.ts`). It replaces an alpha-blended\n // brand-text border so adjacent borders in grouped layouts don't double up\n // at their overlap into a darker stripe.\n border: {\n '': '#danger-border',\n focused: '#danger-accent-text',\n disabled: '#border',\n },\n fill: {\n '': '#surface-2 #danger-accent-surface.0',\n hovered: '#surface-2 #danger-accent-surface.03',\n pressed: '#surface-2 #danger-accent-surface.09',\n selected: '#surface-2 #danger-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-2 #danger-accent-surface.12',\n 'selected & pressed': '#surface-2 #danger-accent-surface.18',\n disabled: '#surface-2 #disabled-surface',\n },\n color: {\n '': '#danger-accent-text-soft',\n selected: '#danger-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const DANGER_OUTLINE_2_STYLES: Styles = {\n ...DANGER_OUTLINE_STYLES,\n fill: {\n '': '#surface-3 #danger-accent-surface.0',\n hovered: '#surface-3 #danger-accent-surface.03',\n pressed: '#surface-3 #danger-accent-surface.09',\n selected: '#surface-3 #danger-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-3 #danger-accent-surface.12',\n 'selected & pressed': '#surface-3 #danger-accent-surface.18',\n disabled: '#surface-3 #disabled-surface',\n },\n} as const;\n\nexport const DANGER_CLEAR_STYLES: Styles = {\n // Non-selected = old DANGER NEUTRAL: dark-tinted overlay; pressed switches\n // text to `#danger-accent-text` (matches old neutral).\n // Selected = old DANGER CLEAR: danger-text-tinted overlay.\n border: {\n '': 'transparent',\n focused: '#danger-accent-text',\n },\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#danger-accent-text.09',\n 'selected & (hovered | focused)': '#danger-accent-text.12',\n 'selected & pressed': '#danger-accent-text.18',\n disabled: 'transparent',\n },\n color: {\n '': '#danger-accent-text-soft',\n selected: '#danger-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const DANGER_LINK_STYLES: Styles = {\n // See DEFAULT_LINK_STYLES for the soft→strong rationale.\n outline: {\n '': '0 #danger-accent-text.0',\n focused: '1bw #danger-accent-text',\n },\n border: 0,\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#danger-accent-text-soft',\n 'hovered & !pressed': '#danger-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const DANGER_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#danger-accent-text.0',\n 'hovered | focused': '#danger-accent-text.03',\n selected: '#danger-accent-text.09',\n 'selected & (hovered | focused)': '#danger-accent-text.12',\n pressed: '#danger-accent-text.09',\n disabled: 'transparent',\n },\n color: {\n '': '#danger-accent-text',\n hovered: '#danger-accent-text',\n pressed: '#danger-accent-text',\n disabled: '#danger-accent-text.4',\n },\n} as const;\n\n// ---------- SUCCESS THEME ----------\nexport const SUCCESS_PRIMARY_STYLES: Styles = {\n outline: {\n '': '0 #success-accent-text.0',\n focused: '1bw #success-accent-text',\n },\n border: {\n '': '#white.2',\n 'pressed | focused': '#success-accent-text',\n disabled: 'transparent',\n },\n fill: {\n '': '#surface #success-accent-surface',\n hovered: '#surface #success-accent-surface-hover',\n pressed: '#surface #success-accent-surface',\n // See `DEFAULT_PRIMARY_STYLES.fill.disabled` for rationale (brand-tinted,\n // scheme-symmetric chip + higher-contrast disabled label).\n disabled: '#surface #success-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#success-accent-disabled-surface-text',\n },\n} as const;\n\nexport const SUCCESS_OUTLINE_STYLES: Styles = {\n // Non-selected = old SUCCESS OUTLINE; selected = old SUCCESS SECONDARY.\n // See DANGER_OUTLINE_STYLES for the border-anchor rationale.\n border: {\n '': '#success-border',\n focused: '#success-accent-text',\n disabled: '#border',\n },\n fill: {\n '': '#surface-2 #success-accent-surface.0',\n hovered: '#surface-2 #success-accent-surface.03',\n pressed: '#surface-2 #success-accent-surface.09',\n selected: '#surface-2 #success-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-2 #success-accent-surface.12',\n 'selected & pressed': '#surface-2 #success-accent-surface.18',\n disabled: '#surface-2 #disabled-surface',\n },\n color: {\n '': '#success-accent-text-soft',\n selected: '#success-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const SUCCESS_OUTLINE_2_STYLES: Styles = {\n ...SUCCESS_OUTLINE_STYLES,\n fill: {\n '': '#surface-3 #success-accent-surface.0',\n hovered: '#surface-3 #success-accent-surface.03',\n pressed: '#surface-3 #success-accent-surface.09',\n selected: '#surface-3 #success-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-3 #success-accent-surface.12',\n 'selected & pressed': '#surface-3 #success-accent-surface.18',\n disabled: '#surface-3 #disabled-surface',\n },\n} as const;\n\nexport const SUCCESS_CLEAR_STYLES: Styles = {\n // Non-selected = old SUCCESS NEUTRAL; selected = old SUCCESS CLEAR.\n border: {\n '': 'transparent',\n focused: '#success-accent-text',\n },\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#success-accent-text.09',\n 'selected & (hovered | focused)': '#success-accent-text.12',\n 'selected & pressed': '#success-accent-text.18',\n disabled: 'transparent',\n },\n color: {\n '': '#success-accent-text-soft',\n selected: '#success-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const SUCCESS_LINK_STYLES: Styles = {\n // See DEFAULT_LINK_STYLES for the soft→strong rationale.\n outline: {\n '': '0 #success-accent-text.0',\n focused: '1bw #success-accent-text',\n },\n border: 0,\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#success-accent-text-soft',\n 'hovered & !pressed': '#success-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const SUCCESS_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#success-accent-text.0',\n 'hovered | focused': '#success-accent-text.03',\n selected: '#success-accent-text.09',\n 'selected & (hovered | focused)': '#success-accent-text.12',\n pressed: '#success-accent-text.09',\n disabled: 'transparent',\n },\n color: {\n '': '#success-accent-text',\n hovered: '#success-accent-text',\n pressed: '#success-accent-text',\n disabled: '#success-accent-text.4',\n },\n} as const;\n\n// ---------- WARNING THEME ----------\nexport const WARNING_PRIMARY_STYLES: Styles = {\n outline: {\n '': '0 #warning-accent-text.0',\n focused: '1bw #warning-accent-text',\n },\n border: {\n '': '#white.2',\n 'pressed | focused': '#warning-accent-text',\n disabled: 'transparent',\n },\n fill: {\n '': '#surface #warning-accent-surface',\n hovered: '#surface #warning-accent-surface-hover',\n pressed: '#surface #warning-accent-surface',\n // See `DEFAULT_PRIMARY_STYLES.fill.disabled` for rationale (brand-tinted,\n // scheme-symmetric chip + higher-contrast disabled label).\n disabled: '#surface #warning-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#warning-accent-disabled-surface-text',\n },\n} as const;\n\nexport const WARNING_OUTLINE_STYLES: Styles = {\n // Non-selected = old WARNING OUTLINE; selected = old WARNING SECONDARY.\n // See DANGER_OUTLINE_STYLES for the border-anchor rationale.\n border: {\n '': '#warning-border',\n focused: '#warning-accent-text',\n disabled: '#border',\n },\n fill: {\n '': '#surface-2 #warning-accent-surface.0',\n hovered: '#surface-2 #warning-accent-surface.03',\n pressed: '#surface-2 #warning-accent-surface.09',\n selected: '#surface-2 #warning-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-2 #warning-accent-surface.12',\n 'selected & pressed': '#surface-2 #warning-accent-surface.18',\n disabled: '#surface-2 #disabled-surface',\n },\n color: {\n '': '#warning-accent-text-soft',\n selected: '#warning-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const WARNING_OUTLINE_2_STYLES: Styles = {\n ...WARNING_OUTLINE_STYLES,\n fill: {\n '': '#surface-3 #warning-accent-surface.0',\n hovered: '#surface-3 #warning-accent-surface.03',\n pressed: '#surface-3 #warning-accent-surface.09',\n selected: '#surface-3 #warning-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-3 #warning-accent-surface.12',\n 'selected & pressed': '#surface-3 #warning-accent-surface.18',\n disabled: '#surface-3 #disabled-surface',\n },\n} as const;\n\nexport const WARNING_CLEAR_STYLES: Styles = {\n // Non-selected = old WARNING NEUTRAL; selected = old WARNING CLEAR.\n border: {\n '': 'transparent',\n focused: '#warning-accent-text',\n },\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#warning-accent-text.09',\n 'selected & (hovered | focused)': '#warning-accent-text.12',\n 'selected & pressed': '#warning-accent-text.18',\n disabled: 'transparent',\n },\n color: {\n '': '#warning-accent-text-soft',\n selected: '#warning-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const WARNING_LINK_STYLES: Styles = {\n // See DEFAULT_LINK_STYLES for the soft→strong rationale.\n outline: {\n '': '0 #warning-accent-text.0',\n focused: '1bw #warning-accent-text',\n },\n border: 0,\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#warning-accent-text-soft',\n 'hovered & !pressed': '#warning-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const WARNING_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#warning-accent-text.0',\n 'hovered | focused': '#warning-accent-text.03',\n selected: '#warning-accent-text.09',\n 'selected & (hovered | focused)': '#warning-accent-text.12',\n pressed: '#warning-accent-text.09',\n disabled: 'transparent',\n },\n color: {\n '': '#warning-accent-text',\n hovered: '#warning-accent-text',\n pressed: '#warning-accent-text',\n disabled: '#warning-accent-text.4',\n },\n} as const;\n\n// ---------- NOTE THEME ----------\nexport const NOTE_PRIMARY_STYLES: Styles = {\n outline: {\n '': '0 #note-accent-text.0',\n focused: '1bw #note-accent-text',\n },\n border: {\n '': '#white.2',\n 'pressed | focused': '#note-accent-text',\n disabled: 'transparent',\n },\n fill: {\n '': '#surface #note-accent-surface',\n hovered: '#surface #note-accent-surface-hover',\n pressed: '#surface #note-accent-surface',\n // See `DEFAULT_PRIMARY_STYLES.fill.disabled` for rationale (brand-tinted,\n // scheme-symmetric chip + higher-contrast disabled label).\n disabled: '#surface #note-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#note-accent-disabled-surface-text',\n },\n} as const;\n\nexport const NOTE_OUTLINE_STYLES: Styles = {\n // Non-selected = old NOTE OUTLINE; selected = old NOTE SECONDARY.\n // See DANGER_OUTLINE_STYLES for the border-anchor rationale.\n border: {\n '': '#note-border',\n focused: '#note-accent-text',\n disabled: '#border',\n },\n fill: {\n '': '#surface-2 #note-accent-surface.0',\n hovered: '#surface-2 #note-accent-surface.03',\n pressed: '#surface-2 #note-accent-surface.09',\n selected: '#surface-2 #note-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-2 #note-accent-surface.12',\n 'selected & pressed': '#surface-2 #note-accent-surface.18',\n disabled: '#surface-2 #disabled-surface',\n },\n color: {\n '': '#note-accent-text-soft',\n selected: '#note-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const NOTE_OUTLINE_2_STYLES: Styles = {\n ...NOTE_OUTLINE_STYLES,\n fill: {\n '': '#surface-3 #note-accent-surface.0',\n hovered: '#surface-3 #note-accent-surface.03',\n pressed: '#surface-3 #note-accent-surface.09',\n selected: '#surface-3 #note-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-3 #note-accent-surface.12',\n 'selected & pressed': '#surface-3 #note-accent-surface.18',\n disabled: '#surface-3 #disabled-surface',\n },\n} as const;\n\nexport const NOTE_CLEAR_STYLES: Styles = {\n // Non-selected = old NOTE NEUTRAL; selected = old NOTE CLEAR.\n border: {\n '': 'transparent',\n focused: '#note-accent-text',\n },\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#note-accent-text.09',\n 'selected & (hovered | focused)': '#note-accent-text.12',\n 'selected & pressed': '#note-accent-text.18',\n disabled: 'transparent',\n },\n color: {\n '': '#note-accent-text-soft',\n selected: '#note-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const NOTE_LINK_STYLES: Styles = {\n // See DEFAULT_LINK_STYLES for the soft→strong rationale.\n outline: {\n '': '0 #note-accent-text.0',\n focused: '1bw #note-accent-text',\n },\n border: 0,\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#note-accent-text-soft',\n 'hovered & !pressed': '#note-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const NOTE_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#note-accent-text.0',\n 'hovered | focused': '#note-accent-text.03',\n selected: '#note-accent-text.09',\n 'selected & (hovered | focused)': '#note-accent-text.12',\n pressed: '#note-accent-text.09',\n disabled: 'transparent',\n },\n color: {\n '': '#note-accent-text',\n hovered: '#note-accent-text',\n pressed: '#note-accent-text',\n disabled: '#note-accent-text.4',\n },\n} as const;\n\n// ---------- SPECIAL THEME ----------\n// Every color here resolves to a fixed-mode value (built-in `#white`, the\n// standalone `#special-*` theme in `src/tokens/palette.ts`, or `transparent`).\n// `mode: 'fixed'` makes the resolved OKHSL identical in light, dark, and\n// high-contrast, so the special theme renders the same regardless of scheme.\n// The only intentionally adaptive colors are `VALIDATION_STYLES.border`\n// (`#danger-accent-text` / `#success-accent-text`) — validation state is allowed to follow\n// the active scheme.\nexport const SPECIAL_PRIMARY_STYLES: Styles = {\n outline: {\n '': '0 #white.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': '#white.2',\n 'pressed | focused': '#white.4',\n disabled: 'transparent',\n },\n fill: {\n '': '#white #special-accent-fill',\n hovered: '#white #special-accent-fill-hover',\n pressed: '#white #special-accent-fill',\n disabled: '#white #special-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#special-accent-disabled-surface-text',\n },\n} as const;\n\nexport const SPECIAL_OUTLINE_STYLES: Styles = {\n // Non-selected = old SPECIAL OUTLINE; selected = old SPECIAL SECONDARY.\n // Special is anchored on `#special-surface` (a fixed dark-purple base), so\n // contrast is added by *whitening* the overlay rather than darkening it.\n // The same default → hover → pressed monotonic-contrast pattern as the\n // light themes is preserved, just with white-alpha steps that are tuned\n // to read against the dark base.\n //\n // IMPORTANT: every alpha step within a single state-map must be a unique\n // value string. Tasty's `mergeEntriesByValue` pass coalesces entries that\n // share a serialized value into a single OR-condition entry whose priority\n // is the *max* of the merged group. If `hovered` and `disabled` were both\n // `#white.12`, the merged entry would sit at the higher priority and\n // negate against the `selected & (hovered | focused)` rule below, making\n // the latter resolve to FALSE for `selected & hovered`. Keeping every\n // alpha distinct sidesteps the collision.\n border: {\n '': '#white.3',\n selected: '#white.4',\n focused: '#white',\n ...(VALIDATION_STYLES.border as Record<string, string>),\n },\n fill: {\n '': '#special-surface #white.0',\n hovered: '#special-surface #white.06',\n pressed: '#special-surface #white.12',\n selected: '#special-surface #white.18',\n 'selected & (hovered | focused)': '#special-surface #white.24',\n 'selected & pressed': '#special-surface #white.3',\n disabled: '#special-surface #white.04',\n },\n // Mirrors the colored-theme soft→opaque pattern (`*-accent-text-soft` →\n // `*-accent-text`) using white-alpha steps: default is slightly muted so\n // that selected reads as the more prominent state.\n color: {\n '': '#white.8',\n selected: '#white',\n disabled: '#white.4',\n },\n} as const;\n\nexport const SPECIAL_CLEAR_STYLES: Styles = {\n // Non-selected = old SPECIAL NEUTRAL: transparent / white-tinted overlay\n // on the dark base.\n // Selected INVERTS the surface — the fill flips to a solid white pill with\n // dark accent-text on top. To express \"increasing contrast on press\" in\n // this inverted layout we go the *other* direction: pure white at rest →\n // slightly tinted on hover → more tinted on press, i.e. progressively\n // letting the dark base bleed through. This keeps the monotonic-contrast\n // pattern semantically (hover < pressed) while preserving the inversion.\n //\n // IMPORTANT: every alpha step within a single state-map must be a unique\n // value string. Tasty's `mergeEntriesByValue` pass coalesces entries that\n // share a serialized value into a single OR-condition entry whose priority\n // is the *max* of the merged group, which then negates against lower-\n // priority rules. If `'hovered | focused'` and `'selected & disabled'`\n // both used `#white.12`, the merged entry would sit at priority 7 and\n // negate against `'selected & (hovered | focused)'` (priority 4), making\n // it resolve to FALSE for `selected & hovered` — which is exactly the\n // \"selected-hover stays dark\" bug. `'selected & disabled'` therefore uses\n // a slightly different alpha (.16) that's visually similar but a distinct\n // value string. The default `''` and `disabled` may share `#white.0`\n // because Tasty keeps the TRUE/default entry separate from non-defaults\n // during merging.\n outline: {\n 'selected & focused': '1bw #primary-accent-text',\n },\n border: {\n '': 'transparent',\n focused: '#white',\n ...(VALIDATION_STYLES.border as Record<string, string>),\n },\n fill: {\n '': '#white.0',\n 'hovered | focused': '#white.12',\n pressed: '#white.18',\n selected: '#white',\n 'selected & (hovered | focused)': '#white.94',\n 'selected & pressed': '#white.88',\n disabled: '#white.0',\n 'selected & disabled': '#white.16',\n },\n // Non-selected mirrors the colored-theme soft→opaque pattern with\n // white-alpha steps. Selected keeps its inverted look — dark accent-text\n // on a white pill — so the soft/opaque transition only applies to the\n // non-selected variant.\n color: {\n '': '#white.8',\n selected: '#special-accent-text',\n disabled: '#white.4',\n },\n} as const;\n\nexport const SPECIAL_LINK_STYLES: Styles = {\n outline: {\n '': '0 #white.0',\n focused: '1bw #white',\n },\n border: '0',\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#white',\n 'hovered & !pressed': '#white.9',\n disabled: '#white.4',\n },\n} as const;\n\nexport const SPECIAL_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#white.0',\n hovered: '#white.12',\n 'pressed | (selected & !hovered)': '#white.18',\n },\n color: {\n '': '#white',\n disabled: '#white.4',\n },\n} as const;\n\n// ---------- CARD TYPE STYLES ----------\n// Card type only supports: default, success, danger, note themes\n\nexport const DEFAULT_CARD_STYLES: Styles = {\n border: '#surface-text.20',\n fill: '#surface-3',\n color: '#surface-text-soft',\n} as const;\n\nexport const SUCCESS_CARD_STYLES: Styles = {\n border: '#success-accent-surface.20',\n fill: '#success-surface',\n color: '#success-accent-text',\n} as const;\n\nexport const DANGER_CARD_STYLES: Styles = {\n border: '#danger-accent-surface.20',\n fill: '#danger-surface',\n color: '#danger-accent-text',\n} as const;\n\nexport const WARNING_CARD_STYLES: Styles = {\n border: '#warning-accent-surface.20',\n fill: '#warning-surface',\n color: '#warning-accent-text',\n} as const;\n\nexport const NOTE_CARD_STYLES: Styles = {\n border: '#note-accent-surface.20',\n fill: '#note-surface',\n color: '#note-accent-text',\n} as const;\n\nexport type ItemVariant =\n | 'default.primary'\n | 'default.outline'\n | 'default.outline-2'\n | 'default.clear'\n | 'default.link'\n | 'default.item'\n | 'default.card'\n | 'danger.primary'\n | 'danger.outline'\n | 'danger.outline-2'\n | 'danger.clear'\n | 'danger.link'\n | 'danger.item'\n | 'danger.card'\n | 'success.primary'\n | 'success.outline'\n | 'success.outline-2'\n | 'success.clear'\n | 'success.link'\n | 'success.item'\n | 'success.card'\n | 'warning.primary'\n | 'warning.outline'\n | 'warning.outline-2'\n | 'warning.clear'\n | 'warning.link'\n | 'warning.item'\n | 'warning.card'\n | 'note.primary'\n | 'note.outline'\n | 'note.outline-2'\n | 'note.clear'\n | 'note.link'\n | 'note.item'\n | 'note.card'\n | 'special.primary'\n | 'special.outline'\n | 'special.clear'\n | 'special.link'\n | 'special.item';\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"item-themes.js","names":[],"sources":["../../src/data/item-themes.ts"],"sourcesContent":["import type { Styles } from '@tenphi/tasty';\n\nexport const VALIDATION_STYLES: Styles = {\n border: {\n invalid: '#danger-accent-text',\n valid: '#success-accent-text',\n } as Record<string, string>,\n} as const;\n\n// Base styles shared between ItemAction and ItemBadge\nexport const ITEM_ACTION_BASE_STYLES: Styles = {\n display: 'inline-grid',\n flow: 'column',\n placeItems: 'center',\n placeContent: 'center',\n gap: 0,\n position: 'relative',\n margin: {\n '': '0 1bw 0 1bw',\n ':last-child & !:first-child': '0 $side-padding 0 0',\n '!:last-child & :first-child': '0 0 0 $side-padding',\n ':last-child & :first-child': '0 $side-padding',\n context: '0',\n },\n padding: 0,\n radius: '(1r - 1bw)',\n transition: 'theme',\n flexShrink: 0,\n textDecoration: 'none',\n boxSizing: 'border-box',\n whiteSpace: 'nowrap',\n border: 0,\n height: '$action-size',\n width: {\n '': '$action-size',\n 'has-label': 'auto',\n },\n placeSelf: 'center',\n\n // Side padding for the action buttons\n '$side-padding': '(($size - $action-size - 2bw) / 2)',\n // Size using custom property\n '$action-size':\n 'min(max((2x + 2bw), (($size, $size-md) - 1x - 2bw)), (3x - 2bw))',\n\n // Icon styles\n Icon: {\n $: '>',\n display: 'grid',\n placeItems: 'center',\n height: '($action-size - 2bw) ($action-size - 2bw)',\n width: '($action-size - 2bw) ($action-size - 2bw)',\n opacity: {\n '': 1,\n 'checkmark & selected': 1,\n 'checkmark & !selected': 0,\n 'checkmark & !selected & hovered': 0.4,\n },\n },\n} as const;\n\n// ---------- DEFAULT THEME ----------\nexport const DEFAULT_PRIMARY_STYLES: Styles = {\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': '#white.2',\n pressed: '#primary-accent-text',\n disabled: 'transparent',\n },\n // All states share the same `#surface` base layer (opaque). Only the\n // *overlay* varies between brand color, hover shade, and disabled chip.\n // Keeping the layer shape identical (always two layers, same base, same\n // gradient overlay slot) lets `background-color`, `background-image` and\n // `--tasty-second-fill-color` all interpolate smoothly during the CSS\n // transition — without it, the gradient overlay would snap on/off and the\n // bg-color would briefly show through (the \"surface flash\" on form submit).\n fill: {\n '': '#surface #primary-accent-surface',\n // `#primary-accent-surface-hover` is a fixed-mode shade ~7–9 OKHSL pts\n // darker than `#primary-accent-surface`, so hover stays visibly *darker*\n // than default in BOTH light and dark schemes. Anchoring to the *fixed*\n // brand surface (rather than the adaptive `#primary-accent-text`) avoids\n // an inverted hover affordance in dark mode.\n hovered: '#surface #primary-accent-surface-hover',\n pressed: '#surface #primary-accent-surface',\n // Brand-tinted, scheme-symmetric disabled pair from the accent system\n // (`#primary-accent-disabled-surface` chip cr ≈ 1.4 vs surface, label\n // `#primary-accent-disabled-surface-text` cr ≈ 2.8–3.2 vs surface) so\n // the disabled state looks identical in light and dark while still\n // reading as a *muted brand* color.\n disabled: '#surface #primary-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#primary-accent-disabled-surface-text',\n },\n} as const;\n\nexport const DEFAULT_OUTLINE_STYLES: Styles = {\n // Non-selected = old OUTLINE: neutral border + surface fill.\n // Selected (= old SECONDARY): brand-tinted fill + brand border.\n // Selected BORDER uses the OPAQUE `#primary-border` token (the neutral\n // `border` ramp re-resolved at `saturation: 0.5` per primary-theme — see\n // `TINTED_SURFACE_OVERRIDE` in `palette.ts`). It replaces an alpha-blended\n // brand-text border so adjacent borders in grouped layouts (e.g.\n // `RadioGroup type=\"button\"`) don't double up at their overlap into a\n // darker stripe. Selected FILL anchors to the *fixed* `#primary-accent-surface`\n // brand: anchoring to the adaptive `#primary-accent-text` would drift the\n // bg toward the text lightness in dark mode and collapse label↔bg contrast\n // below AA. The fixed brand keeps cr=6.52 light / 5.95 dark at α.10,\n // 6.19 / 5.41 at α.16.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': true,\n selected: '#primary-border',\n disabled: '#border',\n ...(VALIDATION_STYLES.border as Record<string, string>),\n },\n // Every state uses a two-layer fill: `#surface-2` (opaque base) + a tint\n // overlay. Keeping the layer shape identical across non-selected, selected\n // and disabled states lets the tint, base color, and gradient slot all\n // interpolate smoothly during the CSS transition. Selected states paint the\n // brand tint on top of `#surface-2` (slightly darker base than a\n // body-composited single-layer `#primary-accent-surface.X` would be, but\n // visually almost identical and free of the overlay-snap flash on click).\n // Disabled paints the neutral `#disabled-surface` chip on top of the same\n // base.\n fill: {\n '': '#surface-2 #surface-text.0',\n hovered: '#surface-2 #surface-text.03',\n pressed: '#surface-2 #surface-text.09',\n selected: '#surface-2 #primary-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-2 #primary-accent-surface.12',\n 'selected & pressed': '#surface-2 #primary-accent-surface.18',\n disabled: '#surface-2 #disabled-surface',\n },\n color: {\n '': '#surface-text-soft',\n hovered: '#surface-text-soft',\n pressed: '#surface-text',\n selected: '#primary-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\n// Identical to DEFAULT_OUTLINE_STYLES but uses `#surface-3` as the fill base,\n// designed to sit on `#surface-2` containers without blending in.\nexport const DEFAULT_OUTLINE_2_STYLES: Styles = {\n ...DEFAULT_OUTLINE_STYLES,\n fill: {\n '': '#surface-3 #surface-text.0',\n hovered: '#surface-3 #surface-text.03',\n pressed: '#surface-3 #surface-text.09',\n selected: '#surface-3 #primary-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-3 #primary-accent-surface.12',\n 'selected & pressed': '#surface-3 #primary-accent-surface.15',\n disabled: '#surface-3 #disabled-surface',\n },\n} as const;\n\nexport const DEFAULT_CLEAR_STYLES: Styles = {\n // Non-selected = old NEUTRAL: transparent / dark-tinted neutral look.\n // Selected = old CLEAR: brand-tinted overlay over the surface.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': 'transparent',\n ...(VALIDATION_STYLES.border as Record<string, string>),\n },\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#primary-accent-surface.09',\n 'selected & (hovered | focused)': '#primary-accent-surface.12',\n 'selected & pressed': '#primary-accent-surface.18',\n disabled: 'transparent',\n },\n color: {\n '': '#surface-text-soft',\n hovered: '#surface-text-soft',\n 'pressed & !selected': '#surface-text',\n selected: '#primary-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const DEFAULT_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#surface-text.09',\n 'selected & (hovered | focused)': '#surface-text.12',\n 'selected & pressed': '#surface-text.15',\n disabled: 'transparent',\n },\n color: {\n '': '#surface-text-soft',\n hovered: '#surface-text-soft',\n selected: '#surface-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const DEFAULT_LINK_STYLES: Styles = {\n // Default sits at the *softer* AA-floor variant (`#primary-accent-text-soft`,\n // mode 'auto', cr=4.5) and intensifies on hover to the AAA-ish\n // `#primary-accent-text` (cr=6.4). Critically, the soft variant is also\n // adaptive — using the fixed brand `#primary-accent-surface` instead would\n // collapse to cr≈3 against the dark surface and break AA.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: '0',\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#primary-accent-text-soft',\n 'hovered & !pressed': '#primary-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\n// ---------- DANGER THEME ----------\nexport const DANGER_PRIMARY_STYLES: Styles = {\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': '#white.2',\n pressed: '#danger-accent-text',\n disabled: 'transparent',\n },\n fill: {\n '': '#surface #danger-accent-surface',\n hovered: '#surface #danger-accent-surface-hover',\n pressed: '#surface #danger-accent-surface',\n // See `DEFAULT_PRIMARY_STYLES.fill.disabled` for the rationale —\n // `#danger-accent-disabled-surface` + `#danger-accent-disabled-surface-text`\n // keep the disabled chip identical across schemes and brand-tinted with\n // the danger hue.\n disabled: '#surface #danger-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#danger-accent-disabled-surface-text',\n },\n} as const;\n\nexport const DANGER_OUTLINE_STYLES: Styles = {\n // Non-selected = old DANGER OUTLINE; selected = old DANGER SECONDARY.\n // Border uses the OPAQUE `#danger-border` token (the neutral `border` ramp\n // re-resolved at `saturation: 0.5` per danger-theme — see\n // `TINTED_SURFACE_OVERRIDE` in `palette.ts`). It replaces an alpha-blended\n // brand-text border so adjacent borders in grouped layouts don't double up\n // at their overlap into a darker stripe.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': '#danger-border',\n disabled: '#border',\n },\n fill: {\n '': '#surface-2 #danger-accent-surface.0',\n hovered: '#surface-2 #danger-accent-surface.03',\n pressed: '#surface-2 #danger-accent-surface.09',\n selected: '#surface-2 #danger-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-2 #danger-accent-surface.12',\n 'selected & pressed': '#surface-2 #danger-accent-surface.18',\n disabled: '#surface-2 #disabled-surface',\n },\n color: {\n '': '#danger-accent-text-soft',\n selected: '#danger-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const DANGER_OUTLINE_2_STYLES: Styles = {\n ...DANGER_OUTLINE_STYLES,\n fill: {\n '': '#surface-3 #danger-accent-surface.0',\n hovered: '#surface-3 #danger-accent-surface.03',\n pressed: '#surface-3 #danger-accent-surface.09',\n selected: '#surface-3 #danger-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-3 #danger-accent-surface.12',\n 'selected & pressed': '#surface-3 #danger-accent-surface.18',\n disabled: '#surface-3 #disabled-surface',\n },\n} as const;\n\nexport const DANGER_CLEAR_STYLES: Styles = {\n // Non-selected = old DANGER NEUTRAL: dark-tinted overlay; pressed switches\n // text to `#danger-accent-text` (matches old neutral).\n // Selected = old DANGER CLEAR: danger-text-tinted overlay.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': 'transparent',\n },\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#danger-accent-text.09',\n 'selected & (hovered | focused)': '#danger-accent-text.12',\n 'selected & pressed': '#danger-accent-text.18',\n disabled: 'transparent',\n },\n color: {\n '': '#danger-accent-text-soft',\n selected: '#danger-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const DANGER_LINK_STYLES: Styles = {\n // See DEFAULT_LINK_STYLES for the soft→strong rationale.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: 0,\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#danger-accent-text-soft',\n 'hovered & !pressed': '#danger-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const DANGER_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#danger-accent-text.0',\n 'hovered | focused': '#danger-accent-text.03',\n selected: '#danger-accent-text.09',\n 'selected & (hovered | focused)': '#danger-accent-text.12',\n pressed: '#danger-accent-text.09',\n disabled: 'transparent',\n },\n color: {\n '': '#danger-accent-text',\n hovered: '#danger-accent-text',\n pressed: '#danger-accent-text',\n disabled: '#danger-accent-text.4',\n },\n} as const;\n\n// ---------- SUCCESS THEME ----------\nexport const SUCCESS_PRIMARY_STYLES: Styles = {\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': '#white.2',\n pressed: '#success-accent-text',\n disabled: 'transparent',\n },\n fill: {\n '': '#surface #success-accent-surface',\n hovered: '#surface #success-accent-surface-hover',\n pressed: '#surface #success-accent-surface',\n // See `DEFAULT_PRIMARY_STYLES.fill.disabled` for rationale (brand-tinted,\n // scheme-symmetric chip + higher-contrast disabled label).\n disabled: '#surface #success-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#success-accent-disabled-surface-text',\n },\n} as const;\n\nexport const SUCCESS_OUTLINE_STYLES: Styles = {\n // Non-selected = old SUCCESS OUTLINE; selected = old SUCCESS SECONDARY.\n // See DANGER_OUTLINE_STYLES for the border-anchor rationale.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': '#success-border',\n disabled: '#border',\n },\n fill: {\n '': '#surface-2 #success-accent-surface.0',\n hovered: '#surface-2 #success-accent-surface.03',\n pressed: '#surface-2 #success-accent-surface.09',\n selected: '#surface-2 #success-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-2 #success-accent-surface.12',\n 'selected & pressed': '#surface-2 #success-accent-surface.18',\n disabled: '#surface-2 #disabled-surface',\n },\n color: {\n '': '#success-accent-text-soft',\n selected: '#success-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const SUCCESS_OUTLINE_2_STYLES: Styles = {\n ...SUCCESS_OUTLINE_STYLES,\n fill: {\n '': '#surface-3 #success-accent-surface.0',\n hovered: '#surface-3 #success-accent-surface.03',\n pressed: '#surface-3 #success-accent-surface.09',\n selected: '#surface-3 #success-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-3 #success-accent-surface.12',\n 'selected & pressed': '#surface-3 #success-accent-surface.18',\n disabled: '#surface-3 #disabled-surface',\n },\n} as const;\n\nexport const SUCCESS_CLEAR_STYLES: Styles = {\n // Non-selected = old SUCCESS NEUTRAL; selected = old SUCCESS CLEAR.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': 'transparent',\n },\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#success-accent-text.09',\n 'selected & (hovered | focused)': '#success-accent-text.12',\n 'selected & pressed': '#success-accent-text.18',\n disabled: 'transparent',\n },\n color: {\n '': '#success-accent-text-soft',\n selected: '#success-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const SUCCESS_LINK_STYLES: Styles = {\n // See DEFAULT_LINK_STYLES for the soft→strong rationale.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: 0,\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#success-accent-text-soft',\n 'hovered & !pressed': '#success-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const SUCCESS_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#success-accent-text.0',\n 'hovered | focused': '#success-accent-text.03',\n selected: '#success-accent-text.09',\n 'selected & (hovered | focused)': '#success-accent-text.12',\n pressed: '#success-accent-text.09',\n disabled: 'transparent',\n },\n color: {\n '': '#success-accent-text',\n hovered: '#success-accent-text',\n pressed: '#success-accent-text',\n disabled: '#success-accent-text.4',\n },\n} as const;\n\n// ---------- WARNING THEME ----------\nexport const WARNING_PRIMARY_STYLES: Styles = {\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': '#white.2',\n pressed: '#warning-accent-text',\n disabled: 'transparent',\n },\n fill: {\n '': '#surface #warning-accent-surface',\n hovered: '#surface #warning-accent-surface-hover',\n pressed: '#surface #warning-accent-surface',\n // See `DEFAULT_PRIMARY_STYLES.fill.disabled` for rationale (brand-tinted,\n // scheme-symmetric chip + higher-contrast disabled label).\n disabled: '#surface #warning-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#warning-accent-disabled-surface-text',\n },\n} as const;\n\nexport const WARNING_OUTLINE_STYLES: Styles = {\n // Non-selected = old WARNING OUTLINE; selected = old WARNING SECONDARY.\n // See DANGER_OUTLINE_STYLES for the border-anchor rationale.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': '#warning-border',\n disabled: '#border',\n },\n fill: {\n '': '#surface-2 #warning-accent-surface.0',\n hovered: '#surface-2 #warning-accent-surface.03',\n pressed: '#surface-2 #warning-accent-surface.09',\n selected: '#surface-2 #warning-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-2 #warning-accent-surface.12',\n 'selected & pressed': '#surface-2 #warning-accent-surface.18',\n disabled: '#surface-2 #disabled-surface',\n },\n color: {\n '': '#warning-accent-text-soft',\n selected: '#warning-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const WARNING_OUTLINE_2_STYLES: Styles = {\n ...WARNING_OUTLINE_STYLES,\n fill: {\n '': '#surface-3 #warning-accent-surface.0',\n hovered: '#surface-3 #warning-accent-surface.03',\n pressed: '#surface-3 #warning-accent-surface.09',\n selected: '#surface-3 #warning-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-3 #warning-accent-surface.12',\n 'selected & pressed': '#surface-3 #warning-accent-surface.18',\n disabled: '#surface-3 #disabled-surface',\n },\n} as const;\n\nexport const WARNING_CLEAR_STYLES: Styles = {\n // Non-selected = old WARNING NEUTRAL; selected = old WARNING CLEAR.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': 'transparent',\n },\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#warning-accent-text.09',\n 'selected & (hovered | focused)': '#warning-accent-text.12',\n 'selected & pressed': '#warning-accent-text.18',\n disabled: 'transparent',\n },\n color: {\n '': '#warning-accent-text-soft',\n selected: '#warning-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const WARNING_LINK_STYLES: Styles = {\n // See DEFAULT_LINK_STYLES for the soft→strong rationale.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: 0,\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#warning-accent-text-soft',\n 'hovered & !pressed': '#warning-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const WARNING_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#warning-accent-text.0',\n 'hovered | focused': '#warning-accent-text.03',\n selected: '#warning-accent-text.09',\n 'selected & (hovered | focused)': '#warning-accent-text.12',\n pressed: '#warning-accent-text.09',\n disabled: 'transparent',\n },\n color: {\n '': '#warning-accent-text',\n hovered: '#warning-accent-text',\n pressed: '#warning-accent-text',\n disabled: '#warning-accent-text.4',\n },\n} as const;\n\n// ---------- NOTE THEME ----------\nexport const NOTE_PRIMARY_STYLES: Styles = {\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': '#white.2',\n pressed: '#note-accent-text',\n disabled: 'transparent',\n },\n fill: {\n '': '#surface #note-accent-surface',\n hovered: '#surface #note-accent-surface-hover',\n pressed: '#surface #note-accent-surface',\n // See `DEFAULT_PRIMARY_STYLES.fill.disabled` for rationale (brand-tinted,\n // scheme-symmetric chip + higher-contrast disabled label).\n disabled: '#surface #note-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#note-accent-disabled-surface-text',\n },\n} as const;\n\nexport const NOTE_OUTLINE_STYLES: Styles = {\n // Non-selected = old NOTE OUTLINE; selected = old NOTE SECONDARY.\n // See DANGER_OUTLINE_STYLES for the border-anchor rationale.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': '#note-border',\n disabled: '#border',\n },\n fill: {\n '': '#surface-2 #note-accent-surface.0',\n hovered: '#surface-2 #note-accent-surface.03',\n pressed: '#surface-2 #note-accent-surface.09',\n selected: '#surface-2 #note-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-2 #note-accent-surface.12',\n 'selected & pressed': '#surface-2 #note-accent-surface.18',\n disabled: '#surface-2 #disabled-surface',\n },\n color: {\n '': '#note-accent-text-soft',\n selected: '#note-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const NOTE_OUTLINE_2_STYLES: Styles = {\n ...NOTE_OUTLINE_STYLES,\n fill: {\n '': '#surface-3 #note-accent-surface.0',\n hovered: '#surface-3 #note-accent-surface.03',\n pressed: '#surface-3 #note-accent-surface.09',\n selected: '#surface-3 #note-accent-surface.09',\n 'selected & (hovered | focused)': '#surface-3 #note-accent-surface.12',\n 'selected & pressed': '#surface-3 #note-accent-surface.18',\n disabled: '#surface-3 #disabled-surface',\n },\n} as const;\n\nexport const NOTE_CLEAR_STYLES: Styles = {\n // Non-selected = old NOTE NEUTRAL; selected = old NOTE CLEAR.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: {\n '': 'transparent',\n },\n fill: {\n '': '#surface-text.0',\n 'hovered | focused': '#surface-text.04',\n pressed: '#surface-text.06',\n selected: '#note-accent-text.09',\n 'selected & (hovered | focused)': '#note-accent-text.12',\n 'selected & pressed': '#note-accent-text.18',\n disabled: 'transparent',\n },\n color: {\n '': '#note-accent-text-soft',\n selected: '#note-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const NOTE_LINK_STYLES: Styles = {\n // See DEFAULT_LINK_STYLES for the soft→strong rationale.\n outline: {\n '': '0 #primary-accent-text.0',\n focused: '1bw #primary-accent-text',\n },\n border: 0,\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#note-accent-text-soft',\n 'hovered & !pressed': '#note-accent-text',\n disabled: '#disabled-surface-text',\n },\n} as const;\n\nexport const NOTE_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#note-accent-text.0',\n 'hovered | focused': '#note-accent-text.03',\n selected: '#note-accent-text.09',\n 'selected & (hovered | focused)': '#note-accent-text.12',\n pressed: '#note-accent-text.09',\n disabled: 'transparent',\n },\n color: {\n '': '#note-accent-text',\n hovered: '#note-accent-text',\n pressed: '#note-accent-text',\n disabled: '#note-accent-text.4',\n },\n} as const;\n\n// ---------- SPECIAL THEME ----------\n// Every color here resolves to a fixed-mode value (built-in `#white`, the\n// standalone `#special-*` theme in `src/tokens/palette.ts`, or `transparent`).\n// `mode: 'fixed'` makes the resolved OKHSL identical in light, dark, and\n// high-contrast, so the special theme renders the same regardless of scheme.\n// The only intentionally adaptive colors are `VALIDATION_STYLES.border`\n// (`#danger-accent-text` / `#success-accent-text`) — validation state is allowed to follow\n// the active scheme.\nexport const SPECIAL_PRIMARY_STYLES: Styles = {\n // Focus ring uses `#special-accent-text` — a fixed-mode dark-purple that\n // stays identical across light/dark/HC, matching the special theme's\n // \"intentionally non-inverting\" identity. Picked over `#primary-accent-text`\n // (the cross-theme default) which is `mode: 'auto'` and would shift in dark.\n outline: {\n '': '0 #special-accent-text.0',\n focused: '1bw #special-accent-text',\n },\n border: {\n '': '#white.2',\n pressed: '#white.4',\n disabled: 'transparent',\n },\n fill: {\n '': '#white #special-accent-fill',\n hovered: '#white #special-accent-fill-hover',\n pressed: '#white #special-accent-fill',\n disabled: '#white #special-accent-disabled-surface',\n },\n color: {\n '': '#white',\n disabled: '#special-accent-disabled-surface-text',\n },\n} as const;\n\nexport const SPECIAL_OUTLINE_STYLES: Styles = {\n // Non-selected = old SPECIAL OUTLINE; selected = old SPECIAL SECONDARY.\n // Special is anchored on `#special-surface` (a fixed dark-purple base), so\n // contrast is added by *whitening* the overlay rather than darkening it.\n // The same default → hover → pressed monotonic-contrast pattern as the\n // light themes is preserved, just with white-alpha steps that are tuned\n // to read against the dark base.\n //\n // IMPORTANT: every alpha step within a single state-map must be a unique\n // value string. Tasty's `mergeEntriesByValue` pass coalesces entries that\n // share a serialized value into a single OR-condition entry whose priority\n // is the *max* of the merged group. If `hovered` and `disabled` were both\n // `#white.12`, the merged entry would sit at the higher priority and\n // negate against the `selected & (hovered | focused)` rule below, making\n // the latter resolve to FALSE for `selected & hovered`. Keeping every\n // alpha distinct sidesteps the collision.\n //\n // Focus ring uses the fixed-mode `#special-accent-text` so the indicator\n // stays scheme-invariant alongside the rest of the special theme — see\n // `SPECIAL_PRIMARY_STYLES.outline` for the full rationale.\n outline: {\n '': '0 #special-accent-text.0',\n focused: '1bw #special-accent-text',\n },\n border: {\n '': '#white.3',\n selected: '#white.4',\n ...(VALIDATION_STYLES.border as Record<string, string>),\n },\n fill: {\n '': '#special-surface #white.0',\n hovered: '#special-surface #white.06',\n pressed: '#special-surface #white.12',\n selected: '#special-surface #white.18',\n 'selected & (hovered | focused)': '#special-surface #white.24',\n 'selected & pressed': '#special-surface #white.3',\n disabled: '#special-surface #white.04',\n },\n // Mirrors the colored-theme soft→opaque pattern (`*-accent-text-soft` →\n // `*-accent-text`) using white-alpha steps: default is slightly muted so\n // that selected reads as the more prominent state.\n color: {\n '': '#white.8',\n selected: '#white',\n disabled: '#white.4',\n },\n} as const;\n\nexport const SPECIAL_CLEAR_STYLES: Styles = {\n // Non-selected = old SPECIAL NEUTRAL: transparent / white-tinted overlay\n // on the dark base.\n // Selected INVERTS the surface — the fill flips to a solid white pill with\n // dark accent-text on top. To express \"increasing contrast on press\" in\n // this inverted layout we go the *other* direction: pure white at rest →\n // slightly tinted on hover → more tinted on press, i.e. progressively\n // letting the dark base bleed through. This keeps the monotonic-contrast\n // pattern semantically (hover < pressed) while preserving the inversion.\n //\n // IMPORTANT: every alpha step within a single state-map must be a unique\n // value string. Tasty's `mergeEntriesByValue` pass coalesces entries that\n // share a serialized value into a single OR-condition entry whose priority\n // is the *max* of the merged group, which then negates against lower-\n // priority rules. If `'hovered | focused'` and `'selected & disabled'`\n // both used `#white.12`, the merged entry would sit at priority 7 and\n // negate against `'selected & (hovered | focused)'` (priority 4), making\n // it resolve to FALSE for `selected & hovered` — which is exactly the\n // \"selected-hover stays dark\" bug. `'selected & disabled'` therefore uses\n // a slightly different alpha (.16) that's visually similar but a distinct\n // value string. The default `''` and `disabled` may share `#white.0`\n // because Tasty keeps the TRUE/default entry separate from non-defaults\n // during merging.\n //\n // Focus ring uses the fixed-mode `#special-accent-text` so the indicator\n // stays scheme-invariant alongside the rest of the special theme — see\n // `SPECIAL_PRIMARY_STYLES.outline` for the full rationale.\n outline: {\n '': '0 #special-accent-text.0',\n focused: '1bw #special-accent-text',\n },\n border: {\n '': 'transparent',\n ...(VALIDATION_STYLES.border as Record<string, string>),\n },\n fill: {\n '': '#white.0',\n 'hovered | focused': '#white.12',\n pressed: '#white.18',\n selected: '#white',\n 'selected & (hovered | focused)': '#white.94',\n 'selected & pressed': '#white.88',\n disabled: '#white.0',\n 'selected & disabled': '#white.16',\n },\n // Non-selected mirrors the colored-theme soft→opaque pattern with\n // white-alpha steps. Selected keeps its inverted look — dark accent-text\n // on a white pill — so the soft/opaque transition only applies to the\n // non-selected variant.\n color: {\n '': '#white.8',\n selected: '#special-accent-text',\n disabled: '#white.4',\n },\n} as const;\n\nexport const SPECIAL_LINK_STYLES: Styles = {\n // See `SPECIAL_PRIMARY_STYLES.outline` for why we use the fixed-mode\n // `#special-accent-text` here instead of the cross-theme `#primary-accent-text`.\n outline: {\n '': '0 #special-accent-text.0',\n focused: '1bw #special-accent-text',\n },\n border: '0',\n fill: {\n '': 'transparent',\n },\n color: {\n '': '#white',\n 'hovered & !pressed': '#white.9',\n disabled: '#white.4',\n },\n} as const;\n\nexport const SPECIAL_ITEM_STYLES: Styles = {\n border: 'transparent',\n fill: {\n '': '#white.0',\n hovered: '#white.12',\n 'pressed | (selected & !hovered)': '#white.18',\n },\n color: {\n '': '#white',\n disabled: '#white.4',\n },\n} as const;\n\n// ---------- CARD TYPE STYLES ----------\n// Card type only supports: default, success, danger, note themes\n\nexport const DEFAULT_CARD_STYLES: Styles = {\n border: '#surface-text.20',\n fill: '#surface-3',\n color: '#surface-text-soft',\n} as const;\n\nexport const SUCCESS_CARD_STYLES: Styles = {\n border: '#success-accent-surface.20',\n fill: '#success-surface',\n color: '#success-accent-text',\n} as const;\n\nexport const DANGER_CARD_STYLES: Styles = {\n border: '#danger-accent-surface.20',\n fill: '#danger-surface',\n color: '#danger-accent-text',\n} as const;\n\nexport const WARNING_CARD_STYLES: Styles = {\n border: '#warning-accent-surface.20',\n fill: '#warning-surface',\n color: '#warning-accent-text',\n} as const;\n\nexport const NOTE_CARD_STYLES: Styles = {\n border: '#note-accent-surface.20',\n fill: '#note-surface',\n color: '#note-accent-text',\n} as const;\n\nexport type ItemVariant =\n | 'default.primary'\n | 'default.outline'\n | 'default.outline-2'\n | 'default.clear'\n | 'default.link'\n | 'default.item'\n | 'default.card'\n | 'danger.primary'\n | 'danger.outline'\n | 'danger.outline-2'\n | 'danger.clear'\n | 'danger.link'\n | 'danger.item'\n | 'danger.card'\n | 'success.primary'\n | 'success.outline'\n | 'success.outline-2'\n | 'success.clear'\n | 'success.link'\n | 'success.item'\n | 'success.card'\n | 'warning.primary'\n | 'warning.outline'\n | 'warning.outline-2'\n | 'warning.clear'\n | 'warning.link'\n | 'warning.item'\n | 'warning.card'\n | 'note.primary'\n | 'note.outline'\n | 'note.outline-2'\n | 'note.clear'\n | 'note.link'\n | 'note.item'\n | 'note.card'\n | 'special.primary'\n | 'special.outline'\n | 'special.clear'\n | 'special.link'\n | 'special.item';\n"],"mappings":"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"}
|
package/dist/data/themes.js
CHANGED
package/dist/icons/AiIcon.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-234561e | Cube Dev Team */
|
|
2
2
|
import { wrapIcon } from "./wrap-icon.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { IconSparkles } from "@tabler/icons-react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-234561e | Cube Dev Team */
|
|
2
2
|
import { wrapIcon } from "./wrap-icon.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { IconChartArea } from "@tabler/icons-react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-234561e | Cube Dev Team */
|
|
2
2
|
import { wrapIcon } from "./wrap-icon.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { IconChevronsLeft } from "@tabler/icons-react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-234561e | Cube Dev Team */
|
|
2
2
|
import { wrapIcon } from "./wrap-icon.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { IconChartBar } from "@tabler/icons-react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-234561e | Cube Dev Team */
|
|
2
2
|
import { wrapIcon } from "./wrap-icon.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { IconBellFilled } from "@tabler/icons-react";
|
package/dist/icons/BellIcon.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-234561e | Cube Dev Team */
|
|
2
2
|
import { wrapIcon } from "./wrap-icon.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { IconBell } from "@tabler/icons-react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-234561e | Cube Dev Team */
|
|
2
2
|
import { wrapIcon } from "./wrap-icon.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { IconCaretDownFilled } from "@tabler/icons-react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-234561e | Cube Dev Team */
|
|
2
2
|
import { wrapIcon } from "./wrap-icon.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { IconCaretUpFilled } from "@tabler/icons-react";
|