@compsych-ui-components/shared 4.0.18 → 4.0.20
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/package.json +1 -1
- package/src/tokens/ref-tokens.d.ts +181 -181
- package/src/tokens/ref-tokens.js +181 -181
- package/src/tokens/ref-tokens.js.map +1 -1
- package/src/tokens/refs.css +183 -183
- package/src/tokens/sys-tokens.d.ts +206 -122
- package/src/tokens/sys-tokens.js +206 -122
- package/src/tokens/sys-tokens.js.map +1 -1
- package/src/tokens/sys.css +206 -206
- package/src/tokens/themes/absence-resources.css +206 -206
- package/src/tokens/themes/brand-b.css +243 -243
- package/src/tokens/themes/brand-c.css +243 -243
- package/src/tokens/themes/compsych.css +243 -243
- package/src/tokens/themes/crc.css +206 -206
- package/src/tokens/themes/gro.css +206 -206
package/src/tokens/refs.css
CHANGED
|
@@ -3,189 +3,189 @@
|
|
|
3
3
|
These are the raw palette; prefer sys.css tokens in components.
|
|
4
4
|
============================================================ */
|
|
5
5
|
:root {
|
|
6
|
-
--core-primary-0: #000000;
|
|
7
|
-
--core-primary-10: #050a24;
|
|
8
|
-
--core-primary-20: #070f36;
|
|
9
|
-
--core-primary-30: #061545;
|
|
10
|
-
--core-primary-40: #062e6f;
|
|
11
|
-
--core-primary-50: #075cba;
|
|
12
|
-
--core-primary-60: #4285f4;
|
|
13
|
-
--core-primary-70: #82b1ff;
|
|
14
|
-
--core-primary-80: #b9dcff;
|
|
15
|
-
--core-primary-90: #e3f2fd;
|
|
16
|
-
--core-primary-95: #f5f9ff;
|
|
17
|
-
--core-primary-100: #ffffff;
|
|
18
|
-
--core-secondary-0: #000000;
|
|
19
|
-
--core-secondary-10: #3a2304;
|
|
20
|
-
--core-secondary-20: #694007;
|
|
21
|
-
--core-secondary-30: #995e0a;
|
|
22
|
-
--core-secondary-40: #d67d00;
|
|
23
|
-
--core-secondary-50: #f09719;
|
|
24
|
-
--core-secondary-60: #f3ac49;
|
|
25
|
-
--core-secondary-70: #f6c279;
|
|
26
|
-
--core-secondary-80: #f9d8a9;
|
|
27
|
-
--core-secondary-90: #fdeed9;
|
|
28
|
-
--core-secondary-95: #fff2e5;
|
|
29
|
-
--core-secondary-100: #ffffff;
|
|
30
|
-
--core-blue-0: #000000;
|
|
31
|
-
--core-blue-10: #020412;
|
|
32
|
-
--core-blue-20: #162755;
|
|
33
|
-
--core-blue-30: #1c3e8c;
|
|
34
|
-
--core-blue-40: #1a56db;
|
|
35
|
-
--core-blue-50: #226cee;
|
|
36
|
-
--core-blue-60: #388af9;
|
|
37
|
-
--core-blue-70: #5eadfc;
|
|
38
|
-
--core-blue-80: #badcff;
|
|
39
|
-
--core-blue-90: #daecff;
|
|
40
|
-
--core-blue-95: #e3f1ff;
|
|
41
|
-
--core-blue-100: #ffffff;
|
|
42
|
-
--core-neutral-0: #000000;
|
|
43
|
-
--core-neutral-10: #1b1d22;
|
|
44
|
-
--core-neutral-20: #363b44;
|
|
45
|
-
--core-neutral-30: #3d444f;
|
|
46
|
-
--core-neutral-40: #474f5d;
|
|
47
|
-
--core-neutral-50: #565f6c;
|
|
48
|
-
--core-neutral-60: #6c798b;
|
|
49
|
-
--core-neutral-70: #8a96a6;
|
|
50
|
-
--core-neutral-80: #b3bbc6;
|
|
51
|
-
--core-neutral-90: #d7dbe0;
|
|
52
|
-
--core-neutral-92: #e6e8ea;
|
|
53
|
-
--core-neutral-94: #eceeef;
|
|
54
|
-
--core-neutral-96: #ebecf0;
|
|
55
|
-
--core-neutral-98: #f3f4f6;
|
|
56
|
-
--core-neutral-99: #f9fafb;
|
|
57
|
-
--core-neutral-100: #ffffff;
|
|
58
|
-
--core-neutral-variant-0: #000000;
|
|
59
|
-
--core-neutral-variant-10: #0e0f10;
|
|
60
|
-
--core-neutral-variant-20: #1c1e21;
|
|
61
|
-
--core-neutral-variant-30: #3b3e45;
|
|
62
|
-
--core-neutral-variant-40: #575c66;
|
|
63
|
-
--core-neutral-variant-50: #969ba5;
|
|
64
|
-
--core-neutral-variant-60: #aaaeb6;
|
|
65
|
-
--core-neutral-variant-70: #c0c3c9;
|
|
66
|
-
--core-neutral-variant-80: #d6d8dc;
|
|
67
|
-
--core-neutral-variant-90: #e9eaec;
|
|
68
|
-
--core-neutral-variant-95: #f4f5f6;
|
|
69
|
-
--neutral-variant-100: #ffffff;
|
|
70
|
-
--core-orange-0: #000000;
|
|
71
|
-
--core-orange-10: #3a2304;
|
|
72
|
-
--core-orange-20: #694007;
|
|
73
|
-
--core-orange-30: #995e0a;
|
|
74
|
-
--core-orange-40: #d67d00;
|
|
75
|
-
--core-orange-50: #f09719;
|
|
76
|
-
--core-orange-60: #f3ac49;
|
|
77
|
-
--core-orange-70: #f6c279;
|
|
78
|
-
--core-orange-80: #f9d8a9;
|
|
79
|
-
--core-orange-90: #fdeed9;
|
|
80
|
-
--core-orange-95: #fff2e5;
|
|
81
|
-
--core-orange-100: #ffffff;
|
|
82
|
-
--core-yellow-0: #000000;
|
|
83
|
-
--core-yellow-10: #382c00;
|
|
84
|
-
--core-yellow-20: #6b5400;
|
|
85
|
-
--core-yellow-30: #a38000;
|
|
86
|
-
--core-yellow-40: #d6a800;
|
|
87
|
-
--core-yellow-50: #ffca0e;
|
|
88
|
-
--core-yellow-60: #ffd53d;
|
|
89
|
-
--core-yellow-70: #ffe070;
|
|
90
|
-
--core-yellow-80: #ffea9e;
|
|
91
|
-
--core-yellow-90: #fff5d1;
|
|
92
|
-
--core-yellow-95: #fff9e5;
|
|
93
|
-
--core-yellow-100: #ffffff;
|
|
94
|
-
--core-red-0: #000000;
|
|
95
|
-
--core-red-10: #2b0808;
|
|
96
|
-
--core-red-20: #570f0f;
|
|
97
|
-
--core-red-30: #821717;
|
|
98
|
-
--core-red-40: #ad1f1f;
|
|
99
|
-
--core-red-50: #d82727;
|
|
100
|
-
--core-red-60: #e05252;
|
|
101
|
-
--core-red-70: #e87e7e;
|
|
102
|
-
--core-red-80: #f0a8a8;
|
|
103
|
-
--core-red-90: #f7d4d4;
|
|
104
|
-
--core-red-95: #fbe9e9;
|
|
105
|
-
--core-red-100: #ffffff;
|
|
106
|
-
--core-green-0: #000000;
|
|
107
|
-
--core-green-10: #030c09;
|
|
108
|
-
--core-green-20: #0a241b;
|
|
109
|
-
--core-green-30: #164c3b;
|
|
110
|
-
--core-green-40: #1c5f48;
|
|
111
|
-
--core-green-50: #278647;
|
|
112
|
-
--core-green-60: #3ea35f;
|
|
113
|
-
--core-green-70: #55be78;
|
|
114
|
-
--core-green-80: #7acd95;
|
|
115
|
-
--core-green-90: #9fdbb3;
|
|
116
|
-
--core-green-95: #c4e9d0;
|
|
117
|
-
--core-green-100: #ffffff;
|
|
118
|
-
--neutral-core-white-10: rgba(255, 255, 255, 0.1);
|
|
119
|
-
--neutral-core-white-20: rgba(255, 255, 255, 0.2);
|
|
120
|
-
--neutral-core-white-30: rgba(255, 255, 255, 0.3);
|
|
121
|
-
--neutral-core-white-40: rgba(255, 255, 255, 0.4);
|
|
122
|
-
--neutral-core-white-50: rgba(255, 255, 255, 0.5);
|
|
123
|
-
--neutral-core-white-80: rgba(255, 255, 255, 0.8);
|
|
124
|
-
--neutral-core-black-10: rgba(0, 0, 0, 0.1);
|
|
125
|
-
--neutral-core-black-20: rgba(0, 0, 0, 0.2);
|
|
126
|
-
--neutral-core-black-30: rgba(0, 0, 0, 0.3);
|
|
127
|
-
--neutral-core-black-40: rgba(0, 0, 0, 0.4);
|
|
128
|
-
--neutral-core-black-50: rgba(0, 0, 0, 0.5);
|
|
129
|
-
--neutral-core-black-80: rgba(0, 0, 0, 0.8);
|
|
130
|
-
--primary-core-primary-08: rgba(7, 92, 186, 0.08);
|
|
131
|
-
--primary-core-primary-20: rgba(7, 92, 186, 0.2);
|
|
132
|
-
--secondary-core-secondary-08: rgba(214, 125, 0, 0.08);
|
|
133
|
-
--secondary-core-secondary-20: rgba(214, 125, 0, 0.2);
|
|
134
|
-
--core-display: google sans;
|
|
135
|
-
--core-headline: google sans;
|
|
136
|
-
--core-title: google sans;
|
|
137
|
-
--core-body: google sans;
|
|
138
|
-
--core-label: google sans;
|
|
139
|
-
--core-xs: 0.75rem;
|
|
140
|
-
--core-sm: 0.875rem;
|
|
141
|
-
--core-base: 1rem;
|
|
142
|
-
--core-lg: 1.25rem;
|
|
143
|
-
--core-xl: 1.5rem;
|
|
144
|
-
--core-2xl: 1.75rem;
|
|
145
|
-
--core-3xl: 2rem;
|
|
146
|
-
--core-4xl: 2.5rem;
|
|
147
|
-
--core-5xl: 3rem;
|
|
148
|
-
--core-6xl: 4rem;
|
|
149
|
-
--core-7xl: 4.5rem;
|
|
150
|
-
--core-8xl: 5rem;
|
|
151
|
-
--core-regular: regular;
|
|
152
|
-
--core-medium: medium;
|
|
153
|
-
--core-semibold: semibold;
|
|
154
|
-
--core-bold: bold;
|
|
155
|
-
--core-neg-spacing-600: -1.5rem;
|
|
156
|
-
--core-neg-spacing-400: -1rem;
|
|
157
|
-
--core-neg-spacing-200: -0.5rem;
|
|
158
|
-
--core-neg-spacing-100: -0.25rem;
|
|
159
|
-
--core-spacing-0: 0;
|
|
160
|
-
--core-spacing-025: 0.0625rem;
|
|
161
|
-
--core-spacing-050: 0.125rem;
|
|
162
|
-
--core-spacing-100: 0.25rem;
|
|
163
|
-
--core-spacing-150: 0.375rem;
|
|
164
|
-
--core-spacing-200: 0.5rem;
|
|
165
|
-
--core-spacing-300: 0.75rem;
|
|
166
|
-
--core-spacing-400: 1rem;
|
|
167
|
-
--core-spacing-500: 1.25rem;
|
|
168
|
-
--core-spacing-600: 1.5rem;
|
|
169
|
-
--core-spacing-800: 2rem;
|
|
170
|
-
--core-spacing-1000: 2.5rem;
|
|
171
|
-
--core-spacing-1200: 3rem;
|
|
172
|
-
--core-spacing-1600: 4rem;
|
|
173
|
-
--core-spacing-1800: 4.5rem;
|
|
174
|
-
--core-spacing-2000: 5rem;
|
|
175
|
-
--core-stroke-thin: 0.0625rem;
|
|
176
|
-
--core-stroke-medium: 0.09375rem;
|
|
177
|
-
--core-stroke-thick: 0.125rem;
|
|
178
|
-
--core-stroke-heavier: 0.1875rem;
|
|
179
|
-
--core-stroke-bold: 0.25rem;
|
|
180
|
-
--core-radius-none: 0;
|
|
181
|
-
--core-radius-xs: 0.25rem;
|
|
182
|
-
--core-radius-sm: 0.5rem;
|
|
183
|
-
--core-radius-md: 0.75rem;
|
|
184
|
-
--core-radius-lg: 1rem;
|
|
185
|
-
--core-radius-lg-increased: 1.25rem;
|
|
186
|
-
--core-radius-xl: 1.5rem;
|
|
187
|
-
--core-radius-xl-increased: 2rem;
|
|
188
|
-
--core-radius-full: 62.4375rem;
|
|
6
|
+
--primary-core-primary-0: #000000;
|
|
7
|
+
--primary-core-primary-10: #050a24;
|
|
8
|
+
--primary-core-primary-20: #070f36;
|
|
9
|
+
--primary-core-primary-30: #061545;
|
|
10
|
+
--primary-core-primary-40: #062e6f;
|
|
11
|
+
--primary-core-primary-50: #075cba;
|
|
12
|
+
--primary-core-primary-60: #4285f4;
|
|
13
|
+
--primary-core-primary-70: #82b1ff;
|
|
14
|
+
--primary-core-primary-80: #b9dcff;
|
|
15
|
+
--primary-core-primary-90: #e3f2fd;
|
|
16
|
+
--primary-core-primary-95: #f5f9ff;
|
|
17
|
+
--primary-core-primary-100: #ffffff;
|
|
18
|
+
--secondary-core-secondary-0: #000000;
|
|
19
|
+
--secondary-core-secondary-10: #3a2304;
|
|
20
|
+
--secondary-core-secondary-20: #694007;
|
|
21
|
+
--secondary-core-secondary-30: #995e0a;
|
|
22
|
+
--secondary-core-secondary-40: #d67d00;
|
|
23
|
+
--secondary-core-secondary-50: #f09719;
|
|
24
|
+
--secondary-core-secondary-60: #f3ac49;
|
|
25
|
+
--secondary-core-secondary-70: #f6c279;
|
|
26
|
+
--secondary-core-secondary-80: #f9d8a9;
|
|
27
|
+
--secondary-core-secondary-90: #fdeed9;
|
|
28
|
+
--secondary-core-secondary-95: #fff2e5;
|
|
29
|
+
--secondary-core-secondary-100: #ffffff;
|
|
30
|
+
--blue-core-blue-0: #000000;
|
|
31
|
+
--blue-core-blue-10: #020412;
|
|
32
|
+
--blue-core-blue-20: #162755;
|
|
33
|
+
--blue-core-blue-30: #1c3e8c;
|
|
34
|
+
--blue-core-blue-40: #1a56db;
|
|
35
|
+
--blue-core-blue-50: #226cee;
|
|
36
|
+
--blue-core-blue-60: #388af9;
|
|
37
|
+
--blue-core-blue-70: #5eadfc;
|
|
38
|
+
--blue-core-blue-80: #badcff;
|
|
39
|
+
--blue-core-blue-90: #daecff;
|
|
40
|
+
--blue-core-blue-95: #e3f1ff;
|
|
41
|
+
--blue-core-blue-100: #ffffff;
|
|
42
|
+
--neutral-core-neutral-0: #000000;
|
|
43
|
+
--neutral-core-neutral-10: #1b1d22;
|
|
44
|
+
--neutral-core-neutral-20: #363b44;
|
|
45
|
+
--neutral-core-neutral-30: #3d444f;
|
|
46
|
+
--neutral-core-neutral-40: #474f5d;
|
|
47
|
+
--neutral-core-neutral-50: #565f6c;
|
|
48
|
+
--neutral-core-neutral-60: #6c798b;
|
|
49
|
+
--neutral-core-neutral-70: #8a96a6;
|
|
50
|
+
--neutral-core-neutral-80: #b3bbc6;
|
|
51
|
+
--neutral-core-neutral-90: #d7dbe0;
|
|
52
|
+
--neutral-core-neutral-92: #e6e8ea;
|
|
53
|
+
--neutral-core-neutral-94: #eceeef;
|
|
54
|
+
--neutral-core-neutral-96: #ebecf0;
|
|
55
|
+
--neutral-core-neutral-98: #f3f4f6;
|
|
56
|
+
--neutral-core-neutral-99: #f9fafb;
|
|
57
|
+
--neutral-core-neutral-100: #ffffff;
|
|
58
|
+
--neutral-variant-core-neutral-variant-0: #000000;
|
|
59
|
+
--neutral-variant-core-neutral-variant-10: #0e0f10;
|
|
60
|
+
--neutral-variant-core-neutral-variant-20: #1c1e21;
|
|
61
|
+
--neutral-variant-core-neutral-variant-30: #3b3e45;
|
|
62
|
+
--neutral-variant-core-neutral-variant-40: #575c66;
|
|
63
|
+
--neutral-variant-core-neutral-variant-50: #969ba5;
|
|
64
|
+
--neutral-variant-core-neutral-variant-60: #aaaeb6;
|
|
65
|
+
--neutral-variant-core-neutral-variant-70: #c0c3c9;
|
|
66
|
+
--neutral-variant-core-neutral-variant-80: #d6d8dc;
|
|
67
|
+
--neutral-variant-core-neutral-variant-90: #e9eaec;
|
|
68
|
+
--neutral-variant-core-neutral-variant-95: #f4f5f6;
|
|
69
|
+
--neutral-variant-neutral-variant-100: #ffffff;
|
|
70
|
+
--orange-core-orange-0: #000000;
|
|
71
|
+
--orange-core-orange-10: #3a2304;
|
|
72
|
+
--orange-core-orange-20: #694007;
|
|
73
|
+
--orange-core-orange-30: #995e0a;
|
|
74
|
+
--orange-core-orange-40: #d67d00;
|
|
75
|
+
--orange-core-orange-50: #f09719;
|
|
76
|
+
--orange-core-orange-60: #f3ac49;
|
|
77
|
+
--orange-core-orange-70: #f6c279;
|
|
78
|
+
--orange-core-orange-80: #f9d8a9;
|
|
79
|
+
--orange-core-orange-90: #fdeed9;
|
|
80
|
+
--orange-core-orange-95: #fff2e5;
|
|
81
|
+
--orange-core-orange-100: #ffffff;
|
|
82
|
+
--yellow-core-yellow-0: #000000;
|
|
83
|
+
--yellow-core-yellow-10: #382c00;
|
|
84
|
+
--yellow-core-yellow-20: #6b5400;
|
|
85
|
+
--yellow-core-yellow-30: #a38000;
|
|
86
|
+
--yellow-core-yellow-40: #d6a800;
|
|
87
|
+
--yellow-core-yellow-50: #ffca0e;
|
|
88
|
+
--yellow-core-yellow-60: #ffd53d;
|
|
89
|
+
--yellow-core-yellow-70: #ffe070;
|
|
90
|
+
--yellow-core-yellow-80: #ffea9e;
|
|
91
|
+
--yellow-core-yellow-90: #fff5d1;
|
|
92
|
+
--yellow-core-yellow-95: #fff9e5;
|
|
93
|
+
--yellow-core-yellow-100: #ffffff;
|
|
94
|
+
--red-core-red-0: #000000;
|
|
95
|
+
--red-core-red-10: #2b0808;
|
|
96
|
+
--red-core-red-20: #570f0f;
|
|
97
|
+
--red-core-red-30: #821717;
|
|
98
|
+
--red-core-red-40: #ad1f1f;
|
|
99
|
+
--red-core-red-50: #d82727;
|
|
100
|
+
--red-core-red-60: #e05252;
|
|
101
|
+
--red-core-red-70: #e87e7e;
|
|
102
|
+
--red-core-red-80: #f0a8a8;
|
|
103
|
+
--red-core-red-90: #f7d4d4;
|
|
104
|
+
--red-core-red-95: #fbe9e9;
|
|
105
|
+
--red-core-red-100: #ffffff;
|
|
106
|
+
--green-core-green-0: #000000;
|
|
107
|
+
--green-core-green-10: #030c09;
|
|
108
|
+
--green-core-green-20: #0a241b;
|
|
109
|
+
--green-core-green-30: #164c3b;
|
|
110
|
+
--green-core-green-40: #1c5f48;
|
|
111
|
+
--green-core-green-50: #278647;
|
|
112
|
+
--green-core-green-60: #3ea35f;
|
|
113
|
+
--green-core-green-70: #55be78;
|
|
114
|
+
--green-core-green-80: #7acd95;
|
|
115
|
+
--green-core-green-90: #9fdbb3;
|
|
116
|
+
--green-core-green-95: #c4e9d0;
|
|
117
|
+
--green-core-green-100: #ffffff;
|
|
118
|
+
--opacity-neutral-core-white-10: rgba(255, 255, 255, 0.1);
|
|
119
|
+
--opacity-neutral-core-white-20: rgba(255, 255, 255, 0.2);
|
|
120
|
+
--opacity-neutral-core-white-30: rgba(255, 255, 255, 0.3);
|
|
121
|
+
--opacity-neutral-core-white-40: rgba(255, 255, 255, 0.4);
|
|
122
|
+
--opacity-neutral-core-white-50: rgba(255, 255, 255, 0.5);
|
|
123
|
+
--opacity-neutral-core-white-80: rgba(255, 255, 255, 0.8);
|
|
124
|
+
--opacity-neutral-core-black-10: rgba(0, 0, 0, 0.1);
|
|
125
|
+
--opacity-neutral-core-black-20: rgba(0, 0, 0, 0.2);
|
|
126
|
+
--opacity-neutral-core-black-30: rgba(0, 0, 0, 0.3);
|
|
127
|
+
--opacity-neutral-core-black-40: rgba(0, 0, 0, 0.4);
|
|
128
|
+
--opacity-neutral-core-black-50: rgba(0, 0, 0, 0.5);
|
|
129
|
+
--opacity-neutral-core-black-80: rgba(0, 0, 0, 0.8);
|
|
130
|
+
--opacity-primary-core-primary-08: rgba(7, 92, 186, 0.08);
|
|
131
|
+
--opacity-primary-core-primary-20: rgba(7, 92, 186, 0.2);
|
|
132
|
+
--opacity-secondary-core-secondary-08: rgba(214, 125, 0, 0.08);
|
|
133
|
+
--opacity-secondary-core-secondary-20: rgba(214, 125, 0, 0.2);
|
|
134
|
+
--font-core-display: google sans;
|
|
135
|
+
--font-core-headline: google sans;
|
|
136
|
+
--font-core-title: google sans;
|
|
137
|
+
--font-core-body: google sans;
|
|
138
|
+
--font-core-label: google sans;
|
|
139
|
+
--size-core-xs: 0.75rem;
|
|
140
|
+
--size-core-sm: 0.875rem;
|
|
141
|
+
--size-core-base: 1rem;
|
|
142
|
+
--size-core-lg: 1.25rem;
|
|
143
|
+
--size-core-xl: 1.5rem;
|
|
144
|
+
--size-core-2xl: 1.75rem;
|
|
145
|
+
--size-core-3xl: 2rem;
|
|
146
|
+
--size-core-4xl: 2.5rem;
|
|
147
|
+
--size-core-5xl: 3rem;
|
|
148
|
+
--size-core-6xl: 4rem;
|
|
149
|
+
--size-core-7xl: 4.5rem;
|
|
150
|
+
--size-core-8xl: 5rem;
|
|
151
|
+
--weight-core-regular: regular;
|
|
152
|
+
--weight-core-medium: medium;
|
|
153
|
+
--weight-core-semibold: semibold;
|
|
154
|
+
--weight-core-bold: bold;
|
|
155
|
+
--spacing-core-neg-spacing-600: -1.5rem;
|
|
156
|
+
--spacing-core-neg-spacing-400: -1rem;
|
|
157
|
+
--spacing-core-neg-spacing-200: -0.5rem;
|
|
158
|
+
--spacing-core-neg-spacing-100: -0.25rem;
|
|
159
|
+
--spacing-core-spacing-0: 0;
|
|
160
|
+
--spacing-core-spacing-025: 0.0625rem;
|
|
161
|
+
--spacing-core-spacing-050: 0.125rem;
|
|
162
|
+
--spacing-core-spacing-100: 0.25rem;
|
|
163
|
+
--spacing-core-spacing-150: 0.375rem;
|
|
164
|
+
--spacing-core-spacing-200: 0.5rem;
|
|
165
|
+
--spacing-core-spacing-300: 0.75rem;
|
|
166
|
+
--spacing-core-spacing-400: 1rem;
|
|
167
|
+
--spacing-core-spacing-500: 1.25rem;
|
|
168
|
+
--spacing-core-spacing-600: 1.5rem;
|
|
169
|
+
--spacing-core-spacing-800: 2rem;
|
|
170
|
+
--spacing-core-spacing-1000: 2.5rem;
|
|
171
|
+
--spacing-core-spacing-1200: 3rem;
|
|
172
|
+
--spacing-core-spacing-1600: 4rem;
|
|
173
|
+
--spacing-core-spacing-1800: 4.5rem;
|
|
174
|
+
--spacing-core-spacing-2000: 5rem;
|
|
175
|
+
--border-width-core-stroke-thin: 0.0625rem;
|
|
176
|
+
--border-width-core-stroke-medium: 0.09375rem;
|
|
177
|
+
--border-width-core-stroke-thick: 0.125rem;
|
|
178
|
+
--border-width-core-stroke-heavier: 0.1875rem;
|
|
179
|
+
--border-width-core-stroke-bold: 0.25rem;
|
|
180
|
+
--radius-core-radius-none: 0;
|
|
181
|
+
--radius-core-radius-xs: 0.25rem;
|
|
182
|
+
--radius-core-radius-sm: 0.5rem;
|
|
183
|
+
--radius-core-radius-md: 0.75rem;
|
|
184
|
+
--radius-core-radius-lg: 1rem;
|
|
185
|
+
--radius-core-radius-lg-increased: 1.25rem;
|
|
186
|
+
--radius-core-radius-xl: 1.5rem;
|
|
187
|
+
--radius-core-radius-xl-increased: 2rem;
|
|
188
|
+
--radius-core-radius-full: 62.4375rem;
|
|
189
189
|
--core-size-xxs: 0.75rem;
|
|
190
190
|
--core-size-xs: 1rem;
|
|
191
191
|
--core-size-sm: 1.25rem;
|