@asdp/ferryui 0.1.10 → 0.1.12

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
@@ -3,7 +3,7 @@ import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
3
3
  import React2, { forwardRef, useState, useCallback, useRef, useEffect, useMemo } from 'react';
4
4
  import { Icon } from '@iconify/react';
5
5
  import { Controller } from 'react-hook-form';
6
- import PhoneInput from 'react-phone-input-2';
6
+ import PhoneInputComponent from 'react-phone-input-2';
7
7
  import Select from 'react-select';
8
8
  import { Calendar } from '@fluentui/react-calendar-compat';
9
9
  import moment from 'moment';
@@ -1173,6 +1173,7 @@ var DatePickerInput = forwardRef(
1173
1173
  );
1174
1174
  DatePickerInput.displayName = "DatePickerInput";
1175
1175
  var DatePickerInput_default = DatePickerInput;
1176
+ var PhoneInput = PhoneInputComponent.default || PhoneInputComponent;
1176
1177
  var useStyles7 = makeStyles({
1177
1178
  field: {
1178
1179
  display: "flex",