@sabrenski/spire-ui-vue 0.2.3 → 0.2.4
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/dist/spire-ui.cjs +33 -33
- package/dist/spire-ui.js +1 -1
- package/package.json +12 -2
- package/dist/index.esm-AcfHMLg4.js +0 -7464
- package/dist/index.esm-BWDBVaL5.cjs +0 -81
package/dist/spire-ui.js
CHANGED
|
@@ -55433,7 +55433,7 @@ const Jq1 = { class: "flex gap-0.5 p-2" }, Qq1 = ["onClick"], Yq1 = ["onClick"],
|
|
|
55433
55433
|
const H = v.props.flash;
|
|
55434
55434
|
H?.toast && l(H.toast);
|
|
55435
55435
|
};
|
|
55436
|
-
const { usePage: f, router: j } = await import("
|
|
55436
|
+
const { usePage: f, router: j } = await import("@inertiajs/vue3"), v = f();
|
|
55437
55437
|
M(), j.on("finish", M), L = () => {
|
|
55438
55438
|
j.off("finish", M);
|
|
55439
55439
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sabrenski/spire-ui-vue",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "A modern, themeable Vue 3 component library with 57+ components, TypeScript support, and Tailwind CSS v4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Spire UI Contributors",
|
|
@@ -51,7 +51,17 @@
|
|
|
51
51
|
"build": "vite build"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"vue": "^3.0.0"
|
|
54
|
+
"vue": "^3.0.0",
|
|
55
|
+
"@inertiajs/vue3": "^2.0.0",
|
|
56
|
+
"vue-router": "^4.0.0"
|
|
57
|
+
},
|
|
58
|
+
"peerDependenciesMeta": {
|
|
59
|
+
"@inertiajs/vue3": {
|
|
60
|
+
"optional": true
|
|
61
|
+
},
|
|
62
|
+
"vue-router": {
|
|
63
|
+
"optional": true
|
|
64
|
+
}
|
|
55
65
|
},
|
|
56
66
|
"dependencies": {
|
|
57
67
|
"@hugeicons/core-free-icons": "^1.0.0",
|