@asdp/ferryui 0.1.10 → 0.1.11
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.js +7 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,8 @@ 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
|
|
6
|
+
import PhoneInputComponent from 'react-phone-input-2';
|
|
7
|
+
import 'react-phone-input-2/lib/style.css';
|
|
7
8
|
import Select from 'react-select';
|
|
8
9
|
import { Calendar } from '@fluentui/react-calendar-compat';
|
|
9
10
|
import moment from 'moment';
|
|
@@ -1173,6 +1174,7 @@ var DatePickerInput = forwardRef(
|
|
|
1173
1174
|
);
|
|
1174
1175
|
DatePickerInput.displayName = "DatePickerInput";
|
|
1175
1176
|
var DatePickerInput_default = DatePickerInput;
|
|
1177
|
+
var PhoneInput = PhoneInputComponent.default || PhoneInputComponent;
|
|
1176
1178
|
var useStyles7 = makeStyles({
|
|
1177
1179
|
field: {
|
|
1178
1180
|
display: "flex",
|