@wlnt-ui/icons-vue 1.0.16 → 1.0.17

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;
@@ -18,6 +18,7 @@ export { default as BellFilled } from './bell-filled.vue';
18
18
  export { default as Bell } from './bell.vue';
19
19
  export { default as Budget } from './budget.vue';
20
20
  export { default as Calendar } from './calendar.vue';
21
+ export { default as Camera } from './camera.vue';
21
22
  export { default as Caret } from './caret.vue';
22
23
  export { default as CentreFilled } from './centre-filled.vue';
23
24
  export { default as CentreJump } from './centre-jump.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wlnt-ui/icons-vue",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
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",