@scbt-ecom/ui 0.50.0 → 0.51.0
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-DJ_i5IU3.js → index-714cNgOF.js} +3 -2
- package/dist/{index-DJ_i5IU3.js.map → index-714cNgOF.js.map} +1 -1
- package/dist/shared/validation/utils/zodUtils.d.ts +26 -0
- package/dist/ui.js +2 -2
- package/dist/validation.js +260 -229
- package/dist/validation.js.map +1 -1
- package/dist/widget.js +1 -1
- package/package.json +1 -1
|
@@ -19573,6 +19573,7 @@ const Z$ = ({
|
|
|
19573
19573
|
}, b) => {
|
|
19574
19574
|
const { root: w, list: x, ...E } = o || {}, { refs: k, floatingStyles: C } = k1({
|
|
19575
19575
|
placement: "bottom-start",
|
|
19576
|
+
strategy: "absolute",
|
|
19576
19577
|
middleware: [
|
|
19577
19578
|
ru({
|
|
19578
19579
|
boundary: "clippingAncestors",
|
|
@@ -24050,7 +24051,7 @@ bm.propTypes = {
|
|
|
24050
24051
|
/**
|
|
24051
24052
|
* Use this to provide a custom file aggregator
|
|
24052
24053
|
*
|
|
24053
|
-
* @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog)
|
|
24054
|
+
* @param {(DragEvent|Event|Array<FileSystemFileHandle>)} event A drag event or input change event (if files were selected via the file dialog)
|
|
24054
24055
|
*/
|
|
24055
24056
|
getFilesFromEvent: rt.func,
|
|
24056
24057
|
/**
|
|
@@ -42008,4 +42009,4 @@ export {
|
|
|
42008
42009
|
b1 as t,
|
|
42009
42010
|
Qh as u
|
|
42010
42011
|
};
|
|
42011
|
-
//# sourceMappingURL=index-
|
|
42012
|
+
//# sourceMappingURL=index-714cNgOF.js.map
|