docthub-core-components 3.3.4 → 3.3.6
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/overrides/ui/mobile-number-dialog/mobile-number-dialog.js +310 -209
- package/dist/components/overrides/ui/mobile-number-dialog/otp-dialog.js +99 -0
- package/dist/components/overrides/ui/mobile-number-dialog/presets.js +49 -44
- package/dist/components/ui/cookie-dialog.js +46 -41
- package/dist/index.js +135 -128
- package/dist/src/components/overrides/ui/mobile-number-dialog/index.d.ts +3 -2
- package/dist/src/components/overrides/ui/mobile-number-dialog/mobile-number-dialog.d.ts +1 -1
- package/dist/src/components/overrides/ui/mobile-number-dialog/otp-dialog.d.ts +18 -0
- package/dist/src/components/overrides/ui/mobile-number-dialog/presets.d.ts +6 -0
- package/dist/src/components/overrides/ui/mobile-number-dialog/types.d.ts +52 -0
- package/dist/src/components/ui/cookie-dialog.d.ts +6 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
import { DoctAutocomplete as t } from "./components/overrides/ui/auto-complete.js";
|
|
4
4
|
import { AutocompleteCheckbox as D } from "./components/overrides/ui/autocomplete-checkbox.js";
|
|
5
|
-
import { Chip as
|
|
6
|
-
import { CircularProgress as
|
|
7
|
-
import { AddressFormSection as
|
|
8
|
-
import { ContactFormSection as
|
|
9
|
-
import { SearchFilterSection as
|
|
10
|
-
import { UserRegistrationSection as
|
|
11
|
-
import { CurrencyInput as
|
|
12
|
-
import { DoctAnimationLoader as
|
|
5
|
+
import { Chip as n } from "./components/overrides/ui/chips/doct-chip.js";
|
|
6
|
+
import { CircularProgress as c } from "./components/overrides/ui/circular-progress.js";
|
|
7
|
+
import { AddressFormSection as s } from "./components/overrides/ui/composed/address-form-section.js";
|
|
8
|
+
import { ContactFormSection as O } from "./components/overrides/ui/composed/contact-form-section.js";
|
|
9
|
+
import { SearchFilterSection as C } from "./components/overrides/ui/composed/search-filter-section.js";
|
|
10
|
+
import { UserRegistrationSection as l } from "./components/overrides/ui/composed/user-registration-section.js";
|
|
11
|
+
import { CurrencyInput as A } from "./components/overrides/ui/currencyInput/currency-input.js";
|
|
12
|
+
import { DoctAnimationLoader as N } from "./components/overrides/ui/doct-animation-loader.js";
|
|
13
13
|
import { ExpandableCard as u } from "./components/overrides/ui/expandable-card.js";
|
|
14
14
|
import { LabeledInput as P } from "./components/overrides/ui/inputs/labeled-input.js";
|
|
15
15
|
import { OtpInput as g } from "./components/overrides/ui/inputs/otp-input.js";
|
|
16
|
-
import { PasswordInput as
|
|
17
|
-
import { DoctPhoneInput as
|
|
18
|
-
import { DatePickerField as
|
|
16
|
+
import { PasswordInput as B } from "./components/overrides/ui/inputs/password-input.js";
|
|
17
|
+
import { DoctPhoneInput as U } from "./components/overrides/ui/inputs/phone-input.js";
|
|
18
|
+
import { DatePickerField as f } from "./components/overrides/ui/pickers/date-picker-field.js";
|
|
19
19
|
import { DateRangePickerField as F } from "./components/overrides/ui/pickers/date-range-picker-field.js";
|
|
20
20
|
import { SelectField as v } from "./components/overrides/ui/pickers/select-field.js";
|
|
21
21
|
import { AutoComplete as H } from "./components/overrides/ui/search/auto-complete.js";
|
|
@@ -24,21 +24,21 @@ import { ComponentVariant as y, ComponentSection as W } from "./components/overr
|
|
|
24
24
|
import { Alert as Q, AlertDescription as Z, AlertTitle as X } from "./components/ui/alert.js";
|
|
25
25
|
import { Avatar as j, AvatarFallback as q, AvatarImage as J } from "./components/ui/avatar.js";
|
|
26
26
|
import { Badge as oo, badgeVariants as ro } from "./components/ui/badge.js";
|
|
27
|
-
import { Breadcrumb as to, BreadcrumbEllipsis as ao, BreadcrumbItem as Do, BreadcrumbLink as
|
|
28
|
-
import { DoctButton as
|
|
29
|
-
import { CalendarDayButton as
|
|
27
|
+
import { Breadcrumb as to, BreadcrumbEllipsis as ao, BreadcrumbItem as Do, BreadcrumbLink as _o, BreadcrumbList as no, BreadcrumbPage as po, BreadcrumbSeparator as co } from "./components/ui/breadcrumb.js";
|
|
28
|
+
import { DoctButton as so } from "./components/ui/button.js";
|
|
29
|
+
import { CalendarDayButton as Oo, Calendar as To } from "./components/ui/calendar.js";
|
|
30
30
|
import { Checkbox as Io } from "./components/ui/checkbox.js";
|
|
31
|
-
import { Collapsible as
|
|
32
|
-
import { Command as uo, CommandDialog as Mo, CommandEmpty as Po, CommandGroup as Ro, CommandInput as go, CommandItem as bo, CommandList as
|
|
33
|
-
import { CookieDialog as
|
|
31
|
+
import { Collapsible as Lo, CollapsibleContent as Ao, CollapsibleTrigger as Eo } from "./components/ui/collapsible.js";
|
|
32
|
+
import { Command as uo, CommandDialog as Mo, CommandEmpty as Po, CommandGroup as Ro, CommandInput as go, CommandItem as bo, CommandList as Bo, CommandSeparator as xo, CommandShortcut as Uo } from "./components/ui/command.js";
|
|
33
|
+
import { CookieDialog as fo } from "./components/ui/cookie-dialog.js";
|
|
34
34
|
import { Dialog as Fo, DialogClose as wo, DialogContent as vo, DialogDescription as ho, DialogFooter as Ho, DialogHeader as ko, DialogScrollableBody as Yo, DialogTitle as Vo, DialogTrigger as yo } from "./components/ui/dialog.js";
|
|
35
35
|
import { Drawer as Ko, DrawerClose as Qo, DrawerContent as Zo, DrawerDescription as Xo, DrawerFooter as zo, DrawerHeader as jo, DrawerTitle as qo, DrawerTrigger as Jo } from "./components/ui/drawer.js";
|
|
36
|
-
import { DropdownMenu as or, DropdownMenuCheckboxItem as rr, DropdownMenuContent as er, DropdownMenuGroup as tr, DropdownMenuItem as ar, DropdownMenuLabel as Dr, DropdownMenuRadioGroup as
|
|
37
|
-
import { Input as
|
|
38
|
-
import { Label as
|
|
39
|
-
import { Popover as
|
|
40
|
-
import { Progress as
|
|
41
|
-
import { RadioGroup as
|
|
36
|
+
import { DropdownMenu as or, DropdownMenuCheckboxItem as rr, DropdownMenuContent as er, DropdownMenuGroup as tr, DropdownMenuItem as ar, DropdownMenuLabel as Dr, DropdownMenuRadioGroup as _r, DropdownMenuRadioItem as nr, DropdownMenuSeparator as pr, DropdownMenuShortcut as cr, DropdownMenuSub as ir, DropdownMenuSubContent as sr, DropdownMenuSubTrigger as mr, DropdownMenuTrigger as Or } from "./components/ui/dropdown-menu.js";
|
|
37
|
+
import { Input as Cr } from "./components/ui/input.js";
|
|
38
|
+
import { Label as lr } from "./components/ui/label.js";
|
|
39
|
+
import { Popover as Ar, PopoverArrow as Er, PopoverBackdrop as Nr, PopoverClose as dr, PopoverContent as ur, PopoverDescription as Mr, PopoverHeader as Pr, PopoverTitle as Rr, PopoverTrigger as gr, PopoverViewport as br } from "./components/ui/popover.js";
|
|
40
|
+
import { Progress as xr } from "./components/ui/progress.js";
|
|
41
|
+
import { RadioGroup as Sr, RadioGroupItem as fr } from "./components/ui/radio-group.js";
|
|
42
42
|
import { Skeleton as Fr } from "./components/ui/skeleton.js";
|
|
43
43
|
import { Tabs as vr, TabsContent as hr, TabsList as Hr, TabsTrigger as kr } from "./components/ui/tabs.js";
|
|
44
44
|
import { Textarea as Vr } from "./components/ui/textarea.js";
|
|
@@ -47,42 +47,43 @@ import { toast as Qr, Toaster as Zr } from "./components/ui/toast.js";
|
|
|
47
47
|
import { Tooltip as zr, TooltipContent as jr, TooltipProvider as qr, TooltipTrigger as Jr } from "./components/ui/tooltip.js";
|
|
48
48
|
import { DoctTypography as oe } from "./components/ui/typography.js";
|
|
49
49
|
import { useAutocompleteCheckbox as ee } from "./hooks/useAutocompleteCheckbox.js";
|
|
50
|
-
import { ACCOUNT_CONFLICT_PROMPT_BODY_TITLE as ae, ACCOUNT_CONFLICT_PROMPT_DEFAULT_COUNTRY_CODE as De, ACCOUNT_CONFLICT_PROMPT_DEFAULT_EXISTING_ACCOUNT_ERROR as
|
|
51
|
-
import { ACCOUNT_CONFLICT_PROMPT_DRAWER_BACKDROP_CLASS as
|
|
52
|
-
import { DoctAccountConflictPrompt as
|
|
53
|
-
import { DoctFooter as
|
|
54
|
-
import { DoctLoginDialog as
|
|
55
|
-
import { DoctNavigationMenu as
|
|
56
|
-
import { INDIVIDUAL_NAV_ROUTES as
|
|
57
|
-
import { IndividualNavigationMenu as
|
|
58
|
-
import { LOGIN_DIALOG_ASSETS as
|
|
59
|
-
import { LOGIN_DIALOG_IMAGE_HEIGHT as
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
50
|
+
import { ACCOUNT_CONFLICT_PROMPT_BODY_TITLE as ae, ACCOUNT_CONFLICT_PROMPT_DEFAULT_COUNTRY_CODE as De, ACCOUNT_CONFLICT_PROMPT_DEFAULT_EXISTING_ACCOUNT_ERROR as _e, ACCOUNT_CONFLICT_PROMPT_DEFAULT_INFO_MESSAGE as ne, ACCOUNT_CONFLICT_PROMPT_DEFAULT_MASKED_EMAIL as pe, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_DISPLAY as ce, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_NUMBER as ie, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_PLACEHOLDER as se, ACCOUNT_CONFLICT_PROMPT_HEADER_TITLE as me, ACCOUNT_CONFLICT_PROMPT_LOGIN_UNIFY_HINT as Oe, ACCOUNT_CONFLICT_PROMPT_PRIMARY_LABEL as Te, ACCOUNT_CONFLICT_PROMPT_SECONDARY_LABEL as Ce, MOBILE_NUMBER_DIALOG_BODY_TITLE as Ie, MOBILE_NUMBER_DIALOG_DEFAULT_COUNTRY_CODE as le, MOBILE_NUMBER_DIALOG_DEFAULT_EXISTING_ACCOUNT_ERROR as Le, MOBILE_NUMBER_DIALOG_DEFAULT_INFO_MESSAGE as Ae, MOBILE_NUMBER_DIALOG_DEFAULT_MASKED_EMAIL as Ee, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_DISPLAY as Ne, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_NUMBER as de, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_PLACEHOLDER as ue, MOBILE_NUMBER_DIALOG_HEADER_TITLE as Me, MOBILE_NUMBER_DIALOG_LOGIN_UNIFY_HINT as Pe, MOBILE_NUMBER_DIALOG_OTP_HEADER_TITLE as Re, MOBILE_NUMBER_DIALOG_OTP_RESEND_BUTTON_LABEL as ge, MOBILE_NUMBER_DIALOG_OTP_RESEND_LABEL as be, MOBILE_NUMBER_DIALOG_OTP_SUBMIT_LABEL as Be, MOBILE_NUMBER_DIALOG_OTP_TITLE as xe, MOBILE_NUMBER_DIALOG_PRIMARY_LABEL as Ue, MOBILE_NUMBER_DIALOG_SECONDARY_LABEL as Se, buildExistingAccountError as fe, buildExistingMobileNumberError as Ge, buildLoginWithMobileNumberLabel as Fe, buildLoginWithPhoneLabel as we, buildMobileNumberDisplay as ve, buildPhoneDisplay as he, isMobileNumberDialogPrimaryDisabled as He } from "./components/overrides/ui/mobile-number-dialog/presets.js";
|
|
51
|
+
import { ACCOUNT_CONFLICT_PROMPT_DRAWER_BACKDROP_CLASS as Ye, MOBILE_NUMBER_DIALOG_DRAWER_BACKDROP_CLASS as Ve } from "./components/overrides/ui/mobile-number-dialog/types.js";
|
|
52
|
+
import { DoctAccountConflictPrompt as We, DoctMobileNumberDialog as Ke, MobileNumberDialog as Qe } from "./components/overrides/ui/mobile-number-dialog/mobile-number-dialog.js";
|
|
53
|
+
import { DoctFooter as Xe } from "./components/overrides/ui/footer/doct-footer.js";
|
|
54
|
+
import { DoctLoginDialog as je } from "./components/overrides/ui/login-dialog/login-dialog.js";
|
|
55
|
+
import { DoctNavigationMenu as Je } from "./components/overrides/ui/navigation-menu/doct-navigation-menu.js";
|
|
56
|
+
import { INDIVIDUAL_NAV_ROUTES as ot, INDIVIDUAL_NAV_ROUTES_PROD as rt, INDIVIDUAL_NAV_ROUTES_QA as et } from "./components/overrides/ui/navigation-menu/individual-nav-routes.js";
|
|
57
|
+
import { IndividualNavigationMenu as at } from "./components/overrides/ui/navigation-menu/individual-navigation-menu.js";
|
|
58
|
+
import { LOGIN_DIALOG_ASSETS as _t, LOGIN_DIALOG_CONTINUE_ANOTHER_WAY_LABEL as nt, LOGIN_DIALOG_CONTINUE_PHONE_EMAIL_LABEL as pt, LOGIN_DIALOG_DEFAULT_COPY as ct, LOGIN_DIALOG_RETURNING_HINT as it, LOGIN_DIALOG_RETURNING_PRIMARY_LABEL as st } from "./components/overrides/ui/login-dialog/presets.js";
|
|
59
|
+
import { LOGIN_DIALOG_IMAGE_HEIGHT as Ot, LOGIN_DIALOG_IMAGE_WIDTH as Tt, LOGIN_DRAWER_BACKDROP_CLASS as Ct } from "./components/overrides/ui/login-dialog/types.js";
|
|
60
|
+
import { MobileNumberDialogOtpSurface as lt } from "./components/overrides/ui/mobile-number-dialog/otp-dialog.js";
|
|
61
|
+
import { ORGANIZATION_NAV_ROUTES as At, ORGANIZATION_NAV_ROUTES_PROD as Et, ORGANIZATION_NAV_ROUTES_QA as Nt } from "./components/overrides/ui/navigation-menu/organization-nav-routes.js";
|
|
62
|
+
import { OrganizationNavigationMenu as ut } from "./components/overrides/ui/navigation-menu/organization-navigation-menu.js";
|
|
63
|
+
import { isPossiblePhoneNumber as Pt, isValidPhoneNumber as Rt } from "react-phone-number-input";
|
|
64
|
+
import { isProdNav as bt, isQaNav as Bt, resolveNavEnv as xt } from "./components/overrides/ui/navigation-menu/nav-env.js";
|
|
64
65
|
export {
|
|
65
66
|
ae as ACCOUNT_CONFLICT_PROMPT_BODY_TITLE,
|
|
66
67
|
De as ACCOUNT_CONFLICT_PROMPT_DEFAULT_COUNTRY_CODE,
|
|
67
|
-
|
|
68
|
-
|
|
68
|
+
_e as ACCOUNT_CONFLICT_PROMPT_DEFAULT_EXISTING_ACCOUNT_ERROR,
|
|
69
|
+
ne as ACCOUNT_CONFLICT_PROMPT_DEFAULT_INFO_MESSAGE,
|
|
69
70
|
pe as ACCOUNT_CONFLICT_PROMPT_DEFAULT_MASKED_EMAIL,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
71
|
+
ce as ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_DISPLAY,
|
|
72
|
+
ie as ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_NUMBER,
|
|
73
|
+
se as ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_PLACEHOLDER,
|
|
74
|
+
Ye as ACCOUNT_CONFLICT_PROMPT_DRAWER_BACKDROP_CLASS,
|
|
74
75
|
me as ACCOUNT_CONFLICT_PROMPT_HEADER_TITLE,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
Oe as ACCOUNT_CONFLICT_PROMPT_LOGIN_UNIFY_HINT,
|
|
77
|
+
Te as ACCOUNT_CONFLICT_PROMPT_PRIMARY_LABEL,
|
|
78
|
+
Ce as ACCOUNT_CONFLICT_PROMPT_SECONDARY_LABEL,
|
|
79
|
+
Oo as CalendarDayButton,
|
|
79
80
|
y as ComponentVariant,
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
We as DoctAccountConflictPrompt,
|
|
82
|
+
s as DoctAddressFormSection,
|
|
82
83
|
Q as DoctAlert,
|
|
83
84
|
Z as DoctAlertDescription,
|
|
84
85
|
X as DoctAlertTitle,
|
|
85
|
-
|
|
86
|
+
N as DoctAnimationLoader,
|
|
86
87
|
H as DoctAutoComplete,
|
|
87
88
|
t as DoctAutocomplete,
|
|
88
89
|
D as DoctAutocompleteCheckbox,
|
|
@@ -93,17 +94,17 @@ export {
|
|
|
93
94
|
to as DoctBreadcrumb,
|
|
94
95
|
ao as DoctBreadcrumbEllipsis,
|
|
95
96
|
Do as DoctBreadcrumbItem,
|
|
96
|
-
|
|
97
|
-
|
|
97
|
+
_o as DoctBreadcrumbLink,
|
|
98
|
+
no as DoctBreadcrumbList,
|
|
98
99
|
po as DoctBreadcrumbPage,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
100
|
+
co as DoctBreadcrumbSeparator,
|
|
101
|
+
so as DoctButton,
|
|
102
|
+
To as DoctCalendar,
|
|
102
103
|
Io as DoctCheckbox,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
104
|
+
n as DoctChip,
|
|
105
|
+
c as DoctCircularProgress,
|
|
106
|
+
Lo as DoctCollapsible,
|
|
107
|
+
Ao as DoctCollapsibleContent,
|
|
107
108
|
Eo as DoctCollapsibleTrigger,
|
|
108
109
|
uo as DoctCommand,
|
|
109
110
|
Mo as DoctCommandDialog,
|
|
@@ -111,14 +112,14 @@ export {
|
|
|
111
112
|
Ro as DoctCommandGroup,
|
|
112
113
|
go as DoctCommandInput,
|
|
113
114
|
bo as DoctCommandItem,
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
115
|
+
Bo as DoctCommandList,
|
|
116
|
+
xo as DoctCommandSeparator,
|
|
117
|
+
Uo as DoctCommandShortcut,
|
|
117
118
|
W as DoctComponentSection,
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
119
|
+
O as DoctContactFormSection,
|
|
120
|
+
fo as DoctCookieDialog,
|
|
121
|
+
A as DoctCurrencyInput,
|
|
122
|
+
f as DoctDatePickerField,
|
|
122
123
|
F as DoctDateRangePickerField,
|
|
123
124
|
Fo as DoctDialog,
|
|
124
125
|
wo as DoctDialogClose,
|
|
@@ -143,39 +144,39 @@ export {
|
|
|
143
144
|
tr as DoctDropdownMenuGroup,
|
|
144
145
|
ar as DoctDropdownMenuItem,
|
|
145
146
|
Dr as DoctDropdownMenuLabel,
|
|
146
|
-
|
|
147
|
-
|
|
147
|
+
_r as DoctDropdownMenuRadioGroup,
|
|
148
|
+
nr as DoctDropdownMenuRadioItem,
|
|
148
149
|
pr as DoctDropdownMenuSeparator,
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
150
|
+
cr as DoctDropdownMenuShortcut,
|
|
151
|
+
ir as DoctDropdownMenuSub,
|
|
152
|
+
sr as DoctDropdownMenuSubContent,
|
|
152
153
|
mr as DoctDropdownMenuSubTrigger,
|
|
153
|
-
|
|
154
|
+
Or as DoctDropdownMenuTrigger,
|
|
154
155
|
u as DoctExpandableCard,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
Xe as DoctFooter,
|
|
157
|
+
Cr as DoctInput,
|
|
158
|
+
lr as DoctLabel,
|
|
158
159
|
P as DoctLabeledInput,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
je as DoctLoginDialog,
|
|
161
|
+
Ke as DoctMobileNumberDialog,
|
|
162
|
+
Je as DoctNavigationMenu,
|
|
162
163
|
g as DoctOtpInput,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
164
|
+
B as DoctPasswordInput,
|
|
165
|
+
U as DoctPhoneInput,
|
|
166
|
+
Ar as DoctPopover,
|
|
167
|
+
Er as DoctPopoverArrow,
|
|
168
|
+
Nr as DoctPopoverBackdrop,
|
|
169
|
+
dr as DoctPopoverClose,
|
|
169
170
|
ur as DoctPopoverContent,
|
|
170
171
|
Mr as DoctPopoverDescription,
|
|
171
172
|
Pr as DoctPopoverHeader,
|
|
172
173
|
Rr as DoctPopoverTitle,
|
|
173
174
|
gr as DoctPopoverTrigger,
|
|
174
175
|
br as DoctPopoverViewport,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
176
|
+
xr as DoctProgress,
|
|
177
|
+
Sr as DoctRadioGroup,
|
|
178
|
+
fr as DoctRadioGroupItem,
|
|
179
|
+
C as DoctSearchFilterSection,
|
|
179
180
|
Y as DoctSearchInput,
|
|
180
181
|
v as DoctSelectField,
|
|
181
182
|
Fr as DoctSkeleton,
|
|
@@ -192,50 +193,56 @@ export {
|
|
|
192
193
|
qr as DoctTooltipProvider,
|
|
193
194
|
Jr as DoctTooltipTrigger,
|
|
194
195
|
oe as DoctTypography,
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
196
|
+
l as DoctUserRegistrationSection,
|
|
197
|
+
ot as INDIVIDUAL_NAV_ROUTES,
|
|
198
|
+
rt as INDIVIDUAL_NAV_ROUTES_PROD,
|
|
199
|
+
et as INDIVIDUAL_NAV_ROUTES_QA,
|
|
200
|
+
at as IndividualNavigationMenu,
|
|
201
|
+
_t as LOGIN_DIALOG_ASSETS,
|
|
202
|
+
nt as LOGIN_DIALOG_CONTINUE_ANOTHER_WAY_LABEL,
|
|
203
|
+
pt as LOGIN_DIALOG_CONTINUE_PHONE_EMAIL_LABEL,
|
|
204
|
+
ct as LOGIN_DIALOG_DEFAULT_COPY,
|
|
205
|
+
Ot as LOGIN_DIALOG_IMAGE_HEIGHT,
|
|
206
|
+
Tt as LOGIN_DIALOG_IMAGE_WIDTH,
|
|
207
|
+
it as LOGIN_DIALOG_RETURNING_HINT,
|
|
208
|
+
st as LOGIN_DIALOG_RETURNING_PRIMARY_LABEL,
|
|
209
|
+
Ct as LOGIN_DRAWER_BACKDROP_CLASS,
|
|
209
210
|
Ie as MOBILE_NUMBER_DIALOG_BODY_TITLE,
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
211
|
+
le as MOBILE_NUMBER_DIALOG_DEFAULT_COUNTRY_CODE,
|
|
212
|
+
Le as MOBILE_NUMBER_DIALOG_DEFAULT_EXISTING_ACCOUNT_ERROR,
|
|
213
|
+
Ae as MOBILE_NUMBER_DIALOG_DEFAULT_INFO_MESSAGE,
|
|
214
|
+
Ee as MOBILE_NUMBER_DIALOG_DEFAULT_MASKED_EMAIL,
|
|
215
|
+
Ne as MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_DISPLAY,
|
|
216
|
+
de as MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_NUMBER,
|
|
216
217
|
ue as MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_PLACEHOLDER,
|
|
217
|
-
|
|
218
|
+
Ve as MOBILE_NUMBER_DIALOG_DRAWER_BACKDROP_CLASS,
|
|
218
219
|
Me as MOBILE_NUMBER_DIALOG_HEADER_TITLE,
|
|
219
220
|
Pe as MOBILE_NUMBER_DIALOG_LOGIN_UNIFY_HINT,
|
|
220
|
-
Re as
|
|
221
|
-
ge as
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
221
|
+
Re as MOBILE_NUMBER_DIALOG_OTP_HEADER_TITLE,
|
|
222
|
+
ge as MOBILE_NUMBER_DIALOG_OTP_RESEND_BUTTON_LABEL,
|
|
223
|
+
be as MOBILE_NUMBER_DIALOG_OTP_RESEND_LABEL,
|
|
224
|
+
Be as MOBILE_NUMBER_DIALOG_OTP_SUBMIT_LABEL,
|
|
225
|
+
xe as MOBILE_NUMBER_DIALOG_OTP_TITLE,
|
|
226
|
+
Ue as MOBILE_NUMBER_DIALOG_PRIMARY_LABEL,
|
|
227
|
+
Se as MOBILE_NUMBER_DIALOG_SECONDARY_LABEL,
|
|
228
|
+
Qe as MobileNumberDialog,
|
|
229
|
+
lt as MobileNumberDialogOtpSurface,
|
|
230
|
+
At as ORGANIZATION_NAV_ROUTES,
|
|
231
|
+
Et as ORGANIZATION_NAV_ROUTES_PROD,
|
|
232
|
+
Nt as ORGANIZATION_NAV_ROUTES_QA,
|
|
233
|
+
ut as OrganizationNavigationMenu,
|
|
227
234
|
ro as badgeVariants,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
235
|
+
fe as buildExistingAccountError,
|
|
236
|
+
Ge as buildExistingMobileNumberError,
|
|
237
|
+
Fe as buildLoginWithMobileNumberLabel,
|
|
238
|
+
we as buildLoginWithPhoneLabel,
|
|
239
|
+
ve as buildMobileNumberDisplay,
|
|
240
|
+
he as buildPhoneDisplay,
|
|
241
|
+
He as isMobileNumberDialogPrimaryDisabled,
|
|
242
|
+
Pt as isPossiblePhoneNumber,
|
|
243
|
+
bt as isProdNav,
|
|
244
|
+
Bt as isQaNav,
|
|
245
|
+
Rt as isValidPhoneNumber,
|
|
246
|
+
xt as resolveNavEnv,
|
|
240
247
|
ee as useAutocompleteCheckbox
|
|
241
248
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { DoctAccountConflictPrompt, DoctMobileNumberDialog, MobileNumberDialog, } from './mobile-number-dialog';
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
2
|
+
export { MobileNumberDialogOtpSurface, type MobileNumberDialogOtpSurfaceProps, } from './otp-dialog';
|
|
3
|
+
export { ACCOUNT_CONFLICT_PROMPT_BODY_TITLE, ACCOUNT_CONFLICT_PROMPT_DEFAULT_COUNTRY_CODE, ACCOUNT_CONFLICT_PROMPT_DEFAULT_EXISTING_ACCOUNT_ERROR, ACCOUNT_CONFLICT_PROMPT_DEFAULT_INFO_MESSAGE, ACCOUNT_CONFLICT_PROMPT_DEFAULT_MASKED_EMAIL, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_DISPLAY, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_NUMBER, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_PLACEHOLDER, ACCOUNT_CONFLICT_PROMPT_HEADER_TITLE, ACCOUNT_CONFLICT_PROMPT_LOGIN_UNIFY_HINT, ACCOUNT_CONFLICT_PROMPT_PRIMARY_LABEL, ACCOUNT_CONFLICT_PROMPT_SECONDARY_LABEL, buildExistingAccountError, buildExistingMobileNumberError, buildLoginWithMobileNumberLabel, buildLoginWithPhoneLabel, buildMobileNumberDisplay, buildPhoneDisplay, isMobileNumberDialogPrimaryDisabled, isPrimaryDisabled, MOBILE_NUMBER_DIALOG_BODY_TITLE, MOBILE_NUMBER_DIALOG_DEFAULT_COUNTRY_CODE, MOBILE_NUMBER_DIALOG_DEFAULT_EXISTING_ACCOUNT_ERROR, MOBILE_NUMBER_DIALOG_DEFAULT_INFO_MESSAGE, MOBILE_NUMBER_DIALOG_DEFAULT_MASKED_EMAIL, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_DISPLAY, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_NUMBER, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_PLACEHOLDER, MOBILE_NUMBER_DIALOG_HEADER_TITLE, MOBILE_NUMBER_DIALOG_LOGIN_UNIFY_HINT, MOBILE_NUMBER_DIALOG_OTP_HEADER_TITLE, MOBILE_NUMBER_DIALOG_OTP_RESEND_BUTTON_LABEL, MOBILE_NUMBER_DIALOG_OTP_RESEND_LABEL, MOBILE_NUMBER_DIALOG_OTP_SUBMIT_LABEL, MOBILE_NUMBER_DIALOG_OTP_TITLE, MOBILE_NUMBER_DIALOG_PRIMARY_LABEL, MOBILE_NUMBER_DIALOG_SECONDARY_LABEL, } from './presets';
|
|
4
|
+
export { ACCOUNT_CONFLICT_PROMPT_DRAWER_BACKDROP_CLASS, type AccountConflictPromptState, type AccountConflictPromptStep, type AccountConflictPromptTrigger, type DoctAccountConflictPromptProps, MOBILE_NUMBER_DIALOG_DRAWER_BACKDROP_CLASS, type MobileNumberDialogProps, type MobileNumberDialogState, type MobileNumberDialogStep, type MobileNumberDialogTrigger, } from './types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MobileNumberDialogProps } from './types';
|
|
2
|
-
export declare function MobileNumberDialog({ open, onOpenChange, trigger, state, headerTitle, bodyTitle, infoMessage, phoneNumber, onPhoneNumberChange, onCountryCodeChange, existingAccountErrorMessage, phonePlaceholder, countryCode, icon, isMobileOverride, className, }: MobileNumberDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function MobileNumberDialog({ open, onOpenChange, trigger, state, headerTitle, bodyTitle, infoMessage, phoneNumber, onPhoneNumberChange, onCountryCodeChange, step, defaultStep, onStepChange, onExistingAccountLoginClick, phoneErrorMessage, onPrimaryClick, onSecondaryClick, isPrimaryLoading, maskedRecipient, otpHeaderTitle, onOtpBack, otpError, otpCanResend, onOtpResend, otpTimerText, isOtpSubmitting, otpValue, onOtpChange, otpLength, onOtpSubmit, otpTitle, otpResendLabel, otpSubmitLabel, existingAccountErrorMessage, phonePlaceholder, countryCode, icon, isMobileOverride, closeOnOutsideClick, className, }: MobileNumberDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare const DoctMobileNumberDialog: typeof MobileNumberDialog;
|
|
4
4
|
/** @deprecated Use `MobileNumberDialog`. */
|
|
5
5
|
export declare const DoctAccountConflictPrompt: typeof MobileNumberDialog;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface MobileNumberDialogOtpSurfaceProps {
|
|
2
|
+
headerTitle: string;
|
|
3
|
+
title: string;
|
|
4
|
+
phoneDisplay: string;
|
|
5
|
+
otp: string[];
|
|
6
|
+
onOtpChange: (otp: string[]) => void;
|
|
7
|
+
onOtpSubmit?: (otp: string) => void;
|
|
8
|
+
onBack?: () => void;
|
|
9
|
+
otpError?: string;
|
|
10
|
+
canResend?: boolean;
|
|
11
|
+
onResend?: () => void;
|
|
12
|
+
timerText?: string;
|
|
13
|
+
submitLabel: string;
|
|
14
|
+
isSubmitting?: boolean;
|
|
15
|
+
className?: string;
|
|
16
|
+
surface: "drawer" | "dialog";
|
|
17
|
+
}
|
|
18
|
+
export declare function MobileNumberDialogOtpSurface({ headerTitle, title, phoneDisplay, otp, onOtpChange, onOtpSubmit, onBack, otpError, canResend, onResend, timerText, submitLabel, isSubmitting, className, surface, }: Readonly<MobileNumberDialogOtpSurfaceProps>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -9,6 +9,12 @@ export declare const MOBILE_NUMBER_DIALOG_DEFAULT_INFO_MESSAGE = "Your mobile nu
|
|
|
9
9
|
export declare const MOBILE_NUMBER_DIALOG_HEADER_TITLE: Record<MobileNumberDialogTrigger, string>;
|
|
10
10
|
export declare const MOBILE_NUMBER_DIALOG_BODY_TITLE: Record<MobileNumberDialogTrigger, string>;
|
|
11
11
|
export declare const MOBILE_NUMBER_DIALOG_LOGIN_UNIFY_HINT = "your accounts will be unified on login";
|
|
12
|
+
/** OTP copy shared by the in-dialog OTP surface and Storybook examples. */
|
|
13
|
+
export declare const MOBILE_NUMBER_DIALOG_OTP_HEADER_TITLE = "Login with Mobile";
|
|
14
|
+
export declare const MOBILE_NUMBER_DIALOG_OTP_TITLE = "6 digit OTP has been sent to your Mobile";
|
|
15
|
+
export declare const MOBILE_NUMBER_DIALOG_OTP_RESEND_LABEL = "Resend code in: 00:59";
|
|
16
|
+
export declare const MOBILE_NUMBER_DIALOG_OTP_RESEND_BUTTON_LABEL = "Resend Code";
|
|
17
|
+
export declare const MOBILE_NUMBER_DIALOG_OTP_SUBMIT_LABEL = "Submit";
|
|
12
18
|
export declare function buildExistingMobileNumberError(maskedEmail: string): string;
|
|
13
19
|
/** Default existing-account error copy for Storybook / demos. */
|
|
14
20
|
export declare const MOBILE_NUMBER_DIALOG_DEFAULT_EXISTING_ACCOUNT_ERROR: string;
|
|
@@ -11,6 +11,8 @@ export type MobileNumberDialogTrigger = "action" | "system";
|
|
|
11
11
|
* - `existingAccount` - filled phone, error, and login secondary action.
|
|
12
12
|
*/
|
|
13
13
|
export type MobileNumberDialogState = "addNumber" | "existingAccount";
|
|
14
|
+
/** Dialog view step; OTP is still gated by `state="existingAccount"` in the component. */
|
|
15
|
+
export type MobileNumberDialogStep = "mobileNumber" | "otp";
|
|
14
16
|
export interface MobileNumberDialogProps {
|
|
15
17
|
open: boolean;
|
|
16
18
|
onOpenChange: (open: boolean) => void;
|
|
@@ -30,8 +32,54 @@ export interface MobileNumberDialogProps {
|
|
|
30
32
|
onPhoneNumberChange?: (phoneNumber: string) => void;
|
|
31
33
|
/** Called when the user changes the selected country calling code. */
|
|
32
34
|
onCountryCodeChange?: (countryCode: string) => void;
|
|
35
|
+
/** Controlled view step. Use `otp` when authentication has moved to OTP verification. */
|
|
36
|
+
step?: MobileNumberDialogStep;
|
|
37
|
+
/** Initial uncontrolled view step. Default `mobileNumber`. */
|
|
38
|
+
defaultStep?: MobileNumberDialogStep;
|
|
39
|
+
/** Called when the dialog switches between the mobile number and OTP steps. */
|
|
40
|
+
onStepChange?: (step: MobileNumberDialogStep) => void;
|
|
41
|
+
/** Called when the existing-account login button is clicked before showing the OTP step. */
|
|
42
|
+
onExistingAccountLoginClick?: () => void;
|
|
43
|
+
/** Controlled OTP digits. */
|
|
44
|
+
otpValue?: string[];
|
|
45
|
+
/** Called when an OTP digit changes. */
|
|
46
|
+
onOtpChange?: (otp: string[]) => void;
|
|
47
|
+
/** OTP digit count. Default `6`. */
|
|
48
|
+
otpLength?: number;
|
|
49
|
+
/** Called when the OTP submit button is clicked. */
|
|
50
|
+
onOtpSubmit?: (otp: string) => void;
|
|
51
|
+
/** OTP screen heading. */
|
|
52
|
+
otpTitle?: string;
|
|
53
|
+
/** OTP timer/resend copy. */
|
|
54
|
+
otpResendLabel?: string;
|
|
55
|
+
/** OTP submit button label. */
|
|
56
|
+
otpSubmitLabel?: string;
|
|
33
57
|
/** Full existing-account validation error (pass from your API when `state="existingAccount"`). */
|
|
34
58
|
existingAccountErrorMessage?: string;
|
|
59
|
+
/** Validation or API error for the phone field when `state="addNumber"`. */
|
|
60
|
+
phoneErrorMessage?: string;
|
|
61
|
+
/** Called when the primary footer action is clicked (Continue / Save). */
|
|
62
|
+
onPrimaryClick?: () => void;
|
|
63
|
+
/** Called when the secondary footer action is clicked (Add later). */
|
|
64
|
+
onSecondaryClick?: () => void;
|
|
65
|
+
/** Shows a loading state on the primary footer action. */
|
|
66
|
+
isPrimaryLoading?: boolean;
|
|
67
|
+
/** Masked recipient shown on the OTP step (falls back to formatted phone number). */
|
|
68
|
+
maskedRecipient?: string;
|
|
69
|
+
/** OTP screen navigation title. */
|
|
70
|
+
otpHeaderTitle?: string;
|
|
71
|
+
/** Called when the OTP back button is clicked. */
|
|
72
|
+
onOtpBack?: () => void;
|
|
73
|
+
/** OTP field-level error message. */
|
|
74
|
+
otpError?: string;
|
|
75
|
+
/** Whether the OTP resend action is available. */
|
|
76
|
+
otpCanResend?: boolean;
|
|
77
|
+
/** Called when the user requests a new OTP. */
|
|
78
|
+
onOtpResend?: () => void;
|
|
79
|
+
/** Countdown copy shown while resend is blocked. */
|
|
80
|
+
otpTimerText?: string;
|
|
81
|
+
/** Shows a loading state on the OTP submit action. */
|
|
82
|
+
isOtpSubmitting?: boolean;
|
|
35
83
|
/** Placeholder when `state="addNumber"`. */
|
|
36
84
|
phonePlaceholder?: string;
|
|
37
85
|
/** Country calling code prefix. Default `+91`. */
|
|
@@ -40,6 +88,8 @@ export interface MobileNumberDialogProps {
|
|
|
40
88
|
icon?: ReactNode;
|
|
41
89
|
/** Force mobile drawer or desktop dialog (e.g. Storybook). */
|
|
42
90
|
isMobileOverride?: boolean;
|
|
91
|
+
/** Whether clicking the backdrop closes the desktop dialog. Default `true`. */
|
|
92
|
+
closeOnOutsideClick?: boolean;
|
|
43
93
|
className?: string;
|
|
44
94
|
}
|
|
45
95
|
/** @deprecated Use `MOBILE_NUMBER_DIALOG_DRAWER_BACKDROP_CLASS`. */
|
|
@@ -48,5 +98,7 @@ export declare const ACCOUNT_CONFLICT_PROMPT_DRAWER_BACKDROP_CLASS = "login-draw
|
|
|
48
98
|
export type AccountConflictPromptTrigger = MobileNumberDialogTrigger;
|
|
49
99
|
/** @deprecated Use `MobileNumberDialogState`. */
|
|
50
100
|
export type AccountConflictPromptState = MobileNumberDialogState;
|
|
101
|
+
/** @deprecated Use `MobileNumberDialogStep`. */
|
|
102
|
+
export type AccountConflictPromptStep = MobileNumberDialogStep;
|
|
51
103
|
/** @deprecated Use `MobileNumberDialogProps`. */
|
|
52
104
|
export type DoctAccountConflictPromptProps = MobileNumberDialogProps;
|
|
@@ -14,10 +14,15 @@ export type CookieDialogProps = {
|
|
|
14
14
|
* Called when the user accepts cookies (clicks the primary button).
|
|
15
15
|
*/
|
|
16
16
|
onAccept?: () => void;
|
|
17
|
+
/**
|
|
18
|
+
* Whether to show the header close (X) button.
|
|
19
|
+
* @default true
|
|
20
|
+
*/
|
|
21
|
+
showCloseButton?: boolean;
|
|
17
22
|
className?: string;
|
|
18
23
|
};
|
|
19
24
|
export declare const CookieDialog: {
|
|
20
|
-
({ open, defaultOpen, onOpenChange, cookiePolicyRoute, onPolicyClick, onAccept, className, }: CookieDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
({ open, defaultOpen, onOpenChange, cookiePolicyRoute, onPolicyClick, onAccept, showCloseButton, className, }: CookieDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
21
26
|
displayName: string;
|
|
22
27
|
};
|
|
23
28
|
export default CookieDialog;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export { PasswordInput as DoctPasswordInput } from './components/overrides/ui/in
|
|
|
16
16
|
export type { CustomCountry, DoctPhoneInputProps, } from './components/overrides/ui/inputs/phone-input';
|
|
17
17
|
export { DoctPhoneInput, isPossiblePhoneNumber, isValidPhoneNumber, } from './components/overrides/ui/inputs/phone-input';
|
|
18
18
|
export { DoctLoginDialog, type DoctLoginDialogProps, LOGIN_DIALOG_ASSETS, LOGIN_DIALOG_CONTINUE_ANOTHER_WAY_LABEL, LOGIN_DIALOG_CONTINUE_PHONE_EMAIL_LABEL, LOGIN_DIALOG_DEFAULT_COPY, LOGIN_DIALOG_IMAGE_HEIGHT, LOGIN_DIALOG_IMAGE_WIDTH, LOGIN_DIALOG_RETURNING_HINT, LOGIN_DIALOG_RETURNING_PRIMARY_LABEL, LOGIN_DRAWER_BACKDROP_CLASS, type LoginDialogLastProvider, type LoginDialogVariant, } from './components/overrides/ui/login-dialog';
|
|
19
|
-
export { ACCOUNT_CONFLICT_PROMPT_BODY_TITLE, ACCOUNT_CONFLICT_PROMPT_DEFAULT_COUNTRY_CODE, ACCOUNT_CONFLICT_PROMPT_DEFAULT_EXISTING_ACCOUNT_ERROR, ACCOUNT_CONFLICT_PROMPT_DEFAULT_INFO_MESSAGE, ACCOUNT_CONFLICT_PROMPT_DEFAULT_MASKED_EMAIL, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_DISPLAY, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_NUMBER, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_PLACEHOLDER, ACCOUNT_CONFLICT_PROMPT_DRAWER_BACKDROP_CLASS, ACCOUNT_CONFLICT_PROMPT_HEADER_TITLE, ACCOUNT_CONFLICT_PROMPT_LOGIN_UNIFY_HINT, ACCOUNT_CONFLICT_PROMPT_PRIMARY_LABEL, ACCOUNT_CONFLICT_PROMPT_SECONDARY_LABEL, type AccountConflictPromptState, type AccountConflictPromptTrigger, buildExistingAccountError, buildExistingMobileNumberError, buildLoginWithMobileNumberLabel, buildLoginWithPhoneLabel, buildMobileNumberDisplay, buildPhoneDisplay, DoctAccountConflictPrompt, type DoctAccountConflictPromptProps, DoctMobileNumberDialog, isMobileNumberDialogPrimaryDisabled, MOBILE_NUMBER_DIALOG_BODY_TITLE, MOBILE_NUMBER_DIALOG_DEFAULT_COUNTRY_CODE, MOBILE_NUMBER_DIALOG_DEFAULT_EXISTING_ACCOUNT_ERROR, MOBILE_NUMBER_DIALOG_DEFAULT_INFO_MESSAGE, MOBILE_NUMBER_DIALOG_DEFAULT_MASKED_EMAIL, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_DISPLAY, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_NUMBER, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_PLACEHOLDER, MOBILE_NUMBER_DIALOG_DRAWER_BACKDROP_CLASS, MOBILE_NUMBER_DIALOG_HEADER_TITLE, MOBILE_NUMBER_DIALOG_LOGIN_UNIFY_HINT, MOBILE_NUMBER_DIALOG_PRIMARY_LABEL, MOBILE_NUMBER_DIALOG_SECONDARY_LABEL, MobileNumberDialog, type MobileNumberDialogProps, type MobileNumberDialogState, type MobileNumberDialogTrigger, } from './components/overrides/ui/mobile-number-dialog';
|
|
19
|
+
export { ACCOUNT_CONFLICT_PROMPT_BODY_TITLE, ACCOUNT_CONFLICT_PROMPT_DEFAULT_COUNTRY_CODE, ACCOUNT_CONFLICT_PROMPT_DEFAULT_EXISTING_ACCOUNT_ERROR, ACCOUNT_CONFLICT_PROMPT_DEFAULT_INFO_MESSAGE, ACCOUNT_CONFLICT_PROMPT_DEFAULT_MASKED_EMAIL, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_DISPLAY, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_NUMBER, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_PLACEHOLDER, ACCOUNT_CONFLICT_PROMPT_DRAWER_BACKDROP_CLASS, ACCOUNT_CONFLICT_PROMPT_HEADER_TITLE, ACCOUNT_CONFLICT_PROMPT_LOGIN_UNIFY_HINT, ACCOUNT_CONFLICT_PROMPT_PRIMARY_LABEL, ACCOUNT_CONFLICT_PROMPT_SECONDARY_LABEL, type AccountConflictPromptState, type AccountConflictPromptStep, type AccountConflictPromptTrigger, buildExistingAccountError, buildExistingMobileNumberError, buildLoginWithMobileNumberLabel, buildLoginWithPhoneLabel, buildMobileNumberDisplay, buildPhoneDisplay, DoctAccountConflictPrompt, type DoctAccountConflictPromptProps, DoctMobileNumberDialog, isMobileNumberDialogPrimaryDisabled, MOBILE_NUMBER_DIALOG_BODY_TITLE, MOBILE_NUMBER_DIALOG_DEFAULT_COUNTRY_CODE, MOBILE_NUMBER_DIALOG_DEFAULT_EXISTING_ACCOUNT_ERROR, MOBILE_NUMBER_DIALOG_DEFAULT_INFO_MESSAGE, MOBILE_NUMBER_DIALOG_DEFAULT_MASKED_EMAIL, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_DISPLAY, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_NUMBER, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_PLACEHOLDER, MOBILE_NUMBER_DIALOG_DRAWER_BACKDROP_CLASS, MOBILE_NUMBER_DIALOG_HEADER_TITLE, MOBILE_NUMBER_DIALOG_LOGIN_UNIFY_HINT, MOBILE_NUMBER_DIALOG_OTP_HEADER_TITLE, MOBILE_NUMBER_DIALOG_OTP_RESEND_BUTTON_LABEL, MOBILE_NUMBER_DIALOG_OTP_RESEND_LABEL, MOBILE_NUMBER_DIALOG_OTP_SUBMIT_LABEL, MOBILE_NUMBER_DIALOG_OTP_TITLE, MOBILE_NUMBER_DIALOG_PRIMARY_LABEL, MOBILE_NUMBER_DIALOG_SECONDARY_LABEL, MobileNumberDialog, MobileNumberDialogOtpSurface, type MobileNumberDialogOtpSurfaceProps, type MobileNumberDialogProps, type MobileNumberDialogState, type MobileNumberDialogStep, type MobileNumberDialogTrigger, } from './components/overrides/ui/mobile-number-dialog';
|
|
20
20
|
export { DoctNavigationMenu, type DoctNavigationMenuProps, type DoctNavigationMenuVariant, INDIVIDUAL_NAV_ROUTES, INDIVIDUAL_NAV_ROUTES_PROD, INDIVIDUAL_NAV_ROUTES_QA, IndividualNavigationMenu, type IndividualNavigationMenuProps, type IndividualNavRoutes, isProdNav, isQaNav, type MobileMenuCategory, type NavigationMenuGroup, type NavigationMenuGroupVariant, type NavigationMenuItem, type NavigationMenuSection, ORGANIZATION_NAV_ROUTES, ORGANIZATION_NAV_ROUTES_PROD, ORGANIZATION_NAV_ROUTES_QA, OrganizationNavigationMenu, type OrganizationNavigationMenuProps, type OrganizationNavRoutes, resolveNavEnv, } from './components/overrides/ui/navigation-menu';
|
|
21
21
|
export { DatePickerField as DoctDatePickerField } from './components/overrides/ui/pickers/date-picker-field';
|
|
22
22
|
export { DateRangePickerField as DoctDateRangePickerField } from './components/overrides/ui/pickers/date-range-picker-field';
|