@haiilo/catalyst-tokens 4.1.2 → 5.0.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/assets/fonts/Lato-Black.woff +0 -0
- package/assets/fonts/Lato-Black.woff2 +0 -0
- package/assets/fonts/Lato-BlackItalic.woff +0 -0
- package/assets/fonts/Lato-BlackItalic.woff2 +0 -0
- package/assets/fonts/Lato-Bold.woff +0 -0
- package/assets/fonts/Lato-Bold.woff2 +0 -0
- package/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/assets/fonts/Lato-Hairline.woff +0 -0
- package/assets/fonts/Lato-Hairline.woff2 +0 -0
- package/assets/fonts/Lato-HairlineItalic.woff +0 -0
- package/assets/fonts/Lato-HairlineItalic.woff2 +0 -0
- package/assets/fonts/Lato-Heavy.woff +0 -0
- package/assets/fonts/Lato-Heavy.woff2 +0 -0
- package/assets/fonts/Lato-HeavyItalic.woff +0 -0
- package/assets/fonts/Lato-HeavyItalic.woff2 +0 -0
- package/assets/fonts/Lato-Italic.woff +0 -0
- package/assets/fonts/Lato-Italic.woff2 +0 -0
- package/assets/fonts/Lato-Light.woff +0 -0
- package/assets/fonts/Lato-Light.woff2 +0 -0
- package/assets/fonts/Lato-LightItalic.woff +0 -0
- package/assets/fonts/Lato-LightItalic.woff2 +0 -0
- package/assets/fonts/Lato-Medium.woff +0 -0
- package/assets/fonts/Lato-Medium.woff2 +0 -0
- package/assets/fonts/Lato-MediumItalic.woff +0 -0
- package/assets/fonts/Lato-MediumItalic.woff2 +0 -0
- package/assets/fonts/Lato-Regular.woff +0 -0
- package/assets/fonts/Lato-Regular.woff2 +0 -0
- package/assets/fonts/Lato-Semibold.woff +0 -0
- package/assets/fonts/Lato-Semibold.woff2 +0 -0
- package/assets/fonts/Lato-SemiboldItalic.woff +0 -0
- package/assets/fonts/Lato-SemiboldItalic.woff2 +0 -0
- package/assets/fonts/Lato-Thin.woff +0 -0
- package/assets/fonts/Lato-Thin.woff2 +0 -0
- package/assets/fonts/Lato-ThinItalic.woff +0 -0
- package/assets/fonts/Lato-ThinItalic.woff2 +0 -0
- package/dist/css/variables.css +1 -1
- package/dist/js/variables.js +1 -1
- package/dist/json/variables.json +1 -1
- package/dist/scss/_variables.scss +1 -1
- package/package.json +3 -3
- package/assets/fonts/AzeretMono-Regular.woff2 +0 -0
- package/assets/fonts/DMSans-Bold.woff2 +0 -0
- package/assets/fonts/DMSans-BoldItalic.woff2 +0 -0
- package/assets/fonts/DMSans-Italic.woff2 +0 -0
- package/assets/fonts/DMSans-Medium.woff2 +0 -0
- package/assets/fonts/DMSans-MediumItalic.woff2 +0 -0
- package/assets/fonts/DMSans-Regular.woff2 +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/css/variables.css
CHANGED
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
--cat-color-ui-font-tooltip: 255, 255, 255;
|
|
180
180
|
--cat-font-family-head: Lato;
|
|
181
181
|
--cat-font-family-body: Lato;
|
|
182
|
-
--cat-font-family-mono:
|
|
182
|
+
--cat-font-family-mono: '';
|
|
183
183
|
--cat-font-family-emoji: '';
|
|
184
184
|
--cat-font-weight-head: 500;
|
|
185
185
|
--cat-font-weight-body: 400;
|
package/dist/js/variables.js
CHANGED
|
@@ -178,7 +178,7 @@ export const colorUiFontQuote = "#697687";
|
|
|
178
178
|
export const colorUiFontTooltip = "#ffffff";
|
|
179
179
|
export const fontFamilyHead = "Lato";
|
|
180
180
|
export const fontFamilyBody = "Lato";
|
|
181
|
-
export const fontFamilyMono = "
|
|
181
|
+
export const fontFamilyMono = "''";
|
|
182
182
|
export const fontFamilyEmoji = "''";
|
|
183
183
|
export const fontWeightHead = 500;
|
|
184
184
|
export const fontWeightBody = 400;
|
package/dist/json/variables.json
CHANGED
|
@@ -71,6 +71,7 @@ $cat-font-weight-mono: var(--cat-font-weight-mono, 400) !default;
|
|
|
71
71
|
$cat-font-weight-body: var(--cat-font-weight-body, 400) !default;
|
|
72
72
|
$cat-font-weight-head: var(--cat-font-weight-head, 500) !default;
|
|
73
73
|
$cat-font-family-emoji: var(--cat-font-family-emoji, '') !default;
|
|
74
|
+
$cat-font-family-mono: var(--cat-font-family-mono, '') !default;
|
|
74
75
|
$cat-color-ui-border-focus: var(--cat-border-color-focus, 0, 113, 255) !default;
|
|
75
76
|
$cat-color-ui-background-input-autofill: 232, 240, 254 !default;
|
|
76
77
|
$cat-color-base-red-700: 158, 38, 9 !default;
|
|
@@ -160,7 +161,6 @@ $cat-asset-font-dm-sans-woff2-italic: "DMSans-Italic.woff2" !default;
|
|
|
160
161
|
$cat-asset-font-dm-sans-woff2-bold-italic: "DMSans-BoldItalic.woff2" !default;
|
|
161
162
|
$cat-asset-font-dm-sans-woff2-bold: "DMSans-Bold.woff2" !default;
|
|
162
163
|
$cat-asset-font-dm-sans-name: "DM Sans" !default;
|
|
163
|
-
$cat-font-family-mono: var(--cat-font-family-mono, $cat-asset-font-azeret-mono-name) !default;
|
|
164
164
|
$cat-font-family-body: var(--cat-font-family-body, $cat-asset-font-lato-name) !default;
|
|
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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst-tokens",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Design tokens for Catalyst Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"reset": "rm -rf ./dist ./node_modules"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"style-dictionary": "^3.
|
|
27
|
-
"tinycolor2": "^1.
|
|
26
|
+
"style-dictionary": "^3.7.2",
|
|
27
|
+
"tinycolor2": "^1.6.0"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|