@wlnt-ui/icons-vue 1.0.0 → 1.0.1
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 +928 -902
- package/dist/global.iife.js +928 -902
- 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/circle-close-filled.vue.d.ts +3 -0
- package/dist/types/components/index.d.ts +1 -0
- package/package.json +3 -3
@@ -18,6 +18,7 @@ export { default as CentreJump } from './centre-jump.vue';
|
|
18
18
|
export { default as CircleCheckFilled } from './circle-check-filled.vue';
|
19
19
|
export { default as CircleClockFilled } from './circle-clock-filled.vue';
|
20
20
|
export { default as CircleClock } from './circle-clock.vue';
|
21
|
+
export { default as CircleCloseFilled } from './circle-close-filled.vue';
|
21
22
|
export { default as CircleClose } from './circle-close.vue';
|
22
23
|
export { default as CircleExclamationFilled } from './circle-exclamation-filled.vue';
|
23
24
|
export { default as CircleExclamation } from './circle-exclamation.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.1",
|
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-ui/icons-svg": "0.0.1",
|
75
|
+
"@wlnt/build-utils": "0.0.1"
|
76
76
|
},
|
77
77
|
"scripts": {
|
78
78
|
"build": "gulp --require @esbuild-kit/cjs-loader -f gulpfile.ts",
|