@wlnt-ui/icons-vue 0.0.5 → 0.0.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.
@@ -0,0 +1,3 @@
1
+ import { DefineComponent } from 'vue';
2
+ declare const _default: DefineComponent;
3
+ export default _default;
@@ -43,6 +43,7 @@ export { default as Delete } from './delete.vue';
43
43
  export { default as DeviceFilled } from './device-filled.vue';
44
44
  export { default as Device } from './device.vue';
45
45
  export { default as Divide } from './divide.vue';
46
+ export { default as DownArrow } from './down-arrow.vue';
46
47
  export { default as Download } from './download.vue';
47
48
  export { default as Drag } from './drag.vue';
48
49
  export { default as Edit } from './edit.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wlnt-ui/icons-vue",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
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",