@pantheon-systems/pds-design-tokens 1.0.0-dev.15 → 1.0.0-dev.151
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/README.md +2 -3
- package/build/css/pds-design-tokens-dark-mode.css +163 -63
- package/build/css/pds-design-tokens-light-mode.css +265 -78
- package/build/css/pds-design-tokens.css +102 -0
- package/build/figma/pds-design-tokens-figma.json +13064 -5119
- package/build/json/pds-design-tokens-dark-mode.json +3909 -1890
- package/build/json/pds-design-tokens-light-mode.json +5961 -1909
- package/build/json/pds-design-tokens.json +2045 -472
- package/package.json +1 -1
- package/build/scss/_pds-design-tokens-dark-mode.scss +0 -105
- package/build/scss/_pds-design-tokens-light-mode.scss +0 -105
- package/build/scss/_pds-design-tokens.scss +0 -17
|
@@ -10,11 +10,113 @@
|
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
:root {
|
|
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);
|
|
13
19
|
--pds-animation-transition-default-delay: 0s;
|
|
14
20
|
--pds-animation-transition-default-duration: 200ms;
|
|
15
21
|
--pds-animation-transition-default-timing-function: ease-in-out;
|
|
16
22
|
--pds-animation-transition-dropdown-duration: 300ms;
|
|
23
|
+
--pds-animation-transition-reveal-duration: 300ms;
|
|
24
|
+
--pds-border-offset-default: 1px;
|
|
25
|
+
--pds-border-offset-double: 2px;
|
|
26
|
+
--pds-border-offset-triple: 3px;
|
|
27
|
+
--pds-border-radius-bar: 3.5rem;
|
|
28
|
+
--pds-border-radius-button: 0.1875rem;
|
|
29
|
+
--pds-border-radius-container: 0.375rem;
|
|
17
30
|
--pds-border-radius-default: 0.1875rem;
|
|
31
|
+
--pds-border-radius-input: 0.25rem;
|
|
18
32
|
--pds-border-width-default: 1px;
|
|
33
|
+
--pds-border-width-double: 2px;
|
|
34
|
+
--pds-border-width-outline: 1px;
|
|
35
|
+
--pds-border-width-stepper: 3px;
|
|
36
|
+
--pds-border-width-triple: 3px;
|
|
37
|
+
--pds-container-max-width-narrow: 1024px;
|
|
38
|
+
--pds-container-max-width-standard: 1200px;
|
|
39
|
+
--pds-container-max-width-wide: 1440px;
|
|
40
|
+
--pds-container-max-width-x-wide: 1600px;
|
|
41
|
+
--pds-container-modal-width-large: 44rem;
|
|
42
|
+
--pds-container-modal-width-medium: 36rem;
|
|
43
|
+
--pds-container-modal-width-small: 25rem;
|
|
44
|
+
--pds-container-padding-base: var(--pds-spacing-xl);
|
|
45
|
+
--pds-container-padding-narrow-bp-lg: 20%;
|
|
46
|
+
--pds-container-padding-narrow-bp-md: 12%;
|
|
47
|
+
--pds-container-padding-standard-bp-lg: 8%;
|
|
48
|
+
--pds-container-padding-standard-bp-md: 6%;
|
|
49
|
+
--pds-container-padding-wide-bp-lg: 4%;
|
|
50
|
+
--pds-container-padding-wide-bp-md: 5%;
|
|
51
|
+
--pds-container-tooltip-max-width: 12.5rem;
|
|
52
|
+
--pds-grid-marketing-column-medium-large: 4.36875%;
|
|
53
|
+
--pds-grid-marketing-column-small: 21.34375%;
|
|
54
|
+
--pds-grid-marketing-gap-medium-large: 4.325%;
|
|
55
|
+
--pds-grid-marketing-gap-small: 4.875%;
|
|
56
|
+
--pds-spacing-2xl: 1.953rem;
|
|
57
|
+
--pds-spacing-2xs: 0.512rem;
|
|
58
|
+
--pds-spacing-3xl: 2.441rem;
|
|
59
|
+
--pds-spacing-3xs: 0.41rem;
|
|
60
|
+
--pds-spacing-4xl: 3.052rem;
|
|
61
|
+
--pds-spacing-4xs: 0.328rem;
|
|
62
|
+
--pds-spacing-5xl: 3.815rem;
|
|
63
|
+
--pds-spacing-5xs: 0.25rem;
|
|
64
|
+
--pds-spacing-6xl: 4.678rem;
|
|
65
|
+
--pds-spacing-6xs: 0.125rem;
|
|
66
|
+
--pds-spacing-7xl: 5.96rem;
|
|
67
|
+
--pds-spacing-8xl: 7.451rem;
|
|
68
|
+
--pds-spacing-button-lg-height: 3rem;
|
|
69
|
+
--pds-spacing-button-lg-padding-block: 0.9375rem;
|
|
70
|
+
--pds-spacing-button-lg-padding-inline: 1.25rem;
|
|
71
|
+
--pds-spacing-button-md-height: 2.25rem;
|
|
72
|
+
--pds-spacing-button-md-padding-block: 0.625rem;
|
|
73
|
+
--pds-spacing-button-md-padding-inline: 0.8125rem;
|
|
74
|
+
--pds-spacing-button-sm-height: 2rem;
|
|
75
|
+
--pds-spacing-button-sm-padding-block: 0.5rem;
|
|
76
|
+
--pds-spacing-button-sm-padding-inline: 0.625rem;
|
|
77
|
+
--pds-spacing-dashboard-nav-item-height: 2.25rem;
|
|
78
|
+
--pds-spacing-dashboard-nav-item-padding: 0.625rem;
|
|
79
|
+
--pds-spacing-l: 1.25rem;
|
|
80
|
+
--pds-spacing-m: 1rem;
|
|
81
|
+
--pds-spacing-s: 0.8rem;
|
|
82
|
+
--pds-spacing-xl: 1.563rem;
|
|
83
|
+
--pds-spacing-xs: 0.64rem;
|
|
84
|
+
--pds-typography-font-code: 'Source Code Pro', monospace;
|
|
19
85
|
--pds-typography-font-default: 'Poppins', sans-serif;
|
|
86
|
+
--pds-typography-font-secondary: 'Aleo', serif;
|
|
87
|
+
--pds-typography-font-weight-bold: 700;
|
|
88
|
+
--pds-typography-font-weight-light: 300;
|
|
89
|
+
--pds-typography-font-weight-regular: 400;
|
|
90
|
+
--pds-typography-font-weight-semibold: 600;
|
|
91
|
+
--pds-typography-letter-spacing-l: 0.04rem;
|
|
92
|
+
--pds-typography-letter-spacing-m: 0.02rem;
|
|
93
|
+
--pds-typography-letter-spacing-s: 0.01rem;
|
|
94
|
+
--pds-typography-letter-spacing-xl: 0.06rem;
|
|
95
|
+
--pds-typography-line-height-l: 165%;
|
|
96
|
+
--pds-typography-line-height-m: 140%;
|
|
97
|
+
--pds-typography-line-height-s: 120%;
|
|
98
|
+
--pds-typography-line-height-xl: 195%;
|
|
99
|
+
--pds-typography-multiplier-medium: 0.88;
|
|
100
|
+
--pds-typography-multiplier-small: 0.84;
|
|
101
|
+
--pds-typography-size-2xl: 1.728rem;
|
|
102
|
+
--pds-typography-size-3xl: 2.074rem;
|
|
103
|
+
--pds-typography-size-4xl: 2.488rem;
|
|
104
|
+
--pds-typography-size-5xl: 2.986rem;
|
|
105
|
+
--pds-typography-size-6xl: 3.583rem;
|
|
106
|
+
--pds-typography-size-7xl: 4.3rem;
|
|
107
|
+
--pds-typography-size-8xl: 5.160rem;
|
|
108
|
+
--pds-typography-size-9xl: 6.192rem;
|
|
109
|
+
--pds-typography-size-code-block: 0.9rem;
|
|
110
|
+
--pds-typography-size-default: 1rem;
|
|
111
|
+
--pds-typography-size-input-label: 1rem;
|
|
112
|
+
--pds-typography-size-l: 1.2rem;
|
|
113
|
+
--pds-typography-size-m: 1rem;
|
|
114
|
+
--pds-typography-size-s: 0.833rem;
|
|
115
|
+
--pds-typography-size-xl: 1.44rem;
|
|
116
|
+
--pds-typography-size-xs: 0.694rem;
|
|
117
|
+
--pds-z-index-dropdown: 200;
|
|
118
|
+
--pds-z-index-modal: 500;
|
|
119
|
+
--pds-z-index-navigation: 100;
|
|
120
|
+
--pds-z-index-notifications: 300;
|
|
121
|
+
--pds-z-index-overlay: 400;
|
|
20
122
|
}
|