@scbt-ecom/ui 0.12.7 → 0.12.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/client.js +2 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -16362,7 +16362,7 @@ const SW = ({
|
|
|
16362
16362
|
), C = w.useId(), S = w.useRef(null), x = () => {
|
|
16363
16363
|
var B;
|
|
16364
16364
|
S.current && ((B = S == null ? void 0 : S.current) == null || B.focus()), m && m();
|
|
16365
|
-
}, { handleBlur: E, getSuffixText: k, fromSlider: T, toSlider: M } = ML(a, l,
|
|
16365
|
+
}, { handleBlur: E, getSuffixText: k, fromSlider: T, toSlider: M } = ML(a, l, 0);
|
|
16366
16366
|
return /* @__PURE__ */ b.jsx(
|
|
16367
16367
|
Jt,
|
|
16368
16368
|
{
|
|
@@ -16404,7 +16404,7 @@ const SW = ({
|
|
|
16404
16404
|
allowNegative: !1,
|
|
16405
16405
|
getInputRef: S,
|
|
16406
16406
|
onValueChange: ({ floatValue: X }) => {
|
|
16407
|
-
B(X), s && s(X);
|
|
16407
|
+
X && (B(X), s && s(X));
|
|
16408
16408
|
},
|
|
16409
16409
|
className: O(
|
|
16410
16410
|
"group/slider desk-title-bold-s h-[56px] w-full rounded-md bg-color-transparent px-4 pt-5 text-color-dark outline-none transition-all",
|