@vertz/theme-shadcn 0.2.21 → 0.2.23

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.
@@ -379,6 +379,9 @@ function configureThemeBase(config) {
379
379
  color: "var(--color-foreground)",
380
380
  backgroundColor: "var(--color-background)"
381
381
  },
382
+ "dialog:not([open])": {
383
+ display: "none"
384
+ },
382
385
  'input[type="checkbox"]': {
383
386
  appearance: "none",
384
387
  width: "1rem",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertz/theme-shadcn",
3
- "version": "0.2.21",
3
+ "version": "0.2.23",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Shadcn-inspired theme for Vertz — pre-built style definitions using variants() and css()",
@@ -39,12 +39,12 @@
39
39
  "typecheck": "tsc --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@vertz/ui": "^0.2.20",
43
- "@vertz/ui-primitives": "^0.2.20"
42
+ "@vertz/ui": "^0.2.22",
43
+ "@vertz/ui-primitives": "^0.2.22"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@happy-dom/global-registrator": "^20.7.0",
47
- "@vertz/ui-compiler": "^0.2.20",
47
+ "@vertz/ui-compiler": "^0.2.22",
48
48
  "bunup": "^0.16.31",
49
49
  "happy-dom": "^20.7.0",
50
50
  "typescript": "^5.7.0"