@baseplate-dev/plugin-auth 0.6.15 → 0.6.17

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 (147) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -28
  3. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -28
  4. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -14
  5. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -14
  6. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -28
  7. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -28
  8. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -14
  9. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -28
  10. package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -14
  11. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +9 -2
  12. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +6 -2
  13. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +16 -2
  14. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +8 -1
  15. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +8 -1
  16. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +5 -1
  17. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +7 -14
  18. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +42 -84
  19. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +7 -14
  20. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +70 -140
  21. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +14 -28
  22. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +7 -14
  23. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +7 -14
  24. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +7 -14
  25. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -28
  26. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -28
  27. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -14
  28. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -14
  29. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -28
  30. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -28
  31. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -14
  32. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -28
  33. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -14
  34. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts +1 -0
  35. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +2 -1
  36. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +6 -3
  37. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +2 -1
  38. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +6 -3
  39. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +2 -2
  40. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +2 -2
  41. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +2 -2
  42. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +2 -2
  43. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +6 -3
  44. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +6 -3
  45. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +7 -2
  46. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +3 -1
  47. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +18 -3
  48. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +6 -1
  49. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +14 -3
  50. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +18 -16
  51. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +18 -16
  52. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js +6 -6
  53. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.ts +6 -6
  54. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +7 -14
  55. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +42 -84
  56. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +7 -14
  57. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +63 -126
  58. package/dist/local-auth/core/generators/react-session/generated/index.d.ts +14 -28
  59. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +7 -14
  60. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +14 -28
  61. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +7 -14
  62. package/dist/placeholder-auth/core/generators/placeholder-auth-module/placeholder-auth-module.generator.d.ts +1 -1
  63. package/dist/placeholder-auth/core/generators/placeholder-auth-module/placeholder-auth-module.generator.js +3 -1
  64. package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-D2O_GHnM.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-ChkXxpXe.js} +24 -24
  65. 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-DPxqayXr.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-CO5Pvo0y.js} +6 -5
  66. 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-DGL7vJhO.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-37vlYRxk.js} +2 -2
  67. 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-IL2CfUDN.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DRSNXPPo.js} +11120 -4828
  68. package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-olZgW088.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-DfiQqvVC.js} +4179 -2900
  69. package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-BEZ7A-cz.js} +2 -3
  70. package/dist/web/assets/arduino-BXtgMpyb.js +21 -0
  71. package/dist/web/assets/auth-BxAE0rgh.js +1 -0
  72. package/dist/web/assets/bash-Zh_IyzBN.js +192 -0
  73. package/dist/web/assets/basic-3mvohyEL.js +28 -0
  74. package/dist/web/assets/c-6gdx-Hqg.js +74 -0
  75. package/dist/web/assets/clike-Ds9lUsCq.js +41 -0
  76. package/dist/web/assets/{common-2qsch56z.js → common-ByxS61u8.js} +8 -6
  77. package/dist/web/assets/{common-D-CUPN3f.js → common-CKl_XlvH.js} +3 -3
  78. package/dist/web/assets/{common-BJslFOaI.js → common-TDf_PrjX.js} +3 -3
  79. package/dist/web/assets/{common-2sTWj7X2.js → common-UpVCKZeW.js} +8 -6
  80. package/dist/web/assets/{common-DtVPzGI9.js → common-crSwCD36.js} +3 -3
  81. package/dist/web/assets/{common-BY8yEk1M.js → common-iHaemino.js} +3 -3
  82. package/dist/web/assets/cpp-DRYAY5P6.js +82 -0
  83. package/dist/web/assets/csharp-RJBSoHJ6.js +301 -0
  84. package/dist/web/assets/css-D7TbgetL.js +70 -0
  85. package/dist/web/assets/diff-CtSa_15w.js +54 -0
  86. package/dist/web/assets/{dist-SBfmsOB2.js → dist-CrLSslv6.js} +2 -2
  87. package/dist/web/assets/{dist-DiQ4J8N0.js → dist-DY7ZXvq4.js} +1408 -916
  88. package/dist/web/assets/{get-auth-plugin-definition-gCzcUybB.js → get-auth-plugin-definition-kDCtXq_6.js} +2 -2
  89. package/dist/web/assets/go-D9nlw8GJ.js +36 -0
  90. package/dist/web/assets/{hostInit-BPDI3Q4j.js → hostInit-Cruek6c6.js} +2 -2
  91. package/dist/web/assets/ini-CU-wHLTy.js +51 -0
  92. package/dist/web/assets/java-Asfw0WtJ.js +116 -0
  93. package/dist/web/assets/javascript-fpnGEVws.js +124 -0
  94. package/dist/web/assets/json-DN8T4yFI.js +38 -0
  95. package/dist/web/assets/kotlin-zNWfDPVY.js +83 -0
  96. package/dist/web/assets/less-ZXX1tgaG.js +42 -0
  97. package/dist/web/assets/lua-D9bD4wrb.js +28 -0
  98. package/dist/web/assets/makefile-CKoRpler.js +40 -0
  99. package/dist/web/assets/markdown-ewV-vLcZ.js +278 -0
  100. package/dist/web/assets/markup-D2krQlDZ.js +176 -0
  101. package/dist/web/assets/markup-templating-c_XBo6vX.js +94 -0
  102. package/dist/web/assets/mf-entry-bootstrap-0-dfed0275.js +35 -0
  103. package/dist/web/assets/mf-entry-bootstrap-1-5275674a.js +35 -0
  104. package/dist/web/assets/{mf-entry-bootstrap-0-b337c957.js → mf-entry-bootstrap-2-39fb9255.js} +2 -2
  105. package/dist/web/assets/mf-entry-bootstrap-3-49e64336.js +35 -0
  106. package/dist/web/assets/{model-utils-BoeoBppL.js → model-utils-C0WDb_Ec.js} +269 -26
  107. package/dist/web/assets/{models-Bb8Sa9xa.js → models-BZmCbizK.js} +3 -3
  108. package/dist/web/assets/{models-CExR9mVk.js → models-DSvs_3bA.js} +3 -3
  109. package/dist/web/assets/objectivec-PkUOhxeb.js +25 -0
  110. package/dist/web/assets/perl-Cul_ma_h.js +92 -0
  111. package/dist/web/assets/php-CfWLJZIj.js +298 -0
  112. package/dist/web/assets/{plugin-definition-BSgRuyCf.js → plugin-definition-CYj29S3q.js} +3 -3
  113. package/dist/web/assets/{plugin-definition-DoLu-enC.js → plugin-definition-DOMmPL2Z.js} +3 -3
  114. package/dist/web/assets/python-CURlmZ7M.js +73 -0
  115. package/dist/web/assets/r-8lr7pbGm.js +30 -0
  116. package/dist/web/assets/regex-CxQ7DXCx.js +96 -0
  117. package/dist/web/assets/{rolldown-runtime-FZ4Itg2g.js → rolldown-runtime-7_rZTKki.js} +1 -1
  118. package/dist/web/assets/ruby-BlM93DKO.js +175 -0
  119. package/dist/web/assets/rust-CpZXpaj0.js +107 -0
  120. package/dist/web/assets/sass-DG0YAnL7.js +65 -0
  121. package/dist/web/assets/scss-BDRIqhak.js +70 -0
  122. package/dist/web/assets/sql-C-bL8_gT.js +40 -0
  123. package/dist/web/assets/{styles-Cc26Bbxc.css → styles-DIj1cIPB.css} +119 -1
  124. package/dist/web/assets/{styles-DWNihayS.js → styles-yjbHBTlw.js} +8 -8
  125. package/dist/web/assets/swift-rQ52kfab.js +107 -0
  126. package/dist/web/assets/typescript-C5BVqltI.js +57 -0
  127. package/dist/web/assets/vbnet-_PL7-T9d.js +32 -0
  128. package/dist/web/assets/{virtualExposes-ZQ3-2Iup.js → virtualExposes-CbPBmicF.js} +1 -1
  129. package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-joyeTHHj.js → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-XM6iYVxf.js} +5 -5
  130. package/dist/web/assets/{virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-Cxtxsg7w.js → virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-DGjg7Brm.js} +15 -15
  131. package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-BzJkYZS3.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-B6BXIeF1.js} +15 -15
  132. package/dist/web/assets/{vite-preload-helper-iIio8xkS.js → vite-preload-helper-ARKYL6bp.js} +5 -1
  133. package/dist/web/assets/{web-pdVFZ-id.js → web-1eTcxMhf.js} +3 -3
  134. package/dist/web/assets/{web-sVeHdqQo.js → web-CDAKPPK9.js} +13 -13
  135. package/dist/web/assets/{web-CbftiK5A.js → web-CXAHKjIY.js} +19 -19
  136. package/dist/web/assets/{web-DUQ-iyMI.js → web-D0MSKfyv.js} +31 -30
  137. package/dist/web/assets/{web-BbZNg5Ko.js → web-DbeAaDTV.js} +16 -16
  138. package/dist/web/assets/{web-QvGnMr85.js → web-VqBA3jxZ.js} +13 -13
  139. package/dist/web/assets/{web-BWF6Fc7g.js → web-miDovYk_.js} +3 -3
  140. package/dist/web/assets/workerBundle-BjsY-uXx.js +10 -0
  141. package/dist/web/assets/yaml-C9m3vuV5.js +90 -0
  142. package/dist/web/index.html +5 -2
  143. package/dist/web/remoteEntry.js +1 -1
  144. package/dist/web/remoteEntry.ssr.js +2 -2
  145. package/package.json +38 -41
  146. package/dist/web/assets/auth-BA-e6ORB.js +0 -1
  147. package/dist/web/assets/index-BocHdii2.js +0 -2
