@scbt-ecom/ui 0.75.0 → 0.75.1
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.
|
@@ -22472,7 +22472,7 @@ const H1 = ({
|
|
|
22472
22472
|
getInputRef: Qo(v, m),
|
|
22473
22473
|
onValueChange: ({ floatValue: I }) => {
|
|
22474
22474
|
var _;
|
|
22475
|
-
I !== void 0 && (o && o(
|
|
22475
|
+
I !== void 0 && (o && o(I), (_ = n == null ? void 0 : n.onInputChange) == null || _.call(n, I));
|
|
22476
22476
|
},
|
|
22477
22477
|
"data-test-id": "slider",
|
|
22478
22478
|
className: J(
|
|
@@ -44205,4 +44205,4 @@ export {
|
|
|
44205
44205
|
G1 as y,
|
|
44206
44206
|
jK as z
|
|
44207
44207
|
};
|
|
44208
|
-
//# sourceMappingURL=index-
|
|
44208
|
+
//# sourceMappingURL=index-21RJaFeE.js.map
|