@tutti-os/ui-system 0.0.45 → 0.0.47

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.
@@ -113,7 +113,7 @@
113
113
  --success-foreground: oklch(0.985 0.004 145);
114
114
  --warning: oklch(0.774 0.116 86);
115
115
  --warning-foreground: oklch(0.29 0.05 84);
116
- --backdrop: rgb(255 255 255 / 60%);
116
+ --backdrop: rgb(0 0 0 / 60%);
117
117
 
118
118
  --shadow-soft: 0 10px 28px rgb(0 0 0 / 5%);
119
119
  --shadow-panel: 0 20px 44px rgb(0 0 0 / 8%);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/ui-system",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",