@zeedhi/teknisa-components-vuetify 1.79.1 → 1.80.0
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.
|
@@ -7637,7 +7637,7 @@ __vue_render__$1._withStripped = true;
|
|
|
7637
7637
|
/* style */
|
|
7638
7638
|
const __vue_inject_styles__$1 = function (inject) {
|
|
7639
7639
|
if (!inject) return
|
|
7640
|
-
inject("data-v-
|
|
7640
|
+
inject("data-v-5e280750_0", { source: ".about-modal {\n flex-grow: 0;\n overflow-y: unset;\n width: auto;\n}\n.about-modal .zd-modal-card, .about-modal .zd-modal-card-text, .about-modal .zd-modal-container, .about-modal .zd-tabs {\n height: 100%;\n}\n.about-modal .zd-modal-container {\n display: flex;\n flex-direction: column;\n}\n.about-modal .zd-tabs, .about-modal .v-tabs-items {\n overflow-y: auto;\n}\n.about-modal .zd-image-valid {\n width: 60%;\n align-items: center;\n}\n.about-modal #basic-user-info_about_image {\n text-align: center;\n}", map: undefined, media: undefined });
|
|
7641
7641
|
|
|
7642
7642
|
};
|
|
7643
7643
|
/* scoped */
|
|
@@ -7639,7 +7639,7 @@
|
|
|
7639
7639
|
/* style */
|
|
7640
7640
|
const __vue_inject_styles__$1 = function (inject) {
|
|
7641
7641
|
if (!inject) return
|
|
7642
|
-
inject("data-v-
|
|
7642
|
+
inject("data-v-5e280750_0", { source: ".about-modal {\n flex-grow: 0;\n overflow-y: unset;\n width: auto;\n}\n.about-modal .zd-modal-card, .about-modal .zd-modal-card-text, .about-modal .zd-modal-container, .about-modal .zd-tabs {\n height: 100%;\n}\n.about-modal .zd-modal-container {\n display: flex;\n flex-direction: column;\n}\n.about-modal .zd-tabs, .about-modal .v-tabs-items {\n overflow-y: auto;\n}\n.about-modal .zd-image-valid {\n width: 60%;\n align-items: center;\n}\n.about-modal #basic-user-info_about_image {\n text-align: center;\n}", map: undefined, media: undefined });
|
|
7643
7643
|
|
|
7644
7644
|
};
|
|
7645
7645
|
/* scoped */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/teknisa-components-vuetify",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.80.0",
|
|
4
4
|
"description": "Teknisa Components based on Vuetify",
|
|
5
5
|
"author": "Zeedhi <zeedhi@teknisa.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"vue": "2.7.*",
|
|
42
42
|
"vuetify": "2.6.*"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "34e08ad2e8bf0d91e064f456fca003b73afba2dd"
|
|
45
45
|
}
|