@avakhula/ui 0.0.136 → 0.0.138

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avakhula/ui",
3
- "version": "0.0.136",
3
+ "version": "0.0.138",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -54,10 +54,7 @@ const LargeTemplate = (args) => ({
54
54
  },
55
55
  template: `
56
56
  <ib-alert v-bind="args">
57
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
58
- <template #link>
59
- <a href="#" class="ib-standalone-link">View Server</a>
60
- </template>
57
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
61
58
  </ib-alert>`,
62
59
  });
63
60
 
@@ -56,9 +56,9 @@ export default {
56
56
  },
57
57
  },
58
58
  mounted() {
59
- this.$nextTick(() => {
59
+ setTimeout(() => {
60
60
  this.checkHeight();
61
- });
61
+ }, 100);
62
62
 
63
63
  window.addEventListener("resize", () => this.checkHeight());
64
64
  },