@atooyu/uxto-ui 1.0.4 → 1.0.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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +19 -19
- package/package.json +4 -2
- package/src/components/u-swiper/u-swiper.vue +2 -2
package/dist/index.mjs
CHANGED
|
@@ -2171,10 +2171,10 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
2171
2171
|
const indicatorStyle = computed(() => {
|
|
2172
2172
|
const style = {};
|
|
2173
2173
|
if (props.indicatorColor) {
|
|
2174
|
-
style
|
|
2174
|
+
style["--indicator-color"] = props.indicatorColor;
|
|
2175
2175
|
}
|
|
2176
2176
|
if (props.indicatorActiveColor) {
|
|
2177
|
-
style
|
|
2177
|
+
style["--indicator-active-color"] = props.indicatorActiveColor;
|
|
2178
2178
|
}
|
|
2179
2179
|
return style;
|
|
2180
2180
|
});
|
|
@@ -2270,7 +2270,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
2270
2270
|
};
|
|
2271
2271
|
}
|
|
2272
2272
|
});
|
|
2273
|
-
const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-
|
|
2273
|
+
const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-aa989e67"]]);
|
|
2274
2274
|
const __default__$o = {
|
|
2275
2275
|
options: {
|
|
2276
2276
|
virtualHost: true,
|