@knapsack/sandbox-tokens 4.53.1--canary.3986.c6043f8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,667 @@
1
+ {
2
+ "$extensions": {
3
+ "cloud.knapsack": {
4
+ "global": {
5
+ "collectionsParentKey": "collections"
6
+ }
7
+ }
8
+ },
9
+ "border": {
10
+ "1": {
11
+ "value": "red dotted 2px",
12
+ "$value": {
13
+ "color": "red",
14
+ "style": "dotted",
15
+ "width": "2px"
16
+ },
17
+ "$type": "border",
18
+ "$description": "border",
19
+ "comment": "border"
20
+ }
21
+ },
22
+ "breakpoint": {
23
+ "small": {
24
+ "value": "330px",
25
+ "$type": "dimension"
26
+ },
27
+ "medium": {
28
+ "value": "480px",
29
+ "$type": "dimension"
30
+ },
31
+ "large": {
32
+ "value": "{radius.large.value}",
33
+ "$type": "dimension",
34
+ "$description": ""
35
+ },
36
+ "xlarge": {
37
+ "value": "992px",
38
+ "$type": "dimension"
39
+ },
40
+ "xxlarge": {
41
+ "value": "1240px",
42
+ "$type": "dimension"
43
+ },
44
+ "xxxlarge": {
45
+ "value": "1440px",
46
+ "$type": "dimension"
47
+ }
48
+ },
49
+ "media": {
50
+ "query": {
51
+ "small": {
52
+ "value": "screen and (min-width: {breakpoint.small.value})"
53
+ },
54
+ "medium": {
55
+ "value": "screen and (min-width: {breakpoint.medium.value})"
56
+ },
57
+ "large": {
58
+ "value": "screen and (min-width: {breakpoint.large.value})"
59
+ }
60
+ }
61
+ },
62
+ "misc": {
63
+ "isAwesome": {
64
+ "value": true,
65
+ "$type": "boolean",
66
+ "$description": ""
67
+ },
68
+ "magic number": {
69
+ "value": 42,
70
+ "$type": "number"
71
+ },
72
+ "some text": {
73
+ "value": "Hello world",
74
+ "$type": "string"
75
+ },
76
+ "isAwesome2": {
77
+ "value": "{misc.isAwesome.value}"
78
+ },
79
+ "boolean": {
80
+ "value": true,
81
+ "$type": "boolean",
82
+ "$description": ""
83
+ },
84
+ "duration": {
85
+ "value": "100ms",
86
+ "$type": "duration",
87
+ "$description": ""
88
+ },
89
+ "shadow": {
90
+ "value": "1px 1px 1px 1px #000000",
91
+ "$type": "shadow",
92
+ "$description": "",
93
+ "$value": {
94
+ "color": "#000000",
95
+ "blur": "1px",
96
+ "offsetX": "1px",
97
+ "offsetY": "1px",
98
+ "spread": "1px"
99
+ }
100
+ }
101
+ },
102
+ "color": {
103
+ "black": {
104
+ "value": "{color.neutral.800.value}",
105
+ "$description": "",
106
+ "$type": "color"
107
+ },
108
+ "white": {
109
+ "value": "#ffffff",
110
+ "$type": "color",
111
+ "$description": ""
112
+ },
113
+ "neutral": {
114
+ "100": {
115
+ "value": "#FAFAFB",
116
+ "$type": "color"
117
+ },
118
+ "200": {
119
+ "value": "#F6F6F7",
120
+ "$type": "color"
121
+ },
122
+ "300": {
123
+ "value": "#EDECEF",
124
+ "$type": "color"
125
+ },
126
+ "400": {
127
+ "value": "#dedce2",
128
+ "$type": "color",
129
+ "$description": ""
130
+ },
131
+ "500": {
132
+ "value": "#BFBDC6",
133
+ "$type": "color"
134
+ },
135
+ "600": {
136
+ "value": "#ACAAB6",
137
+ "$type": "color"
138
+ },
139
+ "700": {
140
+ "value": "#878496",
141
+ "$type": "color"
142
+ },
143
+ "800": {
144
+ "value": "#191335",
145
+ "$type": "color"
146
+ },
147
+ "$description": "Neutral colors are used for backgrounds, borders, and text."
148
+ },
149
+ "pink": {
150
+ "100": {
151
+ "value": "#FFDDDB",
152
+ "$type": "color"
153
+ },
154
+ "200": {
155
+ "value": "#FCB6B8",
156
+ "$type": "color"
157
+ },
158
+ "300": {
159
+ "value": "#FA919F",
160
+ "$type": "color"
161
+ },
162
+ "400": {
163
+ "value": "#F37491",
164
+ "$type": "color"
165
+ },
166
+ "500": {
167
+ "value": "#EC487D",
168
+ "$type": "color"
169
+ },
170
+ "600": {
171
+ "value": "#CA3473",
172
+ "$type": "color"
173
+ },
174
+ "700": {
175
+ "value": "#AA2469",
176
+ "$type": "color"
177
+ },
178
+ "800": {
179
+ "value": "#710D55",
180
+ "$type": "color"
181
+ }
182
+ },
183
+ "purple": {
184
+ "100": {
185
+ "value": "#E5DBFE",
186
+ "$type": "color"
187
+ },
188
+ "200": {
189
+ "value": "#C9B8FE",
190
+ "$type": "color"
191
+ },
192
+ "300": {
193
+ "value": "#AA94F9",
194
+ "$type": "color"
195
+ },
196
+ "400": {
197
+ "value": "#9076F3",
198
+ "$type": "color"
199
+ },
200
+ "500": {
201
+ "value": "#6A4CEC",
202
+ "$type": "color"
203
+ },
204
+ "600": {
205
+ "value": "#5036CB",
206
+ "$type": "color"
207
+ },
208
+ "700": {
209
+ "value": "#3925AA",
210
+ "$type": "color"
211
+ },
212
+ "800": {
213
+ "value": "#190F72",
214
+ "$type": "color"
215
+ }
216
+ },
217
+ "text": {
218
+ "default": {
219
+ "value": "{color.neutral.800.value}"
220
+ },
221
+ "disabled": {
222
+ "value": "{color.neutral.400.value}"
223
+ },
224
+ "muted": {
225
+ "value": "{color.neutral.600.value}"
226
+ },
227
+ "white": {
228
+ "value": "{color.white.value}"
229
+ }
230
+ }
231
+ },
232
+ "cypress": {
233
+ "large": {
234
+ "value": "1.5rem",
235
+ "$type": "dimension"
236
+ },
237
+ "medium": {
238
+ "value": "1rem",
239
+ "$type": "dimension"
240
+ },
241
+ "small": {
242
+ "value": "0.5rem",
243
+ "$type": "dimension"
244
+ }
245
+ },
246
+ "emptyGroup": {},
247
+ "radius": {
248
+ "small": {
249
+ "value": "4px",
250
+ "$type": "dimension"
251
+ },
252
+ "medium": {
253
+ "value": "8px",
254
+ "$type": "dimension"
255
+ },
256
+ "large": {
257
+ "value": "{cypress.large.value}",
258
+ "$type": "dimension",
259
+ "$description": ""
260
+ },
261
+ "round": {
262
+ "value": "160px",
263
+ "$type": "dimension"
264
+ }
265
+ },
266
+ "shadow": {
267
+ "1": {
268
+ "value": "0px 5px 10px 0px #000000",
269
+ "$description": "Cards",
270
+ "$value": {
271
+ "color": "#000000",
272
+ "blur": "10px",
273
+ "spread": "0px",
274
+ "offsetX": "0px",
275
+ "offsetY": "5px"
276
+ },
277
+ "$type": "shadow",
278
+ "comment": "Cards"
279
+ },
280
+ "2": {
281
+ "value": "0px 10px 20px 0px #000000",
282
+ "$description": "floating action",
283
+ "comment": "floating action"
284
+ },
285
+ "3": {
286
+ "value": "0px 15px 25px 0px #000000",
287
+ "$description": "Popovers, dropdowns, etc",
288
+ "$value": {
289
+ "color": "#000000",
290
+ "blur": "25px",
291
+ "spread": "0px",
292
+ "offsetX": "0px",
293
+ "offsetY": "15px"
294
+ },
295
+ "$type": "shadow",
296
+ "comment": "Popovers, dropdowns, etc"
297
+ },
298
+ "4": {
299
+ "value": "0px 20px 40px 0px #000000"
300
+ },
301
+ "color": {
302
+ "value": "#000000",
303
+ "$type": "color"
304
+ },
305
+ "$type": "shadow"
306
+ },
307
+ "spacing scale": {
308
+ "1": {
309
+ "value": "2px"
310
+ },
311
+ "2": {
312
+ "value": "4px"
313
+ },
314
+ "3": {
315
+ "value": "8px"
316
+ },
317
+ "4": {
318
+ "value": "12px"
319
+ },
320
+ "5": {
321
+ "value": "16px"
322
+ },
323
+ "6": {
324
+ "value": "24px"
325
+ },
326
+ "7": {
327
+ "value": "32px"
328
+ },
329
+ "8": {
330
+ "value": "40px"
331
+ },
332
+ "9": {
333
+ "value": "48px"
334
+ },
335
+ "10": {
336
+ "value": "64px"
337
+ },
338
+ "11": {
339
+ "value": "80px"
340
+ },
341
+ "12": {
342
+ "value": "96px"
343
+ },
344
+ "13": {
345
+ "value": "160px"
346
+ },
347
+ "$type": "dimension"
348
+ },
349
+ "ungrouped-token": {
350
+ "value": "Im Not Part of Any Group",
351
+ "$type": "string"
352
+ },
353
+ "transition": {
354
+ "a": {
355
+ "value": "250ms cubic-bezier(0,0,1,1) 100ms",
356
+ "$type": "transition",
357
+ "$description": ""
358
+ },
359
+ "b": {
360
+ "value": "500ms cubic-bezier(0.1,1,0.3,1) 10ms",
361
+ "$type": "transition",
362
+ "$description": ""
363
+ }
364
+ },
365
+ "collections": {
366
+ "brands": {
367
+ "$extensions": {
368
+ "cloud.knapsack": {
369
+ "group": {
370
+ "collectionInfo": {
371
+ "type": "collection",
372
+ "modes": [
373
+ {
374
+ "id": "brandALight"
375
+ },
376
+ {
377
+ "id": "brandADark"
378
+ },
379
+ {
380
+ "id": "brandBLight"
381
+ },
382
+ {
383
+ "id": "brandBDark"
384
+ }
385
+ ]
386
+ }
387
+ }
388
+ }
389
+ },
390
+ "foo": {
391
+ "bar": {
392
+ "$type": "dimension",
393
+ "$extensions": {
394
+ "cloud.knapsack": {
395
+ "group": {
396
+ "collectionInfo": {
397
+ "type": "var"
398
+ }
399
+ }
400
+ }
401
+ },
402
+ "brandALight": {
403
+ "value": "1px"
404
+ },
405
+ "brandADark": {
406
+ "value": "1px"
407
+ },
408
+ "brandBLight": {
409
+ "value": "1px"
410
+ },
411
+ "brandBDark": {
412
+ "value": "1px"
413
+ }
414
+ }
415
+ },
416
+ "color": {
417
+ "$type": "color",
418
+ "primary": {
419
+ "$description": "The main, consistent color used in all graphics, publications, signage, etc. ",
420
+ "$extensions": {
421
+ "cloud.knapsack": {
422
+ "group": {
423
+ "collectionInfo": {
424
+ "type": "var"
425
+ }
426
+ }
427
+ }
428
+ },
429
+ "brandALight": {
430
+ "value": "#3ed93f"
431
+ },
432
+ "brandADark": {
433
+ "value": "#0a13f7"
434
+ },
435
+ "brandBLight": {
436
+ "value": "{color.pink.400.value}"
437
+ },
438
+ "brandBDark": {
439
+ "value": "{color.pink.800.value}"
440
+ }
441
+ },
442
+ "secondary": {
443
+ "$type": "color",
444
+ "$description": "Complimentary color to the primary brand color",
445
+ "$extensions": {
446
+ "cloud.knapsack": {
447
+ "group": {
448
+ "collectionInfo": {
449
+ "type": "var"
450
+ }
451
+ }
452
+ }
453
+ },
454
+ "brandALight": {
455
+ "value": "{color.pink.500.value}"
456
+ },
457
+ "brandBLight": {
458
+ "value": "{color.purple.500.value}"
459
+ },
460
+ "brandADark": {
461
+ "value": "{color.pink.500.value}"
462
+ },
463
+ "brandBDark": {
464
+ "value": "{color.purple.500.value}"
465
+ }
466
+ },
467
+ "color": {
468
+ "$type": "color",
469
+ "$extensions": {
470
+ "cloud.knapsack": {
471
+ "group": {
472
+ "collectionInfo": {
473
+ "type": "var"
474
+ }
475
+ }
476
+ }
477
+ },
478
+ "brandALight": {
479
+ "value": "#000000"
480
+ },
481
+ "brandADark": {
482
+ "value": "#000000"
483
+ },
484
+ "brandBLight": {
485
+ "value": "#000000"
486
+ },
487
+ "brandBDark": {
488
+ "value": "#000000"
489
+ }
490
+ },
491
+ "color 1": {
492
+ "$type": "color",
493
+ "$extensions": {
494
+ "cloud.knapsack": {
495
+ "group": {
496
+ "collectionInfo": {
497
+ "type": "var"
498
+ }
499
+ }
500
+ }
501
+ },
502
+ "brandALight": {
503
+ "value": "#000000"
504
+ },
505
+ "brandADark": {
506
+ "value": "#000000"
507
+ },
508
+ "brandBLight": {
509
+ "value": "#000000"
510
+ },
511
+ "brandBDark": {
512
+ "value": "#000000"
513
+ }
514
+ },
515
+ "fontWeight": {
516
+ "$type": "fontWeight",
517
+ "$extensions": {
518
+ "cloud.knapsack": {
519
+ "group": {
520
+ "collectionInfo": {
521
+ "type": "var"
522
+ }
523
+ }
524
+ }
525
+ }
526
+ }
527
+ },
528
+ "test": {
529
+ "$type": "dimension",
530
+ "primary": {
531
+ "$description": "The main, consistent color used in all graphics, publications, signage, etc. ",
532
+ "$extensions": {
533
+ "cloud.knapsack": {
534
+ "group": {
535
+ "collectionInfo": {
536
+ "type": "var"
537
+ }
538
+ }
539
+ }
540
+ },
541
+ "brandALight": {
542
+ "value": "{spacing scale.8.value}"
543
+ },
544
+ "brandADark": {
545
+ "value": "{collections.density.spacing.small.compact.value}"
546
+ }
547
+ },
548
+ "secondary": {
549
+ "$type": "color",
550
+ "$description": "Complimentary color to the primary brand color",
551
+ "$extensions": {
552
+ "cloud.knapsack": {
553
+ "group": {
554
+ "collectionInfo": {
555
+ "type": "var"
556
+ }
557
+ }
558
+ }
559
+ },
560
+ "brandALight": {
561
+ "value": "#cc2020"
562
+ },
563
+ "brandBLight": {
564
+ "value": "{color.neutral.300.value}"
565
+ },
566
+ "brandBDark": {
567
+ "value": "{color.neutral.600.value}"
568
+ },
569
+ "brandADark": {
570
+ "value": "#cc2020"
571
+ }
572
+ },
573
+ "dimension": {
574
+ "$type": "dimension",
575
+ "$extensions": {
576
+ "cloud.knapsack": {
577
+ "group": {
578
+ "collectionInfo": {
579
+ "type": "var"
580
+ }
581
+ }
582
+ }
583
+ },
584
+ "brandALight": {
585
+ "value": "2px",
586
+ "$type": "dimension"
587
+ }
588
+ }
589
+ }
590
+ },
591
+ "density": {
592
+ "$extensions": {
593
+ "cloud.knapsack": {
594
+ "group": {
595
+ "collectionInfo": {
596
+ "type": "collection",
597
+ "modes": [
598
+ {
599
+ "id": "comfortable"
600
+ },
601
+ {
602
+ "id": "compact"
603
+ }
604
+ ]
605
+ }
606
+ }
607
+ }
608
+ },
609
+ "spacing": {
610
+ "large": {
611
+ "$type": "dimension",
612
+ "$extensions": {
613
+ "cloud.knapsack": {
614
+ "group": {
615
+ "collectionInfo": {
616
+ "type": "var"
617
+ }
618
+ }
619
+ }
620
+ },
621
+ "comfortable": {
622
+ "value": "{spacing scale.8.value}"
623
+ },
624
+ "compact": {
625
+ "value": "{spacing scale.5.value}"
626
+ }
627
+ },
628
+ "medium": {
629
+ "$type": "dimension",
630
+ "$extensions": {
631
+ "cloud.knapsack": {
632
+ "group": {
633
+ "collectionInfo": {
634
+ "type": "var"
635
+ }
636
+ }
637
+ }
638
+ },
639
+ "comfortable": {
640
+ "value": "{spacing scale.6.value}"
641
+ },
642
+ "compact": {
643
+ "value": "{spacing scale.5.value}"
644
+ }
645
+ },
646
+ "small": {
647
+ "$type": "dimension",
648
+ "$extensions": {
649
+ "cloud.knapsack": {
650
+ "group": {
651
+ "collectionInfo": {
652
+ "type": "var"
653
+ }
654
+ }
655
+ }
656
+ },
657
+ "comfortable": {
658
+ "value": "{spacing scale.3.value}"
659
+ },
660
+ "compact": {
661
+ "value": "{spacing scale.2.value}"
662
+ }
663
+ }
664
+ }
665
+ }
666
+ }
667
+ }