x-block-lib 0.5.9 → 0.5.10
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/index.js +5 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -11182,10 +11182,12 @@ const bf = { class: "position-relative w-100 h-100" }, Of = /* @__PURE__ */ et({
|
|
|
11182
11182
|
h.value ? (he(), st("div", {
|
|
11183
11183
|
key: 0,
|
|
11184
11184
|
class: "d-flex flex-column justify-center align-center",
|
|
11185
|
-
style: We(b.value)
|
|
11186
|
-
size: "large"
|
|
11185
|
+
style: We(b.value)
|
|
11187
11186
|
}, [
|
|
11188
|
-
Te(f, {
|
|
11187
|
+
Te(f, {
|
|
11188
|
+
size: "x-large",
|
|
11189
|
+
icon: U(ul)
|
|
11190
|
+
}, null, 8, ["icon"])
|
|
11189
11191
|
], 4)) : St("", !0),
|
|
11190
11192
|
He("div", {
|
|
11191
11193
|
class: "d-flex align-end pt-3 pr-3",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"vue-draggable-plus": "^0.5.4",
|
|
33
33
|
"vuetify": "^3.7.3",
|
|
34
34
|
"x-essential-lib": "^0.7.10",
|
|
35
|
-
"x-runtime-lib": "^0.5.
|
|
35
|
+
"x-runtime-lib": "^0.5.11"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@eslint/js": "^10.0.0",
|