@scbt-ecom/ui 0.71.0 → 0.71.2
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-B-4hL4-d.js → index-Cgp0l1lv.js} +4 -1
- package/dist/{index-B-4hL4-d.js.map → index-Cgp0l1lv.js.map} +1 -1
- package/dist/ui.js +2 -2
- package/dist/widget.js +1047 -1048
- package/dist/widget.js.map +1 -1
- package/dist/widgets/calculator/model/utils.d.ts +2 -2
- package/dist/widgets/calculator/ui/calculatorInfo/ui/CalculatorInfoFooter.d.ts +3 -8
- package/package.json +3 -2
|
@@ -22337,6 +22337,7 @@ const L1 = ({ classes: t, min: e, max: n, value: r, step: i, marks: o, disabled:
|
|
|
22337
22337
|
var $;
|
|
22338
22338
|
_ !== void 0 && (a && a(s), ($ = n == null ? void 0 : n.onInputChange) == null || $.call(n, _));
|
|
22339
22339
|
},
|
|
22340
|
+
"data-test-id": "slider",
|
|
22340
22341
|
className: J(
|
|
22341
22342
|
"group/slider desk-title-bold-s w-full bg-color-transparent text-color-dark outline-none transition-all",
|
|
22342
22343
|
j
|
|
@@ -22428,6 +22429,7 @@ const L1 = ({ classes: t, min: e, max: n, value: r, step: i, marks: o, disabled:
|
|
|
22428
22429
|
onValueChange: ({ floatValue: R }) => {
|
|
22429
22430
|
R && (l && l(R), n != null && n.onInputChange && n.onInputChange(R));
|
|
22430
22431
|
},
|
|
22432
|
+
"data-test-id": "slider",
|
|
22431
22433
|
className: J(
|
|
22432
22434
|
"group/slider desk-title-bold-s w-full bg-color-transparent text-color-dark outline-none transition-all",
|
|
22433
22435
|
O
|
|
@@ -22539,6 +22541,7 @@ const L1 = ({ classes: t, min: e, max: n, value: r, step: i, marks: o, disabled:
|
|
|
22539
22541
|
onValueChange: ({ floatValue: _ }) => {
|
|
22540
22542
|
_ && (a && a(_), n != null && n.onInputChange && n.onInputChange(_));
|
|
22541
22543
|
},
|
|
22544
|
+
"data-test-id": "slider",
|
|
22542
22545
|
className: J(
|
|
22543
22546
|
"group/slider desk-title-bold-s w-full bg-color-transparent text-color-dark outline-none transition-all",
|
|
22544
22547
|
j
|
|
@@ -44069,4 +44072,4 @@ export {
|
|
|
44069
44072
|
z1 as y,
|
|
44070
44073
|
cG as z
|
|
44071
44074
|
};
|
|
44072
|
-
//# sourceMappingURL=index-
|
|
44075
|
+
//# sourceMappingURL=index-Cgp0l1lv.js.map
|