v-nuxt-ui 0.2.1 → 0.2.2

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/module.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "dependencies": [
8
8
  "@nuxt/ui"
9
9
  ],
10
- "version": "0.2.1",
10
+ "version": "0.2.2",
11
11
  "builder": {
12
12
  "@nuxt/module-builder": "1.0.2",
13
13
  "unbuild": "3.6.1"
@@ -206,6 +206,7 @@ const isValidConnection = () => true;
206
206
  :default-edge-options="defaultEdgeOptions"
207
207
  :is-valid-connection="isValidConnection"
208
208
  :edges-updatable="true"
209
+ fit-view-on-init
209
210
  >
210
211
  <Background
211
212
  v-if="showBackground"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "v-nuxt-ui",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Veken UI Component Library - Reusable Nuxt UI components, composables, and utilities for enterprise applications",
5
5
  "type": "module",
6
6
  "style": "./dist/runtime/index.css",