@pantheon-systems/pds-design-tokens 0.4.0-dev.2 → 0.6.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.
@@ -2,13 +2,13 @@
2
2
  "border": {
3
3
  "radius": {
4
4
  "default": {
5
- "value": 0.25,
5
+ "value": 0.1875,
6
6
  "defaultUnit": "rem",
7
7
  "public": true,
8
8
  "filePath": "tokens/border/alias.json",
9
9
  "isSource": true,
10
10
  "original": {
11
- "value": 0.25,
11
+ "value": 0.1875,
12
12
  "defaultUnit": "rem",
13
13
  "public": true
14
14
  },
@@ -51,773 +51,6 @@
51
51
  }
52
52
  }
53
53
  },
54
- "color": {
55
- "global": {
56
- "brand": {
57
- "primary": {
58
- "100": {
59
- "value": "#fffbe9",
60
- "filePath": "tokens/color/base/global.json",
61
- "isSource": true,
62
- "original": {
63
- "value": "#FFFBE9"
64
- },
65
- "name": "color-global-brand-primary-100",
66
- "attributes": {
67
- "category": "color",
68
- "type": "global",
69
- "item": "brand",
70
- "subitem": "primary",
71
- "state": "100"
72
- },
73
- "path": [
74
- "color",
75
- "global",
76
- "brand",
77
- "primary",
78
- "100"
79
- ]
80
- },
81
- "200": {
82
- "value": "#fff1a9",
83
- "filePath": "tokens/color/base/global.json",
84
- "isSource": true,
85
- "original": {
86
- "value": "#FFF1A9"
87
- },
88
- "name": "color-global-brand-primary-200",
89
- "attributes": {
90
- "category": "color",
91
- "type": "global",
92
- "item": "brand",
93
- "subitem": "primary",
94
- "state": "200"
95
- },
96
- "path": [
97
- "color",
98
- "global",
99
- "brand",
100
- "primary",
101
- "200"
102
- ]
103
- },
104
- "300": {
105
- "value": "#ffe668",
106
- "filePath": "tokens/color/base/global.json",
107
- "isSource": true,
108
- "original": {
109
- "value": "#FFE668"
110
- },
111
- "name": "color-global-brand-primary-300",
112
- "attributes": {
113
- "category": "color",
114
- "type": "global",
115
- "item": "brand",
116
- "subitem": "primary",
117
- "state": "300"
118
- },
119
- "path": [
120
- "color",
121
- "global",
122
- "brand",
123
- "primary",
124
- "300"
125
- ]
126
- },
127
- "400": {
128
- "value": "#ffdc28",
129
- "filePath": "tokens/color/base/global.json",
130
- "isSource": true,
131
- "original": {
132
- "value": "#FFDC28"
133
- },
134
- "name": "color-global-brand-primary-400",
135
- "attributes": {
136
- "category": "color",
137
- "type": "global",
138
- "item": "brand",
139
- "subitem": "primary",
140
- "state": "400"
141
- },
142
- "path": [
143
- "color",
144
- "global",
145
- "brand",
146
- "primary",
147
- "400"
148
- ]
149
- },
150
- "500": {
151
- "value": "#ddbd16",
152
- "filePath": "tokens/color/base/global.json",
153
- "isSource": true,
154
- "original": {
155
- "value": "#DDBD16"
156
- },
157
- "name": "color-global-brand-primary-500",
158
- "attributes": {
159
- "category": "color",
160
- "type": "global",
161
- "item": "brand",
162
- "subitem": "primary",
163
- "state": "500"
164
- },
165
- "path": [
166
- "color",
167
- "global",
168
- "brand",
169
- "primary",
170
- "500"
171
- ]
172
- },
173
- "600": {
174
- "value": "#bb9e08",
175
- "filePath": "tokens/color/base/global.json",
176
- "isSource": true,
177
- "original": {
178
- "value": "#BB9E08"
179
- },
180
- "name": "color-global-brand-primary-600",
181
- "attributes": {
182
- "category": "color",
183
- "type": "global",
184
- "item": "brand",
185
- "subitem": "primary",
186
- "state": "600"
187
- },
188
- "path": [
189
- "color",
190
- "global",
191
- "brand",
192
- "primary",
193
- "600"
194
- ]
195
- },
196
- "default": {
197
- "value": "#ffdc28",
198
- "public": true,
199
- "isReferenceToInternal": true,
200
- "filePath": "tokens/color/base/global.json",
201
- "isSource": true,
202
- "original": {
203
- "value": "{color.global.brand.primary.400.value}",
204
- "public": true,
205
- "isReferenceToInternal": true
206
- },
207
- "name": "color-global-brand-primary-default",
208
- "attributes": {
209
- "category": "color",
210
- "type": "global",
211
- "item": "brand",
212
- "subitem": "primary",
213
- "state": "default"
214
- },
215
- "path": [
216
- "color",
217
- "global",
218
- "brand",
219
- "primary",
220
- "default"
221
- ]
222
- }
223
- },
224
- "secondary": {
225
- "100": {
226
- "value": "#f0ecff",
227
- "filePath": "tokens/color/base/global.json",
228
- "isSource": true,
229
- "original": {
230
- "value": "#F0ECFF"
231
- },
232
- "name": "color-global-brand-secondary-100",
233
- "attributes": {
234
- "category": "color",
235
- "type": "global",
236
- "item": "brand",
237
- "subitem": "secondary",
238
- "state": "100"
239
- },
240
- "path": [
241
- "color",
242
- "global",
243
- "brand",
244
- "secondary",
245
- "100"
246
- ]
247
- },
248
- "200": {
249
- "value": "#c3b6ff",
250
- "filePath": "tokens/color/base/global.json",
251
- "isSource": true,
252
- "original": {
253
- "value": "#C3B6FF"
254
- },
255
- "name": "color-global-brand-secondary-200",
256
- "attributes": {
257
- "category": "color",
258
- "type": "global",
259
- "item": "brand",
260
- "subitem": "secondary",
261
- "state": "200"
262
- },
263
- "path": [
264
- "color",
265
- "global",
266
- "brand",
267
- "secondary",
268
- "200"
269
- ]
270
- },
271
- "300": {
272
- "value": "#967fff",
273
- "filePath": "tokens/color/base/global.json",
274
- "isSource": true,
275
- "original": {
276
- "value": "#967FFF"
277
- },
278
- "name": "color-global-brand-secondary-300",
279
- "attributes": {
280
- "category": "color",
281
- "type": "global",
282
- "item": "brand",
283
- "subitem": "secondary",
284
- "state": "300"
285
- },
286
- "path": [
287
- "color",
288
- "global",
289
- "brand",
290
- "secondary",
291
- "300"
292
- ]
293
- },
294
- "400": {
295
- "value": "#5f41e5",
296
- "filePath": "tokens/color/base/global.json",
297
- "isSource": true,
298
- "original": {
299
- "value": "#5F41E5"
300
- },
301
- "name": "color-global-brand-secondary-400",
302
- "attributes": {
303
- "category": "color",
304
- "type": "global",
305
- "item": "brand",
306
- "subitem": "secondary",
307
- "state": "400"
308
- },
309
- "path": [
310
- "color",
311
- "global",
312
- "brand",
313
- "secondary",
314
- "400"
315
- ]
316
- },
317
- "500": {
318
- "value": "#3017a1",
319
- "filePath": "tokens/color/base/global.json",
320
- "isSource": true,
321
- "original": {
322
- "value": "#3017A1"
323
- },
324
- "name": "color-global-brand-secondary-500",
325
- "attributes": {
326
- "category": "color",
327
- "type": "global",
328
- "item": "brand",
329
- "subitem": "secondary",
330
- "state": "500"
331
- },
332
- "path": [
333
- "color",
334
- "global",
335
- "brand",
336
- "secondary",
337
- "500"
338
- ]
339
- },
340
- "600": {
341
- "value": "#11005d",
342
- "filePath": "tokens/color/base/global.json",
343
- "isSource": true,
344
- "original": {
345
- "value": "#11005D"
346
- },
347
- "name": "color-global-brand-secondary-600",
348
- "attributes": {
349
- "category": "color",
350
- "type": "global",
351
- "item": "brand",
352
- "subitem": "secondary",
353
- "state": "600"
354
- },
355
- "path": [
356
- "color",
357
- "global",
358
- "brand",
359
- "secondary",
360
- "600"
361
- ]
362
- },
363
- "default": {
364
- "value": "#3017a1",
365
- "public": true,
366
- "isReferenceToInternal": true,
367
- "filePath": "tokens/color/base/global.json",
368
- "isSource": true,
369
- "original": {
370
- "value": "{color.global.brand.secondary.500.value}",
371
- "public": true,
372
- "isReferenceToInternal": true
373
- },
374
- "name": "color-global-brand-secondary-default",
375
- "attributes": {
376
- "category": "color",
377
- "type": "global",
378
- "item": "brand",
379
- "subitem": "secondary",
380
- "state": "default"
381
- },
382
- "path": [
383
- "color",
384
- "global",
385
- "brand",
386
- "secondary",
387
- "default"
388
- ]
389
- }
390
- },
391
- "accent": {
392
- "100": {
393
- "value": "#ffe5f6",
394
- "filePath": "tokens/color/base/global.json",
395
- "isSource": true,
396
- "original": {
397
- "value": "#FFE5F6"
398
- },
399
- "name": "color-global-brand-accent-100",
400
- "attributes": {
401
- "category": "color",
402
- "type": "global",
403
- "item": "brand",
404
- "subitem": "accent",
405
- "state": "100"
406
- },
407
- "path": [
408
- "color",
409
- "global",
410
- "brand",
411
- "accent",
412
- "100"
413
- ]
414
- },
415
- "200": {
416
- "value": "#ff99dc",
417
- "filePath": "tokens/color/base/global.json",
418
- "isSource": true,
419
- "original": {
420
- "value": "#FF99DC"
421
- },
422
- "name": "color-global-brand-accent-200",
423
- "attributes": {
424
- "category": "color",
425
- "type": "global",
426
- "item": "brand",
427
- "subitem": "accent",
428
- "state": "200"
429
- },
430
- "path": [
431
- "color",
432
- "global",
433
- "brand",
434
- "accent",
435
- "200"
436
- ]
437
- },
438
- "300": {
439
- "value": "#ff4cc3",
440
- "filePath": "tokens/color/base/global.json",
441
- "isSource": true,
442
- "original": {
443
- "value": "#FF4CC3"
444
- },
445
- "name": "color-global-brand-accent-300",
446
- "attributes": {
447
- "category": "color",
448
- "type": "global",
449
- "item": "brand",
450
- "subitem": "accent",
451
- "state": "300"
452
- },
453
- "path": [
454
- "color",
455
- "global",
456
- "brand",
457
- "accent",
458
- "300"
459
- ]
460
- },
461
- "400": {
462
- "value": "#de0093",
463
- "filePath": "tokens/color/base/global.json",
464
- "isSource": true,
465
- "original": {
466
- "value": "#DE0093"
467
- },
468
- "name": "color-global-brand-accent-400",
469
- "attributes": {
470
- "category": "color",
471
- "type": "global",
472
- "item": "brand",
473
- "subitem": "accent",
474
- "state": "400"
475
- },
476
- "path": [
477
- "color",
478
- "global",
479
- "brand",
480
- "accent",
481
- "400"
482
- ]
483
- },
484
- "500": {
485
- "value": "#9a0066",
486
- "filePath": "tokens/color/base/global.json",
487
- "isSource": true,
488
- "original": {
489
- "value": "#9A0066"
490
- },
491
- "name": "color-global-brand-accent-500",
492
- "attributes": {
493
- "category": "color",
494
- "type": "global",
495
- "item": "brand",
496
- "subitem": "accent",
497
- "state": "500"
498
- },
499
- "path": [
500
- "color",
501
- "global",
502
- "brand",
503
- "accent",
504
- "500"
505
- ]
506
- },
507
- "600": {
508
- "value": "#560039",
509
- "filePath": "tokens/color/base/global.json",
510
- "isSource": true,
511
- "original": {
512
- "value": "#560039"
513
- },
514
- "name": "color-global-brand-accent-600",
515
- "attributes": {
516
- "category": "color",
517
- "type": "global",
518
- "item": "brand",
519
- "subitem": "accent",
520
- "state": "600"
521
- },
522
- "path": [
523
- "color",
524
- "global",
525
- "brand",
526
- "accent",
527
- "600"
528
- ]
529
- },
530
- "default": {
531
- "value": "#de0093",
532
- "public": true,
533
- "isReferenceToInternal": true,
534
- "filePath": "tokens/color/base/global.json",
535
- "isSource": true,
536
- "original": {
537
- "value": "{color.global.brand.accent.400.value}",
538
- "public": true,
539
- "isReferenceToInternal": true
540
- },
541
- "name": "color-global-brand-accent-default",
542
- "attributes": {
543
- "category": "color",
544
- "type": "global",
545
- "item": "brand",
546
- "subitem": "accent",
547
- "state": "default"
548
- },
549
- "path": [
550
- "color",
551
- "global",
552
- "brand",
553
- "accent",
554
- "default"
555
- ]
556
- }
557
- }
558
- },
559
- "admin": {
560
- "100": {
561
- "value": "#f7f1ff",
562
- "filePath": "tokens/color/base/global.json",
563
- "isSource": true,
564
- "original": {
565
- "value": "#F7F1FF"
566
- },
567
- "name": "color-global-admin-100",
568
- "attributes": {
569
- "category": "color",
570
- "type": "global",
571
- "item": "admin",
572
- "subitem": "100"
573
- },
574
- "path": [
575
- "color",
576
- "global",
577
- "admin",
578
- "100"
579
- ]
580
- },
581
- "200": {
582
- "value": "#6a1d85",
583
- "filePath": "tokens/color/base/global.json",
584
- "isSource": true,
585
- "original": {
586
- "value": "#6A1D85"
587
- },
588
- "name": "color-global-admin-200",
589
- "attributes": {
590
- "category": "color",
591
- "type": "global",
592
- "item": "admin",
593
- "subitem": "200"
594
- },
595
- "path": [
596
- "color",
597
- "global",
598
- "admin",
599
- "200"
600
- ]
601
- },
602
- "300": {
603
- "value": "#451157",
604
- "filePath": "tokens/color/base/global.json",
605
- "isSource": true,
606
- "original": {
607
- "value": "#451157"
608
- },
609
- "name": "color-global-admin-300",
610
- "attributes": {
611
- "category": "color",
612
- "type": "global",
613
- "item": "admin",
614
- "subitem": "300"
615
- },
616
- "path": [
617
- "color",
618
- "global",
619
- "admin",
620
- "300"
621
- ]
622
- }
623
- },
624
- "partner": {
625
- "gitlab": {
626
- "value": "#ffedfb",
627
- "filePath": "tokens/color/base/global.json",
628
- "isSource": true,
629
- "original": {
630
- "value": "#FFEDFB"
631
- },
632
- "name": "color-global-partner-gitlab",
633
- "attributes": {
634
- "category": "color",
635
- "type": "global",
636
- "item": "partner",
637
- "subitem": "gitlab"
638
- },
639
- "path": [
640
- "color",
641
- "global",
642
- "partner",
643
- "gitlab"
644
- ]
645
- },
646
- "bitbucket": {
647
- "value": "#004dc0",
648
- "filePath": "tokens/color/base/global.json",
649
- "isSource": true,
650
- "original": {
651
- "value": "#004DC0"
652
- },
653
- "name": "color-global-partner-bitbucket",
654
- "attributes": {
655
- "category": "color",
656
- "type": "global",
657
- "item": "partner",
658
- "subitem": "bitbucket"
659
- },
660
- "path": [
661
- "color",
662
- "global",
663
- "partner",
664
- "bitbucket"
665
- ]
666
- },
667
- "gatsby": {
668
- "value": "#663399",
669
- "filePath": "tokens/color/base/global.json",
670
- "isSource": true,
671
- "original": {
672
- "value": "#663399"
673
- },
674
- "name": "color-global-partner-gatsby",
675
- "attributes": {
676
- "category": "color",
677
- "type": "global",
678
- "item": "partner",
679
- "subitem": "gatsby"
680
- },
681
- "path": [
682
- "color",
683
- "global",
684
- "partner",
685
- "gatsby"
686
- ]
687
- }
688
- },
689
- "gradient": {
690
- "sunrise": {
691
- "value": "linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%)",
692
- "type": "color",
693
- "public": true,
694
- "filePath": "tokens/color/base/gradients.json",
695
- "isSource": true,
696
- "original": {
697
- "value": {
698
- "type": "linear-gradient",
699
- "angle": "227.79deg",
700
- "colors": {
701
- "1": "#300068 38.28%",
702
- "2": "#E65F35 100%"
703
- }
704
- },
705
- "type": "color",
706
- "public": true
707
- },
708
- "name": "color-global-gradient-sunrise",
709
- "attributes": {
710
- "category": "color",
711
- "type": "global",
712
- "item": "gradient",
713
- "subitem": "sunrise"
714
- },
715
- "path": [
716
- "color",
717
- "global",
718
- "gradient",
719
- "sunrise"
720
- ]
721
- },
722
- "sunset": {
723
- "value": "linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%)",
724
- "type": "color",
725
- "public": true,
726
- "filePath": "tokens/color/base/gradients.json",
727
- "isSource": true,
728
- "original": {
729
- "value": {
730
- "type": "linear-gradient",
731
- "angle": "48.24deg",
732
- "colors": {
733
- "1": "#EF13AD 0%",
734
- "2": "#300068 66.25%"
735
- }
736
- },
737
- "type": "color",
738
- "public": true
739
- },
740
- "name": "color-global-gradient-sunset",
741
- "attributes": {
742
- "category": "color",
743
- "type": "global",
744
- "item": "gradient",
745
- "subitem": "sunset"
746
- },
747
- "path": [
748
- "color",
749
- "global",
750
- "gradient",
751
- "sunset"
752
- ]
753
- },
754
- "after-hours": {
755
- "value": "linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%)",
756
- "type": "color",
757
- "public": true,
758
- "filePath": "tokens/color/base/gradients.json",
759
- "isSource": true,
760
- "original": {
761
- "value": {
762
- "type": "linear-gradient",
763
- "angle": "228.64deg",
764
- "colors": {
765
- "1": "#2B017B 41.87%",
766
- "2": "#29B2FF 100%"
767
- }
768
- },
769
- "type": "color",
770
- "public": true
771
- },
772
- "name": "color-global-gradient-after-hours",
773
- "attributes": {
774
- "category": "color",
775
- "type": "global",
776
- "item": "gradient",
777
- "subitem": "after-hours"
778
- },
779
- "path": [
780
- "color",
781
- "global",
782
- "gradient",
783
- "after-hours"
784
- ]
785
- },
786
- "midnight": {
787
- "value": "linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%)",
788
- "type": "color",
789
- "public": true,
790
- "filePath": "tokens/color/base/gradients.json",
791
- "isSource": true,
792
- "original": {
793
- "value": {
794
- "type": "linear-gradient",
795
- "angle": "228.64deg",
796
- "colors": {
797
- "1": "#3017A1 46.34%",
798
- "2": "#00E0C3 100%"
799
- }
800
- },
801
- "type": "color",
802
- "public": true
803
- },
804
- "name": "color-global-gradient-midnight",
805
- "attributes": {
806
- "category": "color",
807
- "type": "global",
808
- "item": "gradient",
809
- "subitem": "midnight"
810
- },
811
- "path": [
812
- "color",
813
- "global",
814
- "gradient",
815
- "midnight"
816
- ]
817
- }
818
- }
819
- }
820
- },
821
54
  "grid": {
822
55
  "columns-4": {
823
56
  "width": {
@@ -1450,11 +683,13 @@
1450
683
  },
1451
684
  "letter-spacing": {
1452
685
  "XL": {
1453
- "value": "6%",
686
+ "value": "0.06",
687
+ "defaultUnit": "em",
1454
688
  "filePath": "tokens/typography/base/letter-spacing.json",
1455
689
  "isSource": true,
1456
690
  "original": {
1457
- "value": "6%"
691
+ "value": "0.06",
692
+ "defaultUnit": "em"
1458
693
  },
1459
694
  "name": "typography-letter-spacing-xl",
1460
695
  "attributes": {
@@ -1469,11 +704,13 @@
1469
704
  ]
1470
705
  },
1471
706
  "L": {
1472
- "value": "4%",
707
+ "value": "0.04",
708
+ "defaultUnit": "em",
1473
709
  "filePath": "tokens/typography/base/letter-spacing.json",
1474
710
  "isSource": true,
1475
711
  "original": {
1476
- "value": "4%"
712
+ "value": "0.04",
713
+ "defaultUnit": "em"
1477
714
  },
1478
715
  "name": "typography-letter-spacing-l",
1479
716
  "attributes": {
@@ -1488,11 +725,13 @@
1488
725
  ]
1489
726
  },
1490
727
  "M": {
1491
- "value": "2%",
728
+ "value": "0.02",
729
+ "defaultUnit": "em",
1492
730
  "filePath": "tokens/typography/base/letter-spacing.json",
1493
731
  "isSource": true,
1494
732
  "original": {
1495
- "value": "2%"
733
+ "value": "0.02",
734
+ "defaultUnit": "em"
1496
735
  },
1497
736
  "name": "typography-letter-spacing-m",
1498
737
  "attributes": {
@@ -1507,11 +746,13 @@
1507
746
  ]
1508
747
  },
1509
748
  "S": {
1510
- "value": "1%",
749
+ "value": "0.01",
750
+ "defaultUnit": "em",
1511
751
  "filePath": "tokens/typography/base/letter-spacing.json",
1512
752
  "isSource": true,
1513
753
  "original": {
1514
- "value": "1%"
754
+ "value": "0.01",
755
+ "defaultUnit": "em"
1515
756
  },
1516
757
  "name": "typography-letter-spacing-s",
1517
758
  "attributes": {