@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 CHANGED
@@ -133,7 +133,8 @@
133
133
  scrollbar-width: thin; }
134
134
 
135
135
  main.v-main {
136
- transition: none; }
136
+ transition: none;
137
+ height: 100vh; }
137
138
 
138
139
  ::-webkit-scrollbar {
139
140
  width: 7px;
@@ -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-f7622fa2_0", { source: ".zd-frame-page {\n display: block;\n height: 100vh !important;\n}", map: undefined, media: undefined });
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 */
@@ -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-f7622fa2_0", { source: ".zd-frame-page {\n display: block;\n height: 100vh !important;\n}", map: undefined, media: undefined });
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.0",
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": "95cc7b23c32718a39fb631fab1288fa15eebcbb4"
54
+ "gitHead": "c28ede2a8e3532164c25808eb632946bde474052"
55
55
  }