@wlnt-ui/icons-vue 1.0.8 → 1.0.9

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.
@@ -130,6 +130,7 @@ export { default as Resize } from './resize.vue';
130
130
  export { default as Rise } from './rise.vue';
131
131
  export { default as RollBack } from './roll-back.vue';
132
132
  export { default as Router } from './router.vue';
133
+ export { default as Save } from './save.vue';
133
134
  export { default as Seal } from './seal.vue';
134
135
  export { default as SearchBold } from './search-bold.vue';
135
136
  export { default as Search } from './search.vue';
@@ -0,0 +1,3 @@
1
+ import { DefineComponent } from 'vue';
2
+ declare const _default: DefineComponent;
3
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wlnt-ui/icons-vue",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Vue components of Wlnt Ui Icons collection.",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -71,8 +71,8 @@
71
71
  "unplugin-vue": "^4.3.5",
72
72
  "vue": "^3.3.4",
73
73
  "vue-tsc": "^1.6.5",
74
- "@wlnt-ui/icons-svg": "0.0.1",
75
- "@wlnt/build-utils": "0.0.1"
74
+ "@wlnt/build-utils": "0.0.1",
75
+ "@wlnt-ui/icons-svg": "0.0.1"
76
76
  },
77
77
  "scripts": {
78
78
  "build": "gulp --require @esbuild-kit/cjs-loader -f gulpfile.ts",