@wlnt-ui/icons-vue 1.0.10 → 1.0.11
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 +1 -1
- package/dist/global.iife.js +1 -1
- package/dist/global.iife.min.js +1 -1
- package/dist/global.js +0 -0
- package/dist/global.min.cjs +1 -1
- package/dist/global.min.js +1 -1
- package/dist/index.cjs +1 -5
- package/dist/index.iife.js +1 -5
- 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/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
|
-
/*! Wlnt Ui Icons Vue 1.0.
|
2
|
+
/*! Wlnt Ui Icons Vue 1.0.10 */
|
3
3
|
|
4
4
|
var __defProp = Object.defineProperty;
|
5
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
@@ -195,7 +195,6 @@ __export(src_exports, {
|
|
195
195
|
WordSystem: () => word_system_default,
|
196
196
|
ZoomOut: () => zoom_out_default,
|
197
197
|
ZoomUp: () => zoom_up_default,
|
198
|
-
default: () => src_default,
|
199
198
|
getMenuIconByName: () => getMenuIconByName
|
200
199
|
});
|
201
200
|
module.exports = __toCommonJS(src_exports);
|
@@ -4504,6 +4503,3 @@ var MenuIcons = {
|
|
4504
4503
|
let icon = [...MenuIcons.areality, ...MenuIcons.linear].find((i) => i.iconName === iconName);
|
4505
4504
|
return icon || null;
|
4506
4505
|
};
|
4507
|
-
|
4508
|
-
// src/index.ts
|
4509
|
-
var src_default = components_exports;
|
package/dist/index.iife.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
|
-
/*! Wlnt Ui Icons Vue 1.0.
|
2
|
+
/*! Wlnt Ui Icons Vue 1.0.10 */
|
3
3
|
|
4
4
|
var WlntUiIconsVue = (() => {
|
5
5
|
var __create = Object.create;
|
@@ -210,7 +210,6 @@ var WlntUiIconsVue = (() => {
|
|
210
210
|
WordSystem: () => word_system_default,
|
211
211
|
ZoomOut: () => zoom_out_default,
|
212
212
|
ZoomUp: () => zoom_up_default,
|
213
|
-
default: () => src_default,
|
214
213
|
getMenuIconByName: () => getMenuIconByName
|
215
214
|
});
|
216
215
|
|
@@ -4518,8 +4517,5 @@ var WlntUiIconsVue = (() => {
|
|
4518
4517
|
let icon = [...MenuIcons.areality, ...MenuIcons.linear].find((i) => i.iconName === iconName);
|
4519
4518
|
return icon || null;
|
4520
4519
|
};
|
4521
|
-
|
4522
|
-
// src/index.ts
|
4523
|
-
var src_default = components_exports;
|
4524
4520
|
return __toCommonJS(src_exports);
|
4525
4521
|
})();
|