@baseplate-dev/plugin-auth 0.6.14 → 0.6.16
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/CHANGELOG.md +42 -0
- package/dist/auth/core/components/auth-definition-editor.js +3 -0
- package/dist/auth/core/components/role-editor-form/role-editor-form.js +2 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -14
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -14
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +9 -2
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +6 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +16 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +8 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +8 -1
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +5 -1
- package/dist/better-auth/generators/fastify/seed-initial-user/seed-initial-user.generator.js +4 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/templates/src/prisma/seed-initial-user.ts +3 -2
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +7 -14
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +42 -84
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +70 -140
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +14 -28
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +7 -14
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -14
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +2 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +6 -3
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +2 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +6 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +8 -5
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +8 -8
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +10 -2
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +3 -1
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +27 -3
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +9 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +20 -3
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +18 -16
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +18 -16
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js +6 -6
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.ts +6 -6
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +7 -14
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +42 -84
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +63 -126
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +14 -28
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +14 -28
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +7 -14
- package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js +4 -0
- package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js +2 -1
- package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.ts +3 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/placeholder-auth-module.generator.d.ts +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/placeholder-auth-module.generator.js +3 -1
- package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-3sV-KVGF.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-04_7KkB1.js} +15 -15
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-0m3QgjSy.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-BfSk5vRC.js} +5 -4
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-QrOyqu9V.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-DZIcwf2B.js} +1 -1
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-BTSgZGcl.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-CXGct_48.js} +10053 -3750
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CJ027_El.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-Ci5_qYaj.js} +3823 -2545
- package/dist/web/assets/arduino-BP2nYunF.js +21 -0
- package/dist/web/assets/auth-8qJtXAgU.js +1 -0
- package/dist/web/assets/bash-Zh_IyzBN.js +192 -0
- package/dist/web/assets/basic-3mvohyEL.js +28 -0
- package/dist/web/assets/c-C7Ey31hW.js +74 -0
- package/dist/web/assets/clike-D9YNFwtw.js +41 -0
- package/dist/web/assets/{common-Aq-HXybV.js → common-23-wvKrM.js} +5 -5
- package/dist/web/assets/{common-7-ZtKO5B.js → common-B-NI9TR-.js} +2 -2
- package/dist/web/assets/{common-CDrUdhRf.js → common-BBriDRRy.js} +3 -3
- package/dist/web/assets/{common-BPbNs2A1.js → common-BvU-7KsV.js} +5 -5
- package/dist/web/assets/{common-B_XZ3l9w.js → common-DBBUvtGu.js} +2 -2
- package/dist/web/assets/{common-B8N9gx2s.js → common-eFh2vwGb.js} +3 -3
- package/dist/web/assets/cpp-_RjA_yNA.js +82 -0
- package/dist/web/assets/csharp-0LZzOc6Q.js +301 -0
- package/dist/web/assets/css-D7TbgetL.js +70 -0
- package/dist/web/assets/diff-CtSa_15w.js +54 -0
- package/dist/web/assets/{dist-D3CkiDKT.js → dist-BjxypexQ.js} +1672 -992
- package/dist/web/assets/{get-auth-plugin-definition-D3ocnNxw.js → get-auth-plugin-definition-x8oAsN1R.js} +2 -2
- package/dist/web/assets/go-CzER04EZ.js +36 -0
- package/dist/web/assets/{hostInit-D3RxwboF.js → hostInit-Bay0Y9UX.js} +1 -1
- package/dist/web/assets/{index-CozZxQl1.js → index-qso1IsKy.js} +2 -2
- package/dist/web/assets/ini-CU-wHLTy.js +51 -0
- package/dist/web/assets/java-HAvRESj1.js +116 -0
- package/dist/web/assets/javascript-BVAr0eZH.js +124 -0
- package/dist/web/assets/json-DN8T4yFI.js +38 -0
- package/dist/web/assets/kotlin-DkCMjTKK.js +83 -0
- package/dist/web/assets/less-ZXX1tgaG.js +42 -0
- package/dist/web/assets/lua-D9bD4wrb.js +28 -0
- package/dist/web/assets/makefile-CKoRpler.js +40 -0
- package/dist/web/assets/markdown-_2_uVr2L.js +278 -0
- package/dist/web/assets/markup-BVZ8HhdW.js +176 -0
- package/dist/web/assets/markup-templating-BDIRuVJH.js +94 -0
- package/dist/web/assets/{mf-entry-bootstrap-0-069a3ab2.js → mf-entry-bootstrap-0-659c976f.js} +2 -2
- package/dist/web/assets/{model-utils-CYaLYwoX.js → model-utils-dNFTOjqi.js} +305 -27
- package/dist/web/assets/{models-BX4xFiEn.js → models-BpslIbU7.js} +2 -2
- package/dist/web/assets/{models-k-iaCft-.js → models-CKab4MTC.js} +2 -2
- package/dist/web/assets/objectivec-DPgB68It.js +25 -0
- package/dist/web/assets/perl-Cul_ma_h.js +92 -0
- package/dist/web/assets/php-JTON0zp9.js +298 -0
- package/dist/web/assets/{plugin-definition-CI1aEVGv.js → plugin-definition-8Exesd6T.js} +2 -2
- package/dist/web/assets/{plugin-definition-BI565qFo.js → plugin-definition-ChBrbazJ.js} +2 -2
- package/dist/web/assets/python-CURlmZ7M.js +73 -0
- package/dist/web/assets/r-8lr7pbGm.js +30 -0
- package/dist/web/assets/regex-CxQ7DXCx.js +96 -0
- package/dist/web/assets/ruby-BoFHz67P.js +175 -0
- package/dist/web/assets/rust-CpZXpaj0.js +107 -0
- package/dist/web/assets/sass-DG0YAnL7.js +65 -0
- package/dist/web/assets/scss-BDRIqhak.js +70 -0
- package/dist/web/assets/sql-C-bL8_gT.js +40 -0
- package/dist/web/assets/{styles-f4jHVv0S.js → styles-Cuq4wgvD.js} +7 -7
- package/dist/web/assets/swift-rQ52kfab.js +107 -0
- package/dist/web/assets/typescript-CDkIWcT8.js +57 -0
- package/dist/web/assets/vbnet-_PL7-T9d.js +32 -0
- package/dist/web/assets/{virtualExposes-BHQhgLE-.js → virtualExposes-BwIds34r.js} +1 -1
- package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-aH8n-Nbe.js → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-BBt5f0I7.js} +3 -3
- package/dist/web/assets/{virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-I_SxfvGj.js → virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-RzPgl37a.js} +13 -13
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-BQ0UMKSv.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DM6Ir1_S.js} +13 -13
- package/dist/web/assets/{web-DCK_tLVa.js → web-BZd3bM0n.js} +6 -6
- package/dist/web/assets/{web-CkbTu31Q.js → web-BgWG7dYl.js} +10 -10
- package/dist/web/assets/{web-Dh6pUTrF.js → web-CXHw8SK7.js} +13 -13
- package/dist/web/assets/{web-Cn3uvuFs.js → web-CnB-sqCR.js} +20 -18
- package/dist/web/assets/{web-BRvS0HRS.js → web-DHv2aVpi.js} +10 -10
- package/dist/web/assets/{web-YXVJWeXy.js → web-DNrWXjpS.js} +3 -3
- package/dist/web/assets/{web-nLSlkJy_.js → web-D_H-MoGI.js} +3 -3
- package/dist/web/assets/workerBundle-GFUata9j.js +10 -0
- package/dist/web/assets/yaml-C9m3vuV5.js +90 -0
- package/dist/web/index.html +2 -2
- package/dist/web/remoteEntry.js +1 -1
- package/dist/web/remoteEntry.ssr.js +1 -1
- package/package.json +18 -17
- package/dist/web/assets/auth-D8BnFQKk.js +0 -1
|
@@ -27,10 +27,6 @@ export declare const pagesGroup: {
|
|
|
27
27
|
AutocompleteValue: {};
|
|
28
28
|
Badge: {};
|
|
29
29
|
badgeVariants: {};
|
|
30
|
-
BadgeWithIcon: {};
|
|
31
|
-
BadgeWithIconProps: {
|
|
32
|
-
isTypeOnly: true;
|
|
33
|
-
};
|
|
34
30
|
Breadcrumb: {};
|
|
35
31
|
BreadcrumbEllipsis: {};
|
|
36
32
|
BreadcrumbItem: {};
|
|
@@ -50,7 +46,6 @@ export declare const pagesGroup: {
|
|
|
50
46
|
Checkbox: {};
|
|
51
47
|
CheckboxField: {};
|
|
52
48
|
CheckboxFieldController: {};
|
|
53
|
-
CheckedInput: {};
|
|
54
49
|
CircularProgress: {};
|
|
55
50
|
cn: {};
|
|
56
51
|
Collapsible: {};
|
|
@@ -141,10 +136,8 @@ export declare const pagesGroup: {
|
|
|
141
136
|
ItemTitle: {};
|
|
142
137
|
itemVariants: {};
|
|
143
138
|
Label: {};
|
|
144
|
-
LinkButton: {};
|
|
145
139
|
Loader: {};
|
|
146
140
|
mergeRefs: {};
|
|
147
|
-
Modal: {};
|
|
148
141
|
MultiComboboxField: {};
|
|
149
142
|
MultiComboboxFieldController: {};
|
|
150
143
|
MultiComboboxFieldProps: {
|
|
@@ -162,19 +155,21 @@ export declare const pagesGroup: {
|
|
|
162
155
|
NavigationMenuList: {};
|
|
163
156
|
NavigationMenuTrigger: {};
|
|
164
157
|
navigationMenuTriggerStyle: {};
|
|
165
|
-
NavigationMenuViewport: {};
|
|
166
158
|
NotFoundCard: {};
|
|
159
|
+
NumberField: {};
|
|
160
|
+
NumberFieldController: {};
|
|
167
161
|
Popover: {};
|
|
168
|
-
PopoverAnchor: {};
|
|
169
162
|
PopoverContent: {};
|
|
170
163
|
PopoverTrigger: {};
|
|
171
|
-
|
|
172
|
-
|
|
164
|
+
RadioField: {};
|
|
165
|
+
RadioFieldController: {};
|
|
166
|
+
RadioOptionProps: {
|
|
167
|
+
isTypeOnly: true;
|
|
168
|
+
};
|
|
173
169
|
ScrollArea: {};
|
|
174
170
|
Select: {};
|
|
175
171
|
SelectField: {};
|
|
176
172
|
SelectFieldController: {};
|
|
177
|
-
SelectInput: {};
|
|
178
173
|
SelectOptionProps: {
|
|
179
174
|
isTypeOnly: true;
|
|
180
175
|
};
|
|
@@ -227,8 +222,6 @@ export declare const pagesGroup: {
|
|
|
227
222
|
Textarea: {};
|
|
228
223
|
TextareaField: {};
|
|
229
224
|
TextareaFieldController: {};
|
|
230
|
-
TextAreaInput: {};
|
|
231
|
-
TextInput: {};
|
|
232
225
|
Toaster: {};
|
|
233
226
|
Tooltip: {};
|
|
234
227
|
TooltipContent: {};
|
|
@@ -279,10 +272,6 @@ export declare const pagesGroup: {
|
|
|
279
272
|
AutocompleteValue: {};
|
|
280
273
|
Badge: {};
|
|
281
274
|
badgeVariants: {};
|
|
282
|
-
BadgeWithIcon: {};
|
|
283
|
-
BadgeWithIconProps: {
|
|
284
|
-
isTypeOnly: true;
|
|
285
|
-
};
|
|
286
275
|
Breadcrumb: {};
|
|
287
276
|
BreadcrumbEllipsis: {};
|
|
288
277
|
BreadcrumbItem: {};
|
|
@@ -302,7 +291,6 @@ export declare const pagesGroup: {
|
|
|
302
291
|
Checkbox: {};
|
|
303
292
|
CheckboxField: {};
|
|
304
293
|
CheckboxFieldController: {};
|
|
305
|
-
CheckedInput: {};
|
|
306
294
|
CircularProgress: {};
|
|
307
295
|
cn: {};
|
|
308
296
|
Collapsible: {};
|
|
@@ -393,10 +381,8 @@ export declare const pagesGroup: {
|
|
|
393
381
|
ItemTitle: {};
|
|
394
382
|
itemVariants: {};
|
|
395
383
|
Label: {};
|
|
396
|
-
LinkButton: {};
|
|
397
384
|
Loader: {};
|
|
398
385
|
mergeRefs: {};
|
|
399
|
-
Modal: {};
|
|
400
386
|
MultiComboboxField: {};
|
|
401
387
|
MultiComboboxFieldController: {};
|
|
402
388
|
MultiComboboxFieldProps: {
|
|
@@ -414,19 +400,21 @@ export declare const pagesGroup: {
|
|
|
414
400
|
NavigationMenuList: {};
|
|
415
401
|
NavigationMenuTrigger: {};
|
|
416
402
|
navigationMenuTriggerStyle: {};
|
|
417
|
-
NavigationMenuViewport: {};
|
|
418
403
|
NotFoundCard: {};
|
|
404
|
+
NumberField: {};
|
|
405
|
+
NumberFieldController: {};
|
|
419
406
|
Popover: {};
|
|
420
|
-
PopoverAnchor: {};
|
|
421
407
|
PopoverContent: {};
|
|
422
408
|
PopoverTrigger: {};
|
|
423
|
-
|
|
424
|
-
|
|
409
|
+
RadioField: {};
|
|
410
|
+
RadioFieldController: {};
|
|
411
|
+
RadioOptionProps: {
|
|
412
|
+
isTypeOnly: true;
|
|
413
|
+
};
|
|
425
414
|
ScrollArea: {};
|
|
426
415
|
Select: {};
|
|
427
416
|
SelectField: {};
|
|
428
417
|
SelectFieldController: {};
|
|
429
|
-
SelectInput: {};
|
|
430
418
|
SelectOptionProps: {
|
|
431
419
|
isTypeOnly: true;
|
|
432
420
|
};
|
|
@@ -479,8 +467,6 @@ export declare const pagesGroup: {
|
|
|
479
467
|
Textarea: {};
|
|
480
468
|
TextareaField: {};
|
|
481
469
|
TextareaFieldController: {};
|
|
482
|
-
TextAreaInput: {};
|
|
483
|
-
TextInput: {};
|
|
484
470
|
Toaster: {};
|
|
485
471
|
Tooltip: {};
|
|
486
472
|
TooltipContent: {};
|
|
@@ -531,10 +517,6 @@ export declare const pagesGroup: {
|
|
|
531
517
|
AutocompleteValue: {};
|
|
532
518
|
Badge: {};
|
|
533
519
|
badgeVariants: {};
|
|
534
|
-
BadgeWithIcon: {};
|
|
535
|
-
BadgeWithIconProps: {
|
|
536
|
-
isTypeOnly: true;
|
|
537
|
-
};
|
|
538
520
|
Breadcrumb: {};
|
|
539
521
|
BreadcrumbEllipsis: {};
|
|
540
522
|
BreadcrumbItem: {};
|
|
@@ -554,7 +536,6 @@ export declare const pagesGroup: {
|
|
|
554
536
|
Checkbox: {};
|
|
555
537
|
CheckboxField: {};
|
|
556
538
|
CheckboxFieldController: {};
|
|
557
|
-
CheckedInput: {};
|
|
558
539
|
CircularProgress: {};
|
|
559
540
|
cn: {};
|
|
560
541
|
Collapsible: {};
|
|
@@ -645,10 +626,8 @@ export declare const pagesGroup: {
|
|
|
645
626
|
ItemTitle: {};
|
|
646
627
|
itemVariants: {};
|
|
647
628
|
Label: {};
|
|
648
|
-
LinkButton: {};
|
|
649
629
|
Loader: {};
|
|
650
630
|
mergeRefs: {};
|
|
651
|
-
Modal: {};
|
|
652
631
|
MultiComboboxField: {};
|
|
653
632
|
MultiComboboxFieldController: {};
|
|
654
633
|
MultiComboboxFieldProps: {
|
|
@@ -666,19 +645,21 @@ export declare const pagesGroup: {
|
|
|
666
645
|
NavigationMenuList: {};
|
|
667
646
|
NavigationMenuTrigger: {};
|
|
668
647
|
navigationMenuTriggerStyle: {};
|
|
669
|
-
NavigationMenuViewport: {};
|
|
670
648
|
NotFoundCard: {};
|
|
649
|
+
NumberField: {};
|
|
650
|
+
NumberFieldController: {};
|
|
671
651
|
Popover: {};
|
|
672
|
-
PopoverAnchor: {};
|
|
673
652
|
PopoverContent: {};
|
|
674
653
|
PopoverTrigger: {};
|
|
675
|
-
|
|
676
|
-
|
|
654
|
+
RadioField: {};
|
|
655
|
+
RadioFieldController: {};
|
|
656
|
+
RadioOptionProps: {
|
|
657
|
+
isTypeOnly: true;
|
|
658
|
+
};
|
|
677
659
|
ScrollArea: {};
|
|
678
660
|
Select: {};
|
|
679
661
|
SelectField: {};
|
|
680
662
|
SelectFieldController: {};
|
|
681
|
-
SelectInput: {};
|
|
682
663
|
SelectOptionProps: {
|
|
683
664
|
isTypeOnly: true;
|
|
684
665
|
};
|
|
@@ -731,8 +712,6 @@ export declare const pagesGroup: {
|
|
|
731
712
|
Textarea: {};
|
|
732
713
|
TextareaField: {};
|
|
733
714
|
TextareaFieldController: {};
|
|
734
|
-
TextAreaInput: {};
|
|
735
|
-
TextInput: {};
|
|
736
715
|
Toaster: {};
|
|
737
716
|
Tooltip: {};
|
|
738
717
|
TooltipContent: {};
|
|
@@ -783,10 +762,6 @@ export declare const pagesGroup: {
|
|
|
783
762
|
AutocompleteValue: {};
|
|
784
763
|
Badge: {};
|
|
785
764
|
badgeVariants: {};
|
|
786
|
-
BadgeWithIcon: {};
|
|
787
|
-
BadgeWithIconProps: {
|
|
788
|
-
isTypeOnly: true;
|
|
789
|
-
};
|
|
790
765
|
Breadcrumb: {};
|
|
791
766
|
BreadcrumbEllipsis: {};
|
|
792
767
|
BreadcrumbItem: {};
|
|
@@ -806,7 +781,6 @@ export declare const pagesGroup: {
|
|
|
806
781
|
Checkbox: {};
|
|
807
782
|
CheckboxField: {};
|
|
808
783
|
CheckboxFieldController: {};
|
|
809
|
-
CheckedInput: {};
|
|
810
784
|
CircularProgress: {};
|
|
811
785
|
cn: {};
|
|
812
786
|
Collapsible: {};
|
|
@@ -897,10 +871,8 @@ export declare const pagesGroup: {
|
|
|
897
871
|
ItemTitle: {};
|
|
898
872
|
itemVariants: {};
|
|
899
873
|
Label: {};
|
|
900
|
-
LinkButton: {};
|
|
901
874
|
Loader: {};
|
|
902
875
|
mergeRefs: {};
|
|
903
|
-
Modal: {};
|
|
904
876
|
MultiComboboxField: {};
|
|
905
877
|
MultiComboboxFieldController: {};
|
|
906
878
|
MultiComboboxFieldProps: {
|
|
@@ -918,19 +890,21 @@ export declare const pagesGroup: {
|
|
|
918
890
|
NavigationMenuList: {};
|
|
919
891
|
NavigationMenuTrigger: {};
|
|
920
892
|
navigationMenuTriggerStyle: {};
|
|
921
|
-
NavigationMenuViewport: {};
|
|
922
893
|
NotFoundCard: {};
|
|
894
|
+
NumberField: {};
|
|
895
|
+
NumberFieldController: {};
|
|
923
896
|
Popover: {};
|
|
924
|
-
PopoverAnchor: {};
|
|
925
897
|
PopoverContent: {};
|
|
926
898
|
PopoverTrigger: {};
|
|
927
|
-
|
|
928
|
-
|
|
899
|
+
RadioField: {};
|
|
900
|
+
RadioFieldController: {};
|
|
901
|
+
RadioOptionProps: {
|
|
902
|
+
isTypeOnly: true;
|
|
903
|
+
};
|
|
929
904
|
ScrollArea: {};
|
|
930
905
|
Select: {};
|
|
931
906
|
SelectField: {};
|
|
932
907
|
SelectFieldController: {};
|
|
933
|
-
SelectInput: {};
|
|
934
908
|
SelectOptionProps: {
|
|
935
909
|
isTypeOnly: true;
|
|
936
910
|
};
|
|
@@ -983,8 +957,6 @@ export declare const pagesGroup: {
|
|
|
983
957
|
Textarea: {};
|
|
984
958
|
TextareaField: {};
|
|
985
959
|
TextareaFieldController: {};
|
|
986
|
-
TextAreaInput: {};
|
|
987
|
-
TextInput: {};
|
|
988
960
|
Toaster: {};
|
|
989
961
|
Tooltip: {};
|
|
990
962
|
TooltipContent: {};
|
|
@@ -1035,10 +1007,6 @@ export declare const pagesGroup: {
|
|
|
1035
1007
|
AutocompleteValue: {};
|
|
1036
1008
|
Badge: {};
|
|
1037
1009
|
badgeVariants: {};
|
|
1038
|
-
BadgeWithIcon: {};
|
|
1039
|
-
BadgeWithIconProps: {
|
|
1040
|
-
isTypeOnly: true;
|
|
1041
|
-
};
|
|
1042
1010
|
Breadcrumb: {};
|
|
1043
1011
|
BreadcrumbEllipsis: {};
|
|
1044
1012
|
BreadcrumbItem: {};
|
|
@@ -1058,7 +1026,6 @@ export declare const pagesGroup: {
|
|
|
1058
1026
|
Checkbox: {};
|
|
1059
1027
|
CheckboxField: {};
|
|
1060
1028
|
CheckboxFieldController: {};
|
|
1061
|
-
CheckedInput: {};
|
|
1062
1029
|
CircularProgress: {};
|
|
1063
1030
|
cn: {};
|
|
1064
1031
|
Collapsible: {};
|
|
@@ -1149,10 +1116,8 @@ export declare const pagesGroup: {
|
|
|
1149
1116
|
ItemTitle: {};
|
|
1150
1117
|
itemVariants: {};
|
|
1151
1118
|
Label: {};
|
|
1152
|
-
LinkButton: {};
|
|
1153
1119
|
Loader: {};
|
|
1154
1120
|
mergeRefs: {};
|
|
1155
|
-
Modal: {};
|
|
1156
1121
|
MultiComboboxField: {};
|
|
1157
1122
|
MultiComboboxFieldController: {};
|
|
1158
1123
|
MultiComboboxFieldProps: {
|
|
@@ -1170,19 +1135,21 @@ export declare const pagesGroup: {
|
|
|
1170
1135
|
NavigationMenuList: {};
|
|
1171
1136
|
NavigationMenuTrigger: {};
|
|
1172
1137
|
navigationMenuTriggerStyle: {};
|
|
1173
|
-
NavigationMenuViewport: {};
|
|
1174
1138
|
NotFoundCard: {};
|
|
1139
|
+
NumberField: {};
|
|
1140
|
+
NumberFieldController: {};
|
|
1175
1141
|
Popover: {};
|
|
1176
|
-
PopoverAnchor: {};
|
|
1177
1142
|
PopoverContent: {};
|
|
1178
1143
|
PopoverTrigger: {};
|
|
1179
|
-
|
|
1180
|
-
|
|
1144
|
+
RadioField: {};
|
|
1145
|
+
RadioFieldController: {};
|
|
1146
|
+
RadioOptionProps: {
|
|
1147
|
+
isTypeOnly: true;
|
|
1148
|
+
};
|
|
1181
1149
|
ScrollArea: {};
|
|
1182
1150
|
Select: {};
|
|
1183
1151
|
SelectField: {};
|
|
1184
1152
|
SelectFieldController: {};
|
|
1185
|
-
SelectInput: {};
|
|
1186
1153
|
SelectOptionProps: {
|
|
1187
1154
|
isTypeOnly: true;
|
|
1188
1155
|
};
|
|
@@ -1235,8 +1202,6 @@ export declare const pagesGroup: {
|
|
|
1235
1202
|
Textarea: {};
|
|
1236
1203
|
TextareaField: {};
|
|
1237
1204
|
TextareaFieldController: {};
|
|
1238
|
-
TextAreaInput: {};
|
|
1239
|
-
TextInput: {};
|
|
1240
1205
|
Toaster: {};
|
|
1241
1206
|
Tooltip: {};
|
|
1242
1207
|
TooltipContent: {};
|
|
@@ -1290,10 +1255,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1290
1255
|
AutocompleteValue: {};
|
|
1291
1256
|
Badge: {};
|
|
1292
1257
|
badgeVariants: {};
|
|
1293
|
-
BadgeWithIcon: {};
|
|
1294
|
-
BadgeWithIconProps: {
|
|
1295
|
-
isTypeOnly: true;
|
|
1296
|
-
};
|
|
1297
1258
|
Breadcrumb: {};
|
|
1298
1259
|
BreadcrumbEllipsis: {};
|
|
1299
1260
|
BreadcrumbItem: {};
|
|
@@ -1313,7 +1274,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1313
1274
|
Checkbox: {};
|
|
1314
1275
|
CheckboxField: {};
|
|
1315
1276
|
CheckboxFieldController: {};
|
|
1316
|
-
CheckedInput: {};
|
|
1317
1277
|
CircularProgress: {};
|
|
1318
1278
|
cn: {};
|
|
1319
1279
|
Collapsible: {};
|
|
@@ -1404,10 +1364,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1404
1364
|
ItemTitle: {};
|
|
1405
1365
|
itemVariants: {};
|
|
1406
1366
|
Label: {};
|
|
1407
|
-
LinkButton: {};
|
|
1408
1367
|
Loader: {};
|
|
1409
1368
|
mergeRefs: {};
|
|
1410
|
-
Modal: {};
|
|
1411
1369
|
MultiComboboxField: {};
|
|
1412
1370
|
MultiComboboxFieldController: {};
|
|
1413
1371
|
MultiComboboxFieldProps: {
|
|
@@ -1425,19 +1383,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1425
1383
|
NavigationMenuList: {};
|
|
1426
1384
|
NavigationMenuTrigger: {};
|
|
1427
1385
|
navigationMenuTriggerStyle: {};
|
|
1428
|
-
NavigationMenuViewport: {};
|
|
1429
1386
|
NotFoundCard: {};
|
|
1387
|
+
NumberField: {};
|
|
1388
|
+
NumberFieldController: {};
|
|
1430
1389
|
Popover: {};
|
|
1431
|
-
PopoverAnchor: {};
|
|
1432
1390
|
PopoverContent: {};
|
|
1433
1391
|
PopoverTrigger: {};
|
|
1434
|
-
|
|
1435
|
-
|
|
1392
|
+
RadioField: {};
|
|
1393
|
+
RadioFieldController: {};
|
|
1394
|
+
RadioOptionProps: {
|
|
1395
|
+
isTypeOnly: true;
|
|
1396
|
+
};
|
|
1436
1397
|
ScrollArea: {};
|
|
1437
1398
|
Select: {};
|
|
1438
1399
|
SelectField: {};
|
|
1439
1400
|
SelectFieldController: {};
|
|
1440
|
-
SelectInput: {};
|
|
1441
1401
|
SelectOptionProps: {
|
|
1442
1402
|
isTypeOnly: true;
|
|
1443
1403
|
};
|
|
@@ -1490,8 +1450,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1490
1450
|
Textarea: {};
|
|
1491
1451
|
TextareaField: {};
|
|
1492
1452
|
TextareaFieldController: {};
|
|
1493
|
-
TextAreaInput: {};
|
|
1494
|
-
TextInput: {};
|
|
1495
1453
|
Toaster: {};
|
|
1496
1454
|
Tooltip: {};
|
|
1497
1455
|
TooltipContent: {};
|
|
@@ -1542,10 +1500,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1542
1500
|
AutocompleteValue: {};
|
|
1543
1501
|
Badge: {};
|
|
1544
1502
|
badgeVariants: {};
|
|
1545
|
-
BadgeWithIcon: {};
|
|
1546
|
-
BadgeWithIconProps: {
|
|
1547
|
-
isTypeOnly: true;
|
|
1548
|
-
};
|
|
1549
1503
|
Breadcrumb: {};
|
|
1550
1504
|
BreadcrumbEllipsis: {};
|
|
1551
1505
|
BreadcrumbItem: {};
|
|
@@ -1565,7 +1519,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1565
1519
|
Checkbox: {};
|
|
1566
1520
|
CheckboxField: {};
|
|
1567
1521
|
CheckboxFieldController: {};
|
|
1568
|
-
CheckedInput: {};
|
|
1569
1522
|
CircularProgress: {};
|
|
1570
1523
|
cn: {};
|
|
1571
1524
|
Collapsible: {};
|
|
@@ -1656,10 +1609,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1656
1609
|
ItemTitle: {};
|
|
1657
1610
|
itemVariants: {};
|
|
1658
1611
|
Label: {};
|
|
1659
|
-
LinkButton: {};
|
|
1660
1612
|
Loader: {};
|
|
1661
1613
|
mergeRefs: {};
|
|
1662
|
-
Modal: {};
|
|
1663
1614
|
MultiComboboxField: {};
|
|
1664
1615
|
MultiComboboxFieldController: {};
|
|
1665
1616
|
MultiComboboxFieldProps: {
|
|
@@ -1677,19 +1628,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1677
1628
|
NavigationMenuList: {};
|
|
1678
1629
|
NavigationMenuTrigger: {};
|
|
1679
1630
|
navigationMenuTriggerStyle: {};
|
|
1680
|
-
NavigationMenuViewport: {};
|
|
1681
1631
|
NotFoundCard: {};
|
|
1632
|
+
NumberField: {};
|
|
1633
|
+
NumberFieldController: {};
|
|
1682
1634
|
Popover: {};
|
|
1683
|
-
PopoverAnchor: {};
|
|
1684
1635
|
PopoverContent: {};
|
|
1685
1636
|
PopoverTrigger: {};
|
|
1686
|
-
|
|
1687
|
-
|
|
1637
|
+
RadioField: {};
|
|
1638
|
+
RadioFieldController: {};
|
|
1639
|
+
RadioOptionProps: {
|
|
1640
|
+
isTypeOnly: true;
|
|
1641
|
+
};
|
|
1688
1642
|
ScrollArea: {};
|
|
1689
1643
|
Select: {};
|
|
1690
1644
|
SelectField: {};
|
|
1691
1645
|
SelectFieldController: {};
|
|
1692
|
-
SelectInput: {};
|
|
1693
1646
|
SelectOptionProps: {
|
|
1694
1647
|
isTypeOnly: true;
|
|
1695
1648
|
};
|
|
@@ -1742,8 +1695,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1742
1695
|
Textarea: {};
|
|
1743
1696
|
TextareaField: {};
|
|
1744
1697
|
TextareaFieldController: {};
|
|
1745
|
-
TextAreaInput: {};
|
|
1746
|
-
TextInput: {};
|
|
1747
1698
|
Toaster: {};
|
|
1748
1699
|
Tooltip: {};
|
|
1749
1700
|
TooltipContent: {};
|
|
@@ -1794,10 +1745,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1794
1745
|
AutocompleteValue: {};
|
|
1795
1746
|
Badge: {};
|
|
1796
1747
|
badgeVariants: {};
|
|
1797
|
-
BadgeWithIcon: {};
|
|
1798
|
-
BadgeWithIconProps: {
|
|
1799
|
-
isTypeOnly: true;
|
|
1800
|
-
};
|
|
1801
1748
|
Breadcrumb: {};
|
|
1802
1749
|
BreadcrumbEllipsis: {};
|
|
1803
1750
|
BreadcrumbItem: {};
|
|
@@ -1817,7 +1764,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1817
1764
|
Checkbox: {};
|
|
1818
1765
|
CheckboxField: {};
|
|
1819
1766
|
CheckboxFieldController: {};
|
|
1820
|
-
CheckedInput: {};
|
|
1821
1767
|
CircularProgress: {};
|
|
1822
1768
|
cn: {};
|
|
1823
1769
|
Collapsible: {};
|
|
@@ -1908,10 +1854,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1908
1854
|
ItemTitle: {};
|
|
1909
1855
|
itemVariants: {};
|
|
1910
1856
|
Label: {};
|
|
1911
|
-
LinkButton: {};
|
|
1912
1857
|
Loader: {};
|
|
1913
1858
|
mergeRefs: {};
|
|
1914
|
-
Modal: {};
|
|
1915
1859
|
MultiComboboxField: {};
|
|
1916
1860
|
MultiComboboxFieldController: {};
|
|
1917
1861
|
MultiComboboxFieldProps: {
|
|
@@ -1929,19 +1873,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1929
1873
|
NavigationMenuList: {};
|
|
1930
1874
|
NavigationMenuTrigger: {};
|
|
1931
1875
|
navigationMenuTriggerStyle: {};
|
|
1932
|
-
NavigationMenuViewport: {};
|
|
1933
1876
|
NotFoundCard: {};
|
|
1877
|
+
NumberField: {};
|
|
1878
|
+
NumberFieldController: {};
|
|
1934
1879
|
Popover: {};
|
|
1935
|
-
PopoverAnchor: {};
|
|
1936
1880
|
PopoverContent: {};
|
|
1937
1881
|
PopoverTrigger: {};
|
|
1938
|
-
|
|
1939
|
-
|
|
1882
|
+
RadioField: {};
|
|
1883
|
+
RadioFieldController: {};
|
|
1884
|
+
RadioOptionProps: {
|
|
1885
|
+
isTypeOnly: true;
|
|
1886
|
+
};
|
|
1940
1887
|
ScrollArea: {};
|
|
1941
1888
|
Select: {};
|
|
1942
1889
|
SelectField: {};
|
|
1943
1890
|
SelectFieldController: {};
|
|
1944
|
-
SelectInput: {};
|
|
1945
1891
|
SelectOptionProps: {
|
|
1946
1892
|
isTypeOnly: true;
|
|
1947
1893
|
};
|
|
@@ -1994,8 +1940,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1994
1940
|
Textarea: {};
|
|
1995
1941
|
TextareaField: {};
|
|
1996
1942
|
TextareaFieldController: {};
|
|
1997
|
-
TextAreaInput: {};
|
|
1998
|
-
TextInput: {};
|
|
1999
1943
|
Toaster: {};
|
|
2000
1944
|
Tooltip: {};
|
|
2001
1945
|
TooltipContent: {};
|
|
@@ -2046,10 +1990,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2046
1990
|
AutocompleteValue: {};
|
|
2047
1991
|
Badge: {};
|
|
2048
1992
|
badgeVariants: {};
|
|
2049
|
-
BadgeWithIcon: {};
|
|
2050
|
-
BadgeWithIconProps: {
|
|
2051
|
-
isTypeOnly: true;
|
|
2052
|
-
};
|
|
2053
1993
|
Breadcrumb: {};
|
|
2054
1994
|
BreadcrumbEllipsis: {};
|
|
2055
1995
|
BreadcrumbItem: {};
|
|
@@ -2069,7 +2009,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2069
2009
|
Checkbox: {};
|
|
2070
2010
|
CheckboxField: {};
|
|
2071
2011
|
CheckboxFieldController: {};
|
|
2072
|
-
CheckedInput: {};
|
|
2073
2012
|
CircularProgress: {};
|
|
2074
2013
|
cn: {};
|
|
2075
2014
|
Collapsible: {};
|
|
@@ -2160,10 +2099,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2160
2099
|
ItemTitle: {};
|
|
2161
2100
|
itemVariants: {};
|
|
2162
2101
|
Label: {};
|
|
2163
|
-
LinkButton: {};
|
|
2164
2102
|
Loader: {};
|
|
2165
2103
|
mergeRefs: {};
|
|
2166
|
-
Modal: {};
|
|
2167
2104
|
MultiComboboxField: {};
|
|
2168
2105
|
MultiComboboxFieldController: {};
|
|
2169
2106
|
MultiComboboxFieldProps: {
|
|
@@ -2181,19 +2118,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2181
2118
|
NavigationMenuList: {};
|
|
2182
2119
|
NavigationMenuTrigger: {};
|
|
2183
2120
|
navigationMenuTriggerStyle: {};
|
|
2184
|
-
NavigationMenuViewport: {};
|
|
2185
2121
|
NotFoundCard: {};
|
|
2122
|
+
NumberField: {};
|
|
2123
|
+
NumberFieldController: {};
|
|
2186
2124
|
Popover: {};
|
|
2187
|
-
PopoverAnchor: {};
|
|
2188
2125
|
PopoverContent: {};
|
|
2189
2126
|
PopoverTrigger: {};
|
|
2190
|
-
|
|
2191
|
-
|
|
2127
|
+
RadioField: {};
|
|
2128
|
+
RadioFieldController: {};
|
|
2129
|
+
RadioOptionProps: {
|
|
2130
|
+
isTypeOnly: true;
|
|
2131
|
+
};
|
|
2192
2132
|
ScrollArea: {};
|
|
2193
2133
|
Select: {};
|
|
2194
2134
|
SelectField: {};
|
|
2195
2135
|
SelectFieldController: {};
|
|
2196
|
-
SelectInput: {};
|
|
2197
2136
|
SelectOptionProps: {
|
|
2198
2137
|
isTypeOnly: true;
|
|
2199
2138
|
};
|
|
@@ -2246,8 +2185,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2246
2185
|
Textarea: {};
|
|
2247
2186
|
TextareaField: {};
|
|
2248
2187
|
TextareaFieldController: {};
|
|
2249
|
-
TextAreaInput: {};
|
|
2250
|
-
TextInput: {};
|
|
2251
2188
|
Toaster: {};
|
|
2252
2189
|
Tooltip: {};
|
|
2253
2190
|
TooltipContent: {};
|
|
@@ -2298,10 +2235,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2298
2235
|
AutocompleteValue: {};
|
|
2299
2236
|
Badge: {};
|
|
2300
2237
|
badgeVariants: {};
|
|
2301
|
-
BadgeWithIcon: {};
|
|
2302
|
-
BadgeWithIconProps: {
|
|
2303
|
-
isTypeOnly: true;
|
|
2304
|
-
};
|
|
2305
2238
|
Breadcrumb: {};
|
|
2306
2239
|
BreadcrumbEllipsis: {};
|
|
2307
2240
|
BreadcrumbItem: {};
|
|
@@ -2321,7 +2254,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2321
2254
|
Checkbox: {};
|
|
2322
2255
|
CheckboxField: {};
|
|
2323
2256
|
CheckboxFieldController: {};
|
|
2324
|
-
CheckedInput: {};
|
|
2325
2257
|
CircularProgress: {};
|
|
2326
2258
|
cn: {};
|
|
2327
2259
|
Collapsible: {};
|
|
@@ -2412,10 +2344,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2412
2344
|
ItemTitle: {};
|
|
2413
2345
|
itemVariants: {};
|
|
2414
2346
|
Label: {};
|
|
2415
|
-
LinkButton: {};
|
|
2416
2347
|
Loader: {};
|
|
2417
2348
|
mergeRefs: {};
|
|
2418
|
-
Modal: {};
|
|
2419
2349
|
MultiComboboxField: {};
|
|
2420
2350
|
MultiComboboxFieldController: {};
|
|
2421
2351
|
MultiComboboxFieldProps: {
|
|
@@ -2433,19 +2363,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2433
2363
|
NavigationMenuList: {};
|
|
2434
2364
|
NavigationMenuTrigger: {};
|
|
2435
2365
|
navigationMenuTriggerStyle: {};
|
|
2436
|
-
NavigationMenuViewport: {};
|
|
2437
2366
|
NotFoundCard: {};
|
|
2367
|
+
NumberField: {};
|
|
2368
|
+
NumberFieldController: {};
|
|
2438
2369
|
Popover: {};
|
|
2439
|
-
PopoverAnchor: {};
|
|
2440
2370
|
PopoverContent: {};
|
|
2441
2371
|
PopoverTrigger: {};
|
|
2442
|
-
|
|
2443
|
-
|
|
2372
|
+
RadioField: {};
|
|
2373
|
+
RadioFieldController: {};
|
|
2374
|
+
RadioOptionProps: {
|
|
2375
|
+
isTypeOnly: true;
|
|
2376
|
+
};
|
|
2444
2377
|
ScrollArea: {};
|
|
2445
2378
|
Select: {};
|
|
2446
2379
|
SelectField: {};
|
|
2447
2380
|
SelectFieldController: {};
|
|
2448
|
-
SelectInput: {};
|
|
2449
2381
|
SelectOptionProps: {
|
|
2450
2382
|
isTypeOnly: true;
|
|
2451
2383
|
};
|
|
@@ -2498,8 +2430,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2498
2430
|
Textarea: {};
|
|
2499
2431
|
TextareaField: {};
|
|
2500
2432
|
TextareaFieldController: {};
|
|
2501
|
-
TextAreaInput: {};
|
|
2502
|
-
TextInput: {};
|
|
2503
2433
|
Toaster: {};
|
|
2504
2434
|
Tooltip: {};
|
|
2505
2435
|
TooltipContent: {};
|