vueless 1.1.1-beta.5 → 1.1.1-beta.6

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.
Files changed (2) hide show
  1. package/constants.js +0 -4
  2. package/package.json +2 -2
package/constants.js CHANGED
@@ -368,10 +368,6 @@ export const DEFAULT_SVGO_CONFIG = {
368
368
  },
369
369
  },
370
370
  },
371
- {
372
- name: "removeViewBox",
373
- active: false,
374
- },
375
371
  ],
376
372
  };
377
373
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "1.1.1-beta.5",
3
+ "version": "1.1.1-beta.6",
4
4
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",
@@ -57,7 +57,7 @@
57
57
  "@vue/eslint-config-typescript": "^14.6.0",
58
58
  "@vue/test-utils": "^2.4.6",
59
59
  "@vue/tsconfig": "^0.7.0",
60
- "@vueless/storybook": "^1.1.2",
60
+ "@vueless/storybook": "^1.1.3",
61
61
  "eslint": "^9.32.0",
62
62
  "eslint-plugin-storybook": "^9.0.18",
63
63
  "eslint-plugin-vue": "^10.3.0",