@pantheon-systems/pds-design-tokens 0.4.0-dev.1 → 0.5.0-dev.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.
@@ -82,6 +82,784 @@
82
82
  ]
83
83
  }
84
84
  },
85
+ "button": {
86
+ "primary": {
87
+ "background": {
88
+ "default": {
89
+ "value": "#ffdc28",
90
+ "public": true,
91
+ "isReferenceToInternal": true,
92
+ "filePath": "tokens/color/alias/input.light.json",
93
+ "isSource": true,
94
+ "original": {
95
+ "value": "{color.light-mode.brand.primary.400.value}",
96
+ "public": true,
97
+ "isReferenceToInternal": true
98
+ },
99
+ "name": "color-light-mode-button-primary-background-default",
100
+ "attributes": {
101
+ "category": "color",
102
+ "type": "light-mode",
103
+ "item": "button",
104
+ "subitem": "primary",
105
+ "state": "background"
106
+ },
107
+ "path": [
108
+ "color",
109
+ "light-mode",
110
+ "button",
111
+ "primary",
112
+ "background",
113
+ "default"
114
+ ]
115
+ },
116
+ "hover": {
117
+ "value": "#ffe668",
118
+ "public": true,
119
+ "isReferenceToInternal": true,
120
+ "filePath": "tokens/color/alias/input.light.json",
121
+ "isSource": true,
122
+ "original": {
123
+ "value": "{color.light-mode.brand.primary.300.value}",
124
+ "public": true,
125
+ "isReferenceToInternal": true
126
+ },
127
+ "name": "color-light-mode-button-primary-background-hover",
128
+ "attributes": {
129
+ "category": "color",
130
+ "type": "light-mode",
131
+ "item": "button",
132
+ "subitem": "primary",
133
+ "state": "background"
134
+ },
135
+ "path": [
136
+ "color",
137
+ "light-mode",
138
+ "button",
139
+ "primary",
140
+ "background",
141
+ "hover"
142
+ ]
143
+ },
144
+ "active": {
145
+ "value": "#ddbd16",
146
+ "public": true,
147
+ "isReferenceToInternal": true,
148
+ "filePath": "tokens/color/alias/input.light.json",
149
+ "isSource": true,
150
+ "original": {
151
+ "value": "{color.light-mode.brand.primary.500.value}",
152
+ "public": true,
153
+ "isReferenceToInternal": true
154
+ },
155
+ "name": "color-light-mode-button-primary-background-active",
156
+ "attributes": {
157
+ "category": "color",
158
+ "type": "light-mode",
159
+ "item": "button",
160
+ "subitem": "primary",
161
+ "state": "background"
162
+ },
163
+ "path": [
164
+ "color",
165
+ "light-mode",
166
+ "button",
167
+ "primary",
168
+ "background",
169
+ "active"
170
+ ]
171
+ }
172
+ },
173
+ "border": {
174
+ "default": {
175
+ "value": "#ffdc28",
176
+ "public": true,
177
+ "isReferenceToInternal": true,
178
+ "filePath": "tokens/color/alias/input.light.json",
179
+ "isSource": true,
180
+ "original": {
181
+ "value": "{color.light-mode.brand.primary.400.value}",
182
+ "public": true,
183
+ "isReferenceToInternal": true
184
+ },
185
+ "name": "color-light-mode-button-primary-border-default",
186
+ "attributes": {
187
+ "category": "color",
188
+ "type": "light-mode",
189
+ "item": "button",
190
+ "subitem": "primary",
191
+ "state": "border"
192
+ },
193
+ "path": [
194
+ "color",
195
+ "light-mode",
196
+ "button",
197
+ "primary",
198
+ "border",
199
+ "default"
200
+ ]
201
+ },
202
+ "hover": {
203
+ "value": "#ffe668",
204
+ "public": true,
205
+ "isReferenceToInternal": true,
206
+ "filePath": "tokens/color/alias/input.light.json",
207
+ "isSource": true,
208
+ "original": {
209
+ "value": "{color.light-mode.brand.primary.300.value}",
210
+ "public": true,
211
+ "isReferenceToInternal": true
212
+ },
213
+ "name": "color-light-mode-button-primary-border-hover",
214
+ "attributes": {
215
+ "category": "color",
216
+ "type": "light-mode",
217
+ "item": "button",
218
+ "subitem": "primary",
219
+ "state": "border"
220
+ },
221
+ "path": [
222
+ "color",
223
+ "light-mode",
224
+ "button",
225
+ "primary",
226
+ "border",
227
+ "hover"
228
+ ]
229
+ },
230
+ "active": {
231
+ "value": "#ddbd16",
232
+ "public": true,
233
+ "isReferenceToInternal": true,
234
+ "filePath": "tokens/color/alias/input.light.json",
235
+ "isSource": true,
236
+ "original": {
237
+ "value": "{color.light-mode.brand.primary.500.value}",
238
+ "public": true,
239
+ "isReferenceToInternal": true
240
+ },
241
+ "name": "color-light-mode-button-primary-border-active",
242
+ "attributes": {
243
+ "category": "color",
244
+ "type": "light-mode",
245
+ "item": "button",
246
+ "subitem": "primary",
247
+ "state": "border"
248
+ },
249
+ "path": [
250
+ "color",
251
+ "light-mode",
252
+ "button",
253
+ "primary",
254
+ "border",
255
+ "active"
256
+ ]
257
+ }
258
+ },
259
+ "text": {
260
+ "default": {
261
+ "value": "#23232d",
262
+ "public": true,
263
+ "isReferenceToInternal": true,
264
+ "filePath": "tokens/color/alias/input.light.json",
265
+ "isSource": true,
266
+ "original": {
267
+ "value": "{color.light-mode.text.default.value}",
268
+ "public": true,
269
+ "isReferenceToInternal": true
270
+ },
271
+ "name": "color-light-mode-button-primary-text-default",
272
+ "attributes": {
273
+ "category": "color",
274
+ "type": "light-mode",
275
+ "item": "button",
276
+ "subitem": "primary",
277
+ "state": "text"
278
+ },
279
+ "path": [
280
+ "color",
281
+ "light-mode",
282
+ "button",
283
+ "primary",
284
+ "text",
285
+ "default"
286
+ ]
287
+ },
288
+ "hover": {
289
+ "value": "#23232d",
290
+ "public": true,
291
+ "isReferenceToInternal": true,
292
+ "filePath": "tokens/color/alias/input.light.json",
293
+ "isSource": true,
294
+ "original": {
295
+ "value": "{color.light-mode.text.default.value}",
296
+ "public": true,
297
+ "isReferenceToInternal": true
298
+ },
299
+ "name": "color-light-mode-button-primary-text-hover",
300
+ "attributes": {
301
+ "category": "color",
302
+ "type": "light-mode",
303
+ "item": "button",
304
+ "subitem": "primary",
305
+ "state": "text"
306
+ },
307
+ "path": [
308
+ "color",
309
+ "light-mode",
310
+ "button",
311
+ "primary",
312
+ "text",
313
+ "hover"
314
+ ]
315
+ },
316
+ "active": {
317
+ "value": "#23232d",
318
+ "public": true,
319
+ "isReferenceToInternal": true,
320
+ "filePath": "tokens/color/alias/input.light.json",
321
+ "isSource": true,
322
+ "original": {
323
+ "value": "{color.light-mode.text.default.value}",
324
+ "public": true,
325
+ "isReferenceToInternal": true
326
+ },
327
+ "name": "color-light-mode-button-primary-text-active",
328
+ "attributes": {
329
+ "category": "color",
330
+ "type": "light-mode",
331
+ "item": "button",
332
+ "subitem": "primary",
333
+ "state": "text"
334
+ },
335
+ "path": [
336
+ "color",
337
+ "light-mode",
338
+ "button",
339
+ "primary",
340
+ "text",
341
+ "active"
342
+ ]
343
+ }
344
+ }
345
+ },
346
+ "secondary": {
347
+ "background": {
348
+ "default": {
349
+ "value": "rgba(0, 0, 0, 0)",
350
+ "public": true,
351
+ "filePath": "tokens/color/alias/input.light.json",
352
+ "isSource": true,
353
+ "original": {
354
+ "value": "transparent",
355
+ "public": true
356
+ },
357
+ "name": "color-light-mode-button-secondary-background-default",
358
+ "attributes": {
359
+ "category": "color",
360
+ "type": "light-mode",
361
+ "item": "button",
362
+ "subitem": "secondary",
363
+ "state": "background"
364
+ },
365
+ "path": [
366
+ "color",
367
+ "light-mode",
368
+ "button",
369
+ "secondary",
370
+ "background",
371
+ "default"
372
+ ]
373
+ },
374
+ "hover": {
375
+ "value": "#f0ecff",
376
+ "public": true,
377
+ "isReferenceToInternal": true,
378
+ "filePath": "tokens/color/alias/input.light.json",
379
+ "isSource": true,
380
+ "original": {
381
+ "value": "{color.light-mode.brand.secondary.100.value}",
382
+ "public": true,
383
+ "isReferenceToInternal": true
384
+ },
385
+ "name": "color-light-mode-button-secondary-background-hover",
386
+ "attributes": {
387
+ "category": "color",
388
+ "type": "light-mode",
389
+ "item": "button",
390
+ "subitem": "secondary",
391
+ "state": "background"
392
+ },
393
+ "path": [
394
+ "color",
395
+ "light-mode",
396
+ "button",
397
+ "secondary",
398
+ "background",
399
+ "hover"
400
+ ]
401
+ },
402
+ "active": {
403
+ "value": "#f0ecff",
404
+ "public": true,
405
+ "isReferenceToInternal": true,
406
+ "filePath": "tokens/color/alias/input.light.json",
407
+ "isSource": true,
408
+ "original": {
409
+ "value": "{color.light-mode.brand.secondary.100.value}",
410
+ "public": true,
411
+ "isReferenceToInternal": true
412
+ },
413
+ "name": "color-light-mode-button-secondary-background-active",
414
+ "attributes": {
415
+ "category": "color",
416
+ "type": "light-mode",
417
+ "item": "button",
418
+ "subitem": "secondary",
419
+ "state": "background"
420
+ },
421
+ "path": [
422
+ "color",
423
+ "light-mode",
424
+ "button",
425
+ "secondary",
426
+ "background",
427
+ "active"
428
+ ]
429
+ }
430
+ },
431
+ "border": {
432
+ "default": {
433
+ "value": "#3017a1",
434
+ "public": true,
435
+ "isReferenceToInternal": true,
436
+ "filePath": "tokens/color/alias/input.light.json",
437
+ "isSource": true,
438
+ "original": {
439
+ "value": "{color.light-mode.brand.secondary.400.value}",
440
+ "public": true,
441
+ "isReferenceToInternal": true
442
+ },
443
+ "name": "color-light-mode-button-secondary-border-default",
444
+ "attributes": {
445
+ "category": "color",
446
+ "type": "light-mode",
447
+ "item": "button",
448
+ "subitem": "secondary",
449
+ "state": "border"
450
+ },
451
+ "path": [
452
+ "color",
453
+ "light-mode",
454
+ "button",
455
+ "secondary",
456
+ "border",
457
+ "default"
458
+ ]
459
+ },
460
+ "hover": {
461
+ "value": "#785aff",
462
+ "public": true,
463
+ "isReferenceToInternal": true,
464
+ "filePath": "tokens/color/alias/input.light.json",
465
+ "isSource": true,
466
+ "original": {
467
+ "value": "{color.light-mode.brand.secondary.300.value}",
468
+ "public": true,
469
+ "isReferenceToInternal": true
470
+ },
471
+ "name": "color-light-mode-button-secondary-border-hover",
472
+ "attributes": {
473
+ "category": "color",
474
+ "type": "light-mode",
475
+ "item": "button",
476
+ "subitem": "secondary",
477
+ "state": "border"
478
+ },
479
+ "path": [
480
+ "color",
481
+ "light-mode",
482
+ "button",
483
+ "secondary",
484
+ "border",
485
+ "hover"
486
+ ]
487
+ },
488
+ "active": {
489
+ "value": "#11005d",
490
+ "public": true,
491
+ "isReferenceToInternal": true,
492
+ "filePath": "tokens/color/alias/input.light.json",
493
+ "isSource": true,
494
+ "original": {
495
+ "value": "{color.light-mode.brand.secondary.500.value}",
496
+ "public": true,
497
+ "isReferenceToInternal": true
498
+ },
499
+ "name": "color-light-mode-button-secondary-border-active",
500
+ "attributes": {
501
+ "category": "color",
502
+ "type": "light-mode",
503
+ "item": "button",
504
+ "subitem": "secondary",
505
+ "state": "border"
506
+ },
507
+ "path": [
508
+ "color",
509
+ "light-mode",
510
+ "button",
511
+ "secondary",
512
+ "border",
513
+ "active"
514
+ ]
515
+ }
516
+ },
517
+ "text": {
518
+ "default": {
519
+ "value": "#3017a1",
520
+ "public": true,
521
+ "isReferenceToInternal": true,
522
+ "filePath": "tokens/color/alias/input.light.json",
523
+ "isSource": true,
524
+ "original": {
525
+ "value": "{color.light-mode.brand.secondary.400.value}",
526
+ "public": true,
527
+ "isReferenceToInternal": true
528
+ },
529
+ "name": "color-light-mode-button-secondary-text-default",
530
+ "attributes": {
531
+ "category": "color",
532
+ "type": "light-mode",
533
+ "item": "button",
534
+ "subitem": "secondary",
535
+ "state": "text"
536
+ },
537
+ "path": [
538
+ "color",
539
+ "light-mode",
540
+ "button",
541
+ "secondary",
542
+ "text",
543
+ "default"
544
+ ]
545
+ },
546
+ "hover": {
547
+ "value": "#3017a1",
548
+ "public": true,
549
+ "isReferenceToInternal": true,
550
+ "filePath": "tokens/color/alias/input.light.json",
551
+ "isSource": true,
552
+ "original": {
553
+ "value": "{color.light-mode.brand.secondary.400.value}",
554
+ "public": true,
555
+ "isReferenceToInternal": true
556
+ },
557
+ "name": "color-light-mode-button-secondary-text-hover",
558
+ "attributes": {
559
+ "category": "color",
560
+ "type": "light-mode",
561
+ "item": "button",
562
+ "subitem": "secondary",
563
+ "state": "text"
564
+ },
565
+ "path": [
566
+ "color",
567
+ "light-mode",
568
+ "button",
569
+ "secondary",
570
+ "text",
571
+ "hover"
572
+ ]
573
+ },
574
+ "active": {
575
+ "value": "#11005d",
576
+ "public": true,
577
+ "isReferenceToInternal": true,
578
+ "filePath": "tokens/color/alias/input.light.json",
579
+ "isSource": true,
580
+ "original": {
581
+ "value": "{color.light-mode.brand.secondary.500.value}",
582
+ "public": true,
583
+ "isReferenceToInternal": true
584
+ },
585
+ "name": "color-light-mode-button-secondary-text-active",
586
+ "attributes": {
587
+ "category": "color",
588
+ "type": "light-mode",
589
+ "item": "button",
590
+ "subitem": "secondary",
591
+ "state": "text"
592
+ },
593
+ "path": [
594
+ "color",
595
+ "light-mode",
596
+ "button",
597
+ "secondary",
598
+ "text",
599
+ "active"
600
+ ]
601
+ }
602
+ }
603
+ },
604
+ "destructive": {
605
+ "background": {
606
+ "default": {
607
+ "value": "rgba(0, 0, 0, 0)",
608
+ "public": true,
609
+ "filePath": "tokens/color/alias/input.light.json",
610
+ "isSource": true,
611
+ "original": {
612
+ "value": "transparent",
613
+ "public": true
614
+ },
615
+ "name": "color-light-mode-button-destructive-background-default",
616
+ "attributes": {
617
+ "category": "color",
618
+ "type": "light-mode",
619
+ "item": "button",
620
+ "subitem": "destructive",
621
+ "state": "background"
622
+ },
623
+ "path": [
624
+ "color",
625
+ "light-mode",
626
+ "button",
627
+ "destructive",
628
+ "background",
629
+ "default"
630
+ ]
631
+ },
632
+ "hover": {
633
+ "value": "#ffebeb",
634
+ "public": true,
635
+ "isReferenceToInternal": true,
636
+ "filePath": "tokens/color/alias/input.light.json",
637
+ "isSource": true,
638
+ "original": {
639
+ "value": "{color.light-mode.semantic.error.100.value}",
640
+ "public": true,
641
+ "isReferenceToInternal": true
642
+ },
643
+ "name": "color-light-mode-button-destructive-background-hover",
644
+ "attributes": {
645
+ "category": "color",
646
+ "type": "light-mode",
647
+ "item": "button",
648
+ "subitem": "destructive",
649
+ "state": "background"
650
+ },
651
+ "path": [
652
+ "color",
653
+ "light-mode",
654
+ "button",
655
+ "destructive",
656
+ "background",
657
+ "hover"
658
+ ]
659
+ },
660
+ "active": {
661
+ "value": "#ffebeb",
662
+ "public": true,
663
+ "isReferenceToInternal": true,
664
+ "filePath": "tokens/color/alias/input.light.json",
665
+ "isSource": true,
666
+ "original": {
667
+ "value": "{color.light-mode.semantic.error.100.value}",
668
+ "public": true,
669
+ "isReferenceToInternal": true
670
+ },
671
+ "name": "color-light-mode-button-destructive-background-active",
672
+ "attributes": {
673
+ "category": "color",
674
+ "type": "light-mode",
675
+ "item": "button",
676
+ "subitem": "destructive",
677
+ "state": "background"
678
+ },
679
+ "path": [
680
+ "color",
681
+ "light-mode",
682
+ "button",
683
+ "destructive",
684
+ "background",
685
+ "active"
686
+ ]
687
+ }
688
+ },
689
+ "border": {
690
+ "default": {
691
+ "value": "#d61f1f",
692
+ "public": true,
693
+ "isReferenceToInternal": true,
694
+ "filePath": "tokens/color/alias/input.light.json",
695
+ "isSource": true,
696
+ "original": {
697
+ "value": "{color.light-mode.semantic.error.400.value}",
698
+ "public": true,
699
+ "isReferenceToInternal": true
700
+ },
701
+ "name": "color-light-mode-button-destructive-border-default",
702
+ "attributes": {
703
+ "category": "color",
704
+ "type": "light-mode",
705
+ "item": "button",
706
+ "subitem": "destructive",
707
+ "state": "border"
708
+ },
709
+ "path": [
710
+ "color",
711
+ "light-mode",
712
+ "button",
713
+ "destructive",
714
+ "border",
715
+ "default"
716
+ ]
717
+ },
718
+ "hover": {
719
+ "value": "#f83333",
720
+ "public": true,
721
+ "isReferenceToInternal": true,
722
+ "filePath": "tokens/color/alias/input.light.json",
723
+ "isSource": true,
724
+ "original": {
725
+ "value": "{color.light-mode.semantic.error.300.value}",
726
+ "public": true,
727
+ "isReferenceToInternal": true
728
+ },
729
+ "name": "color-light-mode-button-destructive-border-hover",
730
+ "attributes": {
731
+ "category": "color",
732
+ "type": "light-mode",
733
+ "item": "button",
734
+ "subitem": "destructive",
735
+ "state": "border"
736
+ },
737
+ "path": [
738
+ "color",
739
+ "light-mode",
740
+ "button",
741
+ "destructive",
742
+ "border",
743
+ "hover"
744
+ ]
745
+ },
746
+ "active": {
747
+ "value": "#920303",
748
+ "public": true,
749
+ "isReferenceToInternal": true,
750
+ "filePath": "tokens/color/alias/input.light.json",
751
+ "isSource": true,
752
+ "original": {
753
+ "value": "{color.light-mode.semantic.error.500.value}",
754
+ "public": true,
755
+ "isReferenceToInternal": true
756
+ },
757
+ "name": "color-light-mode-button-destructive-border-active",
758
+ "attributes": {
759
+ "category": "color",
760
+ "type": "light-mode",
761
+ "item": "button",
762
+ "subitem": "destructive",
763
+ "state": "border"
764
+ },
765
+ "path": [
766
+ "color",
767
+ "light-mode",
768
+ "button",
769
+ "destructive",
770
+ "border",
771
+ "active"
772
+ ]
773
+ }
774
+ },
775
+ "text": {
776
+ "default": {
777
+ "value": "#d61f1f",
778
+ "public": true,
779
+ "isReferenceToInternal": true,
780
+ "filePath": "tokens/color/alias/input.light.json",
781
+ "isSource": true,
782
+ "original": {
783
+ "value": "{color.light-mode.semantic.error.400.value}",
784
+ "public": true,
785
+ "isReferenceToInternal": true
786
+ },
787
+ "name": "color-light-mode-button-destructive-text-default",
788
+ "attributes": {
789
+ "category": "color",
790
+ "type": "light-mode",
791
+ "item": "button",
792
+ "subitem": "destructive",
793
+ "state": "text"
794
+ },
795
+ "path": [
796
+ "color",
797
+ "light-mode",
798
+ "button",
799
+ "destructive",
800
+ "text",
801
+ "default"
802
+ ]
803
+ },
804
+ "hover": {
805
+ "value": "#d61f1f",
806
+ "public": true,
807
+ "isReferenceToInternal": true,
808
+ "filePath": "tokens/color/alias/input.light.json",
809
+ "isSource": true,
810
+ "original": {
811
+ "value": "{color.light-mode.semantic.error.400.value}",
812
+ "public": true,
813
+ "isReferenceToInternal": true
814
+ },
815
+ "name": "color-light-mode-button-destructive-text-hover",
816
+ "attributes": {
817
+ "category": "color",
818
+ "type": "light-mode",
819
+ "item": "button",
820
+ "subitem": "destructive",
821
+ "state": "text"
822
+ },
823
+ "path": [
824
+ "color",
825
+ "light-mode",
826
+ "button",
827
+ "destructive",
828
+ "text",
829
+ "hover"
830
+ ]
831
+ },
832
+ "active": {
833
+ "value": "#920303",
834
+ "public": true,
835
+ "isReferenceToInternal": true,
836
+ "filePath": "tokens/color/alias/input.light.json",
837
+ "isSource": true,
838
+ "original": {
839
+ "value": "{color.light-mode.semantic.error.500.value}",
840
+ "public": true,
841
+ "isReferenceToInternal": true
842
+ },
843
+ "name": "color-light-mode-button-destructive-text-active",
844
+ "attributes": {
845
+ "category": "color",
846
+ "type": "light-mode",
847
+ "item": "button",
848
+ "subitem": "destructive",
849
+ "state": "text"
850
+ },
851
+ "path": [
852
+ "color",
853
+ "light-mode",
854
+ "button",
855
+ "destructive",
856
+ "text",
857
+ "active"
858
+ ]
859
+ }
860
+ }
861
+ }
862
+ },
85
863
  "input": {
86
864
  "background": {
87
865
  "default": {
@@ -371,6 +1149,746 @@
371
1149
  ]
372
1150
  }
373
1151
  },
