@haiilo/catalyst-tokens 2.4.2 → 2.4.4
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/css/variables.css
CHANGED
|
@@ -156,14 +156,12 @@
|
|
|
156
156
|
--cat-color-ui-background-canvas: 242, 244, 247;
|
|
157
157
|
--cat-color-ui-background-body: 255, 255, 255;
|
|
158
158
|
--cat-color-ui-background-body-dark: 27, 31, 38;
|
|
159
|
-
--cat-color-ui-background-muted:
|
|
159
|
+
--cat-color-ui-background-muted: 242, 244, 247;
|
|
160
160
|
--cat-color-ui-background-input: 255, 255, 255;
|
|
161
|
-
--cat-color-ui-background-input-disabled: 242, 244, 247;
|
|
162
161
|
--cat-color-ui-background-skeleton: 235, 236, 240;
|
|
163
162
|
--cat-color-ui-background-skeleton-highlight: 215, 219, 224;
|
|
164
163
|
--cat-color-ui-background-tooltip: 0, 0, 0;
|
|
165
164
|
--cat-color-ui-background-backdrop: 0, 0, 0;
|
|
166
|
-
--cat-color-ui-background-select-pill: 242, 244, 247;
|
|
167
165
|
--cat-color-ui-border-light: 242, 244, 247;
|
|
168
166
|
--cat-color-ui-border-default: 235, 236, 240;
|
|
169
167
|
--cat-color-ui-border-dark: 215, 219, 224;
|
package/dist/js/variables.d.ts
CHANGED
|
@@ -157,12 +157,10 @@ export const colorUiBackgroundBody : string;
|
|
|
157
157
|
export const colorUiBackgroundBodyDark : string;
|
|
158
158
|
export const colorUiBackgroundMuted : string;
|
|
159
159
|
export const colorUiBackgroundInput : string;
|
|
160
|
-
export const colorUiBackgroundInputDisabled : string;
|
|
161
160
|
export const colorUiBackgroundSkeleton : string;
|
|
162
161
|
export const colorUiBackgroundSkeletonHighlight : string;
|
|
163
162
|
export const colorUiBackgroundTooltip : string;
|
|
164
163
|
export const colorUiBackgroundBackdrop : string;
|
|
165
|
-
export const colorUiBackgroundSelectPill : string;
|
|
166
164
|
export const colorUiBorderLight : string;
|
|
167
165
|
export const colorUiBorderDefault : string;
|
|
168
166
|
export const colorUiBorderDark : string;
|
package/dist/js/variables.js
CHANGED
|
@@ -155,14 +155,12 @@ export const colorThemeDangerTextActive = "#ae2a0a";
|
|
|
155
155
|
export const colorUiBackgroundCanvas = "#f2f4f7";
|
|
156
156
|
export const colorUiBackgroundBody = "#ffffff";
|
|
157
157
|
export const colorUiBackgroundBodyDark = "#1b1f26";
|
|
158
|
-
export const colorUiBackgroundMuted = "#
|
|
158
|
+
export const colorUiBackgroundMuted = "#f2f4f7";
|
|
159
159
|
export const colorUiBackgroundInput = "#ffffff";
|
|
160
|
-
export const colorUiBackgroundInputDisabled = "#f2f4f7";
|
|
161
160
|
export const colorUiBackgroundSkeleton = "#ebecf0";
|
|
162
161
|
export const colorUiBackgroundSkeletonHighlight = "#d7dbe0";
|
|
163
162
|
export const colorUiBackgroundTooltip = "#000000";
|
|
164
163
|
export const colorUiBackgroundBackdrop = "#000000";
|
|
165
|
-
export const colorUiBackgroundSelectPill = "#f2f4f7";
|
|
166
164
|
export const colorUiBorderLight = "#f2f4f7";
|
|
167
165
|
export const colorUiBorderDefault = "#ebecf0";
|
|
168
166
|
export const colorUiBorderDark = "#d7dbe0";
|
|
@@ -175,14 +175,12 @@ $cat-color-ui-border-quote: $cat-color-base-neutral-400 !default;
|
|
|
175
175
|
$cat-color-ui-border-dark: var(--cat-border-color-dark, $cat-color-base-neutral-300) !default;
|
|
176
176
|
$cat-color-ui-border-default: var(--cat-border-color, $cat-color-base-neutral-200) !default;
|
|
177
177
|
$cat-color-ui-border-light: var(--cat-border-color-light, $cat-color-base-neutral-100) !default;
|
|
178
|
-
$cat-color-ui-background-select-pill: $cat-color-base-neutral-100 !default;
|
|
179
178
|
$cat-color-ui-background-backdrop: var(--cat-bg-backdrop, $cat-color-base-black) !default;
|
|
180
179
|
$cat-color-ui-background-tooltip: var(--cat-bg-tooltip, $cat-color-base-black) !default;
|
|
181
180
|
$cat-color-ui-background-skeleton-highlight: $cat-color-base-neutral-300 !default;
|
|
182
181
|
$cat-color-ui-background-skeleton: $cat-color-base-neutral-200 !default;
|
|
183
|
-
$cat-color-ui-background-input-disabled: $cat-color-base-neutral-100 !default;
|
|
184
182
|
$cat-color-ui-background-input: $cat-color-base-white !default;
|
|
185
|
-
$cat-color-ui-background-muted: $cat-color-base-neutral-
|
|
183
|
+
$cat-color-ui-background-muted: $cat-color-base-neutral-100 !default;
|
|
186
184
|
$cat-color-ui-background-body-dark: $cat-color-base-neutral-700 !default;
|
|
187
185
|
$cat-color-ui-background-body: $cat-color-base-white !default;
|
|
188
186
|
$cat-color-ui-background-canvas: var(--cat-bg, $cat-color-base-neutral-100) !default;
|
|
@@ -451,14 +449,10 @@ $tokens: (
|
|
|
451
449
|
'bodyDark': $cat-color-ui-background-body-dark,
|
|
452
450
|
'muted': $cat-color-ui-background-muted,
|
|
453
451
|
'input': $cat-color-ui-background-input,
|
|
454
|
-
'inputDisabled': $cat-color-ui-background-input-disabled,
|
|
455
452
|
'skeleton': $cat-color-ui-background-skeleton,
|
|
456
453
|
'skeletonHighlight': $cat-color-ui-background-skeleton-highlight,
|
|
457
454
|
'tooltip': $cat-color-ui-background-tooltip,
|
|
458
|
-
'backdrop': $cat-color-ui-background-backdrop
|
|
459
|
-
'select': (
|
|
460
|
-
'pill': $cat-color-ui-background-select-pill
|
|
461
|
-
)
|
|
455
|
+
'backdrop': $cat-color-ui-background-backdrop
|
|
462
456
|
),
|
|
463
457
|
'border': (
|
|
464
458
|
'light': $cat-color-ui-border-light,
|