@tutti-os/ui-system 0.0.198 → 0.0.199
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/styles/semantic.css
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
--color-background-session-flow: var(--background-session-flow);
|
|
8
8
|
--color-background-session-sidepanel: var(--background-session-sidepanel);
|
|
9
9
|
--color-background-fronted: var(--background-fronted);
|
|
10
|
+
--color-background-board-card: var(--background-board-card);
|
|
10
11
|
--color-foreground: var(--foreground);
|
|
11
12
|
--color-card: var(--card);
|
|
12
13
|
--color-card-foreground: var(--card-foreground);
|
package/dist/styles/theme.css
CHANGED
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
--background-session-sidepanel: rgb(244 245 247);
|
|
24
24
|
--background-fronted: rgb(255 255 255 / 1);
|
|
25
25
|
--background-soft: oklch(0.968 0.006 84);
|
|
26
|
+
--background-board-card: rgb(255 255 255 / 1);
|
|
26
27
|
--foreground: oklch(0.248 0.016 258);
|
|
27
28
|
--text-primary: rgb(60 60 60);
|
|
28
29
|
--text-primary-hover: rgb(60 60 60 / 90%);
|
|
@@ -211,6 +212,7 @@
|
|
|
211
212
|
--background-session-sidepanel: rgb(42 42 43);
|
|
212
213
|
--background-fronted: rgb(51 51 51 / 1);
|
|
213
214
|
--background-soft: oklch(0.224 0.01 255);
|
|
215
|
+
--background-board-card: rgb(255 255 255 / 8%);
|
|
214
216
|
--foreground: oklch(0.955 0.004 84);
|
|
215
217
|
--text-primary: rgb(255 255 255);
|
|
216
218
|
--text-primary-hover: rgb(255 255 255 / 90%);
|
|
@@ -389,6 +391,7 @@
|
|
|
389
391
|
--background-session-sidepanel: rgb(42 42 43);
|
|
390
392
|
--background-fronted: rgb(51 51 51 / 1);
|
|
391
393
|
--background-soft: oklch(0.224 0.01 255);
|
|
394
|
+
--background-board-card: rgb(255 255 255 / 8%);
|
|
392
395
|
--foreground: oklch(0.955 0.004 84);
|
|
393
396
|
--text-primary: rgb(255 255 255);
|
|
394
397
|
--text-primary-hover: rgb(255 255 255 / 90%);
|