1152
+ "brand": {
1153
+ "primary": {
1154
+ "100": {
1155
+ "value": "#fffbe9",
1156
+ "filePath": "tokens/color/base/brand.light.json",
1157
+ "isSource": true,
1158
+ "original": {
1159
+ "value": "#FFFBE9"
1160
+ },
1161
+ "name": "color-light-mode-brand-primary-100",
1162
+ "attributes": {
1163
+ "category": "color",
1164
+ "type": "light-mode",
1165
+ "item": "brand",
1166
+ "subitem": "primary",
1167
+ "state": "100"
1168
+ },
1169
+ "path": [
1170
+ "color",
1171
+ "light-mode",
1172
+ "brand",
1173
+ "primary",
1174
+ "100"
1175
+ ]
1176
+ },
1177
+ "200": {
1178
+ "value": "#fff1a9",
1179
+ "filePath": "tokens/color/base/brand.light.json",
1180
+ "isSource": true,
1181
+ "original": {
1182
+ "value": "#FFF1A9"
1183
+ },
1184
+ "name": "color-light-mode-brand-primary-200",
1185
+ "attributes": {
1186
+ "category": "color",
1187
+ "type": "light-mode",
1188
+ "item": "brand",
1189
+ "subitem": "primary",
1190
+ "state": "200"
1191
+ },
1192
+ "path": [
1193
+ "color",
1194
+ "light-mode",
1195
+ "brand",
1196
+ "primary",
1197
+ "200"
1198
+ ]
1199
+ },
1200
+ "300": {
1201
+ "value": "#ffe668",
1202
+ "filePath": "tokens/color/base/brand.light.json",
1203
+ "isSource": true,
1204
+ "original": {
1205
+ "value": "#FFE668"
1206
+ },
1207
+ "name": "color-light-mode-brand-primary-300",
1208
+ "attributes": {
1209
+ "category": "color",
1210
+ "type": "light-mode",
1211
+ "item": "brand",
1212
+ "subitem": "primary",
1213
+ "state": "300"
1214
+ },
1215
+ "path": [
1216
+ "color",
1217
+ "light-mode",
1218
+ "brand",
1219
+ "primary",
1220
+ "300"
1221
+ ]
1222
+ },
1223
+ "400": {
1224
+ "value": "#ffdc28",
1225
+ "filePath": "tokens/color/base/brand.light.json",
1226
+ "isSource": true,
1227
+ "original": {
1228
+ "value": "#FFDC28"
1229
+ },
1230
+ "name": "color-light-mode-brand-primary-400",
1231
+ "attributes": {
1232
+ "category": "color",
1233
+ "type": "light-mode",
1234
+ "item": "brand",
1235
+ "subitem": "primary",
1236
+ "state": "400"
1237
+ },
1238
+ "path": [
1239
+ "color",
1240
+ "light-mode",
1241
+ "brand",
1242
+ "primary",
1243
+ "400"
1244
+ ]
1245
+ },
1246
+ "500": {
1247
+ "value": "#ddbd16",
1248
+ "filePath": "tokens/color/base/brand.light.json",
1249
+ "isSource": true,
1250
+ "original": {
1251
+ "value": "#DDBD16"
1252
+ },
1253
+ "name": "color-light-mode-brand-primary-500",
1254
+ "attributes": {
1255
+ "category": "color",
1256
+ "type": "light-mode",
1257
+ "item": "brand",
1258
+ "subitem": "primary",
1259
+ "state": "500"
1260
+ },
1261
+ "path": [
1262
+ "color",
1263
+ "light-mode",
1264
+ "brand",
1265
+ "primary",
1266
+ "500"
1267
+ ]
1268
+ },
1269
+ "600": {
1270
+ "value": "#bb9e08",
1271
+ "filePath": "tokens/color/base/brand.light.json",
1272
+ "isSource": true,
1273
+ "original": {
1274
+ "value": "#BB9E08"
1275
+ },
1276
+ "name": "color-light-mode-brand-primary-600",
1277
+ "attributes": {
1278
+ "category": "color",
1279
+ "type": "light-mode",
1280
+ "item": "brand",
1281
+ "subitem": "primary",
1282
+ "state": "600"
1283
+ },
1284
+ "path": [
1285
+ "color",
1286
+ "light-mode",
1287
+ "brand",
1288
+ "primary",
1289
+ "600"
1290
+ ]
1291
+ },
1292
+ "default": {
1293
+ "value": "#ffdc28",
1294
+ "public": true,
1295
+ "isReferenceToInternal": true,
1296
+ "filePath": "tokens/color/base/brand.light.json",
1297
+ "isSource": true,
1298
+ "original": {
1299
+ "value": "{color.light-mode.brand.primary.400.value}",
1300
+ "public": true,
1301
+ "isReferenceToInternal": true
1302
+ },
1303
+ "name": "color-light-mode-brand-primary-default",
1304
+ "attributes": {
1305
+ "category": "color",
1306
+ "type": "light-mode",
1307
+ "item": "brand",
1308
+ "subitem": "primary",
1309
+ "state": "default"
1310
+ },
1311
+ "path": [
1312
+ "color",
1313
+ "light-mode",
1314
+ "brand",
1315
+ "primary",
1316
+ "default"
1317
+ ]
1318
+ }
1319
+ },
1320
+ "secondary": {
1321
+ "100": {
1322
+ "value": "#f0ecff",
1323
+ "filePath": "tokens/color/base/brand.light.json",
1324
+ "isSource": true,
1325
+ "original": {
1326
+ "value": "#F0ECFF"
1327
+ },
1328
+ "name": "color-light-mode-brand-secondary-100",
1329
+ "attributes": {
1330
+ "category": "color",
1331
+ "type": "light-mode",
1332
+ "item": "brand",
1333
+ "subitem": "secondary",
1334
+ "state": "100"
1335
+ },
1336
+ "path": [
1337
+ "color",
1338
+ "light-mode",
1339
+ "brand",
1340
+ "secondary",
1341
+ "100"
1342
+ ]
1343
+ },
1344
+ "200": {
1345
+ "value": "#c3b6ff",
1346
+ "filePath": "tokens/color/base/brand.light.json",
1347
+ "isSource": true,
1348
+ "original": {
1349
+ "value": "#C3B6FF"
1350
+ },
1351
+ "name": "color-light-mode-brand-secondary-200",
1352
+ "attributes": {
1353
+ "category": "color",
1354
+ "type": "light-mode",
1355
+ "item": "brand",
1356
+ "subitem": "secondary",
1357
+ "state": "200"
1358
+ },
1359
+ "path": [
1360
+ "color",
1361
+ "light-mode",
1362
+ "brand",
1363
+ "secondary",
1364
+ "200"
1365
+ ]
1366
+ },
1367
+ "300": {
1368
+ "value": "#785aff",
1369
+ "filePath": "tokens/color/base/brand.light.json",
1370
+ "isSource": true,
1371
+ "original": {
1372
+ "value": "#785AFF"
1373
+ },
1374
+ "name": "color-light-mode-brand-secondary-300",
1375
+ "attributes": {
1376
+ "category": "color",
1377
+ "type": "light-mode",
1378
+ "item": "brand",
1379
+ "subitem": "secondary",
1380
+ "state": "300"
1381
+ },
1382
+ "path": [
1383
+ "color",
1384
+ "light-mode",
1385
+ "brand",
1386
+ "secondary",
1387
+ "300"
1388
+ ]
1389
+ },
1390
+ "400": {
1391
+ "value": "#3017a1",
1392
+ "filePath": "tokens/color/base/brand.light.json",
1393
+ "isSource": true,
1394
+ "original": {
1395
+ "value": "#3017A1"
1396
+ },
1397
+ "name": "color-light-mode-brand-secondary-400",
1398
+ "attributes": {
1399
+ "category": "color",
1400
+ "type": "light-mode",
1401
+ "item": "brand",
1402
+ "subitem": "secondary",
1403
+ "state": "400"
1404
+ },
1405
+ "path": [
1406
+ "color",
1407
+ "light-mode",
1408
+ "brand",
1409
+ "secondary",
1410
+ "400"
1411
+ ]
1412
+ },
1413
+ "500": {
1414
+ "value": "#11005d",
1415
+ "filePath": "tokens/color/base/brand.light.json",
1416
+ "isSource": true,
1417
+ "original": {
1418
+ "value": "#11005D"
1419
+ },
1420
+ "name": "color-light-mode-brand-secondary-500",
1421
+ "attributes": {
1422
+ "category": "color",
1423
+ "type": "light-mode",
1424
+ "item": "brand",
1425
+ "subitem": "secondary",
1426
+ "state": "500"
1427
+ },
1428
+ "path": [
1429
+ "color",
1430
+ "light-mode",
1431
+ "brand",
1432
+ "secondary",
1433
+ "500"
1434
+ ]
1435
+ },
1436
+ "default": {
1437
+ "value": "#3017a1",
1438
+ "public": true,
1439
+ "isReferenceToInternal": true,
1440
+ "filePath": "tokens/color/base/brand.light.json",
1441
+ "isSource": true,
1442
+ "original": {
1443
+ "value": "{color.light-mode.brand.secondary.400.value}",
1444
+ "public": true,
1445
+ "isReferenceToInternal": true
1446
+ },
1447
+ "name": "color-light-mode-brand-secondary-default",
1448
+ "attributes": {
1449
+ "category": "color",
1450
+ "type": "light-mode",
1451
+ "item": "brand",
1452
+ "subitem": "secondary",
1453
+ "state": "default"
1454
+ },
1455
+ "path": [
1456
+ "color",
1457
+ "light-mode",
1458
+ "brand",
1459
+ "secondary",
1460
+ "default"
1461
+ ]
1462
+ }
1463
+ },
1464
+ "accent": {
1465
+ "100": {
1466
+ "value": "#ffe5f6",
1467
+ "filePath": "tokens/color/base/brand.light.json",
1468
+ "isSource": true,
1469
+ "original": {
1470
+ "value": "#FFE5F6"
1471
+ },
1472
+ "name": "color-light-mode-brand-accent-100",
1473
+ "attributes": {
1474
+ "category": "color",
1475
+ "type": "light-mode",
1476
+ "item": "brand",
1477
+ "subitem": "accent",
1478
+ "state": "100"
1479
+ },
1480
+ "path": [
1481
+ "color",
1482
+ "light-mode",
1483
+ "brand",
1484
+ "accent",
1485
+ "100"
1486
+ ]
1487
+ },
1488
+ "200": {
1489
+ "value": "#ff99dc",
1490
+ "filePath": "tokens/color/base/brand.light.json",
1491
+ "isSource": true,
1492
+ "original": {
1493
+ "value": "#FF99DC"
1494
+ },
1495
+ "name": "color-light-mode-brand-accent-200",
1496
+ "attributes": {
1497
+ "category": "color",
1498
+ "type": "light-mode",
1499
+ "item": "brand",
1500
+ "subitem": "accent",
1501
+ "state": "200"
1502
+ },
1503
+ "path": [
1504
+ "color",
1505
+ "light-mode",
1506
+ "brand",
1507
+ "accent",
1508
+ "200"
1509
+ ]
1510
+ },
1511
+ "300": {
1512
+ "value": "#ff4cc3",
1513
+ "filePath": "tokens/color/base/brand.light.json",
1514
+ "isSource": true,
1515
+ "original": {
1516
+ "value": "#FF4CC3"
1517
+ },
1518
+ "name": "color-light-mode-brand-accent-300",
1519
+ "attributes": {
1520
+ "category": "color",
1521
+ "type": "light-mode",
1522
+ "item": "brand",
1523
+ "subitem": "accent",
1524
+ "state": "300"
1525
+ },
1526
+ "path": [
1527
+ "color",
1528
+ "light-mode",
1529
+ "brand",
1530
+ "accent",
1531
+ "300"
1532
+ ]
1533
+ },
1534
+ "400": {
1535
+ "value": "#de0093",
1536
+ "filePath": "tokens/color/base/brand.light.json",
1537
+ "isSource": true,
1538
+ "original": {
1539
+ "value": "#DE0093"
1540
+ },
1541
+ "name": "color-light-mode-brand-accent-400",
1542
+ "attributes": {
1543
+ "category": "color",
1544
+ "type": "light-mode",
1545
+ "item": "brand",
1546
+ "subitem": "accent",
1547
+ "state": "400"
1548
+ },
1549
+ "path": [
1550
+ "color",
1551
+ "light-mode",
1552
+ "brand",
1553
+ "accent",
1554
+ "400"
1555
+ ]
1556
+ },
1557
+ "500": {
1558
+ "value": "#9a0066",
1559
+ "filePath": "tokens/color/base/brand.light.json",
1560
+ "isSource": true,
1561
+ "original": {
1562
+ "value": "#9A0066"
1563
+ },
1564
+ "name": "color-light-mode-brand-accent-500",
1565
+ "attributes": {
1566
+ "category": "color",
1567
+ "type": "light-mode",
1568
+ "item": "brand",
1569
+ "subitem": "accent",
1570
+ "state": "500"
1571
+ },
1572
+ "path": [
1573
+ "color",
1574
+ "light-mode",
1575
+ "brand",
1576
+ "accent",
1577
+ "500"
1578
+ ]
1579
+ },
1580
+ "600": {
1581
+ "value": "#560039",
1582
+ "filePath": "tokens/color/base/brand.light.json",
1583
+ "isSource": true,
1584
+ "original": {
1585
+ "value": "#560039"
1586
+ },
1587
+ "name": "color-light-mode-brand-accent-600",
1588
+ "attributes": {
1589
+ "category": "color",
1590
+ "type": "light-mode",
1591
+ "item": "brand",
1592
+ "subitem": "accent",
1593
+ "state": "600"
1594
+ },
1595
+ "path": [
1596
+ "color",
1597
+ "light-mode",
1598
+ "brand",
1599
+ "accent",
1600
+ "600"
1601
+ ]
1602
+ },
1603
+ "default": {
1604
+ "value": "#de0093",
1605
+ "public": true,
1606
+ "isReferenceToInternal": true,
1607
+ "filePath": "tokens/color/base/brand.light.json",
1608
+ "isSource": true,
1609
+ "original": {
1610
+ "value": "{color.light-mode.brand.accent.400.value}",
1611
+ "public": true,
1612
+ "isReferenceToInternal": true
1613
+ },
1614
+ "name": "color-light-mode-brand-accent-default",
1615
+ "attributes": {
1616
+ "category": "color",
1617
+ "type": "light-mode",
1618
+ "item": "brand",
1619
+ "subitem": "accent",
1620
+ "state": "default"
1621
+ },
1622
+ "path": [
1623
+ "color",
1624
+ "light-mode",
1625
+ "brand",
1626
+ "accent",
1627
+ "default"
1628
+ ]
1629
+ }
1630
+ }
1631
+ },
1632
+ "admin": {
1633
+ "100": {
1634
+ "value": "#f7f1ff",
1635
+ "filePath": "tokens/color/base/brand.light.json",
1636
+ "isSource": true,
1637
+ "original": {
1638
+ "value": "#F7F1FF"
1639
+ },
1640
+ "name": "color-light-mode-admin-100",
1641
+ "attributes": {
1642
+ "category": "color",
1643
+ "type": "light-mode",
1644
+ "item": "admin",
1645
+ "subitem": "100"
1646
+ },
1647
+ "path": [
1648
+ "color",
1649
+ "light-mode",
1650
+ "admin",
1651
+ "100"
1652
+ ]
1653
+ },
1654
+ "200": {
1655
+ "value": "#6a1d85",
1656
+ "filePath": "tokens/color/base/brand.light.json",
1657
+ "isSource": true,
1658
+ "original": {
1659
+ "value": "#6A1D85"
1660
+ },
1661
+ "name": "color-light-mode-admin-200",
1662
+ "attributes": {
1663
+ "category": "color",
1664
+ "type": "light-mode",
1665
+ "item": "admin",
1666
+ "subitem": "200"
1667
+ },
1668
+ "path": [
1669
+ "color",
1670
+ "light-mode",
1671
+ "admin",
1672
+ "200"
1673
+ ]
1674
+ },
1675
+ "300": {
1676
+ "value": "#451157",
1677
+ "filePath": "tokens/color/base/brand.light.json",
1678
+ "isSource": true,
1679
+ "original": {
1680
+ "value": "#451157"
1681
+ },
1682
+ "name": "color-light-mode-admin-300",
1683
+ "attributes": {
1684
+ "category": "color",
1685
+ "type": "light-mode",
1686
+ "item": "admin",
1687
+ "subitem": "300"
1688
+ },
1689
+ "path": [
1690
+ "color",
1691
+ "light-mode",
1692
+ "admin",
1693
+ "300"
1694
+ ]
1695
+ }
1696
+ },
1697
+ "partner": {
1698
+ "gitlab": {
1699
+ "value": "#ffedfb",
1700
+ "filePath": "tokens/color/base/brand.light.json",
1701
+ "isSource": true,
1702
+ "original": {
1703
+ "value": "#FFEDFB"
1704
+ },
1705
+ "name": "color-light-mode-partner-gitlab",
1706
+ "attributes": {
1707
+ "category": "color",
1708
+ "type": "light-mode",
1709
+ "item": "partner",
1710
+ "subitem": "gitlab"
1711
+ },
1712
+ "path": [
1713
+ "color",
1714
+ "light-mode",
1715
+ "partner",
1716
+ "gitlab"
1717
+ ]
1718
+ },
1719
+ "bitbucket": {
1720
+ "value": "#004dc0",
1721
+ "filePath": "tokens/color/base/brand.light.json",
1722
+ "isSource": true,
1723
+ "original": {
1724
+ "value": "#004DC0"
1725
+ },
1726
+ "name": "color-light-mode-partner-bitbucket",
1727
+ "attributes": {
1728
+ "category": "color",
1729
+ "type": "light-mode",
1730
+ "item": "partner",
1731
+ "subitem": "bitbucket"
1732
+ },
1733
+ "path": [
1734
+ "color",
1735
+ "light-mode",
1736
+ "partner",
1737
+ "bitbucket"
1738
+ ]
1739
+ },
1740
+ "gatsby": {
1741
+ "value": "#663399",
1742
+ "filePath": "tokens/color/base/brand.light.json",
1743
+ "isSource": true,
1744
+ "original": {
1745
+ "value": "#663399"
1746
+ },
1747
+ "name": "color-light-mode-partner-gatsby",
1748
+ "attributes": {
1749
+ "category": "color",
1750
+ "type": "light-mode",
1751
+ "item": "partner",
1752
+ "subitem": "gatsby"
1753
+ },
1754
+ "path": [
1755
+ "color",
1756
+ "light-mode",
1757
+ "partner",
1758
+ "gatsby"
1759
+ ]
1760
+ }
1761
+ },
1762
+ "gradient": {
1763
+ "sunrise": {
1764
+ "value": "linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%)",
1765
+ "type": "color",
1766
+ "public": true,
1767
+ "filePath": "tokens/color/base/gradients.light.json",
1768
+ "isSource": true,
1769
+ "original": {
1770
+ "value": {
1771
+ "type": "linear-gradient",
1772
+ "angle": "227.79deg",
1773
+ "colors": {
1774
+ "1": "#300068 38.28%",
1775
+ "2": "#E65F35 100%"
1776
+ }
1777
+ },
1778
+ "type": "color",
1779
+ "public": true
1780
+ },
1781
+ "name": "color-light-mode-gradient-sunrise",
1782
+ "attributes": {
1783
+ "category": "color",
1784
+ "type": "light-mode",
1785
+ "item": "gradient",
1786
+ "subitem": "sunrise"
1787
+ },
1788
+ "path": [
1789
+ "color",
1790
+ "light-mode",
1791
+ "gradient",
1792
+ "sunrise"
1793
+ ]
1794
+ },
1795
+ "sunset": {
1796
+ "value": "linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%)",
1797
+ "type": "color",
1798
+ "public": true,
1799
+ "filePath": "tokens/color/base/gradients.light.json",
1800
+ "isSource": true,
1801
+ "original": {
1802
+ "value": {
1803
+ "type": "linear-gradient",
1804
+ "angle": "48.24deg",
1805
+ "colors": {
1806
+ "1": "#EF13AD 0%",
1807
+ "2": "#300068 66.25%"
1808
+ }
1809
+ },
1810
+ "type": "color",
1811
+ "public": true
1812
+ },
1813
+ "name": "color-light-mode-gradient-sunset",
1814
+ "attributes": {
1815
+ "category": "color",
1816
+ "type": "light-mode",
1817
+ "item": "gradient",
1818
+ "subitem": "sunset"
1819
+ },
1820
+ "path": [
1821
+ "color",
1822
+ "light-mode",
1823
+ "gradient",
1824
+ "sunset"
1825
+ ]
1826
+ },
1827
+ "after-hours": {
1828
+ "value": "linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%)",
1829
+ "type": "color",
1830
+ "public": true,
1831
+ "filePath": "tokens/color/base/gradients.light.json",
1832
+ "isSource": true,
1833
+ "original": {
1834
+ "value": {
1835
+ "type": "linear-gradient",
1836
+ "angle": "228.64deg",
1837
+ "colors": {
1838
+ "1": "#2B017B 41.87%",
1839
+ "2": "#29B2FF 100%"
1840
+ }
1841
+ },
1842
+ "type": "color",
1843
+ "public": true
1844
+ },
1845
+ "name": "color-light-mode-gradient-after-hours",
1846
+ "attributes": {
1847
+ "category": "color",
1848
+ "type": "light-mode",
1849
+ "item": "gradient",
1850
+ "subitem": "after-hours"
1851
+ },
1852
+ "path": [
1853
+ "color",
1854
+ "light-mode",
1855
+ "gradient",
1856
+ "after-hours"
1857
+ ]
1858
+ },
1859
+ "midnight": {
1860
+ "value": "linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%)",
1861
+ "type": "color",
1862
+ "public": true,
1863
+ "filePath": "tokens/color/base/gradients.light.json",
1864
+ "isSource": true,
1865
+ "original": {
1866
+ "value": {
1867
+ "type": "linear-gradient",
1868
+ "angle": "228.64deg",
1869
+ "colors": {
1870
+ "1": "#3017A1 46.34%",
1871
+ "2": "#00E0C3 100%"
1872
+ }
1873
+ },
1874
+ "type": "color",
1875
+ "public": true
1876
+ },
1877
+ "name": "color-light-mode-gradient-midnight",
1878
+ "attributes": {
1879
+ "category": "color",
1880
+ "type": "light-mode",
1881
+ "item": "gradient",
1882
+ "subitem": "midnight"
1883
+ },
1884
+ "path": [
1885
+ "color",
1886
+ "light-mode",
1887
+ "gradient",
1888
+ "midnight"
1889
+ ]
1890
+ }
1891
+ },
374
1892
  "interactive": {
375
1893
  "link": {
376
1894
  "400": {