@mirohq/design-system-themes 1.3.13 → 1.3.15
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/base.css +42 -19
- package/dark.css +44 -17
- package/dist/main.js +83 -23
- package/dist/main.js.map +1 -1
- package/dist/module.js +83 -23
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +28 -3
- package/light.css +42 -19
- package/metadata.json +50 -5
- package/new-dark.css +45 -18
- package/new-light.css +54 -35
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Colors } from '@mirohq/design-tokens';
|
|
1
|
+
import { Colors, Radii } from '@mirohq/design-tokens';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* DO NOT MODIFY THIS FILE: This file was generated by Style Dictionary
|
|
5
5
|
*/
|
|
6
|
-
type AliasColors = 'background-alpha' | 'background-alpha-active' | 'background-alpha-hover' | 'background-alpha-neutrals-overlay' | 'background-alpha-neutrals-overlay-subtle' | 'background-alpha-subtle' | 'background-canvas' | 'background-disabled' | 'background-elevated' | 'background-inverted' | 'background-inverted-secondary' | 'background-layout' | 'background-overlay' | 'background-space' | 'background-static-dark' | 'background-static-dark-subtle' | 'background-static-light' | 'background-surface' | 'background-surface-secondary' | 'background-transparent' | 'background-danger-prominent' | 'background-danger-prominent-active' | 'background-danger-prominent-hover' | 'background-danger-prominent-pressed' | 'background-danger-subtle' | 'background-danger-subtle-active' | 'background-danger-subtle-hover' | 'background-danger-subtle-pressed' | 'background-interactive-danger' | 'background-interactive-danger-hover' | 'background-interactive-danger-pressed' | 'background-interactive-primary' | 'background-interactive-primary-hover' | 'background-interactive-primary-pressed' | 'background-interactive-secondary-selected' | 'background-interactive-selected' | 'background-interactive-surface-hover' | 'background-interactive-surface-pressed' | 'background-interactive-surface-secondary-hover' | 'background-interactive-surface-secondary-pressed' | 'background-neutrals' | 'background-neutrals-active' | 'background-neutrals-container' | 'background-neutrals-control' | 'background-neutrals-control-hover' | 'background-neutrals-control-pressed' | 'background-neutrals-disabled' | 'background-neutrals-hover' | 'background-neutrals-inactive' | 'background-neutrals-inactive-hover' | 'background-neutrals-inverted' | 'background-neutrals-inverted-subtle' | 'background-neutrals-layout' | 'background-neutrals-page' | 'background-neutrals-page-subtle' | 'background-neutrals-pressed' | 'background-neutrals-scrollbar' | 'background-neutrals-scrollbar-active' | 'background-neutrals-scrollbar-hover' | 'background-neutrals-subtle' | 'background-neutrals-subtle-active' | 'background-neutrals-subtle-hover' | 'background-neutrals-subtle-pressed' | 'background-neutrals-transparent' | 'background-primary-prominent' | 'background-primary-prominent-active' | 'background-primary-prominent-hover' | 'background-primary-prominent-pressed' | 'background-primary-prominent-selected' | 'background-primary-subtle' | 'background-primary-subtle-active' | 'background-primary-subtle-hover' | 'background-primary-subtle-pressed' | 'background-primary-subtle-selected' | 'status-background-error' | 'status-background-info' | 'status-background-success' | 'status-background-warning' | 'background-success-prominent' | 'background-success-prominent-active' | 'background-success-prominent-hover' | 'background-success-prominent-pressed' | 'background-success-subtle' | 'background-warning-prominent' | 'background-warning-subtle' | 'border-default' | 'border-disabled' | 'border-inverted' | 'border-inverted-subtle' | 'border-option' | 'border-option-hover' | 'border-static-dark' | 'border-static-dark-subtle' | 'border-static-light' | 'border-strong' | 'border-subtle' | 'border-transparent' | 'border-danger' | 'border-danger-active' | 'border-danger-hover' | 'border-danger-pressed' | 'border-danger-subtle' | 'border-focus-error-inner' | 'border-focus-error-middle' | 'border-focus-error-outer' | 'border-focus-inner' | 'border-focus-middle' | 'border-focus-outer' | 'border-focus-success-inner' | 'border-focus-success-middle' | 'border-focus-success-outer' | 'focus-keyboard' | 'border-interactive-danger' | 'border-interactive-danger-hover' | 'border-interactive-danger-pressed' | 'border-interactive-primary' | 'border-interactive-primary-hover' | 'border-interactive-primary-pressed' | 'border-interactive-secondary' | 'border-interactive-secondary-hover' | 'border-interactive-secondary-pressed' | 'border-interactive-selected' | 'border-neutrals' | 'border-neutrals-active' | 'border-neutrals-controls' | 'border-neutrals-controls-disabled' | 'border-neutrals-disabled' | 'border-neutrals-hover' | 'border-neutrals-inverted' | 'border-neutrals-pressed' | 'border-neutrals-subtle' | 'border-neutrals-subtle-hover' | 'border-neutrals-subtle-pressed' | 'border-neutrals-text' | 'border-neutrals-text-active' | 'border-neutrals-text-hover' | 'border-neutrals-text-subtle' | 'border-neutrals-text-subtle-active' | 'border-neutrals-text-subtle-hover' | 'border-neutrals-transparent' | 'border-primary' | 'border-primary-active' | 'border-primary-hover' | 'border-primary-inverted' | 'border-primary-pressed' | 'border-primary-selected' | 'border-primary-subtle' | 'status-border-error' | 'status-border-info' | 'status-border-success' | 'status-border-warning' | 'border-success' | 'border-success-active' | 'border-success-hover' | 'border-success-pressed' | 'border-success-subtle' | 'border-warning' | 'border-warning-subtle' | 'badge-border' | 'badge-border-inverted' | 'button-background-danger' | 'button-background-danger-hover' | 'button-background-danger-pressed' | 'button-background-ghost' | 'button-background-ghost-hover' | 'button-background-ghost-pressed' | 'button-background-primary' | 'button-background-primary-hover' | 'button-background-primary-pressed' | 'button-background-secondary' | 'button-background-secondary-hover' | 'button-background-secondary-pressed' | 'button-background-tertiary' | 'button-background-tertiary-hover' | 'button-background-tertiary-pressed' | 'button-border-danger' | 'button-border-danger-hover' | 'button-border-danger-pressed' | 'button-border-ghost-hover' | 'button-border-ghost-pressed' | 'button-border-primary' | 'button-border-primary-hover' | 'button-border-primary-pressed' | 'button-border-secondary' | 'button-border-secondary-hover' | 'button-border-secondary-pressed' | 'button-border-tertiary' | 'button-border-tertiary-hover' | 'button-border-tertiary-pressed' | 'button-icon-on-danger' | 'button-icon-on-primary' | 'button-icon-on-secondary' | 'button-icon-on-tertiary' | 'button-text-on-danger' | 'button-text-on-primary' | 'button-text-on-secondary' | 'button-text-on-tertiary' | 'chip-background' | 'chip-background-disabled' | 'chip-background-hover' | 'chip-text' | 'format-icon-diagram' | 'format-icon-docs' | 'format-icon-external' | 'format-icon-kanban' | 'format-icon-prototype' | 'format-icon-slides' | 'format-icon-table' | 'format-icon-timeline' | 'input-background-alt-default' | 'input-background-alt-focused' | 'input-background-alt-hover' | 'input-background-default' | 'input-background-disabled' | 'input-background-focused' | 'input-background-hover' | 'input-border-default' | 'input-border-disabled' | 'input-border-error' | 'input-border-focused' | 'input-border-hover' | 'input-border-success' | 'notification-background' | 'notification-border' | 'notification-border-subtle' | 'popover-background' | 'popover-border' | 'scrollbar-background' | 'scrollbar-background-hover' | 'slider-background' | 'slider-control-background' | 'slider-notch-background' | 'switch-background-default' | 'switch-background-hover' | 'switch-control-background' | 'tooltip-background' | 'tooltip-background-inset' | 'icon-danger' | 'icon-danger-active' | 'icon-danger-hover' | 'icon-danger-inverted' | 'icon-danger-pressed' | 'icon-default' | 'icon-disabled' | 'icon-inverted' | 'icon-inverted-secondary' | 'icon-muted' | 'icon-on-disabled' | 'icon-on-static-dark' | 'icon-on-static-dark-subtle' | 'icon-on-static-light' | 'icon-on-static-light-subtle' | 'icon-placeholder' | 'icon-secondary' | 'icon-interactive-on-inverted' | 'icon-interactive-on-inverted-hover' | 'icon-interactive-on-inverted-pressed' | 'icon-interactive-on-inverted-secondary' | 'icon-interactive-on-inverted-secondary-hover' | 'icon-interactive-on-inverted-secondary-pressed' | 'icon-interactive-primary' | 'icon-interactive-primary-hover' | 'icon-interactive-primary-pressed' | 'icon-interactive-secondary' | 'icon-interactive-secondary-hover' | 'icon-interactive-secondary-pressed' | 'icon-interactive-selected' | 'icon-on-interactive-danger' | 'icon-on-interactive-primary' | 'icon-on-interactive-secondary' | 'icon-on-interactive-selected' | 'icon-neutrals' | 'icon-neutrals-disabled' | 'icon-neutrals-hover' | 'icon-neutrals-inactive' | 'icon-neutrals-inactive-hover' | 'icon-neutrals-inverted' | 'icon-neutrals-inverted-hover' | 'icon-neutrals-inverted-subtle' | 'icon-neutrals-inverted-subtle-hover' | 'icon-neutrals-placeholder' | 'icon-neutrals-pressed' | 'icon-neutrals-search' | 'icon-neutrals-subtle' | 'icon-neutrals-subtle-hover' | 'icon-neutrals-subtle-pressed' | 'icon-neutrals-text' | 'icon-primary' | 'icon-primary-active' | 'icon-primary-hover' | 'icon-primary-inverted' | 'icon-primary-inverted-hover' | 'icon-primary-pressed' | 'icon-primary-selected' | 'status-icon-error' | 'status-icon-on-error' | 'status-icon-on-info' | 'status-icon-on-success' | 'status-icon-on-warning' | 'status-icon-success' | 'status-icon-warning' | 'icon-success' | 'icon-success-active' | 'icon-success-hover' | 'icon-success-inverted' | 'icon-success-pressed' | 'icon-warning' | 'icon-warning-prominent' | 'icon-warning-subtle' | 'text-danger' | 'text-danger-active' | 'text-danger-hover' | 'text-danger-inverted' | 'text-danger-pressed' | 'text-interactive-on-inverted' | 'text-interactive-on-inverted-hover' | 'text-interactive-on-inverted-pressed' | 'text-interactive-on-inverted-secondary' | 'text-interactive-on-inverted-secondary-hover' | 'text-interactive-on-inverted-secondary-pressed' | 'text-interactive-primary' | 'text-interactive-primary-hover' | 'text-interactive-primary-pressed' | 'text-interactive-secondary' | 'text-interactive-secondary-hover' | 'text-interactive-secondary-pressed' | 'text-interactive-selected' | 'text-on-interactive-danger' | 'text-on-interactive-primary' | 'text-on-interactive-secondary' | 'text-on-interactive-selected' | 'text-neutrals' | 'text-neutrals-active' | 'text-neutrals-disabled' | 'text-neutrals-hover' | 'text-neutrals-inverted' | 'text-neutrals-inverted-hover' | 'text-neutrals-inverted-subtle' | 'text-neutrals-inverted-subtle-hover' | 'text-neutrals-placeholder' | 'text-neutrals-placeholder-only' | 'text-neutrals-pressed' | 'text-neutrals-subtle' | 'text-neutrals-subtle-active' | 'text-neutrals-subtle-hover' | 'text-neutrals-subtle-pressed' | 'text-primary' | 'text-primary-active' | 'text-primary-hover' | 'text-primary-inverted' | 'text-primary-inverted-subtle' | 'text-primary-pressed' | 'text-primary-selected' | 'status-text-error' | 'status-text-on-error' | 'status-text-on-info' | 'status-text-on-success' | 'status-text-on-warning' | 'status-text-success' | 'status-text-warning' | 'text-success' | 'text-success-active' | 'text-success-hover' | 'text-success-inverted' | 'text-success-pressed' | 'text-default' | 'text-disabled' | 'text-inverted' | 'text-inverted-secondary' | 'text-muted' | 'text-on-disabled' | 'text-on-static-dark' | 'text-on-static-dark-subtle' | 'text-on-static-light' | 'text-on-static-light-subtle' | 'text-placeholder' | 'text-secondary' | 'text-warning' | 'text-warning-subtle' | 'coal-background' | 'coal-background-mild' | 'coal-background-prominent' | 'coal-background-subtle' | 'coral-background' | 'coral-background-mild' | 'coral-background-prominent' | 'coral-background-subtle' | 'cyan-background' | 'cyan-background-mild' | 'cyan-background-prominent' | 'cyan-background-subtle' | 'lilac-background' | 'lilac-background-mild' | 'lilac-background-prominent' | 'lilac-background-subtle' | 'lime-background' | 'lime-background-mild' | 'lime-background-prominent' | 'lime-background-subtle' | 'moss-background' | 'moss-background-mild' | 'moss-background-prominent' | 'moss-background-subtle' | 'ocean-background' | 'ocean-background-mild' | 'ocean-background-prominent' | 'ocean-background-subtle' | 'orange-background' | 'orange-background-mild' | 'orange-background-prominent' | 'orange-background-subtle' | 'pink-background' | 'pink-background-mild' | 'pink-background-prominent' | 'pink-background-subtle' | 'sunshine-background' | 'sunshine-background-mild' | 'sunshine-background-prominent' | 'sunshine-background-subtle' | 'teal-background' | 'teal-background-mild' | 'teal-background-prominent' | 'teal-background-subtle' | 'coal-border' | 'coal-border-prominent' | 'coal-border-subtle' | 'coral-border' | 'coral-border-prominent' | 'coral-border-subtle' | 'cyan-border' | 'cyan-border-prominent' | 'cyan-border-subtle' | 'lilac-border' | 'lilac-border-prominent' | 'lilac-border-subtle' | 'lime-border' | 'lime-border-prominent' | 'lime-border-subtle' | 'moss-border' | 'moss-border-prominent' | 'moss-border-subtle' | 'ocean-border' | 'ocean-border-prominent' | 'ocean-border-subtle' | 'orange-border' | 'orange-border-prominent' | 'orange-border-subtle' | 'pink-border' | 'pink-border-prominent' | 'pink-border-subtle' | 'sunshine-border' | 'sunshine-border-prominent' | 'sunshine-border-subtle' | 'teal-border' | 'teal-border-prominent' | 'teal-border-subtle' | 'coal-avatar-background' | 'coral-avatar-background' | 'cyan-avatar-background' | 'light-coal-avatar-background' | 'light-coral-avatar-background' | 'light-cyan-avatar-background' | 'light-lilac-avatar-background' | 'light-lime-avatar-background' | 'light-moss-avatar-background' | 'light-ocean-avatar-background' | 'light-orange-avatar-background' | 'light-pink-avatar-background' | 'light-sunshine-avatar-background' | 'light-teal-avatar-background' | 'lilac-avatar-background' | 'lime-avatar-background' | 'moss-avatar-background' | 'ocean-avatar-background' | 'orange-avatar-background' | 'pink-avatar-background' | 'sunshine-avatar-background' | 'teal-avatar-background' | 'coral-comment-background' | 'cyan-comment-background' | 'lime-comment-background' | 'coal-cursor-background' | 'coal-cursor-border' | 'coal-cursor-border-prominent' | 'coral-cursor-background' | 'coral-cursor-border' | 'coral-cursor-border-prominent' | 'cyan-cursor-background' | 'cyan-cursor-border' | 'cyan-cursor-border-prominent' | 'light-coal-cursor-background' | 'light-coral-cursor-background' | 'light-cursor-background' | 'light-cyan-cursor-background' | 'light-lilac-cursor-background' | 'light-lime-cursor-background' | 'light-moss-cursor-background' | 'light-orange-cursor-background' | 'light-pink-cursor-background' | 'light-sunshine-cursor-background' | 'light-teal-cursor-background' | 'lilac-cursor-background' | 'lilac-cursor-border' | 'lilac-cursor-border-prominent' | 'lime-cursor-background' | 'lime-cursor-border' | 'lime-cursor-border-prominent' | 'moss-cursor-background' | 'moss-cursor-border' | 'moss-cursor-border-prominent' | 'ocean-cursor-background' | 'ocean-cursor-border' | 'ocean-cursor-border-prominent' | 'orange-cursor-background' | 'orange-cursor-border' | 'orange-cursor-border-prominent' | 'pink-cursor-background' | 'pink-cursor-border-prominent' | 'pink-cursor-coal-border' | 'sunshine-cursor-background' | 'sunshine-cursor-border' | 'susnhine-cursor-border-prominent' | 'teal-cursor-background' | 'teal-cursor-border' | 'teal-cursor-border-prominent' | 'black-sticky-background' | 'coral-sticky-background' | 'cyan-sticky-background' | 'light-coal-sticky-background' | 'light-lime-sticky-background' | 'light-ocean-sticky-background' | 'light-pink-sticky-background' | 'light-sunshine-sticky-background' | 'lilac-sticky-background' | 'lime-sticky-background' | 'moss-sticky-background' | 'ocean-sticky-background' | 'orange-sticky-background' | 'pink-sticky-background' | 'sunshine-sticky-background' | 'teal-sticky-background' | 'coal-icon' | 'coal-icon-mild' | 'coal-icon-subtle' | 'coral-icon' | 'coral-icon-mild' | 'coral-icon-subtle' | 'cyan-icon' | 'cyan-icon-mild' | 'cyan-icon-subtle' | 'lilac-icon' | 'lilac-icon-mild' | 'lilac-icon-subtle' | 'lime-icon' | 'lime-icon-mild' | 'lime-icon-subtle' | 'moss-icon' | 'moss-icon-mild' | 'moss-icon-subtle' | 'ocean-icon' | 'ocean-icon-mild' | 'ocean-icon-subtle' | 'orange-icon' | 'orange-icon-mild' | 'orange-icon-subtle' | 'pink-icon' | 'pink-icon-mild' | 'pink-icon-subtle' | 'sunshine-icon' | 'sunshine-icon-mild' | 'sunshine-icon-subtle' | 'teal-icon' | 'teal-icon-mild' | 'teal-icon-subtle' | 'coal-text' | 'coal-text-mild' | 'coal-text-subtle' | 'coral-text' | 'coral-text-mild' | 'coral-text-subtle' | 'cyan-text' | 'cyan-text-mild' | 'cyan-text-subtle' | 'lilac-text' | 'lilac-text-mild' | 'lilac-text-subtle' | 'lime-text' | 'lime-text-mild' | 'lime-text-subtle' | 'moss-text' | 'moss-text-mild' | 'moss-text-subtle' | 'ocean-text' | 'ocean-text-mild' | 'ocean-text-subtle' | 'orange-text' | 'orange-text-mild' | 'orange-text-subtle' | 'pink-text' | 'pink-text-mild' | 'pink-text-subtle' | 'sunshine-text' | 'sunshine-text-mild' | 'sunshine-text-subtle' | 'teal-text' | 'teal-text-mild' | 'teal-text-subtle';
|
|
6
|
+
type AliasColors = 'background-alpha' | 'background-alpha-active' | 'background-alpha-hover' | 'background-alpha-neutrals-overlay' | 'background-alpha-neutrals-overlay-subtle' | 'background-alpha-subtle' | 'background-canvas' | 'background-disabled' | 'background-elevated' | 'background-inverted' | 'background-inverted-secondary' | 'background-layout' | 'background-overlay' | 'background-space' | 'background-static-dark' | 'background-static-dark-subtle' | 'background-static-light' | 'background-surface' | 'background-surface-secondary' | 'background-transparent' | 'background-danger-prominent' | 'background-danger-prominent-active' | 'background-danger-prominent-hover' | 'background-danger-prominent-pressed' | 'background-danger-subtle' | 'background-danger-subtle-active' | 'background-danger-subtle-hover' | 'background-danger-subtle-pressed' | 'background-interactive-danger' | 'background-interactive-danger-hover' | 'background-interactive-danger-pressed' | 'background-interactive-primary' | 'background-interactive-primary-hover' | 'background-interactive-primary-pressed' | 'background-interactive-secondary-selected' | 'background-interactive-selected' | 'background-interactive-surface-hover' | 'background-interactive-surface-pressed' | 'background-interactive-surface-secondary-hover' | 'background-interactive-surface-secondary-pressed' | 'background-neutrals' | 'background-neutrals-active' | 'background-neutrals-container' | 'background-neutrals-control' | 'background-neutrals-control-hover' | 'background-neutrals-control-pressed' | 'background-neutrals-disabled' | 'background-neutrals-hover' | 'background-neutrals-inactive' | 'background-neutrals-inactive-hover' | 'background-neutrals-inverted' | 'background-neutrals-inverted-subtle' | 'background-neutrals-layout' | 'background-neutrals-page' | 'background-neutrals-page-subtle' | 'background-neutrals-pressed' | 'background-neutrals-scrollbar' | 'background-neutrals-scrollbar-active' | 'background-neutrals-scrollbar-hover' | 'background-neutrals-subtle' | 'background-neutrals-subtle-active' | 'background-neutrals-subtle-hover' | 'background-neutrals-subtle-pressed' | 'background-neutrals-transparent' | 'background-primary-prominent' | 'background-primary-prominent-active' | 'background-primary-prominent-hover' | 'background-primary-prominent-pressed' | 'background-primary-prominent-selected' | 'background-primary-subtle' | 'background-primary-subtle-active' | 'background-primary-subtle-hover' | 'background-primary-subtle-pressed' | 'background-primary-subtle-selected' | 'status-background-error' | 'status-background-info' | 'status-background-success' | 'status-background-warning' | 'background-success-prominent' | 'background-success-prominent-active' | 'background-success-prominent-hover' | 'background-success-prominent-pressed' | 'background-success-subtle' | 'background-warning-prominent' | 'background-warning-subtle' | 'border-default' | 'border-disabled' | 'border-inverted' | 'border-inverted-subtle' | 'border-option' | 'border-option-hover' | 'border-static-dark' | 'border-static-dark-subtle' | 'border-static-light' | 'border-strong' | 'border-subtle' | 'border-transparent' | 'border-danger' | 'border-danger-active' | 'border-danger-hover' | 'border-danger-pressed' | 'border-danger-subtle' | 'border-focus-error-inner' | 'border-focus-error-middle' | 'border-focus-error-outer' | 'border-focus-inner' | 'border-focus-middle' | 'border-focus-outer' | 'border-focus-success-inner' | 'border-focus-success-middle' | 'border-focus-success-outer' | 'focus-keyboard' | 'border-interactive-danger' | 'border-interactive-danger-hover' | 'border-interactive-danger-pressed' | 'border-interactive-primary' | 'border-interactive-primary-hover' | 'border-interactive-primary-pressed' | 'border-interactive-secondary' | 'border-interactive-secondary-hover' | 'border-interactive-secondary-pressed' | 'border-interactive-selected' | 'border-neutrals' | 'border-neutrals-active' | 'border-neutrals-controls' | 'border-neutrals-controls-disabled' | 'border-neutrals-disabled' | 'border-neutrals-hover' | 'border-neutrals-inverted' | 'border-neutrals-pressed' | 'border-neutrals-subtle' | 'border-neutrals-subtle-hover' | 'border-neutrals-subtle-pressed' | 'border-neutrals-text' | 'border-neutrals-text-active' | 'border-neutrals-text-hover' | 'border-neutrals-text-subtle' | 'border-neutrals-text-subtle-active' | 'border-neutrals-text-subtle-hover' | 'border-neutrals-transparent' | 'border-primary' | 'border-primary-active' | 'border-primary-hover' | 'border-primary-inverted' | 'border-primary-pressed' | 'border-primary-selected' | 'border-primary-subtle' | 'status-border-error' | 'status-border-info' | 'status-border-success' | 'status-border-warning' | 'border-success' | 'border-success-active' | 'border-success-hover' | 'border-success-pressed' | 'border-success-subtle' | 'border-warning' | 'border-warning-subtle' | 'badge-border' | 'badge-border-inverted' | 'button-background-danger' | 'button-background-danger-hover' | 'button-background-danger-pressed' | 'button-background-ghost' | 'button-background-ghost-hover' | 'button-background-ghost-pressed' | 'button-background-primary' | 'button-background-primary-hover' | 'button-background-primary-pressed' | 'button-background-secondary' | 'button-background-secondary-hover' | 'button-background-secondary-pressed' | 'button-background-tertiary' | 'button-background-tertiary-hover' | 'button-background-tertiary-pressed' | 'button-border-danger' | 'button-border-danger-hover' | 'button-border-danger-pressed' | 'button-border-ghost-hover' | 'button-border-ghost-pressed' | 'button-border-primary' | 'button-border-primary-hover' | 'button-border-primary-pressed' | 'button-border-secondary' | 'button-border-secondary-hover' | 'button-border-secondary-pressed' | 'button-border-tertiary' | 'button-border-tertiary-hover' | 'button-border-tertiary-pressed' | 'button-icon-on-danger' | 'button-icon-on-primary' | 'button-icon-on-secondary' | 'button-icon-on-tertiary' | 'button-text-on-danger' | 'button-text-on-primary' | 'button-text-on-secondary' | 'button-text-on-tertiary' | 'chip-background' | 'chip-background-disabled' | 'chip-background-hover' | 'chip-text' | 'format-icon-diagram' | 'format-icon-docs' | 'format-icon-external' | 'format-icon-kanban' | 'format-icon-prototype' | 'format-icon-slides' | 'format-icon-table' | 'format-icon-timeline' | 'input-background-alt-default' | 'input-background-alt-focused' | 'input-background-alt-hover' | 'input-background-default' | 'input-background-disabled' | 'input-background-focused' | 'input-background-hover' | 'input-border-default' | 'input-border-disabled' | 'input-border-error' | 'input-border-focused' | 'input-border-hover' | 'input-border-success' | 'notification-background-announcement' | 'notification-background-danger' | 'notification-background-info' | 'notification-background-inverted' | 'notification-background-static' | 'notification-background-warning' | 'notification-border-inverted' | 'notification-border-inverted-subtle' | 'notification-border-static' | 'notification-border-static-subtle' | 'notification-icon-on-announcement' | 'notification-icon-on-danger' | 'notification-icon-on-info' | 'notification-icon-on-warning' | 'notification-text-on-announcement' | 'notification-text-on-danger' | 'notification-text-on-info' | 'notification-text-on-warning' | 'popover-background' | 'popover-border' | 'scrollbar-background' | 'scrollbar-background-hover' | 'slider-background' | 'slider-control-background' | 'slider-notch-background' | 'switch-background-default' | 'switch-background-hover' | 'switch-control-background' | 'tooltip-background' | 'tooltip-background-inset' | 'icon-danger' | 'icon-danger-active' | 'icon-danger-hover' | 'icon-danger-inverted' | 'icon-danger-pressed' | 'icon-default' | 'icon-disabled' | 'icon-inverted' | 'icon-inverted-secondary' | 'icon-muted' | 'icon-on-disabled' | 'icon-on-static-dark' | 'icon-on-static-dark-subtle' | 'icon-on-static-light' | 'icon-on-static-light-subtle' | 'icon-placeholder' | 'icon-secondary' | 'icon-interactive-on-inverted' | 'icon-interactive-on-inverted-hover' | 'icon-interactive-on-inverted-pressed' | 'icon-interactive-on-inverted-secondary' | 'icon-interactive-on-inverted-secondary-hover' | 'icon-interactive-on-inverted-secondary-pressed' | 'icon-interactive-primary' | 'icon-interactive-primary-hover' | 'icon-interactive-primary-pressed' | 'icon-interactive-secondary' | 'icon-interactive-secondary-hover' | 'icon-interactive-secondary-pressed' | 'icon-interactive-selected' | 'icon-on-interactive-danger' | 'icon-on-interactive-primary' | 'icon-on-interactive-secondary' | 'icon-on-interactive-selected' | 'icon-neutrals' | 'icon-neutrals-disabled' | 'icon-neutrals-hover' | 'icon-neutrals-inactive' | 'icon-neutrals-inactive-hover' | 'icon-neutrals-inverted' | 'icon-neutrals-inverted-hover' | 'icon-neutrals-inverted-subtle' | 'icon-neutrals-inverted-subtle-hover' | 'icon-neutrals-placeholder' | 'icon-neutrals-pressed' | 'icon-neutrals-search' | 'icon-neutrals-subtle' | 'icon-neutrals-subtle-hover' | 'icon-neutrals-subtle-pressed' | 'icon-neutrals-text' | 'icon-primary' | 'icon-primary-active' | 'icon-primary-hover' | 'icon-primary-inverted' | 'icon-primary-inverted-hover' | 'icon-primary-pressed' | 'icon-primary-selected' | 'status-icon-error' | 'status-icon-on-error' | 'status-icon-on-info' | 'status-icon-on-success' | 'status-icon-on-warning' | 'status-icon-success' | 'status-icon-warning' | 'icon-success' | 'icon-success-active' | 'icon-success-hover' | 'icon-success-inverted' | 'icon-success-pressed' | 'icon-warning' | 'icon-warning-prominent' | 'icon-warning-subtle' | 'text-danger' | 'text-danger-active' | 'text-danger-hover' | 'text-danger-inverted' | 'text-danger-pressed' | 'text-interactive-on-inverted' | 'text-interactive-on-inverted-hover' | 'text-interactive-on-inverted-pressed' | 'text-interactive-on-inverted-secondary' | 'text-interactive-on-inverted-secondary-hover' | 'text-interactive-on-inverted-secondary-pressed' | 'text-interactive-primary' | 'text-interactive-primary-hover' | 'text-interactive-primary-pressed' | 'text-interactive-secondary' | 'text-interactive-secondary-hover' | 'text-interactive-secondary-pressed' | 'text-interactive-selected' | 'text-on-interactive-danger' | 'text-on-interactive-primary' | 'text-on-interactive-secondary' | 'text-on-interactive-selected' | 'text-neutrals' | 'text-neutrals-active' | 'text-neutrals-disabled' | 'text-neutrals-hover' | 'text-neutrals-inverted' | 'text-neutrals-inverted-hover' | 'text-neutrals-inverted-subtle' | 'text-neutrals-inverted-subtle-hover' | 'text-neutrals-placeholder' | 'text-neutrals-placeholder-only' | 'text-neutrals-pressed' | 'text-neutrals-subtle' | 'text-neutrals-subtle-active' | 'text-neutrals-subtle-hover' | 'text-neutrals-subtle-pressed' | 'text-primary' | 'text-primary-active' | 'text-primary-hover' | 'text-primary-inverted' | 'text-primary-inverted-subtle' | 'text-primary-pressed' | 'text-primary-selected' | 'status-text-error' | 'status-text-on-error' | 'status-text-on-info' | 'status-text-on-success' | 'status-text-on-warning' | 'status-text-success' | 'status-text-warning' | 'text-success' | 'text-success-active' | 'text-success-hover' | 'text-success-inverted' | 'text-success-pressed' | 'text-default' | 'text-disabled' | 'text-inverted' | 'text-inverted-secondary' | 'text-muted' | 'text-on-disabled' | 'text-on-static-dark' | 'text-on-static-dark-subtle' | 'text-on-static-light' | 'text-on-static-light-subtle' | 'text-placeholder' | 'text-secondary' | 'text-warning' | 'text-warning-subtle' | 'coal-background' | 'coal-background-mild' | 'coal-background-prominent' | 'coal-background-subtle' | 'coral-background' | 'coral-background-mild' | 'coral-background-prominent' | 'coral-background-subtle' | 'cyan-background' | 'cyan-background-mild' | 'cyan-background-prominent' | 'cyan-background-subtle' | 'lilac-background' | 'lilac-background-mild' | 'lilac-background-prominent' | 'lilac-background-subtle' | 'lime-background' | 'lime-background-mild' | 'lime-background-prominent' | 'lime-background-subtle' | 'moss-background' | 'moss-background-mild' | 'moss-background-prominent' | 'moss-background-subtle' | 'ocean-background' | 'ocean-background-mild' | 'ocean-background-prominent' | 'ocean-background-subtle' | 'orange-background' | 'orange-background-mild' | 'orange-background-prominent' | 'orange-background-subtle' | 'pink-background' | 'pink-background-mild' | 'pink-background-prominent' | 'pink-background-subtle' | 'sunshine-background' | 'sunshine-background-mild' | 'sunshine-background-prominent' | 'sunshine-background-subtle' | 'teal-background' | 'teal-background-mild' | 'teal-background-prominent' | 'teal-background-subtle' | 'coal-border' | 'coal-border-prominent' | 'coal-border-subtle' | 'coral-border' | 'coral-border-prominent' | 'coral-border-subtle' | 'cyan-border' | 'cyan-border-prominent' | 'cyan-border-subtle' | 'lilac-border' | 'lilac-border-prominent' | 'lilac-border-subtle' | 'lime-border' | 'lime-border-prominent' | 'lime-border-subtle' | 'moss-border' | 'moss-border-prominent' | 'moss-border-subtle' | 'ocean-border' | 'ocean-border-prominent' | 'ocean-border-subtle' | 'orange-border' | 'orange-border-prominent' | 'orange-border-subtle' | 'pink-border' | 'pink-border-prominent' | 'pink-border-subtle' | 'sunshine-border' | 'sunshine-border-prominent' | 'sunshine-border-subtle' | 'teal-border' | 'teal-border-prominent' | 'teal-border-subtle' | 'coal-avatar-background' | 'coral-avatar-background' | 'cyan-avatar-background' | 'light-coal-avatar-background' | 'light-coral-avatar-background' | 'light-cyan-avatar-background' | 'light-lilac-avatar-background' | 'light-lime-avatar-background' | 'light-moss-avatar-background' | 'light-ocean-avatar-background' | 'light-orange-avatar-background' | 'light-pink-avatar-background' | 'light-sunshine-avatar-background' | 'light-teal-avatar-background' | 'lilac-avatar-background' | 'lime-avatar-background' | 'moss-avatar-background' | 'ocean-avatar-background' | 'orange-avatar-background' | 'pink-avatar-background' | 'sunshine-avatar-background' | 'teal-avatar-background' | 'coral-comment-background' | 'cyan-comment-background' | 'lime-comment-background' | 'coal-cursor-background' | 'coal-cursor-border' | 'coal-cursor-border-prominent' | 'coral-cursor-background' | 'coral-cursor-border' | 'coral-cursor-border-prominent' | 'cyan-cursor-background' | 'cyan-cursor-border' | 'cyan-cursor-border-prominent' | 'light-coal-cursor-background' | 'light-coral-cursor-background' | 'light-cursor-background' | 'light-cyan-cursor-background' | 'light-lilac-cursor-background' | 'light-lime-cursor-background' | 'light-moss-cursor-background' | 'light-orange-cursor-background' | 'light-pink-cursor-background' | 'light-sunshine-cursor-background' | 'light-teal-cursor-background' | 'lilac-cursor-background' | 'lilac-cursor-border' | 'lilac-cursor-border-prominent' | 'lime-cursor-background' | 'lime-cursor-border' | 'lime-cursor-border-prominent' | 'moss-cursor-background' | 'moss-cursor-border' | 'moss-cursor-border-prominent' | 'ocean-cursor-background' | 'ocean-cursor-border' | 'ocean-cursor-border-prominent' | 'orange-cursor-background' | 'orange-cursor-border' | 'orange-cursor-border-prominent' | 'pink-cursor-background' | 'pink-cursor-border-prominent' | 'pink-cursor-coal-border' | 'sunshine-cursor-background' | 'sunshine-cursor-border' | 'susnhine-cursor-border-prominent' | 'teal-cursor-background' | 'teal-cursor-border' | 'teal-cursor-border-prominent' | 'black-sticky-background' | 'coral-sticky-background' | 'cyan-sticky-background' | 'light-coal-sticky-background' | 'light-lime-sticky-background' | 'light-ocean-sticky-background' | 'light-pink-sticky-background' | 'light-sunshine-sticky-background' | 'lilac-sticky-background' | 'lime-sticky-background' | 'moss-sticky-background' | 'ocean-sticky-background' | 'orange-sticky-background' | 'pink-sticky-background' | 'sunshine-sticky-background' | 'teal-sticky-background' | 'coal-icon' | 'coal-icon-mild' | 'coal-icon-subtle' | 'coral-icon' | 'coral-icon-mild' | 'coral-icon-subtle' | 'cyan-icon' | 'cyan-icon-mild' | 'cyan-icon-subtle' | 'lilac-icon' | 'lilac-icon-mild' | 'lilac-icon-subtle' | 'lime-icon' | 'lime-icon-mild' | 'lime-icon-subtle' | 'moss-icon' | 'moss-icon-mild' | 'moss-icon-subtle' | 'ocean-icon' | 'ocean-icon-mild' | 'ocean-icon-subtle' | 'orange-icon' | 'orange-icon-mild' | 'orange-icon-subtle' | 'pink-icon' | 'pink-icon-mild' | 'pink-icon-subtle' | 'sunshine-icon' | 'sunshine-icon-mild' | 'sunshine-icon-subtle' | 'teal-icon' | 'teal-icon-mild' | 'teal-icon-subtle' | 'coal-text' | 'coal-text-mild' | 'coal-text-subtle' | 'coral-text' | 'coral-text-mild' | 'coral-text-subtle' | 'cyan-text' | 'cyan-text-mild' | 'cyan-text-subtle' | 'lilac-text' | 'lilac-text-mild' | 'lilac-text-subtle' | 'lime-text' | 'lime-text-mild' | 'lime-text-subtle' | 'moss-text' | 'moss-text-mild' | 'moss-text-subtle' | 'ocean-text' | 'ocean-text-mild' | 'ocean-text-subtle' | 'orange-text' | 'orange-text-mild' | 'orange-text-subtle' | 'pink-text' | 'pink-text-mild' | 'pink-text-subtle' | 'sunshine-text' | 'sunshine-text-mild' | 'sunshine-text-subtle' | 'teal-text' | 'teal-text-mild' | 'teal-text-subtle';
|
|
7
7
|
|
|
8
8
|
declare const aliasShadows: {
|
|
9
9
|
readonly focus: "0 0 0 2px $colors$border-focus-inner, 0 0 0 4px $colors$focus-keyboard";
|
|
@@ -13,6 +13,31 @@ declare const aliasShadows: {
|
|
|
13
13
|
};
|
|
14
14
|
type AliasShadows = 50 | 100 | keyof typeof aliasShadows;
|
|
15
15
|
|
|
16
|
+
/**
|
|
17
|
+
* DO NOT MODIFY THIS FILE: This file was generated by Style Dictionary
|
|
18
|
+
*/
|
|
19
|
+
declare const radii: {
|
|
20
|
+
readonly 'avatar-group': "$50";
|
|
21
|
+
readonly 'avatar-people': "$round";
|
|
22
|
+
readonly 'avatar-team': "$50";
|
|
23
|
+
readonly button: "$50";
|
|
24
|
+
readonly calendar: "$100";
|
|
25
|
+
readonly card: "$100";
|
|
26
|
+
readonly checkbox: "$50";
|
|
27
|
+
readonly dropdown: "$100";
|
|
28
|
+
readonly input: "$50";
|
|
29
|
+
readonly 'list-item': "$50";
|
|
30
|
+
readonly notification: "$100";
|
|
31
|
+
readonly panel: "$150";
|
|
32
|
+
readonly popover: "$100";
|
|
33
|
+
readonly tag: "$50";
|
|
34
|
+
readonly toolbar: "$100";
|
|
35
|
+
readonly 'toolbar-item': "$50";
|
|
36
|
+
readonly tooltip: "$100";
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
type AliasRadii = keyof typeof radii;
|
|
40
|
+
type Radius = `$${Radii}` | `$${AliasRadii}` | (string & {});
|
|
16
41
|
type Color = `$${Colors}` | `$${AliasColors}` | (string & {});
|
|
17
42
|
type Theme = {
|
|
18
43
|
colors: {
|
|
@@ -31,4 +56,4 @@ declare const newDark: Theme;
|
|
|
31
56
|
declare const base: Theme;
|
|
32
57
|
|
|
33
58
|
export { base, dark, light, newDark, newLight };
|
|
34
|
-
export type { AliasColors, AliasShadows, Color, Theme };
|
|
59
|
+
export type { AliasColors, AliasRadii, AliasShadows, Color, Radius, Theme };
|
package/light.css
CHANGED
|
@@ -6,10 +6,8 @@
|
|
|
6
6
|
--colors-background-alpha: var(--colors-alpha-gray-100);
|
|
7
7
|
--colors-background-alpha-active: var(--colors-alpha-gray-50);
|
|
8
8
|
--colors-background-alpha-hover: var(--colors-alpha-gray-100);
|
|
9
|
-
--colors-background-alpha-neutrals-overlay: #
|
|
10
|
-
--colors-background-alpha-neutrals-overlay-subtle: var(
|
|
11
|
-
--colors-alpha-black-200
|
|
12
|
-
);
|
|
9
|
+
--colors-background-alpha-neutrals-overlay: #12193E66;
|
|
10
|
+
--colors-background-alpha-neutrals-overlay-subtle: var(--colors-alpha-black-200);
|
|
13
11
|
--colors-background-alpha-subtle: var(--colors-alpha-gray-50);
|
|
14
12
|
--colors-background-canvas: var(--colors-gray-50);
|
|
15
13
|
--colors-background-disabled: var(--colors-gray-150);
|
|
@@ -42,6 +40,7 @@
|
|
|
42
40
|
--colors-background-interactive-secondary-selected: var(--colors-blue-150);
|
|
43
41
|
--colors-background-interactive-selected: var(--colors-blue-500);
|
|
44
42
|
--colors-background-interactive-surface-hover: var(--colors-gray-100);
|
|
43
|
+
--colors-background-interactive-surface-secondary-hover: var(--colors-gray-150);
|
|
45
44
|
--colors-background-interactive-surface-pressed: var(--colors-gray-150);
|
|
46
45
|
--colors-background-interactive-surface-secondary-hover: var(
|
|
47
46
|
--colors-gray-150
|
|
@@ -114,13 +113,13 @@
|
|
|
114
113
|
--colors-border-focus-error-inner: var(--colors-white);
|
|
115
114
|
--colors-border-focus-error-middle: var(--colors-blue-400);
|
|
116
115
|
--colors-border-focus-error-outer: var(--colors-blue-200);
|
|
117
|
-
--colors-border-focus-inner: #
|
|
116
|
+
--colors-border-focus-inner: #FFFFFF;
|
|
118
117
|
--colors-border-focus-middle: var(--colors-blue-400);
|
|
119
118
|
--colors-border-focus-outer: var(--colors-blue-200);
|
|
120
119
|
--colors-border-focus-success-inner: var(--colors-white);
|
|
121
120
|
--colors-border-focus-success-middle: var(--colors-blue-400);
|
|
122
121
|
--colors-border-focus-success-outer: var(--colors-blue-200);
|
|
123
|
-
--colors-focus-keyboard: #
|
|
122
|
+
--colors-focus-keyboard: #2B4DF8;
|
|
124
123
|
--colors-border-interactive-danger: var(--colors-red-500);
|
|
125
124
|
--colors-border-interactive-danger-hover: var(--colors-red-550);
|
|
126
125
|
--colors-border-interactive-danger-pressed: var(--colors-red-600);
|
|
@@ -231,9 +230,24 @@
|
|
|
231
230
|
--colors-input-border-focused: var(--colors-blue-550);
|
|
232
231
|
--colors-input-border-hover: var(--colors-blue-550);
|
|
233
232
|
--colors-input-border-success: var(--colors-green-500);
|
|
234
|
-
--colors-notification-background: var(--colors-
|
|
235
|
-
--colors-notification-
|
|
236
|
-
--colors-notification-
|
|
233
|
+
--colors-notification-background-announcement: var(--colors-blue-200);
|
|
234
|
+
--colors-notification-background-danger: var(--colors-red-500);
|
|
235
|
+
--colors-notification-background-info: var(--colors-blue-500);
|
|
236
|
+
--colors-notification-background-inverted: var(--colors-gray-850);
|
|
237
|
+
--colors-notification-background-static: var(--colors-gray-850);
|
|
238
|
+
--colors-notification-background-warning: var(--colors-yellow-500);
|
|
239
|
+
--colors-notification-border-inverted: var(--colors-gray-450);
|
|
240
|
+
--colors-notification-border-inverted-subtle: var(--colors-gray-750);
|
|
241
|
+
--colors-notification-border-static: var(--colors-gray-450);
|
|
242
|
+
--colors-notification-border-static-subtle: var(--colors-gray-750);
|
|
243
|
+
--colors-notification-icon-on-announcement: var(--colors-blue-800);
|
|
244
|
+
--colors-notification-icon-on-danger: var(--colors-white);
|
|
245
|
+
--colors-notification-icon-on-info: var(--colors-white);
|
|
246
|
+
--colors-notification-icon-on-warning: var(--colors-yellow-800);
|
|
247
|
+
--colors-notification-text-on-announcement: var(--colors-blue-800);
|
|
248
|
+
--colors-notification-text-on-danger: var(--colors-white);
|
|
249
|
+
--colors-notification-text-on-info: var(--colors-white);
|
|
250
|
+
--colors-notification-text-on-warning: var(--colors-yellow-800);
|
|
237
251
|
--colors-popover-background: var(--colors-gray-900);
|
|
238
252
|
--colors-popover-border: var(--colors-gray-450);
|
|
239
253
|
--colors-scrollbar-background: var(--colors-gray-300);
|
|
@@ -268,9 +282,7 @@
|
|
|
268
282
|
--colors-icon-interactive-on-inverted-pressed: var(--colors-gray-100);
|
|
269
283
|
--colors-icon-interactive-on-inverted-secondary: var(--colors-gray-150);
|
|
270
284
|
--colors-icon-interactive-on-inverted-secondary-hover: var(--colors-gray-200);
|
|
271
|
-
--colors-icon-interactive-on-inverted-secondary-pressed: var(
|
|
272
|
-
--colors-gray-250
|
|
273
|
-
);
|
|
285
|
+
--colors-icon-interactive-on-inverted-secondary-pressed: var(--colors-gray-250);
|
|
274
286
|
--colors-icon-interactive-primary: var(--colors-blue-500);
|
|
275
287
|
--colors-icon-interactive-primary-hover: var(--colors-blue-550);
|
|
276
288
|
--colors-icon-interactive-primary-pressed: var(--colors-blue-600);
|
|
@@ -330,9 +342,7 @@
|
|
|
330
342
|
--colors-text-interactive-on-inverted-pressed: var(--colors-gray-100);
|
|
331
343
|
--colors-text-interactive-on-inverted-secondary: var(--colors-gray-150);
|
|
332
344
|
--colors-text-interactive-on-inverted-secondary-hover: var(--colors-gray-200);
|
|
333
|
-
--colors-text-interactive-on-inverted-secondary-pressed: var(
|
|
334
|
-
--colors-gray-250
|
|
335
|
-
);
|
|
345
|
+
--colors-text-interactive-on-inverted-secondary-pressed: var(--colors-gray-250);
|
|
336
346
|
--colors-text-interactive-primary: var(--colors-blue-500);
|
|
337
347
|
--colors-text-interactive-primary-hover: var(--colors-blue-550);
|
|
338
348
|
--colors-text-interactive-primary-pressed: var(--colors-blue-600);
|
|
@@ -558,7 +568,7 @@
|
|
|
558
568
|
--colors-black-sticky-background: #151515;
|
|
559
569
|
--colors-coral-sticky-background: var(--colors-coral-400);
|
|
560
570
|
--colors-cyan-sticky-background: var(--colors-cyan-400);
|
|
561
|
-
--colors-light-coal-sticky-background: #
|
|
571
|
+
--colors-light-coal-sticky-background: #F3F5F7;
|
|
562
572
|
--colors-light-lime-sticky-background: var(--colors-lime-250);
|
|
563
573
|
--colors-light-ocean-sticky-background: var(--colors-ocean-250);
|
|
564
574
|
--colors-light-pink-sticky-background: var(--colors-pink-250);
|
|
@@ -637,11 +647,24 @@
|
|
|
637
647
|
--colors-teal-text: var(--colors-teal-900);
|
|
638
648
|
--colors-teal-text-mild: var(--colors-teal-700);
|
|
639
649
|
--colors-teal-text-subtle: var(--colors-teal-100);
|
|
650
|
+
--radii-avatar-people: var(--radii-round);
|
|
651
|
+
--radii-avatar-team: var(--radii-50);
|
|
652
|
+
--radii-avatar-group: var(--radii-50);
|
|
653
|
+
--radii-dropdown: var(--radii-100);
|
|
654
|
+
--radii-toolbar: var(--radii-100);
|
|
655
|
+
--radii-toolbar-item: var(--radii-50);
|
|
656
|
+
--radii-input: var(--radii-50);
|
|
657
|
+
--radii-button: var(--radii-50);
|
|
658
|
+
--radii-popup: var(--radii-100);
|
|
659
|
+
--radii-tooltip: var(--radii-100);
|
|
660
|
+
--radii-checkbox: var(--radii-50);
|
|
661
|
+
--radii-list-item: var(--radii-50);
|
|
662
|
+
--radii-calendar: var(--radii-50);
|
|
663
|
+
--radii-tag: var(--radii-50);
|
|
640
664
|
--shadows-50: 0 4px 16px rgba(5, 0, 56, 0.07);
|
|
641
665
|
--shadows-100: 0 8px 32px rgba(5, 0, 56, 0.03);
|
|
642
|
-
--shadows-focus: 0 0 0 2px var(--colors-border-focus-inner),
|
|
643
|
-
0 0 0 4px var(--colors-focus-keyboard);
|
|
666
|
+
--shadows-focus: 0 0 0 2px var(--colors-border-focus-inner), 0 0 0 4px var(--colors-focus-keyboard);
|
|
644
667
|
--shadows-elevation-0: 0 0 0 1px var(--colors-gray-200);
|
|
645
668
|
--shadows-elevation-100: 0 2px 4px 0px #22242814;
|
|
646
|
-
--shadows-elevation-200: 0 2px 8px 0 #2224281f, 0 0 12px 0 #
|
|
669
|
+
--shadows-elevation-200: 0 2px 8px 0 #2224281f, 0 0 12px 0 #2224280A;
|
|
647
670
|
}
|
package/metadata.json
CHANGED
|
@@ -665,20 +665,65 @@
|
|
|
665
665
|
"inputBorderSuccess": {
|
|
666
666
|
"description": "The component-specific border for input fields in a validation success state. Use within Input, Textarea, and Select components when the entered value passes validation. Do not use for general success containers; use `status-border-success` for those."
|
|
667
667
|
},
|
|
668
|
-
"
|
|
668
|
+
"notificationBackgroundAnnouncement": {
|
|
669
669
|
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
670
670
|
},
|
|
671
|
-
"
|
|
671
|
+
"notificationBackgroundDanger": {
|
|
672
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
673
|
+
},
|
|
674
|
+
"notificationBackgroundInfo": {
|
|
675
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
676
|
+
},
|
|
677
|
+
"notificationBackgroundInverted": {
|
|
678
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
679
|
+
},
|
|
680
|
+
"notificationBackgroundStatic": {
|
|
681
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
682
|
+
},
|
|
683
|
+
"notificationBackgroundWarning": {
|
|
684
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
685
|
+
},
|
|
686
|
+
"notificationBorderInverted": {
|
|
687
|
+
"description": "The component-specific border color for notification and toast components. Use within Notification and Toast components to define the visible container edge. Do not use for status banners; use `status-border-info`, `status-border-error`, `status-border-warning`, or `status-border-success` for those."
|
|
688
|
+
},
|
|
689
|
+
"notificationBorderInvertedSubtle": {
|
|
690
|
+
"description": "The component-specific subtle border for notification and toast components — a softer edge option for notifications that need reduced visual weight. Use when the standard notification border is too prominent. Do not use as the default notification border; use `notification-border` for that."
|
|
691
|
+
},
|
|
692
|
+
"notificationBorderStatic": {
|
|
672
693
|
"description": "The component-specific border color for notification and toast components. Use within Notification and Toast components to define the visible container edge. Do not use for status banners; use `status-border-info`, `status-border-error`, `status-border-warning`, or `status-border-success` for those."
|
|
673
694
|
},
|
|
674
|
-
"
|
|
695
|
+
"notificationBorderStaticSubtle": {
|
|
675
696
|
"description": "The component-specific subtle border for notification and toast components — a softer edge option for notifications that need reduced visual weight. Use when the standard notification border is too prominent. Do not use as the default notification border; use `notification-border` for that."
|
|
676
697
|
},
|
|
698
|
+
"notificationIconOnAnnouncement": {
|
|
699
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
700
|
+
},
|
|
701
|
+
"notificationIconOnDanger": {
|
|
702
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
703
|
+
},
|
|
704
|
+
"notificationIconOnInfo": {
|
|
705
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
706
|
+
},
|
|
707
|
+
"notificationIconOnWarning": {
|
|
708
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
709
|
+
},
|
|
710
|
+
"notificationTextOnAnnouncement": {
|
|
711
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
712
|
+
},
|
|
713
|
+
"notificationTextOnDanger": {
|
|
714
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
715
|
+
},
|
|
716
|
+
"notificationTextOnInfo": {
|
|
717
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
718
|
+
},
|
|
719
|
+
"notificationTextOnWarning": {
|
|
720
|
+
"description": "The component-specific background for in-app notification and toast components. Use within Notification and Toast components as the default surface fill. Do not use for status banners or alert panels; those use semantic status background tokens."
|
|
721
|
+
},
|
|
677
722
|
"popoverBackground": {
|
|
678
|
-
"description": "
|
|
723
|
+
"description": ""
|
|
679
724
|
},
|
|
680
725
|
"popoverBorder": {
|
|
681
|
-
"description": "
|
|
726
|
+
"description": ""
|
|
682
727
|
},
|
|
683
728
|
"scrollbarBackground": {
|
|
684
729
|
"description": "The background color for scrollbar tracks and inactive scrollbar components. Use exclusively within scrollbar elements. Do not use for any other background surface; use semantic background tokens for those."
|
package/new-dark.css
CHANGED
|
@@ -6,10 +6,8 @@
|
|
|
6
6
|
--colors-background-alpha: var(--colors-alpha-black-100);
|
|
7
7
|
--colors-background-alpha-active: var(--colors-alpha-black-50);
|
|
8
8
|
--colors-background-alpha-hover: var(--colors-alpha-black-100);
|
|
9
|
-
--colors-background-alpha-neutrals-overlay: #
|
|
10
|
-
--colors-background-alpha-neutrals-overlay-subtle: var(
|
|
11
|
-
--colors-alpha-black-200
|
|
12
|
-
);
|
|
9
|
+
--colors-background-alpha-neutrals-overlay: #12193E66;
|
|
10
|
+
--colors-background-alpha-neutrals-overlay-subtle: var(--colors-alpha-black-200);
|
|
13
11
|
--colors-background-alpha-subtle: var(--colors-alpha-black-50);
|
|
14
12
|
--colors-background-canvas: var(--colors-gray-900);
|
|
15
13
|
--colors-background-disabled: var(--colors-ink-650);
|
|
@@ -42,6 +40,7 @@
|
|
|
42
40
|
--colors-background-interactive-secondary-selected: var(--colors-blue-700);
|
|
43
41
|
--colors-background-interactive-selected: var(--colors-blue-500);
|
|
44
42
|
--colors-background-interactive-surface-hover: var(--colors-ink-750);
|
|
43
|
+
--colors-background-interactive-surface-secondary-hover: var(--colors-ink-650);
|
|
45
44
|
--colors-background-interactive-surface-pressed: var(--colors-ink-700);
|
|
46
45
|
--colors-background-interactive-surface-secondary-hover: var(
|
|
47
46
|
--colors-ink-650
|
|
@@ -114,13 +113,13 @@
|
|
|
114
113
|
--colors-border-focus-error-inner: var(--colors-gray-950);
|
|
115
114
|
--colors-border-focus-error-middle: var(--colors-blue-350);
|
|
116
115
|
--colors-border-focus-error-outer: var(--colors-blue-550);
|
|
117
|
-
--colors-border-focus-inner: #
|
|
116
|
+
--colors-border-focus-inner: #1A1B1E;
|
|
118
117
|
--colors-border-focus-middle: var(--colors-blue-350);
|
|
119
118
|
--colors-border-focus-outer: var(--colors-blue-550);
|
|
120
119
|
--colors-border-focus-success-inner: var(--colors-gray-950);
|
|
121
120
|
--colors-border-focus-success-middle: var(--colors-blue-350);
|
|
122
121
|
--colors-border-focus-success-outer: var(--colors-blue-550);
|
|
123
|
-
--colors-focus-keyboard: #
|
|
122
|
+
--colors-focus-keyboard: #2B4DF8;
|
|
124
123
|
--colors-border-interactive-danger: var(--colors-red-500);
|
|
125
124
|
--colors-border-interactive-danger-hover: var(--colors-red-450);
|
|
126
125
|
--colors-border-interactive-danger-pressed: var(--colors-red-400);
|
|
@@ -231,9 +230,24 @@
|
|
|
231
230
|
--colors-input-border-focused: var(--colors-blue-450);
|
|
232
231
|
--colors-input-border-hover: var(--colors-ink-400);
|
|
233
232
|
--colors-input-border-success: var(--colors-green-400);
|
|
234
|
-
--colors-notification-background: var(--colors-
|
|
235
|
-
--colors-notification-
|
|
236
|
-
--colors-notification-
|
|
233
|
+
--colors-notification-background-announcement: var(--colors-blue-200);
|
|
234
|
+
--colors-notification-background-danger: var(--colors-red-500);
|
|
235
|
+
--colors-notification-background-info: var(--colors-blue-500);
|
|
236
|
+
--colors-notification-background-inverted: var(--colors-ink-50);
|
|
237
|
+
--colors-notification-background-static: var(--colors-ink-850);
|
|
238
|
+
--colors-notification-background-warning: var(--colors-yellow-500);
|
|
239
|
+
--colors-notification-border-inverted: var(--colors-ink-500);
|
|
240
|
+
--colors-notification-border-inverted-subtle: var(--colors-ink-200);
|
|
241
|
+
--colors-notification-border-static: var(--colors-ink-500);
|
|
242
|
+
--colors-notification-border-static-subtle: var(--colors-ink-700);
|
|
243
|
+
--colors-notification-icon-on-announcement: var(--colors-blue-800);
|
|
244
|
+
--colors-notification-icon-on-danger: var(--colors-white);
|
|
245
|
+
--colors-notification-icon-on-info: var(--colors-white);
|
|
246
|
+
--colors-notification-icon-on-warning: var(--colors-yellow-800);
|
|
247
|
+
--colors-notification-text-on-announcement: var(--colors-blue-800);
|
|
248
|
+
--colors-notification-text-on-danger: var(--colors-white);
|
|
249
|
+
--colors-notification-text-on-info: var(--colors-white);
|
|
250
|
+
--colors-notification-text-on-warning: var(--colors-yellow-800);
|
|
237
251
|
--colors-popover-background: var(--colors-cloud-800);
|
|
238
252
|
--colors-popover-border: var(--colors-cloud-600);
|
|
239
253
|
--colors-scrollbar-background: var(--colors-ink-700);
|
|
@@ -268,9 +282,7 @@
|
|
|
268
282
|
--colors-icon-interactive-on-inverted-pressed: var(--colors-ink-800);
|
|
269
283
|
--colors-icon-interactive-on-inverted-secondary: var(--colors-ink-700);
|
|
270
284
|
--colors-icon-interactive-on-inverted-secondary-hover: var(--colors-ink-650);
|
|
271
|
-
--colors-icon-interactive-on-inverted-secondary-pressed: var(
|
|
272
|
-
--colors-ink-600
|
|
273
|
-
);
|
|
285
|
+
--colors-icon-interactive-on-inverted-secondary-pressed: var(--colors-ink-600);
|
|
274
286
|
--colors-icon-interactive-primary: var(--colors-blue-500);
|
|
275
287
|
--colors-icon-interactive-primary-hover: var(--colors-blue-450);
|
|
276
288
|
--colors-icon-interactive-primary-pressed: var(--colors-blue-400);
|
|
@@ -330,9 +342,7 @@
|
|
|
330
342
|
--colors-text-interactive-on-inverted-pressed: var(--colors-ink-800);
|
|
331
343
|
--colors-text-interactive-on-inverted-secondary: var(--colors-ink-750);
|
|
332
344
|
--colors-text-interactive-on-inverted-secondary-hover: var(--colors-ink-650);
|
|
333
|
-
--colors-text-interactive-on-inverted-secondary-pressed: var(
|
|
334
|
-
--colors-ink-600
|
|
335
|
-
);
|
|
345
|
+
--colors-text-interactive-on-inverted-secondary-pressed: var(--colors-ink-600);
|
|
336
346
|
--colors-text-interactive-primary: var(--colors-blue-500);
|
|
337
347
|
--colors-text-interactive-primary-hover: var(--colors-blue-450);
|
|
338
348
|
--colors-text-interactive-primary-pressed: var(--colors-blue-400);
|
|
@@ -384,7 +394,7 @@
|
|
|
384
394
|
--colors-text-inverted-secondary: var(--colors-ink-700);
|
|
385
395
|
--colors-text-muted: var(--colors-ink-400);
|
|
386
396
|
--colors-text-on-disabled: var(--colors-ink-500);
|
|
387
|
-
--colors-text-on-static-dark: var(--colors-
|
|
397
|
+
--colors-text-on-static-dark: var(--colors-white);
|
|
388
398
|
--colors-text-on-static-dark-subtle: var(--colors-ink-300);
|
|
389
399
|
--colors-text-on-static-light: var(--colors-ink-900);
|
|
390
400
|
--colors-text-on-static-light-subtle: var(--colors-ink-700);
|
|
@@ -558,7 +568,7 @@
|
|
|
558
568
|
--colors-black-sticky-background: #151515;
|
|
559
569
|
--colors-coral-sticky-background: var(--colors-coral-400);
|
|
560
570
|
--colors-cyan-sticky-background: var(--colors-cyan-400);
|
|
561
|
-
--colors-light-coal-sticky-background: #
|
|
571
|
+
--colors-light-coal-sticky-background: #F3F5F7;
|
|
562
572
|
--colors-light-lime-sticky-background: var(--colors-lime-250);
|
|
563
573
|
--colors-light-ocean-sticky-background: var(--colors-ocean-250);
|
|
564
574
|
--colors-light-pink-sticky-background: var(--colors-pink-250);
|
|
@@ -637,11 +647,28 @@
|
|
|
637
647
|
--colors-teal-text: var(--colors-teal-900);
|
|
638
648
|
--colors-teal-text-mild: var(--colors-teal-700);
|
|
639
649
|
--colors-teal-text-subtle: var(--colors-teal-100);
|
|
650
|
+
--radii-avatar-people: var(--radii-round);
|
|
651
|
+
--radii-avatar-team: var(--radii-50);
|
|
652
|
+
--radii-avatar-group: var(--radii-50);
|
|
653
|
+
--radii-dropdown: var(--radii-250);
|
|
654
|
+
--radii-toolbar: var(--radii-200);
|
|
655
|
+
--radii-toolbar-item: var(--radii-150);
|
|
656
|
+
--radii-input: var(--radii-150);
|
|
657
|
+
--radii-button: var(--radii-100);
|
|
658
|
+
--radii-popup: var(--radii-100);
|
|
659
|
+
--radii-tooltip: var(--radii-100);
|
|
660
|
+
--radii-checkbox: var(--radii-75);
|
|
661
|
+
--radii-list-item: var(--radii-150);
|
|
662
|
+
--radii-tag: var(--radii-round);
|
|
663
|
+
--radii-calendar: var(--radii-250);
|
|
664
|
+
--shadows-50: 0 0 8px 0 rgba(9,9,9,.65);
|
|
665
|
+
--shadows-100: 0 0 16px 0 rgba(9,9,9,.65);
|
|
666
|
+
--shadows-focus: 0 0 0 2px var(--colors-border-focus-inner), 0 0 0 4px var(--colors-focus-keyboard);
|
|
640
667
|
--shadows-50: 0 0 8px 0 rgba(9, 9, 9, 0.65);
|
|
641
668
|
--shadows-100: 0 0 16px 0 rgba(9, 9, 9, 0.65);
|
|
642
669
|
--shadows-focus: 0 0 0 2px var(--colors-border-focus-inner),
|
|
643
670
|
0 0 0 4px var(--colors-focus-keyboard);
|
|
644
671
|
--shadows-elevation-0: 0 0 0 1px var(--colors-gray-200);
|
|
645
672
|
--shadows-elevation-100: 0 2px 4px 0px #22242814;
|
|
646
|
-
--shadows-elevation-200: 0 2px 8px 0 #2224281f, 0 0 12px 0 #
|
|
673
|
+
--shadows-elevation-200: 0 2px 8px 0 #2224281f, 0 0 12px 0 #2224280A;
|
|
647
674
|
}
|