@knapsack/sandbox-tokens 4.54.10 → 4.54.11--canary.4194.ff5ad41.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +1 -1
- package/dist/design-tokens.cjs +36 -13
- package/dist/design-tokens.collections.css +80 -27
- package/dist/design-tokens.css +32 -13
- package/dist/design-tokens.css.scss +32 -13
- package/dist/design-tokens.d.cts +36 -13
- package/dist/design-tokens.d.mts +36 -13
- package/dist/design-tokens.d.ts +36 -13
- package/dist/design-tokens.js +36 -13
- package/dist/design-tokens.json +32 -13
- package/dist/design-tokens.less +32 -13
- package/dist/design-tokens.mjs +36 -13
- package/dist/design-tokens.nested.json +40 -15
- package/dist/design-tokens.scss +72 -28
- package/dist/design-tokens.style-dictionary.json +185 -37
- package/dist/design-tokens.w3c-spec.json +185 -37
- package/package.json +4 -4
- package/src/knapsack.design-tokens.json +185 -37
package/dist/design-tokens.less
CHANGED
@@ -76,20 +76,39 @@
|
|
76
76
|
@collections-testing-test-tertiary-brand-a-light: #000000;
|
77
77
|
@collections-testing-test-tertiary-brand-b-dark: #000000;
|
78
78
|
@collections-testing-test-tertiary-brand-b-light: #000000;
|
79
|
-
@sandbox-color-brand: #7a34ed;
|
80
|
-
@collections-theme-action-base-dark: @sandbox-color-brand;
|
81
|
-
@collections-theme-action-base-light: @sandbox-color-brand;
|
82
79
|
@sandbox-color-white: #ffffff;
|
83
|
-
@collections-theme-action-text-dark: @sandbox-color-white;
|
84
|
-
@collections-theme-action-text-light: @sandbox-color-white;
|
85
|
-
@collections-theme-
|
86
|
-
@collections-theme-
|
87
|
-
@collections-theme-background-
|
88
|
-
@collections-theme-background-
|
89
|
-
@collections-theme-
|
90
|
-
@collections-theme-
|
91
|
-
@collections-theme-
|
92
|
-
@collections-theme-
|
80
|
+
@collections-theme-action-text-arcadia-dark: @sandbox-color-white;
|
81
|
+
@collections-theme-action-text-arcadia-light: @sandbox-color-white;
|
82
|
+
@collections-theme-action-text-basis-dark: @sandbox-color-white;
|
83
|
+
@collections-theme-action-text-basis-light: @sandbox-color-white;
|
84
|
+
@collections-theme-background-content-arcadia-dark: #3b3644;
|
85
|
+
@collections-theme-background-content-arcadia-light: #ffffff;
|
86
|
+
@collections-theme-background-content-basis-dark: #3b3644;
|
87
|
+
@collections-theme-background-content-basis-light: #ffffff;
|
88
|
+
@collections-theme-background-page-arcadia-dark: #1f1c25;
|
89
|
+
@collections-theme-background-page-arcadia-light: #fdfcfe;
|
90
|
+
@collections-theme-background-page-basis-dark: #1f1c25;
|
91
|
+
@collections-theme-background-page-basis-light: #fdfcfe;
|
92
|
+
@collections-theme-brand-color-arcadia-dark: #7a34ed;
|
93
|
+
@collections-theme-brand-color-arcadia-light: #7a34ed;
|
94
|
+
@collections-theme-brand-color-basis-dark: #ed7734;
|
95
|
+
@collections-theme-brand-color-basis-light: #ed7734;
|
96
|
+
@collections-theme-brand-font-family-arcadia-dark: Inter;
|
97
|
+
@collections-theme-brand-font-family-arcadia-light: Inter;
|
98
|
+
@collections-theme-brand-font-family-basis-dark: Merriweather;
|
99
|
+
@collections-theme-brand-font-family-basis-light: Merriweather;
|
100
|
+
@collections-theme-brand-logo-arcadia-dark: url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg');
|
101
|
+
@collections-theme-brand-logo-arcadia-light: url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg');
|
102
|
+
@collections-theme-brand-logo-basis-dark: url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng');
|
103
|
+
@collections-theme-brand-logo-basis-light: url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng');
|
104
|
+
@collections-theme-text-base-arcadia-dark: #f6f8ff;
|
105
|
+
@collections-theme-text-base-arcadia-light: #191f2c;
|
106
|
+
@collections-theme-text-base-basis-dark: #f6f8ff;
|
107
|
+
@collections-theme-text-base-basis-light: #191f2c;
|
108
|
+
@collections-theme-text-subtle-arcadia-dark: #bec3d3;
|
109
|
+
@collections-theme-text-subtle-arcadia-light: #6e7a82;
|
110
|
+
@collections-theme-text-subtle-basis-dark: #bec3d3;
|
111
|
+
@collections-theme-text-subtle-basis-light: #6e7a82;
|
93
112
|
@color-neutral-800: #191335;
|
94
113
|
@color-black: @color-neutral-800;
|
95
114
|
@color-white: #ffffff;
|
package/dist/design-tokens.mjs
CHANGED
@@ -76,20 +76,43 @@ export const collectionsTestingTestSecondaryBrandBLight = '#EDECEF';
|
|
76
76
|
export const collectionsTestingTestTertiaryBrandALight = '#000000';
|
77
77
|
export const collectionsTestingTestTertiaryBrandBDark = '#000000';
|
78
78
|
export const collectionsTestingTestTertiaryBrandBLight = '#000000';
|
79
|
-
export const sandboxColorBrand = '#7A34ED';
|
80
|
-
export const collectionsThemeActionBaseDark = '#7A34ED';
|
81
|
-
export const collectionsThemeActionBaseLight = '#7A34ED';
|
82
79
|
export const sandboxColorWhite = '#ffffff';
|
83
|
-
export const
|
84
|
-
export const
|
85
|
-
export const
|
86
|
-
export const
|
87
|
-
export const
|
88
|
-
export const
|
89
|
-
export const
|
90
|
-
export const
|
91
|
-
export const
|
92
|
-
export const
|
80
|
+
export const collectionsThemeActionTextArcadiaDark = '#ffffff';
|
81
|
+
export const collectionsThemeActionTextArcadiaLight = '#ffffff';
|
82
|
+
export const collectionsThemeActionTextBasisDark = '#ffffff';
|
83
|
+
export const collectionsThemeActionTextBasisLight = '#ffffff';
|
84
|
+
export const collectionsThemeBackgroundContentArcadiaDark = '#3B3644';
|
85
|
+
export const collectionsThemeBackgroundContentArcadiaLight = '#FFFFFF';
|
86
|
+
export const collectionsThemeBackgroundContentBasisDark = '#3B3644';
|
87
|
+
export const collectionsThemeBackgroundContentBasisLight = '#FFFFFF';
|
88
|
+
export const collectionsThemeBackgroundPageArcadiaDark = '#1F1C25';
|
89
|
+
export const collectionsThemeBackgroundPageArcadiaLight = '#FDFCFE';
|
90
|
+
export const collectionsThemeBackgroundPageBasisDark = '#1F1C25';
|
91
|
+
export const collectionsThemeBackgroundPageBasisLight = '#FDFCFE';
|
92
|
+
export const collectionsThemeBrandColorArcadiaDark = '#7A34ED';
|
93
|
+
export const collectionsThemeBrandColorArcadiaLight = '#7A34ED';
|
94
|
+
export const collectionsThemeBrandColorBasisDark = '#ED7734';
|
95
|
+
export const collectionsThemeBrandColorBasisLight = '#ED7734';
|
96
|
+
export const collectionsThemeBrandFontFamilyArcadiaDark = 'Inter';
|
97
|
+
export const collectionsThemeBrandFontFamilyArcadiaLight = 'Inter';
|
98
|
+
export const collectionsThemeBrandFontFamilyBasisDark = 'Merriweather';
|
99
|
+
export const collectionsThemeBrandFontFamilyBasisLight = 'Merriweather';
|
100
|
+
export const collectionsThemeBrandLogoArcadiaDark =
|
101
|
+
"url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')";
|
102
|
+
export const collectionsThemeBrandLogoArcadiaLight =
|
103
|
+
"url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')";
|
104
|
+
export const collectionsThemeBrandLogoBasisDark =
|
105
|
+
"url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')";
|
106
|
+
export const collectionsThemeBrandLogoBasisLight =
|
107
|
+
"url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')";
|
108
|
+
export const collectionsThemeTextBaseArcadiaDark = '#F6F8FF';
|
109
|
+
export const collectionsThemeTextBaseArcadiaLight = '#191F2C';
|
110
|
+
export const collectionsThemeTextBaseBasisDark = '#F6F8FF';
|
111
|
+
export const collectionsThemeTextBaseBasisLight = '#191F2C';
|
112
|
+
export const collectionsThemeTextSubtleArcadiaDark = '#BEC3D3';
|
113
|
+
export const collectionsThemeTextSubtleArcadiaLight = '#6E7A82';
|
114
|
+
export const collectionsThemeTextSubtleBasisDark = '#BEC3D3';
|
115
|
+
export const collectionsThemeTextSubtleBasisLight = '#6E7A82';
|
93
116
|
export const colorNeutral800 = '#191335';
|
94
117
|
export const colorBlack = '#191335';
|
95
118
|
export const colorWhite = '#ffffff';
|
@@ -113,33 +113,59 @@
|
|
113
113
|
},
|
114
114
|
"theme": {
|
115
115
|
"action": {
|
116
|
-
"base": {
|
117
|
-
"dark": "#7A34ED",
|
118
|
-
"light": "#7A34ED"
|
119
|
-
},
|
120
116
|
"text": {
|
121
|
-
"
|
122
|
-
"
|
117
|
+
"arcadiaDark": "#ffffff",
|
118
|
+
"arcadiaLight": "#ffffff",
|
119
|
+
"basisDark": "#ffffff",
|
120
|
+
"basisLight": "#ffffff"
|
123
121
|
}
|
124
122
|
},
|
125
123
|
"background": {
|
126
124
|
"content": {
|
127
|
-
"
|
128
|
-
"
|
125
|
+
"arcadiaDark": "#3B3644",
|
126
|
+
"arcadiaLight": "#FFFFFF",
|
127
|
+
"basisDark": "#3B3644",
|
128
|
+
"basisLight": "#FFFFFF"
|
129
129
|
},
|
130
130
|
"page": {
|
131
|
-
"
|
132
|
-
"
|
131
|
+
"arcadiaDark": "#1F1C25",
|
132
|
+
"arcadiaLight": "#FDFCFE",
|
133
|
+
"basisDark": "#1F1C25",
|
134
|
+
"basisLight": "#FDFCFE"
|
135
|
+
}
|
136
|
+
},
|
137
|
+
"brand": {
|
138
|
+
"color": {
|
139
|
+
"arcadiaDark": "#7A34ED",
|
140
|
+
"arcadiaLight": "#7A34ED",
|
141
|
+
"basisDark": "#ED7734",
|
142
|
+
"basisLight": "#ED7734"
|
143
|
+
},
|
144
|
+
"fontFamily": {
|
145
|
+
"arcadiaDark": "Inter",
|
146
|
+
"arcadiaLight": "Inter",
|
147
|
+
"basisDark": "Merriweather",
|
148
|
+
"basisLight": "Merriweather"
|
149
|
+
},
|
150
|
+
"logo": {
|
151
|
+
"arcadiaDark": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')",
|
152
|
+
"arcadiaLight": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')",
|
153
|
+
"basisDark": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')",
|
154
|
+
"basisLight": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')"
|
133
155
|
}
|
134
156
|
},
|
135
157
|
"text": {
|
136
158
|
"base": {
|
137
|
-
"
|
138
|
-
"
|
159
|
+
"arcadiaDark": "#F6F8FF",
|
160
|
+
"arcadiaLight": "#191F2C",
|
161
|
+
"basisDark": "#F6F8FF",
|
162
|
+
"basisLight": "#191F2C"
|
139
163
|
},
|
140
164
|
"subtle": {
|
141
|
-
"
|
142
|
-
"
|
165
|
+
"arcadiaDark": "#BEC3D3",
|
166
|
+
"arcadiaLight": "#6E7A82",
|
167
|
+
"basisDark": "#BEC3D3",
|
168
|
+
"basisLight": "#6E7A82"
|
143
169
|
}
|
144
170
|
}
|
145
171
|
}
|
@@ -213,7 +239,6 @@
|
|
213
239
|
},
|
214
240
|
"sandbox": {
|
215
241
|
"color": {
|
216
|
-
"brand": "#7A34ED",
|
217
242
|
"error": "#FF5C46",
|
218
243
|
"success": "#6BC313",
|
219
244
|
"warning": "#FAB120",
|
package/dist/design-tokens.scss
CHANGED
@@ -76,20 +76,39 @@ $collections-testing-test-secondary-brand-b-light: $color-neutral-300;
|
|
76
76
|
$collections-testing-test-tertiary-brand-a-light: #000000;
|
77
77
|
$collections-testing-test-tertiary-brand-b-dark: #000000;
|
78
78
|
$collections-testing-test-tertiary-brand-b-light: #000000;
|
79
|
-
$sandbox-color-brand: #7a34ed;
|
80
|
-
$collections-theme-action-base-dark: $sandbox-color-brand;
|
81
|
-
$collections-theme-action-base-light: $sandbox-color-brand;
|
82
79
|
$sandbox-color-white: #ffffff;
|
83
|
-
$collections-theme-action-text-dark: $sandbox-color-white;
|
84
|
-
$collections-theme-action-text-light: $sandbox-color-white;
|
85
|
-
$collections-theme-
|
86
|
-
$collections-theme-
|
87
|
-
$collections-theme-background-
|
88
|
-
$collections-theme-background-
|
89
|
-
$collections-theme-
|
90
|
-
$collections-theme-
|
91
|
-
$collections-theme-
|
92
|
-
$collections-theme-
|
80
|
+
$collections-theme-action-text-arcadia-dark: $sandbox-color-white;
|
81
|
+
$collections-theme-action-text-arcadia-light: $sandbox-color-white;
|
82
|
+
$collections-theme-action-text-basis-dark: $sandbox-color-white;
|
83
|
+
$collections-theme-action-text-basis-light: $sandbox-color-white;
|
84
|
+
$collections-theme-background-content-arcadia-dark: #3b3644;
|
85
|
+
$collections-theme-background-content-arcadia-light: #ffffff;
|
86
|
+
$collections-theme-background-content-basis-dark: #3b3644;
|
87
|
+
$collections-theme-background-content-basis-light: #ffffff;
|
88
|
+
$collections-theme-background-page-arcadia-dark: #1f1c25;
|
89
|
+
$collections-theme-background-page-arcadia-light: #fdfcfe;
|
90
|
+
$collections-theme-background-page-basis-dark: #1f1c25;
|
91
|
+
$collections-theme-background-page-basis-light: #fdfcfe;
|
92
|
+
$collections-theme-brand-color-arcadia-dark: #7a34ed;
|
93
|
+
$collections-theme-brand-color-arcadia-light: #7a34ed;
|
94
|
+
$collections-theme-brand-color-basis-dark: #ed7734;
|
95
|
+
$collections-theme-brand-color-basis-light: #ed7734;
|
96
|
+
$collections-theme-brand-font-family-arcadia-dark: Inter;
|
97
|
+
$collections-theme-brand-font-family-arcadia-light: Inter;
|
98
|
+
$collections-theme-brand-font-family-basis-dark: Merriweather;
|
99
|
+
$collections-theme-brand-font-family-basis-light: Merriweather;
|
100
|
+
$collections-theme-brand-logo-arcadia-dark: url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg');
|
101
|
+
$collections-theme-brand-logo-arcadia-light: url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg');
|
102
|
+
$collections-theme-brand-logo-basis-dark: url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng');
|
103
|
+
$collections-theme-brand-logo-basis-light: url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng');
|
104
|
+
$collections-theme-text-base-arcadia-dark: #f6f8ff;
|
105
|
+
$collections-theme-text-base-arcadia-light: #191f2c;
|
106
|
+
$collections-theme-text-base-basis-dark: #f6f8ff;
|
107
|
+
$collections-theme-text-base-basis-light: #191f2c;
|
108
|
+
$collections-theme-text-subtle-arcadia-dark: #bec3d3;
|
109
|
+
$collections-theme-text-subtle-arcadia-light: #6e7a82;
|
110
|
+
$collections-theme-text-subtle-basis-dark: #bec3d3;
|
111
|
+
$collections-theme-text-subtle-basis-light: #6e7a82;
|
93
112
|
$color-neutral-800: #191335;
|
94
113
|
$color-black: $color-neutral-800;
|
95
114
|
$color-white: #ffffff;
|
@@ -274,33 +293,59 @@ $tokens: (
|
|
274
293
|
),
|
275
294
|
'theme': (
|
276
295
|
'action': (
|
277
|
-
'base': (
|
278
|
-
'dark': $collections-theme-action-base-dark,
|
279
|
-
'light': $collections-theme-action-base-light,
|
280
|
-
),
|
281
296
|
'text': (
|
282
|
-
'
|
283
|
-
'
|
297
|
+
'arcadiaDark': $collections-theme-action-text-arcadia-dark,
|
298
|
+
'arcadiaLight': $collections-theme-action-text-arcadia-light,
|
299
|
+
'basisDark': $collections-theme-action-text-basis-dark,
|
300
|
+
'basisLight': $collections-theme-action-text-basis-light,
|
284
301
|
),
|
285
302
|
),
|
286
303
|
'background': (
|
287
304
|
'content': (
|
288
|
-
'
|
289
|
-
'
|
305
|
+
'arcadiaDark': $collections-theme-background-content-arcadia-dark,
|
306
|
+
'arcadiaLight': $collections-theme-background-content-arcadia-light,
|
307
|
+
'basisDark': $collections-theme-background-content-basis-dark,
|
308
|
+
'basisLight': $collections-theme-background-content-basis-light,
|
290
309
|
),
|
291
310
|
'page': (
|
292
|
-
'
|
293
|
-
'
|
311
|
+
'arcadiaDark': $collections-theme-background-page-arcadia-dark,
|
312
|
+
'arcadiaLight': $collections-theme-background-page-arcadia-light,
|
313
|
+
'basisDark': $collections-theme-background-page-basis-dark,
|
314
|
+
'basisLight': $collections-theme-background-page-basis-light,
|
315
|
+
),
|
316
|
+
),
|
317
|
+
'brand': (
|
318
|
+
'color': (
|
319
|
+
'arcadiaDark': $collections-theme-brand-color-arcadia-dark,
|
320
|
+
'arcadiaLight': $collections-theme-brand-color-arcadia-light,
|
321
|
+
'basisDark': $collections-theme-brand-color-basis-dark,
|
322
|
+
'basisLight': $collections-theme-brand-color-basis-light,
|
323
|
+
),
|
324
|
+
'fontFamily': (
|
325
|
+
'arcadiaDark': $collections-theme-brand-font-family-arcadia-dark,
|
326
|
+
'arcadiaLight': $collections-theme-brand-font-family-arcadia-light,
|
327
|
+
'basisDark': $collections-theme-brand-font-family-basis-dark,
|
328
|
+
'basisLight': $collections-theme-brand-font-family-basis-light,
|
329
|
+
),
|
330
|
+
'logo': (
|
331
|
+
'arcadiaDark': $collections-theme-brand-logo-arcadia-dark,
|
332
|
+
'arcadiaLight': $collections-theme-brand-logo-arcadia-light,
|
333
|
+
'basisDark': $collections-theme-brand-logo-basis-dark,
|
334
|
+
'basisLight': $collections-theme-brand-logo-basis-light,
|
294
335
|
),
|
295
336
|
),
|
296
337
|
'text': (
|
297
338
|
'base': (
|
298
|
-
'
|
299
|
-
'
|
339
|
+
'arcadiaDark': $collections-theme-text-base-arcadia-dark,
|
340
|
+
'arcadiaLight': $collections-theme-text-base-arcadia-light,
|
341
|
+
'basisDark': $collections-theme-text-base-basis-dark,
|
342
|
+
'basisLight': $collections-theme-text-base-basis-light,
|
300
343
|
),
|
301
344
|
'subtle': (
|
302
|
-
'
|
303
|
-
'
|
345
|
+
'arcadiaDark': $collections-theme-text-subtle-arcadia-dark,
|
346
|
+
'arcadiaLight': $collections-theme-text-subtle-arcadia-light,
|
347
|
+
'basisDark': $collections-theme-text-subtle-basis-dark,
|
348
|
+
'basisLight': $collections-theme-text-subtle-basis-light,
|
304
349
|
),
|
305
350
|
),
|
306
351
|
),
|
@@ -374,7 +419,6 @@ $tokens: (
|
|
374
419
|
),
|
375
420
|
'sandbox': (
|
376
421
|
'color': (
|
377
|
-
'brand': $sandbox-color-brand,
|
378
422
|
'error': $sandbox-color-error,
|
379
423
|
'success': $sandbox-color-success,
|
380
424
|
'warning': $sandbox-color-warning,
|
@@ -518,10 +518,16 @@
|
|
518
518
|
"type": "collection",
|
519
519
|
"modes": [
|
520
520
|
{
|
521
|
-
"id": "
|
521
|
+
"id": "arcadiaLight"
|
522
522
|
},
|
523
523
|
{
|
524
|
-
"id": "
|
524
|
+
"id": "arcadiaDark"
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"id": "basisLight"
|
528
|
+
},
|
529
|
+
{
|
530
|
+
"id": "basisDark"
|
525
531
|
}
|
526
532
|
]
|
527
533
|
}
|
@@ -530,12 +536,6 @@
|
|
530
536
|
},
|
531
537
|
"action": {
|
532
538
|
"base": {
|
533
|
-
"dark": {
|
534
|
-
"value": "{sandbox.color.brand.value}"
|
535
|
-
},
|
536
|
-
"light": {
|
537
|
-
"value": "{sandbox.color.brand.value}"
|
538
|
-
},
|
539
539
|
"$type": "color",
|
540
540
|
"$extensions": {
|
541
541
|
"cloud.knapsack": {
|
@@ -545,15 +545,57 @@
|
|
545
545
|
}
|
546
546
|
}
|
547
547
|
}
|
548
|
+
},
|
549
|
+
"arcadiaLight": {
|
550
|
+
"$extensions": {
|
551
|
+
"cloud.knapsack": {
|
552
|
+
"group": {
|
553
|
+
"collectionInfo": {
|
554
|
+
"type": "var-ref",
|
555
|
+
"referencedId": "collections.theme.brand.color"
|
556
|
+
}
|
557
|
+
}
|
558
|
+
}
|
559
|
+
}
|
560
|
+
},
|
561
|
+
"arcadiaDark": {
|
562
|
+
"$extensions": {
|
563
|
+
"cloud.knapsack": {
|
564
|
+
"group": {
|
565
|
+
"collectionInfo": {
|
566
|
+
"type": "var-ref",
|
567
|
+
"referencedId": "collections.theme.brand.color"
|
568
|
+
}
|
569
|
+
}
|
570
|
+
}
|
571
|
+
}
|
572
|
+
},
|
573
|
+
"basisLight": {
|
574
|
+
"$extensions": {
|
575
|
+
"cloud.knapsack": {
|
576
|
+
"group": {
|
577
|
+
"collectionInfo": {
|
578
|
+
"type": "var-ref",
|
579
|
+
"referencedId": "collections.theme.brand.color"
|
580
|
+
}
|
581
|
+
}
|
582
|
+
}
|
583
|
+
}
|
584
|
+
},
|
585
|
+
"basisDark": {
|
586
|
+
"$extensions": {
|
587
|
+
"cloud.knapsack": {
|
588
|
+
"group": {
|
589
|
+
"collectionInfo": {
|
590
|
+
"type": "var-ref",
|
591
|
+
"referencedId": "collections.theme.brand.color"
|
592
|
+
}
|
593
|
+
}
|
594
|
+
}
|
595
|
+
}
|
548
596
|
}
|
549
597
|
},
|
550
598
|
"text": {
|
551
|
-
"dark": {
|
552
|
-
"value": "{sandbox.color.white.value}"
|
553
|
-
},
|
554
|
-
"light": {
|
555
|
-
"value": "{sandbox.color.white.value}"
|
556
|
-
},
|
557
599
|
"$type": "color",
|
558
600
|
"$extensions": {
|
559
601
|
"cloud.knapsack": {
|
@@ -563,17 +605,23 @@
|
|
563
605
|
}
|
564
606
|
}
|
565
607
|
}
|
608
|
+
},
|
609
|
+
"arcadiaLight": {
|
610
|
+
"value": "{sandbox.color.white.value}"
|
611
|
+
},
|
612
|
+
"arcadiaDark": {
|
613
|
+
"value": "{sandbox.color.white.value}"
|
614
|
+
},
|
615
|
+
"basisLight": {
|
616
|
+
"value": "{sandbox.color.white.value}"
|
617
|
+
},
|
618
|
+
"basisDark": {
|
619
|
+
"value": "{sandbox.color.white.value}"
|
566
620
|
}
|
567
621
|
}
|
568
622
|
},
|
569
623
|
"background": {
|
570
624
|
"content": {
|
571
|
-
"dark": {
|
572
|
-
"value": "#3B3644"
|
573
|
-
},
|
574
|
-
"light": {
|
575
|
-
"value": "#FFFFFF"
|
576
|
-
},
|
577
625
|
"$type": "color",
|
578
626
|
"$extensions": {
|
579
627
|
"cloud.knapsack": {
|
@@ -583,15 +631,21 @@
|
|
583
631
|
}
|
584
632
|
}
|
585
633
|
}
|
634
|
+
},
|
635
|
+
"arcadiaLight": {
|
636
|
+
"value": "#FFFFFF"
|
637
|
+
},
|
638
|
+
"arcadiaDark": {
|
639
|
+
"value": "#3B3644"
|
640
|
+
},
|
641
|
+
"basisLight": {
|
642
|
+
"value": "#FFFFFF"
|
643
|
+
},
|
644
|
+
"basisDark": {
|
645
|
+
"value": "#3B3644"
|
586
646
|
}
|
587
647
|
},
|
588
648
|
"page": {
|
589
|
-
"dark": {
|
590
|
-
"value": "#1F1C25"
|
591
|
-
},
|
592
|
-
"light": {
|
593
|
-
"value": "#FDFCFE"
|
594
|
-
},
|
595
649
|
"$type": "color",
|
596
650
|
"$extensions": {
|
597
651
|
"cloud.knapsack": {
|
@@ -601,17 +655,47 @@
|
|
601
655
|
}
|
602
656
|
}
|
603
657
|
}
|
658
|
+
},
|
659
|
+
"arcadiaLight": {
|
660
|
+
"value": "#FDFCFE"
|
661
|
+
},
|
662
|
+
"arcadiaDark": {
|
663
|
+
"value": "#1F1C25"
|
664
|
+
},
|
665
|
+
"basisLight": {
|
666
|
+
"value": "#FDFCFE"
|
667
|
+
},
|
668
|
+
"basisDark": {
|
669
|
+
"value": "#1F1C25"
|
604
670
|
}
|
605
671
|
}
|
606
672
|
},
|
607
673
|
"text": {
|
608
674
|
"base": {
|
609
|
-
"
|
675
|
+
"$type": "color",
|
676
|
+
"$extensions": {
|
677
|
+
"cloud.knapsack": {
|
678
|
+
"group": {
|
679
|
+
"collectionInfo": {
|
680
|
+
"type": "var"
|
681
|
+
}
|
682
|
+
}
|
683
|
+
}
|
684
|
+
},
|
685
|
+
"arcadiaLight": {
|
686
|
+
"value": "#191F2C"
|
687
|
+
},
|
688
|
+
"arcadiaDark": {
|
610
689
|
"value": "#F6F8FF"
|
611
690
|
},
|
612
|
-
"
|
691
|
+
"basisLight": {
|
613
692
|
"value": "#191F2C"
|
614
693
|
},
|
694
|
+
"basisDark": {
|
695
|
+
"value": "#F6F8FF"
|
696
|
+
}
|
697
|
+
},
|
698
|
+
"subtle": {
|
615
699
|
"$type": "color",
|
616
700
|
"$extensions": {
|
617
701
|
"cloud.knapsack": {
|
@@ -621,15 +705,23 @@
|
|
621
705
|
}
|
622
706
|
}
|
623
707
|
}
|
624
|
-
}
|
625
|
-
|
626
|
-
|
627
|
-
|
708
|
+
},
|
709
|
+
"arcadiaLight": {
|
710
|
+
"value": "#6E7A82"
|
711
|
+
},
|
712
|
+
"arcadiaDark": {
|
628
713
|
"value": "#BEC3D3"
|
629
714
|
},
|
630
|
-
"
|
715
|
+
"basisLight": {
|
631
716
|
"value": "#6E7A82"
|
632
717
|
},
|
718
|
+
"basisDark": {
|
719
|
+
"value": "#BEC3D3"
|
720
|
+
}
|
721
|
+
}
|
722
|
+
},
|
723
|
+
"brand": {
|
724
|
+
"color": {
|
633
725
|
"$type": "color",
|
634
726
|
"$extensions": {
|
635
727
|
"cloud.knapsack": {
|
@@ -639,6 +731,66 @@
|
|
639
731
|
}
|
640
732
|
}
|
641
733
|
}
|
734
|
+
},
|
735
|
+
"arcadiaLight": {
|
736
|
+
"value": "#7A34ED"
|
737
|
+
},
|
738
|
+
"arcadiaDark": {
|
739
|
+
"value": "#7A34ED"
|
740
|
+
},
|
741
|
+
"basisLight": {
|
742
|
+
"value": "#ED7734"
|
743
|
+
},
|
744
|
+
"basisDark": {
|
745
|
+
"value": "#ED7734"
|
746
|
+
}
|
747
|
+
},
|
748
|
+
"fontFamily": {
|
749
|
+
"$type": "string",
|
750
|
+
"$extensions": {
|
751
|
+
"cloud.knapsack": {
|
752
|
+
"group": {
|
753
|
+
"collectionInfo": {
|
754
|
+
"type": "var"
|
755
|
+
}
|
756
|
+
}
|
757
|
+
}
|
758
|
+
},
|
759
|
+
"arcadiaLight": {
|
760
|
+
"value": "Inter"
|
761
|
+
},
|
762
|
+
"arcadiaDark": {
|
763
|
+
"value": "Inter"
|
764
|
+
},
|
765
|
+
"basisLight": {
|
766
|
+
"value": "Merriweather"
|
767
|
+
},
|
768
|
+
"basisDark": {
|
769
|
+
"value": "Merriweather"
|
770
|
+
}
|
771
|
+
},
|
772
|
+
"logo": {
|
773
|
+
"$type": "string",
|
774
|
+
"$extensions": {
|
775
|
+
"cloud.knapsack": {
|
776
|
+
"group": {
|
777
|
+
"collectionInfo": {
|
778
|
+
"type": "var"
|
779
|
+
}
|
780
|
+
}
|
781
|
+
}
|
782
|
+
},
|
783
|
+
"arcadiaLight": {
|
784
|
+
"value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')"
|
785
|
+
},
|
786
|
+
"arcadiaDark": {
|
787
|
+
"value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')"
|
788
|
+
},
|
789
|
+
"basisLight": {
|
790
|
+
"value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')"
|
791
|
+
},
|
792
|
+
"basisDark": {
|
793
|
+
"value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')"
|
642
794
|
}
|
643
795
|
}
|
644
796
|
}
|
@@ -930,10 +1082,6 @@
|
|
930
1082
|
},
|
931
1083
|
"sandbox": {
|
932
1084
|
"color": {
|
933
|
-
"brand": {
|
934
|
-
"value": "#7A34ED",
|
935
|
-
"$type": "color"
|
936
|
-
},
|
937
1085
|
"success": {
|
938
1086
|
"value": "#6BC313",
|
939
1087
|
"$type": "color"
|