@knapsack/sandbox-tokens 4.71.8--canary.5152.94bc956.0 → 4.71.8--canary.5173.cb78e19.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/design-tokens.cjs +3 -0
- package/dist/design-tokens.collections.css +3 -0
- package/dist/design-tokens.css +3 -0
- package/dist/design-tokens.css.scss +3 -0
- package/dist/design-tokens.d.cts +3 -0
- package/dist/design-tokens.d.mts +3 -0
- package/dist/design-tokens.d.ts +3 -0
- package/dist/design-tokens.js +3 -0
- package/dist/design-tokens.json +3 -0
- package/dist/design-tokens.less +3 -0
- package/dist/design-tokens.mjs +3 -0
- package/dist/design-tokens.nested.json +3 -0
- package/dist/design-tokens.scss +6 -0
- package/dist/design-tokens.style-dictionary.json +12 -0
- package/dist/design-tokens.w3c-spec.json +12 -0
- package/package.json +4 -4
- package/src/knapsack.design-tokens.json +12 -0
package/dist/design-tokens.cjs
CHANGED
@@ -116,6 +116,9 @@ module.exports = {
|
|
116
116
|
collectionsThemeTextSubtleBasisLight: '#6E7A82',
|
117
117
|
colorNeutral800: '#191335',
|
118
118
|
colorBlack: '#191335',
|
119
|
+
colorError: '#ff5c46',
|
120
|
+
colorSuccess: '#6bc313',
|
121
|
+
colorWarning: '#fab120',
|
119
122
|
colorWhite: '#ffffff',
|
120
123
|
colorNeutral100: '#FAFAFB',
|
121
124
|
colorNeutral200: '#F6F6F7',
|
@@ -99,6 +99,9 @@
|
|
99
99
|
--collections-theme-text-subtle-basis-dark: #bec3d3;
|
100
100
|
--collections-theme-text-subtle-basis-light: #6e7a82;
|
101
101
|
--color-black: var(--color-neutral-800);
|
102
|
+
--color-error: #ff5c46;
|
103
|
+
--color-success: #6bc313;
|
104
|
+
--color-warning: #fab120;
|
102
105
|
--color-white: #ffffff;
|
103
106
|
--color-neutral-100: #fafafb;
|
104
107
|
--color-neutral-200: #f6f6f7;
|
package/dist/design-tokens.css
CHANGED
@@ -99,6 +99,9 @@
|
|
99
99
|
--collections-theme-text-subtle-basis-dark: #bec3d3;
|
100
100
|
--collections-theme-text-subtle-basis-light: #6e7a82;
|
101
101
|
--color-black: var(--color-neutral-800);
|
102
|
+
--color-error: #ff5c46;
|
103
|
+
--color-success: #6bc313;
|
104
|
+
--color-warning: #fab120;
|
102
105
|
--color-white: #ffffff;
|
103
106
|
--color-neutral-100: #fafafb;
|
104
107
|
--color-neutral-200: #f6f6f7;
|
@@ -99,6 +99,9 @@
|
|
99
99
|
--collections-theme-text-subtle-basis-dark: #bec3d3;
|
100
100
|
--collections-theme-text-subtle-basis-light: #6e7a82;
|
101
101
|
--color-black: var(--color-neutral-800);
|
102
|
+
--color-error: #ff5c46;
|
103
|
+
--color-success: #6bc313;
|
104
|
+
--color-warning: #fab120;
|
102
105
|
--color-white: #ffffff;
|
103
106
|
--color-neutral-100: #fafafb;
|
104
107
|
--color-neutral-200: #f6f6f7;
|
package/dist/design-tokens.d.cts
CHANGED
@@ -115,6 +115,9 @@ export declare const collectionsThemeTextSubtleBasisDark = '#BEC3D3';
|
|
115
115
|
export declare const collectionsThemeTextSubtleBasisLight = '#6E7A82';
|
116
116
|
export declare const colorNeutral800 = '#191335';
|
117
117
|
export declare const colorBlack = '#191335';
|
118
|
+
export declare const colorError = '#ff5c46';
|
119
|
+
export declare const colorSuccess = '#6bc313';
|
120
|
+
export declare const colorWarning = '#fab120';
|
118
121
|
export declare const colorWhite = '#ffffff';
|
119
122
|
export declare const colorNeutral100 = '#FAFAFB';
|
120
123
|
export declare const colorNeutral200 = '#F6F6F7';
|
package/dist/design-tokens.d.mts
CHANGED
@@ -115,6 +115,9 @@ export declare const collectionsThemeTextSubtleBasisDark = '#BEC3D3';
|
|
115
115
|
export declare const collectionsThemeTextSubtleBasisLight = '#6E7A82';
|
116
116
|
export declare const colorNeutral800 = '#191335';
|
117
117
|
export declare const colorBlack = '#191335';
|
118
|
+
export declare const colorError = '#ff5c46';
|
119
|
+
export declare const colorSuccess = '#6bc313';
|
120
|
+
export declare const colorWarning = '#fab120';
|
118
121
|
export declare const colorWhite = '#ffffff';
|
119
122
|
export declare const colorNeutral100 = '#FAFAFB';
|
120
123
|
export declare const colorNeutral200 = '#F6F6F7';
|
package/dist/design-tokens.d.ts
CHANGED
@@ -115,6 +115,9 @@ export declare const collectionsThemeTextSubtleBasisDark = '#BEC3D3';
|
|
115
115
|
export declare const collectionsThemeTextSubtleBasisLight = '#6E7A82';
|
116
116
|
export declare const colorNeutral800 = '#191335';
|
117
117
|
export declare const colorBlack = '#191335';
|
118
|
+
export declare const colorError = '#ff5c46';
|
119
|
+
export declare const colorSuccess = '#6bc313';
|
120
|
+
export declare const colorWarning = '#fab120';
|
118
121
|
export declare const colorWhite = '#ffffff';
|
119
122
|
export declare const colorNeutral100 = '#FAFAFB';
|
120
123
|
export declare const colorNeutral200 = '#F6F6F7';
|
package/dist/design-tokens.js
CHANGED
@@ -115,6 +115,9 @@ export const collectionsThemeTextSubtleBasisDark = '#BEC3D3';
|
|
115
115
|
export const collectionsThemeTextSubtleBasisLight = '#6E7A82';
|
116
116
|
export const colorNeutral800 = '#191335';
|
117
117
|
export const colorBlack = '#191335';
|
118
|
+
export const colorError = '#ff5c46';
|
119
|
+
export const colorSuccess = '#6bc313';
|
120
|
+
export const colorWarning = '#fab120';
|
118
121
|
export const colorWhite = '#ffffff';
|
119
122
|
export const colorNeutral100 = '#FAFAFB';
|
120
123
|
export const colorNeutral200 = '#F6F6F7';
|
package/dist/design-tokens.json
CHANGED
@@ -93,6 +93,9 @@
|
|
93
93
|
"collectionsThemeTextSubtleBasisDark": "#BEC3D3",
|
94
94
|
"collectionsThemeTextSubtleBasisLight": "#6E7A82",
|
95
95
|
"colorBlack": "#191335",
|
96
|
+
"colorError": "#ff5c46",
|
97
|
+
"colorSuccess": "#6bc313",
|
98
|
+
"colorWarning": "#fab120",
|
96
99
|
"colorWhite": "#ffffff",
|
97
100
|
"colorNeutral100": "#FAFAFB",
|
98
101
|
"colorNeutral200": "#F6F6F7",
|
package/dist/design-tokens.less
CHANGED
@@ -111,6 +111,9 @@
|
|
111
111
|
@collections-theme-text-subtle-basis-light: #6e7a82;
|
112
112
|
@color-neutral-800: #191335;
|
113
113
|
@color-black: @color-neutral-800;
|
114
|
+
@color-error: #ff5c46;
|
115
|
+
@color-success: #6bc313;
|
116
|
+
@color-warning: #fab120;
|
114
117
|
@color-white: #ffffff;
|
115
118
|
@color-neutral-100: #fafafb;
|
116
119
|
@color-neutral-200: #f6f6f7;
|
package/dist/design-tokens.mjs
CHANGED
@@ -115,6 +115,9 @@ export const collectionsThemeTextSubtleBasisDark = '#BEC3D3';
|
|
115
115
|
export const collectionsThemeTextSubtleBasisLight = '#6E7A82';
|
116
116
|
export const colorNeutral800 = '#191335';
|
117
117
|
export const colorBlack = '#191335';
|
118
|
+
export const colorError = '#ff5c46';
|
119
|
+
export const colorSuccess = '#6bc313';
|
120
|
+
export const colorWarning = '#fab120';
|
118
121
|
export const colorWhite = '#ffffff';
|
119
122
|
export const colorNeutral100 = '#FAFAFB';
|
120
123
|
export const colorNeutral200 = '#F6F6F7';
|
package/dist/design-tokens.scss
CHANGED
@@ -111,6 +111,9 @@ $collections-theme-text-subtle-basis-dark: #bec3d3;
|
|
111
111
|
$collections-theme-text-subtle-basis-light: #6e7a82;
|
112
112
|
$color-neutral-800: #191335;
|
113
113
|
$color-black: $color-neutral-800;
|
114
|
+
$color-error: #ff5c46;
|
115
|
+
$color-success: #6bc313;
|
116
|
+
$color-warning: #fab120;
|
114
117
|
$color-white: #ffffff;
|
115
118
|
$color-neutral-100: #fafafb;
|
116
119
|
$color-neutral-200: #f6f6f7;
|
@@ -352,6 +355,9 @@ $tokens: (
|
|
352
355
|
),
|
353
356
|
'color': (
|
354
357
|
'black': $color-black,
|
358
|
+
'error': $color-error,
|
359
|
+
'success': $color-success,
|
360
|
+
'warning': $color-warning,
|
355
361
|
'white': $color-white,
|
356
362
|
'neutral': (
|
357
363
|
'100': $color-neutral-100,
|
@@ -227,6 +227,18 @@
|
|
227
227
|
"white": {
|
228
228
|
"value": "{color.white.value}"
|
229
229
|
}
|
230
|
+
},
|
231
|
+
"warning": {
|
232
|
+
"value": "#fab120",
|
233
|
+
"$type": "color"
|
234
|
+
},
|
235
|
+
"error": {
|
236
|
+
"value": "#ff5c46",
|
237
|
+
"$type": "color"
|
238
|
+
},
|
239
|
+
"success": {
|
240
|
+
"value": "#6bc313",
|
241
|
+
"$type": "color"
|
230
242
|
}
|
231
243
|
},
|
232
244
|
"cypress": {
|
@@ -224,6 +224,18 @@
|
|
224
224
|
"white": {
|
225
225
|
"$value": "{color.white}"
|
226
226
|
}
|
227
|
+
},
|
228
|
+
"warning": {
|
229
|
+
"$value": "#fab120",
|
230
|
+
"$type": "color"
|
231
|
+
},
|
232
|
+
"error": {
|
233
|
+
"$value": "#ff5c46",
|
234
|
+
"$type": "color"
|
235
|
+
},
|
236
|
+
"success": {
|
237
|
+
"$value": "#6bc313",
|
238
|
+
"$type": "color"
|
227
239
|
}
|
228
240
|
},
|
229
241
|
"cypress": {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/sandbox-tokens",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.71.8--canary.
|
4
|
+
"version": "4.71.8--canary.5173.cb78e19.0",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
7
7
|
".": {
|
@@ -21,10 +21,10 @@
|
|
21
21
|
"test": "tsc"
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@knapsack/app": "4.71.8--canary.
|
24
|
+
"@knapsack/app": "4.71.8--canary.5173.cb78e19.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@knapsack/typescript-config-starter": "4.71.8--canary.
|
27
|
+
"@knapsack/typescript-config-starter": "4.71.8--canary.5173.cb78e19.0",
|
28
28
|
"@types/node": "^20.17.6",
|
29
29
|
"typescript": "^5.6.3"
|
30
30
|
},
|
@@ -37,5 +37,5 @@
|
|
37
37
|
"directory": "apps/ui/libs/sandbox-tokens",
|
38
38
|
"type": "git"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "cb78e19c9cb91714933ca754c2402616311f72e5"
|
41
41
|
}
|
@@ -224,6 +224,18 @@
|
|
224
224
|
"white": {
|
225
225
|
"$value": "{color.white}"
|
226
226
|
}
|
227
|
+
},
|
228
|
+
"warning": {
|
229
|
+
"$value": "#fab120",
|
230
|
+
"$type": "color"
|
231
|
+
},
|
232
|
+
"error": {
|
233
|
+
"$value": "#ff5c46",
|
234
|
+
"$type": "color"
|
235
|
+
},
|
236
|
+
"success": {
|
237
|
+
"$value": "#6bc313",
|
238
|
+
"$type": "color"
|
227
239
|
}
|
228
240
|
},
|
229
241
|
"cypress": {
|