@aurea-uds/tokens 0.2.0 → 0.3.0

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.
@@ -0,0 +1,957 @@
1
+ // Aurea — alvo NATIVO, gerado de aurea.tokens.json (DTCG 2025.10). NÃO EDITAR À MÃO.
2
+ // Regravar: node scripts/build-tokens.mjs — e o check 36 do validador reprova se divergir.
3
+ //
4
+ // Etapa 2 do NATIVE.md. O que este arquivo é, e o que ele deliberadamente NÃO é, está escrito no
5
+ // gerador (scripts/build-tokens.mjs). Em resumo:
6
+ // • dp, não rem: 1rem = 16dp, MEDIDO no navegador (raiz sem font-size = 16px);
7
+ // • cada cor em TRÊS formas — hex, p3 e oklch — mas HOJE SÓ O `hex` FUNCIONA: o interpretador
8
+ // de cor do React Native recusa p3 e oklch (medido nas versões 0.81.5 e 0.87.0 por
9
+ // `node scripts/measure-color-rn-parser.mjs`; é JS compartilhado entre iOS e Android). Passar
10
+ // p3 ou oklch a um `style` faz a cor ser DESCARTADA. Os outros dois são intenção registrada
11
+ // para quando isso mudar — ver a §"A correção" da ADR-0027;
12
+ // • `tracking` é RAZÃO de em e não dp — letterSpacing no RN é absoluto, então o consumidor
13
+ // multiplica pelo fontSize. Emitir dp daria certo num tamanho só;
14
+ // • `breakpoints` NÃO é para StyleSheet — não há @media no RN. Vai para `Dimensions`;
15
+ // • `fontFamily` é a família PEDIDA, não o nome que o RN aceita: o iOS quer o nome PostScript
16
+ // e o Android o nome do arquivo, e o pacote @aurea-uds/fonts hoje só tem .woff2, que o RN não
17
+ // lê. O nome final se decide quando os arquivos nativos entrarem;
18
+ // • 6 tokens que moram no `base` do DTCG saem DENTRO de cada tema, e não no
19
+ // `base` daqui: text-muted, oracle-300, oracle-400, oracle-500, oracle-600, oracle-700. Eles apontam para folhas que só existem por tema, e no
20
+ // CSS o `var()` resolve isso no uso. Em JS não há ligação tardia — pôr um valor estático no
21
+ // base escolheria um tema e erraria no outro.
22
+ export const REM_EM_DP = 16;
23
+ export const base = {
24
+ "brandYellow": {
25
+ "hex": "#f0b100",
26
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
27
+ "oklch": "oklch(0.795 0.184 86.047)"
28
+ },
29
+ "brandYellowForeground": {
30
+ "hex": "#733e0a",
31
+ "p3": "color(display-p3 0.4225 0.2527 0.0951)",
32
+ "oklch": "oklch(0.421 0.095 57.708)"
33
+ },
34
+ "fontUi": "IBM Plex Sans",
35
+ "fontEditorial": "IBM Plex Serif",
36
+ "fontCode": "IBM Plex Mono",
37
+ "textXs": 12,
38
+ "textSm": 13,
39
+ "textMd": 14,
40
+ "textBase": 16,
41
+ "textLg": 18,
42
+ "textXl": 20,
43
+ "text2xl": 24,
44
+ "text3xl": 30,
45
+ "text4xl": 36,
46
+ "text5xl": 48,
47
+ "leadingTight": 1.2,
48
+ "leadingNormal": 1.5,
49
+ "leadingRelaxed": 1.7,
50
+ "space0": 0,
51
+ "space05": 2,
52
+ "space1": 4,
53
+ "space2": 8,
54
+ "space3": 12,
55
+ "space4": 16,
56
+ "space5": 20,
57
+ "space6": 24,
58
+ "space7": 28,
59
+ "space8": 32,
60
+ "space10": 40,
61
+ "space12": 48,
62
+ "space16": 64,
63
+ "space20": 80,
64
+ "space24": 96,
65
+ "radiusXs": 6,
66
+ "radiusSm": 8,
67
+ "radiusMd": 10,
68
+ "radiusLg": 16,
69
+ "radiusCard": 22,
70
+ "radiusControl": 999,
71
+ "radiusFull": 999,
72
+ "borderWidth": 1,
73
+ "shadowMd": {
74
+ "offsetX": 0,
75
+ "offsetY": 16,
76
+ "blurRadius": 42,
77
+ "spreadDistance": 0,
78
+ "color": "rgba(0,0,0,0.28)"
79
+ },
80
+ "shadowLg": {
81
+ "offsetX": 0,
82
+ "offsetY": 28,
83
+ "blurRadius": 80,
84
+ "spreadDistance": 0,
85
+ "color": "rgba(0,0,0,0.42)"
86
+ },
87
+ "durationFast": 120,
88
+ "durationBase": 180,
89
+ "durationSlow": 280,
90
+ "easeStandard": [
91
+ 0.2,
92
+ 0,
93
+ 0,
94
+ 1
95
+ ],
96
+ "easeEmphasized": [
97
+ 0.2,
98
+ 0.8,
99
+ 0.2,
100
+ 1
101
+ ],
102
+ "zBase": 0,
103
+ "zSticky": 20,
104
+ "zDropdown": 40,
105
+ "zDrawer": 60,
106
+ "zModal": 80,
107
+ "zToast": 100,
108
+ "sidebarWidth": 264,
109
+ "sidebarRail": 88,
110
+ "topbarHeight": 64,
111
+ "contentMax": 1640,
112
+ "controlHXs": 26,
113
+ "controlHSm": 30,
114
+ "controlHMd": 36,
115
+ "controlHLg": 42,
116
+ "controlHXl": 50,
117
+ "rowH": 48,
118
+ "cardPad": 20,
119
+ "sectionGap": 24,
120
+ "mediaCanvas": {
121
+ "hex": "#020202",
122
+ "p3": "color(display-p3 0.0079 0.0079 0.0079)",
123
+ "oklch": "oklch(0.085 0 0)"
124
+ },
125
+ "mediaForeground": {
126
+ "hex": "#fafafa",
127
+ "p3": "color(display-p3 0.9803 0.9803 0.9803)",
128
+ "oklch": "oklch(0.985 0 0)"
129
+ },
130
+ "mediaMuted": {
131
+ "hex": "#ababab",
132
+ "p3": "color(display-p3 0.6691 0.6691 0.6691)",
133
+ "oklch": "oklch(0.74 0 0)"
134
+ },
135
+ "mediaScrim": {
136
+ "hex": "#000000d1",
137
+ "p3": "color(display-p3 0 0 0 / 0.82)",
138
+ "oklch": "oklch(0 0 0 / 0.82)"
139
+ },
140
+ "mediaTrack": {
141
+ "hex": "#ffffff2e",
142
+ "p3": "color(display-p3 1 1 1 / 0.18)",
143
+ "oklch": "oklch(1 0 0 / 0.18)"
144
+ },
145
+ "mediaBuffered": {
146
+ "hex": "#ffffff6b",
147
+ "p3": "color(display-p3 1 1 1 / 0.42)",
148
+ "oklch": "oklch(1 0 0 / 0.42)"
149
+ },
150
+ "mediaCaptionBg": {
151
+ "hex": "#000000d1",
152
+ "p3": "color(display-p3 0 0 0 / 0.82)",
153
+ "oklch": "oklch(0 0 0 / 0.82)"
154
+ },
155
+ "mediaControlBg": {
156
+ "hex": "#00000085",
157
+ "p3": "color(display-p3 0 0 0 / 0.52)",
158
+ "oklch": "oklch(0 0 0 / 0.52)"
159
+ },
160
+ "mediaControlHover": {
161
+ "hex": "#ffffff24",
162
+ "p3": "color(display-p3 1 1 1 / 0.14)",
163
+ "oklch": "oklch(1 0 0 / 0.14)"
164
+ },
165
+ "success400": {
166
+ "hex": "#42d392",
167
+ "p3": "color(display-p3 0.2588 0.8275 0.5726)",
168
+ "oklch": null
169
+ },
170
+ "success500": {
171
+ "hex": "#22c875",
172
+ "p3": "color(display-p3 0.1333 0.7843 0.4588)",
173
+ "oklch": null
174
+ },
175
+ "success700": {
176
+ "hex": "#147a4d",
177
+ "p3": "color(display-p3 0.0784 0.4784 0.302)",
178
+ "oklch": null
179
+ },
180
+ "warning400": {
181
+ "hex": "#f0b100",
182
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
183
+ "oklch": "oklch(0.795 0.184 86.047)"
184
+ },
185
+ "warning500": {
186
+ "hex": "#d49c00",
187
+ "p3": "color(display-p3 0.8314 0.6118 0)",
188
+ "oklch": null
189
+ },
190
+ "warning800": {
191
+ "hex": "#6d4d00",
192
+ "p3": "color(display-p3 0.4274 0.302 0)",
193
+ "oklch": null
194
+ },
195
+ "danger400": {
196
+ "hex": "#ff7180",
197
+ "p3": "color(display-p3 1 0.4431 0.502)",
198
+ "oklch": null
199
+ },
200
+ "danger500": {
201
+ "hex": "#e94b58",
202
+ "p3": "color(display-p3 0.9137 0.2941 0.3451)",
203
+ "oklch": null
204
+ },
205
+ "danger800": {
206
+ "hex": "#7f2029",
207
+ "p3": "color(display-p3 0.498 0.1255 0.1608)",
208
+ "oklch": null
209
+ },
210
+ "info400": {
211
+ "hex": "#8ec5ff",
212
+ "p3": "color(display-p3 0.5569 0.7725 1)",
213
+ "oklch": null
214
+ },
215
+ "info500": {
216
+ "hex": "#2b7fff",
217
+ "p3": "color(display-p3 0.1686 0.498 1)",
218
+ "oklch": null
219
+ },
220
+ "info800": {
221
+ "hex": "#1447e6",
222
+ "p3": "color(display-p3 0.0784 0.2784 0.902)",
223
+ "oklch": null
224
+ },
225
+ "oracle50": {
226
+ "hex": "#e6f3ff",
227
+ "p3": "color(display-p3 0.9119 0.9529 1)",
228
+ "oklch": "oklch(0.96 0.025 251.813)"
229
+ },
230
+ "oracle100": {
231
+ "hex": "#c2e1ff",
232
+ "p3": "color(display-p3 0.784 0.8804 1)",
233
+ "oklch": "oklch(0.9 0.06 251.813)"
234
+ },
235
+ "oracle200": {
236
+ "hex": "#a3d2ff",
237
+ "p3": "color(display-p3 0.6762 0.8189 1)",
238
+ "oklch": "oklch(0.85 0.09 251.813)"
239
+ },
240
+ "oracle800": {
241
+ "hex": "#102caa",
242
+ "p3": "color(display-p3 0.0911 0.1695 0.6406)",
243
+ "oklch": "oklch(0.38 0.2 265.638)"
244
+ },
245
+ "oracle900": {
246
+ "hex": "#0a207f",
247
+ "p3": "color(display-p3 0.0608 0.1229 0.4786)",
248
+ "oklch": "oklch(0.31 0.16 265.638)"
249
+ },
250
+ "oracle950": {
251
+ "hex": "#05144f",
252
+ "p3": "color(display-p3 0.0319 0.0762 0.2978)",
253
+ "oklch": "oklch(0.23 0.11 265.638)"
254
+ },
255
+ "weightRegular": 400,
256
+ "weightMedium": 500,
257
+ "weightSemibold": 600,
258
+ "weightBold": 700,
259
+ "iconSm": 16,
260
+ "iconMd": 20,
261
+ "iconLg": 24,
262
+ "iconXl": 32,
263
+ "leadingNone": 1,
264
+ "targetMin": 44
265
+ };
266
+ export const tracking = {
267
+ "trackingTight": -0.01,
268
+ "trackingNormal": 0,
269
+ "trackingWide": 0.04,
270
+ "trackingWider": 0.06,
271
+ "trackingWidest": 0.12
272
+ };
273
+ export const breakpoints = {
274
+ "breakpointSm": 640,
275
+ "breakpointMd": 768,
276
+ "breakpointLg": 1024,
277
+ "breakpointXl": 1280,
278
+ "breakpoint2xl": 1536
279
+ };
280
+ export const themes = {
281
+ "dark": {
282
+ "background": {
283
+ "hex": "#0a0a0a",
284
+ "p3": "color(display-p3 0.0394 0.0394 0.0394)",
285
+ "oklch": "oklch(0.145 0 0)"
286
+ },
287
+ "foreground": {
288
+ "hex": "#fafafa",
289
+ "p3": "color(display-p3 0.9803 0.9803 0.9803)",
290
+ "oklch": "oklch(0.985 0 0)"
291
+ },
292
+ "card": {
293
+ "hex": "#171717",
294
+ "p3": "color(display-p3 0.0905 0.0905 0.0905)",
295
+ "oklch": "oklch(0.205 0 0)"
296
+ },
297
+ "cardForeground": {
298
+ "hex": "#fafafa",
299
+ "p3": "color(display-p3 0.9803 0.9803 0.9803)",
300
+ "oklch": "oklch(0.985 0 0)"
301
+ },
302
+ "popover": {
303
+ "hex": "#171717",
304
+ "p3": "color(display-p3 0.0905 0.0905 0.0905)",
305
+ "oklch": "oklch(0.205 0 0)"
306
+ },
307
+ "popoverForeground": {
308
+ "hex": "#fafafa",
309
+ "p3": "color(display-p3 0.9803 0.9803 0.9803)",
310
+ "oklch": "oklch(0.985 0 0)"
311
+ },
312
+ "primary": {
313
+ "hex": "#f0b100",
314
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
315
+ "oklch": "oklch(0.795 0.184 86.047)"
316
+ },
317
+ "primaryForeground": {
318
+ "hex": "#733e0a",
319
+ "p3": "color(display-p3 0.4225 0.2527 0.0951)",
320
+ "oklch": "oklch(0.421 0.095 57.708)"
321
+ },
322
+ "secondary": {
323
+ "hex": "#27272a",
324
+ "p3": "color(display-p3 0.1529 0.1529 0.1647)",
325
+ "oklch": "oklch(0.274 0.006 286.033)"
326
+ },
327
+ "secondaryForeground": {
328
+ "hex": "#fafafa",
329
+ "p3": "color(display-p3 0.9803 0.9803 0.9803)",
330
+ "oklch": "oklch(0.985 0 0)"
331
+ },
332
+ "muted": {
333
+ "hex": "#262626",
334
+ "p3": "color(display-p3 0.1494 0.1494 0.1494)",
335
+ "oklch": "oklch(0.269 0 0)"
336
+ },
337
+ "mutedForeground": {
338
+ "hex": "#a1a1a1",
339
+ "p3": "color(display-p3 0.6302 0.6302 0.6302)",
340
+ "oklch": "oklch(0.708 0 0)"
341
+ },
342
+ "accent": {
343
+ "hex": "#262626",
344
+ "p3": "color(display-p3 0.1494 0.1494 0.1494)",
345
+ "oklch": "oklch(0.269 0 0)"
346
+ },
347
+ "accentForeground": {
348
+ "hex": "#fafafa",
349
+ "p3": "color(display-p3 0.9803 0.9803 0.9803)",
350
+ "oklch": "oklch(0.985 0 0)"
351
+ },
352
+ "destructive": {
353
+ "hex": "#ff6467",
354
+ "p3": "color(display-p3 0.9335 0.4317 0.4235)",
355
+ "oklch": "oklch(0.704 0.191 22.216)"
356
+ },
357
+ "destructiveForeground": {
358
+ "hex": "#1e1212",
359
+ "p3": "color(display-p3 0.1121 0.0743 0.0714)",
360
+ "oklch": "oklch(0.2 0.02 22)"
361
+ },
362
+ "border": {
363
+ "hex": "#ffffff1a",
364
+ "p3": "color(display-p3 1 1 1 / 0.1)",
365
+ "oklch": "oklch(1 0 0 / 0.1)"
366
+ },
367
+ "input": {
368
+ "hex": "#ffffff26",
369
+ "p3": "color(display-p3 1 1 1 / 0.15)",
370
+ "oklch": "oklch(1 0 0 / 0.15)"
371
+ },
372
+ "ring": {
373
+ "hex": "#737373",
374
+ "p3": "color(display-p3 0.4515 0.4515 0.4515)",
375
+ "oklch": "oklch(0.556 0 0)"
376
+ },
377
+ "chart1": {
378
+ "hex": "#8ec5ff",
379
+ "p3": "color(display-p3 0.6026 0.7672 0.9939)",
380
+ "oklch": "oklch(0.809 0.105 251.813)"
381
+ },
382
+ "chart2": {
383
+ "hex": "#2b7fff",
384
+ "p3": "color(display-p3 0.2664 0.4912 0.9886)",
385
+ "oklch": "oklch(0.623 0.214 259.815)"
386
+ },
387
+ "chart3": {
388
+ "hex": "#155dfc",
389
+ "p3": "color(display-p3 0.1745 0.359 0.9502)",
390
+ "oklch": "oklch(0.546 0.245 262.881)"
391
+ },
392
+ "chart4": {
393
+ "hex": "#1447e6",
394
+ "p3": "color(display-p3 0.1379 0.275 0.8676)",
395
+ "oklch": "oklch(0.488 0.243 264.376)"
396
+ },
397
+ "chart5": {
398
+ "hex": "#193cb8",
399
+ "p3": "color(display-p3 0.134 0.2306 0.6955)",
400
+ "oklch": "oklch(0.424 0.199 265.638)"
401
+ },
402
+ "sidebar": {
403
+ "hex": "#171717",
404
+ "p3": "color(display-p3 0.0905 0.0905 0.0905)",
405
+ "oklch": "oklch(0.205 0 0)"
406
+ },
407
+ "sidebarForeground": {
408
+ "hex": "#fafafa",
409
+ "p3": "color(display-p3 0.9803 0.9803 0.9803)",
410
+ "oklch": "oklch(0.985 0 0)"
411
+ },
412
+ "sidebarPrimary": {
413
+ "hex": "#f0b100",
414
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
415
+ "oklch": "oklch(0.795 0.184 86.047)"
416
+ },
417
+ "sidebarPrimaryForeground": {
418
+ "hex": "#733e0a",
419
+ "p3": "color(display-p3 0.4225 0.2527 0.0951)",
420
+ "oklch": "oklch(0.421 0.095 57.708)"
421
+ },
422
+ "sidebarAccent": {
423
+ "hex": "#262626",
424
+ "p3": "color(display-p3 0.1494 0.1494 0.1494)",
425
+ "oklch": "oklch(0.269 0 0)"
426
+ },
427
+ "sidebarAccentForeground": {
428
+ "hex": "#fafafa",
429
+ "p3": "color(display-p3 0.9803 0.9803 0.9803)",
430
+ "oklch": "oklch(0.985 0 0)"
431
+ },
432
+ "sidebarBorder": {
433
+ "hex": "#ffffff1a",
434
+ "p3": "color(display-p3 1 1 1 / 0.1)",
435
+ "oklch": "oklch(1 0 0 / 0.1)"
436
+ },
437
+ "sidebarRing": {
438
+ "hex": "#737373",
439
+ "p3": "color(display-p3 0.4515 0.4515 0.4515)",
440
+ "oklch": "oklch(0.556 0 0)"
441
+ },
442
+ "surface1": {
443
+ "hex": "#171717",
444
+ "p3": "color(display-p3 0.0905 0.0905 0.0905)",
445
+ "oklch": "oklch(0.205 0 0)"
446
+ },
447
+ "surface2": {
448
+ "hex": "#27272a",
449
+ "p3": "color(display-p3 0.1529 0.1529 0.1647)",
450
+ "oklch": "oklch(0.274 0.006 286.033)"
451
+ },
452
+ "surface3": {
453
+ "hex": "#262626",
454
+ "p3": "color(display-p3 0.1494 0.1494 0.1494)",
455
+ "oklch": "oklch(0.269 0 0)"
456
+ },
457
+ "surfaceInset": {
458
+ "hex": "#0a0a0a",
459
+ "p3": "color(display-p3 0.0394 0.0394 0.0394)",
460
+ "oklch": "oklch(0.145 0 0)"
461
+ },
462
+ "surfaceHover": {
463
+ "hex": "#2e2e2e",
464
+ "p3": "color(display-p3 0.1792 0.1792 0.1792)",
465
+ "oklch": "oklch(0.3 0 0)"
466
+ },
467
+ "foregroundStrong": {
468
+ "hex": "#fafafa",
469
+ "p3": "color(display-p3 0.9803 0.9803 0.9803)",
470
+ "oklch": "oklch(0.985 0 0)"
471
+ },
472
+ "subtleForeground": {
473
+ "hex": "#b1b1b1",
474
+ "p3": "color(display-p3 0.6936 0.6936 0.6936)",
475
+ "oklch": "oklch(0.76 0 0)"
476
+ },
477
+ "borderStrong": {
478
+ "hex": "#7a7a7a",
479
+ "p3": "color(display-p3 0.479 0.479 0.479)",
480
+ "oklch": "oklch(0.58 0 0)"
481
+ },
482
+ "fieldBg": {
483
+ "hex": "#262626",
484
+ "p3": "color(display-p3 0.1494 0.1494 0.1494)",
485
+ "oklch": "oklch(0.269 0 0)"
486
+ },
487
+ "overlay": {
488
+ "hex": "#000000bd",
489
+ "p3": "color(display-p3 0 0 0 / 0.74)",
490
+ "oklch": "oklch(0 0 0 / 0.74)"
491
+ },
492
+ "primaryHover": {
493
+ "hex": "#fac000",
494
+ "p3": "color(display-p3 0.9464 0.7613 0.1219)",
495
+ "oklch": "oklch(0.835 0.19 89)"
496
+ },
497
+ "primaryActive": {
498
+ "hex": "#dd9f00",
499
+ "p3": "color(display-p3 0.8291 0.633 0.0845)",
500
+ "oklch": "oklch(0.74 0.17 84)"
501
+ },
502
+ "secondaryHover": {
503
+ "hex": "#303033",
504
+ "p3": "color(display-p3 0.1877 0.1878 0.1999)",
505
+ "oklch": "oklch(0.31 0.006 286.033)"
506
+ },
507
+ "focus": {
508
+ "hex": "#f0b100",
509
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
510
+ "oklch": "oklch(0.795 0.184 86.047)"
511
+ },
512
+ "focusStrong": {
513
+ "hex": "#f0b100",
514
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
515
+ "oklch": "oklch(0.795 0.184 86.047)"
516
+ },
517
+ "primaryEmphasis": {
518
+ "hex": "#f0b100",
519
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
520
+ "oklch": "oklch(0.795 0.184 86.047)"
521
+ },
522
+ "primaryOutline": {
523
+ "hex": "#f0b100",
524
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
525
+ "oklch": "oklch(0.795 0.184 86.047)"
526
+ },
527
+ "controlSelected": {
528
+ "hex": "#f0b100",
529
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
530
+ "oklch": "oklch(0.795 0.184 86.047)"
531
+ },
532
+ "controlSelectedForeground": {
533
+ "hex": "#733e0a",
534
+ "p3": "color(display-p3 0.4225 0.2527 0.0951)",
535
+ "oklch": "oklch(0.421 0.095 57.708)"
536
+ },
537
+ "selection": {
538
+ "hex": "#f0b10038",
539
+ "p3": "color(display-p3 0.9037 0.7031 0.0745 / 0.22)",
540
+ "oklch": "oklch(0.795 0.184 86.047 / 0.22)"
541
+ },
542
+ "successBg": {
543
+ "hex": "#0b5d2a5c",
544
+ "p3": "color(display-p3 0.1609 0.3588 0.1866 / 0.36)",
545
+ "oklch": "oklch(0.42 0.11 150 / 0.36)"
546
+ },
547
+ "warningBg": {
548
+ "hex": "#4a3400a3",
549
+ "p3": "color(display-p3 0.2776 0.2068 0.0011 / 0.64)",
550
+ "oklch": "oklch(0.34 0.08 86 / 0.64)"
551
+ },
552
+ "dangerBg": {
553
+ "hex": "#5b161a9e",
554
+ "p3": "color(display-p3 0.329 0.1093 0.1117 / 0.62)",
555
+ "oklch": "oklch(0.32 0.1 22 / 0.62)"
556
+ },
557
+ "infoBg": {
558
+ "hex": "#122a529e",
559
+ "p3": "color(display-p3 0.0924 0.1619 0.3121 / 0.62)",
560
+ "oklch": "oklch(0.29 0.08 260 / 0.62)"
561
+ },
562
+ "textMuted": {
563
+ "hex": "#a1a1a1",
564
+ "p3": "color(display-p3 0.6302 0.6302 0.6302)",
565
+ "oklch": "oklch(0.708 0 0)"
566
+ },
567
+ "oracle300": {
568
+ "hex": "#8ec5ff",
569
+ "p3": "color(display-p3 0.6026 0.7672 0.9939)",
570
+ "oklch": "oklch(0.809 0.105 251.813)"
571
+ },
572
+ "oracle400": {
573
+ "hex": "#2b7fff",
574
+ "p3": "color(display-p3 0.2664 0.4912 0.9886)",
575
+ "oklch": "oklch(0.623 0.214 259.815)"
576
+ },
577
+ "oracle500": {
578
+ "hex": "#155dfc",
579
+ "p3": "color(display-p3 0.1745 0.359 0.9502)",
580
+ "oklch": "oklch(0.546 0.245 262.881)"
581
+ },
582
+ "oracle600": {
583
+ "hex": "#1447e6",
584
+ "p3": "color(display-p3 0.1379 0.275 0.8676)",
585
+ "oklch": "oklch(0.488 0.243 264.376)"
586
+ },
587
+ "oracle700": {
588
+ "hex": "#193cb8",
589
+ "p3": "color(display-p3 0.134 0.2306 0.6955)",
590
+ "oklch": "oklch(0.424 0.199 265.638)"
591
+ }
592
+ },
593
+ "light": {
594
+ "background": {
595
+ "hex": "#f3f3f3",
596
+ "p3": "color(display-p3 0.954 0.954 0.954)",
597
+ "oklch": "oklch(0.965 0 0)"
598
+ },
599
+ "foreground": {
600
+ "hex": "#0a0a0a",
601
+ "p3": "color(display-p3 0.0394 0.0394 0.0394)",
602
+ "oklch": "oklch(0.145 0 0)"
603
+ },
604
+ "card": {
605
+ "hex": "#ffffff",
606
+ "p3": "color(display-p3 1 1 1)",
607
+ "oklch": "oklch(1 0 0)"
608
+ },
609
+ "cardForeground": {
610
+ "hex": "#0a0a0a",
611
+ "p3": "color(display-p3 0.0394 0.0394 0.0394)",
612
+ "oklch": "oklch(0.145 0 0)"
613
+ },
614
+ "popover": {
615
+ "hex": "#ffffff",
616
+ "p3": "color(display-p3 1 1 1)",
617
+ "oklch": "oklch(1 0 0)"
618
+ },
619
+ "popoverForeground": {
620
+ "hex": "#0a0a0a",
621
+ "p3": "color(display-p3 0.0394 0.0394 0.0394)",
622
+ "oklch": "oklch(0.145 0 0)"
623
+ },
624
+ "primary": {
625
+ "hex": "#f0b100",
626
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
627
+ "oklch": "oklch(0.795 0.184 86.047)"
628
+ },
629
+ "primaryForeground": {
630
+ "hex": "#733e0a",
631
+ "p3": "color(display-p3 0.4225 0.2527 0.0951)",
632
+ "oklch": "oklch(0.421 0.095 57.708)"
633
+ },
634
+ "secondary": {
635
+ "hex": "#ebebeb",
636
+ "p3": "color(display-p3 0.9215 0.9215 0.9215)",
637
+ "oklch": "oklch(0.94 0 0)"
638
+ },
639
+ "secondaryForeground": {
640
+ "hex": "#18181b",
641
+ "p3": "color(display-p3 0.0938 0.0938 0.1048)",
642
+ "oklch": "oklch(0.21 0.006 285.885)"
643
+ },
644
+ "muted": {
645
+ "hex": "#ebebeb",
646
+ "p3": "color(display-p3 0.9215 0.9215 0.9215)",
647
+ "oklch": "oklch(0.94 0 0)"
648
+ },
649
+ "mutedForeground": {
650
+ "hex": "#505050",
651
+ "p3": "color(display-p3 0.3124 0.3124 0.3124)",
652
+ "oklch": "oklch(0.43 0 0)"
653
+ },
654
+ "accent": {
655
+ "hex": "#ebebeb",
656
+ "p3": "color(display-p3 0.9215 0.9215 0.9215)",
657
+ "oklch": "oklch(0.94 0 0)"
658
+ },
659
+ "accentForeground": {
660
+ "hex": "#171717",
661
+ "p3": "color(display-p3 0.0905 0.0905 0.0905)",
662
+ "oklch": "oklch(0.205 0 0)"
663
+ },
664
+ "destructive": {
665
+ "hex": "#e7000b",
666
+ "p3": "color(display-p3 0.8303 0.1404 0.1332)",
667
+ "oklch": "oklch(0.577 0.245 27.325)"
668
+ },
669
+ "destructiveForeground": {
670
+ "hex": "#fafafa",
671
+ "p3": "color(display-p3 0.9803 0.9803 0.9803)",
672
+ "oklch": "oklch(0.985 0 0)"
673
+ },
674
+ "border": {
675
+ "hex": "#dbdbdb",
676
+ "p3": "color(display-p3 0.857 0.857 0.857)",
677
+ "oklch": "oklch(0.89 0 0)"
678
+ },
679
+ "input": {
680
+ "hex": "#e5e5e5",
681
+ "p3": "color(display-p3 0.8982 0.8982 0.8982)",
682
+ "oklch": "oklch(0.922 0 0)"
683
+ },
684
+ "ring": {
685
+ "hex": "#a1a1a1",
686
+ "p3": "color(display-p3 0.6302 0.6302 0.6302)",
687
+ "oklch": "oklch(0.708 0 0)"
688
+ },
689
+ "chart1": {
690
+ "hex": "#8ec5ff",
691
+ "p3": "color(display-p3 0.6026 0.7672 0.9939)",
692
+ "oklch": "oklch(0.809 0.105 251.813)"
693
+ },
694
+ "chart2": {
695
+ "hex": "#2b7fff",
696
+ "p3": "color(display-p3 0.2664 0.4912 0.9886)",
697
+ "oklch": "oklch(0.623 0.214 259.815)"
698
+ },
699
+ "chart3": {
700
+ "hex": "#155dfc",
701
+ "p3": "color(display-p3 0.1745 0.359 0.9502)",
702
+ "oklch": "oklch(0.546 0.245 262.881)"
703
+ },
704
+ "chart4": {
705
+ "hex": "#1447e6",
706
+ "p3": "color(display-p3 0.1379 0.275 0.8676)",
707
+ "oklch": "oklch(0.488 0.243 264.376)"
708
+ },
709
+ "chart5": {
710
+ "hex": "#193cb8",
711
+ "p3": "color(display-p3 0.134 0.2306 0.6955)",
712
+ "oklch": "oklch(0.424 0.199 265.638)"
713
+ },
714
+ "sidebar": {
715
+ "hex": "#ffffff",
716
+ "p3": "color(display-p3 1 1 1)",
717
+ "oklch": "oklch(1 0 0)"
718
+ },
719
+ "sidebarForeground": {
720
+ "hex": "#0a0a0a",
721
+ "p3": "color(display-p3 0.0394 0.0394 0.0394)",
722
+ "oklch": "oklch(0.145 0 0)"
723
+ },
724
+ "sidebarPrimary": {
725
+ "hex": "#f0b100",
726
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
727
+ "oklch": "oklch(0.795 0.184 86.047)"
728
+ },
729
+ "sidebarPrimaryForeground": {
730
+ "hex": "#733e0a",
731
+ "p3": "color(display-p3 0.4225 0.2527 0.0951)",
732
+ "oklch": "oklch(0.421 0.095 57.708)"
733
+ },
734
+ "sidebarAccent": {
735
+ "hex": "#ebebeb",
736
+ "p3": "color(display-p3 0.9215 0.9215 0.9215)",
737
+ "oklch": "oklch(0.94 0 0)"
738
+ },
739
+ "sidebarAccentForeground": {
740
+ "hex": "#171717",
741
+ "p3": "color(display-p3 0.0905 0.0905 0.0905)",
742
+ "oklch": "oklch(0.205 0 0)"
743
+ },
744
+ "sidebarBorder": {
745
+ "hex": "#dbdbdb",
746
+ "p3": "color(display-p3 0.857 0.857 0.857)",
747
+ "oklch": "oklch(0.89 0 0)"
748
+ },
749
+ "sidebarRing": {
750
+ "hex": "#a1a1a1",
751
+ "p3": "color(display-p3 0.6302 0.6302 0.6302)",
752
+ "oklch": "oklch(0.708 0 0)"
753
+ },
754
+ "surface1": {
755
+ "hex": "#ffffff",
756
+ "p3": "color(display-p3 1 1 1)",
757
+ "oklch": "oklch(1 0 0)"
758
+ },
759
+ "surface2": {
760
+ "hex": "#ebebeb",
761
+ "p3": "color(display-p3 0.9215 0.9215 0.9215)",
762
+ "oklch": "oklch(0.94 0 0)"
763
+ },
764
+ "surface3": {
765
+ "hex": "#ebebeb",
766
+ "p3": "color(display-p3 0.9215 0.9215 0.9215)",
767
+ "oklch": "oklch(0.94 0 0)"
768
+ },
769
+ "surfaceInset": {
770
+ "hex": "#f0f0f0",
771
+ "p3": "color(display-p3 0.941 0.941 0.941)",
772
+ "oklch": "oklch(0.955 0 0)"
773
+ },
774
+ "surfaceHover": {
775
+ "hex": "#e6e6e6",
776
+ "p3": "color(display-p3 0.902 0.902 0.902)",
777
+ "oklch": "oklch(0.925 0 0)"
778
+ },
779
+ "foregroundStrong": {
780
+ "hex": "#0a0a0a",
781
+ "p3": "color(display-p3 0.0394 0.0394 0.0394)",
782
+ "oklch": "oklch(0.145 0 0)"
783
+ },
784
+ "subtleForeground": {
785
+ "hex": "#505050",
786
+ "p3": "color(display-p3 0.3124 0.3124 0.3124)",
787
+ "oklch": "oklch(0.43 0 0)"
788
+ },
789
+ "borderStrong": {
790
+ "hex": "#747474",
791
+ "p3": "color(display-p3 0.4561 0.4561 0.4561)",
792
+ "oklch": "oklch(0.56 0 0)"
793
+ },
794
+ "fieldBg": {
795
+ "hex": "#ebebeb",
796
+ "p3": "color(display-p3 0.9215 0.9215 0.9215)",
797
+ "oklch": "oklch(0.94 0 0)"
798
+ },
799
+ "overlay": {
800
+ "hex": "#0a0a0a66",
801
+ "p3": "color(display-p3 0.0394 0.0394 0.0394 / 0.4)",
802
+ "oklch": "oklch(0.145 0 0 / 0.4)"
803
+ },
804
+ "primaryHover": {
805
+ "hex": "#fac000",
806
+ "p3": "color(display-p3 0.9464 0.7613 0.1219)",
807
+ "oklch": "oklch(0.835 0.19 89)"
808
+ },
809
+ "primaryActive": {
810
+ "hex": "#dd9f00",
811
+ "p3": "color(display-p3 0.8291 0.633 0.0845)",
812
+ "oklch": "oklch(0.74 0.17 84)"
813
+ },
814
+ "secondaryHover": {
815
+ "hex": "#e6e6e6",
816
+ "p3": "color(display-p3 0.902 0.902 0.902)",
817
+ "oklch": "oklch(0.925 0 0)"
818
+ },
819
+ "focus": {
820
+ "hex": "#f0b100",
821
+ "p3": "color(display-p3 0.9037 0.7031 0.0745)",
822
+ "oklch": "oklch(0.795 0.184 86.047)"
823
+ },
824
+ "focusStrong": {
825
+ "hex": "#733e0a",
826
+ "p3": "color(display-p3 0.4225 0.2527 0.0951)",
827
+ "oklch": "oklch(0.421 0.095 57.708)"
828
+ },
829
+ "primaryEmphasis": {
830
+ "hex": "#733e0a",
831
+ "p3": "color(display-p3 0.4225 0.2527 0.0951)",
832
+ "oklch": "oklch(0.421 0.095 57.708)"
833
+ },
834
+ "primaryOutline": {
835
+ "hex": "#733e0a",
836
+ "p3": "color(display-p3 0.4225 0.2527 0.0951)",
837
+ "oklch": "oklch(0.421 0.095 57.708)"
838
+ },
839
+ "controlSelected": {
840
+ "hex": "#733e0a",
841
+ "p3": "color(display-p3 0.4225 0.2527 0.0951)",
842
+ "oklch": "oklch(0.421 0.095 57.708)"
843
+ },
844
+ "controlSelectedForeground": {
845
+ "hex": "#fafafa",
846
+ "p3": "color(display-p3 0.9803 0.9803 0.9803)",
847
+ "oklch": "oklch(0.985 0 0)"
848
+ },
849
+ "success400": {
850
+ "hex": "#0f6b3e",
851
+ "p3": "color(display-p3 0.0588 0.4196 0.2431)",
852
+ "oklch": null
853
+ },
854
+ "warning400": {
855
+ "hex": "#6d4d00",
856
+ "p3": "color(display-p3 0.4274 0.302 0)",
857
+ "oklch": null
858
+ },
859
+ "danger400": {
860
+ "hex": "#9f2330",
861
+ "p3": "color(display-p3 0.6235 0.1373 0.1882)",
862
+ "oklch": null
863
+ },
864
+ "info400": {
865
+ "hex": "#164f9d",
866
+ "p3": "color(display-p3 0.0863 0.3098 0.6157)",
867
+ "oklch": null
868
+ },
869
+ "oracle300": {
870
+ "hex": "#8ec5ff",
871
+ "p3": "color(display-p3 0.6026 0.7672 0.9939)",
872
+ "oklch": "oklch(0.809 0.105 251.813)"
873
+ },
874
+ "oracle400": {
875
+ "hex": "#2b7fff",
876
+ "p3": "color(display-p3 0.2664 0.4912 0.9886)",
877
+ "oklch": "oklch(0.623 0.214 259.815)"
878
+ },
879
+ "selection": {
880
+ "hex": "#f0b1002e",
881
+ "p3": "color(display-p3 0.9037 0.7031 0.0745 / 0.18)",
882
+ "oklch": "oklch(0.795 0.184 86.047 / 0.18)"
883
+ },
884
+ "successBg": {
885
+ "hex": "#d5f5da",
886
+ "p3": "color(display-p3 0.858 0.9579 0.8625)",
887
+ "oklch": "oklch(0.94 0.05 150)"
888
+ },
889
+ "warningBg": {
890
+ "hex": "#ffecc1",
891
+ "p3": "color(display-p3 0.9928 0.9301 0.7768)",
892
+ "oklch": "oklch(0.95 0.06 86)"
893
+ },
894
+ "dangerBg": {
895
+ "hex": "#ffe2df",
896
+ "p3": "color(display-p3 1 0.8932 0.8808)",
897
+ "oklch": "oklch(0.95 0.05 22)"
898
+ },
899
+ "infoBg": {
900
+ "hex": "#ddf0ff",
901
+ "p3": "color(display-p3 0.8812 0.9379 1)",
902
+ "oklch": "oklch(0.95 0.045 260)"
903
+ },
904
+ "textMuted": {
905
+ "hex": "#505050",
906
+ "p3": "color(display-p3 0.3124 0.3124 0.3124)",
907
+ "oklch": "oklch(0.43 0 0)"
908
+ },
909
+ "oracle500": {
910
+ "hex": "#155dfc",
911
+ "p3": "color(display-p3 0.1745 0.359 0.9502)",
912
+ "oklch": "oklch(0.546 0.245 262.881)"
913
+ },
914
+ "oracle600": {
915
+ "hex": "#1447e6",
916
+ "p3": "color(display-p3 0.1379 0.275 0.8676)",
917
+ "oklch": "oklch(0.488 0.243 264.376)"
918
+ },
919
+ "oracle700": {
920
+ "hex": "#193cb8",
921
+ "p3": "color(display-p3 0.134 0.2306 0.6955)",
922
+ "oklch": "oklch(0.424 0.199 265.638)"
923
+ }
924
+ }
925
+ };
926
+ export const densities = {
927
+ "compact": {
928
+ "controlHXs": 24,
929
+ "controlHSm": 28,
930
+ "controlHMd": 32,
931
+ "controlHLg": 38,
932
+ "controlHXl": 44,
933
+ "rowH": 42,
934
+ "cardPad": 16,
935
+ "sectionGap": 18
936
+ },
937
+ "comfortable": {
938
+ "controlHXs": 26,
939
+ "controlHSm": 30,
940
+ "controlHMd": 36,
941
+ "controlHLg": 42,
942
+ "controlHXl": 50,
943
+ "rowH": 48,
944
+ "cardPad": 20,
945
+ "sectionGap": 24
946
+ },
947
+ "spacious": {
948
+ "controlHXs": 28,
949
+ "controlHSm": 34,
950
+ "controlHMd": 40,
951
+ "controlHLg": 48,
952
+ "controlHXl": 56,
953
+ "rowH": 54,
954
+ "cardPad": 24,
955
+ "sectionGap": 32
956
+ }
957
+ };