pi-kiosk-shared 2.3.20 → 2.3.21

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.
@@ -1,545 +1,545 @@
1
- {
2
- "schemaVersion": 1,
3
- "generatedAt": "2026-08-01T10:43:15.394Z",
4
- "source": "shared/scripts/gate-tokens-sync.mjs",
5
- "inputs": [
6
- "brand-bridge.css",
7
- "theme.css",
8
- "admin-theme.css"
9
- ],
10
- "files": [
11
- {
12
- "file": "brand-bridge.css",
13
- "properties": {
14
- "--font-family-primary": "ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
15
- "--font-family-mono": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
16
- "--color-brand-primary": "#1f6f78",
17
- "--color-brand-deep": "#174b52",
18
- "--color-brand-accent": "#58a9b5",
19
- "--color-brand-soft": "#eef6f7",
20
- "--color-brand-text": "#2a3136",
21
- "--color-brand-limestone": "#d8d2c8",
22
- "--color-surface-default": "#ffffff",
23
- "--color-neutral-950": "#0f172a",
24
- "--color-neutral-100": "#f1f5f9",
25
- "--color-neutral-200": "#e2e8f0",
26
- "--brand-consumer-accent": "var(--color-brand-primary)",
27
- "--brand-consumer-accent-soft": "var(--color-brand-soft)",
28
- "--brand-consumer-accent-foreground": "var(--color-surface-default)",
29
- "--brand-admin-accent": "#171717",
30
- "--brand-admin-primary": "#18181b",
31
- "--brand-rail-sidebar-bg": "#0a0a0a",
32
- "--brand-rail-sidebar-bg-deep": "#000000",
33
- "--brand-rail-sidebar-text": "#fafafa",
34
- "--brand-rail-sidebar-muted": "#a3a3a3",
35
- "--brand-rail-sidebar-active": "var(--brand-admin-accent)",
36
- "--brand-rail-sidebar-hover": "rgba(255, 255, 255, 0.08)",
37
- "--brand-rail-page-bg": "var(--color-neutral-100)",
38
- "--brand-rail-card-border": "var(--color-neutral-200)",
39
- "--brand-rail-kpi-up": "#05805a",
40
- "--brand-rail-kpi-down": "#da2325",
41
- "--color-accent": "var(--brand-consumer-accent)",
42
- "--color-focus-ring": "var(--brand-consumer-accent)",
43
- "--color-rail-sidebar-bg": "var(--brand-rail-sidebar-bg)",
44
- "--color-rail-sidebar-text": "var(--brand-rail-sidebar-text)",
45
- "--color-rail-sidebar-muted": "var(--brand-rail-sidebar-muted)",
46
- "--color-rail-sidebar-active": "var(--brand-rail-sidebar-active)",
47
- "--color-rail-sidebar-hover": "var(--brand-rail-sidebar-hover)",
48
- "--color-rail-page-bg": "var(--brand-rail-page-bg)",
49
- "--color-rail-card-border": "var(--brand-rail-card-border)",
50
- "--color-rail-kpi-up": "var(--brand-rail-kpi-up)",
51
- "--color-rail-kpi-down": "var(--brand-rail-kpi-down)",
52
- "--color-an-chart-1": "var(--brand-admin-primary)"
53
- },
54
- "count": 39
55
- },
56
- {
57
- "file": "theme.css",
58
- "properties": {
59
- "--color-surface": "var(--color-surface-default)",
60
- "--color-surface-muted": "#f8fafc",
61
- "--color-surface-elevated": "var(--color-surface-default)",
62
- "--color-surface-hover": "var(--color-neutral-100)",
63
- "--color-on-surface": "var(--color-neutral-950)",
64
- "--color-on-surface-muted": "#475569",
65
- "--color-on-surface-disabled": "#94a3b8",
66
- "--color-primary": "var(--color-neutral-950)",
67
- "--color-primary-foreground": "#f8fafc",
68
- "--color-accent": "var(--brand-consumer-accent)",
69
- "--color-accent-foreground": "var(--brand-consumer-accent-foreground)",
70
- "--color-on-accent": "var(--color-accent-foreground)",
71
- "--color-accent-hover": "#001a33",
72
- "--color-success": "#16a34a",
73
- "--color-success-foreground": "#ecfdf5",
74
- "--color-danger": "#dc2626",
75
- "--color-danger-foreground": "#fef2f2",
76
- "--color-warning": "#d97706",
77
- "--color-warning-foreground": "#fffbeb",
78
- "--color-border": "var(--color-neutral-200)",
79
- "--color-border-strong": "#cbd5e1",
80
- "--color-focus-ring": "var(--brand-consumer-accent)",
81
- "--color-qr-render-dark": "#000000",
82
- "--color-qr-render-light": "var(--color-surface-default)",
83
- "--color-disabled-opacity": "0.55",
84
- "--radius-sm": "0.375rem",
85
- "--radius-md": "0.5rem",
86
- "--radius-lg": "0.75rem",
87
- "--radius-xl": "1rem",
88
- "--shadow-card": "0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.04)",
89
- "--shadow-popover": "0 6px 24px rgba(15, 23, 42, 0.12)",
90
- "--motion-duration-fast": "120ms",
91
- "--motion-duration-base": "200ms",
92
- "--motion-easing-standard": "cubic-bezier(0.2, 0.8, 0.2, 1)"
93
- },
94
- "count": 34
95
- },
96
- {
97
- "file": "admin-theme.css",
98
- "properties": {
99
- "--color-an-bg": "#f4f4f5",
100
- "--color-an-bg-elevated": "var(--color-surface-default)",
101
- "--color-an-surface": "var(--color-surface-default)",
102
- "--color-an-surface-muted": "#f4f4f5",
103
- "--color-an-surface-hover": "#e4e4e7",
104
- "--color-an-surface-disabled": "#f4f4f5",
105
- "--color-an-text": "#09090b",
106
- "--color-an-text-muted": "#52525b",
107
- "--color-an-text-disabled": "#71717a",
108
- "--color-an-border": "#e4e4e7",
109
- "--color-an-border-hover": "#d4d4d8",
110
- "--color-an-primary": "var(--brand-admin-primary)",
111
- "--color-an-primary-hover": "#09090b",
112
- "--color-an-primary-soft": "#f4f4f5",
113
- "--color-an-focus-ring": "#52525b",
114
- "--color-an-danger": "var(--color-error)",
115
- "--color-an-success": "var(--color-success)",
116
- "--color-an-warn": "var(--color-warning)",
117
- "--color-an-info": "#52525b",
118
- "--color-an-disabled-opacity": "0.55",
119
- "--color-an-chart-1": "#2563eb",
120
- "--color-an-chart-2": "#0d9488",
121
- "--color-an-chart-3": "#d97706",
122
- "--color-an-chart-4": "#dc2626",
123
- "--color-an-chart-5": "#9333ea",
124
- "--color-an-chart-6": "#0891b2",
125
- "--color-shell-bg": "#f4f4f5",
126
- "--color-shell-surface": "var(--color-surface-default)",
127
- "--color-shell-border": "#e4e4e7",
128
- "--color-shell-text": "#09090b",
129
- "--color-rail-sidebar-bg": "var(--brand-rail-sidebar-bg)",
130
- "--color-rail-sidebar-text": "var(--brand-rail-sidebar-text)",
131
- "--color-rail-sidebar-muted": "var(--brand-rail-sidebar-muted)",
132
- "--color-rail-sidebar-active": "var(--brand-rail-sidebar-active)",
133
- "--color-rail-sidebar-hover": "var(--brand-rail-sidebar-hover)",
134
- "--color-rail-page-bg": "#f4f4f5",
135
- "--color-rail-card-border": "#e4e4e7",
136
- "--color-rail-kpi-up": "var(--brand-rail-kpi-up)",
137
- "--color-rail-kpi-down": "var(--brand-rail-kpi-down)"
138
- },
139
- "count": 39
140
- }
141
- ],
142
- "mergedPropertyCount": 100,
143
- "properties": {
144
- "--font-family-primary": {
145
- "file": "brand-bridge.css",
146
- "value": "ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'"
147
- },
148
- "--font-family-mono": {
149
- "file": "brand-bridge.css",
150
- "value": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
151
- },
152
- "--color-brand-primary": {
153
- "file": "brand-bridge.css",
154
- "value": "#1f6f78"
155
- },
156
- "--color-brand-deep": {
157
- "file": "brand-bridge.css",
158
- "value": "#174b52"
159
- },
160
- "--color-brand-accent": {
161
- "file": "brand-bridge.css",
162
- "value": "#58a9b5"
163
- },
164
- "--color-brand-soft": {
165
- "file": "brand-bridge.css",
166
- "value": "#eef6f7"
167
- },
168
- "--color-brand-text": {
169
- "file": "brand-bridge.css",
170
- "value": "#2a3136"
171
- },
172
- "--color-brand-limestone": {
173
- "file": "brand-bridge.css",
174
- "value": "#d8d2c8"
175
- },
176
- "--color-surface-default": {
177
- "file": "brand-bridge.css",
178
- "value": "#ffffff"
179
- },
180
- "--color-neutral-950": {
181
- "file": "brand-bridge.css",
182
- "value": "#0f172a"
183
- },
184
- "--color-neutral-100": {
185
- "file": "brand-bridge.css",
186
- "value": "#f1f5f9"
187
- },
188
- "--color-neutral-200": {
189
- "file": "brand-bridge.css",
190
- "value": "#e2e8f0"
191
- },
192
- "--brand-consumer-accent": {
193
- "file": "brand-bridge.css",
194
- "value": "var(--color-brand-primary)"
195
- },
196
- "--brand-consumer-accent-soft": {
197
- "file": "brand-bridge.css",
198
- "value": "var(--color-brand-soft)"
199
- },
200
- "--brand-consumer-accent-foreground": {
201
- "file": "brand-bridge.css",
202
- "value": "var(--color-surface-default)"
203
- },
204
- "--brand-admin-accent": {
205
- "file": "brand-bridge.css",
206
- "value": "#171717"
207
- },
208
- "--brand-admin-primary": {
209
- "file": "brand-bridge.css",
210
- "value": "#18181b"
211
- },
212
- "--brand-rail-sidebar-bg": {
213
- "file": "brand-bridge.css",
214
- "value": "#0a0a0a"
215
- },
216
- "--brand-rail-sidebar-bg-deep": {
217
- "file": "brand-bridge.css",
218
- "value": "#000000"
219
- },
220
- "--brand-rail-sidebar-text": {
221
- "file": "brand-bridge.css",
222
- "value": "#fafafa"
223
- },
224
- "--brand-rail-sidebar-muted": {
225
- "file": "brand-bridge.css",
226
- "value": "#a3a3a3"
227
- },
228
- "--brand-rail-sidebar-active": {
229
- "file": "brand-bridge.css",
230
- "value": "var(--brand-admin-accent)"
231
- },
232
- "--brand-rail-sidebar-hover": {
233
- "file": "brand-bridge.css",
234
- "value": "rgba(255, 255, 255, 0.08)"
235
- },
236
- "--brand-rail-page-bg": {
237
- "file": "brand-bridge.css",
238
- "value": "var(--color-neutral-100)"
239
- },
240
- "--brand-rail-card-border": {
241
- "file": "brand-bridge.css",
242
- "value": "var(--color-neutral-200)"
243
- },
244
- "--brand-rail-kpi-up": {
245
- "file": "brand-bridge.css",
246
- "value": "#05805a"
247
- },
248
- "--brand-rail-kpi-down": {
249
- "file": "brand-bridge.css",
250
- "value": "#da2325"
251
- },
252
- "--color-accent": {
253
- "file": "theme.css",
254
- "value": "var(--brand-consumer-accent)"
255
- },
256
- "--color-focus-ring": {
257
- "file": "theme.css",
258
- "value": "var(--brand-consumer-accent)"
259
- },
260
- "--color-rail-sidebar-bg": {
261
- "file": "admin-theme.css",
262
- "value": "var(--brand-rail-sidebar-bg)"
263
- },
264
- "--color-rail-sidebar-text": {
265
- "file": "admin-theme.css",
266
- "value": "var(--brand-rail-sidebar-text)"
267
- },
268
- "--color-rail-sidebar-muted": {
269
- "file": "admin-theme.css",
270
- "value": "var(--brand-rail-sidebar-muted)"
271
- },
272
- "--color-rail-sidebar-active": {
273
- "file": "admin-theme.css",
274
- "value": "var(--brand-rail-sidebar-active)"
275
- },
276
- "--color-rail-sidebar-hover": {
277
- "file": "admin-theme.css",
278
- "value": "var(--brand-rail-sidebar-hover)"
279
- },
280
- "--color-rail-page-bg": {
281
- "file": "admin-theme.css",
282
- "value": "#f4f4f5"
283
- },
284
- "--color-rail-card-border": {
285
- "file": "admin-theme.css",
286
- "value": "#e4e4e7"
287
- },
288
- "--color-rail-kpi-up": {
289
- "file": "admin-theme.css",
290
- "value": "var(--brand-rail-kpi-up)"
291
- },
292
- "--color-rail-kpi-down": {
293
- "file": "admin-theme.css",
294
- "value": "var(--brand-rail-kpi-down)"
295
- },
296
- "--color-an-chart-1": {
297
- "file": "admin-theme.css",
298
- "value": "#2563eb"
299
- },
300
- "--color-surface": {
301
- "file": "theme.css",
302
- "value": "var(--color-surface-default)"
303
- },
304
- "--color-surface-muted": {
305
- "file": "theme.css",
306
- "value": "#f8fafc"
307
- },
308
- "--color-surface-elevated": {
309
- "file": "theme.css",
310
- "value": "var(--color-surface-default)"
311
- },
312
- "--color-surface-hover": {
313
- "file": "theme.css",
314
- "value": "var(--color-neutral-100)"
315
- },
316
- "--color-on-surface": {
317
- "file": "theme.css",
318
- "value": "var(--color-neutral-950)"
319
- },
320
- "--color-on-surface-muted": {
321
- "file": "theme.css",
322
- "value": "#475569"
323
- },
324
- "--color-on-surface-disabled": {
325
- "file": "theme.css",
326
- "value": "#94a3b8"
327
- },
328
- "--color-primary": {
329
- "file": "theme.css",
330
- "value": "var(--color-neutral-950)"
331
- },
332
- "--color-primary-foreground": {
333
- "file": "theme.css",
334
- "value": "#f8fafc"
335
- },
336
- "--color-accent-foreground": {
337
- "file": "theme.css",
338
- "value": "var(--brand-consumer-accent-foreground)"
339
- },
340
- "--color-on-accent": {
341
- "file": "theme.css",
342
- "value": "var(--color-accent-foreground)"
343
- },
344
- "--color-accent-hover": {
345
- "file": "theme.css",
346
- "value": "#001a33"
347
- },
348
- "--color-success": {
349
- "file": "theme.css",
350
- "value": "#16a34a"
351
- },
352
- "--color-success-foreground": {
353
- "file": "theme.css",
354
- "value": "#ecfdf5"
355
- },
356
- "--color-danger": {
357
- "file": "theme.css",
358
- "value": "#dc2626"
359
- },
360
- "--color-danger-foreground": {
361
- "file": "theme.css",
362
- "value": "#fef2f2"
363
- },
364
- "--color-warning": {
365
- "file": "theme.css",
366
- "value": "#d97706"
367
- },
368
- "--color-warning-foreground": {
369
- "file": "theme.css",
370
- "value": "#fffbeb"
371
- },
372
- "--color-border": {
373
- "file": "theme.css",
374
- "value": "var(--color-neutral-200)"
375
- },
376
- "--color-border-strong": {
377
- "file": "theme.css",
378
- "value": "#cbd5e1"
379
- },
380
- "--color-qr-render-dark": {
381
- "file": "theme.css",
382
- "value": "#000000"
383
- },
384
- "--color-qr-render-light": {
385
- "file": "theme.css",
386
- "value": "var(--color-surface-default)"
387
- },
388
- "--color-disabled-opacity": {
389
- "file": "theme.css",
390
- "value": "0.55"
391
- },
392
- "--radius-sm": {
393
- "file": "theme.css",
394
- "value": "0.375rem"
395
- },
396
- "--radius-md": {
397
- "file": "theme.css",
398
- "value": "0.5rem"
399
- },
400
- "--radius-lg": {
401
- "file": "theme.css",
402
- "value": "0.75rem"
403
- },
404
- "--radius-xl": {
405
- "file": "theme.css",
406
- "value": "1rem"
407
- },
408
- "--shadow-card": {
409
- "file": "theme.css",
410
- "value": "0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.04)"
411
- },
412
- "--shadow-popover": {
413
- "file": "theme.css",
414
- "value": "0 6px 24px rgba(15, 23, 42, 0.12)"
415
- },
416
- "--motion-duration-fast": {
417
- "file": "theme.css",
418
- "value": "120ms"
419
- },
420
- "--motion-duration-base": {
421
- "file": "theme.css",
422
- "value": "200ms"
423
- },
424
- "--motion-easing-standard": {
425
- "file": "theme.css",
426
- "value": "cubic-bezier(0.2, 0.8, 0.2, 1)"
427
- },
428
- "--color-an-bg": {
429
- "file": "admin-theme.css",
430
- "value": "#f4f4f5"
431
- },
432
- "--color-an-bg-elevated": {
433
- "file": "admin-theme.css",
434
- "value": "var(--color-surface-default)"
435
- },
436
- "--color-an-surface": {
437
- "file": "admin-theme.css",
438
- "value": "var(--color-surface-default)"
439
- },
440
- "--color-an-surface-muted": {
441
- "file": "admin-theme.css",
442
- "value": "#f4f4f5"
443
- },
444
- "--color-an-surface-hover": {
445
- "file": "admin-theme.css",
446
- "value": "#e4e4e7"
447
- },
448
- "--color-an-surface-disabled": {
449
- "file": "admin-theme.css",
450
- "value": "#f4f4f5"
451
- },
452
- "--color-an-text": {
453
- "file": "admin-theme.css",
454
- "value": "#09090b"
455
- },
456
- "--color-an-text-muted": {
457
- "file": "admin-theme.css",
458
- "value": "#52525b"
459
- },
460
- "--color-an-text-disabled": {
461
- "file": "admin-theme.css",
462
- "value": "#71717a"
463
- },
464
- "--color-an-border": {
465
- "file": "admin-theme.css",
466
- "value": "#e4e4e7"
467
- },
468
- "--color-an-border-hover": {
469
- "file": "admin-theme.css",
470
- "value": "#d4d4d8"
471
- },
472
- "--color-an-primary": {
473
- "file": "admin-theme.css",
474
- "value": "var(--brand-admin-primary)"
475
- },
476
- "--color-an-primary-hover": {
477
- "file": "admin-theme.css",
478
- "value": "#09090b"
479
- },
480
- "--color-an-primary-soft": {
481
- "file": "admin-theme.css",
482
- "value": "#f4f4f5"
483
- },
484
- "--color-an-focus-ring": {
485
- "file": "admin-theme.css",
486
- "value": "#52525b"
487
- },
488
- "--color-an-danger": {
489
- "file": "admin-theme.css",
490
- "value": "var(--color-error)"
491
- },
492
- "--color-an-success": {
493
- "file": "admin-theme.css",
494
- "value": "var(--color-success)"
495
- },
496
- "--color-an-warn": {
497
- "file": "admin-theme.css",
498
- "value": "var(--color-warning)"
499
- },
500
- "--color-an-info": {
501
- "file": "admin-theme.css",
502
- "value": "#52525b"
503
- },
504
- "--color-an-disabled-opacity": {
505
- "file": "admin-theme.css",
506
- "value": "0.55"
507
- },
508
- "--color-an-chart-2": {
509
- "file": "admin-theme.css",
510
- "value": "#0d9488"
511
- },
512
- "--color-an-chart-3": {
513
- "file": "admin-theme.css",
514
- "value": "#d97706"
515
- },
516
- "--color-an-chart-4": {
517
- "file": "admin-theme.css",
518
- "value": "#dc2626"
519
- },
520
- "--color-an-chart-5": {
521
- "file": "admin-theme.css",
522
- "value": "#9333ea"
523
- },
524
- "--color-an-chart-6": {
525
- "file": "admin-theme.css",
526
- "value": "#0891b2"
527
- },
528
- "--color-shell-bg": {
529
- "file": "admin-theme.css",
530
- "value": "#f4f4f5"
531
- },
532
- "--color-shell-surface": {
533
- "file": "admin-theme.css",
534
- "value": "var(--color-surface-default)"
535
- },
536
- "--color-shell-border": {
537
- "file": "admin-theme.css",
538
- "value": "#e4e4e7"
539
- },
540
- "--color-shell-text": {
541
- "file": "admin-theme.css",
542
- "value": "#09090b"
543
- }
544
- }
545
- }
1
+ {
2
+ "schemaVersion": 1,
3
+ "generatedAt": "2026-08-01T10:43:15.394Z",
4
+ "source": "shared/scripts/gate-tokens-sync.mjs",
5
+ "inputs": [
6
+ "brand-bridge.css",
7
+ "theme.css",
8
+ "admin-theme.css"
9
+ ],
10
+ "files": [
11
+ {
12
+ "file": "brand-bridge.css",
13
+ "properties": {
14
+ "--font-family-primary": "ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
15
+ "--font-family-mono": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
16
+ "--color-brand-primary": "#1f6f78",
17
+ "--color-brand-deep": "#174b52",
18
+ "--color-brand-accent": "#58a9b5",
19
+ "--color-brand-soft": "#eef6f7",
20
+ "--color-brand-text": "#2a3136",
21
+ "--color-brand-limestone": "#d8d2c8",
22
+ "--color-surface-default": "#ffffff",
23
+ "--color-neutral-950": "#0f172a",
24
+ "--color-neutral-100": "#f1f5f9",
25
+ "--color-neutral-200": "#e2e8f0",
26
+ "--brand-consumer-accent": "var(--color-brand-primary)",
27
+ "--brand-consumer-accent-soft": "var(--color-brand-soft)",
28
+ "--brand-consumer-accent-foreground": "var(--color-surface-default)",
29
+ "--brand-admin-accent": "#171717",
30
+ "--brand-admin-primary": "#18181b",
31
+ "--brand-rail-sidebar-bg": "#0a0a0a",
32
+ "--brand-rail-sidebar-bg-deep": "#000000",
33
+ "--brand-rail-sidebar-text": "#fafafa",
34
+ "--brand-rail-sidebar-muted": "#a3a3a3",
35
+ "--brand-rail-sidebar-active": "var(--brand-admin-accent)",
36
+ "--brand-rail-sidebar-hover": "rgba(255, 255, 255, 0.08)",
37
+ "--brand-rail-page-bg": "var(--color-neutral-100)",
38
+ "--brand-rail-card-border": "var(--color-neutral-200)",
39
+ "--brand-rail-kpi-up": "#05805a",
40
+ "--brand-rail-kpi-down": "#da2325",
41
+ "--color-accent": "var(--brand-consumer-accent)",
42
+ "--color-focus-ring": "var(--brand-consumer-accent)",
43
+ "--color-rail-sidebar-bg": "var(--brand-rail-sidebar-bg)",
44
+ "--color-rail-sidebar-text": "var(--brand-rail-sidebar-text)",
45
+ "--color-rail-sidebar-muted": "var(--brand-rail-sidebar-muted)",
46
+ "--color-rail-sidebar-active": "var(--brand-rail-sidebar-active)",
47
+ "--color-rail-sidebar-hover": "var(--brand-rail-sidebar-hover)",
48
+ "--color-rail-page-bg": "var(--brand-rail-page-bg)",
49
+ "--color-rail-card-border": "var(--brand-rail-card-border)",
50
+ "--color-rail-kpi-up": "var(--brand-rail-kpi-up)",
51
+ "--color-rail-kpi-down": "var(--brand-rail-kpi-down)",
52
+ "--color-an-chart-1": "var(--brand-admin-primary)"
53
+ },
54
+ "count": 39
55
+ },
56
+ {
57
+ "file": "theme.css",
58
+ "properties": {
59
+ "--color-surface": "var(--color-surface-default)",
60
+ "--color-surface-muted": "#f8fafc",
61
+ "--color-surface-elevated": "var(--color-surface-default)",
62
+ "--color-surface-hover": "var(--color-neutral-100)",
63
+ "--color-on-surface": "var(--color-neutral-950)",
64
+ "--color-on-surface-muted": "#475569",
65
+ "--color-on-surface-disabled": "#94a3b8",
66
+ "--color-primary": "var(--color-neutral-950)",
67
+ "--color-primary-foreground": "#f8fafc",
68
+ "--color-accent": "var(--brand-consumer-accent)",
69
+ "--color-accent-foreground": "var(--brand-consumer-accent-foreground)",
70
+ "--color-on-accent": "var(--color-accent-foreground)",
71
+ "--color-accent-hover": "#001a33",
72
+ "--color-success": "#16a34a",
73
+ "--color-success-foreground": "#ecfdf5",
74
+ "--color-danger": "#dc2626",
75
+ "--color-danger-foreground": "#fef2f2",
76
+ "--color-warning": "#d97706",
77
+ "--color-warning-foreground": "#fffbeb",
78
+ "--color-border": "var(--color-neutral-200)",
79
+ "--color-border-strong": "#cbd5e1",
80
+ "--color-focus-ring": "var(--brand-consumer-accent)",
81
+ "--color-qr-render-dark": "#000000",
82
+ "--color-qr-render-light": "var(--color-surface-default)",
83
+ "--color-disabled-opacity": "0.55",
84
+ "--radius-sm": "0.375rem",
85
+ "--radius-md": "0.5rem",
86
+ "--radius-lg": "0.75rem",
87
+ "--radius-xl": "1rem",
88
+ "--shadow-card": "0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.04)",
89
+ "--shadow-popover": "0 6px 24px rgba(15, 23, 42, 0.12)",
90
+ "--motion-duration-fast": "120ms",
91
+ "--motion-duration-base": "200ms",
92
+ "--motion-easing-standard": "cubic-bezier(0.2, 0.8, 0.2, 1)"
93
+ },
94
+ "count": 34
95
+ },
96
+ {
97
+ "file": "admin-theme.css",
98
+ "properties": {
99
+ "--color-an-bg": "#f4f4f5",
100
+ "--color-an-bg-elevated": "var(--color-surface-default)",
101
+ "--color-an-surface": "var(--color-surface-default)",
102
+ "--color-an-surface-muted": "#f4f4f5",
103
+ "--color-an-surface-hover": "#e4e4e7",
104
+ "--color-an-surface-disabled": "#f4f4f5",
105
+ "--color-an-text": "#09090b",
106
+ "--color-an-text-muted": "#52525b",
107
+ "--color-an-text-disabled": "#71717a",
108
+ "--color-an-border": "#e4e4e7",
109
+ "--color-an-border-hover": "#d4d4d8",
110
+ "--color-an-primary": "var(--brand-admin-primary)",
111
+ "--color-an-primary-hover": "#09090b",
112
+ "--color-an-primary-soft": "#f4f4f5",
113
+ "--color-an-focus-ring": "#52525b",
114
+ "--color-an-danger": "var(--color-error)",
115
+ "--color-an-success": "var(--color-success)",
116
+ "--color-an-warn": "var(--color-warning)",
117
+ "--color-an-info": "#52525b",
118
+ "--color-an-disabled-opacity": "0.55",
119
+ "--color-an-chart-1": "#2563eb",
120
+ "--color-an-chart-2": "#0d9488",
121
+ "--color-an-chart-3": "#d97706",
122
+ "--color-an-chart-4": "#dc2626",
123
+ "--color-an-chart-5": "#9333ea",
124
+ "--color-an-chart-6": "#0891b2",
125
+ "--color-shell-bg": "#f4f4f5",
126
+ "--color-shell-surface": "var(--color-surface-default)",
127
+ "--color-shell-border": "#e4e4e7",
128
+ "--color-shell-text": "#09090b",
129
+ "--color-rail-sidebar-bg": "var(--brand-rail-sidebar-bg)",
130
+ "--color-rail-sidebar-text": "var(--brand-rail-sidebar-text)",
131
+ "--color-rail-sidebar-muted": "var(--brand-rail-sidebar-muted)",
132
+ "--color-rail-sidebar-active": "var(--brand-rail-sidebar-active)",
133
+ "--color-rail-sidebar-hover": "var(--brand-rail-sidebar-hover)",
134
+ "--color-rail-page-bg": "#f4f4f5",
135
+ "--color-rail-card-border": "#e4e4e7",
136
+ "--color-rail-kpi-up": "var(--brand-rail-kpi-up)",
137
+ "--color-rail-kpi-down": "var(--brand-rail-kpi-down)"
138
+ },
139
+ "count": 39
140
+ }
141
+ ],
142
+ "mergedPropertyCount": 100,
143
+ "properties": {
144
+ "--font-family-primary": {
145
+ "file": "brand-bridge.css",
146
+ "value": "ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'"
147
+ },
148
+ "--font-family-mono": {
149
+ "file": "brand-bridge.css",
150
+ "value": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
151
+ },
152
+ "--color-brand-primary": {
153
+ "file": "brand-bridge.css",
154
+ "value": "#1f6f78"
155
+ },
156
+ "--color-brand-deep": {
157
+ "file": "brand-bridge.css",
158
+ "value": "#174b52"
159
+ },
160
+ "--color-brand-accent": {
161
+ "file": "brand-bridge.css",
162
+ "value": "#58a9b5"
163
+ },
164
+ "--color-brand-soft": {
165
+ "file": "brand-bridge.css",
166
+ "value": "#eef6f7"
167
+ },
168
+ "--color-brand-text": {
169
+ "file": "brand-bridge.css",
170
+ "value": "#2a3136"
171
+ },
172
+ "--color-brand-limestone": {
173
+ "file": "brand-bridge.css",
174
+ "value": "#d8d2c8"
175
+ },
176
+ "--color-surface-default": {
177
+ "file": "brand-bridge.css",
178
+ "value": "#ffffff"
179
+ },
180
+ "--color-neutral-950": {
181
+ "file": "brand-bridge.css",
182
+ "value": "#0f172a"
183
+ },
184
+ "--color-neutral-100": {
185
+ "file": "brand-bridge.css",
186
+ "value": "#f1f5f9"
187
+ },
188
+ "--color-neutral-200": {
189
+ "file": "brand-bridge.css",
190
+ "value": "#e2e8f0"
191
+ },
192
+ "--brand-consumer-accent": {
193
+ "file": "brand-bridge.css",
194
+ "value": "var(--color-brand-primary)"
195
+ },
196
+ "--brand-consumer-accent-soft": {
197
+ "file": "brand-bridge.css",
198
+ "value": "var(--color-brand-soft)"
199
+ },
200
+ "--brand-consumer-accent-foreground": {
201
+ "file": "brand-bridge.css",
202
+ "value": "var(--color-surface-default)"
203
+ },
204
+ "--brand-admin-accent": {
205
+ "file": "brand-bridge.css",
206
+ "value": "#171717"
207
+ },
208
+ "--brand-admin-primary": {
209
+ "file": "brand-bridge.css",
210
+ "value": "#18181b"
211
+ },
212
+ "--brand-rail-sidebar-bg": {
213
+ "file": "brand-bridge.css",
214
+ "value": "#0a0a0a"
215
+ },
216
+ "--brand-rail-sidebar-bg-deep": {
217
+ "file": "brand-bridge.css",
218
+ "value": "#000000"
219
+ },
220
+ "--brand-rail-sidebar-text": {
221
+ "file": "brand-bridge.css",
222
+ "value": "#fafafa"
223
+ },
224
+ "--brand-rail-sidebar-muted": {
225
+ "file": "brand-bridge.css",
226
+ "value": "#a3a3a3"
227
+ },
228
+ "--brand-rail-sidebar-active": {
229
+ "file": "brand-bridge.css",
230
+ "value": "var(--brand-admin-accent)"
231
+ },
232
+ "--brand-rail-sidebar-hover": {
233
+ "file": "brand-bridge.css",
234
+ "value": "rgba(255, 255, 255, 0.08)"
235
+ },
236
+ "--brand-rail-page-bg": {
237
+ "file": "brand-bridge.css",
238
+ "value": "var(--color-neutral-100)"
239
+ },
240
+ "--brand-rail-card-border": {
241
+ "file": "brand-bridge.css",
242
+ "value": "var(--color-neutral-200)"
243
+ },
244
+ "--brand-rail-kpi-up": {
245
+ "file": "brand-bridge.css",
246
+ "value": "#05805a"
247
+ },
248
+ "--brand-rail-kpi-down": {
249
+ "file": "brand-bridge.css",
250
+ "value": "#da2325"
251
+ },
252
+ "--color-accent": {
253
+ "file": "theme.css",
254
+ "value": "var(--brand-consumer-accent)"
255
+ },
256
+ "--color-focus-ring": {
257
+ "file": "theme.css",
258
+ "value": "var(--brand-consumer-accent)"
259
+ },
260
+ "--color-rail-sidebar-bg": {
261
+ "file": "admin-theme.css",
262
+ "value": "var(--brand-rail-sidebar-bg)"
263
+ },
264
+ "--color-rail-sidebar-text": {
265
+ "file": "admin-theme.css",
266
+ "value": "var(--brand-rail-sidebar-text)"
267
+ },
268
+ "--color-rail-sidebar-muted": {
269
+ "file": "admin-theme.css",
270
+ "value": "var(--brand-rail-sidebar-muted)"
271
+ },
272
+ "--color-rail-sidebar-active": {
273
+ "file": "admin-theme.css",
274
+ "value": "var(--brand-rail-sidebar-active)"
275
+ },
276
+ "--color-rail-sidebar-hover": {
277
+ "file": "admin-theme.css",
278
+ "value": "var(--brand-rail-sidebar-hover)"
279
+ },
280
+ "--color-rail-page-bg": {
281
+ "file": "admin-theme.css",
282
+ "value": "#f4f4f5"
283
+ },
284
+ "--color-rail-card-border": {
285
+ "file": "admin-theme.css",
286
+ "value": "#e4e4e7"
287
+ },
288
+ "--color-rail-kpi-up": {
289
+ "file": "admin-theme.css",
290
+ "value": "var(--brand-rail-kpi-up)"
291
+ },
292
+ "--color-rail-kpi-down": {
293
+ "file": "admin-theme.css",
294
+ "value": "var(--brand-rail-kpi-down)"
295
+ },
296
+ "--color-an-chart-1": {
297
+ "file": "admin-theme.css",
298
+ "value": "#2563eb"
299
+ },
300
+ "--color-surface": {
301
+ "file": "theme.css",
302
+ "value": "var(--color-surface-default)"
303
+ },
304
+ "--color-surface-muted": {
305
+ "file": "theme.css",
306
+ "value": "#f8fafc"
307
+ },
308
+ "--color-surface-elevated": {
309
+ "file": "theme.css",
310
+ "value": "var(--color-surface-default)"
311
+ },
312
+ "--color-surface-hover": {
313
+ "file": "theme.css",
314
+ "value": "var(--color-neutral-100)"
315
+ },
316
+ "--color-on-surface": {
317
+ "file": "theme.css",
318
+ "value": "var(--color-neutral-950)"
319
+ },
320
+ "--color-on-surface-muted": {
321
+ "file": "theme.css",
322
+ "value": "#475569"
323
+ },
324
+ "--color-on-surface-disabled": {
325
+ "file": "theme.css",
326
+ "value": "#94a3b8"
327
+ },
328
+ "--color-primary": {
329
+ "file": "theme.css",
330
+ "value": "var(--color-neutral-950)"
331
+ },
332
+ "--color-primary-foreground": {
333
+ "file": "theme.css",
334
+ "value": "#f8fafc"
335
+ },
336
+ "--color-accent-foreground": {
337
+ "file": "theme.css",
338
+ "value": "var(--brand-consumer-accent-foreground)"
339
+ },
340
+ "--color-on-accent": {
341
+ "file": "theme.css",
342
+ "value": "var(--color-accent-foreground)"
343
+ },
344
+ "--color-accent-hover": {
345
+ "file": "theme.css",
346
+ "value": "#001a33"
347
+ },
348
+ "--color-success": {
349
+ "file": "theme.css",
350
+ "value": "#16a34a"
351
+ },
352
+ "--color-success-foreground": {
353
+ "file": "theme.css",
354
+ "value": "#ecfdf5"
355
+ },
356
+ "--color-danger": {
357
+ "file": "theme.css",
358
+ "value": "#dc2626"
359
+ },
360
+ "--color-danger-foreground": {
361
+ "file": "theme.css",
362
+ "value": "#fef2f2"
363
+ },
364
+ "--color-warning": {
365
+ "file": "theme.css",
366
+ "value": "#d97706"
367
+ },
368
+ "--color-warning-foreground": {
369
+ "file": "theme.css",
370
+ "value": "#fffbeb"
371
+ },
372
+ "--color-border": {
373
+ "file": "theme.css",
374
+ "value": "var(--color-neutral-200)"
375
+ },
376
+ "--color-border-strong": {
377
+ "file": "theme.css",
378
+ "value": "#cbd5e1"
379
+ },
380
+ "--color-qr-render-dark": {
381
+ "file": "theme.css",
382
+ "value": "#000000"
383
+ },
384
+ "--color-qr-render-light": {
385
+ "file": "theme.css",
386
+ "value": "var(--color-surface-default)"
387
+ },
388
+ "--color-disabled-opacity": {
389
+ "file": "theme.css",
390
+ "value": "0.55"
391
+ },
392
+ "--radius-sm": {
393
+ "file": "theme.css",
394
+ "value": "0.375rem"
395
+ },
396
+ "--radius-md": {
397
+ "file": "theme.css",
398
+ "value": "0.5rem"
399
+ },
400
+ "--radius-lg": {
401
+ "file": "theme.css",
402
+ "value": "0.75rem"
403
+ },
404
+ "--radius-xl": {
405
+ "file": "theme.css",
406
+ "value": "1rem"
407
+ },
408
+ "--shadow-card": {
409
+ "file": "theme.css",
410
+ "value": "0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.04)"
411
+ },
412
+ "--shadow-popover": {
413
+ "file": "theme.css",
414
+ "value": "0 6px 24px rgba(15, 23, 42, 0.12)"
415
+ },
416
+ "--motion-duration-fast": {
417
+ "file": "theme.css",
418
+ "value": "120ms"
419
+ },
420
+ "--motion-duration-base": {
421
+ "file": "theme.css",
422
+ "value": "200ms"
423
+ },
424
+ "--motion-easing-standard": {
425
+ "file": "theme.css",
426
+ "value": "cubic-bezier(0.2, 0.8, 0.2, 1)"
427
+ },
428
+ "--color-an-bg": {
429
+ "file": "admin-theme.css",
430
+ "value": "#f4f4f5"
431
+ },
432
+ "--color-an-bg-elevated": {
433
+ "file": "admin-theme.css",
434
+ "value": "var(--color-surface-default)"
435
+ },
436
+ "--color-an-surface": {
437
+ "file": "admin-theme.css",
438
+ "value": "var(--color-surface-default)"
439
+ },
440
+ "--color-an-surface-muted": {
441
+ "file": "admin-theme.css",
442
+ "value": "#f4f4f5"
443
+ },
444
+ "--color-an-surface-hover": {
445
+ "file": "admin-theme.css",
446
+ "value": "#e4e4e7"
447
+ },
448
+ "--color-an-surface-disabled": {
449
+ "file": "admin-theme.css",
450
+ "value": "#f4f4f5"
451
+ },
452
+ "--color-an-text": {
453
+ "file": "admin-theme.css",
454
+ "value": "#09090b"
455
+ },
456
+ "--color-an-text-muted": {
457
+ "file": "admin-theme.css",
458
+ "value": "#52525b"
459
+ },
460
+ "--color-an-text-disabled": {
461
+ "file": "admin-theme.css",
462
+ "value": "#71717a"
463
+ },
464
+ "--color-an-border": {
465
+ "file": "admin-theme.css",
466
+ "value": "#e4e4e7"
467
+ },
468
+ "--color-an-border-hover": {
469
+ "file": "admin-theme.css",
470
+ "value": "#d4d4d8"
471
+ },
472
+ "--color-an-primary": {
473
+ "file": "admin-theme.css",
474
+ "value": "var(--brand-admin-primary)"
475
+ },
476
+ "--color-an-primary-hover": {
477
+ "file": "admin-theme.css",
478
+ "value": "#09090b"
479
+ },
480
+ "--color-an-primary-soft": {
481
+ "file": "admin-theme.css",
482
+ "value": "#f4f4f5"
483
+ },
484
+ "--color-an-focus-ring": {
485
+ "file": "admin-theme.css",
486
+ "value": "#52525b"
487
+ },
488
+ "--color-an-danger": {
489
+ "file": "admin-theme.css",
490
+ "value": "var(--color-error)"
491
+ },
492
+ "--color-an-success": {
493
+ "file": "admin-theme.css",
494
+ "value": "var(--color-success)"
495
+ },
496
+ "--color-an-warn": {
497
+ "file": "admin-theme.css",
498
+ "value": "var(--color-warning)"
499
+ },
500
+ "--color-an-info": {
501
+ "file": "admin-theme.css",
502
+ "value": "#52525b"
503
+ },
504
+ "--color-an-disabled-opacity": {
505
+ "file": "admin-theme.css",
506
+ "value": "0.55"
507
+ },
508
+ "--color-an-chart-2": {
509
+ "file": "admin-theme.css",
510
+ "value": "#0d9488"
511
+ },
512
+ "--color-an-chart-3": {
513
+ "file": "admin-theme.css",
514
+ "value": "#d97706"
515
+ },
516
+ "--color-an-chart-4": {
517
+ "file": "admin-theme.css",
518
+ "value": "#dc2626"
519
+ },
520
+ "--color-an-chart-5": {
521
+ "file": "admin-theme.css",
522
+ "value": "#9333ea"
523
+ },
524
+ "--color-an-chart-6": {
525
+ "file": "admin-theme.css",
526
+ "value": "#0891b2"
527
+ },
528
+ "--color-shell-bg": {
529
+ "file": "admin-theme.css",
530
+ "value": "#f4f4f5"
531
+ },
532
+ "--color-shell-surface": {
533
+ "file": "admin-theme.css",
534
+ "value": "var(--color-surface-default)"
535
+ },
536
+ "--color-shell-border": {
537
+ "file": "admin-theme.css",
538
+ "value": "#e4e4e7"
539
+ },
540
+ "--color-shell-text": {
541
+ "file": "admin-theme.css",
542
+ "value": "#09090b"
543
+ }
544
+ }
545
+ }