@compsych-ui-components/shared 8.0.0 → 8.0.2
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compsych-ui-components/shared",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
4
4
|
"description": "Shared types, design tokens, utilities, and assets for compsych UI components",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -9,13 +9,8 @@
|
|
|
9
9
|
"types": "./src/index.d.ts",
|
|
10
10
|
"default": "./src/index.js"
|
|
11
11
|
},
|
|
12
|
-
"./
|
|
13
|
-
"./
|
|
14
|
-
"./themes/absence-resources.css": "./src/tokens/themes/absence-resources.css",
|
|
15
|
-
"./themes/brand-b.css": "./src/tokens/themes/brand-b.css",
|
|
16
|
-
"./themes/brand-c.css": "./src/tokens/themes/brand-c.css",
|
|
17
|
-
"./themes/crc.css": "./src/tokens/themes/crc.css",
|
|
18
|
-
"./themes/gro.css": "./src/tokens/themes/gro.css",
|
|
12
|
+
"./compsych.css": "./src/tokens/compsych/tokens.css",
|
|
13
|
+
"./maple.css": "./src/tokens/maple/tokens.css",
|
|
19
14
|
"./assets/lucide-icons.generated": {
|
|
20
15
|
"types": "./src/assets/lucide-icons.generated.d.ts",
|
|
21
16
|
"default": "./src/assets/lucide-icons.generated.js"
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
Reference tokens — primitive design values
|
|
3
|
+
These are the raw palette; prefer sys.css tokens in components.
|
|
4
|
+
============================================================ */
|
|
5
|
+
:root {
|
|
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: 12px;
|
|
140
|
+
--size-core-sm: 14px;
|
|
141
|
+
--size-core-base: 16px;
|
|
142
|
+
--size-core-lg: 20px;
|
|
143
|
+
--size-core-xl: 24px;
|
|
144
|
+
--size-core-2xl: 28px;
|
|
145
|
+
--size-core-3xl: 32px;
|
|
146
|
+
--size-core-4xl: 40px;
|
|
147
|
+
--size-core-5xl: 48px;
|
|
148
|
+
--size-core-6xl: 64px;
|
|
149
|
+
--size-core-7xl: 72px;
|
|
150
|
+
--size-core-8xl: 80px;
|
|
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: -24px;
|
|
156
|
+
--spacing-core-neg-spacing-400: -16px;
|
|
157
|
+
--spacing-core-neg-spacing-200: -8px;
|
|
158
|
+
--spacing-core-neg-spacing-100: -4px;
|
|
159
|
+
--spacing-core-spacing-0: 0;
|
|
160
|
+
--spacing-core-spacing-025: 1px;
|
|
161
|
+
--spacing-core-spacing-050: 2px;
|
|
162
|
+
--spacing-core-spacing-100: 4px;
|
|
163
|
+
--spacing-core-spacing-150: 6px;
|
|
164
|
+
--spacing-core-spacing-200: 8px;
|
|
165
|
+
--spacing-core-spacing-300: 12px;
|
|
166
|
+
--spacing-core-spacing-400: 16px;
|
|
167
|
+
--spacing-core-spacing-500: 20px;
|
|
168
|
+
--spacing-core-spacing-600: 24px;
|
|
169
|
+
--spacing-core-spacing-800: 32px;
|
|
170
|
+
--spacing-core-spacing-1000: 40px;
|
|
171
|
+
--spacing-core-spacing-1200: 48px;
|
|
172
|
+
--spacing-core-spacing-1600: 64px;
|
|
173
|
+
--spacing-core-spacing-1800: 72px;
|
|
174
|
+
--spacing-core-spacing-2000: 80px;
|
|
175
|
+
--border-width-core-stroke-thin: 1px;
|
|
176
|
+
--border-width-core-stroke-medium: 2px;
|
|
177
|
+
--border-width-core-stroke-thick: 2px;
|
|
178
|
+
--border-width-core-stroke-heavier: 3px;
|
|
179
|
+
--border-width-core-stroke-bold: 4px;
|
|
180
|
+
--radius-core-radius-none: 0;
|
|
181
|
+
--radius-core-radius-xs: 4px;
|
|
182
|
+
--radius-core-radius-sm: 8px;
|
|
183
|
+
--radius-core-radius-md: 12px;
|
|
184
|
+
--radius-core-radius-lg: 16px;
|
|
185
|
+
--radius-core-radius-lg-increased: 20px;
|
|
186
|
+
--radius-core-radius-xl: 24px;
|
|
187
|
+
--radius-core-radius-xl-increased: 32px;
|
|
188
|
+
--radius-core-radius-full: 999px;
|
|
189
|
+
--core-size-xxs: 12px;
|
|
190
|
+
--core-size-xs: 16px;
|
|
191
|
+
--core-size-sm: 20px;
|
|
192
|
+
--core-size-md: 24px;
|
|
193
|
+
--core-size-lg: 32px;
|
|
194
|
+
--core-size-xl: 48px;
|
|
195
|
+
--core-hover: 8px;
|
|
196
|
+
--core-focused: 12px;
|
|
197
|
+
--core-pressed: 10px;
|
|
198
|
+
--core-disabled-container: 48px;
|
|
199
|
+
--core-disabled-content: 64px;
|
|
200
|
+
--core-scrim: 10px;
|
|
201
|
+
}
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
System tokens — semantic roles (colors, type scale, dimensions)
|
|
3
|
+
Use these in Angular components.
|
|
4
|
+
============================================================ */
|
|
5
|
+
:root {
|
|
6
|
+
--accent-primary-sys-primary: #075cba;
|
|
7
|
+
--accent-primary-sys-on-primary: #ffffff;
|
|
8
|
+
--accent-primary-sys-primary-container: #070f36;
|
|
9
|
+
--accent-primary-sys-on-primary-container: #ffffff;
|
|
10
|
+
--accent-primary-sys-on-primary-container-variant: #b9dcff;
|
|
11
|
+
--accent-secondary-sys-secondary: #d67d00;
|
|
12
|
+
--accent-secondary-sys-on-secondary: #ffffff;
|
|
13
|
+
--accent-secondary-sys-secondary-container: #fdeed9;
|
|
14
|
+
--accent-secondary-sys-on-secondary-container: #694007;
|
|
15
|
+
--error-sys-error: #d82727;
|
|
16
|
+
--error-sys-on-error: #ffffff;
|
|
17
|
+
--error-sys-error-container: #f7d4d4;
|
|
18
|
+
--error-sys-on-error-container: #570f0f;
|
|
19
|
+
--surface-surface-sys-surface: #f3f4f6;
|
|
20
|
+
--surface-surface-sys-on-surface: #1b1d22;
|
|
21
|
+
--surface-surface-sys-on-surface-variant: #565f6c;
|
|
22
|
+
--surface-surface-container-sys-surface-container-lowest: #ffffff;
|
|
23
|
+
--surface-surface-container-sys-surface-container-low: #f9fafb;
|
|
24
|
+
--surface-surface-container-sys-surface-container: #f3f4f6;
|
|
25
|
+
--surface-surface-container-sys-surface-container-high: #eceeef;
|
|
26
|
+
--surface-surface-container-sys-surface-container-highest: #e6e8ea;
|
|
27
|
+
--surface-inverse-sys-inverse-surface: #565f6c;
|
|
28
|
+
--surface-inverse-sys-inverse-on-surface: #ffffff;
|
|
29
|
+
--surface-inverse-sys-inverse-primary: #b9dcff;
|
|
30
|
+
--outline-sys-outline: #ebecf0;
|
|
31
|
+
--outline-sys-outline-variant: #d7dbe0;
|
|
32
|
+
--outline-sys-outline-fixed: #8a96a6;
|
|
33
|
+
--outline-sys-outline-inverse: rgba(255, 255, 255, 0.4);
|
|
34
|
+
--custom-success-sys-success: #278647;
|
|
35
|
+
--custom-success-sys-on-success: #ffffff;
|
|
36
|
+
--custom-success-sys-success-container: #c4e9d0;
|
|
37
|
+
--custom-success-sys-on-success-container: #0a241b;
|
|
38
|
+
--custom-warning-sys-warning: #d67d00;
|
|
39
|
+
--custom-warning-sys-on-warning: #ffffff;
|
|
40
|
+
--custom-warning-sys-warning-container: #fdeed9;
|
|
41
|
+
--custom-warning-sys-on-warning-container: #694007;
|
|
42
|
+
--custom-info-sys-info: #226cee;
|
|
43
|
+
--custom-info-sys-on-info: #ffffff;
|
|
44
|
+
--custom-info-sys-info-container: #daecff;
|
|
45
|
+
--custom-info-sys-on-info-container: #162755;
|
|
46
|
+
--add-on-primary-fixed-sys-primary-fixed: #82b1ff;
|
|
47
|
+
--add-on-primary-fixed-sys-primary-fixed-dim: #e3f2fd;
|
|
48
|
+
--add-on-primary-fixed-sys-on-primary-fixed: #075cba;
|
|
49
|
+
--add-on-primary-fixed-sys-on-primary-fixed-variant: #4285f4;
|
|
50
|
+
--add-on-secondary-fixed-sys-secondary-fixed: #d67d00;
|
|
51
|
+
--add-on-secondary-fixed-sys-secondary-fixed-dim: #f3ac49;
|
|
52
|
+
--add-on-secondary-fixed-sys-on-secondary-fixed: #f9d8a9;
|
|
53
|
+
--add-on-secondary-fixed-sys-on-secondary-fixed-variant: #3a2304;
|
|
54
|
+
--add-on-surfaces-sys-surface-dim: #eceeef;
|
|
55
|
+
--add-on-surfaces-sys-surface-bright: #ffffff;
|
|
56
|
+
--transparent-neutral-sys-white-10: rgba(255, 255, 255, 0.1);
|
|
57
|
+
--transparent-neutral-sys-white-20: rgba(255, 255, 255, 0.2);
|
|
58
|
+
--transparent-neutral-sys-white-30: rgba(255, 255, 255, 0.3);
|
|
59
|
+
--transparent-neutral-sys-white-40: rgba(255, 255, 255, 0.4);
|
|
60
|
+
--transparent-neutral-sys-white-50: rgba(255, 255, 255, 0.5);
|
|
61
|
+
--transparent-neutral-sys-white-80: rgba(255, 255, 255, 0.8);
|
|
62
|
+
--transparent-neutral-sys-black-10: rgba(0, 0, 0, 0.1);
|
|
63
|
+
--transparent-neutral-sys-black-20: rgba(0, 0, 0, 0.2);
|
|
64
|
+
--transparent-neutral-sys-black-30: rgba(0, 0, 0, 0.3);
|
|
65
|
+
--transparent-neutral-sys-black-40: rgba(0, 0, 0, 0.4);
|
|
66
|
+
--transparent-neutral-sys-black-50: rgba(0, 0, 0, 0.5);
|
|
67
|
+
--transparent-neutral-sys-black-80: rgba(0, 0, 0, 0.8);
|
|
68
|
+
--transparent-primary-sys-primary-08: rgba(7, 92, 186, 0.08);
|
|
69
|
+
--transparent-primary-sys-primary-20: rgba(7, 92, 186, 0.2);
|
|
70
|
+
--transparent-secondary-sys-secondary-08: rgba(214, 125, 0, 0.08);
|
|
71
|
+
--transparent-secondary-sys-secondary-20: rgba(214, 125, 0, 0.2);
|
|
72
|
+
--chart-sys-chart-color-1: #b9dcff;
|
|
73
|
+
--chart-sys-chart-color-2: #82b1ff;
|
|
74
|
+
--chart-sys-chart-color-3: #4285f4;
|
|
75
|
+
--chart-sys-chart-color-4: #075cba;
|
|
76
|
+
--chart-sys-chart-color-5: #062e6f;
|
|
77
|
+
--chart-sys-chart-color-6: #061545;
|
|
78
|
+
--chart-sys-chart-color-7: #070f36;
|
|
79
|
+
--chart-sys-chart-color-8: #050a24;
|
|
80
|
+
--chart-sys-chart-inactive: #eceeef;
|
|
81
|
+
--display-large-sys-font-family: 'google sans', sans-serif;
|
|
82
|
+
--display-large-sys-font-weight: normal;
|
|
83
|
+
--display-large-sys-font-size: 80px;
|
|
84
|
+
--display-large-sys-line-height: 80px;
|
|
85
|
+
--display-large-sys-tracking: -2px;
|
|
86
|
+
--display-large-sys-font-weight-emphasized: 500;
|
|
87
|
+
--display-medium-sys-font-family: 'google sans', sans-serif;
|
|
88
|
+
--display-medium-sys-font-weight: normal;
|
|
89
|
+
--display-medium-sys-font-size: 72px;
|
|
90
|
+
--display-medium-sys-line-height: 79px;
|
|
91
|
+
--display-medium-sys-tracking: -1px;
|
|
92
|
+
--display-medium-sys-font-weight-emphasized: 500;
|
|
93
|
+
--display-small-sys-font-family: 'google sans', sans-serif;
|
|
94
|
+
--display-small-sys-font-weight: normal;
|
|
95
|
+
--display-small-sys-font-size: 64px;
|
|
96
|
+
--display-small-sys-line-height: 77px;
|
|
97
|
+
--display-small-sys-tracking: -1px;
|
|
98
|
+
--display-small-sys-font-weight-emphasized: 500;
|
|
99
|
+
--headline-large-sys-font-family: 'google sans', sans-serif;
|
|
100
|
+
--headline-large-sys-font-weight: normal;
|
|
101
|
+
--headline-large-sys-font-size: 48px;
|
|
102
|
+
--headline-large-sys-line-height: 58px;
|
|
103
|
+
--headline-large-sys-tracking: 0px;
|
|
104
|
+
--headline-large-sys-font-weight-emphasized: 500;
|
|
105
|
+
--headline-medium-sys-font-family: 'google sans', sans-serif;
|
|
106
|
+
--headline-medium-sys-font-weight: normal;
|
|
107
|
+
--headline-medium-sys-font-size: 40px;
|
|
108
|
+
--headline-medium-sys-line-height: 48px;
|
|
109
|
+
--headline-medium-sys-tracking: 0;
|
|
110
|
+
--headline-medium-sys-font-weight-emphasized: 500;
|
|
111
|
+
--headline-small-sys-font-family: 'google sans', sans-serif;
|
|
112
|
+
--headline-small-sys-font-weight: normal;
|
|
113
|
+
--headline-small-sys-font-size: 32px;
|
|
114
|
+
--headline-small-sys-line-height: 38px;
|
|
115
|
+
--headline-small-sys-tracking: 0;
|
|
116
|
+
--headline-small-sys-font-weight-emphasized: 500;
|
|
117
|
+
--title-large-sys-font-family: 'google sans', sans-serif;
|
|
118
|
+
--title-large-sys-font-weight: normal;
|
|
119
|
+
--title-large-sys-font-size: 28px;
|
|
120
|
+
--title-large-sys-line-height: 36px;
|
|
121
|
+
--title-large-sys-tracking: 0;
|
|
122
|
+
--title-large-sys-font-weight-emphasized: 500;
|
|
123
|
+
--title-medium-sys-font-family: 'google sans', sans-serif;
|
|
124
|
+
--title-medium-sys-font-weight: normal;
|
|
125
|
+
--title-medium-sys-font-size: 24px;
|
|
126
|
+
--title-medium-sys-line-height: 31px;
|
|
127
|
+
--title-medium-sys-tracking: 0;
|
|
128
|
+
--title-medium-sys-font-weight-emphasized: 500;
|
|
129
|
+
--title-small-sys-font-family: 'google sans', sans-serif;
|
|
130
|
+
--title-small-sys-font-weight: normal;
|
|
131
|
+
--title-small-sys-font-size: 20px;
|
|
132
|
+
--title-small-sys-line-height: 28px;
|
|
133
|
+
--title-small-sys-tracking: 0;
|
|
134
|
+
--title-small-sys-font-weight-emphasized: 500;
|
|
135
|
+
--body-large-sys-font-family: 'google sans', sans-serif;
|
|
136
|
+
--body-large-sys-font-weight: normal;
|
|
137
|
+
--body-large-sys-font-size: 20px;
|
|
138
|
+
--body-large-sys-line-height: 30px;
|
|
139
|
+
--body-large-sys-tracking: 0;
|
|
140
|
+
--body-large-sys-font-weight-emphasized: 500;
|
|
141
|
+
--body-medium-sys-font-family: 'google sans', sans-serif;
|
|
142
|
+
--body-medium-sys-font-weight: normal;
|
|
143
|
+
--body-medium-sys-font-size: 16px;
|
|
144
|
+
--body-medium-sys-line-height: 24px;
|
|
145
|
+
--body-medium-sys-tracking: 0;
|
|
146
|
+
--body-medium-sys-font-weight-emphasized: 500;
|
|
147
|
+
--body-small-sys-font-family: 'google sans', sans-serif;
|
|
148
|
+
--body-small-sys-font-weight: normal;
|
|
149
|
+
--body-small-sys-font-size: 14px;
|
|
150
|
+
--body-small-sys-line-height: 20px;
|
|
151
|
+
--body-small-sys-tracking: 0;
|
|
152
|
+
--body-small-sys-font-weight-emphasized: 500;
|
|
153
|
+
--label-large-sys-font-family: 'google sans', sans-serif;
|
|
154
|
+
--label-large-sys-font-weight: normal;
|
|
155
|
+
--label-large-sys-font-size: 16px;
|
|
156
|
+
--label-large-sys-line-height: 22px;
|
|
157
|
+
--label-large-sys-tracking: 0;
|
|
158
|
+
--label-large-sys-font-weight-emphasized: 500;
|
|
159
|
+
--label-medium-sys-font-family: 'google sans', sans-serif;
|
|
160
|
+
--label-medium-sys-font-weight: normal;
|
|
161
|
+
--label-medium-sys-font-size: 14px;
|
|
162
|
+
--label-medium-sys-line-height: 20px;
|
|
163
|
+
--label-medium-sys-tracking: 0px;
|
|
164
|
+
--label-medium-sys-font-weight-emphasized: 500;
|
|
165
|
+
--label-small-sys-font-family: 'google sans', sans-serif;
|
|
166
|
+
--label-small-sys-font-weight: normal;
|
|
167
|
+
--label-small-sys-font-size: 12px;
|
|
168
|
+
--label-small-sys-line-height: 18px;
|
|
169
|
+
--label-small-sys-tracking: 0px;
|
|
170
|
+
--label-small-sys-font-weight-emphasized: 500;
|
|
171
|
+
--spacing-margin-sys-margin-none: 0;
|
|
172
|
+
--spacing-margin-sys-margin-sm: 16px;
|
|
173
|
+
--spacing-margin-sys-margin-md: 24px;
|
|
174
|
+
--spacing-margin-sys-margin-lg: 32px;
|
|
175
|
+
--spacing-margin-sys-margin-xl: 40px;
|
|
176
|
+
--spacing-margin-sys-margin-2xl: 80px;
|
|
177
|
+
--spacing-spacer-sys-spacer-xs: 8px;
|
|
178
|
+
--spacing-spacer-sys-spacer-sm: 16px;
|
|
179
|
+
--spacing-spacer-sys-spacer-md: 24px;
|
|
180
|
+
--spacing-spacer-sys-spacer-lg: 32px;
|
|
181
|
+
--spacing-padding-sys-neg-padding-24: -24px;
|
|
182
|
+
--spacing-padding-sys-neg-padding-16: -16px;
|
|
183
|
+
--spacing-padding-sys-padding-0: 0;
|
|
184
|
+
--spacing-padding-sys-padding-2: 2px;
|
|
185
|
+
--spacing-padding-sys-padding-4: 4px;
|
|
186
|
+
--spacing-padding-sys-padding-6: 6px;
|
|
187
|
+
--spacing-padding-sys-padding-8: 8px;
|
|
188
|
+
--spacing-padding-sys-padding-12: 12px;
|
|
189
|
+
--spacing-padding-sys-padding-16: 16px;
|
|
190
|
+
--spacing-padding-sys-padding-20: 20px;
|
|
191
|
+
--spacing-padding-sys-padding-24: 24px;
|
|
192
|
+
--spacing-padding-sys-padding-32: 32px;
|
|
193
|
+
--spacing-padding-sys-padding-40: 40px;
|
|
194
|
+
--spacing-padding-sys-padding-48: 48px;
|
|
195
|
+
--spacing-padding-sys-padding-64: 64px;
|
|
196
|
+
--spacing-padding-sys-padding-72: 72px;
|
|
197
|
+
--spacing-padding-sys-padding-80: 80px;
|
|
198
|
+
--border-radius-sys-radius-none: 0;
|
|
199
|
+
--border-radius-sys-radius-xs: 4px;
|
|
200
|
+
--border-radius-sys-radius-sm: 8px;
|
|
201
|
+
--border-radius-sys-radius-md: 12px;
|
|
202
|
+
--border-radius-sys-radius-lg: 16px;
|
|
203
|
+
--border-radius-sys-radius-lg-increased: 20px;
|
|
204
|
+
--border-radius-sys-radius-xl: 24px;
|
|
205
|
+
--border-radius-sys-radius-xl-increased: 32px;
|
|
206
|
+
--border-radius-sys-radius-full: 999px;
|
|
207
|
+
--border-width-sys-stroke-thin: 1px;
|
|
208
|
+
--border-width-sys-stroke-medium: 2px;
|
|
209
|
+
--border-width-sys-stroke-thick: 2px;
|
|
210
|
+
--border-width-sys-stroke-heavier: 3px;
|
|
211
|
+
--border-width-sys-stroke-bold: 4px;
|
|
212
|
+
--sys-size-xxs: 12px;
|
|
213
|
+
--sys-size-xs: 16px;
|
|
214
|
+
--sys-size-sm: 20px;
|
|
215
|
+
--sys-size-md: 24px;
|
|
216
|
+
--sys-size-lg: 32px;
|
|
217
|
+
--sys-size-xl: 48px;
|
|
218
|
+
--sys-hover: 8px;
|
|
219
|
+
--sys-focused: 12px;
|
|
220
|
+
--sys-pressed: 10px;
|
|
221
|
+
--sys-disabled-container: 48px;
|
|
222
|
+
--sys-disabled-content: 64px;
|
|
223
|
+
--sys-scrim: 10px;
|
|
224
|
+
}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
Reference tokens — primitive design values
|
|
3
|
+
These are the raw palette; prefer sys.css tokens in components.
|
|
4
|
+
============================================================ */
|
|
5
|
+
:root {
|
|
6
|
+
--primary-core-primary-0: #000000;
|
|
7
|
+
--primary-core-primary-10: #2e0f00;
|
|
8
|
+
--primary-core-primary-20: #5c2000;
|
|
9
|
+
--primary-core-primary-30: #8a3200;
|
|
10
|
+
--primary-core-primary-40: #b84800;
|
|
11
|
+
--primary-core-primary-50: #d4621a;
|
|
12
|
+
--primary-core-primary-60: #e07a42;
|
|
13
|
+
--primary-core-primary-70: #ec9c6e;
|
|
14
|
+
--primary-core-primary-80: #f5bfa0;
|
|
15
|
+
--primary-core-primary-90: #fce4d5;
|
|
16
|
+
--primary-core-primary-95: #fef2eb;
|
|
17
|
+
--primary-core-primary-100: #ffffff;
|
|
18
|
+
--secondary-core-secondary-0: #000000;
|
|
19
|
+
--secondary-core-secondary-10: #2e2000;
|
|
20
|
+
--secondary-core-secondary-20: #5c4000;
|
|
21
|
+
--secondary-core-secondary-30: #8a6000;
|
|
22
|
+
--secondary-core-secondary-40: #b88000;
|
|
23
|
+
--secondary-core-secondary-50: #d4a000;
|
|
24
|
+
--secondary-core-secondary-60: #e0bc30;
|
|
25
|
+
--secondary-core-secondary-70: #eccc68;
|
|
26
|
+
--secondary-core-secondary-80: #f5dba0;
|
|
27
|
+
--secondary-core-secondary-90: #fbefd4;
|
|
28
|
+
--secondary-core-secondary-95: #fdf7e8;
|
|
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: #1c1208;
|
|
44
|
+
--neutral-core-neutral-20: #382514;
|
|
45
|
+
--neutral-core-neutral-30: #54381f;
|
|
46
|
+
--neutral-core-neutral-40: #72502e;
|
|
47
|
+
--neutral-core-neutral-50: #8e6a46;
|
|
48
|
+
--neutral-core-neutral-60: #aa865e;
|
|
49
|
+
--neutral-core-neutral-70: #c6a07c;
|
|
50
|
+
--neutral-core-neutral-80: #dfc0a0;
|
|
51
|
+
--neutral-core-neutral-90: #f0e0cc;
|
|
52
|
+
--neutral-core-neutral-92: #f3e7d8;
|
|
53
|
+
--neutral-core-neutral-94: #f5ecdf;
|
|
54
|
+
--neutral-core-neutral-96: #f7f0e6;
|
|
55
|
+
--neutral-core-neutral-98: #faf5ef;
|
|
56
|
+
--neutral-core-neutral-99: #fcf9f5;
|
|
57
|
+
--neutral-core-neutral-100: #ffffff;
|
|
58
|
+
--neutral-variant-core-neutral-variant-0: #000000;
|
|
59
|
+
--neutral-variant-core-neutral-variant-10: #160e04;
|
|
60
|
+
--neutral-variant-core-neutral-variant-20: #2c1e0c;
|
|
61
|
+
--neutral-variant-core-neutral-variant-30: #443015;
|
|
62
|
+
--neutral-variant-core-neutral-variant-40: #604530;
|
|
63
|
+
--neutral-variant-core-neutral-variant-50: #8a6648;
|
|
64
|
+
--neutral-variant-core-neutral-variant-60: #a88060;
|
|
65
|
+
--neutral-variant-core-neutral-variant-70: #c4a080;
|
|
66
|
+
--neutral-variant-core-neutral-variant-80: #dcc0a0;
|
|
67
|
+
--neutral-variant-core-neutral-variant-90: #efe0d0;
|
|
68
|
+
--neutral-variant-core-neutral-variant-95: #f7f0e8;
|
|
69
|
+
--neutral-variant-neutral-variant-100: #ffffff;
|
|
70
|
+
--orange-core-orange-0: #000000;
|
|
71
|
+
--orange-core-orange-10: #2e0f00;
|
|
72
|
+
--orange-core-orange-20: #5c2000;
|
|
73
|
+
--orange-core-orange-30: #8a3200;
|
|
74
|
+
--orange-core-orange-40: #b84800;
|
|
75
|
+
--orange-core-orange-50: #d4621a;
|
|
76
|
+
--orange-core-orange-60: #e07a42;
|
|
77
|
+
--orange-core-orange-70: #ec9c6e;
|
|
78
|
+
--orange-core-orange-80: #f5bfa0;
|
|
79
|
+
--orange-core-orange-90: #fce4d5;
|
|
80
|
+
--orange-core-orange-95: #fef2eb;
|
|
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(184, 72, 0, 0.08);
|
|
131
|
+
--opacity-primary-core-primary-20: rgba(184, 72, 0, 0.2);
|
|
132
|
+
--opacity-secondary-core-secondary-08: rgba(184, 128, 0, 0.08);
|
|
133
|
+
--opacity-secondary-core-secondary-20: rgba(184, 128, 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: 12px;
|
|
140
|
+
--size-core-sm: 14px;
|
|
141
|
+
--size-core-base: 16px;
|
|
142
|
+
--size-core-lg: 20px;
|
|
143
|
+
--size-core-xl: 24px;
|
|
144
|
+
--size-core-2xl: 28px;
|
|
145
|
+
--size-core-3xl: 32px;
|
|
146
|
+
--size-core-4xl: 40px;
|
|
147
|
+
--size-core-5xl: 48px;
|
|
148
|
+
--size-core-6xl: 64px;
|
|
149
|
+
--size-core-7xl: 72px;
|
|
150
|
+
--size-core-8xl: 80px;
|
|
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: -24px;
|
|
156
|
+
--spacing-core-neg-spacing-400: -16px;
|
|
157
|
+
--spacing-core-neg-spacing-200: -8px;
|
|
158
|
+
--spacing-core-neg-spacing-100: -4px;
|
|
159
|
+
--spacing-core-spacing-0: 0;
|
|
160
|
+
--spacing-core-spacing-025: 1px;
|
|
161
|
+
--spacing-core-spacing-050: 2px;
|
|
162
|
+
--spacing-core-spacing-100: 4px;
|
|
163
|
+
--spacing-core-spacing-150: 6px;
|
|
164
|
+
--spacing-core-spacing-200: 8px;
|
|
165
|
+
--spacing-core-spacing-300: 12px;
|
|
166
|
+
--spacing-core-spacing-400: 16px;
|
|
167
|
+
--spacing-core-spacing-500: 20px;
|
|
168
|
+
--spacing-core-spacing-600: 24px;
|
|
169
|
+
--spacing-core-spacing-800: 32px;
|
|
170
|
+
--spacing-core-spacing-1000: 40px;
|
|
171
|
+
--spacing-core-spacing-1200: 48px;
|
|
172
|
+
--spacing-core-spacing-1600: 64px;
|
|
173
|
+
--spacing-core-spacing-1800: 72px;
|
|
174
|
+
--spacing-core-spacing-2000: 80px;
|
|
175
|
+
--border-width-core-stroke-thin: 1px;
|
|
176
|
+
--border-width-core-stroke-medium: 2px;
|
|
177
|
+
--border-width-core-stroke-thick: 2px;
|
|
178
|
+
--border-width-core-stroke-heavier: 3px;
|
|
179
|
+
--border-width-core-stroke-bold: 4px;
|
|
180
|
+
--radius-core-radius-none: 0;
|
|
181
|
+
--radius-core-radius-xs: 4px;
|
|
182
|
+
--radius-core-radius-sm: 8px;
|
|
183
|
+
--radius-core-radius-md: 12px;
|
|
184
|
+
--radius-core-radius-lg: 16px;
|
|
185
|
+
--radius-core-radius-lg-increased: 20px;
|
|
186
|
+
--radius-core-radius-xl: 24px;
|
|
187
|
+
--radius-core-radius-xl-increased: 32px;
|
|
188
|
+
--radius-core-radius-full: 999px;
|
|
189
|
+
--core-size-xxs: 12px;
|
|
190
|
+
--core-size-xs: 16px;
|
|
191
|
+
--core-size-sm: 20px;
|
|
192
|
+
--core-size-md: 24px;
|
|
193
|
+
--core-size-lg: 32px;
|
|
194
|
+
--core-size-xl: 48px;
|
|
195
|
+
--core-hover: 8px;
|
|
196
|
+
--core-focused: 12px;
|
|
197
|
+
--core-pressed: 10px;
|
|
198
|
+
--core-disabled-container: 48px;
|
|
199
|
+
--core-disabled-content: 64px;
|
|
200
|
+
--core-scrim: 10px;
|
|
201
|
+
}
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
System tokens — semantic roles (colors, type scale, dimensions)
|
|
3
|
+
Use these in Angular components.
|
|
4
|
+
============================================================ */
|
|
5
|
+
:root {
|
|
6
|
+
--accent-primary-sys-primary: #002900;
|
|
7
|
+
--accent-primary-sys-on-primary: #ffffff;
|
|
8
|
+
--accent-primary-sys-primary-container: #001000;
|
|
9
|
+
--accent-primary-sys-on-primary-container: #ffffff;
|
|
10
|
+
--accent-primary-sys-on-primary-container-variant: #80a880;
|
|
11
|
+
--accent-secondary-sys-secondary: #a33c00;
|
|
12
|
+
--accent-secondary-sys-on-secondary: #ffffff;
|
|
13
|
+
--accent-secondary-sys-secondary-container: #ffdac7;
|
|
14
|
+
--accent-secondary-sys-on-secondary-container: #420000;
|
|
15
|
+
--error-sys-error: #ad0e00;
|
|
16
|
+
--error-sys-on-error: #ffffff;
|
|
17
|
+
--error-sys-error-container: #efcfcc;
|
|
18
|
+
--error-sys-on-error-container: #570000;
|
|
19
|
+
--surface-surface-sys-surface: #f5f5e5;
|
|
20
|
+
--surface-surface-sys-on-surface: #002900;
|
|
21
|
+
--surface-surface-sys-on-surface-variant: #767e5d;
|
|
22
|
+
--surface-surface-container-sys-surface-container-lowest: #fdfdf9;
|
|
23
|
+
--surface-surface-container-sys-surface-container-low: #fafaf0;
|
|
24
|
+
--surface-surface-container-sys-surface-container: #f5f5e5;
|
|
25
|
+
--surface-surface-container-sys-surface-container-high: #ececdf;
|
|
26
|
+
--surface-surface-container-sys-surface-container-highest: #e7e6da;
|
|
27
|
+
--surface-inverse-sys-inverse-surface: #767e5d;
|
|
28
|
+
--surface-inverse-sys-inverse-on-surface: #fdfdf9;
|
|
29
|
+
--surface-inverse-sys-inverse-primary: #80a880;
|
|
30
|
+
--outline-sys-outline: #f0f0e2;
|
|
31
|
+
--outline-sys-outline-variant: #e0dfd1;
|
|
32
|
+
--outline-sys-outline-fixed: #babaa6;
|
|
33
|
+
--outline-sys-outline-inverse: rgba(255, 255, 255, 0.4);
|
|
34
|
+
--custom-success-sys-success: #008504;
|
|
35
|
+
--custom-success-sys-on-success: #ffffff;
|
|
36
|
+
--custom-success-sys-success-container: #e6f3e6;
|
|
37
|
+
--custom-success-sys-on-success-container: #004403;
|
|
38
|
+
--custom-warning-sys-warning: #a33c00;
|
|
39
|
+
--custom-warning-sys-on-warning: #ffffff;
|
|
40
|
+
--custom-warning-sys-warning-container: #ffdac7;
|
|
41
|
+
--custom-warning-sys-on-warning-container: #420000;
|
|
42
|
+
--custom-info-sys-info: #171bde;
|
|
43
|
+
--custom-info-sys-on-info: #ffffff;
|
|
44
|
+
--custom-info-sys-info-container: #cdd5ff;
|
|
45
|
+
--custom-info-sys-on-info-container: #050566;
|
|
46
|
+
--add-on-primary-fixed-sys-primary-fixed: #407d40;
|
|
47
|
+
--add-on-primary-fixed-sys-primary-fixed-dim: #bfd4bf;
|
|
48
|
+
--add-on-primary-fixed-sys-on-primary-fixed: #002900;
|
|
49
|
+
--add-on-primary-fixed-sys-on-primary-fixed-variant: #005200;
|
|
50
|
+
--add-on-secondary-fixed-sys-secondary-fixed: #a33c00;
|
|
51
|
+
--add-on-secondary-fixed-sys-secondary-fixed-dim: #ff925c;
|
|
52
|
+
--add-on-secondary-fixed-sys-on-secondary-fixed: #ffc2a3;
|
|
53
|
+
--add-on-secondary-fixed-sys-on-secondary-fixed-variant: #210000;
|
|
54
|
+
--add-on-surfaces-sys-surface-dim: #ececdf;
|
|
55
|
+
--add-on-surfaces-sys-surface-bright: #fdfdf9;
|
|
56
|
+
--transparent-neutral-sys-white-10: rgba(255, 255, 255, 0.1);
|
|
57
|
+
--transparent-neutral-sys-white-20: rgba(255, 255, 255, 0.2);
|
|
58
|
+
--transparent-neutral-sys-white-30: rgba(255, 255, 255, 0.3);
|
|
59
|
+
--transparent-neutral-sys-white-40: rgba(255, 255, 255, 0.4);
|
|
60
|
+
--transparent-neutral-sys-white-50: rgba(255, 255, 255, 0.5);
|
|
61
|
+
--transparent-neutral-sys-white-80: rgba(255, 255, 255, 0.8);
|
|
62
|
+
--transparent-neutral-sys-black-10: rgba(0, 0, 0, 0.1);
|
|
63
|
+
--transparent-neutral-sys-black-20: rgba(0, 0, 0, 0.2);
|
|
64
|
+
--transparent-neutral-sys-black-30: rgba(0, 0, 0, 0.3);
|
|
65
|
+
--transparent-neutral-sys-black-40: rgba(0, 0, 0, 0.4);
|
|
66
|
+
--transparent-neutral-sys-black-50: rgba(0, 0, 0, 0.5);
|
|
67
|
+
--transparent-neutral-sys-black-80: rgba(0, 0, 0, 0.8);
|
|
68
|
+
--transparent-primary-sys-primary-08: rgba(0, 82, 0, 0.08);
|
|
69
|
+
--transparent-primary-sys-primary-20: rgba(0, 82, 0, 0.2);
|
|
70
|
+
--transparent-secondary-sys-secondary-08: rgba(231, 103, 80, 0.08);
|
|
71
|
+
--transparent-secondary-sys-secondary-20: rgba(231, 103, 80, 0.2);
|
|
72
|
+
--chart-sys-chart-color-1: #80a880;
|
|
73
|
+
--chart-sys-chart-color-2: #407d40;
|
|
74
|
+
--chart-sys-chart-color-3: #005200;
|
|
75
|
+
--chart-sys-chart-color-4: #002900;
|
|
76
|
+
--chart-sys-chart-color-5: #002100;
|
|
77
|
+
--chart-sys-chart-color-6: #001900;
|
|
78
|
+
--chart-sys-chart-color-7: #001000;
|
|
79
|
+
--chart-sys-chart-color-8: #000800;
|
|
80
|
+
--chart-sys-chart-inactive: #ececdf;
|
|
81
|
+
--display-large-sys-font-family: 'google sans', sans-serif;
|
|
82
|
+
--display-large-sys-font-weight: normal;
|
|
83
|
+
--display-large-sys-font-size: 80px;
|
|
84
|
+
--display-large-sys-line-height: 80px;
|
|
85
|
+
--display-large-sys-tracking: -2px;
|
|
86
|
+
--display-large-sys-font-weight-emphasized: 500;
|
|
87
|
+
--display-medium-sys-font-family: 'google sans', sans-serif;
|
|
88
|
+
--display-medium-sys-font-weight: normal;
|
|
89
|
+
--display-medium-sys-font-size: 72px;
|
|
90
|
+
--display-medium-sys-line-height: 79px;
|
|
91
|
+
--display-medium-sys-tracking: -1px;
|
|
92
|
+
--display-medium-sys-font-weight-emphasized: 500;
|
|
93
|
+
--display-small-sys-font-family: 'google sans', sans-serif;
|
|
94
|
+
--display-small-sys-font-weight: normal;
|
|
95
|
+
--display-small-sys-font-size: 64px;
|
|
96
|
+
--display-small-sys-line-height: 77px;
|
|
97
|
+
--display-small-sys-tracking: -1px;
|
|
98
|
+
--display-small-sys-font-weight-emphasized: 500;
|
|
99
|
+
--headline-large-sys-font-family: 'google sans', sans-serif;
|
|
100
|
+
--headline-large-sys-font-weight: normal;
|
|
101
|
+
--headline-large-sys-font-size: 48px;
|
|
102
|
+
--headline-large-sys-line-height: 58px;
|
|
103
|
+
--headline-large-sys-tracking: 0px;
|
|
104
|
+
--headline-large-sys-font-weight-emphasized: 500;
|
|
105
|
+
--headline-medium-sys-font-family: 'google sans', sans-serif;
|
|
106
|
+
--headline-medium-sys-font-weight: normal;
|
|
107
|
+
--headline-medium-sys-font-size: 40px;
|
|
108
|
+
--headline-medium-sys-line-height: 48px;
|
|
109
|
+
--headline-medium-sys-tracking: 0;
|
|
110
|
+
--headline-medium-sys-font-weight-emphasized: 500;
|
|
111
|
+
--headline-small-sys-font-family: 'google sans', sans-serif;
|
|
112
|
+
--headline-small-sys-font-weight: normal;
|
|
113
|
+
--headline-small-sys-font-size: 32px;
|
|
114
|
+
--headline-small-sys-line-height: 38px;
|
|
115
|
+
--headline-small-sys-tracking: 0;
|
|
116
|
+
--headline-small-sys-font-weight-emphasized: 500;
|
|
117
|
+
--title-large-sys-font-family: 'google sans', sans-serif;
|
|
118
|
+
--title-large-sys-font-weight: normal;
|
|
119
|
+
--title-large-sys-font-size: 28px;
|
|
120
|
+
--title-large-sys-line-height: 36px;
|
|
121
|
+
--title-large-sys-tracking: 0;
|
|
122
|
+
--title-large-sys-font-weight-emphasized: 500;
|
|
123
|
+
--title-medium-sys-font-family: 'google sans', sans-serif;
|
|
124
|
+
--title-medium-sys-font-weight: normal;
|
|
125
|
+
--title-medium-sys-font-size: 24px;
|
|
126
|
+
--title-medium-sys-line-height: 31px;
|
|
127
|
+
--title-medium-sys-tracking: 0;
|
|
128
|
+
--title-medium-sys-font-weight-emphasized: 500;
|
|
129
|
+
--title-small-sys-font-family: 'google sans', sans-serif;
|
|
130
|
+
--title-small-sys-font-weight: normal;
|
|
131
|
+
--title-small-sys-font-size: 20px;
|
|
132
|
+
--title-small-sys-line-height: 28px;
|
|
133
|
+
--title-small-sys-tracking: 0;
|
|
134
|
+
--title-small-sys-font-weight-emphasized: 500;
|
|
135
|
+
--body-large-sys-font-family: 'google sans', sans-serif;
|
|
136
|
+
--body-large-sys-font-weight: normal;
|
|
137
|
+
--body-large-sys-font-size: 20px;
|
|
138
|
+
--body-large-sys-line-height: 30px;
|
|
139
|
+
--body-large-sys-tracking: 0;
|
|
140
|
+
--body-large-sys-font-weight-emphasized: 500;
|
|
141
|
+
--body-medium-sys-font-family: 'google sans', sans-serif;
|
|
142
|
+
--body-medium-sys-font-weight: normal;
|
|
143
|
+
--body-medium-sys-font-size: 16px;
|
|
144
|
+
--body-medium-sys-line-height: 24px;
|
|
145
|
+
--body-medium-sys-tracking: 0;
|
|
146
|
+
--body-medium-sys-font-weight-emphasized: 500;
|
|
147
|
+
--body-small-sys-font-family: 'google sans', sans-serif;
|
|
148
|
+
--body-small-sys-font-weight: normal;
|
|
149
|
+
--body-small-sys-font-size: 14px;
|
|
150
|
+
--body-small-sys-line-height: 20px;
|
|
151
|
+
--body-small-sys-tracking: 0;
|
|
152
|
+
--body-small-sys-font-weight-emphasized: 500;
|
|
153
|
+
--label-large-sys-font-family: 'google sans', sans-serif;
|
|
154
|
+
--label-large-sys-font-weight: normal;
|
|
155
|
+
--label-large-sys-font-size: 16px;
|
|
156
|
+
--label-large-sys-line-height: 22px;
|
|
157
|
+
--label-large-sys-tracking: 0;
|
|
158
|
+
--label-large-sys-font-weight-emphasized: 500;
|
|
159
|
+
--label-medium-sys-font-family: 'google sans', sans-serif;
|
|
160
|
+
--label-medium-sys-font-weight: normal;
|
|
161
|
+
--label-medium-sys-font-size: 14px;
|
|
162
|
+
--label-medium-sys-line-height: 20px;
|
|
163
|
+
--label-medium-sys-tracking: 0px;
|
|
164
|
+
--label-medium-sys-font-weight-emphasized: 500;
|
|
165
|
+
--label-small-sys-font-family: 'google sans', sans-serif;
|
|
166
|
+
--label-small-sys-font-weight: normal;
|
|
167
|
+
--label-small-sys-font-size: 12px;
|
|
168
|
+
--label-small-sys-line-height: 18px;
|
|
169
|
+
--label-small-sys-tracking: 0px;
|
|
170
|
+
--label-small-sys-font-weight-emphasized: 500;
|
|
171
|
+
--spacing-margin-sys-margin-none: 0;
|
|
172
|
+
--spacing-margin-sys-margin-sm: 16px;
|
|
173
|
+
--spacing-margin-sys-margin-md: 24px;
|
|
174
|
+
--spacing-margin-sys-margin-lg: 32px;
|
|
175
|
+
--spacing-margin-sys-margin-xl: 40px;
|
|
176
|
+
--spacing-margin-sys-margin-2xl: 80px;
|
|
177
|
+
--spacing-spacer-sys-spacer-xs: 8px;
|
|
178
|
+
--spacing-spacer-sys-spacer-sm: 16px;
|
|
179
|
+
--spacing-spacer-sys-spacer-md: 24px;
|
|
180
|
+
--spacing-spacer-sys-spacer-lg: 32px;
|
|
181
|
+
--spacing-padding-sys-neg-padding-24: -24px;
|
|
182
|
+
--spacing-padding-sys-neg-padding-16: -16px;
|
|
183
|
+
--spacing-padding-sys-padding-0: 0;
|
|
184
|
+
--spacing-padding-sys-padding-2: 2px;
|
|
185
|
+
--spacing-padding-sys-padding-4: 4px;
|
|
186
|
+
--spacing-padding-sys-padding-6: 6px;
|
|
187
|
+
--spacing-padding-sys-padding-8: 8px;
|
|
188
|
+
--spacing-padding-sys-padding-12: 12px;
|
|
189
|
+
--spacing-padding-sys-padding-16: 16px;
|
|
190
|
+
--spacing-padding-sys-padding-20: 20px;
|
|
191
|
+
--spacing-padding-sys-padding-24: 24px;
|
|
192
|
+
--spacing-padding-sys-padding-32: 32px;
|
|
193
|
+
--spacing-padding-sys-padding-40: 40px;
|
|
194
|
+
--spacing-padding-sys-padding-48: 48px;
|
|
195
|
+
--spacing-padding-sys-padding-64: 64px;
|
|
196
|
+
--spacing-padding-sys-padding-72: 72px;
|
|
197
|
+
--spacing-padding-sys-padding-80: 80px;
|
|
198
|
+
--border-radius-sys-radius-none: 0;
|
|
199
|
+
--border-radius-sys-radius-xs: 4px;
|
|
200
|
+
--border-radius-sys-radius-sm: 8px;
|
|
201
|
+
--border-radius-sys-radius-md: 12px;
|
|
202
|
+
--border-radius-sys-radius-lg: 16px;
|
|
203
|
+
--border-radius-sys-radius-lg-increased: 20px;
|
|
204
|
+
--border-radius-sys-radius-xl: 24px;
|
|
205
|
+
--border-radius-sys-radius-xl-increased: 32px;
|
|
206
|
+
--border-radius-sys-radius-full: 999px;
|
|
207
|
+
--border-width-sys-stroke-thin: 1px;
|
|
208
|
+
--border-width-sys-stroke-medium: 2px;
|
|
209
|
+
--border-width-sys-stroke-thick: 2px;
|
|
210
|
+
--border-width-sys-stroke-heavier: 3px;
|
|
211
|
+
--border-width-sys-stroke-bold: 4px;
|
|
212
|
+
--sys-size-xxs: 12px;
|
|
213
|
+
--sys-size-xs: 16px;
|
|
214
|
+
--sys-size-sm: 20px;
|
|
215
|
+
--sys-size-md: 24px;
|
|
216
|
+
--sys-size-lg: 32px;
|
|
217
|
+
--sys-size-xl: 48px;
|
|
218
|
+
--sys-hover: 8px;
|
|
219
|
+
--sys-focused: 12px;
|
|
220
|
+
--sys-pressed: 10px;
|
|
221
|
+
--sys-disabled-container: 48px;
|
|
222
|
+
--sys-disabled-content: 64px;
|
|
223
|
+
--sys-scrim: 10px;
|
|
224
|
+
}
|