@hug/hospitality 0.0.4-alpha.1 → 0.0.4-alpha.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/tokens/tokens.css +248 -108
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hug/hospitality",
3
- "version": "0.0.4-alpha.1",
3
+ "version": "0.0.4-alpha.2",
4
4
  "description": "Hospitality Design System",
5
5
  "homepage": "https://github.com/dsi-hug/hospitality",
6
6
  "license": "GPL-3.0-only",
@@ -1,4 +1,17 @@
1
+ /***
2
+ ==========================================================================
3
+ Hospitality Design System Tokens
4
+ Auto-generated by the Figma plugin HospitalityTokensExporter
5
+ ==========================================================================
6
+ ***/
1
7
  :root {
8
+ color-scheme: light dark;
9
+
10
+ /**
11
+ * ==========================================================================
12
+ * COLOR REFERENCES
13
+ * ==========================================================================
14
+ */
2
15
  --hy-ref-color-primary-100: #ffffffff;
3
16
  --hy-ref-color-primary-99: #fcfcffff;
4
17
  --hy-ref-color-primary-98: #f7f9ffff;
@@ -17,6 +30,7 @@
17
30
  --hy-ref-color-primary-10: #001d34ff;
18
31
  --hy-ref-color-primary-5: #001223ff;
19
32
  --hy-ref-color-primary-0: #000000ff;
33
+
20
34
  --hy-ref-color-secondary-100: #ffffffff;
21
35
  --hy-ref-color-secondary-99: #fcfcffff;
22
36
  --hy-ref-color-secondary-98: #f7f9ffff;
@@ -35,6 +49,7 @@
35
49
  --hy-ref-color-secondary-10: #0f1d2aff;
36
50
  --hy-ref-color-secondary-5: #05121fff;
37
51
  --hy-ref-color-secondary-0: #000000ff;
52
+
38
53
  --hy-ref-color-tertiary-100: #ffffffff;
39
54
  --hy-ref-color-tertiary-99: #f2fffbff;
40
55
  --hy-ref-color-tertiary-98: #e4fff9ff;
@@ -53,6 +68,7 @@
53
68
  --hy-ref-color-tertiary-10: #00201cff;
54
69
  --hy-ref-color-tertiary-5: #001412ff;
55
70
  --hy-ref-color-tertiary-0: #000000ff;
71
+
56
72
  --hy-ref-color-error-100: #ffffffff;
57
73
  --hy-ref-color-error-99: #fffbffff;
58
74
  --hy-ref-color-error-98: #fff8f7ff;
@@ -71,6 +87,7 @@
71
87
  --hy-ref-color-error-10: #410002ff;
72
88
  --hy-ref-color-error-5: #2d0001ff;
73
89
  --hy-ref-color-error-0: #000000ff;
90
+
74
91
  --hy-ref-color-neutral-100: #ffffffff;
75
92
  --hy-ref-color-neutral-99: #fcfcffff;
76
93
  --hy-ref-color-neutral-98: #f9f9fcff;
@@ -89,6 +106,7 @@
89
106
  --hy-ref-color-neutral-10: #1a1c1eff;
90
107
  --hy-ref-color-neutral-5: #0f1113ff;
91
108
  --hy-ref-color-neutral-0: #000000ff;
109
+
92
110
  --hy-ref-color-neutral-variant-100: #ffffffff;
93
111
  --hy-ref-color-neutral-variant-99: #fcfcffff;
94
112
  --hy-ref-color-neutral-variant-98: #f7f9ffff;
@@ -107,6 +125,7 @@
107
125
  --hy-ref-color-neutral-variant-10: #171c22ff;
108
126
  --hy-ref-color-neutral-variant-5: #0c1117ff;
109
127
  --hy-ref-color-neutral-variant-0: #000000ff;
128
+
110
129
  --hy-ref-color-warning-100: #ffffffff;
111
130
  --hy-ref-color-warning-99: #fffbffff;
112
131
  --hy-ref-color-warning-98: #fff8f4ff;
@@ -125,6 +144,7 @@
125
144
  --hy-ref-color-warning-10: #2c1600ff;
126
145
  --hy-ref-color-warning-5: #1d0d00ff;
127
146
  --hy-ref-color-warning-0: #000000ff;
147
+
128
148
  --hy-ref-color-blue-100: #ffffffff;
129
149
  --hy-ref-color-blue-99: #fffbffff;
130
150
  --hy-ref-color-blue-98: #fbf8ffff;
@@ -143,6 +163,7 @@
143
163
  --hy-ref-color-blue-10: #00006eff;
144
164
  --hy-ref-color-blue-5: #000037ff;
145
165
  --hy-ref-color-blue-0: #000000ff;
166
+
146
167
  --hy-ref-color-red-100: #ffffffff;
147
168
  --hy-ref-color-red-99: #fffbfbff;
148
169
  --hy-ref-color-red-98: #fffbfbff;
@@ -159,6 +180,7 @@
159
180
  --hy-ref-color-red-20: #ac0000ff;
160
181
  --hy-ref-color-red-10: #6e0000ff;
161
182
  --hy-ref-color-red-0: #000000ff;
183
+
162
184
  --hy-ref-color-green-100: #ffffffff;
163
185
  --hy-ref-color-green-99: #fbfffbff;
164
186
  --hy-ref-color-green-98: #fbfffbff;
@@ -175,6 +197,7 @@
175
197
  --hy-ref-color-green-20: #00ac00ff;
176
198
  --hy-ref-color-green-10: #006e00ff;
177
199
  --hy-ref-color-green-0: #000000ff;
200
+
178
201
  --hy-ref-color-yellow-100: #ffffffff;
179
202
  --hy-ref-color-yellow-99: #fffffbff;
180
203
  --hy-ref-color-yellow-98: #fffffbff;
@@ -191,6 +214,7 @@
191
214
  --hy-ref-color-yellow-20: #acac00ff;
192
215
  --hy-ref-color-yellow-10: #6e6e00ff;
193
216
  --hy-ref-color-yellow-0: #000000ff;
217
+
194
218
  --hy-ref-color-cyan-100: #ffffffff;
195
219
  --hy-ref-color-cyan-99: #fbffffff;
196
220
  --hy-ref-color-cyan-98: #fbffffff;
@@ -207,6 +231,7 @@
207
231
  --hy-ref-color-cyan-20: #00acacff;
208
232
  --hy-ref-color-cyan-10: #006e6eff;
209
233
  --hy-ref-color-cyan-0: #000000ff;
234
+
210
235
  --hy-ref-color-magenta-100: #ffffffff;
211
236
  --hy-ref-color-magenta-99: #fffbffff;
212
237
  --hy-ref-color-magenta-98: #fffbffff;
@@ -223,6 +248,7 @@
223
248
  --hy-ref-color-magenta-20: #ac00acff;
224
249
  --hy-ref-color-magenta-10: #6e006eff;
225
250
  --hy-ref-color-magenta-0: #000000ff;
251
+
226
252
  --hy-ref-color-orange-100: #ffffffff;
227
253
  --hy-ref-color-orange-99: #fffbffff;
228
254
  --hy-ref-color-orange-98: #fff8f5ff;
@@ -239,6 +265,7 @@
239
265
  --hy-ref-color-orange-20: #502400ff;
240
266
  --hy-ref-color-orange-10: #311300ff;
241
267
  --hy-ref-color-orange-0: #000000ff;
268
+
242
269
  --hy-ref-color-chartreuse-100: #ffffffff;
243
270
  --hy-ref-color-chartreuse-99: #f8ffebff;
244
271
  --hy-ref-color-chartreuse-98: #eeffdcff;
@@ -255,6 +282,7 @@
255
282
  --hy-ref-color-chartreuse-20: #173800ff;
256
283
  --hy-ref-color-chartreuse-10: #0b2000ff;
257
284
  --hy-ref-color-chartreuse-0: #000000ff;
285
+
258
286
  --hy-ref-color-spring-green-100: #ffffffff;
259
287
  --hy-ref-color-spring-green-99: #f5fff2ff;
260
288
  --hy-ref-color-spring-green-98: #eaffe9ff;
@@ -271,6 +299,7 @@
271
299
  --hy-ref-color-spring-green-20: #003917ff;
272
300
  --hy-ref-color-spring-green-10: #00210bff;
273
301
  --hy-ref-color-spring-green-0: #000000ff;
302
+
274
303
  --hy-ref-color-azure-100: #ffffffff;
275
304
  --hy-ref-color-azure-99: #fdfbffff;
276
305
  --hy-ref-color-azure-98: #f9f9ffff;
@@ -287,6 +316,7 @@
287
316
  --hy-ref-color-azure-20: #002f65ff;
288
317
  --hy-ref-color-azure-10: #001b3fff;
289
318
  --hy-ref-color-azure-0: #000000ff;
319
+
290
320
  --hy-ref-color-violet-100: #ffffffff;
291
321
  --hy-ref-color-violet-99: #fffbffff;
292
322
  --hy-ref-color-violet-98: #fef7ffff;
@@ -303,6 +333,7 @@
303
333
  --hy-ref-color-violet-20: #42008aff;
304
334
  --hy-ref-color-violet-10: #270057ff;
305
335
  --hy-ref-color-violet-0: #000000ff;
336
+
306
337
  --hy-ref-color-rose-100: #ffffffff;
307
338
  --hy-ref-color-rose-99: #fffbffff;
308
339
  --hy-ref-color-rose-98: #fff8f8ff;
@@ -319,113 +350,222 @@
319
350
  --hy-ref-color-rose-20: #65002fff;
320
351
  --hy-ref-color-rose-10: #3f001bff;
321
352
  --hy-ref-color-rose-0: #000000ff;
322
- --hy-color-primary: var(--hy-ref-color-primary-40);
323
- --hy-color-on-primary: var(--hy-ref-color-primary-100);
324
- --hy-color-primary-container: var(--hy-ref-color-primary-90);
325
- --hy-color-on-primary-container: var(--hy-ref-color-primary-10);
326
- --hy-color-secondary: var(--hy-ref-color-secondary-40);
327
- --hy-color-on-secondary: var(--hy-ref-color-secondary-100);
328
- --hy-color-secondary-container: var(--hy-ref-color-secondary-90);
329
- --hy-color-on-secondary-container: var(--hy-ref-color-secondary-10);
330
- --hy-color-tertiary: var(--hy-ref-color-tertiary-40);
331
- --hy-color-on-tertiary: var(--hy-ref-color-tertiary-100);
332
- --hy-color-tertiary-container: var(--hy-ref-color-tertiary-90);
333
- --hy-color-on-tertiary-container: var(--hy-ref-color-tertiary-10);
334
- --hy-color-error: var(--hy-ref-color-error-40);
335
- --hy-color-on-error: var(--hy-ref-color-error-100);
336
- --hy-color-error-container: var(--hy-ref-color-error-90);
337
- --hy-color-on-error-container: var(--hy-ref-color-error-10);
338
- --hy-color-warning: var(--hy-ref-color-warning-40);
339
- --hy-color-on-warning: var(--hy-ref-color-warning-100);
340
- --hy-color-warning-container: var(--hy-ref-color-warning-90);
341
- --hy-color-on-warning-container: var(--hy-ref-color-warning-10);
342
- --hy-color-background: var(--hy-ref-color-neutral-99);
343
- --hy-color-on-background: var(--hy-ref-color-neutral-10);
344
- --hy-color-surface: var(--hy-ref-color-neutral-98);
345
- --hy-color-on-surface: var(--hy-ref-color-neutral-10);
346
- --hy-color-surface-variant: var(--hy-ref-color-neutral-variant-90);
347
- --hy-color-on-surface-variant: var(--hy-ref-color-neutral-variant-30);
348
- --hy-color-inverse-surface: var(--hy-ref-color-neutral-20);
349
- --hy-color-inverse-on-surface: var(--hy-ref-color-neutral-95);
350
- --hy-color-inverse-primary: var(--hy-ref-color-primary-80);
351
- --hy-color-outline: var(--hy-ref-color-neutral-50);
352
- --hy-color-outline-variant: var(--hy-ref-color-neutral-variant-80);
353
- --hy-color-shadow: var(--hy-ref-color-neutral-0);
354
- --hy-color-scrim: var(--hy-ref-color-neutral-0);
355
- --hy-color-surface-tint: var(--hy-ref-color-primary-40);
356
- --hy-color-primary-fixed: var(--hy-ref-color-primary-90);
357
- --hy-color-on-primary-fixed: var(--hy-ref-color-primary-10);
358
- --hy-color-primary-fixed-dim: var(--hy-ref-color-primary-80);
359
- --hy-color-on-primary-fixed-variant: var(--hy-ref-color-primary-30);
360
- --hy-color-secondary-fixed: var(--hy-ref-color-secondary-90);
361
- --hy-color-on-secondary-fixed: var(--hy-ref-color-secondary-10);
362
- --hy-color-secondary-fixed-dim: var(--hy-ref-color-secondary-80);
363
- --hy-color-on-secondary-fixed-variant: var(--hy-ref-color-secondary-30);
364
- --hy-color-tertiary-fixed: var(--hy-ref-color-tertiary-90);
365
- --hy-color-on-tertiary-fixed: var(--hy-ref-color-tertiary-10);
366
- --hy-color-tertiary-fixed-dim: var(--hy-ref-color-tertiary-80);
367
- --hy-color-on-tertiary-fixed-variant: var(--hy-ref-color-tertiary-30);
368
- --hy-color-surface-dim: var(--hy-ref-color-neutral-90);
369
- --hy-color-surface-bright: var(--hy-ref-color-neutral-98);
370
- --hy-color-surface-container-lowest: var(--hy-ref-color-neutral-100);
371
- --hy-color-surface-container-low: var(--hy-ref-color-neutral-95);
372
- --hy-color-surface-container: var(--hy-ref-color-neutral-95);
373
- --hy-color-surface-container-high: var(--hy-ref-color-neutral-90);
374
- --hy-color-surface-container-highest: var(--hy-ref-color-neutral-90);
375
- }
376
353
 
