@elvora/svelte 1.0.0-rc.1 → 1.0.0-rc.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elvora/svelte",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.2",
|
|
4
4
|
"description": "Elvora UI components for Svelte 4 / Svelte 5 — same headless API as the React adapter, idiomatic Svelte stores, WCAG 2.1 AA.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Elvora UI Contributors",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"svelte": ">=4.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@elvora/
|
|
52
|
-
"@elvora/
|
|
53
|
-
"@elvora/
|
|
54
|
-
"@elvora/
|
|
51
|
+
"@elvora/icons": "1.0.0-rc.2",
|
|
52
|
+
"@elvora/themes": "1.0.0-rc.2",
|
|
53
|
+
"@elvora/core": "1.0.0-rc.2",
|
|
54
|
+
"@elvora/tokens": "1.0.0-rc.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"svelte": "^5.0.0",
|