docthub-core-components 3.3.11 → 3.3.14

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.
Files changed (27) hide show
  1. package/dist/components/overrides/ui/inputs/phone-input.js +281 -228
  2. package/dist/components/overrides/ui/mobile-number-dialog/mobile-number-dialog.js +366 -324
  3. package/dist/components/reui/stepper.js +303 -0
  4. package/dist/components/ui/stepper.js +353 -0
  5. package/dist/index.js +190 -177
  6. package/dist/src/components/examples/c-stepper-1.d.ts +1 -0
  7. package/dist/src/components/examples/c-stepper-10.d.ts +1 -0
  8. package/dist/src/components/examples/c-stepper-11.d.ts +1 -0
  9. package/dist/src/components/examples/c-stepper-12.d.ts +1 -0
  10. package/dist/src/components/examples/c-stepper-13.d.ts +1 -0
  11. package/dist/src/components/examples/c-stepper-14.d.ts +1 -0
  12. package/dist/src/components/examples/c-stepper-15.d.ts +1 -0
  13. package/dist/src/components/examples/c-stepper-2.d.ts +1 -0
  14. package/dist/src/components/examples/c-stepper-3.d.ts +1 -0
  15. package/dist/src/components/examples/c-stepper-4.d.ts +1 -0
  16. package/dist/src/components/examples/c-stepper-5.d.ts +1 -0
  17. package/dist/src/components/examples/c-stepper-6.d.ts +1 -0
  18. package/dist/src/components/examples/c-stepper-7.d.ts +1 -0
  19. package/dist/src/components/examples/c-stepper-8.d.ts +1 -0
  20. package/dist/src/components/examples/c-stepper-9.d.ts +1 -0
  21. package/dist/src/components/overrides/ui/inputs/phone-input.d.ts +3 -1
  22. package/dist/src/components/reui/badge.d.ts +12 -0
  23. package/dist/src/components/reui/stepper.d.ts +91 -0
  24. package/dist/src/components/ui/stepper.d.ts +65 -0
  25. package/dist/src/index.d.ts +1 -0
  26. package/dist/style.css +1 -1
  27. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2,19 +2,19 @@
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 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";
5
+ import { Chip as c } from "./components/overrides/ui/chips/doct-chip.js";
6
+ import { CircularProgress as i } from "./components/overrides/ui/circular-progress.js";
7
+ import { AddressFormSection as _ } from "./components/overrides/ui/composed/address-form-section.js";
8
+ import { ContactFormSection as I } from "./components/overrides/ui/composed/contact-form-section.js";
9
+ import { SearchFilterSection as l } from "./components/overrides/ui/composed/search-filter-section.js";
10
+ import { UserRegistrationSection as O } from "./components/overrides/ui/composed/user-registration-section.js";
11
11
  import { CurrencyInput as A } from "./components/overrides/ui/currencyInput/currency-input.js";
