@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
|
@@ -40,10 +40,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
40
40
|
AutocompleteValue: {};
|
|
41
41
|
Badge: {};
|
|
42
42
|
badgeVariants: {};
|
|
43
|
-
BadgeWithIcon: {};
|
|
44
|
-
BadgeWithIconProps: {
|
|
45
|
-
isTypeOnly: true;
|
|
46
|
-
};
|
|
47
43
|
Breadcrumb: {};
|
|
48
44
|
BreadcrumbEllipsis: {};
|
|
49
45
|
BreadcrumbItem: {};
|
|
@@ -63,7 +59,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
63
59
|
Checkbox: {};
|
|
64
60
|
CheckboxField: {};
|
|
65
61
|
CheckboxFieldController: {};
|
|
66
|
-
CheckedInput: {};
|
|
67
62
|
CircularProgress: {};
|
|
68
63
|
cn: {};
|
|
69
64
|
Collapsible: {};
|
|
@@ -154,10 +149,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
154
149
|
ItemTitle: {};
|
|
155
150
|
itemVariants: {};
|
|
156
151
|
Label: {};
|
|
157
|
-
LinkButton: {};
|
|
158
152
|
Loader: {};
|
|
159
153
|
mergeRefs: {};
|
|
160
|
-
Modal: {};
|
|
161
154
|
MultiComboboxField: {};
|
|
162
155
|
MultiComboboxFieldController: {};
|
|
163
156
|
MultiComboboxFieldProps: {
|
|
@@ -175,19 +168,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
175
168
|
NavigationMenuList: {};
|
|
176
169
|
NavigationMenuTrigger: {};
|
|
177
170
|
navigationMenuTriggerStyle: {};
|
|
178
|
-
NavigationMenuViewport: {};
|
|
179
171
|
NotFoundCard: {};
|
|
172
|
+
NumberField: {};
|
|
173
|
+
NumberFieldController: {};
|
|
180
174
|
Popover: {};
|
|
181
|
-
PopoverAnchor: {};
|
|
182
175
|
PopoverContent: {};
|
|
183
176
|
PopoverTrigger: {};
|
|
184
|
-
|
|
185
|
-
|
|
177
|
+
RadioField: {};
|
|
178
|
+
RadioFieldController: {};
|
|
179
|
+
RadioOptionProps: {
|
|
180
|
+
isTypeOnly: true;
|
|
181
|
+
};
|
|
186
182
|
ScrollArea: {};
|
|
187
183
|
Select: {};
|
|
188
184
|
SelectField: {};
|
|
189
185
|
SelectFieldController: {};
|
|
190
|
-
SelectInput: {};
|
|
191
186
|
SelectOptionProps: {
|
|
192
187
|
isTypeOnly: true;
|
|
193
188
|
};
|
|
@@ -240,8 +235,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
240
235
|
Textarea: {};
|
|
241
236
|
TextareaField: {};
|
|
242
237
|
TextareaFieldController: {};
|
|
243
|
-
TextAreaInput: {};
|
|
244
|
-
TextInput: {};
|
|
245
238
|
Toaster: {};
|
|
246
239
|
Tooltip: {};
|
|
247
240
|
TooltipContent: {};
|
|
@@ -296,10 +289,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
296
289
|
AutocompleteValue: {};
|
|
297
290
|
Badge: {};
|
|
298
291
|
badgeVariants: {};
|
|
299
|
-
BadgeWithIcon: {};
|
|
300
|
-
BadgeWithIconProps: {
|
|
301
|
-
isTypeOnly: true;
|
|
302
|
-
};
|
|
303
292
|
Breadcrumb: {};
|
|
304
293
|
BreadcrumbEllipsis: {};
|
|
305
294
|
BreadcrumbItem: {};
|
|
@@ -319,7 +308,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
319
308
|
Checkbox: {};
|
|
320
309
|
CheckboxField: {};
|
|
321
310
|
CheckboxFieldController: {};
|
|
322
|
-
CheckedInput: {};
|
|
323
311
|
CircularProgress: {};
|
|
324
312
|
cn: {};
|
|
325
313
|
Collapsible: {};
|
|
@@ -410,10 +398,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
410
398
|
ItemTitle: {};
|
|
411
399
|
itemVariants: {};
|
|
412
400
|
Label: {};
|
|
413
|
-
LinkButton: {};
|
|
414
401
|
Loader: {};
|
|
415
402
|
mergeRefs: {};
|
|
416
|
-
Modal: {};
|
|
417
403
|
MultiComboboxField: {};
|
|
418
404
|
MultiComboboxFieldController: {};
|
|
419
405
|
MultiComboboxFieldProps: {
|
|
@@ -431,19 +417,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
431
417
|
NavigationMenuList: {};
|
|
432
418
|
NavigationMenuTrigger: {};
|
|
433
419
|
navigationMenuTriggerStyle: {};
|
|
434
|
-
NavigationMenuViewport: {};
|
|
435
420
|
NotFoundCard: {};
|
|
421
|
+
NumberField: {};
|
|
422
|
+
NumberFieldController: {};
|
|
436
423
|
Popover: {};
|
|
437
|
-
PopoverAnchor: {};
|
|
438
424
|
PopoverContent: {};
|
|
439
425
|
PopoverTrigger: {};
|
|
440
|
-
|
|
441
|
-
|
|
426
|
+
RadioField: {};
|
|
427
|
+
RadioFieldController: {};
|
|
428
|
+
RadioOptionProps: {
|
|
429
|
+
isTypeOnly: true;
|
|
430
|
+
};
|
|
442
431
|
ScrollArea: {};
|
|
443
432
|
Select: {};
|
|
444
433
|
SelectField: {};
|
|
445
434
|
SelectFieldController: {};
|
|
446
|
-
SelectInput: {};
|
|
447
435
|
SelectOptionProps: {
|
|
448
436
|
isTypeOnly: true;
|
|
449
437
|
};
|
|
@@ -496,8 +484,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
496
484
|
Textarea: {};
|
|
497
485
|
TextareaField: {};
|
|
498
486
|
TextareaFieldController: {};
|
|
499
|
-
TextAreaInput: {};
|
|
500
|
-
TextInput: {};
|
|
501
487
|
Toaster: {};
|
|
502
488
|
Tooltip: {};
|
|
503
489
|
TooltipContent: {};
|
|
@@ -548,10 +534,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
548
534
|
AutocompleteValue: {};
|
|
549
535
|
Badge: {};
|
|
550
536
|
badgeVariants: {};
|
|
551
|
-
BadgeWithIcon: {};
|
|
552
|
-
BadgeWithIconProps: {
|
|
553
|
-
isTypeOnly: true;
|
|
554
|
-
};
|
|
555
537
|
Breadcrumb: {};
|
|
556
538
|
BreadcrumbEllipsis: {};
|
|
557
539
|
BreadcrumbItem: {};
|
|
@@ -571,7 +553,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
571
553
|
Checkbox: {};
|
|
572
554
|
CheckboxField: {};
|
|
573
555
|
CheckboxFieldController: {};
|
|
574
|
-
CheckedInput: {};
|
|
575
556
|
CircularProgress: {};
|
|
576
557
|
cn: {};
|
|
577
558
|
Collapsible: {};
|
|
@@ -662,10 +643,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
662
643
|
ItemTitle: {};
|
|
663
644
|
itemVariants: {};
|
|
664
645
|
Label: {};
|
|
665
|
-
LinkButton: {};
|
|
666
646
|
Loader: {};
|
|
667
647
|
mergeRefs: {};
|
|
668
|
-
Modal: {};
|
|
669
648
|
MultiComboboxField: {};
|
|
670
649
|
MultiComboboxFieldController: {};
|
|
671
650
|
MultiComboboxFieldProps: {
|
|
@@ -683,19 +662,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
683
662
|
NavigationMenuList: {};
|
|
684
663
|
NavigationMenuTrigger: {};
|
|
685
664
|
navigationMenuTriggerStyle: {};
|
|
686
|
-
NavigationMenuViewport: {};
|
|
687
665
|
NotFoundCard: {};
|
|
666
|
+
NumberField: {};
|
|
667
|
+
NumberFieldController: {};
|
|
688
668
|
Popover: {};
|
|
689
|
-
PopoverAnchor: {};
|
|
690
669
|
PopoverContent: {};
|
|
691
670
|
PopoverTrigger: {};
|
|
692
|
-
|
|
693
|
-
|
|
671
|
+
RadioField: {};
|
|
672
|
+
RadioFieldController: {};
|
|
673
|
+
RadioOptionProps: {
|
|
674
|
+
isTypeOnly: true;
|
|
675
|
+
};
|
|
694
676
|
ScrollArea: {};
|
|
695
677
|
Select: {};
|
|
696
678
|
SelectField: {};
|
|
697
679
|
SelectFieldController: {};
|
|
698
|
-
SelectInput: {};
|
|
699
680
|
SelectOptionProps: {
|
|
700
681
|
isTypeOnly: true;
|
|
701
682
|
};
|
|
@@ -748,8 +729,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
748
729
|
Textarea: {};
|
|
749
730
|
TextareaField: {};
|
|
750
731
|
TextareaFieldController: {};
|
|
751
|
-
TextAreaInput: {};
|
|
752
|
-
TextInput: {};
|
|
753
732
|
Toaster: {};
|
|
754
733
|
Tooltip: {};
|
|
755
734
|
TooltipContent: {};
|
|
@@ -800,10 +779,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
800
779
|
AutocompleteValue: {};
|
|
801
780
|
Badge: {};
|
|
802
781
|
badgeVariants: {};
|
|
803
|
-
BadgeWithIcon: {};
|
|
804
|
-
BadgeWithIconProps: {
|
|
805
|
-
isTypeOnly: true;
|
|
806
|
-
};
|
|
807
782
|
Breadcrumb: {};
|
|
808
783
|
BreadcrumbEllipsis: {};
|
|
809
784
|
BreadcrumbItem: {};
|
|
@@ -823,7 +798,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
823
798
|
Checkbox: {};
|
|
824
799
|
CheckboxField: {};
|
|
825
800
|
CheckboxFieldController: {};
|
|
826
|
-
CheckedInput: {};
|
|
827
801
|
CircularProgress: {};
|
|
828
802
|
cn: {};
|
|
829
803
|
Collapsible: {};
|
|
@@ -914,10 +888,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
914
888
|
ItemTitle: {};
|
|
915
889
|
itemVariants: {};
|
|
916
890
|
Label: {};
|
|
917
|
-
LinkButton: {};
|
|
918
891
|
Loader: {};
|
|
919
892
|
mergeRefs: {};
|
|
920
|
-
Modal: {};
|
|
921
893
|
MultiComboboxField: {};
|
|
922
894
|
MultiComboboxFieldController: {};
|
|
923
895
|
MultiComboboxFieldProps: {
|
|
@@ -935,19 +907,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
935
907
|
NavigationMenuList: {};
|
|
936
908
|
NavigationMenuTrigger: {};
|
|
937
909
|
navigationMenuTriggerStyle: {};
|
|
938
|
-
NavigationMenuViewport: {};
|
|
939
910
|
NotFoundCard: {};
|
|
911
|
+
NumberField: {};
|
|
912
|
+
NumberFieldController: {};
|
|
940
913
|
Popover: {};
|
|
941
|
-
PopoverAnchor: {};
|
|
942
914
|
PopoverContent: {};
|
|
943
915
|
PopoverTrigger: {};
|
|
944
|
-
|
|
945
|
-
|
|
916
|
+
RadioField: {};
|
|
917
|
+
RadioFieldController: {};
|
|
918
|
+
RadioOptionProps: {
|
|
919
|
+
isTypeOnly: true;
|
|
920
|
+
};
|
|
946
921
|
ScrollArea: {};
|
|
947
922
|
Select: {};
|
|
948
923
|
SelectField: {};
|
|
949
924
|
SelectFieldController: {};
|
|
950
|
-
SelectInput: {};
|
|
951
925
|
SelectOptionProps: {
|
|
952
926
|
isTypeOnly: true;
|
|
953
927
|
};
|
|
@@ -1000,8 +974,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1000
974
|
Textarea: {};
|
|
1001
975
|
TextareaField: {};
|
|
1002
976
|
TextareaFieldController: {};
|
|
1003
|
-
TextAreaInput: {};
|
|
1004
|
-
TextInput: {};
|
|
1005
977
|
Toaster: {};
|
|
1006
978
|
Tooltip: {};
|
|
1007
979
|
TooltipContent: {};
|
|
@@ -1052,10 +1024,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1052
1024
|
AutocompleteValue: {};
|
|
1053
1025
|
Badge: {};
|
|
1054
1026
|
badgeVariants: {};
|
|
1055
|
-
BadgeWithIcon: {};
|
|
1056
|
-
BadgeWithIconProps: {
|
|
1057
|
-
isTypeOnly: true;
|
|
1058
|
-
};
|
|
1059
1027
|
Breadcrumb: {};
|
|
1060
1028
|
BreadcrumbEllipsis: {};
|
|
1061
1029
|
BreadcrumbItem: {};
|
|
@@ -1075,7 +1043,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1075
1043
|
Checkbox: {};
|
|
1076
1044
|
CheckboxField: {};
|
|
1077
1045
|
CheckboxFieldController: {};
|
|
1078
|
-
CheckedInput: {};
|
|
1079
1046
|
CircularProgress: {};
|
|
1080
1047
|
cn: {};
|
|
1081
1048
|
Collapsible: {};
|
|
@@ -1166,10 +1133,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1166
1133
|
ItemTitle: {};
|
|
1167
1134
|
itemVariants: {};
|
|
1168
1135
|
Label: {};
|
|
1169
|
-
LinkButton: {};
|
|
1170
1136
|
Loader: {};
|
|
1171
1137
|
mergeRefs: {};
|
|
1172
|
-
Modal: {};
|
|
1173
1138
|
MultiComboboxField: {};
|
|
1174
1139
|
MultiComboboxFieldController: {};
|
|
1175
1140
|
MultiComboboxFieldProps: {
|
|
@@ -1187,19 +1152,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1187
1152
|
NavigationMenuList: {};
|
|
1188
1153
|
NavigationMenuTrigger: {};
|
|
1189
1154
|
navigationMenuTriggerStyle: {};
|
|
1190
|
-
NavigationMenuViewport: {};
|
|
1191
1155
|
NotFoundCard: {};
|
|
1156
|
+
NumberField: {};
|
|
1157
|
+
NumberFieldController: {};
|
|
1192
1158
|
Popover: {};
|
|
1193
|
-
PopoverAnchor: {};
|
|
1194
1159
|
PopoverContent: {};
|
|
1195
1160
|
PopoverTrigger: {};
|
|
1196
|
-
|
|
1197
|
-
|
|
1161
|
+
RadioField: {};
|
|
1162
|
+
RadioFieldController: {};
|
|
1163
|
+
RadioOptionProps: {
|
|
1164
|
+
isTypeOnly: true;
|
|
1165
|
+
};
|
|
1198
1166
|
ScrollArea: {};
|
|
1199
1167
|
Select: {};
|
|
1200
1168
|
SelectField: {};
|
|
1201
1169
|
SelectFieldController: {};
|
|
1202
|
-
SelectInput: {};
|
|
1203
1170
|
SelectOptionProps: {
|
|
1204
1171
|
isTypeOnly: true;
|
|
1205
1172
|
};
|
|
@@ -1252,8 +1219,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1252
1219
|
Textarea: {};
|
|
1253
1220
|
TextareaField: {};
|
|
1254
1221
|
TextareaFieldController: {};
|
|
1255
|
-
TextAreaInput: {};
|
|
1256
|
-
TextInput: {};
|
|
1257
1222
|
Toaster: {};
|
|
1258
1223
|
Tooltip: {};
|
|
1259
1224
|
TooltipContent: {};
|
|
@@ -1304,10 +1269,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1304
1269
|
AutocompleteValue: {};
|
|
1305
1270
|
Badge: {};
|
|
1306
1271
|
badgeVariants: {};
|
|
1307
|
-
BadgeWithIcon: {};
|
|
1308
|
-
BadgeWithIconProps: {
|
|
1309
|
-
isTypeOnly: true;
|
|
1310
|
-
};
|
|
1311
1272
|
Breadcrumb: {};
|
|
1312
1273
|
BreadcrumbEllipsis: {};
|
|
1313
1274
|
BreadcrumbItem: {};
|
|
@@ -1327,7 +1288,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1327
1288
|
Checkbox: {};
|
|
1328
1289
|
CheckboxField: {};
|
|
1329
1290
|
CheckboxFieldController: {};
|
|
1330
|
-
CheckedInput: {};
|
|
1331
1291
|
CircularProgress: {};
|
|
1332
1292
|
cn: {};
|
|
1333
1293
|
Collapsible: {};
|
|
@@ -1418,10 +1378,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1418
1378
|
ItemTitle: {};
|
|
1419
1379
|
itemVariants: {};
|
|
1420
1380
|
Label: {};
|
|
1421
|
-
LinkButton: {};
|
|
1422
1381
|
Loader: {};
|
|
1423
1382
|
mergeRefs: {};
|
|
1424
|
-
Modal: {};
|
|
1425
1383
|
MultiComboboxField: {};
|
|
1426
1384
|
MultiComboboxFieldController: {};
|
|
1427
1385
|
MultiComboboxFieldProps: {
|
|
@@ -1439,19 +1397,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1439
1397
|
NavigationMenuList: {};
|
|
1440
1398
|
NavigationMenuTrigger: {};
|
|
1441
1399
|
navigationMenuTriggerStyle: {};
|
|
1442
|
-
NavigationMenuViewport: {};
|
|
1443
1400
|
NotFoundCard: {};
|
|
1401
|
+
NumberField: {};
|
|
1402
|
+
NumberFieldController: {};
|
|
1444
1403
|
Popover: {};
|
|
1445
|
-
PopoverAnchor: {};
|
|
1446
1404
|
PopoverContent: {};
|
|
1447
1405
|
PopoverTrigger: {};
|
|
1448
|
-
|
|
1449
|
-
|
|
1406
|
+
RadioField: {};
|
|
1407
|
+
RadioFieldController: {};
|
|
1408
|
+
RadioOptionProps: {
|
|
1409
|
+
isTypeOnly: true;
|
|
1410
|
+
};
|
|
1450
1411
|
ScrollArea: {};
|
|
1451
1412
|
Select: {};
|
|
1452
1413
|
SelectField: {};
|
|
1453
1414
|
SelectFieldController: {};
|
|
1454
|
-
SelectInput: {};
|
|
1455
1415
|
SelectOptionProps: {
|
|
1456
1416
|
isTypeOnly: true;
|
|
1457
1417
|
};
|
|
@@ -1504,8 +1464,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1504
1464
|
Textarea: {};
|
|
1505
1465
|
TextareaField: {};
|
|
1506
1466
|
TextareaFieldController: {};
|
|
1507
|
-
TextAreaInput: {};
|
|
1508
|
-
TextInput: {};
|
|
1509
1467
|
Toaster: {};
|
|
1510
1468
|
Tooltip: {};
|
|
1511
1469
|
TooltipContent: {};
|
package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts
CHANGED
|
@@ -39,10 +39,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
39
39
|
AutocompleteValue: {};
|
|
40
40
|
Badge: {};
|
|
41
41
|
badgeVariants: {};
|
|
42
|
-
BadgeWithIcon: {};
|
|
43
|
-
BadgeWithIconProps: {
|
|
44
|
-
isTypeOnly: true;
|
|
45
|
-
};
|
|
46
42
|
Breadcrumb: {};
|
|
47
43
|
BreadcrumbEllipsis: {};
|
|
48
44
|
BreadcrumbItem: {};
|
|
@@ -62,7 +58,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
62
58
|
Checkbox: {};
|
|
63
59
|
CheckboxField: {};
|
|
64
60
|
CheckboxFieldController: {};
|
|
65
|
-
CheckedInput: {};
|
|
66
61
|
CircularProgress: {};
|
|
67
62
|
cn: {};
|
|
68
63
|
Collapsible: {};
|
|
@@ -153,10 +148,8 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
153
148
|
ItemTitle: {};
|
|
154
149
|
itemVariants: {};
|
|
155
150
|
Label: {};
|
|
156
|
-
LinkButton: {};
|
|
157
151
|
Loader: {};
|
|
158
152
|
mergeRefs: {};
|
|
159
|
-
Modal: {};
|
|
160
153
|
MultiComboboxField: {};
|
|
161
154
|
MultiComboboxFieldController: {};
|
|
162
155
|
MultiComboboxFieldProps: {
|
|
@@ -174,19 +167,21 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
174
167
|
NavigationMenuList: {};
|
|
175
168
|
NavigationMenuTrigger: {};
|
|
176
169
|
navigationMenuTriggerStyle: {};
|
|
177
|
-
NavigationMenuViewport: {};
|
|
178
170
|
NotFoundCard: {};
|
|
171
|
+
NumberField: {};
|
|
172
|
+
NumberFieldController: {};
|
|
179
173
|
Popover: {};
|
|
180
|
-
PopoverAnchor: {};
|
|
181
174
|
PopoverContent: {};
|
|
182
175
|
PopoverTrigger: {};
|
|
183
|
-
|
|
184
|
-
|
|
176
|
+
RadioField: {};
|
|
177
|
+
RadioFieldController: {};
|
|
178
|
+
RadioOptionProps: {
|
|
179
|
+
isTypeOnly: true;
|
|
180
|
+
};
|
|
185
181
|
ScrollArea: {};
|
|
186
182
|
Select: {};
|
|
187
183
|
SelectField: {};
|
|
188
184
|
SelectFieldController: {};
|
|
189
|
-
SelectInput: {};
|
|
190
185
|
SelectOptionProps: {
|
|
191
186
|
isTypeOnly: true;
|
|
192
187
|
};
|
|
@@ -239,8 +234,6 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
239
234
|
Textarea: {};
|
|
240
235
|
TextareaField: {};
|
|
241
236
|
TextareaFieldController: {};
|
|
242
|
-
TextAreaInput: {};
|
|
243
|
-
TextInput: {};
|
|
244
237
|
Toaster: {};
|
|
245
238
|
Tooltip: {};
|
|
246
239
|
TooltipContent: {};
|