@@ -57,10 +57,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
57
57
  AutocompleteValue: {};
58
58
  Badge: {};
59
59
  badgeVariants: {};
60
- BadgeWithIcon: {};
61
- BadgeWithIconProps: {
62
- isTypeOnly: true;
63
- };
64
60
  Breadcrumb: {};
65
61
  BreadcrumbEllipsis: {};
66
62
  BreadcrumbItem: {};
@@ -80,7 +76,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
80
76
  Checkbox: {};
81
77
  CheckboxField: {};
82
78
  CheckboxFieldController: {};
83
- CheckedInput: {};
84
79
  CircularProgress: {};
85
80
  cn: {};
86
81
  Collapsible: {};
@@ -171,10 +166,8 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
171
166
  ItemTitle: {};
172
167
  itemVariants: {};
173
168
  Label: {};
174
- LinkButton: {};
175
169
  Loader: {};
176
170
  mergeRefs: {};
177
- Modal: {};
178
171
  MultiComboboxField: {};
179
172
  MultiComboboxFieldController: {};
180
173
  MultiComboboxFieldProps: {
@@ -192,19 +185,21 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
192
185
  NavigationMenuList: {};
193
186
  NavigationMenuTrigger: {};
194
187
  navigationMenuTriggerStyle: {};
195
- NavigationMenuViewport: {};
196
188
  NotFoundCard: {};
189
+ NumberField: {};
190
+ NumberFieldController: {};
197
191
  Popover: {};
198
- PopoverAnchor: {};
199
192
  PopoverContent: {};
200
193
  PopoverTrigger: {};
201
- ReactDatePickerInput: {};
202
- ReactSelectInput: {};
194
+ RadioField: {};
195
+ RadioFieldController: {};
196
+ RadioOptionProps: {
197
+ isTypeOnly: true;
198
+ };
203
199
  ScrollArea: {};
204
200
  Select: {};
205
201
  SelectField: {};
206
202
  SelectFieldController: {};
207
- SelectInput: {};
208
203
  SelectOptionProps: {
209
204
  isTypeOnly: true;
210
205
  };
@@ -257,8 +252,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
257
252
  Textarea: {};
258
253
  TextareaField: {};
259
254
  TextareaFieldController: {};
260
- TextAreaInput: {};
261
- TextInput: {};
262
255
  Toaster: {};
263
256
  Tooltip: {};
264
257
  TooltipContent: {};
@@ -320,10 +313,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
320
313
  AutocompleteValue: {};
321
314
  Badge: {};
322
315
  badgeVariants: {};
323
- BadgeWithIcon: {};
324
- BadgeWithIconProps: {
325
- isTypeOnly: true;
326
- };
327
316
  Breadcrumb: {};
328
317
  BreadcrumbEllipsis: {};
329
318
  BreadcrumbItem: {};
@@ -343,7 +332,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
343
332
  Checkbox: {};
344
333
  CheckboxField: {};
345
334
  CheckboxFieldController: {};
346
- CheckedInput: {};
347
335
  CircularProgress: {};
348
336
  cn: {};
349
337
  Collapsible: {};
@@ -434,10 +422,8 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
434
422
  ItemTitle: {};
435
423
  itemVariants: {};
436
424
  Label: {};
437
- LinkButton: {};
438
425
  Loader: {};
439
426
  mergeRefs: {};
440
- Modal: {};
441
427
  MultiComboboxField: {};
442
428
  MultiComboboxFieldController: {};
443
429
  MultiComboboxFieldProps: {
@@ -455,19 +441,21 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
455
441
  NavigationMenuList: {};
456
442
  NavigationMenuTrigger: {};
457
443
  navigationMenuTriggerStyle: {};
458
- NavigationMenuViewport: {};
459
444
  NotFoundCard: {};
445
+ NumberField: {};
446
+ NumberFieldController: {};
460
447
  Popover: {};
461
- PopoverAnchor: {};
462
448
  PopoverContent: {};
463
449
  PopoverTrigger: {};
464
- ReactDatePickerInput: {};
465
- ReactSelectInput: {};
450
+ RadioField: {};
451
+ RadioFieldController: {};
452
+ RadioOptionProps: {
453
+ isTypeOnly: true;
454
+ };
466
455
  ScrollArea: {};
467
456
  Select: {};
468
457
  SelectField: {};
469
458
  SelectFieldController: {};
470
- SelectInput: {};
471
459
  SelectOptionProps: {
472
460
  isTypeOnly: true;
473
461
  };
@@ -520,8 +508,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_GENERATED: {
520
508
  Textarea: {};
521
509
  TextareaField: {};
522
510
  TextareaFieldController: {};
523
- TextAreaInput: {};
524
- TextInput: {};
525
511
  Toaster: {};
526
512
  Tooltip: {};
527
513
  TooltipContent: {};
@@ -49,10 +49,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
49
49
  AutocompleteValue: {};
50
50
  Badge: {};
51
51
  badgeVariants: {};
52
- BadgeWithIcon: {};
53
- BadgeWithIconProps: {
54
- isTypeOnly: true;
55
- };
56
52
  Breadcrumb: {};
57
53
  BreadcrumbEllipsis: {};
58
54
  BreadcrumbItem: {};
@@ -72,7 +68,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
72
68
  Checkbox: {};
73
69
  CheckboxField: {};
74
70
  CheckboxFieldController: {};
75
- CheckedInput: {};
76
71
  CircularProgress: {};
77
72
  cn: {};
78
73
  Collapsible: {};
@@ -163,10 +158,8 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
163
158
  ItemTitle: {};
164
159
  itemVariants: {};
165
160
  Label: {};
166
- LinkButton: {};
167
161
  Loader: {};
168
162
  mergeRefs: {};
169
- Modal: {};
170
163
  MultiComboboxField: {};
171
164
  MultiComboboxFieldController: {};
172
165
  MultiComboboxFieldProps: {
@@ -184,19 +177,21 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
184
177
  NavigationMenuList: {};
185
178
  NavigationMenuTrigger: {};
186
179
  navigationMenuTriggerStyle: {};
187
- NavigationMenuViewport: {};
188
180
  NotFoundCard: {};
181
+ NumberField: {};
182
+ NumberFieldController: {};
189
183
  Popover: {};
190
- PopoverAnchor: {};
191
184
  PopoverContent: {};
192
185
  PopoverTrigger: {};
193
- ReactDatePickerInput: {};
194
- ReactSelectInput: {};
186
+ RadioField: {};
187
+ RadioFieldController: {};
188
+ RadioOptionProps: {
189
+ isTypeOnly: true;
190
+ };
195
191
  ScrollArea: {};
196
192
  Select: {};
197
193
  SelectField: {};
198
194
  SelectFieldController: {};
199
- SelectInput: {};
200
195
  SelectOptionProps: {
201
196
  isTypeOnly: true;
202
197
  };
@@ -249,8 +244,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_RENDERERS: {
249
244
  Textarea: {};
250
245
  TextareaField: {};
251
246
  TextareaFieldController: {};
252
- TextAreaInput: {};
253
- TextInput: {};
254
247
  Toaster: {};
255
248
  Tooltip: {};
256
249
  TooltipContent: {};
@@ -35,10 +35,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
35
35
  AutocompleteValue: {};
36
36
  Badge: {};
37
37
  badgeVariants: {};
38
- BadgeWithIcon: {};
39
- BadgeWithIconProps: {
40
- isTypeOnly: true;
41
- };
42
38
  Breadcrumb: {};
43
39
  BreadcrumbEllipsis: {};
44
40
  BreadcrumbItem: {};
@@ -58,7 +54,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
58
54
  Checkbox: {};
59
55
  CheckboxField: {};
60
56
  CheckboxFieldController: {};
61
- CheckedInput: {};
62
57
  CircularProgress: {};
63
58
  cn: {};
64
59
  Collapsible: {};
@@ -149,10 +144,8 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
149
144
  ItemTitle: {};
150
145
  itemVariants: {};
151
146
  Label: {};
152
- LinkButton: {};
153
147
  Loader: {};
154
148
  mergeRefs: {};
155
- Modal: {};
156
149
  MultiComboboxField: {};
157
150
  MultiComboboxFieldController: {};
158
151
  MultiComboboxFieldProps: {
@@ -170,19 +163,21 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
170
163
  NavigationMenuList: {};
171
164
  NavigationMenuTrigger: {};
172
165
  navigationMenuTriggerStyle: {};
173
- NavigationMenuViewport: {};
174
166
  NotFoundCard: {};
167
+ NumberField: {};
168
+ NumberFieldController: {};
175
169
  Popover: {};
176
- PopoverAnchor: {};
177
170
  PopoverContent: {};
178
171
  PopoverTrigger: {};
179
- ReactDatePickerInput: {};
180
- ReactSelectInput: {};
172
+ RadioField: {};
173
+ RadioFieldController: {};
174
+ RadioOptionProps: {
175
+ isTypeOnly: true;
176
+ };
181
177
  ScrollArea: {};
182
178
  Select: {};
183
179
  SelectField: {};
184
180
  SelectFieldController: {};
185
- SelectInput: {};
186
181
  SelectOptionProps: {
187
182
  isTypeOnly: true;
188
183
  };
@@ -235,8 +230,6 @@ export declare const BETTER_AUTH_REACT_BETTER_AUTH_TEMPLATES: {
235
230
  Textarea: {};
236
231
  TextareaField: {};
237
232
  TextareaFieldController: {};
238
- TextAreaInput: {};
239
- TextInput: {};
240
233
  Toaster: {};
241
234
  Tooltip: {};
242
235
  TooltipContent: {};
@@ -50,10 +50,6 @@ export declare const reactBetterAuthGenerator: import("@baseplate-dev/sync").Gen
50
50
  AutocompleteValue: {};
51
51
  Badge: {};
52
52
  badgeVariants: {};
53
- BadgeWithIcon: {};
54
- BadgeWithIconProps: {
55
- isTypeOnly: true;
56
- };
57
53
  Breadcrumb: {};
58
54
  BreadcrumbEllipsis: {};
59
55
  BreadcrumbItem: {};
@@ -73,7 +69,6 @@ export declare const reactBetterAuthGenerator: import("@baseplate-dev/sync").Gen
73
69
  Checkbox: {};
74
70
  CheckboxField: {};
75
71
  CheckboxFieldController: {};
76
- CheckedInput: {};
77
72
  CircularProgress: {};
78
73
  cn: {};
79
74
  Collapsible: {};
@@ -164,10 +159,8 @@ export declare const reactBetterAuthGenerator: import("@baseplate-dev/sync").Gen
164
159
  ItemTitle: {};
165
160
  itemVariants: {};
166
161
  Label: {};
167
- LinkButton: {};
168
162
  Loader: {};
169
163
  mergeRefs: {};
170
- Modal: {};
171
164
  MultiComboboxField: {};
172
165
  MultiComboboxFieldController: {};
173
166
  MultiComboboxFieldProps: {
@@ -185,19 +178,21 @@ export declare const reactBetterAuthGenerator: import("@baseplate-dev/sync").Gen
185
178
  NavigationMenuList: {};
186
179
  NavigationMenuTrigger: {};
187
180
  navigationMenuTriggerStyle: {};
188
- NavigationMenuViewport: {};
189
181
  NotFoundCard: {};
182
+ NumberField: {};
183
+ NumberFieldController: {};
190
184
  Popover: {};
191
- PopoverAnchor: {};
192
185
  PopoverContent: {};
193
186
  PopoverTrigger: {};
194
- ReactDatePickerInput: {};
195
- ReactSelectInput: {};
187
+ RadioField: {};
188
+ RadioFieldController: {};
189
+ RadioOptionProps: {
190
+ isTypeOnly: true;
191
+ };
196
192
  ScrollArea: {};
197
193
  Select: {};
198
194
  SelectField: {};
199
195
  SelectFieldController: {};
200
- SelectInput: {};
201
196
  SelectOptionProps: {
202
197
  isTypeOnly: true;
203
198
  };
@@ -250,8 +245,6 @@ export declare const reactBetterAuthGenerator: import("@baseplate-dev/sync").Gen
250
245
  Textarea: {};
251
246
  TextareaField: {};
252
247
  TextareaFieldController: {};
253
- TextAreaInput: {};
254
- TextInput: {};
255
248
  Toaster: {};
256
249
  Tooltip: {};
257
250
  TooltipContent: {};
@@ -46,10 +46,6 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
46
46
  AutocompleteValue: {};
47
47
  Badge: {};
48
48
  badgeVariants: {};
49
- BadgeWithIcon: {};
50
- BadgeWithIconProps: {
51
- isTypeOnly: true;
52
- };
53
49
  Breadcrumb: {};
54
50
  BreadcrumbEllipsis: {};
55
51
  BreadcrumbItem: {};
@@ -69,7 +65,6 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
69
65
  Checkbox: {};
70
66
  CheckboxField: {};
71
67
  CheckboxFieldController: {};
72
- CheckedInput: {};
73
68
  CircularProgress: {};
74
69
  cn: {};
75
70
  Collapsible: {};
@@ -160,10 +155,8 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
160
155
  ItemTitle: {};
161
156
  itemVariants: {};
162
157
  Label: {};
163
- LinkButton: {};
164
158
  Loader: {};
165
159
  mergeRefs: {};
166
- Modal: {};
167
160
  MultiComboboxField: {};
168
161
  MultiComboboxFieldController: {};
169
162
  MultiComboboxFieldProps: {
@@ -181,19 +174,21 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
181
174
  NavigationMenuList: {};
182
175
  NavigationMenuTrigger: {};
183
176
  navigationMenuTriggerStyle: {};
184
- NavigationMenuViewport: {};
185
177
  NotFoundCard: {};
178
+ NumberField: {};
179
+ NumberFieldController: {};
186
180
  Popover: {};
187
- PopoverAnchor: {};
188
181
  PopoverContent: {};
189
182
  PopoverTrigger: {};
190
- ReactDatePickerInput: {};
191
- ReactSelectInput: {};
183
+ RadioField: {};
184
+ RadioFieldController: {};
185
+ RadioOptionProps: {
186
+ isTypeOnly: true;
187
+ };
192
188
  ScrollArea: {};
193
189
  Select: {};
194
190
  SelectField: {};
195
191
  SelectFieldController: {};
196
- SelectInput: {};
197
192
  SelectOptionProps: {
198
193
  isTypeOnly: true;
199
194
  };
@@ -246,8 +241,6 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
246
241
  Textarea: {};
247
242
  TextareaField: {};
248
243
  TextareaFieldController: {};
249
- TextAreaInput: {};
250
- TextInput: {};
251
244
  Toaster: {};
252
245
  Tooltip: {};
253
246
  TooltipContent: {};
@@ -291,10 +284,6 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
291
284
  AutocompleteValue: {};
292
285
  Badge: {};
293
286
  badgeVariants: {};
294
- BadgeWithIcon: {};
295
- BadgeWithIconProps: {
296
- isTypeOnly: true;
297
- };
298
287
  Breadcrumb: {};
299
288
  BreadcrumbEllipsis: {};
300
289
  BreadcrumbItem: {};
@@ -314,7 +303,6 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
314
303
  Checkbox: {};
315
304
  CheckboxField: {};
316
305
  CheckboxFieldController: {};
317
- CheckedInput: {};
318
306
  CircularProgress: {};
319
307
  cn: {};
320
308
  Collapsible: {};
@@ -405,10 +393,8 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
405
393
  ItemTitle: {};
406
394
  itemVariants: {};
407
395
  Label: {};
408
- LinkButton: {};
409
396
  Loader: {};
410
397
  mergeRefs: {};
411
- Modal: {};
412
398
  MultiComboboxField: {};
413
399
  MultiComboboxFieldController: {};
414
400
  MultiComboboxFieldProps: {
@@ -426,19 +412,21 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
426
412
  NavigationMenuList: {};
427
413
  NavigationMenuTrigger: {};
428
414
  navigationMenuTriggerStyle: {};
429
- NavigationMenuViewport: {};
430
415
  NotFoundCard: {};
416
+ NumberField: {};
417
+ NumberFieldController: {};
431
418
  Popover: {};
432
- PopoverAnchor: {};
433
419
  PopoverContent: {};
434
420
  PopoverTrigger: {};
435
- ReactDatePickerInput: {};
436
- ReactSelectInput: {};
421
+ RadioField: {};
422
+ RadioFieldController: {};
423
+ RadioOptionProps: {
424
+ isTypeOnly: true;
425
+ };
437
426
  ScrollArea: {};
438
427
  Select: {};
439
428
  SelectField: {};
440
429
  SelectFieldController: {};
441
- SelectInput: {};
442
430
  SelectOptionProps: {
443
431
  isTypeOnly: true;
444
432
  };
@@ -491,8 +479,6 @@ export declare const adminCrudManageRolesActionGenerator: import("@baseplate-dev
491
479
  Textarea: {};
492
480
  TextareaField: {};
493
481
  TextareaFieldController: {};
494
- TextAreaInput: {};
495
- TextInput: {};
496
482
  Toaster: {};
497
483
  Tooltip: {};
498
484
  TooltipContent: {};
@@ -44,10 +44,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
44
44
  AutocompleteValue: {};
45
45
  Badge: {};
46
46
  badgeVariants: {};
47
- BadgeWithIcon: {};
48
- BadgeWithIconProps: {
49
- isTypeOnly: true;
50
- };
51
47
  Breadcrumb: {};
52
48
  BreadcrumbEllipsis: {};
53
49
  BreadcrumbItem: {};
@@ -67,7 +63,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
67
63
  Checkbox: {};
68
64
  CheckboxField: {};
69
65
  CheckboxFieldController: {};
70
- CheckedInput: {};
71
66
  CircularProgress: {};
72
67
  cn: {};
73
68
  Collapsible: {};
@@ -158,10 +153,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
158
153
  ItemTitle: {};
159
154
  itemVariants: {};
160
155
  Label: {};
161
- LinkButton: {};
162
156
  Loader: {};
163
157
  mergeRefs: {};
164
- Modal: {};
165
158
  MultiComboboxField: {};
166
159
  MultiComboboxFieldController: {};
167
160
  MultiComboboxFieldProps: {
@@ -179,19 +172,21 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
179
172
  NavigationMenuList: {};
180
173
  NavigationMenuTrigger: {};
181
174
  navigationMenuTriggerStyle: {};
182
- NavigationMenuViewport: {};
183
175
  NotFoundCard: {};
176
+ NumberField: {};
177
+ NumberFieldController: {};
184
178
  Popover: {};
185
- PopoverAnchor: {};
186
179
  PopoverContent: {};
187
180
  PopoverTrigger: {};
188
- ReactDatePickerInput: {};
189
- ReactSelectInput: {};
181
+ RadioField: {};
182
+ RadioFieldController: {};
183
+ RadioOptionProps: {
184
+ isTypeOnly: true;
185
+ };
190
186
  ScrollArea: {};
191
187
  Select: {};
192
188
  SelectField: {};
193
189
  SelectFieldController: {};
194
- SelectInput: {};
195
190
  SelectOptionProps: {
196
191
  isTypeOnly: true;
197
192
  };
@@ -244,8 +239,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
244
239
  Textarea: {};
245
240
  TextareaField: {};
246
241
  TextareaFieldController: {};
247
- TextAreaInput: {};
248
- TextInput: {};
249
242
  Toaster: {};
250
243
  Tooltip: {};
251
244
  TooltipContent: {};
@@ -300,10 +293,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
300
293
  AutocompleteValue: {};
301
294
  Badge: {};
302
295
  badgeVariants: {};
303
- BadgeWithIcon: {};
304
- BadgeWithIconProps: {
305
- isTypeOnly: true;
306
- };
307
296
  Breadcrumb: {};
308
297
  BreadcrumbEllipsis: {};
309
298
  BreadcrumbItem: {};
@@ -323,7 +312,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
323
312
  Checkbox: {};
324
313
  CheckboxField: {};
325
314
  CheckboxFieldController: {};
326
- CheckedInput: {};
327
315
  CircularProgress: {};
328
316
  cn: {};
329
317
  Collapsible: {};
@@ -414,10 +402,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
414
402
  ItemTitle: {};
415
403
  itemVariants: {};
416
404
  Label: {};
417
- LinkButton: {};
418
405
  Loader: {};
419
406
  mergeRefs: {};
420
- Modal: {};
421
407
  MultiComboboxField: {};
422
408
  MultiComboboxFieldController: {};
423
409
  MultiComboboxFieldProps: {
@@ -435,19 +421,21 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
435
421
  NavigationMenuList: {};
436
422
  NavigationMenuTrigger: {};
437
423
  navigationMenuTriggerStyle: {};
438
- NavigationMenuViewport: {};
439
424
  NotFoundCard: {};
425
+ NumberField: {};
426
+ NumberFieldController: {};
440
427
  Popover: {};
441
- PopoverAnchor: {};
442
428
  PopoverContent: {};
443
429
  PopoverTrigger: {};
444
- ReactDatePickerInput: {};
445
- ReactSelectInput: {};
430
+ RadioField: {};
431
+ RadioFieldController: {};
432
+ RadioOptionProps: {
433
+ isTypeOnly: true;
434
+ };
446
435
  ScrollArea: {};
447
436
  Select: {};
448
437
  SelectField: {};
449
438
  SelectFieldController: {};
450
- SelectInput: {};
451
439
  SelectOptionProps: {
452
440
  isTypeOnly: true;
453
441
  };
@@ -500,8 +488,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_GENERATED:
500
488
  Textarea: {};
501
489
  TextareaField: {};
502
490
  TextareaFieldController: {};
503
- TextAreaInput: {};
504
- TextInput: {};
505
491
  Toaster: {};
506
492
  Tooltip: {};
507
493
  TooltipContent: {};
@@ -43,10 +43,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
43
43
  AutocompleteValue: {};
44
44
  Badge: {};
45
45
  badgeVariants: {};
46
- BadgeWithIcon: {};
47
- BadgeWithIconProps: {
48
- isTypeOnly: true;
49
- };
50
46
  Breadcrumb: {};
51
47
  BreadcrumbEllipsis: {};
52
48
  BreadcrumbItem: {};
@@ -66,7 +62,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
66
62
  Checkbox: {};
67
63
  CheckboxField: {};
68
64
  CheckboxFieldController: {};
69
- CheckedInput: {};
70
65
  CircularProgress: {};
71
66
  cn: {};
72
67
  Collapsible: {};
@@ -157,10 +152,8 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
157
152
  ItemTitle: {};
158
153
  itemVariants: {};
159
154
  Label: {};
160
- LinkButton: {};
161
155
  Loader: {};
162
156
  mergeRefs: {};
163
- Modal: {};
164
157
  MultiComboboxField: {};
165
158
  MultiComboboxFieldController: {};
166
159
  MultiComboboxFieldProps: {
@@ -178,19 +171,21 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
178
171
  NavigationMenuList: {};
179
172
  NavigationMenuTrigger: {};
180
173
  navigationMenuTriggerStyle: {};
181
- NavigationMenuViewport: {};
182
174
  NotFoundCard: {};
175
+ NumberField: {};
176
+ NumberFieldController: {};
183
177
  Popover: {};
184
- PopoverAnchor: {};
185
178
  PopoverContent: {};
186
179
  PopoverTrigger: {};
187
- ReactDatePickerInput: {};
188
- ReactSelectInput: {};
180
+ RadioField: {};
181
+ RadioFieldController: {};
182
+ RadioOptionProps: {
183
+ isTypeOnly: true;
184
+ };
189
185
  ScrollArea: {};
190
186
  Select: {};
191
187
  SelectField: {};
192
188
  SelectFieldController: {};
193
- SelectInput: {};
194
189
  SelectOptionProps: {
195
190
  isTypeOnly: true;
196
191
  };
@@ -243,8 +238,6 @@ export declare const LOCAL_AUTH_ADMIN_ADMIN_CRUD_MANAGE_ROLES_ACTION_RENDERERS:
243
238
  Textarea: {};
244
239
  TextareaField: {};
245
240
  TextareaFieldController: {};
246
- TextAreaInput: {};
247
- TextInput: {};
248
241
  Toaster: {};
249
242
  Tooltip: {};
250
243
  TooltipContent: {};