@demos-europe/demosplan-ui 0.3.19 → 0.3.21
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/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21_[Changes]/shelved.patch +36 -0
- package/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21__Changes_.xml +4 -0
- package/.idea/workspace.xml +37 -7
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +20 -1
- package/buildTokens.js +157 -41
- package/dist/demosplan-ui.umd.js +1 -1
- package/package.json +5 -4
- package/src/components/DpButtonRow/DpButtonRow.vue +8 -2
- package/src/components/DpEditor/DpEditor.vue +46 -33
- package/src/components/DpEditor/DpResizableImage.vue +10 -4
- package/src/components/DpEditor/DpUploadModal.vue +29 -15
- package/src/components/DpUploadFiles/DpUpload.vue +9 -1
- package/src/components/DpUploadFiles/DpUploadFiles.vue +7 -0
- package/storybook-static/favicon.svg +7 -0
- package/storybook-static/index.html +123 -0
- package/storybook-static/index.json +1 -0
- package/storybook-static/project.json +1 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +63 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +18 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-common-assets/fonts.css +31 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-TRLNWEGW.js +1 -0
- package/storybook-static/sb-manager/chunk-4IYAVH3S.js +348 -0
- package/storybook-static/sb-manager/chunk-CXYKRFSY.js +9 -0
- package/storybook-static/sb-manager/chunk-LVLAH4SI.js +7 -0
- package/storybook-static/sb-manager/chunk-VFHDXWEA.js +406 -0
- package/storybook-static/sb-manager/chunk-ZEU7PDD3.js +1 -0
- package/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +156 -0
- package/storybook-static/sb-manager/globals-module-info.js +1 -0
- package/storybook-static/sb-manager/globals.js +1 -0
- package/storybook-static/sb-manager/index.js +1 -0
- package/storybook-static/sb-manager/runtime.js +1 -0
- package/storybook-static/sb-manager/syntaxhighlighter-B5GMVT5T-EA5ASEYD.js +1 -0
- package/storybook-static/stories.json +1 -0
- package/tailwind.config.js +27 -1
- package/tokens/dist/js/boxShadow.js +13 -81
- package/tokens/dist/js/breakpoints.js +1 -1
- package/tokens/dist/js/color.brand.js +19 -7
- package/tokens/dist/js/color.data.js +85 -29
- package/tokens/dist/js/color.palette.js +175 -59
- package/tokens/dist/js/color.ui-tailwind.js +1899 -0
- package/tokens/dist/js/color.ui.js +2063 -57
- package/tokens/dist/js/fontSize.js +1 -1
- package/tokens/dist/js/rounded.js +1 -77
- package/tokens/dist/js/space.js +1 -1
- package/tokens/dist/js/zIndex.js +1 -1
- package/tokens/dist/scss/_boxShadow.scss +1 -1
- package/tokens/dist/scss/_breakpoints.scss +1 -1
- package/tokens/dist/scss/_color.brand.scss +1 -1
- package/tokens/dist/scss/_color.data.scss +1 -1
- package/tokens/dist/scss/_color.palette.scss +1 -1
- package/tokens/dist/scss/_color.ui.scss +1 -1
- package/tokens/dist/scss/_fontSize.scss +1 -1
- package/tokens/dist/scss/_rounded.scss +1 -1
- package/tokens/dist/scss/_space.scss +1 -1
- package/tokens/dist/scss/_zIndex.scss +1 -1
- package/tokens/dist/tailwind/backgroundColor.js +24 -0
- package/tokens/dist/tailwind/borderColor.js +9 -0
- package/tokens/dist/tailwind/color.brand.js +8 -0
- package/tokens/dist/tailwind/color.data.js +30 -0
- package/tokens/dist/tailwind/color.js +5 -0
- package/tokens/dist/tailwind/color.palette.js +60 -0
- package/tokens/dist/tailwind/textColor.js +37 -0
- package/tokens/src/boxShadow.json +16 -8
- package/tokens/src/color/color.brand.json +12 -6
- package/tokens/src/color/color.data.json +56 -28
- package/tokens/src/color/color.palette.json +116 -58
- package/tokens/src/color/color.ui-tailwind.json +401 -0
- package/tokens/src/color/color.ui.json +114 -57
- package/tokens/tokens.color.stories.mdx +83 -34
- package/tokens/tokens.space.stories.mdx +20 -20
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_12_07_2024_08_46_[Changes]/shelved.patch +0 -30538
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_12_07_2024_08_46__Changes_.xml +0 -4
- package/.idea/shelf/Uncommitted_changes_before_Update_at_12_07_2024_14_02_[Changes]/shelved.patch +0 -19
- package/.idea/shelf/Uncommitted_changes_before_Update_at_12_07_2024_14_02__Changes_.xml +0 -4
- package/style/index.css +0 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 22 Jul 2024 09:37:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -9,11 +9,13 @@ module.exports = {
|
|
|
9
9
|
"black": {
|
|
10
10
|
"value": "#000000",
|
|
11
11
|
"themeable": true,
|
|
12
|
+
"$type": "color",
|
|
12
13
|
"filePath": "tokens/src/color/color.palette.json",
|
|
13
14
|
"isSource": true,
|
|
14
15
|
"original": {
|
|
15
16
|
"value": "#000",
|
|
16
|
-
"themeable": true
|
|
17
|
+
"themeable": true,
|
|
18
|
+
"$type": "color"
|
|
17
19
|
},
|
|
18
20
|
"name": "ColorPaletteBlack",
|
|
19
21
|
"attributes": {
|
|
@@ -30,11 +32,13 @@ module.exports = {
|
|
|
30
32
|
"white": {
|
|
31
33
|
"value": "#ffffff",
|
|
32
34
|
"themeable": true,
|
|
35
|
+
"$type": "color",
|
|
33
36
|
"filePath": "tokens/src/color/color.palette.json",
|
|
34
37
|
"isSource": true,
|
|
35
38
|
"original": {
|
|
36
39
|
"value": "#fff",
|
|
37
|
-
"themeable": true
|
|
40
|
+
"themeable": true,
|
|
41
|
+
"$type": "color"
|
|
38
42
|
},
|
|
39
43
|
"name": "ColorPaletteWhite",
|
|
40
44
|
"attributes": {
|
|
@@ -52,11 +56,13 @@ module.exports = {
|
|
|
52
56
|
"light-4": {
|
|
53
57
|
"value": "#f5f5f5",
|
|
54
58
|
"themeable": true,
|
|
59
|
+
"$type": "color",
|
|
55
60
|
"filePath": "tokens/src/color/color.palette.json",
|
|
56
61
|
"isSource": true,
|
|
57
62
|
"original": {
|
|
58
63
|
"value": "#f5f5f5",
|
|
59
|
-
"themeable": true
|
|
64
|
+
"themeable": true,
|
|
65
|
+
"$type": "color"
|
|
60
66
|
},
|
|
61
67
|
"name": "ColorPaletteNeutralLight4",
|
|
62
68
|
"attributes": {
|
|
@@ -75,11 +81,13 @@ module.exports = {
|
|
|
75
81
|
"light-3": {
|
|
76
82
|
"value": "#ebe9e9",
|
|
77
83
|
"themeable": true,
|
|
84
|
+
"$type": "color",
|
|
78
85
|
"filePath": "tokens/src/color/color.palette.json",
|
|
79
86
|
"isSource": true,
|
|
80
87
|
"original": {
|
|
81
88
|
"value": "#ebe9e9",
|
|
82
|
-
"themeable": true
|
|
89
|
+
"themeable": true,
|
|
90
|
+
"$type": "color"
|
|
83
91
|
},
|
|
84
92
|
"name": "ColorPaletteNeutralLight3",
|
|
85
93
|
"attributes": {
|
|
@@ -98,11 +106,13 @@ module.exports = {
|
|
|
98
106
|
"light-2": {
|
|
99
107
|
"value": "#d3d3d3",
|
|
100
108
|
"themeable": true,
|
|
109
|
+
"$type": "color",
|
|
101
110
|
"filePath": "tokens/src/color/color.palette.json",
|
|
102
111
|
"isSource": true,
|
|
103
112
|
"original": {
|
|
104
113
|
"value": "#d3d3d3",
|
|
105
|
-
"themeable": true
|
|
114
|
+
"themeable": true,
|
|
115
|
+
"$type": "color"
|
|
106
116
|
},
|
|
107
117
|
"name": "ColorPaletteNeutralLight2",
|
|
108
118
|
"attributes": {
|
|
@@ -121,11 +131,13 @@ module.exports = {
|
|
|
121
131
|
"light-1": {
|
|
122
132
|
"value": "#aeaeae",
|
|
123
133
|
"themeable": true,
|
|
134
|
+
"$type": "color",
|
|
124
135
|
"filePath": "tokens/src/color/color.palette.json",
|
|
125
136
|
"isSource": true,
|
|
126
137
|
"original": {
|
|
127
138
|
"value": "#aeaeae",
|
|
128
|
-
"themeable": true
|
|
139
|
+
"themeable": true,
|
|
140
|
+
"$type": "color"
|
|
129
141
|
},
|
|
130
142
|
"name": "ColorPaletteNeutralLight1",
|
|
131
143
|
"attributes": {
|
|
@@ -144,11 +156,13 @@ module.exports = {
|
|
|
144
156
|
"base": {
|
|
145
157
|
"value": "#757575",
|
|
146
158
|
"themeable": true,
|
|
159
|
+
"$type": "color",
|
|
147
160
|
"filePath": "tokens/src/color/color.palette.json",
|
|
148
161
|
"isSource": true,
|
|
149
162
|
"original": {
|
|
150
163
|
"value": "#757575",
|
|
151
|
-
"themeable": true
|
|
164
|
+
"themeable": true,
|
|
165
|
+
"$type": "color"
|
|
152
166
|
},
|
|
153
167
|
"name": "ColorPaletteNeutralBase",
|
|
154
168
|
"attributes": {
|
|
@@ -167,11 +181,13 @@ module.exports = {
|
|
|
167
181
|
"dark-1": {
|
|
168
182
|
"value": "#595959",
|
|
169
183
|
"themeable": true,
|
|
184
|
+
"$type": "color",
|
|
170
185
|
"filePath": "tokens/src/color/color.palette.json",
|
|
171
186
|
"isSource": true,
|
|
172
187
|
"original": {
|
|
173
188
|
"value": "#595959",
|
|
174
|
-
"themeable": true
|
|
189
|
+
"themeable": true,
|
|
190
|
+
"$type": "color"
|
|
175
191
|
},
|
|
176
192
|
"name": "ColorPaletteNeutralDark1",
|
|
177
193
|
"attributes": {
|
|
@@ -190,11 +206,13 @@ module.exports = {
|
|
|
190
206
|
"dark-2": {
|
|
191
207
|
"value": "#333333",
|
|
192
208
|
"themeable": true,
|
|
209
|
+
"$type": "color",
|
|
193
210
|
"filePath": "tokens/src/color/color.palette.json",
|
|
194
211
|
"isSource": true,
|
|
195
212
|
"original": {
|
|
196
213
|
"value": "#333333",
|
|
197
|
-
"themeable": true
|
|
214
|
+
"themeable": true,
|
|
215
|
+
"$type": "color"
|
|
198
216
|
},
|
|
199
217
|
"name": "ColorPaletteNeutralDark2",
|
|
200
218
|
"attributes": {
|
|
@@ -215,11 +233,13 @@ module.exports = {
|
|
|
215
233
|
"light-4": {
|
|
216
234
|
"value": "#ebf5ff",
|
|
217
235
|
"themeable": true,
|
|
236
|
+
"$type": "color",
|
|
218
237
|
"filePath": "tokens/src/color/color.palette.json",
|
|
219
238
|
"isSource": true,
|
|
220
239
|
"original": {
|
|
221
240
|
"value": "#ebf5ff",
|
|
222
|
-
"themeable": true
|
|
241
|
+
"themeable": true,
|
|
242
|
+
"$type": "color"
|
|
223
243
|
},
|
|
224
244
|
"name": "ColorPaletteBlueLight4",
|
|
225
245
|
"attributes": {
|
|
@@ -238,11 +258,13 @@ module.exports = {
|
|
|
238
258
|
"light-3": {
|
|
239
259
|
"value": "#cee6fb",
|
|
240
260
|
"themeable": true,
|
|
261
|
+
"$type": "color",
|
|
241
262
|
"filePath": "tokens/src/color/color.palette.json",
|
|
242
263
|
"isSource": true,
|
|
243
264
|
"original": {
|
|
244
265
|
"value": "#cee6fb",
|
|
245
|
-
"themeable": true
|
|
266
|
+
"themeable": true,
|
|
267
|
+
"$type": "color"
|
|
246
268
|
},
|
|
247
269
|
"name": "ColorPaletteBlueLight3",
|
|
248
270
|
"attributes": {
|
|
@@ -261,11 +283,13 @@ module.exports = {
|
|
|
261
283
|
"light-2": {
|
|
262
284
|
"value": "#82c5ff",
|
|
263
285
|
"themeable": true,
|
|
286
|
+
"$type": "color",
|
|
264
287
|
"filePath": "tokens/src/color/color.palette.json",
|
|
265
288
|
"isSource": true,
|
|
266
289
|
"original": {
|
|
267
290
|
"value": "#82c5ff",
|
|
268
|
-
"themeable": true
|
|
291
|
+
"themeable": true,
|
|
292
|
+
"$type": "color"
|
|
269
293
|
},
|
|
270
294
|
"name": "ColorPaletteBlueLight2",
|
|
271
295
|
"attributes": {
|
|
@@ -284,11 +308,13 @@ module.exports = {
|
|
|
284
308
|
"light-1": {
|
|
285
309
|
"value": "#44a8ff",
|
|
286
310
|
"themeable": true,
|
|
311
|
+
"$type": "color",
|
|
287
312
|
"filePath": "tokens/src/color/color.palette.json",
|
|
288
313
|
"isSource": true,
|
|
289
314
|
"original": {
|
|
290
315
|
"value": "#44a8ff",
|
|
291
|
-
"themeable": true
|
|
316
|
+
"themeable": true,
|
|
317
|
+
"$type": "color"
|
|
292
318
|
},
|
|
293
319
|
"name": "ColorPaletteBlueLight1",
|
|
294
320
|
"attributes": {
|
|
@@ -307,11 +333,13 @@ module.exports = {
|
|
|
307
333
|
"base": {
|
|
308
334
|
"value": "#006fd0",
|
|
309
335
|
"themeable": true,
|
|
336
|
+
"$type": "color",
|
|
310
337
|
"filePath": "tokens/src/color/color.palette.json",
|
|
311
338
|
"isSource": true,
|
|
312
339
|
"original": {
|
|
313
340
|
"value": "#006fd0",
|
|
314
|
-
"themeable": true
|
|
341
|
+
"themeable": true,
|
|
342
|
+
"$type": "color"
|
|
315
343
|
},
|
|
316
344
|
"name": "ColorPaletteBlueBase",
|
|
317
345
|
"attributes": {
|
|
@@ -330,11 +358,13 @@ module.exports = {
|
|
|
330
358
|
"dark-1": {
|
|
331
359
|
"value": "#005eb1",
|
|
332
360
|
"themeable": true,
|
|
361
|
+
"$type": "color",
|
|
333
362
|
"filePath": "tokens/src/color/color.palette.json",
|
|
334
363
|
"isSource": true,
|
|
335
364
|
"original": {
|
|
336
365
|
"value": "#005eb1",
|
|
337
|
-
"themeable": true
|
|
366
|
+
"themeable": true,
|
|
367
|
+
"$type": "color"
|
|
338
368
|
},
|
|
339
369
|
"name": "ColorPaletteBlueDark1",
|
|
340
370
|
"attributes": {
|
|
@@ -353,11 +383,13 @@ module.exports = {
|
|
|
353
383
|
"dark-2": {
|
|
354
384
|
"value": "#004078",
|
|
355
385
|
"themeable": true,
|
|
386
|
+
"$type": "color",
|
|
356
387
|
"filePath": "tokens/src/color/color.palette.json",
|
|
357
388
|
"isSource": true,
|
|
358
389
|
"original": {
|
|
359
390
|
"value": "#004078",
|
|
360
|
-
"themeable": true
|
|
391
|
+
"themeable": true,
|
|
392
|
+
"$type": "color"
|
|
361
393
|
},
|
|
362
394
|
"name": "ColorPaletteBlueDark2",
|
|
363
395
|
"attributes": {
|
|
@@ -378,11 +410,13 @@ module.exports = {
|
|
|
378
410
|
"light-4": {
|
|
379
411
|
"value": "#fff0f0",
|
|
380
412
|
"themeable": true,
|
|
413
|
+
"$type": "color",
|
|
381
414
|
"filePath": "tokens/src/color/color.palette.json",
|
|
382
415
|
"isSource": true,
|
|
383
416
|
"original": {
|
|
384
417
|
"value": "#fff0f0",
|
|
385
|
-
"themeable": true
|
|
418
|
+
"themeable": true,
|
|
419
|
+
"$type": "color"
|
|
386
420
|
},
|
|
387
421
|
"name": "ColorPaletteRedLight4",
|
|
388
422
|
"attributes": {
|
|
@@ -401,11 +435,13 @@ module.exports = {
|
|
|
401
435
|
"light-3": {
|
|
402
436
|
"value": "#fcdddd",
|
|
403
437
|
"themeable": true,
|
|
438
|
+
"$type": "color",
|
|
404
439
|
"filePath": "tokens/src/color/color.palette.json",
|
|
405
440
|
"isSource": true,
|
|
406
441
|
"original": {
|
|
407
442
|
"value": "#fcdddd",
|
|
408
|
-
"themeable": true
|
|
443
|
+
"themeable": true,
|
|
444
|
+
"$type": "color"
|
|
409
445
|
},
|
|
410
446
|
"name": "ColorPaletteRedLight3",
|
|
411
447
|
"attributes": {
|
|
@@ -424,11 +460,13 @@ module.exports = {
|
|
|
424
460
|
"light-2": {
|
|
425
461
|
"value": "#ffb3b3",
|
|
426
462
|
"themeable": true,
|
|
463
|
+
"$type": "color",
|
|
427
464
|
"filePath": "tokens/src/color/color.palette.json",
|
|
428
465
|
"isSource": true,
|
|
429
466
|
"original": {
|
|
430
467
|
"value": "#ffb3b3",
|
|
431
|
-
"themeable": true
|
|
468
|
+
"themeable": true,
|
|
469
|
+
"$type": "color"
|
|
432
470
|
},
|
|
433
471
|
"name": "ColorPaletteRedLight2",
|
|
434
472
|
"attributes": {
|
|
@@ -447,11 +485,13 @@ module.exports = {
|
|
|
447
485
|
"light-1": {
|
|
448
486
|
"value": "#fc5e5e",
|
|
449
487
|
"themeable": true,
|
|
488
|
+
"$type": "color",
|
|
450
489
|
"filePath": "tokens/src/color/color.palette.json",
|
|
451
490
|
"isSource": true,
|
|
452
491
|
"original": {
|
|
453
492
|
"value": "#fc5e5e",
|
|
454
|
-
"themeable": true
|
|
493
|
+
"themeable": true,
|
|
494
|
+
"$type": "color"
|
|
455
495
|
},
|
|
456
496
|
"name": "ColorPaletteRedLight1",
|
|
457
497
|
"attributes": {
|
|
@@ -470,11 +510,13 @@ module.exports = {
|
|
|
470
510
|
"base": {
|
|
471
511
|
"value": "#e52222",
|
|
472
512
|
"themeable": true,
|
|
513
|
+
"$type": "color",
|
|
473
514
|
"filePath": "tokens/src/color/color.palette.json",
|
|
474
515
|
"isSource": true,
|
|
475
516
|
"original": {
|
|
476
517
|
"value": "#e52222",
|
|
477
|
-
"themeable": true
|
|
518
|
+
"themeable": true,
|
|
519
|
+
"$type": "color"
|
|
478
520
|
},
|
|
479
521
|
"name": "ColorPaletteRedBase",
|
|
480
522
|
"attributes": {
|
|
@@ -493,11 +535,13 @@ module.exports = {
|
|
|
493
535
|
"dark-1": {
|
|
494
536
|
"value": "#b20000",
|
|
495
537
|
"themeable": true,
|
|
538
|
+
"$type": "color",
|
|
496
539
|
"filePath": "tokens/src/color/color.palette.json",
|
|
497
540
|
"isSource": true,
|
|
498
541
|
"original": {
|
|
499
542
|
"value": "#b20000",
|
|
500
|
-
"themeable": true
|
|
543
|
+
"themeable": true,
|
|
544
|
+
"$type": "color"
|
|
501
545
|
},
|
|
502
546
|
"name": "ColorPaletteRedDark1",
|
|
503
547
|
"attributes": {
|
|
@@ -516,11 +560,13 @@ module.exports = {
|
|
|
516
560
|
"dark-2": {
|
|
517
561
|
"value": "#820000",
|
|
518
562
|
"themeable": true,
|
|
563
|
+
"$type": "color",
|
|
519
564
|
"filePath": "tokens/src/color/color.palette.json",
|
|
520
565
|
"isSource": true,
|
|
521
566
|
"original": {
|
|
522
567
|
"value": "#820000",
|
|
523
|
-
"themeable": true
|
|
568
|
+
"themeable": true,
|
|
569
|
+
"$type": "color"
|
|
524
570
|
},
|
|
525
571
|
"name": "ColorPaletteRedDark2",
|
|
526
572
|
"attributes": {
|
|
@@ -541,11 +587,13 @@ module.exports = {
|
|
|
541
587
|
"light-4": {
|
|
542
588
|
"value": "#e6fbff",
|
|
543
589
|
"themeable": true,
|
|
590
|
+
"$type": "color",
|
|
544
591
|
"filePath": "tokens/src/color/color.palette.json",
|
|
545
592
|
"isSource": true,
|
|
546
593
|
"original": {
|
|
547
594
|
"value": "#e6fbff",
|
|
548
|
-
"themeable": true
|
|
595
|
+
"themeable": true,
|
|
596
|
+
"$type": "color"
|
|
549
597
|
},
|
|
550
598
|
"name": "ColorPaletteTealLight4",
|
|
551
599
|
"attributes": {
|
|
@@ -564,11 +612,13 @@ module.exports = {
|
|
|
564
612
|
"light-3": {
|
|
565
613
|
"value": "#bcedf6",
|
|
566
614
|
"themeable": true,
|
|
615
|
+
"$type": "color",
|
|
567
616
|
"filePath": "tokens/src/color/color.palette.json",
|
|
568
617
|
"isSource": true,
|
|
569
618
|
"original": {
|
|
570
619
|
"value": "#bcedf6",
|
|
571
|
-
"themeable": true
|
|
620
|
+
"themeable": true,
|
|
621
|
+
"$type": "color"
|
|
572
622
|
},
|
|
573
623
|
"name": "ColorPaletteTealLight3",
|
|
574
624
|
"attributes": {
|
|
@@ -587,11 +637,13 @@ module.exports = {
|
|
|
587
637
|
"light-2": {
|
|
588
638
|
"value": "#66cee2",
|
|
589
639
|
"themeable": true,
|
|
640
|
+
"$type": "color",
|
|
590
641
|
"filePath": "tokens/src/color/color.palette.json",
|
|
591
642
|
"isSource": true,
|
|
592
643
|
"original": {
|
|
593
644
|
"value": "#66cee2",
|
|
594
|
-
"themeable": true
|
|
645
|
+
"themeable": true,
|
|
646
|
+
"$type": "color"
|
|
595
647
|
},
|
|
596
648
|
"name": "ColorPaletteTealLight2",
|
|
597
649
|
"attributes": {
|
|
@@ -610,11 +662,13 @@ module.exports = {
|
|
|
610
662
|
"light-1": {
|
|
611
663
|
"value": "#29acc4",
|
|
612
664
|
"themeable": true,
|
|
665
|
+
"$type": "color",
|
|
613
666
|
"filePath": "tokens/src/color/color.palette.json",
|
|
614
667
|
"isSource": true,
|
|
615
668
|
"original": {
|
|
616
669
|
"value": "#29acc4",
|
|
617
|
-
"themeable": true
|
|
670
|
+
"themeable": true,
|
|
671
|
+
"$type": "color"
|
|
618
672
|
},
|
|
619
673
|
"name": "ColorPaletteTealLight1",
|
|
620
674
|
"attributes": {
|
|
@@ -633,11 +687,13 @@ module.exports = {
|
|
|
633
687
|
"base": {
|
|
634
688
|
"value": "#0095b0",
|
|
635
689
|
"themeable": true,
|
|
690
|
+
"$type": "color",
|
|
636
691
|
"filePath": "tokens/src/color/color.palette.json",
|
|
637
692
|
"isSource": true,
|
|
638
693
|
"original": {
|
|
639
694
|
"value": "#0095b0",
|
|
640
|
-
"themeable": true
|
|
695
|
+
"themeable": true,
|
|
696
|
+
"$type": "color"
|
|
641
697
|
},
|
|
642
698
|
"name": "ColorPaletteTealBase",
|
|
643
699
|
"attributes": {
|
|
@@ -656,11 +712,13 @@ module.exports = {
|
|
|
656
712
|
"dark-1": {
|
|
657
713
|
"value": "#007286",
|
|
658
714
|
"themeable": true,
|
|
715
|
+
"$type": "color",
|
|
659
716
|
"filePath": "tokens/src/color/color.palette.json",
|
|
660
717
|
"isSource": true,
|
|
661
718
|
"original": {
|
|
662
719
|
"value": "#007286",
|
|
663
|
-
"themeable": true
|
|
720
|
+
"themeable": true,
|
|
721
|
+
"$type": "color"
|
|
664
722
|
},
|
|
665
723
|
"name": "ColorPaletteTealDark1",
|
|
666
724
|
"attributes": {
|
|
@@ -679,11 +737,13 @@ module.exports = {
|
|
|
679
737
|
"dark-2": {
|
|
680
738
|
"value": "#004f5d",
|
|
681
739
|
"themeable": true,
|
|
740
|
+
"$type": "color",
|
|
682
741
|
"filePath": "tokens/src/color/color.palette.json",
|
|
683
742
|
"isSource": true,
|
|
684
743
|
"original": {
|
|
685
744
|
"value": "#004f5D",
|
|
686
|
-
"themeable": true
|
|
745
|
+
"themeable": true,
|
|
746
|
+
"$type": "color"
|
|
687
747
|
},
|
|
688
748
|
"name": "ColorPaletteTealDark2",
|
|
689
749
|
"attributes": {
|
|
@@ -704,11 +764,13 @@ module.exports = {
|
|
|
704
764
|
"light-4": {
|
|
705
765
|
"value": "#effbef",
|
|
706
766
|
"themeable": true,
|
|
767
|
+
"$type": "color",
|
|
707
768
|
"filePath": "tokens/src/color/color.palette.json",
|
|
708
769
|
"isSource": true,
|
|
709
770
|
"original": {
|
|
710
771
|
"value": "#effbef",
|
|
711
|
-
"themeable": true
|
|
772
|
+
"themeable": true,
|
|
773
|
+
"$type": "color"
|
|
712
774
|
},
|
|
713
775
|
"name": "ColorPaletteGreenLight4",
|
|
714
776
|
"attributes": {
|
|
@@ -727,11 +789,13 @@ module.exports = {
|
|
|
727
789
|
"light-3": {
|
|
728
790
|
"value": "#def7de",
|
|
729
791
|
"themeable": true,
|
|
792
|
+
"$type": "color",
|
|
730
793
|
"filePath": "tokens/src/color/color.palette.json",
|
|
731
794
|
"isSource": true,
|
|
732
795
|
"original": {
|
|
733
796
|
"value": "#def7de",
|
|
734
|
-
"themeable": true
|
|
797
|
+
"themeable": true,
|
|
798
|
+
"$type": "color"
|
|
735
799
|
},
|
|
736
800
|
"name": "ColorPaletteGreenLight3",
|
|
737
801
|
"attributes": {
|
|
@@ -750,11 +814,13 @@ module.exports = {
|
|
|
750
814
|
"light-2": {
|
|
751
815
|
"value": "#93e293",
|
|
752
816
|
"themeable": true,
|
|
817
|
+
"$type": "color",
|
|
753
818
|
"filePath": "tokens/src/color/color.palette.json",
|
|
754
819
|
"isSource": true,
|
|
755
820
|
"original": {
|
|
756
821
|
"value": "#93e293",
|
|
757
|
-
"themeable": true
|
|
822
|
+
"themeable": true,
|
|
823
|
+
"$type": "color"
|
|
758
824
|
},
|
|
759
825
|
"name": "ColorPaletteGreenLight2",
|
|
760
826
|
"attributes": {
|
|
@@ -773,11 +839,13 @@ module.exports = {
|
|
|
773
839
|
"light-1": {
|
|
774
840
|
"value": "#5cba5c",
|
|
775
841
|
"themeable": true,
|
|
842
|
+
"$type": "color",
|
|
776
843
|
"filePath": "tokens/src/color/color.palette.json",
|
|
777
844
|
"isSource": true,
|
|
778
845
|
"original": {
|
|
779
846
|
"value": "#5cba5c",
|
|
780
|
-
"themeable": true
|
|
847
|
+
"themeable": true,
|
|
848
|
+
"$type": "color"
|
|
781
849
|
},
|
|
782
850
|
"name": "ColorPaletteGreenLight1",
|
|
783
851
|
"attributes": {
|
|
@@ -796,11 +864,13 @@ module.exports = {
|
|
|
796
864
|
"base": {
|
|
797
865
|
"value": "#228b22",
|
|
798
866
|
"themeable": true,
|
|
867
|
+
"$type": "color",
|
|
799
868
|
"filePath": "tokens/src/color/color.palette.json",
|
|
800
869
|
"isSource": true,
|
|
801
870
|
"original": {
|
|
802
871
|
"value": "#228b22",
|
|
803
|
-
"themeable": true
|
|
872
|
+
"themeable": true,
|
|
873
|
+
"$type": "color"
|
|
804
874
|
},
|
|
805
875
|
"name": "ColorPaletteGreenBase",
|
|
806
876
|
"attributes": {
|
|
@@ -819,11 +889,13 @@ module.exports = {
|
|
|
819
889
|
"dark-1": {
|
|
820
890
|
"value": "#186218",
|
|
821
891
|
"themeable": true,
|
|
892
|
+
"$type": "color",
|
|
822
893
|
"filePath": "tokens/src/color/color.palette.json",
|
|
823
894
|
"isSource": true,
|
|
824
895
|
"original": {
|
|
825
896
|
"value": "#186218",
|
|
826
|
-
"themeable": true
|
|
897
|
+
"themeable": true,
|
|
898
|
+
"$type": "color"
|
|
827
899
|
},
|
|
828
900
|
"name": "ColorPaletteGreenDark1",
|
|
829
901
|
"attributes": {
|
|
@@ -842,11 +914,13 @@ module.exports = {
|
|
|
842
914
|
"dark-2": {
|
|
843
915
|
"value": "#064006",
|
|
844
916
|
"themeable": true,
|
|
917
|
+
"$type": "color",
|
|
845
918
|
"filePath": "tokens/src/color/color.palette.json",
|
|
846
919
|
"isSource": true,
|
|
847
920
|
"original": {
|
|
848
921
|
"value": "#064006",
|
|
849
|
-
"themeable": true
|
|
922
|
+
"themeable": true,
|
|
923
|
+
"$type": "color"
|
|
850
924
|
},
|
|
851
925
|
"name": "ColorPaletteGreenDark2",
|
|
852
926
|
"attributes": {
|
|
@@ -867,11 +941,13 @@ module.exports = {
|
|
|
867
941
|
"light-4": {
|
|
868
942
|
"value": "#fff7e5",
|
|
869
943
|
"themeable": true,
|
|
944
|
+
"$type": "color",
|
|
870
945
|
"filePath": "tokens/src/color/color.palette.json",
|
|
871
946
|
"isSource": true,
|
|
872
947
|
"original": {
|
|
873
948
|
"value": "#fff7e5",
|
|
874
|
-
"themeable": true
|
|
949
|
+
"themeable": true,
|
|
950
|
+
"$type": "color"
|
|
875
951
|
},
|
|
876
952
|
"name": "ColorPaletteYellowLight4",
|
|
877
953
|
"attributes": {
|
|
@@ -890,11 +966,13 @@ module.exports = {
|
|
|
890
966
|
"light-3": {
|
|
891
967
|
"value": "#ffefca",
|
|
892
968
|
"themeable": true,
|
|
969
|
+
"$type": "color",
|
|
893
970
|
"filePath": "tokens/src/color/color.palette.json",
|
|
894
971
|
"isSource": true,
|
|
895
972
|
"original": {
|
|
896
973
|
"value": "#ffefca",
|
|
897
|
-
"themeable": true
|
|
974
|
+
"themeable": true,
|
|
975
|
+
"$type": "color"
|
|
898
976
|
},
|
|
899
977
|
"name": "ColorPaletteYellowLight3",
|
|
900
978
|
"attributes": {
|
|
@@ -913,11 +991,13 @@ module.exports = {
|
|
|
913
991
|
"light-2": {
|
|
914
992
|
"value": "#ffe5a7",
|
|
915
993
|
"themeable": true,
|
|
994
|
+
"$type": "color",
|
|
916
995
|
"filePath": "tokens/src/color/color.palette.json",
|
|
917
996
|
"isSource": true,
|
|
918
997
|
"original": {
|
|
919
998
|
"value": "#ffe5a7",
|
|
920
|
-
"themeable": true
|
|
999
|
+
"themeable": true,
|
|
1000
|
+
"$type": "color"
|
|
921
1001
|
},
|
|
922
1002
|
"name": "ColorPaletteYellowLight2",
|
|
923
1003
|
"attributes": {
|
|
@@ -936,11 +1016,13 @@ module.exports = {
|
|
|
936
1016
|
"light-1": {
|
|
937
1017
|
"value": "#ffd87c",
|
|
938
1018
|
"themeable": true,
|
|
1019
|
+
"$type": "color",
|
|
939
1020
|
"filePath": "tokens/src/color/color.palette.json",
|
|
940
1021
|
"isSource": true,
|
|
941
1022
|
"original": {
|
|
942
1023
|
"value": "#ffd87c",
|
|
943
|
-
"themeable": true
|
|
1024
|
+
"themeable": true,
|
|
1025
|
+
"$type": "color"
|
|
944
1026
|
},
|
|
945
1027
|
"name": "ColorPaletteYellowLight1",
|
|
946
1028
|
"attributes": {
|
|
@@ -959,11 +1041,13 @@ module.exports = {
|
|
|
959
1041
|
"base": {
|
|
960
1042
|
"value": "#ffbe24",
|
|
961
1043
|
"themeable": true,
|
|
1044
|
+
"$type": "color",
|
|
962
1045
|
"filePath": "tokens/src/color/color.palette.json",
|
|
963
1046
|
"isSource": true,
|
|
964
1047
|
"original": {
|
|
965
1048
|
"value": "#ffbe24",
|
|
966
|
-
"themeable": true
|
|
1049
|
+
"themeable": true,
|
|
1050
|
+
"$type": "color"
|
|
967
1051
|
},
|
|
968
1052
|
"name": "ColorPaletteYellowBase",
|
|
969
1053
|
"attributes": {
|
|
@@ -982,11 +1066,13 @@ module.exports = {
|
|
|
982
1066
|
"dark-1": {
|
|
983
1067
|
"value": "#d09200",
|
|
984
1068
|
"themeable": true,
|
|
1069
|
+
"$type": "color",
|
|
985
1070
|
"filePath": "tokens/src/color/color.palette.json",
|
|
986
1071
|
"isSource": true,
|
|
987
1072
|
"original": {
|
|
988
1073
|
"value": "#d09200",
|
|
989
|
-
"themeable": true
|
|
1074
|
+
"themeable": true,
|
|
1075
|
+
"$type": "color"
|
|
990
1076
|
},
|
|
991
1077
|
"name": "ColorPaletteYellowDark1",
|
|
992
1078
|
"attributes": {
|
|
@@ -1005,11 +1091,13 @@ module.exports = {
|
|
|
1005
1091
|
"dark-2": {
|
|
1006
1092
|
"value": "#845d01",
|
|
1007
1093
|
"themeable": true,
|
|
1094
|
+
"$type": "color",
|
|
1008
1095
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1009
1096
|
"isSource": true,
|
|
1010
1097
|
"original": {
|
|
1011
1098
|
"value": "#845d01",
|
|
1012
|
-
"themeable": true
|
|
1099
|
+
"themeable": true,
|
|
1100
|
+
"$type": "color"
|
|
1013
1101
|
},
|
|
1014
1102
|
"name": "ColorPaletteYellowDark2",
|
|
1015
1103
|
"attributes": {
|
|
@@ -1030,11 +1118,13 @@ module.exports = {
|
|
|
1030
1118
|
"light-4": {
|
|
1031
1119
|
"value": "#f3ecf8",
|
|
1032
1120
|
"themeable": true,
|
|
1121
|
+
"$type": "color",
|
|
1033
1122
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1034
1123
|
"isSource": true,
|
|
1035
1124
|
"original": {
|
|
1036
1125
|
"value": "#f3ecf8",
|
|
1037
|
-
"themeable": true
|
|
1126
|
+
"themeable": true,
|
|
1127
|
+
"$type": "color"
|
|
1038
1128
|
},
|
|
1039
1129
|
"name": "ColorPalettePurpleLight4",
|
|
1040
1130
|
"attributes": {
|
|
@@ -1053,11 +1143,13 @@ module.exports = {
|
|
|
1053
1143
|
"light-3": {
|
|
1054
1144
|
"value": "#dfcced",
|
|
1055
1145
|
"themeable": true,
|
|
1146
|
+
"$type": "color",
|
|
1056
1147
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1057
1148
|
"isSource": true,
|
|
1058
1149
|
"original": {
|
|
1059
1150
|
"value": "#dfcced",
|
|
1060
|
-
"themeable": true
|
|
1151
|
+
"themeable": true,
|
|
1152
|
+
"$type": "color"
|
|
1061
1153
|
},
|
|
1062
1154
|
"name": "ColorPalettePurpleLight3",
|
|
1063
1155
|
"attributes": {
|
|
@@ -1076,11 +1168,13 @@ module.exports = {
|
|
|
1076
1168
|
"light-2": {
|
|
1077
1169
|
"value": "#bf99db",
|
|
1078
1170
|
"themeable": true,
|
|
1171
|
+
"$type": "color",
|
|
1079
1172
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1080
1173
|
"isSource": true,
|
|
1081
1174
|
"original": {
|
|
1082
1175
|
"value": "#bf99db",
|
|
1083
|
-
"themeable": true
|
|
1176
|
+
"themeable": true,
|
|
1177
|
+
"$type": "color"
|
|
1084
1178
|
},
|
|
1085
1179
|
"name": "ColorPalettePurpleLight2",
|
|
1086
1180
|
"attributes": {
|
|
@@ -1099,11 +1193,13 @@ module.exports = {
|
|
|
1099
1193
|
"light-1": {
|
|
1100
1194
|
"value": "#a572cd",
|
|
1101
1195
|
"themeable": true,
|
|
1196
|
+
"$type": "color",
|
|
1102
1197
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1103
1198
|
"isSource": true,
|
|
1104
1199
|
"original": {
|
|
1105
1200
|
"value": "#a572cd",
|
|
1106
|
-
"themeable": true
|
|
1201
|
+
"themeable": true,
|
|
1202
|
+
"$type": "color"
|
|
1107
1203
|
},
|
|
1108
1204
|
"name": "ColorPalettePurpleLight1",
|
|
1109
1205
|
"attributes": {
|
|
@@ -1122,11 +1218,13 @@ module.exports = {
|
|
|
1122
1218
|
"base": {
|
|
1123
1219
|
"value": "#8f4fc0",
|
|
1124
1220
|
"themeable": true,
|
|
1221
|
+
"$type": "color",
|
|
1125
1222
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1126
1223
|
"isSource": true,
|
|
1127
1224
|
"original": {
|
|
1128
1225
|
"value": "#8f4fc0",
|
|
1129
|
-
"themeable": true
|
|
1226
|
+
"themeable": true,
|
|
1227
|
+
"$type": "color"
|
|
1130
1228
|
},
|
|
1131
1229
|
"name": "ColorPalettePurpleBase",
|
|
1132
1230
|
"attributes": {
|
|
@@ -1145,11 +1243,13 @@ module.exports = {
|
|
|
1145
1243
|
"dark-1": {
|
|
1146
1244
|
"value": "#5e00a6",
|
|
1147
1245
|
"themeable": true,
|
|
1246
|
+
"$type": "color",
|
|
1148
1247
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1149
1248
|
"isSource": true,
|
|
1150
1249
|
"original": {
|
|
1151
1250
|
"value": "#5e00a6",
|
|
1152
|
-
"themeable": true
|
|
1251
|
+
"themeable": true,
|
|
1252
|
+
"$type": "color"
|
|
1153
1253
|
},
|
|
1154
1254
|
"name": "ColorPalettePurpleDark1",
|
|
1155
1255
|
"attributes": {
|
|
@@ -1168,11 +1268,13 @@ module.exports = {
|
|
|
1168
1268
|
"dark-2": {
|
|
1169
1269
|
"value": "#4b0085",
|
|
1170
1270
|
"themeable": true,
|
|
1271
|
+
"$type": "color",
|
|
1171
1272
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1172
1273
|
"isSource": true,
|
|
1173
1274
|
"original": {
|
|
1174
1275
|
"value": "#4b0085",
|
|
1175
|
-
"themeable": true
|
|
1276
|
+
"themeable": true,
|
|
1277
|
+
"$type": "color"
|
|
1176
1278
|
},
|
|
1177
1279
|
"name": "ColorPalettePurpleDark2",
|
|
1178
1280
|
"attributes": {
|
|
@@ -1193,11 +1295,13 @@ module.exports = {
|
|
|
1193
1295
|
"light-4": {
|
|
1194
1296
|
"value": "#fdedf2",
|
|
1195
1297
|
"themeable": true,
|
|
1298
|
+
"$type": "color",
|
|
1196
1299
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1197
1300
|
"isSource": true,
|
|
1198
1301
|
"original": {
|
|
1199
1302
|
"value": "#fdedf2",
|
|
1200
|
-
"themeable": true
|
|
1303
|
+
"themeable": true,
|
|
1304
|
+
"$type": "color"
|
|
1201
1305
|
},
|
|
1202
1306
|
"name": "ColorPaletteMagentaLight4",
|
|
1203
1307
|
"attributes": {
|
|
@@ -1216,11 +1320,13 @@ module.exports = {
|
|
|
1216
1320
|
"light-3": {
|
|
1217
1321
|
"value": "#fbdbe5",
|
|
1218
1322
|
"themeable": true,
|
|
1323
|
+
"$type": "color",
|
|
1219
1324
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1220
1325
|
"isSource": true,
|
|
1221
1326
|
"original": {
|
|
1222
1327
|
"value": "#fbdbe5",
|
|
1223
|
-
"themeable": true
|
|
1328
|
+
"themeable": true,
|
|
1329
|
+
"$type": "color"
|
|
1224
1330
|
},
|
|
1225
1331
|
"name": "ColorPaletteMagentaLight3",
|
|
1226
1332
|
"attributes": {
|
|
@@ -1239,11 +1345,13 @@ module.exports = {
|
|
|
1239
1345
|
"light-2": {
|
|
1240
1346
|
"value": "#ff9fbd",
|
|
1241
1347
|
"themeable": true,
|
|
1348
|
+
"$type": "color",
|
|
1242
1349
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1243
1350
|
"isSource": true,
|
|
1244
1351
|
"original": {
|
|
1245
1352
|
"value": "#ff9fbd",
|
|
1246
|
-
"themeable": true
|
|
1353
|
+
"themeable": true,
|
|
1354
|
+
"$type": "color"
|
|
1247
1355
|
},
|
|
1248
1356
|
"name": "ColorPaletteMagentaLight2",
|
|
1249
1357
|
"attributes": {
|
|
@@ -1262,11 +1370,13 @@ module.exports = {
|
|
|
1262
1370
|
"light-1": {
|
|
1263
1371
|
"value": "#e73e79",
|
|
1264
1372
|
"themeable": true,
|
|
1373
|
+
"$type": "color",
|
|
1265
1374
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1266
1375
|
"isSource": true,
|
|
1267
1376
|
"original": {
|
|
1268
1377
|
"value": "#e73e79",
|
|
1269
|
-
"themeable": true
|
|
1378
|
+
"themeable": true,
|
|
1379
|
+
"$type": "color"
|
|
1270
1380
|
},
|
|
1271
1381
|
"name": "ColorPaletteMagentaLight1",
|
|
1272
1382
|
"attributes": {
|
|
@@ -1285,11 +1395,13 @@ module.exports = {
|
|
|
1285
1395
|
"base": {
|
|
1286
1396
|
"value": "#d4004b",
|
|
1287
1397
|
"themeable": true,
|
|
1398
|
+
"$type": "color",
|
|
1288
1399
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1289
1400
|
"isSource": true,
|
|
1290
1401
|
"original": {
|
|
1291
1402
|
"value": "#d4004b",
|
|
1292
|
-
"themeable": true
|
|
1403
|
+
"themeable": true,
|
|
1404
|
+
"$type": "color"
|
|
1293
1405
|
},
|
|
1294
1406
|
"name": "ColorPaletteMagentaBase",
|
|
1295
1407
|
"attributes": {
|
|
@@ -1308,11 +1420,13 @@ module.exports = {
|
|
|
1308
1420
|
"dark-1": {
|
|
1309
1421
|
"value": "#960739",
|
|
1310
1422
|
"themeable": true,
|
|
1423
|
+
"$type": "color",
|
|
1311
1424
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1312
1425
|
"isSource": true,
|
|
1313
1426
|
"original": {
|
|
1314
1427
|
"value": "#960739",
|
|
1315
|
-
"themeable": true
|
|
1428
|
+
"themeable": true,
|
|
1429
|
+
"$type": "color"
|
|
1316
1430
|
},
|
|
1317
1431
|
"name": "ColorPaletteMagentaDark1",
|
|
1318
1432
|
"attributes": {
|
|
@@ -1331,11 +1445,13 @@ module.exports = {
|
|
|
1331
1445
|
"dark-2": {
|
|
1332
1446
|
"value": "#650324",
|
|
1333
1447
|
"themeable": true,
|
|
1448
|
+
"$type": "color",
|
|
1334
1449
|
"filePath": "tokens/src/color/color.palette.json",
|
|
1335
1450
|
"isSource": true,
|
|
1336
1451
|
"original": {
|
|
1337
1452
|
"value": "#650324",
|
|
1338
|
-
"themeable": true
|
|
1453
|
+
"themeable": true,
|
|
1454
|
+
"$type": "color"
|
|
1339
1455
|
},
|
|
1340
1456
|
"name": "ColorPaletteMagentaDark2",
|
|
1341
1457
|
"attributes": {
|