@spark-ui/dialog
Advanced tools
Comparing version 9.0.1 to 9.0.2
@@ -6,2 +6,8 @@ # Change Log | ||
## [9.0.2](https://github.com/adevinta/spark/compare/v9.0.1...v9.0.2) (2025-02-06) | ||
### Bug Fixes | ||
- adjust peer deps following tailwind v4 update ([7d00dcf](https://github.com/adevinta/spark/commit/7d00dcf132cf8fd7161f6acbfac147a3e68e7bfc)) | ||
## [9.0.1](https://github.com/adevinta/spark/compare/v9.0.0...v9.0.1) (2025-02-06) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@spark-ui/dialog", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.", | ||
@@ -26,3 +26,2 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"@spark-ui/tailwind-plugins": "latest", | ||
"@spark-ui/theme-utils": "latest", | ||
@@ -49,8 +48,8 @@ "react": "^19.0", | ||
"@radix-ui/react-dialog": "1.1.2", | ||
"@spark-ui/icon": "^9.0.1", | ||
"@spark-ui/icon-button": "^9.0.1", | ||
"@spark-ui/icons": "^9.0.1", | ||
"@spark-ui/icon": "^9.0.2", | ||
"@spark-ui/icon-button": "^9.0.2", | ||
"@spark-ui/icons": "^9.0.2", | ||
"class-variance-authority": "0.7.0" | ||
}, | ||
"gitHead": "6ae906557586fed35fe306d68806f65eef6c43fa" | ||
"gitHead": "94f87ca3d23aabde6f729d9fb3726bbd78cad12b" | ||
} |
87510
9
- Removed@spark-ui/tailwind-plugins@9.1.0(transitive)
- Removedtailwindcss-radix@2.9.0(transitive)
Updated@spark-ui/icon@^9.0.2
Updated@spark-ui/icon-button@^9.0.2
Updated@spark-ui/icons@^9.0.2