@pantheon-systems/pds-design-tokens 1.0.0-dev.85 → 1.0.0-dev.86
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.
|
@@ -1,104 +1,89 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
*
|
|
3
3
|
* Pantheon Systems
|
|
4
|
-
*
|
|
4
|
+
*
|
|
5
5
|
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
6
6
|
* !! DO NOT EDIT THIS FILE DIRECTLY !!
|
|
7
7
|
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
8
|
-
*
|
|
8
|
+
*
|
|
9
9
|
* This file has been generated automatically.
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
:root {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
--pds-typography-letter-spacing-xl: 0.06rem;
|
|
90
|
-
--pds-typography-line-height-l: 170%;
|
|
91
|
-
--pds-typography-line-height-m: 140%;
|
|
92
|
-
--pds-typography-line-height-s: 120%;
|
|
93
|
-
--pds-typography-line-height-xl: 195%;
|
|
94
|
-
--pds-typography-multiplier-medium: 0.85;
|
|
95
|
-
--pds-typography-multiplier-small: 0.75;
|
|
96
|
-
--pds-typography-size-2xl: 1.728rem;
|
|
97
|
-
--pds-typography-size-3xl: 2.074rem;
|
|
98
|
-
--pds-typography-size-4xl: 3.052rem;
|
|
99
|
-
--pds-typography-size-l: 1.2rem;
|
|
100
|
-
--pds-typography-size-m: 1rem;
|
|
101
|
-
--pds-typography-size-s: 0.875rem;
|
|
102
|
-
--pds-typography-size-xl: 1.44rem;
|
|
103
|
-
--pds-typography-size-xs: 0.75rem;
|
|
13
|
+
--pds-animation-button-transition: all var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
|
|
14
|
+
--pds-animation-focus-transition: outline var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
|
|
15
|
+
--pds-animation-input-transition: background-color var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay), border-color var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
|
|
16
|
+
--pds-animation-link-transition: all var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
|
|
17
|
+
--pds-animation-reveal-transition: all var(--pds-animation-transition-reveal-duration) var(--pds-animation-transition-default-timing-function);
|
|
18
|
+
--pds-animation-rotation-transition: transform var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
|
|
19
|
+
--pds-animation-transition-default-delay: 0s;
|
|
20
|
+
--pds-animation-transition-default-duration: 200ms;
|
|
21
|
+
--pds-animation-transition-default-timing-function: ease-in-out;
|
|
22
|
+
--pds-animation-transition-dropdown-duration: 300ms;
|
|
23
|
+
--pds-animation-transition-reveal-duration: 300ms;
|
|
24
|
+
--pds-border-radius-bar: 3.5rem;
|
|
25
|
+
--pds-border-radius-container: 0.375rem;
|
|
26
|
+
--pds-border-radius-default: 0.1875rem;
|
|
27
|
+
--pds-border-width-default: 1px;
|
|
28
|
+
--pds-container-max-width-narrow: 1024px;
|
|
29
|
+
--pds-container-max-width-standard: 1200px;
|
|
30
|
+
--pds-container-max-width-wide: 1440px;
|
|
31
|
+
--pds-container-max-width-x-wide: 1600px;
|
|
32
|
+
--pds-container-modal-width-large: 44rem;
|
|
33
|
+
--pds-container-modal-width-medium: 36rem;
|
|
34
|
+
--pds-container-modal-width-small: 25rem;
|
|
35
|
+
--pds-container-padding-large: 4%;
|
|
36
|
+
--pds-container-padding-medium: 4%;
|
|
37
|
+
--pds-container-padding-small: 5%;
|
|
38
|
+
--pds-grid-marketing-column-medium-large: 5.125%;
|
|
39
|
+
--pds-grid-marketing-column-small: 21.34375%;
|
|
40
|
+
--pds-grid-marketing-gap-medium-large: 3.5%;
|
|
41
|
+
--pds-grid-marketing-gap-small: 4.875%;
|
|
42
|
+
--pds-spacing-2xl: 1.953rem;
|
|
43
|
+
--pds-spacing-2xs: 0.512rem;
|
|
44
|
+
--pds-spacing-3xl: 2.441rem;
|
|
45
|
+
--pds-spacing-3xs: 0.41rem;
|
|
46
|
+
--pds-spacing-4xl: 3.052rem;
|
|
47
|
+
--pds-spacing-4xs: 0.328rem;
|
|
48
|
+
--pds-spacing-5xl: 3.815rem;
|
|
49
|
+
--pds-spacing-5xs: 0.25rem;
|
|
50
|
+
--pds-spacing-6xl: 4.678rem;
|
|
51
|
+
--pds-spacing-6xs: 0.125rem;
|
|
52
|
+
--pds-spacing-7xl: 5.96rem;
|
|
53
|
+
--pds-spacing-8xl: 7.451rem;
|
|
54
|
+
--pds-spacing-l: 1.25rem;
|
|
55
|
+
--pds-spacing-m: 1rem;
|
|
56
|
+
--pds-spacing-s: 0.8rem;
|
|
57
|
+
--pds-spacing-xl: 1.563rem;
|
|
58
|
+
--pds-spacing-xs: 0.64rem;
|
|
59
|
+
--pds-typography-font-code: 'Source Code Pro', monospace;
|
|
60
|
+
--pds-typography-font-default: 'Poppins', sans-serif;
|
|
61
|
+
--pds-typography-font-secondary: 'Aleo', serif;
|
|
62
|
+
--pds-typography-font-weight-bold: 700;
|
|
63
|
+
--pds-typography-font-weight-extrabold: 800;
|
|
64
|
+
--pds-typography-font-weight-regular: 400;
|
|
65
|
+
--pds-typography-font-weight-semibold: 600;
|
|
66
|
+
--pds-typography-letter-spacing-l: 0.04rem;
|
|
67
|
+
--pds-typography-letter-spacing-m: 0.02rem;
|
|
68
|
+
--pds-typography-letter-spacing-s: 0.01rem;
|
|
69
|
+
--pds-typography-letter-spacing-xl: 0.06rem;
|
|
70
|
+
--pds-typography-line-height-l: 170%;
|
|
71
|
+
--pds-typography-line-height-m: 140%;
|
|
72
|
+
--pds-typography-line-height-s: 120%;
|
|
73
|
+
--pds-typography-line-height-xl: 195%;
|
|
74
|
+
--pds-typography-multiplier-medium: 0.85;
|
|
75
|
+
--pds-typography-multiplier-small: 0.75;
|
|
76
|
+
--pds-typography-size-2xl: 1.728rem;
|
|
77
|
+
--pds-typography-size-3xl: 2.074rem;
|
|
78
|
+
--pds-typography-size-4xl: 3.052rem;
|
|
79
|
+
--pds-typography-size-l: 1.2rem;
|
|
80
|
+
--pds-typography-size-m: 1rem;
|
|
81
|
+
--pds-typography-size-s: 0.875rem;
|
|
82
|
+
--pds-typography-size-xl: 1.44rem;
|
|
83
|
+
--pds-typography-size-xs: 0.75rem;
|
|
84
|
+
--pds-z-index-dropdown: 200;
|
|
85
|
+
--pds-z-index-modal: 500;
|
|
86
|
+
--pds-z-index-navigation: 100;
|
|
87
|
+
--pds-z-index-notifications: 300;
|
|
88
|
+
--pds-z-index-overlay: 400;
|
|
104
89
|
}
|
|
@@ -391,6 +391,113 @@
|
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
393
|
},
|
|
394
|
+
"z-index": {
|
|
395
|
+
"navigation": {
|
|
396
|
+
"value": 100,
|
|
397
|
+
"public": true,
|
|
398
|
+
"filePath": "tokens/z-index/base.json",
|
|
399
|
+
"isSource": true,
|
|
400
|
+
"original": {
|
|
401
|
+
"value": 100,
|
|
402
|
+
"public": true,
|
|
403
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
404
|
+
"isSource": false
|
|
405
|
+
},
|
|
406
|
+
"name": "z-index-navigation",
|
|
407
|
+
"attributes": {
|
|
408
|
+
"category": "z-index",
|
|
409
|
+
"type": "navigation"
|
|
410
|
+
},
|
|
411
|
+
"path": [
|
|
412
|
+
"z-index",
|
|
413
|
+
"navigation"
|
|
414
|
+
]
|
|
415
|
+
},
|
|
416
|
+
"dropdown": {
|
|
417
|
+
"value": 200,
|
|
418
|
+
"public": true,
|
|
419
|
+
"filePath": "tokens/z-index/base.json",
|
|
420
|
+
"isSource": true,
|
|
421
|
+
"original": {
|
|
422
|
+
"value": 200,
|
|
423
|
+
"public": true,
|
|
424
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
425
|
+
"isSource": false
|
|
426
|
+
},
|
|
427
|
+
"name": "z-index-dropdown",
|
|
428
|
+
"attributes": {
|
|
429
|
+
"category": "z-index",
|
|
430
|
+
"type": "dropdown"
|
|
431
|
+
},
|
|
432
|
+
"path": [
|
|
433
|
+
"z-index",
|
|
434
|
+
"dropdown"
|
|
435
|
+
]
|
|
436
|
+
},
|
|
437
|
+
"notifications": {
|
|
438
|
+
"value": 300,
|
|
439
|
+
"public": true,
|
|
440
|
+
"filePath": "tokens/z-index/base.json",
|
|
441
|
+
"isSource": true,
|
|
442
|
+
"original": {
|
|
443
|
+
"value": 300,
|
|
444
|
+
"public": true,
|
|
445
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
446
|
+
"isSource": false
|
|
447
|
+
},
|
|
448
|
+
"name": "z-index-notifications",
|
|
449
|
+
"attributes": {
|
|
450
|
+
"category": "z-index",
|
|
451
|
+
"type": "notifications"
|
|
452
|
+
},
|
|
453
|
+
"path": [
|
|
454
|
+
"z-index",
|
|
455
|
+
"notifications"
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
"overlay": {
|
|
459
|
+
"value": 400,
|
|
460
|
+
"public": true,
|
|
461
|
+
"filePath": "tokens/z-index/base.json",
|
|
462
|
+
"isSource": true,
|
|
463
|
+
"original": {
|
|
464
|
+
"value": 400,
|
|
465
|
+
"public": true,
|
|
466
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
467
|
+
"isSource": false
|
|
468
|
+
},
|
|
469
|
+
"name": "z-index-overlay",
|
|
470
|
+
"attributes": {
|
|
471
|
+
"category": "z-index",
|
|
472
|
+
"type": "overlay"
|
|
473
|
+
},
|
|
474
|
+
"path": [
|
|
475
|
+
"z-index",
|
|
476
|
+
"overlay"
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
"modal": {
|
|
480
|
+
"value": 500,
|
|
481
|
+
"public": true,
|
|
482
|
+
"filePath": "tokens/z-index/base.json",
|
|
483
|
+
"isSource": true,
|
|
484
|
+
"original": {
|
|
485
|
+
"value": 500,
|
|
486
|
+
"public": true,
|
|
487
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
488
|
+
"isSource": false
|
|
489
|
+
},
|
|
490
|
+
"name": "z-index-modal",
|
|
491
|
+
"attributes": {
|
|
492
|
+
"category": "z-index",
|
|
493
|
+
"type": "modal"
|
|
494
|
+
},
|
|
495
|
+
"path": [
|
|
496
|
+
"z-index",
|
|
497
|
+
"modal"
|
|
498
|
+
]
|
|
499
|
+
}
|
|
500
|
+
},
|
|
394
501
|
"text": {
|
|
395
502
|
"body": {
|
|
396
503
|
"paragraph": {
|
|
@@ -1811,5 +1811,102 @@
|
|
|
1811
1811
|
]
|
|
1812
1812
|
}
|
|
1813
1813
|
}
|
|
1814
|
+
},
|
|
1815
|
+
"z-index": {
|
|
1816
|
+
"navigation": {
|
|
1817
|
+
"value": 100,
|
|
1818
|
+
"public": true,
|
|
1819
|
+
"filePath": "tokens/z-index/base.json",
|
|
1820
|
+
"isSource": true,
|
|
1821
|
+
"original": {
|
|
1822
|
+
"value": 100,
|
|
1823
|
+
"public": true
|
|
1824
|
+
},
|
|
1825
|
+
"name": "z-index-navigation",
|
|
1826
|
+
"attributes": {
|
|
1827
|
+
"category": "z-index",
|
|
1828
|
+
"type": "navigation"
|
|
1829
|
+
},
|
|
1830
|
+
"path": [
|
|
1831
|
+
"z-index",
|
|
1832
|
+
"navigation"
|
|
1833
|
+
]
|
|
1834
|
+
},
|
|
1835
|
+
"dropdown": {
|
|
1836
|
+
"value": 200,
|
|
1837
|
+
"public": true,
|
|
1838
|
+
"filePath": "tokens/z-index/base.json",
|
|
1839
|
+
"isSource": true,
|
|
1840
|
+
"original": {
|
|
1841
|
+
"value": 200,
|
|
1842
|
+
"public": true
|
|
1843
|
+
},
|
|
1844
|
+
"name": "z-index-dropdown",
|
|
1845
|
+
"attributes": {
|
|
1846
|
+
"category": "z-index",
|
|
1847
|
+
"type": "dropdown"
|
|
1848
|
+
},
|
|
1849
|
+
"path": [
|
|
1850
|
+
"z-index",
|
|
1851
|
+
"dropdown"
|
|
1852
|
+
]
|
|
1853
|
+
},
|
|
1854
|
+
"notifications": {
|
|
1855
|
+
"value": 300,
|
|
1856
|
+
"public": true,
|
|
1857
|
+
"filePath": "tokens/z-index/base.json",
|
|
1858
|
+
"isSource": true,
|
|
1859
|
+
"original": {
|
|
1860
|
+
"value": 300,
|
|
1861
|
+
"public": true
|
|
1862
|
+
},
|
|
1863
|
+
"name": "z-index-notifications",
|
|
1864
|
+
"attributes": {
|
|
1865
|
+
"category": "z-index",
|
|
1866
|
+
"type": "notifications"
|
|
1867
|
+
},
|
|
1868
|
+
"path": [
|
|
1869
|
+
"z-index",
|
|
1870
|
+
"notifications"
|
|
1871
|
+
]
|
|
1872
|
+
},
|
|
1873
|
+
"overlay": {
|
|
1874
|
+
"value": 400,
|
|
1875
|
+
"public": true,
|
|
1876
|
+
"filePath": "tokens/z-index/base.json",
|
|
1877
|
+
"isSource": true,
|
|
1878
|
+
"original": {
|
|
1879
|
+
"value": 400,
|
|
1880
|
+
"public": true
|
|
1881
|
+
},
|
|
1882
|
+
"name": "z-index-overlay",
|
|
1883
|
+
"attributes": {
|
|
1884
|
+
"category": "z-index",
|
|
1885
|
+
"type": "overlay"
|
|
1886
|
+
},
|
|
1887
|
+
"path": [
|
|
1888
|
+
"z-index",
|
|
1889
|
+
"overlay"
|
|
1890
|
+
]
|
|
1891
|
+
},
|
|
1892
|
+
"modal": {
|
|
1893
|
+
"value": 500,
|
|
1894
|
+
"public": true,
|
|
1895
|
+
"filePath": "tokens/z-index/base.json",
|
|
1896
|
+
"isSource": true,
|
|
1897
|
+
"original": {
|
|
1898
|
+
"value": 500,
|
|
1899
|
+
"public": true
|
|
1900
|
+
},
|
|
1901
|
+
"name": "z-index-modal",
|
|
1902
|
+
"attributes": {
|
|
1903
|
+
"category": "z-index",
|
|
1904
|
+
"type": "modal"
|
|
1905
|
+
},
|
|
1906
|
+
"path": [
|
|
1907
|
+
"z-index",
|
|
1908
|
+
"modal"
|
|
1909
|
+
]
|
|
1910
|
+
}
|
|
1814
1911
|
}
|
|
1815
1912
|
}
|