@vuetify/one 2.10.0 → 2.10.1
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 +3 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4028,7 +4028,7 @@ const at = /* @__PURE__ */ _({
|
|
|
4028
4028
|
}, z({
|
|
4029
4029
|
prepend: s(() => [
|
|
4030
4030
|
n(y, {
|
|
4031
|
-
class: "ps-2",
|
|
4031
|
+
class: "ps-2 ps-md-5",
|
|
4032
4032
|
to: "/"
|
|
4033
4033
|
}, {
|
|
4034
4034
|
default: s(() => [
|
|
@@ -4067,7 +4067,8 @@ const at = /* @__PURE__ */ _({
|
|
|
4067
4067
|
length: "20",
|
|
4068
4068
|
vertical: ""
|
|
4069
4069
|
})) : h("", !0),
|
|
4070
|
-
n($)
|
|
4070
|
+
n($),
|
|
4071
|
+
v[1] || (v[1] = g("div", { class: "pe-md-3" }, null, -1))
|
|
4071
4072
|
]),
|
|
4072
4073
|
default: s(() => [
|
|
4073
4074
|
e(l) ? h("", !0) : w(f.$slots, "default", { key: 0 })
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/one",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"vue-tsc": "^3.0.6",
|
|
83
83
|
"vuetify": "^3.10.0"
|
|
84
84
|
},
|
|
85
|
-
"packageManager": "pnpm@10.
|
|
85
|
+
"packageManager": "pnpm@10.26.1",
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"vite-plugin-pages": "^0.33.1",
|
|
88
88
|
"vite-plugin-vue-layouts-next": "^1.0.0"
|