@bluemarble/bm-components 1.16.0 → 1.16.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.
package/dist/index.mjs CHANGED
@@ -3202,7 +3202,7 @@ var BaseInputMask = (_a) => {
3202
3202
  const { ref, value, setValue, maskRef, unmaskedValue } = useIMask2(
3203
3203
  mask,
3204
3204
  {
3205
- onComplete: (...params) => {
3205
+ onAccept: (...params) => {
3206
3206
  if (onChangeValue)
3207
3207
  onChangeValue(params[0], unmaskedValue);
3208
3208
  }