formik-form-components 0.2.23 → 0.2.24

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
@@ -12,7 +12,7 @@ import Autocomplete3 from '@mui/material/Autocomplete';
12
12
  import Typography9 from '@mui/material/Typography';
13
13
  import { Icon } from '@iconify/react';
14
14
  import Select from '@mui/material/Select';
15
- import PhoneInput from 'react-phone-input-2';
15
+ import PhoneInputComponent from 'react-phone-input-2';
16
16
  import 'react-phone-input-2/lib/style.css';
17
17
  import { useEditor, EditorContent } from '@tiptap/react';
18
18
  import StarterKit from '@tiptap/starter-kit';
@@ -1475,6 +1475,7 @@ var AppMultiSelector = forwardRef(
1475
1475
  );
1476
1476
  AppMultiSelector.displayName = "AppMultiSelector";
1477
1477
  var AppMultiSelector_default = AppMultiSelector;
1478
+ var PhoneInput = PhoneInputComponent;
1478
1479
  var AppPhoneNoInput = ({
1479
1480
  name,
1480
1481
  label,