@strands.gg/accui 2.15.7 → 2.15.8
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/accui.css +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6180,7 +6180,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
6180
6180
|
]),
|
|
6181
6181
|
createElementVNode("div", {
|
|
6182
6182
|
class: "slider-thumb",
|
|
6183
|
-
style: normalizeStyle({
|
|
6183
|
+
style: normalizeStyle({ left: progressPercentage.value + "%" })
|
|
6184
6184
|
}, null, 4)
|
|
6185
6185
|
]),
|
|
6186
6186
|
_ctx.showMinMax ? (openBlock(), createElementBlock("div", _hoisted_9$g, toDisplayString(_ctx.max) + toDisplayString(_ctx.unit), 1)) : createCommentVNode("", true)
|
|
@@ -6204,7 +6204,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
6204
6204
|
};
|
|
6205
6205
|
}
|
|
6206
6206
|
});
|
|
6207
|
-
const UiSlider = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-
|
|
6207
|
+
const UiSlider = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-9e554af3"]]);
|
|
6208
6208
|
const _hoisted_1$r = {
|
|
6209
6209
|
key: 0,
|
|
6210
6210
|
class: "radio-group-label"
|