x-block-lib 0.8.51 → 0.8.52
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -10121,7 +10121,7 @@ const Xa = /* @__PURE__ */ pt({
|
|
|
10121
10121
|
}
|
|
10122
10122
|
}), qa = { class: "d-flex flex-column" }, Qa = { class: "text-subtitle-1 ml-6" }, za = {
|
|
10123
10123
|
key: 0,
|
|
10124
|
-
class: "text-
|
|
10124
|
+
class: "text-caption text-grey text-truncate ml-6",
|
|
10125
10125
|
style: { maxWidth: "340px" }
|
|
10126
10126
|
}, Za = /* @__PURE__ */ pt({
|
|
10127
10127
|
__name: "item",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.52",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"vue-i18n": "^11.1.12",
|
|
38
38
|
"vue-router": "^4.6.3",
|
|
39
39
|
"vuetify": "^3.10.9",
|
|
40
|
-
"x-essential-lib": "^0.9.
|
|
40
|
+
"x-essential-lib": "^0.9.13",
|
|
41
41
|
"x-runtime-lib": "^0.8.97",
|
|
42
42
|
"x-state-lib": "^0.3.28"
|
|
43
43
|
},
|