377
- :root.dark {
378
- --hy-color-primary: var(--hy-ref-color-primary-80);
379
- --hy-color-on-primary: var(--hy-ref-color-primary-20);
380
- --hy-color-primary-container: var(--hy-ref-color-primary-30);
381
- --hy-color-on-primary-container: var(--hy-ref-color-primary-90);
382
- --hy-color-secondary: var(--hy-ref-color-secondary-80);
383
- --hy-color-on-secondary: var(--hy-ref-color-secondary-20);
384
- --hy-color-secondary-container: var(--hy-ref-color-secondary-30);
385
- --hy-color-on-secondary-container: var(--hy-ref-color-secondary-90);
386
- --hy-color-tertiary: var(--hy-ref-color-tertiary-80);
387
- --hy-color-on-tertiary: var(--hy-ref-color-tertiary-20);
388
- --hy-color-tertiary-container: var(--hy-ref-color-tertiary-30);
389
- --hy-color-on-tertiary-container: var(--hy-ref-color-tertiary-90);
390
- --hy-color-error: var(--hy-ref-color-error-80);
391
- --hy-color-on-error: var(--hy-ref-color-error-20);
392
- --hy-color-error-container: var(--hy-ref-color-error-30);
393
- --hy-color-on-error-container: var(--hy-ref-color-error-90);
394
- --hy-color-warning: var(--hy-ref-color-warning-80);
395
- --hy-color-on-warning: var(--hy-ref-color-warning-20);
396
- --hy-color-warning-container: var(--hy-ref-color-warning-30);
397
- --hy-color-on-warning-container: var(--hy-ref-color-warning-90);
398
- --hy-color-background: var(--hy-ref-color-neutral-10);
399
- --hy-color-on-background: var(--hy-ref-color-neutral-90);
400
- --hy-color-surface: var(--hy-ref-color-neutral-10);
401
- --hy-color-on-surface: var(--hy-ref-color-neutral-90);
402
- --hy-color-surface-variant: var(--hy-ref-color-neutral-variant-30);
403
- --hy-color-on-surface-variant: var(--hy-ref-color-neutral-variant-80);
404
- --hy-color-inverse-surface: var(--hy-ref-color-neutral-90);
405
- --hy-color-inverse-on-surface: var(--hy-ref-color-neutral-20);
406
- --hy-color-inverse-primary: var(--hy-ref-color-primary-40);
407
- --hy-color-outline: var(--hy-ref-color-neutral-60);
408
- --hy-color-outline-variant: var(--hy-ref-color-neutral-variant-30);
409
- --hy-color-shadow: var(--hy-ref-color-neutral-0);
410
- --hy-color-scrim: var(--hy-ref-color-neutral-0);
411
- --hy-color-surface-tint: var(--hy-ref-color-primary-80);
412
- --hy-color-primary-fixed: var(--hy-ref-color-primary-90);
413
- --hy-color-on-primary-fixed: var(--hy-ref-color-primary-10);
414
- --hy-color-primary-fixed-dim: var(--hy-ref-color-primary-80);
415
- --hy-color-on-primary-fixed-variant: var(--hy-ref-color-primary-30);
416
- --hy-color-secondary-fixed: var(--hy-ref-color-secondary-90);
417
- --hy-color-on-secondary-fixed: var(--hy-ref-color-secondary-10);
418
- --hy-color-secondary-fixed-dim: var(--hy-ref-color-secondary-80);
419
- --hy-color-on-secondary-fixed-variant: var(--hy-ref-color-secondary-30);
420
- --hy-color-tertiary-fixed: var(--hy-ref-color-tertiary-90);
421
- --hy-color-on-tertiary-fixed: var(--hy-ref-color-tertiary-10);
422
- --hy-color-tertiary-fixed-dim: var(--hy-ref-color-tertiary-80);
423
- --hy-color-on-tertiary-fixed-variant: var(--hy-ref-color-tertiary-30);
424
- --hy-color-surface-dim: var(--hy-ref-color-neutral-10);
425
- --hy-color-surface-bright: var(--hy-ref-color-neutral-20);
426
- --hy-color-surface-container-lowest: var(--hy-ref-color-neutral-5);
427
- --hy-color-surface-container-low: var(--hy-ref-color-neutral-10);
428
- --hy-color-surface-container: var(--hy-ref-color-neutral-15);
429
- --hy-color-surface-container-high: var(--hy-ref-color-neutral-15);
430
- --hy-color-surface-container-highest: var(--hy-ref-color-neutral-20);
354
+ /**
355
+ * ==========================================================================
356
+ * COLOR SYSTEMS
357
+ * ==========================================================================
358
+ */
359
+ --hy-color-primary: light-dark(
360
+ var(--hy-ref-color-primary-40),
361
+ var(--hy-ref-color-primary-80)
362
+ );
363
+ --hy-color-on-primary: light-dark(
364
+ var(--hy-ref-color-primary-100),
365
+ var(--hy-ref-color-primary-20)
366
+ );
367
+ --hy-color-primary-container: light-dark(
368
+ var(--hy-ref-color-primary-90),
369
+ var(--hy-ref-color-primary-30)
370
+ );
371
+ --hy-color-on-primary-container: light-dark(
372
+ var(--hy-ref-color-primary-10),
373
+ var(--hy-ref-color-primary-90)
374
+ );
375
+ --hy-color-secondary: light-dark(
376
+ var(--hy-ref-color-secondary-40),
377
+ var(--hy-ref-color-secondary-80)
378
+ );
379
+ --hy-color-on-secondary: light-dark(
380
+ var(--hy-ref-color-secondary-100),
381
+ var(--hy-ref-color-secondary-20)
382
+ );
383
+ --hy-color-secondary-container: light-dark(
384
+ var(--hy-ref-color-secondary-90),
385
+ var(--hy-ref-color-secondary-30)
386
+ );
387
+ --hy-color-on-secondary-container: light-dark(
388
+ var(--hy-ref-color-secondary-10),
389
+ var(--hy-ref-color-secondary-90)
390
+ );
391
+ --hy-color-tertiary: light-dark(
392
+ var(--hy-ref-color-tertiary-40),
393
+ var(--hy-ref-color-tertiary-80)
394
+ );
395
+ --hy-color-on-tertiary: light-dark(
396
+ var(--hy-ref-color-tertiary-100),
397
+ var(--hy-ref-color-tertiary-20)
398
+ );
399
+ --hy-color-tertiary-container: light-dark(
400
+ var(--hy-ref-color-tertiary-90),
401
+ var(--hy-ref-color-tertiary-30)
402
+ );
403
+ --hy-color-on-tertiary-container: light-dark(
404
+ var(--hy-ref-color-tertiary-10),
405
+ var(--hy-ref-color-tertiary-90)
406
+ );
407
+ --hy-color-error: light-dark(
408
+ var(--hy-ref-color-error-40),
409
+ var(--hy-ref-color-error-80)
410
+ );
411
+ --hy-color-on-error: light-dark(
412
+ var(--hy-ref-color-error-100),
413
+ var(--hy-ref-color-error-20)
414
+ );
415
+ --hy-color-error-container: light-dark(
416
+ var(--hy-ref-color-error-90),
417
+ var(--hy-ref-color-error-30)
418
+ );
419
+ --hy-color-on-error-container: light-dark(
420
+ var(--hy-ref-color-error-10),
421
+ var(--hy-ref-color-error-90)
422
+ );
423
+ --hy-color-warning: light-dark(
424
+ var(--hy-ref-color-warning-40),
425
+ var(--hy-ref-color-warning-80)
426
+ );
427
+ --hy-color-on-warning: light-dark(
428
+ var(--hy-ref-color-warning-100),
429
+ var(--hy-ref-color-warning-20)
430
+ );
431
+ --hy-color-warning-container: light-dark(
432
+ var(--hy-ref-color-warning-90),
433
+ var(--hy-ref-color-warning-30)
434
+ );
435
+ --hy-color-on-warning-container: light-dark(
436
+ var(--hy-ref-color-warning-10),
437
+ var(--hy-ref-color-warning-90)
438
+ );
439
+ --hy-color-background: light-dark(
440
+ var(--hy-ref-color-neutral-99),
441
+ var(--hy-ref-color-neutral-10)
442
+ );
443
+ --hy-color-on-background: light-dark(
444
+ var(--hy-ref-color-neutral-10),
445
+ var(--hy-ref-color-neutral-90)
446
+ );
447
+ --hy-color-surface: light-dark(
448
+ var(--hy-ref-color-neutral-98),
449
+ var(--hy-ref-color-neutral-10)
450
+ );
451
+ --hy-color-on-surface: light-dark(
452
+ var(--hy-ref-color-neutral-10),
453
+ var(--hy-ref-color-neutral-90)
454
+ );
455
+ --hy-color-surface-variant: light-dark(
456
+ var(--hy-ref-color-neutral-variant-90),
457
+ var(--hy-ref-color-neutral-variant-30)
458
+ );
459
+ --hy-color-on-surface-variant: light-dark(
460
+ var(--hy-ref-color-neutral-variant-30),
461
+ var(--hy-ref-color-neutral-variant-80)
462
+ );
463
+ --hy-color-inverse-surface: light-dark(
464
+ var(--hy-ref-color-neutral-20),
465
+ var(--hy-ref-color-neutral-90)
466
+ );
467
+ --hy-color-inverse-on-surface: light-dark(
468
+ var(--hy-ref-color-neutral-95),
469
+ var(--hy-ref-color-neutral-20)
470
+ );
471
+ --hy-color-inverse-primary: light-dark(
472
+ var(--hy-ref-color-primary-80),
473
+ var(--hy-ref-color-primary-40)
474
+ );
475
+ --hy-color-outline: light-dark(
476
+ var(--hy-ref-color-neutral-50),
477
+ var(--hy-ref-color-neutral-60)
478
+ );
479
+ --hy-color-outline-variant: light-dark(
480
+ var(--hy-ref-color-neutral-variant-80),
481
+ var(--hy-ref-color-neutral-variant-30)
482
+ );
483
+ --hy-color-shadow: light-dark(
484
+ var(--hy-ref-color-neutral-0),
485
+ var(--hy-ref-color-neutral-0)
486
+ );
487
+ --hy-color-scrim: light-dark(
488
+ var(--hy-ref-color-neutral-0),
489
+ var(--hy-ref-color-neutral-0)
490
+ );
491
+ --hy-color-surface-tint: light-dark(
492
+ var(--hy-ref-color-primary-40),
493
+ var(--hy-ref-color-primary-80)
494
+ );
495
+ --hy-color-primary-fixed: light-dark(
496
+ var(--hy-ref-color-primary-90),
497
+ var(--hy-ref-color-primary-90)
498
+ );
499
+ --hy-color-on-primary-fixed: light-dark(
500
+ var(--hy-ref-color-primary-10),
501
+ var(--hy-ref-color-primary-10)
502
+ );
503
+ --hy-color-primary-fixed-dim: light-dark(
504
+ var(--hy-ref-color-primary-80),
505
+ var(--hy-ref-color-primary-80)
506
+ );
507
+ --hy-color-on-primary-fixed-variant: light-dark(
508
+ var(--hy-ref-color-primary-30),
509
+ var(--hy-ref-color-primary-30)
510
+ );
511
+ --hy-color-secondary-fixed: light-dark(
512
+ var(--hy-ref-color-secondary-90),
513
+ var(--hy-ref-color-secondary-90)
514
+ );
515
+ --hy-color-on-secondary-fixed: light-dark(
516
+ var(--hy-ref-color-secondary-10),
517
+ var(--hy-ref-color-secondary-10)
518
+ );
519
+ --hy-color-secondary-fixed-dim: light-dark(
520
+ var(--hy-ref-color-secondary-80),
521
+ var(--hy-ref-color-secondary-80)
522
+ );
523
+ --hy-color-on-secondary-fixed-variant: light-dark(
524
+ var(--hy-ref-color-secondary-30),
525
+ var(--hy-ref-color-secondary-30)
526
+ );
527
+ --hy-color-tertiary-fixed: light-dark(
528
+ var(--hy-ref-color-tertiary-90),
529
+ var(--hy-ref-color-tertiary-90)
530
+ );
531
+ --hy-color-on-tertiary-fixed: light-dark(
532
+ var(--hy-ref-color-tertiary-10),
533
+ var(--hy-ref-color-tertiary-10)
534
+ );
535
+ --hy-color-tertiary-fixed-dim: light-dark(
536
+ var(--hy-ref-color-tertiary-80),
537
+ var(--hy-ref-color-tertiary-80)
538
+ );
539
+ --hy-color-on-tertiary-fixed-variant: light-dark(
540
+ var(--hy-ref-color-tertiary-30),
541
+ var(--hy-ref-color-tertiary-30)
542
+ );
543
+ --hy-color-surface-dim: light-dark(
544
+ var(--hy-ref-color-neutral-90),
545
+ var(--hy-ref-color-neutral-10)
546
+ );
547
+ --hy-color-surface-bright: light-dark(
548
+ var(--hy-ref-color-neutral-98),
549
+ var(--hy-ref-color-neutral-20)
550
+ );
551
+ --hy-color-surface-container-lowest: light-dark(
552
+ var(--hy-ref-color-neutral-100),
553
+ var(--hy-ref-color-neutral-5)
554
+ );
555
+ --hy-color-surface-container-low: light-dark(
556
+ var(--hy-ref-color-neutral-95),
557
+ var(--hy-ref-color-neutral-10)
558
+ );
559
+ --hy-color-surface-container: light-dark(
560
+ var(--hy-ref-color-neutral-95),
561
+ var(--hy-ref-color-neutral-15)
562
+ );
563
+ --hy-color-surface-container-high: light-dark(
564
+ var(--hy-ref-color-neutral-90),
565
+ var(--hy-ref-color-neutral-15)
566
+ );
567
+ --hy-color-surface-container-highest: light-dark(
568
+ var(--hy-ref-color-neutral-90),
569
+ var(--hy-ref-color-neutral-20)
570
+ );
431
571
  }