@wlnt-ui/icons-vue 0.0.1 → 0.0.4
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 +745 -684
- package/dist/global.iife.js +745 -684
- 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/d-arrow-right.vue.d.ts +3 -0
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/components/property.vue.d.ts +3 -0
- package/package.json +3 -3
@@ -37,6 +37,7 @@ export { default as Comprehensive } from './comprehensive.vue';
|
|
37
37
|
export { default as ControlBold } from './control-bold.vue';
|
38
38
|
export { default as Control } from './control.vue';
|
39
39
|
export { default as Copy } from './copy.vue';
|
40
|
+
export { default as DArrowRight } from './d-arrow-right.vue';
|
40
41
|
export { default as DArrowTop } from './d-arrow-top.vue';
|
41
42
|
export { default as Delete } from './delete.vue';
|
42
43
|
export { default as DeviceFilled } from './device-filled.vue';
|
@@ -83,6 +84,7 @@ export { default as PieOne } from './pie-one.vue';
|
|
83
84
|
export { default as Plane } from './plane.vue';
|
84
85
|
export { default as Platform } from './platform.vue';
|
85
86
|
export { default as Plus } from './plus.vue';
|
87
|
+
export { default as Property } from './property.vue';
|
86
88
|
export { default as Rank } from './rank.vue';
|
87
89
|
export { default as RectAnalysisFilled } from './rect-analysis-filled.vue';
|
88
90
|
export { default as RectAnalysis } from './rect-analysis.vue';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wlnt-ui/icons-vue",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.4",
|
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",
|