@haiilo/catalyst-tokens 0.14.1 → 0.15.0

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.
@@ -130,6 +130,7 @@
130
130
  --cat-color-theme-danger-text-active: 174, 42, 10;
131
131
  --cat-color-ui-background-canvas: 248, 248, 251;
132
132
  --cat-color-ui-background-body: 255, 255, 255;
133
+ --cat-color-ui-background-muted: 235, 236, 240;
133
134
  --cat-color-ui-background-interaction: 32, 127, 138;
134
135
  --cat-color-ui-background-input: 255, 255, 255;
135
136
  --cat-color-ui-background-input-disabled: 248, 248, 251;
@@ -129,6 +129,7 @@ export const ColorThemeDangerTextHover : string;
129
129
  export const ColorThemeDangerTextActive : string;
130
130
  export const ColorUiBackgroundCanvas : string;
131
131
  export const ColorUiBackgroundBody : string;
132
+ export const ColorUiBackgroundMuted : string;
132
133
  export const ColorUiBackgroundInteraction : string;
133
134
  export const ColorUiBackgroundInput : string;
134
135
  export const ColorUiBackgroundInputDisabled : string;
@@ -129,6 +129,7 @@ export const ColorThemeDangerTextHover = "#c22e0b";
129
129
  export const ColorThemeDangerTextActive = "#ae2a0a";
130
130
  export const ColorUiBackgroundCanvas = "#f8f8fb";
131
131
  export const ColorUiBackgroundBody = "#ffffff";
132
+ export const ColorUiBackgroundMuted = "#ebecf0";
132
133
  export const ColorUiBackgroundInteraction = "#207f8a";
133
134
  export const ColorUiBackgroundInput = "#ffffff";
134
135
  export const ColorUiBackgroundInputDisabled = "#f8f8fb";
@@ -189,6 +189,7 @@ $cat-color-ui-background-skeleton: $cat-color-base-neutral-200 !default;
189
189
  $cat-color-ui-background-input-disabled: $cat-color-base-neutral-100 !default;
190
190
  $cat-color-ui-background-input: $cat-color-base-neutral-0 !default;
191
191
  $cat-color-ui-background-interaction: $cat-color-base-brand-400 !default;
192
+ $cat-color-ui-background-muted: $cat-color-base-neutral-200 !default;
192
193
  $cat-color-ui-background-body: $cat-color-base-neutral-0 !default;
193
194
  $cat-color-ui-background-canvas: var(--cat-bg, $cat-color-base-neutral-100) !default;
194
195
  $cat-color-theme-danger-text-active: $cat-color-base-red-600 !default;
@@ -403,6 +404,7 @@ $tokens: (
403
404
  'background': (
404
405
  'canvas': $cat-color-ui-background-canvas,
405
406
  'body': $cat-color-ui-background-body,
407
+ 'muted': $cat-color-ui-background-muted,
406
408
  'interaction': $cat-color-ui-background-interaction,
407
409
  'input': $cat-color-ui-background-input,
408
410
  'inputDisabled': $cat-color-ui-background-input-disabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-tokens",
3
- "version": "0.14.1",
3
+ "version": "0.15.0",
4
4
  "description": "Design tokens for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {