@atooyu/uxto-ui 1.0.8 → 1.0.9
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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +61 -62
- package/package.json +1 -1
- package/src/components/index.ts +50 -50
- package/src/components/u-link/u-link.vue +112 -112
- package/src/components/u-read-more/u-read-more.vue +116 -116
- package/src/components/u-skeleton/u-skeleton.vue +191 -191
- package/src/components/u-tabbar/u-tabbar.vue +1 -2
- package/src/components/u-transition/u-transition.vue +215 -215
package/dist/index.mjs
CHANGED
|
@@ -4739,7 +4739,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
4739
4739
|
};
|
|
4740
4740
|
}
|
|
4741
4741
|
});
|
|
4742
|
-
const uSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
4742
|
+
const uSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-1fde8489"]]);
|
|
4743
4743
|
const __default__$3 = {
|
|
4744
4744
|
options: {
|
|
4745
4745
|
virtualHost: true,
|
|
@@ -4816,7 +4816,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
4816
4816
|
};
|
|
4817
4817
|
}
|
|
4818
4818
|
});
|
|
4819
|
-
const uTransition = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-
|
|
4819
|
+
const uTransition = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-13f0f85c"]]);
|
|
4820
4820
|
const __default__$2 = {
|
|
4821
4821
|
options: {
|
|
4822
4822
|
virtualHost: true,
|
|
@@ -4872,7 +4872,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
4872
4872
|
};
|
|
4873
4873
|
}
|
|
4874
4874
|
});
|
|
4875
|
-
const uLink = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
4875
|
+
const uLink = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-f60d6c27"]]);
|
|
4876
4876
|
const _hoisted_1$1 = { class: "u-read-more" };
|
|
4877
4877
|
const _hoisted_2$1 = { class: "u-read-more__toggle-text" };
|
|
4878
4878
|
const _hoisted_3$1 = { class: "u-read-more__toggle-icon" };
|
|
@@ -4941,7 +4941,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
4941
4941
|
};
|
|
4942
4942
|
}
|
|
4943
4943
|
});
|
|
4944
|
-
const uReadMore = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
4944
|
+
const uReadMore = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-b31720eb"]]);
|
|
4945
4945
|
const _hoisted_1 = { class: "u-tabbar" };
|
|
4946
4946
|
const _hoisted_2 = { class: "u-tabbar__nav-wrap" };
|
|
4947
4947
|
const _hoisted_3 = { class: "u-tabbar__center" };
|
|
@@ -5020,7 +5020,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
5020
5020
|
};
|
|
5021
5021
|
}
|
|
5022
5022
|
});
|
|
5023
|
-
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
5023
|
+
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a50e7599"]]);
|
|
5024
5024
|
export {
|
|
5025
5025
|
uAvatar as UAvatar,
|
|
5026
5026
|
uBadge as UBadge,
|