@ox-content/theme-blur-glass 2.89.0 → 3.0.0-alpha.1
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ox-content/theme-blur-glass",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-alpha.1",
|
|
4
4
|
"description": "Frosted backdrop-blur layers that resolve out of a soft haze — an Ox Content skin that composes with any @ox-content/theme-color-* scheme",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blur",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"provenance": true
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@types/node": "^26.
|
|
43
|
+
"@types/node": "^26.2.0",
|
|
44
44
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
45
45
|
"typescript": "^7.0.2",
|
|
46
|
-
"vite-plus": "0.2.
|
|
47
|
-
"@ox-content/vite-plugin": "
|
|
46
|
+
"vite-plus": "0.2.9",
|
|
47
|
+
"@ox-content/vite-plugin": "3.0.0-alpha.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@ox-content/vite-plugin": ">=2.84.0"
|