12
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
- import { OtpInput as g } from "./components/overrides/ui/inputs/otp-input.js";
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";
15
+ import { OtpInput as S } from "./components/overrides/ui/inputs/otp-input.js";
16
+ import { PasswordInput as b } from "./components/overrides/ui/inputs/password-input.js";
17
+ import { DoctPhoneInput as x } from "./components/overrides/ui/inputs/phone-input.js";
18
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";
@@ -23,63 +23,64 @@ import { SearchInput as Y } from "./components/overrides/ui/search/search-input.
23
23
  import { ComponentVariant as y, ComponentSection as W } from "./components/overrides/ui/showcase/component-section.js";
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
- 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 _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
- import { Checkbox as Io } from "./components/ui/checkbox.js";
26
+ import { Badge as oo, badgeVariants as eo } from "./components/ui/badge.js";
27
+ import { Breadcrumb as to, BreadcrumbEllipsis as ao, BreadcrumbItem as Do, BreadcrumbLink as po, BreadcrumbList as co, BreadcrumbPage as no, BreadcrumbSeparator as io } from "./components/ui/breadcrumb.js";
28
+ import { DoctButton as _o } from "./components/ui/button.js";
29
+ import { CalendarDayButton as Io, Calendar as To } from "./components/ui/calendar.js";
30
+ import { Checkbox as Co } from "./components/ui/checkbox.js";
31
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";
32
+ import { Command as uo, CommandDialog as Mo, CommandEmpty as Po, CommandGroup as Ro, CommandInput as So, CommandItem as go, CommandList as bo, CommandSeparator as Bo, CommandShortcut as xo } from "./components/ui/command.js";
33
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 _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
- import { Skeleton as Fr } from "./components/ui/skeleton.js";
43
- import { Tabs as vr, TabsContent as hr, TabsList as Hr, TabsTrigger as kr } from "./components/ui/tabs.js";
44
- import { Textarea as Vr } from "./components/ui/textarea.js";
45
- import { Timeline as Wr } from "./components/ui/timeline.js";
46
- import { toast as Qr, Toaster as Zr } from "./components/ui/toast.js";
47
- import { Tooltip as zr, TooltipContent as jr, TooltipProvider as qr, TooltipTrigger as Jr } from "./components/ui/tooltip.js";
48
- import { DoctTypography as oe } from "./components/ui/typography.js";
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 _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";
36
+ import { DropdownMenu as oe, DropdownMenuCheckboxItem as ee, DropdownMenuContent as re, DropdownMenuGroup as te, DropdownMenuItem as ae, DropdownMenuLabel as De, DropdownMenuRadioGroup as pe, DropdownMenuRadioItem as ce, DropdownMenuSeparator as ne, DropdownMenuShortcut as ie, DropdownMenuSub as se, DropdownMenuSubContent as _e, DropdownMenuSubTrigger as me, DropdownMenuTrigger as Ie } from "./components/ui/dropdown-menu.js";
37
+ import { Input as le } from "./components/ui/input.js";
38
+ import { Label as Oe } from "./components/ui/label.js";
39
+ import { Popover as Ae, PopoverArrow as Ee, PopoverBackdrop as Ne, PopoverClose as de, PopoverContent as ue, PopoverDescription as Me, PopoverHeader as Pe, PopoverTitle as Re, PopoverTrigger as Se, PopoverViewport as ge } from "./components/ui/popover.js";
40
+ import { Progress as Be } from "./components/ui/progress.js";
41
+ import { RadioGroup as Ue, RadioGroupItem as fe } from "./components/ui/radio-group.js";
42
+ import { Skeleton as Fe } from "./components/ui/skeleton.js";
43
+ import { Stepper as ve, StepperContent as he, StepperDescription as He, StepperIndicator as ke, StepperItem as Ye, StepperNav as Ve, StepperPanel as ye, StepperSeparator as We, StepperTitle as Ke, StepperTrigger as Qe, useStepItem as Ze, useStepper as Xe } from "./components/ui/stepper.js";
44
+ import { Tabs as je, TabsContent as qe, TabsList as Je, TabsTrigger as $e } from "./components/ui/tabs.js";
45
+ import { Textarea as er } from "./components/ui/textarea.js";
46
+ import { Timeline as tr } from "./components/ui/timeline.js";
47
+ import { toast as Dr, Toaster as pr } from "./components/ui/toast.js";
48
+ import { Tooltip as nr, TooltipContent as ir, TooltipProvider as sr, TooltipTrigger as _r } from "./components/ui/tooltip.js";
49
+ import { DoctTypography as Ir } from "./components/ui/typography.js";
50
+ import { useAutocompleteCheckbox as lr } from "./hooks/useAutocompleteCheckbox.js";
51
+ import { ACCOUNT_CONFLICT_PROMPT_BODY_TITLE as Or, ACCOUNT_CONFLICT_PROMPT_DEFAULT_COUNTRY_CODE as Lr, ACCOUNT_CONFLICT_PROMPT_DEFAULT_EXISTING_ACCOUNT_ERROR as Ar, ACCOUNT_CONFLICT_PROMPT_DEFAULT_INFO_MESSAGE as Er, ACCOUNT_CONFLICT_PROMPT_DEFAULT_MASKED_EMAIL as Nr, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_DISPLAY as dr, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_NUMBER as ur, ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_PLACEHOLDER as Mr, ACCOUNT_CONFLICT_PROMPT_HEADER_TITLE as Pr, ACCOUNT_CONFLICT_PROMPT_LOGIN_UNIFY_HINT as Rr, ACCOUNT_CONFLICT_PROMPT_PRIMARY_LABEL as Sr, ACCOUNT_CONFLICT_PROMPT_SECONDARY_LABEL as gr, MOBILE_NUMBER_DIALOG_BODY_TITLE as br, MOBILE_NUMBER_DIALOG_DEFAULT_COUNTRY_CODE as Br, MOBILE_NUMBER_DIALOG_DEFAULT_EXISTING_ACCOUNT_ERROR as xr, MOBILE_NUMBER_DIALOG_DEFAULT_INFO_MESSAGE as Ur, MOBILE_NUMBER_DIALOG_DEFAULT_MASKED_EMAIL as fr, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_DISPLAY as Gr, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_NUMBER as Fr, MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_PLACEHOLDER as wr, MOBILE_NUMBER_DIALOG_HEADER_TITLE as vr, MOBILE_NUMBER_DIALOG_LOGIN_UNIFY_HINT as hr, MOBILE_NUMBER_DIALOG_OTP_HEADER_TITLE as Hr, MOBILE_NUMBER_DIALOG_OTP_RESEND_BUTTON_LABEL as kr, MOBILE_NUMBER_DIALOG_OTP_RESEND_LABEL as Yr, MOBILE_NUMBER_DIALOG_OTP_SUBMIT_LABEL as Vr, MOBILE_NUMBER_DIALOG_OTP_TITLE as yr, MOBILE_NUMBER_DIALOG_PRIMARY_LABEL as Wr, MOBILE_NUMBER_DIALOG_SECONDARY_LABEL as Kr, buildExistingAccountError as Qr, buildExistingMobileNumberError as Zr, buildLoginWithMobileNumberLabel as Xr, buildLoginWithPhoneLabel as zr, buildMobileNumberDisplay as jr, buildPhoneDisplay as qr, isMobileNumberDialogPrimaryDisabled as Jr } from "./components/overrides/ui/mobile-number-dialog/presets.js";
52
+ import { ACCOUNT_CONFLICT_PROMPT_DRAWER_BACKDROP_CLASS as ot, MOBILE_NUMBER_DIALOG_DRAWER_BACKDROP_CLASS as et } from "./components/overrides/ui/mobile-number-dialog/types.js";
53
+ import { DoctAccountConflictPrompt as tt, DoctMobileNumberDialog as at, MobileNumberDialog as Dt } from "./components/overrides/ui/mobile-number-dialog/mobile-number-dialog.js";
54
+ import { DoctFooter as ct } from "./components/overrides/ui/footer/doct-footer.js";
55
+ import { DoctLoginDialog as it } from "./components/overrides/ui/login-dialog/login-dialog.js";
56
+ import { DoctNavigationMenu as _t } from "./components/overrides/ui/navigation-menu/doct-navigation-menu.js";
57
+ import { INDIVIDUAL_NAV_ROUTES as It, INDIVIDUAL_NAV_ROUTES_PROD as Tt, INDIVIDUAL_NAV_ROUTES_QA as lt } from "./components/overrides/ui/navigation-menu/individual-nav-routes.js";
58
+ import { IndividualNavigationMenu as Ot } from "./components/overrides/ui/navigation-menu/individual-navigation-menu.js";
59
+ import { LOGIN_DIALOG_ASSETS as At, LOGIN_DIALOG_CONTINUE_ANOTHER_WAY_LABEL as Et, LOGIN_DIALOG_CONTINUE_PHONE_EMAIL_LABEL as Nt, LOGIN_DIALOG_DEFAULT_COPY as dt, LOGIN_DIALOG_RETURNING_HINT as ut, LOGIN_DIALOG_RETURNING_PRIMARY_LABEL as Mt } from "./components/overrides/ui/login-dialog/presets.js";
60
+ import { LOGIN_DIALOG_IMAGE_HEIGHT as Rt, LOGIN_DIALOG_IMAGE_WIDTH as St, LOGIN_DRAWER_BACKDROP_CLASS as gt } from "./components/overrides/ui/login-dialog/types.js";
61
+ import { MobileNumberDialogOtpSurface as Bt } from "./components/overrides/ui/mobile-number-dialog/otp-dialog.js";
62
+ import { ORGANIZATION_NAV_ROUTES as Ut, ORGANIZATION_NAV_ROUTES_PROD as ft, ORGANIZATION_NAV_ROUTES_QA as Gt } from "./components/overrides/ui/navigation-menu/organization-nav-routes.js";
63
+ import { OrganizationNavigationMenu as wt } from "./components/overrides/ui/navigation-menu/organization-navigation-menu.js";
64
+ import { isPossiblePhoneNumber as ht, isValidPhoneNumber as Ht } from "react-phone-number-input";
65
+ import { isProdNav as Yt, isQaNav as Vt, resolveNavEnv as yt } from "./components/overrides/ui/navigation-menu/nav-env.js";
65
66
  export {
66
- ae as ACCOUNT_CONFLICT_PROMPT_BODY_TITLE,
67
- De as ACCOUNT_CONFLICT_PROMPT_DEFAULT_COUNTRY_CODE,
68
- _e as ACCOUNT_CONFLICT_PROMPT_DEFAULT_EXISTING_ACCOUNT_ERROR,
69
- ne as ACCOUNT_CONFLICT_PROMPT_DEFAULT_INFO_MESSAGE,
70
- pe as ACCOUNT_CONFLICT_PROMPT_DEFAULT_MASKED_EMAIL,
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,
75
- me as ACCOUNT_CONFLICT_PROMPT_HEADER_TITLE,
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,
67
+ Or as ACCOUNT_CONFLICT_PROMPT_BODY_TITLE,
68
+ Lr as ACCOUNT_CONFLICT_PROMPT_DEFAULT_COUNTRY_CODE,
69
+ Ar as ACCOUNT_CONFLICT_PROMPT_DEFAULT_EXISTING_ACCOUNT_ERROR,
70
+ Er as ACCOUNT_CONFLICT_PROMPT_DEFAULT_INFO_MESSAGE,
71
+ Nr as ACCOUNT_CONFLICT_PROMPT_DEFAULT_MASKED_EMAIL,
72
+ dr as ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_DISPLAY,
73
+ ur as ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_NUMBER,
74
+ Mr as ACCOUNT_CONFLICT_PROMPT_DEFAULT_PHONE_PLACEHOLDER,
75
+ ot as ACCOUNT_CONFLICT_PROMPT_DRAWER_BACKDROP_CLASS,
76
+ Pr as ACCOUNT_CONFLICT_PROMPT_HEADER_TITLE,
77
+ Rr as ACCOUNT_CONFLICT_PROMPT_LOGIN_UNIFY_HINT,
78
+ Sr as ACCOUNT_CONFLICT_PROMPT_PRIMARY_LABEL,
79
+ gr as ACCOUNT_CONFLICT_PROMPT_SECONDARY_LABEL,
80
+ Io as CalendarDayButton,
80
81
  y as ComponentVariant,
81
- We as DoctAccountConflictPrompt,
82
- s as DoctAddressFormSection,
82
+ tt as DoctAccountConflictPrompt,
83
+ _ as DoctAddressFormSection,
83
84
  Q as DoctAlert,
84
85
  Z as DoctAlertDescription,
85
86
  X as DoctAlertTitle,
@@ -94,15 +95,15 @@ export {
94
95
  to as DoctBreadcrumb,
95
96
  ao as DoctBreadcrumbEllipsis,
96
97
  Do as DoctBreadcrumbItem,
97
- _o as DoctBreadcrumbLink,
98
- no as DoctBreadcrumbList,
99
- po as DoctBreadcrumbPage,
100
- co as DoctBreadcrumbSeparator,
101
- so as DoctButton,
98
+ po as DoctBreadcrumbLink,
99
+ co as DoctBreadcrumbList,
100
+ no as DoctBreadcrumbPage,
101
+ io as DoctBreadcrumbSeparator,
102
+ _o as DoctButton,
102
103
  To as DoctCalendar,
103
- Io as DoctCheckbox,
104
- n as DoctChip,
105
- c as DoctCircularProgress,
104
+ Co as DoctCheckbox,
105
+ c as DoctChip,
106
+ i as DoctCircularProgress,
106
107
  Lo as DoctCollapsible,
107
108
  Ao as DoctCollapsibleContent,
108
109
  Eo as DoctCollapsibleTrigger,
@@ -110,13 +111,13 @@ export {
110
111
  Mo as DoctCommandDialog,
111
112
  Po as DoctCommandEmpty,
112
113
  Ro as DoctCommandGroup,
113
- go as DoctCommandInput,
114
- bo as DoctCommandItem,
115
- Bo as DoctCommandList,
116
- xo as DoctCommandSeparator,
117
- Uo as DoctCommandShortcut,
114
+ So as DoctCommandInput,
115
+ go as DoctCommandItem,
116
+ bo as DoctCommandList,
117
+ Bo as DoctCommandSeparator,
118
+ xo as DoctCommandShortcut,
118
119
  W as DoctComponentSection,
119
- O as DoctContactFormSection,
120
+ I as DoctContactFormSection,
120
121
  fo as DoctCookieDialog,
121
122
  A as DoctCurrencyInput,
122
123
  f as DoctDatePickerField,
@@ -138,111 +139,123 @@ export {
138
139
  jo as DoctDrawerHeader,
139
140
  qo as DoctDrawerTitle,
140
141
  Jo as DoctDrawerTrigger,
141
- or as DoctDropdownMenu,
142
- rr as DoctDropdownMenuCheckboxItem,
143
- er as DoctDropdownMenuContent,
144
- tr as DoctDropdownMenuGroup,
145
- ar as DoctDropdownMenuItem,
146
- Dr as DoctDropdownMenuLabel,
147
- _r as DoctDropdownMenuRadioGroup,
148
- nr as DoctDropdownMenuRadioItem,
149
- pr as DoctDropdownMenuSeparator,
150
- cr as DoctDropdownMenuShortcut,
151
- ir as DoctDropdownMenuSub,
152
- sr as DoctDropdownMenuSubContent,
153
- mr as DoctDropdownMenuSubTrigger,
154
- Or as DoctDropdownMenuTrigger,
142
+ oe as DoctDropdownMenu,
143
+ ee as DoctDropdownMenuCheckboxItem,
144
+ re as DoctDropdownMenuContent,
145
+ te as DoctDropdownMenuGroup,
146
+ ae as DoctDropdownMenuItem,
147
+ De as DoctDropdownMenuLabel,
148
+ pe as DoctDropdownMenuRadioGroup,
149
+ ce as DoctDropdownMenuRadioItem,
150
+ ne as DoctDropdownMenuSeparator,
151
+ ie as DoctDropdownMenuShortcut,
152
+ se as DoctDropdownMenuSub,
153
+ _e as DoctDropdownMenuSubContent,
154
+ me as DoctDropdownMenuSubTrigger,
155
+ Ie as DoctDropdownMenuTrigger,
155
156
  u as DoctExpandableCard,
156
- Xe as DoctFooter,
157
- Cr as DoctInput,
158
- lr as DoctLabel,
157
+ ct as DoctFooter,
158
+ le as DoctInput,
159
+ Oe as DoctLabel,
159
160
  P as DoctLabeledInput,
160
- je as DoctLoginDialog,
161
- Ke as DoctMobileNumberDialog,
162
- Je as DoctNavigationMenu,
163
- g as DoctOtpInput,
164
- B as DoctPasswordInput,
165
- U as DoctPhoneInput,
166
- Ar as DoctPopover,
167
- Er as DoctPopoverArrow,
168
- Nr as DoctPopoverBackdrop,
169
- dr as DoctPopoverClose,
170
- ur as DoctPopoverContent,
171
- Mr as DoctPopoverDescription,
172
- Pr as DoctPopoverHeader,
173
- Rr as DoctPopoverTitle,
174
- gr as DoctPopoverTrigger,
175
- br as DoctPopoverViewport,
176
- xr as DoctProgress,
177
- Sr as DoctRadioGroup,
178
- fr as DoctRadioGroupItem,
179
- C as DoctSearchFilterSection,
161
+ it as DoctLoginDialog,
162
+ at as DoctMobileNumberDialog,
163
+ _t as DoctNavigationMenu,
164
+ S as DoctOtpInput,
165
+ b as DoctPasswordInput,
166
+ x as DoctPhoneInput,
167
+ Ae as DoctPopover,
168
+ Ee as DoctPopoverArrow,
169
+ Ne as DoctPopoverBackdrop,
170
+ de as DoctPopoverClose,
171
+ ue as DoctPopoverContent,
172
+ Me as DoctPopoverDescription,
173
+ Pe as DoctPopoverHeader,
174
+ Re as DoctPopoverTitle,
175
+ Se as DoctPopoverTrigger,
176
+ ge as DoctPopoverViewport,
177
+ Be as DoctProgress,
178
+ Ue as DoctRadioGroup,
179
+ fe as DoctRadioGroupItem,
180
+ l as DoctSearchFilterSection,
180
181
  Y as DoctSearchInput,
181
182
  v as DoctSelectField,
182
- Fr as DoctSkeleton,
183
- vr as DoctTabs,
184
- hr as DoctTabsContent,
185
- Hr as DoctTabsList,
186
- kr as DoctTabsTrigger,
187
- Vr as DoctTextareaField,
188
- Wr as DoctTimeline,
189
- Qr as DoctToast,
190
- Zr as DoctToaster,
191
- zr as DoctTooltip,
192
- jr as DoctTooltipContent,
193
- qr as DoctTooltipProvider,
194
- Jr as DoctTooltipTrigger,
195
- oe as DoctTypography,
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,
210
- Ie as MOBILE_NUMBER_DIALOG_BODY_TITLE,
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,
217
- ue as MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_PLACEHOLDER,
218
- Ve as MOBILE_NUMBER_DIALOG_DRAWER_BACKDROP_CLASS,
219
- Me as MOBILE_NUMBER_DIALOG_HEADER_TITLE,
220
- Pe as MOBILE_NUMBER_DIALOG_LOGIN_UNIFY_HINT,
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,
234
- ro as badgeVariants,
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,
247
- ee as useAutocompleteCheckbox
183
+ Fe as DoctSkeleton,
184
+ ve as DoctStepper,
185
+ he as DoctStepperContent,
186
+ He as DoctStepperDescription,
187
+ ke as DoctStepperIndicator,
188
+ Ye as DoctStepperItem,
189
+ Ve as DoctStepperNav,
190
+ ye as DoctStepperPanel,
191
+ We as DoctStepperSeparator,
192
+ Ke as DoctStepperTitle,
193
+ Qe as DoctStepperTrigger,
194
+ je as DoctTabs,
195
+ qe as DoctTabsContent,
196
+ Je as DoctTabsList,
197
+ $e as DoctTabsTrigger,
198
+ er as DoctTextareaField,
199
+ tr as DoctTimeline,
200
+ Dr as DoctToast,
201
+ pr as DoctToaster,
202
+ nr as DoctTooltip,
203
+ ir as DoctTooltipContent,
204
+ sr as DoctTooltipProvider,
205
+ _r as DoctTooltipTrigger,
206
+ Ir as DoctTypography,
207
+ O as DoctUserRegistrationSection,
208
+ It as INDIVIDUAL_NAV_ROUTES,
209
+ Tt as INDIVIDUAL_NAV_ROUTES_PROD,
210
+ lt as INDIVIDUAL_NAV_ROUTES_QA,
211
+ Ot as IndividualNavigationMenu,
212
+ At as LOGIN_DIALOG_ASSETS,
213
+ Et as LOGIN_DIALOG_CONTINUE_ANOTHER_WAY_LABEL,
214
+ Nt as LOGIN_DIALOG_CONTINUE_PHONE_EMAIL_LABEL,
215
+ dt as LOGIN_DIALOG_DEFAULT_COPY,
216
+ Rt as LOGIN_DIALOG_IMAGE_HEIGHT,
217
+ St as LOGIN_DIALOG_IMAGE_WIDTH,
218
+ ut as LOGIN_DIALOG_RETURNING_HINT,
219
+ Mt as LOGIN_DIALOG_RETURNING_PRIMARY_LABEL,
220
+ gt as LOGIN_DRAWER_BACKDROP_CLASS,
221
+ br as MOBILE_NUMBER_DIALOG_BODY_TITLE,
222
+ Br as MOBILE_NUMBER_DIALOG_DEFAULT_COUNTRY_CODE,
223
+ xr as MOBILE_NUMBER_DIALOG_DEFAULT_EXISTING_ACCOUNT_ERROR,
224
+ Ur as MOBILE_NUMBER_DIALOG_DEFAULT_INFO_MESSAGE,
225
+ fr as MOBILE_NUMBER_DIALOG_DEFAULT_MASKED_EMAIL,
226
+ Gr as MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_DISPLAY,
227
+ Fr as MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_NUMBER,
228
+ wr as MOBILE_NUMBER_DIALOG_DEFAULT_PHONE_PLACEHOLDER,
229
+ et as MOBILE_NUMBER_DIALOG_DRAWER_BACKDROP_CLASS,
230
+ vr as MOBILE_NUMBER_DIALOG_HEADER_TITLE,
231
+ hr as MOBILE_NUMBER_DIALOG_LOGIN_UNIFY_HINT,
232
+ Hr as MOBILE_NUMBER_DIALOG_OTP_HEADER_TITLE,
233
+ kr as MOBILE_NUMBER_DIALOG_OTP_RESEND_BUTTON_LABEL,
234
+ Yr as MOBILE_NUMBER_DIALOG_OTP_RESEND_LABEL,
235
+ Vr as MOBILE_NUMBER_DIALOG_OTP_SUBMIT_LABEL,
236
+ yr as MOBILE_NUMBER_DIALOG_OTP_TITLE,
237
+ Wr as MOBILE_NUMBER_DIALOG_PRIMARY_LABEL,
238
+ Kr as MOBILE_NUMBER_DIALOG_SECONDARY_LABEL,
239
+ Dt as MobileNumberDialog,
240
+ Bt as MobileNumberDialogOtpSurface,
241
+ Ut as ORGANIZATION_NAV_ROUTES,
242
+ ft as ORGANIZATION_NAV_ROUTES_PROD,
243
+ Gt as ORGANIZATION_NAV_ROUTES_QA,
244
+ wt as OrganizationNavigationMenu,
245
+ eo as badgeVariants,
246
+ Qr as buildExistingAccountError,
247
+ Zr as buildExistingMobileNumberError,
248
+ Xr as buildLoginWithMobileNumberLabel,
249
+ zr as buildLoginWithPhoneLabel,
250
+ jr as buildMobileNumberDisplay,
251
+ qr as buildPhoneDisplay,
252
+ Jr as isMobileNumberDialogPrimaryDisabled,
253
+ ht as isPossiblePhoneNumber,
254
+ Yt as isProdNav,
255
+ Vt as isQaNav,
256
+ Ht as isValidPhoneNumber,
257
+ yt as resolveNavEnv,
258
+ lr as useAutocompleteCheckbox,
259
+ Ze as useDoctStepItem,
260
+ Xe as useDoctStepper
248
261
  };
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Pattern(): import("react/jsx-runtime").JSX.Element;
@@ -34,6 +34,8 @@ export interface DoctPhoneInputProps extends Omit<React.InputHTMLAttributes<HTML
34
34
  helperText?: string;
35
35
  /** Error message (overrides helperText when present) */
36
36
  error?: string;
37
+ /** Ref for the underlying national phone number input. */
38
+ inputRef?: React.Ref<HTMLInputElement>;
37
39
  /** Whether the field is required */
38
40
  required?: boolean;
39
41
  /**
@@ -42,4 +44,4 @@ export interface DoctPhoneInputProps extends Omit<React.InputHTMLAttributes<HTML
42
44
  */
43
45
  onValueChange?: (value: string) => void;
44
46
  }
45
- export declare function DoctPhoneInput({ label, helperText, error, required, className, "aria-describedby": ariaDescribedBy, id, value, onPhoneChange, countryCode, onCountryCodeChange, onValuesChange, onCountryChange, onValueChange, countries, defaultCountry, variant, disabled, placeholder, ...rest }: DoctPhoneInputProps): import("react/jsx-runtime").JSX.Element;
47
+ export declare function DoctPhoneInput({ label, helperText, error, required, className, "aria-describedby": ariaDescribedBy, id, value, onPhoneChange, countryCode, onCountryCodeChange, onValuesChange, onCountryChange, onValueChange, countries, defaultCountry, variant, disabled, placeholder, inputRef, ...rest }: DoctPhoneInputProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import type * as React from "react";
3
+ declare const badgeVariants: (props?: ({
4
+ variant?: "default" | "focus" | "secondary" | "destructive" | "outline" | "success" | "warning" | "info" | "invert" | "primary-light" | "warning-light" | "success-light" | "info-light" | "destructive-light" | "invert-light" | "focus-light" | "primary-outline" | "warning-outline" | "success-outline" | "info-outline" | "destructive-outline" | "invert-outline" | "focus-outline" | null | undefined;
5
+ size?: "default" | "xs" | "sm" | "lg" | "xl" | null | undefined;
6
+ radius?: "default" | "full" | null | undefined;
7
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
8
+ interface BadgeProps extends React.ComponentProps<"span">, VariantProps<typeof badgeVariants> {
9
+ asChild?: boolean;
10
+ }
11
+ declare function Badge({ className, variant, size, radius, asChild, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;
12
+ export { Badge, badgeVariants, type BadgeProps };
@@ -0,0 +1,91 @@
1
+ import { ButtonHTMLAttributes, ComponentProps, HTMLAttributes, ReactNode } from 'react';
2
+ type StepperOrientation = "horizontal" | "vertical";
3
+ type StepState = "active" | "completed" | "inactive" | "loading";
4
+ type StepIndicators = {
5
+ active?: ReactNode;
6
+ completed?: ReactNode;
7
+ inactive?: ReactNode;
8
+ loading?: ReactNode;
9
+ };
10
+ interface StepperContextValue {
11
+ activeStep: number;
12
+ setActiveStep: (step: number) => void;
13
+ stepsCount: number;
14
+ orientation: StepperOrientation;
15
+ registerTrigger: (node: HTMLButtonElement | null) => void;
16
+ triggerNodes: HTMLButtonElement[];
17
+ focusNext: (currentIdx: number) => void;
18
+ focusPrev: (currentIdx: number) => void;
19
+ focusFirst: () => void;
20
+ focusLast: () => void;
21
+ indicators: StepIndicators;
22
+ }
23
+ interface StepItemContextValue {
24
+ step: number;
25
+ state: StepState;
26
+ isDisabled: boolean;
27
+ isLoading: boolean;
28
+ }
29
+ declare function useStepper(): StepperContextValue;
30
+ declare function useStepItem(): StepItemContextValue;
31
+ interface StepperProps extends HTMLAttributes<HTMLDivElement> {
32
+ defaultValue?: number;
33
+ value?: number;
34
+ onValueChange?: (value: number) => void;
35
+ orientation?: StepperOrientation;
36
+ indicators?: StepIndicators;
37
+ }
38
+ declare function Stepper({ defaultValue, value, onValueChange, orientation, className, children, indicators, ...props }: StepperProps): import("react/jsx-runtime").JSX.Element;
39
+ declare namespace Stepper {
40
+ var displayName: string;
41
+ }
42
+ interface StepperItemProps extends HTMLAttributes<HTMLDivElement> {
43
+ step: number;
44
+ completed?: boolean;
45
+ disabled?: boolean;
46
+ loading?: boolean;
47
+ }
48
+ declare function StepperItem({ step, completed, disabled, loading, className, children, ...props }: StepperItemProps): import("react/jsx-runtime").JSX.Element;
49
+ declare namespace StepperItem {
50
+ var displayName: string;
51
+ }
52
+ interface StepperTriggerProps extends ButtonHTMLAttributes<HTMLButtonElement> {
53
+ asChild?: boolean;
54
+ }
55
+ declare function StepperTrigger({ asChild, className, children, tabIndex, ...props }: StepperTriggerProps): import("react/jsx-runtime").JSX.Element;
56
+ declare namespace StepperTrigger {
57
+ var displayName: string;
58
+ }
59
+ declare function StepperIndicator({ children, className }: ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
60
+ declare namespace StepperIndicator {
61
+ var displayName: string;
62
+ }
63
+ declare function StepperSeparator({ className }: ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
64
+ declare namespace StepperSeparator {
65
+ var displayName: string;
66
+ }
67
+ declare function StepperTitle({ children, className }: ComponentProps<"h3">): import("react/jsx-runtime").JSX.Element;
68
+ declare namespace StepperTitle {
69
+ var displayName: string;
70
+ }
71
+ declare function StepperDescription({ children, className }: ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
72
+ declare namespace StepperDescription {
73
+ var displayName: string;
74
+ }
75
+ declare function StepperNav({ children, className }: ComponentProps<"nav">): import("react/jsx-runtime").JSX.Element;
76
+ declare namespace StepperNav {
77
+ var displayName: string;
78
+ }
79
+ declare function StepperPanel({ children, className }: ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
80
+ declare namespace StepperPanel {
81
+ var displayName: string;
82
+ }
83
+ interface StepperContentProps extends ComponentProps<"div"> {
84
+ value: number;
85
+ forceMount?: boolean;
86
+ }
87
+ declare function StepperContent({ value, forceMount, children, className }: StepperContentProps): import("react/jsx-runtime").JSX.Element | null;
88
+ declare namespace StepperContent {
89
+ var displayName: string;
90
+ }
91
+ export { useStepper, useStepItem, Stepper, StepperItem, StepperTrigger, StepperIndicator, StepperSeparator, StepperTitle, StepperDescription, StepperPanel, StepperContent, StepperNav, type StepperProps, type StepperItemProps, type StepperTriggerProps, type StepperContentProps, };