@zeedhi/vuetify 1.69.0 → 1.69.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/zd-style.css +2 -1
- package/dist/zd-vuetify.esm.js +1 -1
- package/dist/zd-vuetify.umd.js +1 -1
- package/package.json +2 -2
package/dist/zd-style.css
CHANGED
package/dist/zd-vuetify.esm.js
CHANGED
@@ -44724,7 +44724,7 @@ __vue_render__$11._withStripped = true;
|
|
44724
44724
|
/* style */
|
44725
44725
|
const __vue_inject_styles__$11 = function (inject) {
|
44726
44726
|
if (!inject) return
|
44727
|
-
inject("data-v-
|
44727
|
+
inject("data-v-19f33cc2_0", { source: ".zd-frame-page {\n display: block;\n height: 100% !important;\n}", map: undefined, media: undefined });
|
44728
44728
|
|
44729
44729
|
};
|
44730
44730
|
/* scoped */
|
package/dist/zd-vuetify.umd.js
CHANGED
@@ -44723,7 +44723,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
44723
44723
|
/* style */
|
44724
44724
|
const __vue_inject_styles__$11 = function (inject) {
|
44725
44725
|
if (!inject) return
|
44726
|
-
inject("data-v-
|
44726
|
+
inject("data-v-19f33cc2_0", { source: ".zd-frame-page {\n display: block;\n height: 100% !important;\n}", map: undefined, media: undefined });
|
44727
44727
|
|
44728
44728
|
};
|
44729
44729
|
/* scoped */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zeedhi/vuetify",
|
3
|
-
"version": "1.69.
|
3
|
+
"version": "1.69.1",
|
4
4
|
"description": "Zeedhi Components based on Vuetify",
|
5
5
|
"author": "Zeedhi <zeedhi@teknisa.com>",
|
6
6
|
"license": "ISC",
|
@@ -51,5 +51,5 @@
|
|
51
51
|
"@types/prismjs": "^1.16.2",
|
52
52
|
"@types/sortablejs": "^1.10.6"
|
53
53
|
},
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "c28ede2a8e3532164c25808eb632946bde474052"
|
55
55
|
}
|