@haiilo/catalyst-tokens 5.1.1 → 5.2.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.
@@ -174,7 +174,7 @@
174
174
  --cat-color-ui-font-body-inverted: 255, 255, 255;
175
175
  --cat-color-ui-font-mono: 0, 0, 0;
176
176
  --cat-color-ui-font-mono-inverted: 255, 255, 255;
177
- --cat-color-ui-font-muted: 105, 118, 135;
177
+ --cat-color-ui-font-muted: 81, 92, 108;
178
178
  --cat-color-ui-font-quote: 105, 118, 135;
179
179
  --cat-color-ui-font-tooltip: 255, 255, 255;
180
180
  --cat-font-family-head: Lato;
@@ -173,7 +173,7 @@ export const colorUiFontBody = "#000000";
173
173
  export const colorUiFontBodyInverted = "#ffffff";
174
174
  export const colorUiFontMono = "#000000";
175
175
  export const colorUiFontMonoInverted = "#ffffff";
176
- export const colorUiFontMuted = "#697687";
176
+ export const colorUiFontMuted = "#515c6c";
177
177
  export const colorUiFontQuote = "#697687";
178
178
  export const colorUiFontTooltip = "#ffffff";
179
179
  export const fontFamilyHead = "Lato";
@@ -219,7 +219,7 @@
219
219
  "bodyInverted": "#ffffff",
220
220
  "mono": "#000000",
221
221
  "monoInverted": "#ffffff",
222
- "muted": "#697687",
222
+ "muted": "#515c6c",
223
223
  "quote": "#697687",
224
224
  "tooltip": "#ffffff"
225
225
  }
@@ -165,7 +165,7 @@ $cat-font-family-body: var(--cat-font-family-body, $cat-asset-font-lato-name) !d
165
165
  $cat-font-family-head: var(--cat-font-family-head, $cat-asset-font-lato-name) !default;
166
166
  $cat-color-ui-font-tooltip: var(--cat-font-color-tooltip, $cat-color-base-white) !default;
167
167
  $cat-color-ui-font-quote: var(--cat-font-color-quote, $cat-color-base-neutral-400) !default;
168
- $cat-color-ui-font-muted: var(--cat-font-color-muted, $cat-color-base-neutral-400) !default;
168
+ $cat-color-ui-font-muted: var(--cat-font-color-muted, $cat-color-base-neutral-500) !default;
169
169
  $cat-color-ui-font-mono-inverted: $cat-color-base-white !default;
170
170
  $cat-color-ui-font-mono: var(--cat-font-color-mono, $cat-color-base-black) !default;
171
171
  $cat-color-ui-font-body-inverted: $cat-color-base-white !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-tokens",
3
- "version": "5.1.1",
3
+ "version": "5.2.0",
4
4
  "description": "Design tokens for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {