@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
@@ -32,10 +32,6 @@ export declare const mainGroup: {
32
32
  AutocompleteValue: {};
33
33
  Badge: {};
34
34
  badgeVariants: {};
35
- BadgeWithIcon: {};
36
- BadgeWithIconProps: {
37
- isTypeOnly: true;
38
- };
39
35
  Breadcrumb: {};
40
36
  BreadcrumbEllipsis: {};
41
37
  BreadcrumbItem: {};
@@ -55,7 +51,6 @@ export declare const mainGroup: {
55
51
  Checkbox: {};
56
52
  CheckboxField: {};
57
53
  CheckboxFieldController: {};
58
- CheckedInput: {};
59
54
  CircularProgress: {};
60
55
  cn: {};
61
56
  Collapsible: {};
@@ -146,10 +141,8 @@ export declare const mainGroup: {
146
141
  ItemTitle: {};
147
142
  itemVariants: {};
148
143
  Label: {};
149
- LinkButton: {};
150
144
  Loader: {};
151
145
  mergeRefs: {};
152
- Modal: {};
153
146
  MultiComboboxField: {};
154
147
  MultiComboboxFieldController: {};
155
148
  MultiComboboxFieldProps: {
@@ -167,19 +160,21 @@ export declare const mainGroup: {
167
160
  NavigationMenuList: {};
168
161
  NavigationMenuTrigger: {};
169
162
  navigationMenuTriggerStyle: {};
170
- NavigationMenuViewport: {};
171
163
  NotFoundCard: {};
164
+ NumberField: {};
165
+ NumberFieldController: {};
172
166
  Popover: {};
173
- PopoverAnchor: {};
174
167
  PopoverContent: {};
175
168
  PopoverTrigger: {};
176
- ReactDatePickerInput: {};
177
- ReactSelectInput: {};
169
+ RadioField: {};
170
+ RadioFieldController: {};
171
+ RadioOptionProps: {
172
+ isTypeOnly: true;
173
+ };
178
174
  ScrollArea: {};
179
175
  Select: {};
180
176
  SelectField: {};
181
177
  SelectFieldController: {};
182
- SelectInput: {};
183
178
  SelectOptionProps: {
184
179
  isTypeOnly: true;
185
180
  };
@@ -232,8 +227,6 @@ export declare const mainGroup: {
232
227
  Textarea: {};
233
228
  TextareaField: {};
234
229
  TextareaFieldController: {};
235
- TextAreaInput: {};
236
- TextInput: {};
237
230
  Toaster: {};
238
231
  Tooltip: {};
239
232
  TooltipContent: {};
@@ -295,10 +288,6 @@ export declare const mainGroup: {
295
288
  AutocompleteValue: {};
296
289
  Badge: {};
297
290
  badgeVariants: {};
298
- BadgeWithIcon: {};
299
- BadgeWithIconProps: {
300
- isTypeOnly: true;
301
- };
302
291
  Breadcrumb: {};
303
292
  BreadcrumbEllipsis: {};
304
293
  BreadcrumbItem: {};
@@ -318,7 +307,6 @@ export declare const mainGroup: {
318
307
  Checkbox: {};
319
308
  CheckboxField: {};
320
309
  CheckboxFieldController: {};
321
- CheckedInput: {};
322
310
  CircularProgress: {};
323
311
  cn: {};
324
312
  Collapsible: {};
@@ -409,10 +397,8 @@ export declare const mainGroup: {
409
397
  ItemTitle: {};
410
398
  itemVariants: {};
411
399
  Label: {};
412
- LinkButton: {};
413
400
  Loader: {};
414
401
  mergeRefs: {};
415
- Modal: {};
416
402
  MultiComboboxField: {};
417
403
  MultiComboboxFieldController: {};
418
404
  MultiComboboxFieldProps: {
@@ -430,19 +416,21 @@ export declare const mainGroup: {
430
416
  NavigationMenuList: {};
431
417
  NavigationMenuTrigger: {};
432
418
  navigationMenuTriggerStyle: {};
433
- NavigationMenuViewport: {};
434
419
  NotFoundCard: {};
420
+ NumberField: {};
421
+ NumberFieldController: {};
435
422
  Popover: {};
436
- PopoverAnchor: {};
437
423
  PopoverContent: {};
438
424
  PopoverTrigger: {};
439
- ReactDatePickerInput: {};
440
- ReactSelectInput: {};
425
+ RadioField: {};
426
+ RadioFieldController: {};
427
+ RadioOptionProps: {
428
+ isTypeOnly: true;
429
+ };
441
430
  ScrollArea: {};
442
431
  Select: {};
443
432
  SelectField: {};
444
433
  SelectFieldController: {};
445
- SelectInput: {};
446
434
  SelectOptionProps: {
447
435
  isTypeOnly: true;
448
436
  };
@@ -495,8 +483,6 @@ export declare const mainGroup: {
495
483
  Textarea: {};
496
484
  TextareaField: {};
497
485
  TextareaFieldController: {};
498
- TextAreaInput: {};
499
- TextInput: {};
500
486
  Toaster: {};
501
487
  Tooltip: {};
502
488
  TooltipContent: {};
@@ -566,10 +552,6 @@ export declare const mainGroup: {
566
552
  AutocompleteValue: {};
567
553
  Badge: {};
568
554
  badgeVariants: {};
569
- BadgeWithIcon: {};
570
- BadgeWithIconProps: {
571
- isTypeOnly: true;
572
- };
573
555
  Breadcrumb: {};
574
556
  BreadcrumbEllipsis: {};
575
557
  BreadcrumbItem: {};
@@ -589,7 +571,6 @@ export declare const mainGroup: {
589
571
  Checkbox: {};
590
572
  CheckboxField: {};
591
573
  CheckboxFieldController: {};
592
- CheckedInput: {};
593
574
  CircularProgress: {};
594
575
  cn: {};
595
576
  Collapsible: {};
@@ -680,10 +661,8 @@ export declare const mainGroup: {
680
661
  ItemTitle: {};
681
662
  itemVariants: {};
682
663
  Label: {};
683
- LinkButton: {};
684
664
  Loader: {};
685
665
  mergeRefs: {};
686
- Modal: {};
687
666
  MultiComboboxField: {};
688
667
  MultiComboboxFieldController: {};
689
668
  MultiComboboxFieldProps: {
@@ -701,19 +680,21 @@ export declare const mainGroup: {
701
680
  NavigationMenuList: {};
702
681
  NavigationMenuTrigger: {};
703
682
  navigationMenuTriggerStyle: {};
704
- NavigationMenuViewport: {};
705
683
  NotFoundCard: {};
684
+ NumberField: {};
685
+ NumberFieldController: {};
706
686
  Popover: {};
707
- PopoverAnchor: {};
708
687
  PopoverContent: {};
709
688
  PopoverTrigger: {};
710
- ReactDatePickerInput: {};
711
- ReactSelectInput: {};
689
+ RadioField: {};
690
+ RadioFieldController: {};
691
+ RadioOptionProps: {
692
+ isTypeOnly: true;
693
+ };
712
694
  ScrollArea: {};
713
695
  Select: {};
714
696
  SelectField: {};
715
697
  SelectFieldController: {};
716
- SelectInput: {};
717
698
  SelectOptionProps: {
718
699
  isTypeOnly: true;
719
700
  };
@@ -766,8 +747,6 @@ export declare const mainGroup: {
766
747
  Textarea: {};
767
748
  TextareaField: {};
768
749
  TextareaFieldController: {};
769
- TextAreaInput: {};
770
- TextInput: {};
771
750
  Toaster: {};
772
751
  Tooltip: {};
773
752
  TooltipContent: {};
@@ -831,10 +810,6 @@ export declare const mainGroup: {
831
810
  AutocompleteValue: {};
832
811
  Badge: {};
833
812
  badgeVariants: {};
834
- BadgeWithIcon: {};
835
- BadgeWithIconProps: {
836
- isTypeOnly: true;
837
- };
838
813
  Breadcrumb: {};
839
814
  BreadcrumbEllipsis: {};
840
815
  BreadcrumbItem: {};
@@ -854,7 +829,6 @@ export declare const mainGroup: {
854
829
  Checkbox: {};
855
830
  CheckboxField: {};
856
831
  CheckboxFieldController: {};
857
- CheckedInput: {};
858
832
  CircularProgress: {};
859
833
  cn: {};
860
834
  Collapsible: {};
@@ -945,10 +919,8 @@ export declare const mainGroup: {
945
919
  ItemTitle: {};
946
920
  itemVariants: {};
947
921
  Label: {};
948
- LinkButton: {};
949
922
  Loader: {};
950
923
  mergeRefs: {};
951
- Modal: {};
952
924
  MultiComboboxField: {};
953
925
  MultiComboboxFieldController: {};
954
926
  MultiComboboxFieldProps: {
@@ -966,19 +938,21 @@ export declare const mainGroup: {
966
938
  NavigationMenuList: {};
967
939
  NavigationMenuTrigger: {};
968
940
  navigationMenuTriggerStyle: {};
969
- NavigationMenuViewport: {};
970
941
  NotFoundCard: {};
942
+ NumberField: {};
943
+ NumberFieldController: {};
971
944
  Popover: {};
972
- PopoverAnchor: {};
973
945
  PopoverContent: {};
974
946
  PopoverTrigger: {};
975
- ReactDatePickerInput: {};
976
- ReactSelectInput: {};
947
+ RadioField: {};
948
+ RadioFieldController: {};
949
+ RadioOptionProps: {
950
+ isTypeOnly: true;
951
+ };
977
952
  ScrollArea: {};
978
953
  Select: {};
979
954
  SelectField: {};
980
955
  SelectFieldController: {};
981
- SelectInput: {};
982
956
  SelectOptionProps: {
983
957
  isTypeOnly: true;
984
958
  };
@@ -1031,8 +1005,6 @@ export declare const mainGroup: {
1031
1005
  Textarea: {};
1032
1006
  TextareaField: {};
1033
1007
  TextareaFieldController: {};
1034
- TextAreaInput: {};
1035
- TextInput: {};
1036
1008
  Toaster: {};
1037
1009
  Tooltip: {};
1038
1010
  TooltipContent: {};
@@ -1094,10 +1066,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1094
1066
  AutocompleteValue: {};
1095
1067
  Badge: {};
1096
1068
  badgeVariants: {};
1097
- BadgeWithIcon: {};
1098
- BadgeWithIconProps: {
1099
- isTypeOnly: true;
1100
- };
1101
1069
  Breadcrumb: {};
1102
1070
  BreadcrumbEllipsis: {};
1103
1071
  BreadcrumbItem: {};
@@ -1117,7 +1085,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1117
1085
  Checkbox: {};
1118
1086
  CheckboxField: {};
1119
1087
  CheckboxFieldController: {};
1120
- CheckedInput: {};
1121
1088
  CircularProgress: {};
1122
1089
  cn: {};
1123
1090
  Collapsible: {};
@@ -1208,10 +1175,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1208
1175
  ItemTitle: {};
1209
1176
  itemVariants: {};
1210
1177
  Label: {};
1211
- LinkButton: {};
1212
1178
  Loader: {};
1213
1179
  mergeRefs: {};
1214
- Modal: {};
1215
1180
  MultiComboboxField: {};
1216
1181
  MultiComboboxFieldController: {};
1217
1182
  MultiComboboxFieldProps: {
@@ -1229,19 +1194,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1229
1194
  NavigationMenuList: {};
1230
1195
  NavigationMenuTrigger: {};
1231
1196
  navigationMenuTriggerStyle: {};
1232
- NavigationMenuViewport: {};
1233
1197
  NotFoundCard: {};
1198
+ NumberField: {};
1199
+ NumberFieldController: {};
1234
1200
  Popover: {};
1235
- PopoverAnchor: {};
1236
1201
  PopoverContent: {};
1237
1202
  PopoverTrigger: {};
1238
- ReactDatePickerInput: {};
1239
- ReactSelectInput: {};
1203
+ RadioField: {};
1204
+ RadioFieldController: {};
1205
+ RadioOptionProps: {
1206
+ isTypeOnly: true;
1207
+ };
1240
1208
  ScrollArea: {};
1241
1209
  Select: {};
1242
1210
  SelectField: {};
1243
1211
  SelectFieldController: {};
1244
- SelectInput: {};
1245
1212
  SelectOptionProps: {
1246
1213
  isTypeOnly: true;
1247
1214
  };
@@ -1294,8 +1261,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1294
1261
  Textarea: {};
1295
1262
  TextareaField: {};
1296
1263
  TextareaFieldController: {};
1297
- TextAreaInput: {};
1298
- TextInput: {};
1299
1264
  Toaster: {};
1300
1265
  Tooltip: {};
1301
1266
  TooltipContent: {};
@@ -1357,10 +1322,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1357
1322
  AutocompleteValue: {};
1358
1323
  Badge: {};
1359
1324
  badgeVariants: {};
1360
- BadgeWithIcon: {};
1361
- BadgeWithIconProps: {
1362
- isTypeOnly: true;
1363
- };
1364
1325
  Breadcrumb: {};
1365
1326
  BreadcrumbEllipsis: {};
1366
1327
  BreadcrumbItem: {};
@@ -1380,7 +1341,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1380
1341
  Checkbox: {};
1381
1342
  CheckboxField: {};
1382
1343
  CheckboxFieldController: {};
1383
- CheckedInput: {};
1384
1344
  CircularProgress: {};
1385
1345
  cn: {};
1386
1346
  Collapsible: {};
@@ -1471,10 +1431,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1471
1431
  ItemTitle: {};
1472
1432
  itemVariants: {};
1473
1433
  Label: {};
1474
- LinkButton: {};
1475
1434
  Loader: {};
1476
1435
  mergeRefs: {};
1477
- Modal: {};
1478
1436
  MultiComboboxField: {};
1479
1437
  MultiComboboxFieldController: {};
1480
1438
  MultiComboboxFieldProps: {
@@ -1492,19 +1450,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1492
1450
  NavigationMenuList: {};
1493
1451
  NavigationMenuTrigger: {};
1494
1452
  navigationMenuTriggerStyle: {};
1495
- NavigationMenuViewport: {};
1496
1453
  NotFoundCard: {};
1454
+ NumberField: {};
1455
+ NumberFieldController: {};
1497
1456
  Popover: {};
1498
- PopoverAnchor: {};
1499
1457
  PopoverContent: {};
1500
1458
  PopoverTrigger: {};
1501
- ReactDatePickerInput: {};
1502
- ReactSelectInput: {};
1459
+ RadioField: {};
1460
+ RadioFieldController: {};
1461
+ RadioOptionProps: {
1462
+ isTypeOnly: true;
1463
+ };
1503
1464
  ScrollArea: {};
1504
1465
  Select: {};
1505
1466
  SelectField: {};
1506
1467
  SelectFieldController: {};
1507
- SelectInput: {};
1508
1468
  SelectOptionProps: {
1509
1469
  isTypeOnly: true;
1510
1470
  };
@@ -1557,8 +1517,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1557
1517
  Textarea: {};
1558
1518
  TextareaField: {};
1559
1519
  TextareaFieldController: {};
1560
- TextAreaInput: {};
1561
- TextInput: {};
1562
1520
  Toaster: {};
1563
1521
  Tooltip: {};
1564
1522
  TooltipContent: {};
@@ -1628,10 +1586,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1628
1586
  AutocompleteValue: {};
1629
1587
  Badge: {};
1630
1588
  badgeVariants: {};
1631
- BadgeWithIcon: {};
1632
- BadgeWithIconProps: {
1633
- isTypeOnly: true;
1634
- };
1635
1589
  Breadcrumb: {};
1636
1590
  BreadcrumbEllipsis: {};
1637
1591
  BreadcrumbItem: {};
@@ -1651,7 +1605,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1651
1605
  Checkbox: {};
1652
1606
  CheckboxField: {};
1653
1607
  CheckboxFieldController: {};
1654
- CheckedInput: {};
1655
1608
  CircularProgress: {};
1656
1609
  cn: {};
1657
1610
  Collapsible: {};
@@ -1742,10 +1695,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1742
1695
  ItemTitle: {};
1743
1696
  itemVariants: {};
1744
1697
  Label: {};
1745
- LinkButton: {};
1746
1698
  Loader: {};
1747
1699
  mergeRefs: {};
1748
- Modal: {};
1749
1700
  MultiComboboxField: {};
1750
1701
  MultiComboboxFieldController: {};
1751
1702
  MultiComboboxFieldProps: {
@@ -1763,19 +1714,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1763
1714
  NavigationMenuList: {};
1764
1715
  NavigationMenuTrigger: {};
1765
1716
  navigationMenuTriggerStyle: {};
1766
- NavigationMenuViewport: {};
1767
1717
  NotFoundCard: {};
1718
+ NumberField: {};
1719
+ NumberFieldController: {};
1768
1720
  Popover: {};
1769
- PopoverAnchor: {};
1770
1721
  PopoverContent: {};
1771
1722
  PopoverTrigger: {};
1772
- ReactDatePickerInput: {};
1773
- ReactSelectInput: {};
1723
+ RadioField: {};
1724
+ RadioFieldController: {};
1725
+ RadioOptionProps: {
1726
+ isTypeOnly: true;
1727
+ };
1774
1728
  ScrollArea: {};
1775
1729
  Select: {};
1776
1730
  SelectField: {};
1777
1731
  SelectFieldController: {};
1778
- SelectInput: {};
1779
1732
  SelectOptionProps: {
1780
1733
  isTypeOnly: true;
1781
1734
  };
@@ -1828,8 +1781,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1828
1781
  Textarea: {};
1829
1782
  TextareaField: {};
1830
1783
  TextareaFieldController: {};
1831
- TextAreaInput: {};
1832
- TextInput: {};
1833
1784
  Toaster: {};
1834
1785
  Tooltip: {};
1835
1786
  TooltipContent: {};
@@ -1893,10 +1844,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1893
1844
  AutocompleteValue: {};
1894
1845
  Badge: {};
1895
1846
  badgeVariants: {};
1896
- BadgeWithIcon: {};
1897
- BadgeWithIconProps: {
1898
- isTypeOnly: true;
1899
- };
1900
1847
  Breadcrumb: {};
1901
1848
  BreadcrumbEllipsis: {};
1902
1849
  BreadcrumbItem: {};
@@ -1916,7 +1863,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
1916
1863
  Checkbox: {};
1917
1864
  CheckboxField: {};
1918
1865
  CheckboxFieldController: {};
1919
- CheckedInput: {};
1920
1866
  CircularProgress: {};
1921
1867
  cn: {};
1922
1868
  Collapsible: {};
@@ -2007,10 +1953,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
2007
1953
  ItemTitle: {};
2008
1954
  itemVariants: {};
2009
1955
  Label: {};
2010
- LinkButton: {};
2011
1956
  Loader: {};
2012
1957
  mergeRefs: {};
2013
- Modal: {};
2014
1958
  MultiComboboxField: {};
2015
1959
  MultiComboboxFieldController: {};
2016
1960
  MultiComboboxFieldProps: {
@@ -2028,19 +1972,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
2028
1972
  NavigationMenuList: {};
2029
1973
  NavigationMenuTrigger: {};
2030
1974
  navigationMenuTriggerStyle: {};
2031
- NavigationMenuViewport: {};
2032
1975
  NotFoundCard: {};
1976
+ NumberField: {};
1977
+ NumberFieldController: {};
2033
1978
  Popover: {};
2034
- PopoverAnchor: {};
2035
1979
  PopoverContent: {};
2036
1980
  PopoverTrigger: {};
2037
- ReactDatePickerInput: {};
2038
- ReactSelectInput: {};
1981
+ RadioField: {};
1982
+ RadioFieldController: {};
1983
+ RadioOptionProps: {
1984
+ isTypeOnly: true;
1985
+ };
2039
1986
  ScrollArea: {};
2040
1987
  Select: {};
2041
1988
  SelectField: {};
2042
1989
  SelectFieldController: {};
2043
- SelectInput: {};
2044
1990
  SelectOptionProps: {
2045
1991
  isTypeOnly: true;
2046
1992
  };
@@ -2093,8 +2039,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
2093
2039
  Textarea: {};
2094
2040
  TextareaField: {};
2095
2041
  TextareaFieldController: {};
2096
- TextAreaInput: {};
2097
- TextInput: {};
2098
2042
  Toaster: {};
2099
2043
  Tooltip: {};
2100
2044
  TooltipContent: {};
@@ -2158,10 +2102,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
2158
2102
  AutocompleteValue: {};
2159
2103
  Badge: {};
2160
2104
  badgeVariants: {};
2161
- BadgeWithIcon: {};
2162
- BadgeWithIconProps: {
2163
- isTypeOnly: true;
2164
- };
2165
2105
  Breadcrumb: {};
2166
2106
  BreadcrumbEllipsis: {};
2167
2107
  BreadcrumbItem: {};
@@ -2181,7 +2121,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
2181
2121
  Checkbox: {};
2182
2122
  CheckboxField: {};
2183
2123
  CheckboxFieldController: {};
2184
- CheckedInput: {};
2185
2124
  CircularProgress: {};
2186
2125
  cn: {};
2187
2126
  Collapsible: {};
@@ -2272,10 +2211,8 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
2272
2211
  ItemTitle: {};
2273
2212
  itemVariants: {};
2274
2213
  Label: {};
2275
- LinkButton: {};
2276
2214
  Loader: {};
2277
2215
  mergeRefs: {};
2278
- Modal: {};
2279
2216
  MultiComboboxField: {};
2280
2217
  MultiComboboxFieldController: {};
2281
2218
  MultiComboboxFieldProps: {
@@ -2293,19 +2230,21 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
2293
2230
  NavigationMenuList: {};
2294
2231
  NavigationMenuTrigger: {};
2295
2232
  navigationMenuTriggerStyle: {};
2296
- NavigationMenuViewport: {};
2297
2233
  NotFoundCard: {};
2234
+ NumberField: {};
2235
+ NumberFieldController: {};
2298
2236
  Popover: {};
2299
- PopoverAnchor: {};
2300
2237
  PopoverContent: {};
2301
2238
  PopoverTrigger: {};
2302
- ReactDatePickerInput: {};
2303
- ReactSelectInput: {};
2239
+ RadioField: {};
2240
+ RadioFieldController: {};
2241
+ RadioOptionProps: {
2242
+ isTypeOnly: true;
2243
+ };
2304
2244
  ScrollArea: {};
2305
2245
  Select: {};
2306
2246
  SelectField: {};
2307
2247
  SelectFieldController: {};
2308
- SelectInput: {};
2309
2248
  SelectOptionProps: {
2310
2249
  isTypeOnly: true;
2311
2250
  };
@@ -2358,8 +2297,6 @@ export declare const AUTH_CORE_AUTH_ROUTES_TEMPLATES: {
2358
2297
  Textarea: {};
2359
2298
  TextareaField: {};
2360
2299
  TextareaFieldController: {};
2361
- TextAreaInput: {};
2362
- TextInput: {};
2363
2300
  Toaster: {};
2364
2301
  Tooltip: {};
2365
2302
  TooltipContent: {};
@@ -68,10 +68,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
68
68
  AutocompleteValue: {};
69
69
  Badge: {};
70
70
  badgeVariants: {};
71
- BadgeWithIcon: {};
72
- BadgeWithIconProps: {
73
- isTypeOnly: true;
74
- };
75
71
  Breadcrumb: {};
76
72
  BreadcrumbEllipsis: {};
77
73
  BreadcrumbItem: {};
@@ -91,7 +87,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
91
87
  Checkbox: {};
92
88
  CheckboxField: {};
93
89
  CheckboxFieldController: {};
94
- CheckedInput: {};
95
90
  CircularProgress: {};
96
91
  cn: {};
97
92
  Collapsible: {};
@@ -182,10 +177,8 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
182
177
  ItemTitle: {};
183
178
  itemVariants: {};
184
179
  Label: {};
185
- LinkButton: {};
186
180
  Loader: {};
187
181
  mergeRefs: {};
188
- Modal: {};
189
182
  MultiComboboxField: {};
190
183
  MultiComboboxFieldController: {};
191
184
  MultiComboboxFieldProps: {
@@ -203,19 +196,21 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
203
196
  NavigationMenuList: {};
204
197
  NavigationMenuTrigger: {};
205
198
  navigationMenuTriggerStyle: {};
206
- NavigationMenuViewport: {};
207
199
  NotFoundCard: {};
200
+ NumberField: {};
201
+ NumberFieldController: {};
208
202
  Popover: {};
209
- PopoverAnchor: {};
210
203
  PopoverContent: {};
211
204
  PopoverTrigger: {};
212
- ReactDatePickerInput: {};
213
- ReactSelectInput: {};
205
+ RadioField: {};
206
+ RadioFieldController: {};
207
+ RadioOptionProps: {
208
+ isTypeOnly: true;
209
+ };
214
210
  ScrollArea: {};
215
211
  Select: {};
216
212
  SelectField: {};
217
213
  SelectFieldController: {};
218
- SelectInput: {};
219
214
  SelectOptionProps: {
220
215
  isTypeOnly: true;
221
216
  };
@@ -268,8 +263,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
268
263
  Textarea: {};
269
264
  TextareaField: {};
270
265
  TextareaFieldController: {};
271
- TextAreaInput: {};
272
- TextInput: {};
273
266
  Toaster: {};
274
267
  Tooltip: {};
275
268
  TooltipContent: {};
@@ -350,10 +343,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
350
343
  AutocompleteValue: {};
351
344
  Badge: {};
352
345
  badgeVariants: {};
353
- BadgeWithIcon: {};
354
- BadgeWithIconProps: {
355
- isTypeOnly: true;
356
- };
357
346
  Breadcrumb: {};
358
347
  BreadcrumbEllipsis: {};
359
348
  BreadcrumbItem: {};
@@ -373,7 +362,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
373
362
  Checkbox: {};
374
363
  CheckboxField: {};
375
364
  CheckboxFieldController: {};
376
- CheckedInput: {};
377
365
  CircularProgress: {};
378
366
  cn: {};
379
367
  Collapsible: {};
@@ -464,10 +452,8 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
464
452
  ItemTitle: {};
465
453
  itemVariants: {};
466
454
  Label: {};
467
- LinkButton: {};
468
455
  Loader: {};
469
456
  mergeRefs: {};
470
- Modal: {};
471
457
  MultiComboboxField: {};
472
458
  MultiComboboxFieldController: {};
473
459
  MultiComboboxFieldProps: {
@@ -485,19 +471,21 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
485
471
  NavigationMenuList: {};
486
472
  NavigationMenuTrigger: {};
487
473
  navigationMenuTriggerStyle: {};
488
- NavigationMenuViewport: {};
489
474
  NotFoundCard: {};
475
+ NumberField: {};
476
+ NumberFieldController: {};
490
477
  Popover: {};
491
- PopoverAnchor: {};
492
478
  PopoverContent: {};
493
479
  PopoverTrigger: {};
494
- ReactDatePickerInput: {};
495
- ReactSelectInput: {};
480
+ RadioField: {};
481
+ RadioFieldController: {};
482
+ RadioOptionProps: {
483
+ isTypeOnly: true;
484
+ };
496
485
  ScrollArea: {};
497
486
  Select: {};
498
487
  SelectField: {};
499
488
  SelectFieldController: {};
500
- SelectInput: {};
501
489
  SelectOptionProps: {
502
490
  isTypeOnly: true;
503
491
  };
@@ -550,8 +538,6 @@ export declare const LOCAL_AUTH_CORE_REACT_SESSION_GENERATED: {
550
538
  Textarea: {};
551
539
  TextareaField: {};
552
540
  TextareaFieldController: {};
553
- TextAreaInput: {};
554
- TextInput: {};
555
541
  Toaster: {};
556
542
  Tooltip: {};
557
543
  TooltipContent: {};