@tutti-os/ui-system 0.0.218 → 0.0.220

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.
@@ -19,6 +19,7 @@
19
19
 
20
20
  --background: oklch(0.986 0.004 84);
21
21
  --background-panel: rgb(248 250 252);
22
+ --background-1: rgb(244 245 247);
22
23
  --background-session-flow: rgb(252 253 255);
23
24
  --background-session-sidepanel: rgb(244 245 247);
24
25
  --background-fronted: rgb(255 255 255 / 1);
@@ -208,6 +209,7 @@
208
209
  :root[data-theme="dark"] {
209
210
  --background: oklch(0.192 0.008 255);
210
211
  --background-panel: rgb(42 42 43);
212
+ --background-1: rgb(24 24 24);
211
213
  --background-session-flow: rgb(24 24 24);
212
214
  --background-session-sidepanel: rgb(42 42 43);
213
215
  --background-fronted: rgb(51 51 51 / 1);
@@ -387,6 +389,7 @@
387
389
  :root:not([data-theme="light"]) {
388
390
  --background: oklch(0.192 0.008 255);
389
391
  --background-panel: rgb(42 42 43);
392
+ --background-1: rgb(24 24 24);
390
393
  --background-session-flow: rgb(24 24 24);
391
394
  --background-session-sidepanel: rgb(42 42 43);
392
395
  --background-fronted: rgb(51 51 51 / 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/ui-system",
3
- "version": "0.0.218",
3
+ "version": "0.0.220",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",