@wlnt-ui/icons-vue 0.0.4 → 0.0.5
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 +283 -257
- package/dist/global.iife.js +283 -257
- 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/index.d.ts +1 -0
- package/dist/types/components/rect-code-filled.vue.d.ts +3 -0
- package/package.json +3 -3
@@ -88,6 +88,7 @@ export { default as Property } from './property.vue';
|
|
88
88
|
export { default as Rank } from './rank.vue';
|
89
89
|
export { default as RectAnalysisFilled } from './rect-analysis-filled.vue';
|
90
90
|
export { default as RectAnalysis } from './rect-analysis.vue';
|
91
|
+
export { default as RectCodeFilled } from './rect-code-filled.vue';
|
91
92
|
export { default as RectEditFilled } from './rect-edit-filled.vue';
|
92
93
|
export { default as Relevance } from './relevance.vue';
|
93
94
|
export { default as Reload } from './reload.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.5",
|
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",
|