jaci-ui 0.9.0 → 0.9.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jaci-ui",
3
3
  "description": "Accessible, themeable React components by Jaci UI",
4
- "version": "0.9.0",
4
+ "version": "0.9.2",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Richard Borges",
@@ -86,13 +86,13 @@
86
86
  "access": "public"
87
87
  },
88
88
  "devDependencies": {
89
- "@pandacss/dev": "^1.11.4",
89
+ "@pandacss/dev": "^1.11.5",
90
90
  "@types/qrcode": "^1.5.6",
91
- "@types/react": "^19.2.17",
92
- "@types/react-dom": "^19.2.3",
91
+ "@types/react": "^19.2.18",
92
+ "@types/react-dom": "^19.2.4",
93
93
  "jsdom": "^27.4.0",
94
- "react": "^19.2.7",
95
- "react-dom": "^19.2.7",
94
+ "react": "^19.2.8",
95
+ "react-dom": "^19.2.8",
96
96
  "tsdown": "^0.22.4"
97
97
  },
98
98
  "scripts": {
@@ -109,8 +109,9 @@
109
109
  "test": "pnpm panda:codegen && vitest run",
110
110
  "test:watch": "pnpm panda:codegen && vitest",
111
111
  "verify:client-boundaries": "node scripts/verify-client-boundaries.mjs",
112
- "package:check": "pnpm build && pnpm performance:check && pnpm package:contract",
112
+ "package:check": "pnpm build && pnpm performance:check && pnpm package:contract && pnpm backdrop:check",
113
113
  "package:contract": "node scripts/package-check.mjs",
114
- "performance:check": "node scripts/performance-check.mjs"
114
+ "performance:check": "node scripts/performance-check.mjs",
115
+ "backdrop:check": "node ../../scripts/check-backdrop-filter.mjs --package-only"
115
116
  }
116
117
  }