@compsych-ui-components/shared 8.0.1 → 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.1",
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,10 +9,8 @@
9
9
  "types": "./src/index.d.ts",
10
10
  "default": "./src/index.js"
11
11
  },
12
- "./tokens.css": "./src/tokens/compsych/tokens.css",
13
- "./themes/compsych.css": "./src/tokens/compsych/tokens.css",
14
- "./themes/thanksgiving.css": "./src/tokens/thanksgiving/tokens.css",
15
- "./themes/wacky-circus.css": "./src/tokens/wacky-circus/tokens.css",
12
+ "./compsych.css": "./src/tokens/compsych/tokens.css",
13
+ "./maple.css": "./src/tokens/maple/tokens.css",
16
14
  "./assets/lucide-icons.generated": {
17
15
  "types": "./src/assets/lucide-icons.generated.d.ts",
18
16
  "default": "./src/assets/lucide-icons.generated.js"
@@ -3,56 +3,56 @@
3
3
  Use these in Angular components.
4
4
  ============================================================ */
5
5
  :root {
6
- --accent-primary-sys-primary: #d4621a;
6
+ --accent-primary-sys-primary: #002900;
7
7
  --accent-primary-sys-on-primary: #ffffff;
8
- --accent-primary-sys-primary-container: #2e0f00;
8
+ --accent-primary-sys-primary-container: #001000;
9
9
  --accent-primary-sys-on-primary-container: #ffffff;
10
- --accent-primary-sys-on-primary-container-variant: #f5bfa0;
11
- --accent-secondary-sys-secondary: #b88000;
10
+ --accent-primary-sys-on-primary-container-variant: #80a880;
11
+ --accent-secondary-sys-secondary: #a33c00;
12
12
  --accent-secondary-sys-on-secondary: #ffffff;
13
- --accent-secondary-sys-secondary-container: #fbefd4;
14
- --accent-secondary-sys-on-secondary-container: #5c4000;
15
- --error-sys-error: #c0392b;
13
+ --accent-secondary-sys-secondary-container: #ffdac7;
14
+ --accent-secondary-sys-on-secondary-container: #420000;
15
+ --error-sys-error: #ad0e00;
16
16
  --error-sys-on-error: #ffffff;
17
- --error-sys-error-container: #fce8e6;
18
- --error-sys-on-error-container: #5c1010;
19
- --surface-surface-sys-surface: #faf5ef;
20
- --surface-surface-sys-on-surface: #1c1208;
21
- --surface-surface-sys-on-surface-variant: #72502e;
22
- --surface-surface-container-sys-surface-container-lowest: #faf5ef;
23
- --surface-surface-container-sys-surface-container-low: #f5ecdf;
24
- --surface-surface-container-sys-surface-container: #f0e3d0;
25
- --surface-surface-container-sys-surface-container-high: #e8d8c0;
26
- --surface-surface-container-sys-surface-container-highest: #dfc4a8;
27
- --surface-inverse-sys-inverse-surface: #72502e;
28
- --surface-inverse-sys-inverse-on-surface: #ffffff;
29
- --surface-inverse-sys-inverse-primary: #f5bfa0;
30
- --outline-sys-outline: #aa865e;
31
- --outline-sys-outline-variant: #dfc4a8;
32
- --outline-sys-outline-fixed: #c6a07c;
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
33
  --outline-sys-outline-inverse: rgba(255, 255, 255, 0.4);
34
- --custom-success-sys-success: #2b7a3e;
34
+ --custom-success-sys-success: #008504;
35
35
  --custom-success-sys-on-success: #ffffff;
36
- --custom-success-sys-success-container: #d0f0dc;
37
- --custom-success-sys-on-success-container: #0a281c;
38
- --custom-warning-sys-warning: #b88000;
36
+ --custom-success-sys-success-container: #e6f3e6;
37
+ --custom-success-sys-on-success-container: #004403;
38
+ --custom-warning-sys-warning: #a33c00;
39
39
  --custom-warning-sys-on-warning: #ffffff;
40
- --custom-warning-sys-warning-container: #fbefd4;
41
- --custom-warning-sys-on-warning-container: #5c4000;
42
- --custom-info-sys-info: #1a6fbe;
40
+ --custom-warning-sys-warning-container: #ffdac7;
41
+ --custom-warning-sys-on-warning-container: #420000;
42
+ --custom-info-sys-info: #171bde;
43
43
  --custom-info-sys-on-info: #ffffff;
44
- --custom-info-sys-info-container: #d8eeff;
45
- --custom-info-sys-on-info-container: #0a2848;
46
- --add-on-primary-fixed-sys-primary-fixed: #ec9c6e;
47
- --add-on-primary-fixed-sys-primary-fixed-dim: #fce4d5;
48
- --add-on-primary-fixed-sys-on-primary-fixed: #d4621a;
49
- --add-on-primary-fixed-sys-on-primary-fixed-variant: #e07a42;
50
- --add-on-secondary-fixed-sys-secondary-fixed: #b88000;
51
- --add-on-secondary-fixed-sys-secondary-fixed-dim: #e0bc30;
52
- --add-on-secondary-fixed-sys-on-secondary-fixed: #fbefd4;
53
- --add-on-secondary-fixed-sys-on-secondary-fixed-variant: #2e2000;
54
- --add-on-surfaces-sys-surface-dim: #f5ecdf;
55
- --add-on-surfaces-sys-surface-bright: #faf5ef;
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
56
  --transparent-neutral-sys-white-10: rgba(255, 255, 255, 0.1);
57
57
  --transparent-neutral-sys-white-20: rgba(255, 255, 255, 0.2);
58
58
  --transparent-neutral-sys-white-30: rgba(255, 255, 255, 0.3);
@@ -65,19 +65,19 @@
65
65
  --transparent-neutral-sys-black-40: rgba(0, 0, 0, 0.4);
66
66
  --transparent-neutral-sys-black-50: rgba(0, 0, 0, 0.5);
67
67
  --transparent-neutral-sys-black-80: rgba(0, 0, 0, 0.8);
68
- --transparent-primary-sys-primary-08: rgba(184, 72, 0, 0.08);
69
- --transparent-primary-sys-primary-20: rgba(184, 72, 0, 0.2);
70
- --transparent-secondary-sys-secondary-08: rgba(184, 128, 0, 0.08);
71
- --transparent-secondary-sys-secondary-20: rgba(184, 128, 0, 0.2);
72
- --chart-sys-chart-color-1: #fce4d5;
73
- --chart-sys-chart-color-2: #f5bfa0;
74
- --chart-sys-chart-color-3: #e07a42;
75
- --chart-sys-chart-color-4: #d4621a;
76
- --chart-sys-chart-color-5: #b84800;
77
- --chart-sys-chart-color-6: #8a3200;
78
- --chart-sys-chart-color-7: #b88000;
79
- --chart-sys-chart-color-8: #5c4000;
80
- --chart-sys-chart-inactive: #f5ecdf;
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
81
  --display-large-sys-font-family: 'google sans', sans-serif;
82
82
  --display-large-sys-font-weight: normal;
83
83
  --display-large-sys-font-size: 80px;
@@ -1,201 +0,0 @@
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: #300008;
8
- --primary-core-primary-20: #600010;
9
- --primary-core-primary-30: #900018;
10
- --primary-core-primary-40: #d40020;
11
- --primary-core-primary-50: #ee2040;
12
- --primary-core-primary-60: #f55070;
13
- --primary-core-primary-70: #f880a0;
14
- --primary-core-primary-80: #fbb0c4;
15
- --primary-core-primary-90: #fddde8;
16
- --primary-core-primary-95: #feecf2;
17
- --primary-core-primary-100: #ffffff;
18
- --secondary-core-secondary-0: #000000;
19
- --secondary-core-secondary-10: #1a1000;
20
- --secondary-core-secondary-20: #3a2400;
21
- --secondary-core-secondary-30: #604000;
22
- --secondary-core-secondary-40: #886000;
23
- --secondary-core-secondary-50: #bb8800;
24
- --secondary-core-secondary-60: #ddaa00;
25
- --secondary-core-secondary-70: #ffcc00;
26
- --secondary-core-secondary-80: #ffdd55;
27
- --secondary-core-secondary-90: #ffeeaa;
28
- --secondary-core-secondary-95: #fff7dd;
29
- --secondary-core-secondary-100: #ffffff;
30
- --blue-core-blue-0: #000000;
31
- --blue-core-blue-10: #000824;
32
- --blue-core-blue-20: #001466;
33
- --blue-core-blue-30: #003399;
34
- --blue-core-blue-40: #0044cc;
35
- --blue-core-blue-50: #1a66ff;
36
- --blue-core-blue-60: #4488ff;
37
- --blue-core-blue-70: #80aaff;
38
- --blue-core-blue-80: #aaccff;
39
- --blue-core-blue-90: #d4e6ff;
40
- --blue-core-blue-95: #eaf3ff;
41
- --blue-core-blue-100: #ffffff;
42
- --neutral-core-neutral-0: #000000;
43
- --neutral-core-neutral-10: #0a0820;
44
- --neutral-core-neutral-20: #181440;
45
- --neutral-core-neutral-30: #282060;
46
- --neutral-core-neutral-40: #3c3080;
47
- --neutral-core-neutral-50: #5a50a0;
48
- --neutral-core-neutral-60: #7870b8;
49
- --neutral-core-neutral-70: #9a94cc;
50
- --neutral-core-neutral-80: #c0bce0;
51
- --neutral-core-neutral-90: #e2e0f4;
52
- --neutral-core-neutral-92: #e8e6f6;
53
- --neutral-core-neutral-94: #eeecf8;
54
- --neutral-core-neutral-96: #f3f2fa;
55
- --neutral-core-neutral-98: #f8f8fd;
56
- --neutral-core-neutral-99: #fcfcff;
57
- --neutral-core-neutral-100: #ffffff;
58
- --neutral-variant-core-neutral-variant-0: #000000;
59
- --neutral-variant-core-neutral-variant-10: #1e0040;
60
- --neutral-variant-core-neutral-variant-20: #3c0080;
61
- --neutral-variant-core-neutral-variant-30: #5500aa;
62
- --neutral-variant-core-neutral-variant-40: #7700bb;
63
- --neutral-variant-core-neutral-variant-50: #9933cc;
64
- --neutral-variant-core-neutral-variant-60: #bb66ee;
65
- --neutral-variant-core-neutral-variant-70: #dd99ff;
66
- --neutral-variant-core-neutral-variant-80: #eeccff;
67
- --neutral-variant-core-neutral-variant-90: #f5e8ff;
68
- --neutral-variant-core-neutral-variant-95: #faf4ff;
69
- --neutral-variant-neutral-variant-100: #ffffff;
70
- --orange-core-orange-0: #000000;
71
- --orange-core-orange-10: #2a1000;
72
- --orange-core-orange-20: #5a2400;
73
- --orange-core-orange-30: #883600;
74
- --orange-core-orange-40: #a34800;
75
- --orange-core-orange-50: #cc6000;
76
- --orange-core-orange-60: #ee8822;
77
- --orange-core-orange-70: #ffaa55;
78
- --orange-core-orange-80: #ffcc99;
79
- --orange-core-orange-90: #ffe8cc;
80
- --orange-core-orange-95: #fff4e6;
81
- --orange-core-orange-100: #ffffff;
82
- --yellow-core-yellow-0: #000000;
83
- --yellow-core-yellow-10: #1a1000;
84
- --yellow-core-yellow-20: #3a2400;
85
- --yellow-core-yellow-30: #604000;
86
- --yellow-core-yellow-40: #886000;
87
- --yellow-core-yellow-50: #ddaa00;
88
- --yellow-core-yellow-60: #ffcc00;
89
- --yellow-core-yellow-70: #ffdd44;
90
- --yellow-core-yellow-80: #ffeea0;
91
- --yellow-core-yellow-90: #fff5cc;
92
- --yellow-core-yellow-95: #fffae6;
93
- --yellow-core-yellow-100: #ffffff;
94
- --red-core-red-0: #000000;
95
- --red-core-red-10: #300008;
96
- --red-core-red-20: #600010;
97
- --red-core-red-30: #900018;
98
- --red-core-red-40: #cc0000;
99
- --red-core-red-50: #ee1010;
100
- --red-core-red-60: #f54040;
101
- --red-core-red-70: #f87070;
102
- --red-core-red-80: #fba8a8;
103
- --red-core-red-90: #fddada;
104
- --red-core-red-95: #feecec;
105
- --red-core-red-100: #ffffff;
106
- --green-core-green-0: #000000;
107
- --green-core-green-10: #002810;
108
- --green-core-green-20: #004820;
109
- --green-core-green-30: #006030;
110
- --green-core-green-40: #007030;
111
- --green-core-green-50: #009040;
112
- --green-core-green-60: #22b055;
113
- --green-core-green-70: #55d080;
114
- --green-core-green-80: #88eaaa;
115
- --green-core-green-90: #bbf5cc;
116
- --green-core-green-95: #ddfae8;
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(212, 0, 32, 0.08);
131
- --opacity-primary-core-primary-20: rgba(212, 0, 32, 0.2);
132
- --opacity-secondary-core-secondary-08: rgba(255, 204, 0, 0.12);
133
- --opacity-secondary-core-secondary-20: rgba(255, 204, 0, 0.3);
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
- }
@@ -1,256 +0,0 @@
1
- /* ============================================================
2
- System tokens — semantic roles (colors, type scale, dimensions)
3
- Use these in Angular components.
4
- ============================================================ */
5
- :root {
6
- /* Primary: vivid circus red. Container: royal blue — a completely
7
- different hue so filled cards, banners, and primary badges read
8
- as a second bold colour alongside the red CTA. */
9
- --accent-primary-sys-primary: #d40020;
10
- --accent-primary-sys-on-primary: #ffffff;
11
- --accent-primary-sys-primary-container: #003399;
12
- --accent-primary-sys-on-primary-container: #ffffff;
13
- --accent-primary-sys-on-primary-container-variant: #80aaff;
14
-
15
- /* Secondary: bright carnival yellow with dark text.
16
- Container: vivid purple — third distinct hue. */
17
- --accent-secondary-sys-secondary: #ffcc00;
18
- --accent-secondary-sys-on-secondary: #1a0c00;
19
- --accent-secondary-sys-secondary-container: #7700bb;
20
- --accent-secondary-sys-on-secondary-container: #ffffff;
21
-
22
- --error-sys-error: #cc0000;
23
- --error-sys-on-error: #ffffff;
24
- --error-sys-error-container: #ffdada;
25
- --error-sys-on-error-container: #500000;
26
-
27
- /* Surface: pure white canvas so every colour pops.
28
- on-surface-variant is indigo — a fourth hue showing up in
29
- secondary text, subtitles, arrows, and label eyebrows. */
30
- --surface-surface-sys-surface: #ffffff;
31
- --surface-surface-sys-on-surface: #0a0820;
32
- --surface-surface-sys-on-surface-variant: #3d2070;
33
-
34
- /* Container hierarchy: each step has a barely-there tint from a
35
- different hue (red → yellow → purple) so containers feel lively
36
- without overwhelming the content on top of them. */
37
- --surface-surface-container-sys-surface-container-lowest: #ffffff;
38
- --surface-surface-container-sys-surface-container-low: #fff4f5;
39
- --surface-surface-container-sys-surface-container: #fff8e8;
40
- --surface-surface-container-sys-surface-container-high: #f5f0ff;
41
- --surface-surface-container-sys-surface-container-highest: #e8e0ff;
42
-
43
- --surface-inverse-sys-inverse-surface: #0a0820;
44
- --surface-inverse-sys-inverse-on-surface: #ffffff;
45
- --surface-inverse-sys-inverse-primary: #fbb0c4;
46
-
47
- /* Outline: vivid magenta — every input border, card border,
48
- and divider carries a bold colour of its own. */
49
- --outline-sys-outline: #bb0088;
50
- --outline-sys-outline-variant: #ddb0ee;
51
- --outline-sys-outline-fixed: #7700bb;
52
- --outline-sys-outline-inverse: rgba(255, 255, 255, 0.4);
53
-
54
- /* Status colours: vivid but verified ≥ 4.5:1 on white for text use
55
- and ≥ 4.5:1 white-on-colour for button/badge use. */
56
- --custom-success-sys-success: #007030;
57
- --custom-success-sys-on-success: #ffffff;
58
- --custom-success-sys-success-container: #bbf5cc;
59
- --custom-success-sys-on-success-container: #002810;
60
-
61
- --custom-warning-sys-warning: #a34800;
62
- --custom-warning-sys-on-warning: #ffffff;
63
- --custom-warning-sys-warning-container: #ffe8cc;
64
- --custom-warning-sys-on-warning-container: #2a1000;
65
-
66
- --custom-info-sys-info: #003399;
67
- --custom-info-sys-on-info: #ffffff;
68
- --custom-info-sys-info-container: #d4e6ff;
69
- --custom-info-sys-on-info-container: #000824;
70
-
71
- --add-on-primary-fixed-sys-primary-fixed: #f880a0;
72
- --add-on-primary-fixed-sys-primary-fixed-dim: #fddde8;
73
- --add-on-primary-fixed-sys-on-primary-fixed: #d40020;
74
- --add-on-primary-fixed-sys-on-primary-fixed-variant: #f55070;
75
-
76
- --add-on-secondary-fixed-sys-secondary-fixed: #ffcc00;
77
- --add-on-secondary-fixed-sys-secondary-fixed-dim: #ffeeaa;
78
- --add-on-secondary-fixed-sys-on-secondary-fixed: #1a0c00;
79
- --add-on-secondary-fixed-sys-on-secondary-fixed-variant: #604000;
80
-
81
- --add-on-surfaces-sys-surface-dim: #f5f0ff;
82
- --add-on-surfaces-sys-surface-bright: #ffffff;
83
-
84
- --transparent-neutral-sys-white-10: rgba(255, 255, 255, 0.1);
85
- --transparent-neutral-sys-white-20: rgba(255, 255, 255, 0.2);
86
- --transparent-neutral-sys-white-30: rgba(255, 255, 255, 0.3);
87
- --transparent-neutral-sys-white-40: rgba(255, 255, 255, 0.4);
88
- --transparent-neutral-sys-white-50: rgba(255, 255, 255, 0.5);
89
- --transparent-neutral-sys-white-80: rgba(255, 255, 255, 0.8);
90
- --transparent-neutral-sys-black-10: rgba(0, 0, 0, 0.1);
91
- --transparent-neutral-sys-black-20: rgba(0, 0, 0, 0.2);
92
- --transparent-neutral-sys-black-30: rgba(0, 0, 0, 0.3);
93
- --transparent-neutral-sys-black-40: rgba(0, 0, 0, 0.4);
94
- --transparent-neutral-sys-black-50: rgba(0, 0, 0, 0.5);
95
- --transparent-neutral-sys-black-80: rgba(0, 0, 0, 0.8);
96
- --transparent-primary-sys-primary-08: rgba(212, 0, 32, 0.08);
97
- --transparent-primary-sys-primary-20: rgba(212, 0, 32, 0.2);
98
- --transparent-secondary-sys-secondary-08: rgba(255, 204, 0, 0.12);
99
- --transparent-secondary-sys-secondary-20: rgba(255, 204, 0, 0.3);
100
-
101
- /* Chart: full-spectrum rainbow — all eight colours are distinct,
102
- saturated, and clearly different from each other. */
103
- --chart-sys-chart-color-1: #d40020;
104
- --chart-sys-chart-color-2: #ff7700;
105
- --chart-sys-chart-color-3: #ffcc00;
106
- --chart-sys-chart-color-4: #007030;
107
- --chart-sys-chart-color-5: #003399;
108
- --chart-sys-chart-color-6: #7700bb;
109
- --chart-sys-chart-color-7: #bb0088;
110
- --chart-sys-chart-color-8: #009999;
111
- --chart-sys-chart-inactive: #c0bce0;
112
-
113
- --display-large-sys-font-family: 'google sans', sans-serif;
114
- --display-large-sys-font-weight: normal;
115
- --display-large-sys-font-size: 80px;
116
- --display-large-sys-line-height: 80px;
117
- --display-large-sys-tracking: -2px;
118
- --display-large-sys-font-weight-emphasized: 500;
119
- --display-medium-sys-font-family: 'google sans', sans-serif;
120
- --display-medium-sys-font-weight: normal;
121
- --display-medium-sys-font-size: 72px;
122
- --display-medium-sys-line-height: 79px;
123
- --display-medium-sys-tracking: -1px;
124
- --display-medium-sys-font-weight-emphasized: 500;
125
- --display-small-sys-font-family: 'google sans', sans-serif;
126
- --display-small-sys-font-weight: normal;
127
- --display-small-sys-font-size: 64px;
128
- --display-small-sys-line-height: 77px;
129
- --display-small-sys-tracking: -1px;
130
- --display-small-sys-font-weight-emphasized: 500;
131
- --headline-large-sys-font-family: 'google sans', sans-serif;
132
- --headline-large-sys-font-weight: normal;
133
- --headline-large-sys-font-size: 48px;
134
- --headline-large-sys-line-height: 58px;
135
- --headline-large-sys-tracking: 0px;
136
- --headline-large-sys-font-weight-emphasized: 500;
137
- --headline-medium-sys-font-family: 'google sans', sans-serif;
138
- --headline-medium-sys-font-weight: normal;
139
- --headline-medium-sys-font-size: 40px;
140
- --headline-medium-sys-line-height: 48px;
141
- --headline-medium-sys-tracking: 0;
142
- --headline-medium-sys-font-weight-emphasized: 500;
143
- --headline-small-sys-font-family: 'google sans', sans-serif;
144
- --headline-small-sys-font-weight: normal;
145
- --headline-small-sys-font-size: 32px;
146
- --headline-small-sys-line-height: 38px;
147
- --headline-small-sys-tracking: 0;
148
- --headline-small-sys-font-weight-emphasized: 500;
149
- --title-large-sys-font-family: 'google sans', sans-serif;
150
- --title-large-sys-font-weight: normal;
151
- --title-large-sys-font-size: 28px;
152
- --title-large-sys-line-height: 36px;
153
- --title-large-sys-tracking: 0;
154
- --title-large-sys-font-weight-emphasized: 500;
155
- --title-medium-sys-font-family: 'google sans', sans-serif;
156
- --title-medium-sys-font-weight: normal;
157
- --title-medium-sys-font-size: 24px;
158
- --title-medium-sys-line-height: 31px;
159
- --title-medium-sys-tracking: 0;
160
- --title-medium-sys-font-weight-emphasized: 500;
161
- --title-small-sys-font-family: 'google sans', sans-serif;
162
- --title-small-sys-font-weight: normal;
163
- --title-small-sys-font-size: 20px;
164
- --title-small-sys-line-height: 28px;
165
- --title-small-sys-tracking: 0;
166
- --title-small-sys-font-weight-emphasized: 500;
167
- --body-large-sys-font-family: 'google sans', sans-serif;
168
- --body-large-sys-font-weight: normal;
169
- --body-large-sys-font-size: 20px;
170
- --body-large-sys-line-height: 30px;
171
- --body-large-sys-tracking: 0;
172
- --body-large-sys-font-weight-emphasized: 500;
173
- --body-medium-sys-font-family: 'google sans', sans-serif;
174
- --body-medium-sys-font-weight: normal;
175
- --body-medium-sys-font-size: 16px;
176
- --body-medium-sys-line-height: 24px;
177
- --body-medium-sys-tracking: 0;
178
- --body-medium-sys-font-weight-emphasized: 500;
179
- --body-small-sys-font-family: 'google sans', sans-serif;
180
- --body-small-sys-font-weight: normal;
181
- --body-small-sys-font-size: 14px;
182
- --body-small-sys-line-height: 20px;
183
- --body-small-sys-tracking: 0;
184
- --body-small-sys-font-weight-emphasized: 500;
185
- --label-large-sys-font-family: 'google sans', sans-serif;
186
- --label-large-sys-font-weight: normal;
187
- --label-large-sys-font-size: 16px;
188
- --label-large-sys-line-height: 22px;
189
- --label-large-sys-tracking: 0;
190
- --label-large-sys-font-weight-emphasized: 500;
191
- --label-medium-sys-font-family: 'google sans', sans-serif;
192
- --label-medium-sys-font-weight: normal;
193
- --label-medium-sys-font-size: 14px;
194
- --label-medium-sys-line-height: 20px;
195
- --label-medium-sys-tracking: 0px;
196
- --label-medium-sys-font-weight-emphasized: 500;
197
- --label-small-sys-font-family: 'google sans', sans-serif;
198
- --label-small-sys-font-weight: normal;
199
- --label-small-sys-font-size: 12px;
200
- --label-small-sys-line-height: 18px;
201
- --label-small-sys-tracking: 0px;
202
- --label-small-sys-font-weight-emphasized: 500;
203
- --spacing-margin-sys-margin-none: 0;
204
- --spacing-margin-sys-margin-sm: 16px;
205
- --spacing-margin-sys-margin-md: 24px;
206
- --spacing-margin-sys-margin-lg: 32px;
207
- --spacing-margin-sys-margin-xl: 40px;
208
- --spacing-margin-sys-margin-2xl: 80px;
209
- --spacing-spacer-sys-spacer-xs: 8px;
210
- --spacing-spacer-sys-spacer-sm: 16px;
211
- --spacing-spacer-sys-spacer-md: 24px;
212
- --spacing-spacer-sys-spacer-lg: 32px;
213
- --spacing-padding-sys-neg-padding-24: -24px;
214
- --spacing-padding-sys-neg-padding-16: -16px;
215
- --spacing-padding-sys-padding-0: 0;
216
- --spacing-padding-sys-padding-2: 2px;
217
- --spacing-padding-sys-padding-4: 4px;
218
- --spacing-padding-sys-padding-6: 6px;
219
- --spacing-padding-sys-padding-8: 8px;
220
- --spacing-padding-sys-padding-12: 12px;
221
- --spacing-padding-sys-padding-16: 16px;
222
- --spacing-padding-sys-padding-20: 20px;
223
- --spacing-padding-sys-padding-24: 24px;
224
- --spacing-padding-sys-padding-32: 32px;
225
- --spacing-padding-sys-padding-40: 40px;
226
- --spacing-padding-sys-padding-48: 48px;
227
- --spacing-padding-sys-padding-64: 64px;
228
- --spacing-padding-sys-padding-72: 72px;
229
- --spacing-padding-sys-padding-80: 80px;
230
- --border-radius-sys-radius-none: 0;
231
- --border-radius-sys-radius-xs: 4px;
232
- --border-radius-sys-radius-sm: 8px;
233
- --border-radius-sys-radius-md: 12px;
234
- --border-radius-sys-radius-lg: 16px;
235
- --border-radius-sys-radius-lg-increased: 20px;
236
- --border-radius-sys-radius-xl: 24px;
237
- --border-radius-sys-radius-xl-increased: 32px;
238
- --border-radius-sys-radius-full: 999px;
239
- --border-width-sys-stroke-thin: 1px;
240
- --border-width-sys-stroke-medium: 2px;
241
- --border-width-sys-stroke-thick: 2px;
242
- --border-width-sys-stroke-heavier: 3px;
243
- --border-width-sys-stroke-bold: 4px;
244
- --sys-size-xxs: 12px;
245
- --sys-size-xs: 16px;
246
- --sys-size-sm: 20px;
247
- --sys-size-md: 24px;
248
- --sys-size-lg: 32px;
249
- --sys-size-xl: 48px;
250
- --sys-hover: 8px;
251
- --sys-focused: 12px;
252
- --sys-pressed: 10px;
253
- --sys-disabled-container: 48px;
254
- --sys-disabled-content: 64px;
255
- --sys-scrim: 10px;
256
- }
@@ -1,8 +0,0 @@
1
- /* Import generated design tokens */
2
- @import './refs.css';
3
- @import './sys.css';
4
-
5
- /* Convenience alias used by Angular components */
6
- :root {
7
- --compsych-font-family: var(--type-scale-label-small-sys-font-family, 'Google Sans', sans-serif);
8
- }
File without changes
File without changes