@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.
- package/dist/global.cjs +239 -216
- package/dist/global.iife.js +239 -216
- 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 +239 -216
- package/dist/index.iife.js +239 -216
- 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/index.d.ts +1 -0
- package/dist/types/components/save.vue.d.ts +3 -0
- package/package.json +3 -3
@@ -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';
|
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.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
|
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",
|