@compsych-ui-components/shared 8.0.0 → 8.0.1

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.0",
3
+ "version": "8.0.1",
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,10 @@
9
9
  "types": "./src/index.d.ts",
10
10
  "default": "./src/index.js"
11
11
  },
12
- "./tokens.css": "./src/tokens/tokens.css",
13
- "./themes/compsych.css": "./src/tokens/themes/compsych.css",
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
+ "./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",
19
16
  "./assets/lucide-icons.generated": {
20
17
  "types": "./src/assets/lucide-icons.generated.d.ts",
21
18
  "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,8 @@
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
+ }
@@ -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: #d4621a;
7
+ --accent-primary-sys-on-primary: #ffffff;
8
+ --accent-primary-sys-primary-container: #2e0f00;
9
+ --accent-primary-sys-on-primary-container: #ffffff;
10
+ --accent-primary-sys-on-primary-container-variant: #f5bfa0;
11
+ --accent-secondary-sys-secondary: #b88000;
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;
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;
33
+ --outline-sys-outline-inverse: rgba(255, 255, 255, 0.4);
34
+ --custom-success-sys-success: #2b7a3e;
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;
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;
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;
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(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;
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,8 @@
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
+ }
@@ -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: #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
+ }
@@ -0,0 +1,256 @@
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
+ }
@@ -0,0 +1,8 @@
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
+ }