@verifiedinc-public/shared-ui-elements 5.8.0 → 5.9.2
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/components/chart/index.mjs +1 -1
- package/dist/components/form/DateInput/index.d.ts +5 -3
- package/dist/components/form/InputMask.d.ts +1 -1
- package/dist/components/form/OneClickForm/components/CredentialsDisplay/CredentialsDisplay.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/CredentialsDisplay/CredentialsDisplayContext.d.ts +4 -2
- package/dist/components/form/OneClickForm/components/CredentialsDisplay/CredentialsDisplayItem.d.ts +2 -4
- package/dist/components/form/OneClickForm/components/CredentialsDisplay/CredentialsDisplayItemContext.d.ts +5 -2
- package/dist/components/form/OneClickForm/components/CredentialsDisplay/components/EditModeButton.d.ts +2 -0
- package/dist/components/form/OneClickForm/components/CredentialsDisplay/components/index.d.ts +1 -0
- package/dist/components/form/OneClickForm/components/CredentialsDisplay/hooks.d.ts +1 -0
- package/dist/components/form/OneClickForm/components/CredentialsDisplay/types.d.ts +1 -0
- package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/extractChildrenFromCredentialFieldSet.d.ts +9 -0
- package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/index.d.ts +1 -0
- package/dist/components/form/OneClickForm/components/CredentialsDisplay/utils/transformToFormSchema.d.ts +9 -2
- package/dist/components/form/OneClickForm/components/DataField/DataFieldAtomic.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/DataFieldCheckbox.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/DataFieldClearAdornment.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/DataFieldComposite.d.ts +2 -2
- package/dist/components/form/OneClickForm/components/DataField/DataFieldHeader/HeaderSelect/index.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/DataFieldHeader/HeaderSelect/utils/getAddressFormat.d.ts +2 -0
- package/dist/components/form/OneClickForm/components/DataField/DataFieldHeader/HeaderSelect/utils/index.d.ts +1 -0
- package/dist/components/form/OneClickForm/components/DataField/DataFieldHeader/HeaderSelect/utils/renderInstance.d.ts +3 -0
- package/dist/components/form/OneClickForm/components/DataField/DataFieldHeader/index.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/DataFieldInputLabel.d.ts +19 -0
- package/dist/components/form/OneClickForm/components/DataField/DataFieldInputModeHeader.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/DataFieldLabel.d.ts +2 -19
- package/dist/components/form/OneClickForm/components/DataField/DataFieldLabelText.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/DataFieldLeftSide.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/DataFieldPaper.d.ts +2 -2
- package/dist/components/form/OneClickForm/components/DataField/DataFieldStack.d.ts +2 -3
- package/dist/components/form/OneClickForm/components/DataField/DataFieldValue.d.ts +2 -2
- package/dist/components/form/OneClickForm/components/DataField/formats/DataFieldImage.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/formats/DataFieldInputAddress.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/formats/DataFieldText.d.ts +6 -0
- package/dist/components/form/OneClickForm/components/DataField/formats/index.d.ts +1 -1
- package/dist/components/form/OneClickForm/components/DataField/index.d.ts +5 -1
- package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldAddressInput/autofill.hook.d.ts +13 -0
- package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldAddressInput/hook.d.ts +16 -0
- package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldAddressInput/index.d.ts +6 -0
- package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldAddressInput/types.d.ts +4 -0
- package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldDateInput.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldImageInput.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldPhoneInput.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/inputs/DataFieldSSNInput.d.ts +2 -1
- package/dist/components/form/OneClickForm/components/DataField/inputs/index.d.ts +1 -0
- package/dist/components/form/OneClickForm/components/DataField/utils/getCredentialLabel.d.ts +7 -0
- package/dist/components/form/OneClickForm/components/DataField/utils/getCredentialLabelInput.d.ts +7 -0
- package/dist/components/form/OneClickForm/components/DataField/utils/index.d.ts +1 -0
- package/dist/components/form/OneClickForm/constants/credentialTypes.d.ts +6 -0
- package/dist/components/form/OneClickForm/constants/index.d.ts +1 -0
- package/dist/components/form/OneClickForm/contexts/one-click-form-options.context.d.ts +8 -2
- package/dist/components/form/OneClickForm/index.d.ts +2 -2
- package/dist/components/form/OneClickForm/styles/input.d.ts +4 -1
- package/dist/components/form/OneClickForm/utils/addressFormatter.d.ts +45 -1
- package/dist/components/form/OneClickForm/utils/calendarDateFormatter.d.ts +1 -1
- package/dist/components/form/PhoneInput.d.ts +6 -2
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.mjs +1 -1
- package/dist/hooks/useDebounceCallback.d.ts +46 -0
- package/dist/index.mjs +1 -1
- package/dist/shared/{SignupBigNumbers-DTFFbGIC.mjs → SignupBigNumbers-BO1JJl6G.mjs} +2 -2
- package/dist/shared/_baseGetTag-B6tQMIzM.mjs +1 -0
- package/dist/shared/index-5lnLgIgV.mjs +88 -0
- package/dist/shared/{omitProperty-CA_SIosy.mjs → omitProperty-DZYdN2vK.mjs} +1 -1
- package/dist/shared/phone-eqP--V9t.mjs +1 -0
- package/dist/shared/shadows-q9E-lLz0.mjs +1 -0
- package/dist/shared/toNumber-BUb3rTFh.mjs +1 -0
- package/dist/shared/useDebounceCallback-CO7X29ng.mjs +1 -0
- package/dist/shared/useOnClickOutside-DgJxDzLx.mjs +1 -0
- package/dist/shared/uuidColor-LRbEKYAZ.mjs +20 -0
- package/dist/styles/index.mjs +1 -1
- package/dist/utils/index.mjs +1 -1
- package/dist/utils/phone/index.mjs +1 -1
- package/package.json +5 -3
- package/dist/components/form/OneClickForm/components/DataField/DataFieldHeader/HeaderSelect/utils.d.ts +0 -2
- package/dist/components/form/OneClickForm/components/DataField/DataFieldToggleButton.d.ts +0 -9
- package/dist/components/form/OneClickForm/components/DataField/formats/DataFieldInputText.d.ts +0 -9
- package/dist/components/form/OneClickForm/components/shared/DateInput.d.ts +0 -19
- package/dist/components/form/OneClickForm/components/shared/PhoneInput.d.ts +0 -22
- package/dist/shared/_commonjsHelpers-BkfeUUK-.mjs +0 -1
- package/dist/shared/index-CiyL9vPa.mjs +0 -88
- package/dist/shared/phone-D5XIxT7-.mjs +0 -1
- package/dist/shared/shadows-Dhd7FrwF.mjs +0 -1
- package/dist/shared/useNavigatorOnline-LJuH4983.mjs +0 -1
- package/dist/shared/useOnClickOutside-BpHwxqHS.mjs +0 -1
- package/dist/shared/uuidColor-CQNs37so.mjs +0 -20
@@ -6,7 +6,51 @@
|
|
6
6
|
export declare const parseCountryCode: (code: string) => string;
|
7
7
|
/**
|
8
8
|
* Formats an address value.
|
9
|
-
* @param {string} rawValue the raw address value in the format street, city, ISO 3166-
|
9
|
+
* @param {string} rawValue the raw address value in the format street, city, ISO 3166-2 alpha-2 code postalcode
|
10
10
|
* @returns {string} the formatted address value in the format street\n city, region, postalcode\n country
|
11
|
+
* @deprecated Use toUSaddress and fromUSAddress instead
|
11
12
|
*/
|
12
13
|
export declare const addressFormatter: (rawValue: string) => string;
|
14
|
+
/**
|
15
|
+
* Formats an address to U.S format.
|
16
|
+
* @param {string} address the address value in the format: street number street name city, state, zipCode.
|
17
|
+
* @returns {string} the formatted address value in the format: line1, city, state, country(optional), zipCode.
|
18
|
+
* @returns {string} with available parts if some fields are missing
|
19
|
+
*/
|
20
|
+
export declare const toUSaddress: (parts: {
|
21
|
+
line1?: string;
|
22
|
+
line2?: string;
|
23
|
+
city?: string;
|
24
|
+
state?: string;
|
25
|
+
zipCode?: string;
|
26
|
+
country?: string;
|
27
|
+
}) => string;
|
28
|
+
/**
|
29
|
+
* Formats an address to U.S format (pretty).
|
30
|
+
* @param {string} address the address value in the format: street number street name city, state, zipCode.
|
31
|
+
* @returns {string} the formatted address value in the format: line1, city, state, country(optional), zipCode.
|
32
|
+
* @returns {null} if the address parts are invalid
|
33
|
+
*/
|
34
|
+
export declare const toUSaddressPretty: (parts: {
|
35
|
+
line1: string;
|
36
|
+
line2?: string;
|
37
|
+
city: string;
|
38
|
+
state: string;
|
39
|
+
zipCode: string;
|
40
|
+
country?: string;
|
41
|
+
}) => string | null;
|
42
|
+
/**
|
43
|
+
* Parses a US formatted address string back into its component parts.
|
44
|
+
* Expected format: "street address, city, state zipCode"
|
45
|
+
* Example: "5320 Newell Rd, Palo Alto, CA 94303"
|
46
|
+
*
|
47
|
+
* @param {string} formattedAddress The formatted address string
|
48
|
+
* @returns Object containing the address parts or null if parsing fails
|
49
|
+
*/
|
50
|
+
export declare const fromUSAddress: (formattedAddress: string) => {
|
51
|
+
line1?: string;
|
52
|
+
city?: string;
|
53
|
+
state?: string;
|
54
|
+
zipCode?: string;
|
55
|
+
country: string;
|
56
|
+
} | null;
|
@@ -1,7 +1,8 @@
|
|
1
|
+
import { ReactNode } from 'react';
|
1
2
|
import { InputProps } from '@mui/material';
|
2
3
|
import { TextFieldProps } from '../TextField';
|
3
4
|
export interface PhoneInputProps {
|
4
|
-
label?:
|
5
|
+
label?: ReactNode;
|
5
6
|
name?: string;
|
6
7
|
helperText?: string;
|
7
8
|
initialValue?: string;
|
@@ -14,6 +15,7 @@ export interface PhoneInputProps {
|
|
14
15
|
shouldHaveSelectCountryButton?: boolean;
|
15
16
|
shouldHaveClearButton?: boolean;
|
16
17
|
variant?: TextFieldProps['variant'];
|
18
|
+
size?: TextFieldProps['size'];
|
17
19
|
autoFocus?: boolean;
|
18
20
|
disabled?: boolean;
|
19
21
|
InputProps?: InputProps;
|
@@ -36,5 +38,7 @@ export interface PhoneInputProps {
|
|
36
38
|
* @param shouldHaveSelectCountryButton - Whether to show the country selector button. Defaults to true.
|
37
39
|
* @param shouldHaveClearButton - Whether to show the clear button. Defaults to false.
|
38
40
|
* @param disabled - Whether the phone input is disabled. Defaults to false.
|
41
|
+
* @param size - The size of the phone input. Defaults to 'small'.
|
42
|
+
* @param variant - The variant of the phone input. Defaults to 'outlined'.
|
39
43
|
*/
|
40
|
-
export declare function PhoneInput({ label, name, helperText, onChange, onBlur, onValidPhone, initialValue, error, handleChangeCountry, value: valueProp, autoFocus, InputProps, shouldHaveSelectCountryButton, shouldHaveClearButton, disabled, }: Readonly<PhoneInputProps>): React.JSX.Element;
|
44
|
+
export declare function PhoneInput({ label, name, helperText, onChange, onBlur, onValidPhone, initialValue, error, handleChangeCountry, value: valueProp, autoFocus, InputProps, shouldHaveSelectCountryButton, shouldHaveClearButton, disabled, size, }: Readonly<PhoneInputProps>): React.JSX.Element;
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";import{A as a,c as s,m as e,B as r,o as t,n,C as i,D as o,f as p,E as c,k as d,F as m,I as u,b as h,L as C,O as l,h as S,j as g,e as P,P as B,Q as k,R as I,S as b,d as O,l as T,T as y,g as L,a as f,V as R,i as v,t as E,u as D}from"../shared/index-
|
1
|
+
"use strict";import{A as a,c as s,m as e,B as r,o as t,n,C as i,D as o,f as p,E as c,k as d,F as m,I as u,b as h,L as C,O as l,h as S,j as g,e as P,P as B,Q as k,R as I,S as b,d as O,l as T,T as y,g as L,a as f,V as R,i as v,t as E,u as D}from"../shared/index-5lnLgIgV.mjs";import{a as N,b as F,P as A,S as M}from"../shared/PageSectionHeader-DdpDhBZG.mjs";import{B as V,C as w,i as x,E as W,L as j,j as H,M as Q,g as q,O as z,P as U,R as G,e as J,d as K,S as X,a as Y,b as Z,k as _,c as $,f as aa,W as sa,h as ea,m as ra,u as ta}from"../shared/SignupBigNumbers-BO1JJl6G.mjs";import{SnackbarProvider as na}from"notistack";export{a as AcceptTermsNotice,s as Alert,e as Backdrop,r as Banner,V as BigNumber,t as BrandFilterInput,n as Button,i as CredentialRequestsEditor,w as CustomAlertComponent,o as DateInput,p as DateRangeInput,c as EmailInput,x as EmptyChartSection,W as ErrorCodesChart,d as ExactBirthdayBanner,m as FullWidthAlert,u as Image,h as LegalLink,C as LinkButton,j as LoadingChartSection,H as MetricLastUpdated,Q as MonthlySignupsOverviewTable,l as OTPInput,S as OneClickForm,q as OneClickOverTimeChart,z as OneClickPercentageChart,g as OneClickPoweredByVerified,N as PageHeader,F as PageSectionHeader,A as Paragraph,P as PhoneInput,U as PieChart,B as PrivacyPolicyNotice,k as QRCodeDisplay,G as ReasonCodesChart,I as ResendPhoneBanner,J as RiskScoreBarChart,K as RiskScorePieChart,b as SSNInput,M as SectionHeader,O as SelectInput,X as SeriesChart,Y as SeriesChartLegend,Z as SeriesPercentageChart,_ as SignupBigNumbers,$ as SimpleBarChart,aa as SimpleLegend,na as SnackbarProvider,T as TestPhoneNumbersBanner,y as TextButton,L as TimezoneInput,f as Typography,R as VerifiedImage,v as VerifiedIncLogo,sa as When,ea as mapMonthlySignupsOverviewTableData,ra as mapTimeSeriesData,E as toOption,D as useBrandFilterInput,ta as useSnackbar};
|
package/dist/hooks/index.d.ts
CHANGED
package/dist/hooks/index.mjs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";import{b as s,
|
1
|
+
"use strict";import{b as s,k as a,a as e,i as u,u as o,j as r,d as i,c as t,e as l,f as c,g as m,h as n}from"../shared/useDebounceCallback-CO7X29ng.mjs";import{u as b,a as p}from"../shared/usePrevious-DG_IMu2h.mjs";import{a as f,b as d,u as C}from"../shared/useOnClickOutside-DgJxDzLx.mjs";import{u as O}from"../shared/useCounter-BV32zXDQ.mjs";import{u as S}from"../shared/useResizeObserver-D434c1uN.mjs";export{s as useCallbackRef,b as useCopyToClipboard,O as useCounter,a as useDebounceCallback,f as useDebounceValue,e as useDisclosure,u as useIntersectionObserver,o as useLocalStorage,r as useNavigatorOnline,d as useOnClickOutside,p as usePrevious,C as useQRCode,S as useResizeObserver,i as useScript,t as useSearchParams,l as useThrottle,c as useToggle,m as useWindowScroll,n as useWindowSize};
|
@@ -0,0 +1,46 @@
|
|
1
|
+
/** Configuration options for controlling the behavior of the debounced function. */
|
2
|
+
type DebounceOptions = {
|
3
|
+
/**
|
4
|
+
* Determines whether the function should be invoked on the leading edge of the timeout.
|
5
|
+
* @default false
|
6
|
+
*/
|
7
|
+
leading?: boolean;
|
8
|
+
/**
|
9
|
+
* Determines whether the function should be invoked on the trailing edge of the timeout.
|
10
|
+
* @default false
|
11
|
+
*/
|
12
|
+
trailing?: boolean;
|
13
|
+
/**
|
14
|
+
* The maximum time the specified function is allowed to be delayed before it is invoked.
|
15
|
+
*/
|
16
|
+
maxWait?: number;
|
17
|
+
};
|
18
|
+
/** Functions to manage a debounced callback. */
|
19
|
+
type ControlFunctions = {
|
20
|
+
/** Cancels pending function invocations. */
|
21
|
+
cancel: () => void;
|
22
|
+
/** Immediately invokes pending function invocations. */
|
23
|
+
flush: () => void;
|
24
|
+
/**
|
25
|
+
* Checks if there are any pending function invocations.
|
26
|
+
* @returns `true` if there are pending invocations, otherwise `false`.
|
27
|
+
*/
|
28
|
+
isPending: () => boolean;
|
29
|
+
};
|
30
|
+
/**
|
31
|
+
* Represents the state and control functions of a debounced callback.
|
32
|
+
* Subsequent calls to the debounced function return the result of the last invocation.
|
33
|
+
* Note: If there are no previous invocations, the result will be undefined.
|
34
|
+
* Ensure proper handling in your code.
|
35
|
+
*/
|
36
|
+
export type DebouncedState<T extends (...args: any) => ReturnType<T>> = ((...args: Parameters<T>) => ReturnType<T> | undefined) & ControlFunctions;
|
37
|
+
/**
|
38
|
+
* Custom hook that creates a debounced version of a callback function.
|
39
|
+
* @template T - Type of the original callback function.
|
40
|
+
* @param {T} func - The callback function to be debounced.
|
41
|
+
* @param {number} delay - The delay in milliseconds before the callback is invoked (default is `500` milliseconds).
|
42
|
+
* @param {DebounceOptions} [options] - Options to control the behavior of the debounced function.
|
43
|
+
* @returns {DebouncedState<T>} A debounced version of the original callback along with control functions.
|
44
|
+
*/
|
45
|
+
export declare function useDebounceCallback<T extends (...args: any) => ReturnType<T>>(func: T, delay?: number, options?: DebounceOptions): DebouncedState<T>;
|
46
|
+
export {};
|
package/dist/index.mjs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";import{A as a,c as s,m as e,B as r,o as t,n as o,C as i,D as n,f as m,E as l,k as
|
1
|
+
"use strict";import{A as a,c as s,m as e,B as r,o as t,n as o,C as i,D as n,f as m,E as l,k as u,F as p,I as c,b as d,L as h,O as S,h as C,j as g,e as f,P as k,Q as P,R as b,S as y,d as B,l as T,T as D,g as I,a as O,V as v,i as w,t as R,u as N}from"./shared/index-5lnLgIgV.mjs";import{a as L,b as M,P as E,S as Y}from"./shared/PageSectionHeader-DdpDhBZG.mjs";import{B as F,C as x,i as A,E as V,L as W,j as z,M as G,g as U,O as H,P as j,R as Q,e as q,d as J,S as K,a as X,b as Z,k as _,c as $,f as aa,W as sa,h as ea,m as ra,u as ta}from"./shared/SignupBigNumbers-BO1JJl6G.mjs";import{b as oa,k as ia,a as na,i as ma,u as la,j as ua,d as pa,c as ca,e as da,f as ha,g as Sa,h as Ca}from"./shared/useDebounceCallback-CO7X29ng.mjs";import{u as ga,a as fa}from"./shared/usePrevious-DG_IMu2h.mjs";import{a as ka,b as Pa,u as ba}from"./shared/useOnClickOutside-DgJxDzLx.mjs";import{u as ya}from"./shared/useCounter-BV32zXDQ.mjs";import{u as Ba}from"./shared/useResizeObserver-D434c1uN.mjs";import{b as Ta,a as Da,v as Ia,e as Oa,d as va,p as wa,u as Ra,h as Na,j as La,g as Ma,o as Ea,s as Ya,m as Fa,c as xa,l as Aa,n as Va,q as Wa,f as za,i as Ga,r as Ua,z as Ha,t as ja,x as Qa,k as qa,w as Ja,y as Ka}from"./shared/shadows-q9E-lLz0.mjs";import{wrapPromise as Xa}from"./utils/wrapPromise/index.mjs";import{f as Za,b as _a,a as $a,c as as,u as ss}from"./shared/uuidColor-LRbEKYAZ.mjs";import{c as es,g as rs,a as ts,p as os,s as is,v as ns}from"./shared/phone-eqP--V9t.mjs";import{masks as ms}from"./utils/masks/index.mjs";import{o as ls}from"./shared/omitProperty-DZYdN2vK.mjs";import{s as us}from"./shared/ssn-CTUJ2_Vl.mjs";import{toCapitalize as ps,toSentenceCase as cs}from"./utils/string/index.mjs";import{k as ds}from"./shared/formatKebabToPretty-Du43TgPC.mjs";import{M as hs,S as Ss,U as Cs,d as gs,e as fs,f as ks,g as Ps,a as bs,s as ys}from"./shared/unix.schema-CMYTtXco.mjs";import{p as Bs}from"./shared/phone.schema-XBbyizhq.mjs";import{SnackbarProvider as Ts}from"notistack";export{a as AcceptTermsNotice,s as Alert,e as Backdrop,r as Banner,F as BigNumber,t as BrandFilterInput,o as Button,i as CredentialRequestsEditor,x as CustomAlertComponent,n as DateInput,m as DateRangeInput,l as EmailInput,A as EmptyChartSection,V as ErrorCodesChart,u as ExactBirthdayBanner,p as FullWidthAlert,c as Image,d as LegalLink,h as LinkButton,W as LoadingChartSection,hs as MaskedAndUnmaskedSSNSchema,z as MetricLastUpdated,G as MonthlySignupsOverviewTable,S as OTPInput,C as OneClickForm,U as OneClickOverTimeChart,H as OneClickPercentageChart,g as OneClickPoweredByVerified,L as PageHeader,M as PageSectionHeader,E as Paragraph,f as PhoneInput,j as PieChart,k as PrivacyPolicyNotice,P as QRCodeDisplay,Q as ReasonCodesChart,b as ResendPhoneBanner,q as RiskScoreBarChart,J as RiskScorePieChart,y as SSNInput,Ss as SSNSchema,Y as SectionHeader,B as SelectInput,K as SeriesChart,X as SeriesChartLegend,Z as SeriesPercentageChart,_ as SignupBigNumbers,$ as SimpleBarChart,aa as SimpleLegend,Ts as SnackbarProvider,T as TestPhoneNumbersBanner,D as TextButton,I as TimezoneInput,O as Typography,Cs as USDateSchema,v as VerifiedImage,w as VerifiedIncLogo,sa as When,Ta as black,Da as blue,Ia as colors,es as countries,Oa as darkBlue,va as darkGreen,wa as darkGrey,Ra as darkGreyContrast,Na as darkRed,La as darkYellow,gs as descriptionSchema,fs as emailSchema,ks as fieldSchema,Za as formatDateMMDDYYYY,_a as formatDateMMYY,$a as formatDateToTimestamp,as as formatExtendedDate,Ps as getDateSchemaWithPastValidation,rs as getPhoneData,ts as getPhoneDataByFieldName,bs as getUnixSchema,Ma as green,Ea as grey,Ya as greyContrast,Fa as infoContrast,ds as kebabCaseToPretty,xa as lightBlue,Aa as lightGreen,Va as lightGrey,Wa as lightGreyContrast,za as lightRed,Ga as lightYellow,ea as mapMonthlySignupsOverviewTableData,ra as mapTimeSeriesData,ms as masks,ls as omitProperties,os as parseToPhoneNational,Bs as phoneSchema,Ua as red,Ha as shadows,is as sortByCountryName,us as ssnFormatter,ys as stateSchema,ja as textDisabled,Qa as theme,ps as toCapitalize,R as toOption,cs as toSentenceCase,N as useBrandFilterInput,oa as useCallbackRef,ga as useCopyToClipboard,ya as useCounter,ia as useDebounceCallback,ka as useDebounceValue,na as useDisclosure,ma as useIntersectionObserver,la as useLocalStorage,ua as useNavigatorOnline,Pa as useOnClickOutside,fa as usePrevious,ba as useQRCode,Ba as useResizeObserver,pa as useScript,ca as useSearchParams,ta as useSnackbar,da as useThrottle,ha as useToggle,Sa as useWindowScroll,Ca as useWindowSize,ss as uuidToHashedColor,ns as validatePhone,qa as warningContrast,Ja as white,Xa as wrapPromise,Ka as yellow};
|