@poni/adjutant-ui 0.0.155 → 0.0.157
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/adjutant-ui.css +1 -1
- package/dist/components.cjs +1 -1
- package/dist/components.js +3 -3
- package/package.json +14 -14
package/dist/components.js
CHANGED
|
@@ -198,11 +198,11 @@ const Vt = /* @__PURE__ */ H({
|
|
|
198
198
|
emits: ["update:show"],
|
|
199
199
|
setup(e, { emit: i }) {
|
|
200
200
|
ae((s) => ({
|
|
201
|
-
|
|
201
|
+
v4d661a64: s.width
|
|
202
202
|
}));
|
|
203
203
|
const t = i;
|
|
204
204
|
function n() {
|
|
205
|
-
|
|
205
|
+
t("update:show", !1);
|
|
206
206
|
}
|
|
207
207
|
return (s, a) => (x(), _("div", ii, [
|
|
208
208
|
q(de, { name: "adj-fade" }, {
|
|
@@ -241,7 +241,7 @@ const Vt = /* @__PURE__ */ H({
|
|
|
241
241
|
})
|
|
242
242
|
]));
|
|
243
243
|
}
|
|
244
|
-
}), pt = /* @__PURE__ */ G(ai, [["__scopeId", "data-v-
|
|
244
|
+
}), pt = /* @__PURE__ */ G(ai, [["__scopeId", "data-v-c8bce254"]]), si = ["innerHTML"], li = /* @__PURE__ */ H({
|
|
245
245
|
__name: "AdjHintDesktop",
|
|
246
246
|
props: {
|
|
247
247
|
html: { default: "" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@poni/adjutant-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.157",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -52,31 +52,31 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@chromatic-com/storybook": "^4.1.
|
|
56
|
-
"@storybook/addon-docs": "^10.0.
|
|
57
|
-
"@storybook/addon-links": "^10.0.
|
|
58
|
-
"@storybook/vue3-vite": "^10.0.
|
|
59
|
-
"@tsconfig/node22": "^22.0.
|
|
55
|
+
"@chromatic-com/storybook": "^4.1.3",
|
|
56
|
+
"@storybook/addon-docs": "^10.0.8",
|
|
57
|
+
"@storybook/addon-links": "^10.0.8",
|
|
58
|
+
"@storybook/vue3-vite": "^10.0.8",
|
|
59
|
+
"@tsconfig/node22": "^22.0.5",
|
|
60
60
|
"@types/node": "^24.10.1",
|
|
61
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
61
|
+
"@vitejs/plugin-vue": "^6.0.2",
|
|
62
62
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
63
63
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
64
64
|
"@vue/tsconfig": "^0.8.1",
|
|
65
65
|
"@vueuse/core": "^14.0.0",
|
|
66
66
|
"eslint": "^9.39.1",
|
|
67
|
-
"eslint-plugin-storybook": "^10.0.
|
|
68
|
-
"eslint-plugin-vue": "^10.
|
|
67
|
+
"eslint-plugin-storybook": "^10.0.8",
|
|
68
|
+
"eslint-plugin-vue": "^10.6.0",
|
|
69
69
|
"npm-run-all2": "^8.0.4",
|
|
70
70
|
"prettier": "^3.6.2",
|
|
71
|
-
"sass": "^1.94.
|
|
72
|
-
"storybook": "^10.0.
|
|
71
|
+
"sass": "^1.94.2",
|
|
72
|
+
"storybook": "^10.0.8",
|
|
73
73
|
"swiper": "^12.0.3",
|
|
74
74
|
"typescript": "^5.9.3",
|
|
75
|
-
"vite": "^7.2.
|
|
75
|
+
"vite": "^7.2.4",
|
|
76
76
|
"vite-plugin-dts": "^4.5.4",
|
|
77
|
-
"vite-plugin-vue-devtools": "^8.0.
|
|
77
|
+
"vite-plugin-vue-devtools": "^8.0.5",
|
|
78
78
|
"vue": "^3.5.24",
|
|
79
|
-
"vue-tsc": "^3.1.
|
|
79
|
+
"vue-tsc": "^3.1.5"
|
|
80
80
|
},
|
|
81
81
|
"engines": {
|
|
82
82
|
"npm": ">=11",
|