@floegence/floe-webapp-core 0.36.70 → 0.36.72
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/dist/floe.css +16 -13
- package/dist/styles/tokens.d.ts +84 -84
- package/dist/styles/tokens.js +42 -42
- package/dist/styles.css +1 -1
- package/dist/themes/light.css +48 -48
- package/dist/workbench.css +26 -18
- package/package.json +1 -1
package/dist/styles/tokens.js
CHANGED
|
@@ -10,70 +10,70 @@ const r = {
|
|
|
10
10
|
{
|
|
11
11
|
name: "Background",
|
|
12
12
|
variable: "--background",
|
|
13
|
-
lightValue: "hsl(
|
|
13
|
+
lightValue: "hsl(34 24% 94%)",
|
|
14
14
|
darkValue: "hsl(222 30% 8%)",
|
|
15
15
|
description: "Main application background color."
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
name: "Foreground",
|
|
19
19
|
variable: "--foreground",
|
|
20
|
-
lightValue: "hsl(
|
|
20
|
+
lightValue: "hsl(214 26% 17%)",
|
|
21
21
|
darkValue: "hsl(210 20% 98%)",
|
|
22
22
|
description: "Default foreground color for body text."
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
name: "Primary",
|
|
26
26
|
variable: "--primary",
|
|
27
|
-
lightValue: "hsl(
|
|
27
|
+
lightValue: "hsl(214 26% 17%)",
|
|
28
28
|
darkValue: "hsl(210 20% 98%)",
|
|
29
29
|
description: "Primary interactive color used by buttons and emphasis."
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
name: "Primary Foreground",
|
|
33
33
|
variable: "--primary-foreground",
|
|
34
|
-
lightValue: "hsl(
|
|
34
|
+
lightValue: "hsl(36 100% 99%)",
|
|
35
35
|
darkValue: "hsl(222 30% 10%)",
|
|
36
36
|
description: "Foreground color used on primary surfaces."
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
name: "Secondary",
|
|
40
40
|
variable: "--secondary",
|
|
41
|
-
lightValue: "hsl(36
|
|
41
|
+
lightValue: "hsl(36 15% 94%)",
|
|
42
42
|
darkValue: "hsl(220 25% 14%)",
|
|
43
43
|
description: "Secondary surface color for lower-emphasis blocks."
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
name: "Secondary Foreground",
|
|
47
47
|
variable: "--secondary-foreground",
|
|
48
|
-
lightValue: "hsl(
|
|
48
|
+
lightValue: "hsl(214 25% 25%)",
|
|
49
49
|
darkValue: "hsl(210 20% 98%)",
|
|
50
50
|
description: "Foreground color used on secondary surfaces."
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
name: "Muted",
|
|
54
54
|
variable: "--muted",
|
|
55
|
-
lightValue: "hsl(36
|
|
55
|
+
lightValue: "hsl(36 15% 94%)",
|
|
56
56
|
darkValue: "hsl(220 25% 14%)",
|
|
57
57
|
description: "Muted surface color for subtle containers and fills."
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
name: "Muted Foreground",
|
|
61
61
|
variable: "--muted-foreground",
|
|
62
|
-
lightValue: "hsl(215
|
|
62
|
+
lightValue: "hsl(215 16% 42%)",
|
|
63
63
|
darkValue: "hsl(215 20% 60%)",
|
|
64
64
|
description: "Secondary text color for supporting copy."
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
name: "Accent",
|
|
68
68
|
variable: "--accent",
|
|
69
|
-
lightValue: "hsl(
|
|
69
|
+
lightValue: "hsl(34 11% 88%)",
|
|
70
70
|
darkValue: "hsl(220 25% 16%)",
|
|
71
71
|
description: "Accent surface for hover states and light emphasis."
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
name: "Accent Foreground",
|
|
75
75
|
variable: "--accent-foreground",
|
|
76
|
-
lightValue: "hsl(
|
|
76
|
+
lightValue: "hsl(214 26% 17%)",
|
|
77
77
|
darkValue: "hsl(210 20% 98%)",
|
|
78
78
|
description: "Foreground color used on accent surfaces."
|
|
79
79
|
}
|
|
@@ -86,49 +86,49 @@ const r = {
|
|
|
86
86
|
{
|
|
87
87
|
name: "Card",
|
|
88
88
|
variable: "--card",
|
|
89
|
-
lightValue: "hsl(
|
|
89
|
+
lightValue: "hsl(36 100% 99%)",
|
|
90
90
|
darkValue: "hsl(222 28% 10%)",
|
|
91
91
|
description: "Card background surface."
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
name: "Card Foreground",
|
|
95
95
|
variable: "--card-foreground",
|
|
96
|
-
lightValue: "hsl(
|
|
96
|
+
lightValue: "hsl(214 26% 17%)",
|
|
97
97
|
darkValue: "hsl(210 20% 98%)",
|
|
98
98
|
description: "Foreground color used on card surfaces."
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
name: "Popover",
|
|
102
102
|
variable: "--popover",
|
|
103
|
-
lightValue: "hsl(
|
|
103
|
+
lightValue: "hsl(36 100% 99%)",
|
|
104
104
|
darkValue: "hsl(222 28% 10%)",
|
|
105
105
|
description: "Popover and floating panel background."
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
name: "Popover Foreground",
|
|
109
109
|
variable: "--popover-foreground",
|
|
110
|
-
lightValue: "hsl(
|
|
110
|
+
lightValue: "hsl(214 26% 17%)",
|
|
111
111
|
darkValue: "hsl(210 20% 98%)",
|
|
112
112
|
description: "Foreground color used on popovers."
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
name: "Border",
|
|
116
116
|
variable: "--border",
|
|
117
|
-
lightValue: "hsl(
|
|
117
|
+
lightValue: "hsl(35 13% 82%)",
|
|
118
118
|
darkValue: "hsl(220 20% 18%)",
|
|
119
119
|
description: "Default border color."
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
name: "Input",
|
|
123
123
|
variable: "--input",
|
|
124
|
-
lightValue: "hsl(
|
|
124
|
+
lightValue: "hsl(37 15% 76%)",
|
|
125
125
|
darkValue: "hsl(220 25% 14%)",
|
|
126
126
|
description: "Input border color."
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
name: "Ring",
|
|
130
130
|
variable: "--ring",
|
|
131
|
-
lightValue: "hsl(
|
|
131
|
+
lightValue: "hsl(214 26% 17%)",
|
|
132
132
|
darkValue: "hsl(215 25% 70%)",
|
|
133
133
|
description: "Focus ring color."
|
|
134
134
|
}
|
|
@@ -155,14 +155,14 @@ const r = {
|
|
|
155
155
|
{
|
|
156
156
|
name: "Warning",
|
|
157
157
|
variable: "--warning",
|
|
158
|
-
lightValue: "
|
|
158
|
+
lightValue: "hsl(38 92% 50%)",
|
|
159
159
|
darkValue: "oklch(0.82 0.16 80)",
|
|
160
160
|
description: "Warning state color."
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
name: "Warning Foreground",
|
|
164
164
|
variable: "--warning-foreground",
|
|
165
|
-
lightValue: "hsl(
|
|
165
|
+
lightValue: "hsl(214 26% 17%)",
|
|
166
166
|
darkValue: "hsl(222 30% 10%)",
|
|
167
167
|
description: "Foreground color used on warning surfaces."
|
|
168
168
|
},
|
|
@@ -183,7 +183,7 @@ const r = {
|
|
|
183
183
|
{
|
|
184
184
|
name: "Info",
|
|
185
185
|
variable: "--info",
|
|
186
|
-
lightValue: "
|
|
186
|
+
lightValue: "hsl(217 91% 60%)",
|
|
187
187
|
darkValue: "oklch(0.7 0.15 250)",
|
|
188
188
|
description: "Informational state color."
|
|
189
189
|
},
|
|
@@ -251,7 +251,7 @@ const r = {
|
|
|
251
251
|
{
|
|
252
252
|
name: "Chrome Border",
|
|
253
253
|
variable: "--chrome-border",
|
|
254
|
-
lightValue: "
|
|
254
|
+
lightValue: "hsl(33 11% 84%)",
|
|
255
255
|
darkValue: "var(--border)",
|
|
256
256
|
description: "Default shared shell divider color."
|
|
257
257
|
},
|
|
@@ -292,56 +292,56 @@ const r = {
|
|
|
292
292
|
{
|
|
293
293
|
name: "Sidebar",
|
|
294
294
|
variable: "--sidebar",
|
|
295
|
-
lightValue: "hsl(36
|
|
295
|
+
lightValue: "hsl(36 13% 92%)",
|
|
296
296
|
darkValue: "hsl(222 28% 10%)",
|
|
297
297
|
description: "Sidebar background."
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
300
|
name: "Sidebar Foreground",
|
|
301
301
|
variable: "--sidebar-foreground",
|
|
302
|
-
lightValue: "hsl(
|
|
302
|
+
lightValue: "hsl(214 26% 17%)",
|
|
303
303
|
darkValue: "hsl(210 20% 98%)",
|
|
304
304
|
description: "Sidebar foreground color."
|
|
305
305
|
},
|
|
306
306
|
{
|
|
307
307
|
name: "Sidebar Primary",
|
|
308
308
|
variable: "--sidebar-primary",
|
|
309
|
-
lightValue: "hsl(
|
|
309
|
+
lightValue: "hsl(214 26% 17%)",
|
|
310
310
|
darkValue: "hsl(217 80% 55%)",
|
|
311
311
|
description: "Primary emphasis color inside the sidebar."
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
name: "Sidebar Primary Foreground",
|
|
315
315
|
variable: "--sidebar-primary-foreground",
|
|
316
|
-
lightValue: "hsl(
|
|
316
|
+
lightValue: "hsl(36 100% 99%)",
|
|
317
317
|
darkValue: "hsl(0 0% 100%)",
|
|
318
318
|
description: "Foreground color used on sidebar primary surfaces."
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
name: "Sidebar Accent",
|
|
322
322
|
variable: "--sidebar-accent",
|
|
323
|
-
lightValue: "hsl(
|
|
323
|
+
lightValue: "hsl(34 11% 88%)",
|
|
324
324
|
darkValue: "hsl(220 25% 16%)",
|
|
325
325
|
description: "Accent surface used for sidebar hover and active states."
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
name: "Sidebar Accent Foreground",
|
|
329
329
|
variable: "--sidebar-accent-foreground",
|
|
330
|
-
lightValue: "hsl(
|
|
330
|
+
lightValue: "hsl(214 26% 17%)",
|
|
331
331
|
darkValue: "hsl(210 20% 98%)",
|
|
332
332
|
description: "Foreground color used on sidebar accent surfaces."
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
name: "Sidebar Border",
|
|
336
336
|
variable: "--sidebar-border",
|
|
337
|
-
lightValue: "hsl(
|
|
337
|
+
lightValue: "hsl(33 11% 84%)",
|
|
338
338
|
darkValue: "hsl(220 20% 18%)",
|
|
339
339
|
description: "Sidebar inner border color."
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
name: "Sidebar Ring",
|
|
343
343
|
variable: "--sidebar-ring",
|
|
344
|
-
lightValue: "hsl(
|
|
344
|
+
lightValue: "hsl(214 26% 17%)",
|
|
345
345
|
darkValue: "hsl(217 80% 55%)",
|
|
346
346
|
description: "Focus ring color for sidebar elements."
|
|
347
347
|
}
|
|
@@ -354,35 +354,35 @@ const r = {
|
|
|
354
354
|
{
|
|
355
355
|
name: "Activity Bar",
|
|
356
356
|
variable: "--activity-bar",
|
|
357
|
-
lightValue: "hsl(36
|
|
357
|
+
lightValue: "hsl(36 13% 92%)",
|
|
358
358
|
darkValue: "hsl(222 30% 9%)",
|
|
359
359
|
description: "Activity bar background."
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
name: "Activity Bar Foreground",
|
|
363
363
|
variable: "--activity-bar-foreground",
|
|
364
|
-
lightValue: "hsl(215
|
|
364
|
+
lightValue: "hsl(215 16% 42%)",
|
|
365
365
|
darkValue: "hsl(215 20% 55%)",
|
|
366
366
|
description: "Default activity bar icon color."
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
name: "Activity Bar Foreground Active",
|
|
370
370
|
variable: "--activity-bar-foreground-active",
|
|
371
|
-
lightValue: "hsl(
|
|
371
|
+
lightValue: "hsl(214 26% 17%)",
|
|
372
372
|
darkValue: "hsl(210 20% 98%)",
|
|
373
373
|
description: "Active activity bar icon color."
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
376
|
name: "Activity Bar Badge",
|
|
377
377
|
variable: "--activity-bar-badge",
|
|
378
|
-
lightValue: "hsl(
|
|
378
|
+
lightValue: "hsl(214 26% 17%)",
|
|
379
379
|
darkValue: "hsl(217 80% 55%)",
|
|
380
380
|
description: "Activity bar badge background."
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
name: "Activity Bar Badge Foreground",
|
|
384
384
|
variable: "--activity-bar-badge-foreground",
|
|
385
|
-
lightValue: "hsl(
|
|
385
|
+
lightValue: "hsl(36 100% 99%)",
|
|
386
386
|
darkValue: "hsl(0 0% 100%)",
|
|
387
387
|
description: "Activity bar badge foreground."
|
|
388
388
|
}
|
|
@@ -395,7 +395,7 @@ const r = {
|
|
|
395
395
|
{
|
|
396
396
|
name: "Terminal Background",
|
|
397
397
|
variable: "--terminal-background",
|
|
398
|
-
lightValue: "hsl(
|
|
398
|
+
lightValue: "hsl(214 26% 17%)",
|
|
399
399
|
darkValue: "hsl(222 32% 7%)",
|
|
400
400
|
description: "Integrated terminal background."
|
|
401
401
|
},
|
|
@@ -415,21 +415,21 @@ const r = {
|
|
|
415
415
|
{
|
|
416
416
|
name: "Chart 1",
|
|
417
417
|
variable: "--chart-1",
|
|
418
|
-
lightValue: "hsl(
|
|
418
|
+
lightValue: "hsl(214 26% 17%)",
|
|
419
419
|
darkValue: "hsl(210 20% 98%)",
|
|
420
420
|
description: "Primary chart series color."
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
name: "Chart 2",
|
|
424
424
|
variable: "--chart-2",
|
|
425
|
-
lightValue: "hsl(
|
|
425
|
+
lightValue: "hsl(215 16% 42%)",
|
|
426
426
|
darkValue: "hsl(215 20% 60%)",
|
|
427
427
|
description: "Secondary chart series color."
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
430
|
name: "Chart 3",
|
|
431
431
|
variable: "--chart-3",
|
|
432
|
-
lightValue: "
|
|
432
|
+
lightValue: "hsl(217 91% 60%)",
|
|
433
433
|
darkValue: "oklch(0.7 0.15 250)",
|
|
434
434
|
description: "Tertiary chart series color."
|
|
435
435
|
},
|
|
@@ -443,7 +443,7 @@ const r = {
|
|
|
443
443
|
{
|
|
444
444
|
name: "Chart 5",
|
|
445
445
|
variable: "--chart-5",
|
|
446
|
-
lightValue: "
|
|
446
|
+
lightValue: "hsl(38 92% 50%)",
|
|
447
447
|
darkValue: "oklch(0.82 0.16 80)",
|
|
448
448
|
description: "Quinary chart series color."
|
|
449
449
|
}
|
|
@@ -456,7 +456,7 @@ const r = {
|
|
|
456
456
|
{
|
|
457
457
|
name: "Selection Background",
|
|
458
458
|
variable: "--selection-bg",
|
|
459
|
-
lightValue: "hsl(
|
|
459
|
+
lightValue: "hsl(217 91% 60%)",
|
|
460
460
|
darkValue: "hsl(215 70% 50%)",
|
|
461
461
|
description: "Default text selection background."
|
|
462
462
|
},
|
|
@@ -470,14 +470,14 @@ const r = {
|
|
|
470
470
|
{
|
|
471
471
|
name: "Selection On Primary Background",
|
|
472
472
|
variable: "--selection-on-primary-bg",
|
|
473
|
-
lightValue: "hsl(
|
|
473
|
+
lightValue: "hsl(38 92% 50%)",
|
|
474
474
|
darkValue: "hsl(215 80% 35%)",
|
|
475
475
|
description: "Selection background for text rendered on primary surfaces."
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
478
|
name: "Selection On Primary Foreground",
|
|
479
479
|
variable: "--selection-on-primary-fg",
|
|
480
|
-
lightValue: "hsl(
|
|
480
|
+
lightValue: "hsl(214 26% 17%)",
|
|
481
481
|
darkValue: "hsl(0 0% 100%)",
|
|
482
482
|
description: "Selection foreground for text rendered on primary surfaces."
|
|
483
483
|
},
|