@haiilo/catalyst-tokens 7.1.0 → 8.0.1
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 +1 -2
- package/dist/export/figma.json +1 -5
- package/dist/export/theme.json +1 -5
- package/dist/export/zeroheight.json +1 -5
- package/dist/js/variables.d.ts +1 -2
- package/dist/js/variables.js +1 -2
- package/dist/json/variables.json +1 -2
- package/dist/scss/_variables.scss +2 -4
- package/package.json +1 -1
package/dist/css/variables.css
CHANGED
|
@@ -185,8 +185,7 @@
|
|
|
185
185
|
--cat-color-ui-font-muted: 81, 92, 108;
|
|
186
186
|
--cat-color-ui-font-quote: 81, 92, 108;
|
|
187
187
|
--cat-color-ui-font-tooltip: 255, 255, 255;
|
|
188
|
-
--cat-font-family-
|
|
189
|
-
--cat-font-family-body: Lato;
|
|
188
|
+
--cat-font-family-base: Lato;
|
|
190
189
|
--cat-font-family-mono: '';
|
|
191
190
|
--cat-font-family-emoji: '';
|
|
192
191
|
--cat-font-weight-head: 600;
|
package/dist/export/figma.json
CHANGED
package/dist/export/theme.json
CHANGED
package/dist/js/variables.d.ts
CHANGED
|
@@ -184,8 +184,7 @@ export const colorUiFontBaseInverted : string;
|
|
|
184
184
|
export const colorUiFontMuted : string;
|
|
185
185
|
export const colorUiFontQuote : string;
|
|
186
186
|
export const colorUiFontTooltip : string;
|
|
187
|
-
export const
|
|
188
|
-
export const fontFamilyBody : string;
|
|
187
|
+
export const fontFamilyBase : string;
|
|
189
188
|
export const fontFamilyMono : string;
|
|
190
189
|
export const fontFamilyEmoji : string;
|
|
191
190
|
export const fontWeightHead : number;
|
package/dist/js/variables.js
CHANGED
|
@@ -184,8 +184,7 @@ export const colorUiFontBaseInverted = "#ffffff";
|
|
|
184
184
|
export const colorUiFontMuted = "#515c6c";
|
|
185
185
|
export const colorUiFontQuote = "#515c6c";
|
|
186
186
|
export const colorUiFontTooltip = "#ffffff";
|
|
187
|
-
export const
|
|
188
|
-
export const fontFamilyBody = "Lato";
|
|
187
|
+
export const fontFamilyBase = "Lato";
|
|
189
188
|
export const fontFamilyMono = "''";
|
|
190
189
|
export const fontFamilyEmoji = "''";
|
|
191
190
|
export const fontWeightHead = 600;
|
package/dist/json/variables.json
CHANGED
|
@@ -167,8 +167,7 @@ $cat-asset-font-lato-woff-black-italic: "Lato-BlackItalic.woff" !default;
|
|
|
167
167
|
$cat-asset-font-lato-woff2-black: "Lato-Black.woff2" !default;
|
|
168
168
|
$cat-asset-font-lato-woff-black: "Lato-Black.woff" !default;
|
|
169
169
|
$cat-asset-font-lato-name: "Lato" !default;
|
|
170
|
-
$cat-font-family-
|
|
171
|
-
$cat-font-family-head: var(--cat-font-family-head, $cat-asset-font-lato-name) !default;
|
|
170
|
+
$cat-font-family-base: var(--cat-font-family-base, $cat-asset-font-lato-name) !default;
|
|
172
171
|
$cat-color-ui-font-tooltip: var(--cat-font-color-tooltip, $cat-color-base-white) !default;
|
|
173
172
|
$cat-color-ui-font-quote: var(--cat-font-color-quote, $cat-color-base-neutral-500) !default;
|
|
174
173
|
$cat-color-ui-font-muted: var(--cat-font-color-muted, $cat-color-base-neutral-500) !default;
|
|
@@ -501,8 +500,7 @@ $tokens: (
|
|
|
501
500
|
),
|
|
502
501
|
'font': (
|
|
503
502
|
'family': (
|
|
504
|
-
'
|
|
505
|
-
'body': $cat-font-family-body,
|
|
503
|
+
'base': $cat-font-family-base,
|
|
506
504
|
'mono': $cat-font-family-mono,
|
|
507
505
|
'emoji': $cat-font-family-emoji
|
|
508
506
|
),
|