@haiilo/catalyst-tokens 5.1.0 → 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.
package/dist/css/variables.css
CHANGED
|
@@ -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:
|
|
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;
|
package/dist/js/variables.js
CHANGED
|
@@ -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 = "#
|
|
176
|
+
export const colorUiFontMuted = "#515c6c";
|
|
177
177
|
export const colorUiFontQuote = "#697687";
|
|
178
178
|
export const colorUiFontTooltip = "#ffffff";
|
|
179
179
|
export const fontFamilyHead = "Lato";
|
package/dist/json/variables.json
CHANGED
|
@@ -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-
|
|
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;
|