bge-ui 1.9.5 → 1.9.6
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/index.js +4 -4
- package/package.json +1 -1
- package/src/icons/AlertCircle.vue +1 -1
- package/src/icons/Home.vue +1 -1
- package/src/icons/RotateCw.vue +1 -1
- package/src/icons/Wallet.vue +1 -1
package/dist/index.js
CHANGED
|
@@ -4703,7 +4703,7 @@ const _hoisted_2$k = [
|
|
|
4703
4703
|
];
|
|
4704
4704
|
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
4705
4705
|
...{
|
|
4706
|
-
name: "
|
|
4706
|
+
name: "MonoHome"
|
|
4707
4707
|
},
|
|
4708
4708
|
__name: "Home",
|
|
4709
4709
|
props: {
|
|
@@ -4754,7 +4754,7 @@ const _hoisted_4$d = [
|
|
|
4754
4754
|
];
|
|
4755
4755
|
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
4756
4756
|
...{
|
|
4757
|
-
name: "
|
|
4757
|
+
name: "MonoWallet"
|
|
4758
4758
|
},
|
|
4759
4759
|
__name: "Wallet",
|
|
4760
4760
|
props: {
|
|
@@ -4808,7 +4808,7 @@ const _hoisted_4$c = [
|
|
|
4808
4808
|
];
|
|
4809
4809
|
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
4810
4810
|
...{
|
|
4811
|
-
name: "
|
|
4811
|
+
name: "MonoRotateCw"
|
|
4812
4812
|
},
|
|
4813
4813
|
__name: "RotateCw",
|
|
4814
4814
|
props: {
|
|
@@ -4840,7 +4840,7 @@ const _hoisted_3$d = [
|
|
|
4840
4840
|
];
|
|
4841
4841
|
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
4842
4842
|
...{
|
|
4843
|
-
name: "
|
|
4843
|
+
name: "MonoAlertCircle"
|
|
4844
4844
|
},
|
|
4845
4845
|
__name: "AlertCircle",
|
|
4846
4846
|
props: {
|
package/package.json
CHANGED
package/src/icons/Home.vue
CHANGED
package/src/icons/RotateCw.vue
CHANGED