@wlnt-ui/icons-vue 1.0.1 → 1.0.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/global.cjs +786 -719
- package/dist/global.iife.js +786 -719
- package/dist/global.iife.min.js +2 -2
- package/dist/global.js +0 -0
- package/dist/global.min.cjs +2 -2
- package/dist/global.min.js +2 -2
- package/dist/index.cjs +0 -0
- package/dist/index.iife.js +0 -0
- package/dist/index.iife.min.js +2 -2
- package/dist/index.js +0 -0
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/electric-charge.vue.d.ts +3 -0
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/components/modify-word.vue.d.ts +3 -0
- package/package.json +3 -3
@@ -50,6 +50,7 @@ export { default as DownArrow } from './down-arrow.vue';
|
|
50
50
|
export { default as Download } from './download.vue';
|
51
51
|
export { default as Drag } from './drag.vue';
|
52
52
|
export { default as Edit } from './edit.vue';
|
53
|
+
export { default as ElectricCharge } from './electric-charge.vue';
|
53
54
|
export { default as Electricity } from './electricity.vue';
|
54
55
|
export { default as Energy } from './energy.vue';
|
55
56
|
export { default as EnterpriseFilled } from './enterprise-filled.vue';
|
@@ -76,6 +77,7 @@ export { default as Login } from './login.vue';
|
|
76
77
|
export { default as Logout } from './logout.vue';
|
77
78
|
export { default as Menu } from './menu.vue';
|
78
79
|
export { default as Meter } from './meter.vue';
|
80
|
+
export { default as ModifyWord } from './modify-word.vue';
|
79
81
|
export { default as MonitorFilled } from './monitor-filled.vue';
|
80
82
|
export { default as Monitor } from './monitor.vue';
|
81
83
|
export { default as Moon } from './moon.vue';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wlnt-ui/icons-vue",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
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
|
75
|
-
"@wlnt/
|
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",
|