zudoku 0.53.5 → 0.54.0

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 (201) hide show
  1. package/dist/config/config.d.ts +1 -0
  2. package/dist/config/validators/InputNavigationSchema.d.ts +254 -158
  3. package/dist/config/validators/InputNavigationSchema.js +4 -1
  4. package/dist/config/validators/InputNavigationSchema.js.map +1 -1
  5. package/dist/config/validators/ProtectedRoutesSchema.d.ts +12 -0
  6. package/dist/config/validators/ProtectedRoutesSchema.js +19 -0
  7. package/dist/config/validators/ProtectedRoutesSchema.js.map +1 -0
  8. package/dist/config/validators/icon-types.d.ts +1 -1
  9. package/dist/config/validators/icon-types.js +16 -0
  10. package/dist/config/validators/icon-types.js.map +1 -1
  11. package/dist/config/validators/validate.d.ts +32 -19
  12. package/dist/config/validators/validate.js +6 -2
  13. package/dist/config/validators/validate.js.map +1 -1
  14. package/dist/lib/authentication/components/CallbackHandler.js +11 -9
  15. package/dist/lib/authentication/components/CallbackHandler.js.map +1 -1
  16. package/dist/lib/authentication/components/OAuthErrorPage.d.ts +3 -0
  17. package/dist/lib/authentication/components/OAuthErrorPage.js +99 -0
  18. package/dist/lib/authentication/components/OAuthErrorPage.js.map +1 -0
  19. package/dist/lib/authentication/errors.d.ts +6 -12
  20. package/dist/lib/authentication/errors.js +2 -1
  21. package/dist/lib/authentication/errors.js.map +1 -1
  22. package/dist/lib/authentication/hook.d.ts +1 -0
  23. package/dist/lib/authentication/hook.js.map +1 -1
  24. package/dist/lib/authentication/providers/azureb2c.js +4 -2
  25. package/dist/lib/authentication/providers/azureb2c.js.map +1 -1
  26. package/dist/lib/authentication/providers/clerk.js +4 -2
  27. package/dist/lib/authentication/providers/clerk.js.map +1 -1
  28. package/dist/lib/authentication/providers/openid.js +3 -1
  29. package/dist/lib/authentication/providers/openid.js.map +1 -1
  30. package/dist/lib/components/Heading.js +1 -1
  31. package/dist/lib/components/Heading.js.map +1 -1
  32. package/dist/lib/components/MobileTopNavigation.js +5 -3
  33. package/dist/lib/components/MobileTopNavigation.js.map +1 -1
  34. package/dist/lib/components/TopNavigation.js +4 -3
  35. package/dist/lib/components/TopNavigation.js.map +1 -1
  36. package/dist/lib/components/context/ZudokuContext.js +21 -13
  37. package/dist/lib/components/context/ZudokuContext.js.map +1 -1
  38. package/dist/lib/components/navigation/NavigationItem.d.ts +1 -1
  39. package/dist/lib/components/navigation/NavigationItem.js +8 -1
  40. package/dist/lib/components/navigation/NavigationItem.js.map +1 -1
  41. package/dist/lib/components/navigation/utils.d.ts +3 -1
  42. package/dist/lib/components/navigation/utils.js +6 -3
  43. package/dist/lib/components/navigation/utils.js.map +1 -1
  44. package/dist/lib/core/RouteGuard.js +9 -9
  45. package/dist/lib/core/RouteGuard.js.map +1 -1
  46. package/dist/lib/core/ZudokuContext.d.ts +2 -1
  47. package/dist/lib/core/ZudokuContext.js +13 -1
  48. package/dist/lib/core/ZudokuContext.js.map +1 -1
  49. package/dist/lib/core/plugins.d.ts +2 -1
  50. package/dist/lib/core/plugins.js.map +1 -1
  51. package/dist/lib/plugins/api-keys/CreateApiKey.js +7 -3
  52. package/dist/lib/plugins/api-keys/CreateApiKey.js.map +1 -1
  53. package/dist/lib/plugins/api-keys/SettingsApiKeys.js +3 -1
  54. package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
  55. package/dist/lib/plugins/api-keys/index.d.ts +1 -0
  56. package/dist/lib/plugins/api-keys/index.js +3 -7
  57. package/dist/lib/plugins/api-keys/index.js.map +1 -1
  58. package/dist/lib/plugins/openapi/graphql/gql.d.ts +1 -1
  59. package/dist/lib/plugins/openapi/graphql/gql.js +1 -1
  60. package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
  61. package/dist/lib/plugins/openapi/graphql/graphql.d.ts +1 -0
  62. package/dist/lib/plugins/openapi/graphql/graphql.js +1 -0
  63. package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
  64. package/dist/lib/plugins/openapi/index.js +42 -10
  65. package/dist/lib/plugins/openapi/index.js.map +1 -1
  66. package/dist/lib/ui/ActionButton.js +1 -1
  67. package/dist/lib/ui/ActionButton.js.map +1 -1
  68. package/dist/lib/ui/Badge.d.ts +1 -1
  69. package/dist/lib/ui/Button.d.ts +2 -2
  70. package/dist/lib/ui/Command.d.ts +1 -1
  71. package/dist/lib/util/invariant.d.ts +6 -5
  72. package/dist/lib/util/invariant.js +1 -1
  73. package/dist/lib/util/invariant.js.map +1 -1
  74. package/dist/vite/dev-server.js +1 -1
  75. package/dist/vite/dev-server.js.map +1 -1
  76. package/dist/vite/plugin-docs.js +15 -10
  77. package/dist/vite/plugin-docs.js.map +1 -1
  78. package/dist/vite/prerender/worker.js +5 -1
  79. package/dist/vite/prerender/worker.js.map +1 -1
  80. package/dist/vite/shadcn-registry.d.ts +8 -8
  81. package/lib/{Command-C9AC5cf-.js → Command-BYukybsa.js} +2 -2
  82. package/lib/{Command-C9AC5cf-.js.map → Command-BYukybsa.js.map} +1 -1
  83. package/lib/{Dialog-DMWw1doX.js → Dialog-u9Uz9sTt.js} +4 -4
  84. package/lib/{Dialog-DMWw1doX.js.map → Dialog-u9Uz9sTt.js.map} +1 -1
  85. package/lib/{MdxPage-DVI4iYgW.js → MdxPage-Bsko6_kb.js} +11 -11
  86. package/lib/{MdxPage-DVI4iYgW.js.map → MdxPage-Bsko6_kb.js.map} +1 -1
  87. package/lib/OAuthErrorPage-DJzGiIBt.js +150 -0
  88. package/lib/OAuthErrorPage-DJzGiIBt.js.map +1 -0
  89. package/lib/{OasProvider-CbwsKPNc.js → OasProvider-DQQRt3oS.js} +3 -3
  90. package/lib/{OasProvider-CbwsKPNc.js.map → OasProvider-DQQRt3oS.js.map} +1 -1
  91. package/lib/{OperationList-Bn9ggxw8.js → OperationList-DpmkHf26.js} +45 -43
  92. package/lib/{OperationList-Bn9ggxw8.js.map → OperationList-DpmkHf26.js.map} +1 -1
  93. package/lib/{Pagination-bavPec-z.js → Pagination-kqFNgtnI.js} +3 -3
  94. package/lib/{Pagination-bavPec-z.js.map → Pagination-kqFNgtnI.js.map} +1 -1
  95. package/lib/{RouteGuard-Vnlz_t51.js → RouteGuard-0wPUKdxJ.js} +166 -165
  96. package/lib/{RouteGuard-Vnlz_t51.js.map → RouteGuard-0wPUKdxJ.js.map} +1 -1
  97. package/lib/{SchemaList-DETyCVqu.js → SchemaList-DS-pMd6B.js} +8 -8
  98. package/lib/{SchemaList-DETyCVqu.js.map → SchemaList-DS-pMd6B.js.map} +1 -1
  99. package/lib/{SchemaView-Dvxo2RNe.js → SchemaView-BnN6WHjw.js} +4 -4
  100. package/lib/{SchemaView-Dvxo2RNe.js.map → SchemaView-BnN6WHjw.js.map} +1 -1
  101. package/lib/Select-BmTTKNPp.js +273 -0
  102. package/lib/Select-BmTTKNPp.js.map +1 -0
  103. package/lib/{SignUp-ClYhZq9H.js → SignUp-BwOSCD-6.js} +9 -9
  104. package/lib/{SignUp-ClYhZq9H.js.map → SignUp-BwOSCD-6.js.map} +1 -1
  105. package/lib/{Slot-B31yZlfB.js → Slot-DAyXieeZ.js} +1352 -1349
  106. package/lib/{Slot-B31yZlfB.js.map → Slot-DAyXieeZ.js.map} +1 -1
  107. package/lib/{SyntaxHighlight-bm761HDo.js → SyntaxHighlight-BMKR4pl6.js} +3 -3
  108. package/lib/{SyntaxHighlight-bm761HDo.js.map → SyntaxHighlight-BMKR4pl6.js.map} +1 -1
  109. package/lib/{Toc-D4oBWE8D.js → Toc-BKDRCQzU.js} +2 -2
  110. package/lib/{Toc-D4oBWE8D.js.map → Toc-BKDRCQzU.js.map} +1 -1
  111. package/lib/ZudokuContext-CLl5w57E.js +1278 -0
  112. package/lib/ZudokuContext-CLl5w57E.js.map +1 -0
  113. package/lib/{chunk-DQRVZFIR-DHK7_Ilc.js → chunk-QMGIS6GS-CEOk3lro.js} +3 -3
  114. package/lib/chunk-QMGIS6GS-CEOk3lro.js.map +1 -0
  115. package/lib/{circular-CRbFI6Zl.js → circular-8GWQDvCW.js} +2 -2
  116. package/lib/{circular-CRbFI6Zl.js.map → circular-8GWQDvCW.js.map} +1 -1
  117. package/lib/{createServer-DNyGJJNX.js → createServer-BsezSzvV.js} +5 -5
  118. package/lib/{createServer-DNyGJJNX.js.map → createServer-BsezSzvV.js.map} +1 -1
  119. package/lib/{errors-C1GlNcV3.js → errors-Cs7hKmdL.js} +11 -10
  120. package/lib/errors-Cs7hKmdL.js.map +1 -0
  121. package/lib/hook-DbUCLQNg.js +247 -0
  122. package/lib/hook-DbUCLQNg.js.map +1 -0
  123. package/lib/{index-D09PbNex.js → index-A5Qdwj1B.js} +1521 -1420
  124. package/lib/index-A5Qdwj1B.js.map +1 -0
  125. package/lib/{index-C_PXQ8Bx.js → index-Bg7Js3jB.js} +832 -912
  126. package/lib/index-Bg7Js3jB.js.map +1 -0
  127. package/lib/{index-CZTEgYDd.js → index-BkW9tJ6j.js} +2 -2
  128. package/lib/{index-CZTEgYDd.js.map → index-BkW9tJ6j.js.map} +1 -1
  129. package/lib/index.esm-CdzlRw50.js +1254 -0
  130. package/lib/index.esm-CdzlRw50.js.map +1 -0
  131. package/lib/{invariant-DAFpPywt.js → invariant-Bm-FVUQE.js} +2 -6
  132. package/lib/invariant-Bm-FVUQE.js.map +1 -0
  133. package/lib/ui/ActionButton.js +9 -9
  134. package/lib/ui/ActionButton.js.map +1 -1
  135. package/lib/ui/Command.js +1 -1
  136. package/lib/ui/Form.js +1 -1
  137. package/lib/ui/SyntaxHighlight.js +3 -3
  138. package/lib/{useExposedProps-BIYjecPD.js → useExposedProps-KcgXHKeE.js} +2 -2
  139. package/lib/{useExposedProps-BIYjecPD.js.map → useExposedProps-KcgXHKeE.js.map} +1 -1
  140. package/lib/zudoku.auth-auth0.js +1 -1
  141. package/lib/zudoku.auth-azureb2c.js +25 -17
  142. package/lib/zudoku.auth-azureb2c.js.map +1 -1
  143. package/lib/zudoku.auth-clerk.js +24 -21
  144. package/lib/zudoku.auth-clerk.js.map +1 -1
  145. package/lib/zudoku.auth-openid.js +213 -205
  146. package/lib/zudoku.auth-openid.js.map +1 -1
  147. package/lib/zudoku.auth-supabase.js +2 -2
  148. package/lib/zudoku.components.js +29 -28
  149. package/lib/zudoku.components.js.map +1 -1
  150. package/lib/zudoku.hooks.js +16 -15
  151. package/lib/zudoku.hooks.js.map +1 -1
  152. package/lib/zudoku.plugin-api-catalog.js +26 -25
  153. package/lib/zudoku.plugin-api-catalog.js.map +1 -1
  154. package/lib/zudoku.plugin-api-keys.js +404 -289
  155. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  156. package/lib/zudoku.plugin-custom-pages.js +1 -1
  157. package/lib/zudoku.plugin-markdown.js +1 -1
  158. package/lib/zudoku.plugin-openapi.js +7 -6
  159. package/lib/zudoku.plugin-openapi.js.map +1 -1
  160. package/lib/zudoku.plugin-redirect.js +1 -1
  161. package/lib/zudoku.plugin-search-pagefind.js +28 -27
  162. package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
  163. package/lib/zudoku.plugins.js.map +1 -1
  164. package/package.json +8 -8
  165. package/src/lib/authentication/components/CallbackHandler.tsx +22 -15
  166. package/src/lib/authentication/components/OAuthErrorPage.tsx +171 -0
  167. package/src/lib/authentication/errors.ts +27 -13
  168. package/src/lib/authentication/hook.ts +2 -0
  169. package/src/lib/authentication/providers/azureb2c.tsx +8 -3
  170. package/src/lib/authentication/providers/clerk.tsx +4 -1
  171. package/src/lib/authentication/providers/openid.tsx +7 -1
  172. package/src/lib/components/Heading.tsx +1 -1
  173. package/src/lib/components/MobileTopNavigation.tsx +6 -3
  174. package/src/lib/components/TopNavigation.tsx +4 -4
  175. package/src/lib/components/context/ZudokuContext.ts +25 -18
  176. package/src/lib/components/navigation/NavigationItem.tsx +9 -1
  177. package/src/lib/components/navigation/utils.ts +9 -3
  178. package/src/lib/core/RouteGuard.tsx +13 -13
  179. package/src/lib/core/ZudokuContext.ts +18 -5
  180. package/src/lib/core/plugins.ts +2 -1
  181. package/src/lib/plugins/api-keys/CreateApiKey.tsx +12 -1
  182. package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +24 -4
  183. package/src/lib/plugins/api-keys/index.tsx +7 -8
  184. package/src/lib/plugins/openapi/graphql/gql.ts +3 -3
  185. package/src/lib/plugins/openapi/graphql/graphql.ts +2 -0
  186. package/src/lib/plugins/openapi/index.tsx +66 -16
  187. package/src/lib/ui/ActionButton.tsx +3 -1
  188. package/src/lib/util/invariant.ts +7 -5
  189. package/lib/Alert-CWApD0CL.js +0 -161
  190. package/lib/Alert-CWApD0CL.js.map +0 -1
  191. package/lib/CallbackHandler-Dr5Lva9x.js +0 -38
  192. package/lib/CallbackHandler-Dr5Lva9x.js.map +0 -1
  193. package/lib/chunk-DQRVZFIR-DHK7_Ilc.js.map +0 -1
  194. package/lib/errors-C1GlNcV3.js.map +0 -1
  195. package/lib/hook-CZjW2buS.js +0 -1510
  196. package/lib/hook-CZjW2buS.js.map +0 -1
  197. package/lib/index-C_PXQ8Bx.js.map +0 -1
  198. package/lib/index-D09PbNex.js.map +0 -1
  199. package/lib/index.esm-Cp4wkyud.js +0 -1236
  200. package/lib/index.esm-Cp4wkyud.js.map +0 -1
  201. package/lib/invariant-DAFpPywt.js.map +0 -1
@@ -1,15 +1,23 @@
1
1
  import { z } from "zod/v4";
2
+ import type { UseAuthReturn } from "../../lib/authentication/hook.js";
3
+ import type { ZudokuContext } from "../../lib/core/ZudokuContext.js";
2
4
  declare const InputNavigationCategoryLinkDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
3
5
  type: z.ZodLiteral<"doc">;
4
6
  file: z.ZodString;
5
7
  label: z.ZodOptional<z.ZodString>;
6
8
  }, z.core.$strip>]>;
7
- export declare const DisplaySchema: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
9
+ export declare const DisplaySchema: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
10
+ hide: "hide";
11
+ always: "always";
8
12
  auth: "auth";
9
13
  anon: "anon";
10
- always: "always";
11
- hide: "hide";
12
- }>>>;
14
+ }>, z.ZodCustom<(params: {
15
+ context: ZudokuContext;
16
+ auth: UseAuthReturn;
17
+ }) => boolean, (params: {
18
+ context: ZudokuContext;
19
+ auth: UseAuthReturn;
20
+ }) => boolean>]>>>;
13
21
  declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
14
22
  type: z.ZodLiteral<"doc">;
15
23
  file: z.ZodString;
@@ -43,6 +51,36 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
43
51
  play: "play";
44
52
  scroll: "scroll";
45
53
  merge: "merge";
54
+ code: "code";
55
+ check: "check";
56
+ ghost: "ghost";
57
+ expand: "expand";
58
+ send: "send";
59
+ grid: "grid";
60
+ group: "group";
61
+ heading: "heading";
62
+ menu: "menu";
63
+ navigation: "navigation";
64
+ option: "option";
65
+ presentation: "presentation";
66
+ radio: "radio";
67
+ table: "table";
68
+ timer: "timer";
69
+ text: "text";
70
+ mouse: "mouse";
71
+ pen: "pen";
72
+ section: "section";
73
+ video: "video";
74
+ circle: "circle";
75
+ image: "image";
76
+ view: "view";
77
+ move: "move";
78
+ container: "container";
79
+ target: "target";
80
+ radius: "radius";
81
+ scale: "scale";
82
+ x: "x";
83
+ wheat: "wheat";
46
84
  "a-arrow-down": "a-arrow-down";
47
85
  "a-arrow-up": "a-arrow-up";
48
86
  "a-large-small": "a-large-small";
@@ -204,6 +242,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
204
242
  "badge-percent": "badge-percent";
205
243
  "badge-plus": "badge-plus";
206
244
  "badge-pound-sterling": "badge-pound-sterling";
245
+ "badge-question-mark": "badge-question-mark";
207
246
  "badge-russian-ruble": "badge-russian-ruble";
208
247
  "badge-swiss-franc": "badge-swiss-franc";
209
248
  "badge-x": "badge-x";
@@ -223,6 +262,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
223
262
  "bar-chart-horizontal": "bar-chart-horizontal";
224
263
  "bar-chart-horizontal-big": "bar-chart-horizontal-big";
225
264
  barcode: "barcode";
265
+ barrel: "barrel";
226
266
  baseline: "baseline";
227
267
  bath: "bath";
228
268
  battery: "battery";
@@ -305,6 +345,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
305
345
  bot: "bot";
306
346
  "bot-message-square": "bot-message-square";
307
347
  "bot-off": "bot-off";
348
+ "bottle-wine": "bottle-wine";
308
349
  "bow-arrow": "bow-arrow";
309
350
  box: "box";
310
351
  "box-select": "box-select";
@@ -403,7 +444,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
403
444
  "chart-pie": "chart-pie";
404
445
  "chart-scatter": "chart-scatter";
405
446
  "chart-spline": "chart-spline";
406
- check: "check";
407
447
  "check-check": "check-check";
408
448
  "check-circle": "check-circle";
409
449
  "check-circle-2": "check-circle-2";
@@ -439,7 +479,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
439
479
  church: "church";
440
480
  cigarette: "cigarette";
441
481
  "cigarette-off": "cigarette-off";
442
- circle: "circle";
443
482
  "circle-alert": "circle-alert";
444
483
  "circle-arrow-down": "circle-arrow-down";
445
484
  "circle-arrow-left": "circle-arrow-left";
@@ -476,6 +515,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
476
515
  "circle-plus": "circle-plus";
477
516
  "circle-pound-sterling": "circle-pound-sterling";
478
517
  "circle-power": "circle-power";
518
+ "circle-question-mark": "circle-question-mark";
479
519
  "circle-slash": "circle-slash";
480
520
  "circle-slash-2": "circle-slash-2";
481
521
  "circle-slashed": "circle-slashed";
@@ -539,7 +579,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
539
579
  cloudy: "cloudy";
540
580
  clover: "clover";
541
581
  club: "club";
542
- code: "code";
543
582
  "code-2": "code-2";
544
583
  "code-square": "code-square";
545
584
  "code-xml": "code-xml";
@@ -564,7 +603,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
564
603
  construction: "construction";
565
604
  "contact-2": "contact-2";
566
605
  "contact-round": "contact-round";
567
- container: "container";
568
606
  contrast: "contrast";
569
607
  "cooking-pot": "cooking-pot";
570
608
  "copy-check": "copy-check";
@@ -639,6 +677,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
639
677
  drama: "drama";
640
678
  dribbble: "dribbble";
641
679
  drill: "drill";
680
+ drone: "drone";
642
681
  droplet: "droplet";
643
682
  "droplet-off": "droplet-off";
644
683
  droplets: "droplets";
@@ -665,7 +704,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
665
704
  eraser: "eraser";
666
705
  "ethernet-port": "ethernet-port";
667
706
  euro: "euro";
668
- expand: "expand";
669
707
  "external-link": "external-link";
670
708
  eye: "eye";
671
709
  "eye-closed": "eye-closed";
@@ -723,6 +761,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
723
761
  "file-plus": "file-plus";
724
762
  "file-plus-2": "file-plus-2";
725
763
  "file-question": "file-question";
764
+ "file-question-mark": "file-question-mark";
726
765
  "file-scan": "file-scan";
727
766
  "file-search": "file-search";
728
767
  "file-search-2": "file-search-2";
@@ -832,7 +871,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
832
871
  "gauge-circle": "gauge-circle";
833
872
  gavel: "gavel";
834
873
  gem: "gem";
835
- ghost: "ghost";
874
+ "georgian-lari": "georgian-lari";
836
875
  gift: "gift";
837
876
  "git-branch": "git-branch";
838
877
  "git-branch-plus": "git-branch-plus";
@@ -862,7 +901,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
862
901
  grab: "grab";
863
902
  "graduation-cap": "graduation-cap";
864
903
  grape: "grape";
865
- grid: "grid";
866
904
  "grid-2-x-2": "grid-2-x-2";
867
905
  "grid-2-x-2-check": "grid-2-x-2-check";
868
906
  "grid-2-x-2-plus": "grid-2-x-2-plus";
@@ -877,7 +915,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
877
915
  grip: "grip";
878
916
  "grip-horizontal": "grip-horizontal";
879
917
  "grip-vertical": "grip-vertical";
880
- group: "group";
881
918
  guitar: "guitar";
882
919
  ham: "ham";
883
920
  hamburger: "hamburger";
@@ -896,7 +933,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
896
933
  hash: "hash";
897
934
  haze: "haze";
898
935
  "hdmi-port": "hdmi-port";
899
- heading: "heading";
900
936
  "heading-1": "heading-1";
901
937
  "heading-2": "heading-2";
902
938
  "heading-3": "heading-3";
@@ -935,7 +971,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
935
971
  "ice-cream-cone": "ice-cream-cone";
936
972
  "id-card": "id-card";
937
973
  "id-card-lanyard": "id-card-lanyard";
938
- image: "image";
939
974
  "image-down": "image-down";
940
975
  "image-minus": "image-minus";
941
976
  "image-off": "image-off";
@@ -1005,6 +1040,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1005
1040
  lightbulb: "lightbulb";
1006
1041
  "lightbulb-off": "lightbulb-off";
1007
1042
  "line-chart": "line-chart";
1043
+ "line-squiggle": "line-squiggle";
1008
1044
  "link-2": "link-2";
1009
1045
  "link-2-off": "link-2-off";
1010
1046
  linkedin: "linkedin";
@@ -1049,6 +1085,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1049
1085
  "mail-open": "mail-open";
1050
1086
  "mail-plus": "mail-plus";
1051
1087
  "mail-question": "mail-question";
1088
+ "mail-question-mark": "mail-question-mark";
1052
1089
  "mail-search": "mail-search";
1053
1090
  "mail-warning": "mail-warning";
1054
1091
  "mail-x": "mail-x";
@@ -1077,7 +1114,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1077
1114
  "megaphone-off": "megaphone-off";
1078
1115
  meh: "meh";
1079
1116
  "memory-stick": "memory-stick";
1080
- menu: "menu";
1081
1117
  "menu-square": "menu-square";
1082
1118
  "message-circle": "message-circle";
1083
1119
  "message-circle-code": "message-circle-code";
@@ -1087,6 +1123,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1087
1123
  "message-circle-off": "message-circle-off";
1088
1124
  "message-circle-plus": "message-circle-plus";
1089
1125
  "message-circle-question": "message-circle-question";
1126
+ "message-circle-question-mark": "message-circle-question-mark";
1090
1127
  "message-circle-reply": "message-circle-reply";
1091
1128
  "message-circle-warning": "message-circle-warning";
1092
1129
  "message-circle-x": "message-circle-x";
@@ -1141,14 +1178,12 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1141
1178
  "more-vertical": "more-vertical";
1142
1179
  mountain: "mountain";
1143
1180
  "mountain-snow": "mountain-snow";
1144
- mouse: "mouse";
1145
1181
  "mouse-off": "mouse-off";
1146
1182
  "mouse-pointer": "mouse-pointer";
1147
1183
  "mouse-pointer-2": "mouse-pointer-2";
1148
1184
  "mouse-pointer-ban": "mouse-pointer-ban";
1149
1185
  "mouse-pointer-click": "mouse-pointer-click";
1150
1186
  "mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
1151
- move: "move";
1152
1187
  "move-3-d": "move-3-d";
1153
1188
  "move-3d": "move-3d";
1154
1189
  "move-diagonal": "move-diagonal";
@@ -1167,7 +1202,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1167
1202
  "music-2": "music-2";
1168
1203
  "music-3": "music-3";
1169
1204
  "music-4": "music-4";
1170
- navigation: "navigation";
1171
1205
  "navigation-2": "navigation-2";
1172
1206
  "navigation-2-off": "navigation-2-off";
1173
1207
  "navigation-off": "navigation-off";
@@ -1189,7 +1223,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1189
1223
  "octagon-pause": "octagon-pause";
1190
1224
  "octagon-x": "octagon-x";
1191
1225
  omega: "omega";
1192
- option: "option";
1193
1226
  orbit: "orbit";
1194
1227
  origami: "origami";
1195
1228
  outdent: "outdent";
@@ -1246,7 +1279,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1246
1279
  "pause-octagon": "pause-octagon";
1247
1280
  "paw-print": "paw-print";
1248
1281
  "pc-case": "pc-case";
1249
- pen: "pen";
1250
1282
  "pen-box": "pen-box";
1251
1283
  "pen-line": "pen-line";
1252
1284
  "pen-off": "pen-off";
@@ -1312,7 +1344,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1312
1344
  "power-circle": "power-circle";
1313
1345
  "power-off": "power-off";
1314
1346
  "power-square": "power-square";
1315
- presentation: "presentation";
1316
1347
  printer: "printer";
1317
1348
  "printer-check": "printer-check";
1318
1349
  projector: "projector";
@@ -1325,10 +1356,8 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1325
1356
  radar: "radar";
1326
1357
  radiation: "radiation";
1327
1358
  radical: "radical";
1328
- radio: "radio";
1329
1359
  "radio-receiver": "radio-receiver";
1330
1360
  "radio-tower": "radio-tower";
1331
- radius: "radius";
1332
1361
  "rail-symbol": "rail-symbol";
1333
1362
  rainbow: "rainbow";
1334
1363
  rat: "rat";
@@ -1395,7 +1424,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1395
1424
  save: "save";
1396
1425
  "save-all": "save-all";
1397
1426
  "save-off": "save-off";
1398
- scale: "scale";
1399
1427
  "scale-3-d": "scale-3-d";
1400
1428
  "scale-3d": "scale-3d";
1401
1429
  scaling: "scaling";
@@ -1422,8 +1450,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1422
1450
  "search-code": "search-code";
1423
1451
  "search-slash": "search-slash";
1424
1452
  "search-x": "search-x";
1425
- section: "section";
1426
- send: "send";
1427
1453
  "send-horizonal": "send-horizonal";
1428
1454
  "send-horizontal": "send-horizontal";
1429
1455
  "send-to-back": "send-to-back";
@@ -1450,6 +1476,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1450
1476
  "shield-off": "shield-off";
1451
1477
  "shield-plus": "shield-plus";
1452
1478
  "shield-question": "shield-question";
1479
+ "shield-question-mark": "shield-question-mark";
1453
1480
  "shield-user": "shield-user";
1454
1481
  "shield-x": "shield-x";
1455
1482
  ship: "ship";
@@ -1512,6 +1539,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1512
1539
  "spline-pointer": "spline-pointer";
1513
1540
  "split-square-horizontal": "split-square-horizontal";
1514
1541
  "split-square-vertical": "split-square-vertical";
1542
+ spool: "spool";
1515
1543
  "spray-can": "spray-can";
1516
1544
  sprout: "sprout";
1517
1545
  square: "square";
@@ -1582,6 +1610,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1582
1610
  "squares-subtract": "squares-subtract";
1583
1611
  "squares-unite": "squares-unite";
1584
1612
  squircle: "squircle";
1613
+ "squircle-dashed": "squircle-dashed";
1585
1614
  squirrel: "squirrel";
1586
1615
  stamp: "stamp";
1587
1616
  star: "star";
@@ -1614,7 +1643,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1614
1643
  sword: "sword";
1615
1644
  swords: "swords";
1616
1645
  syringe: "syringe";
1617
- table: "table";
1618
1646
  "table-2": "table-2";
1619
1647
  "table-cells-merge": "table-cells-merge";
1620
1648
  "table-cells-split": "table-cells-split";
@@ -1632,7 +1660,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1632
1660
  "tally-4": "tally-4";
1633
1661
  "tally-5": "tally-5";
1634
1662
  tangent: "tangent";
1635
- target: "target";
1636
1663
  telescope: "telescope";
1637
1664
  tent: "tent";
1638
1665
  "tent-tree": "tent-tree";
@@ -1642,7 +1669,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1642
1669
  "test-tube-2": "test-tube-2";
1643
1670
  "test-tube-diagonal": "test-tube-diagonal";
1644
1671
  "test-tubes": "test-tubes";
1645
- text: "text";
1646
1672
  "text-cursor": "text-cursor";
1647
1673
  "text-cursor-input": "text-cursor-input";
1648
1674
  "text-quote": "text-quote";
@@ -1664,12 +1690,12 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1664
1690
  "ticket-x": "ticket-x";
1665
1691
  tickets: "tickets";
1666
1692
  "tickets-plane": "tickets-plane";
1667
- timer: "timer";
1668
1693
  "timer-off": "timer-off";
1669
1694
  "timer-reset": "timer-reset";
1670
1695
  "toggle-left": "toggle-left";
1671
1696
  "toggle-right": "toggle-right";
1672
1697
  toilet: "toilet";
1698
+ "tool-case": "tool-case";
1673
1699
  tornado: "tornado";
1674
1700
  torus: "torus";
1675
1701
  touchpad: "touchpad";
@@ -1762,6 +1788,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1762
1788
  "utility-pole": "utility-pole";
1763
1789
  variable: "variable";
1764
1790
  vault: "vault";
1791
+ "vector-square": "vector-square";
1765
1792
  vegan: "vegan";
1766
1793
  "venetian-mask": "venetian-mask";
1767
1794
  venus: "venus";
@@ -1769,10 +1796,8 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1769
1796
  verified: "verified";
1770
1797
  vibrate: "vibrate";
1771
1798
  "vibrate-off": "vibrate-off";
1772
- video: "video";
1773
1799
  "video-off": "video-off";
1774
1800
  videotape: "videotape";
1775
- view: "view";
1776
1801
  voicemail: "voicemail";
1777
1802
  volleyball: "volleyball";
1778
1803
  volume: "volume";
@@ -1799,10 +1824,10 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1799
1824
  webhook: "webhook";
1800
1825
  "webhook-off": "webhook-off";
1801
1826
  weight: "weight";
1802
- wheat: "wheat";
1803
1827
  "wheat-off": "wheat-off";
1804
1828
  "whole-word": "whole-word";
1805
1829
  wifi: "wifi";
1830
+ "wifi-cog": "wifi-cog";
1806
1831
  "wifi-high": "wifi-high";
1807
1832
  "wifi-low": "wifi-low";
1808
1833
  "wifi-off": "wifi-off";
@@ -1816,7 +1841,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1816
1841
  worm: "worm";
1817
1842
  "wrap-text": "wrap-text";
1818
1843
  wrench: "wrench";
1819
- x: "x";
1820
1844
  "x-circle": "x-circle";
1821
1845
  "x-octagon": "x-octagon";
1822
1846
  "x-square": "x-square";
@@ -1830,22 +1854,28 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1830
1854
  badge: z.ZodOptional<z.ZodObject<{
1831
1855
  label: z.ZodString;
1832
1856
  color: z.ZodEnum<{
1833
- green: "green";
1857
+ outline: "outline";
1834
1858
  blue: "blue";
1835
- yellow: "yellow";
1836
- red: "red";
1837
- purple: "purple";
1838
- indigo: "indigo";
1839
1859
  gray: "gray";
1840
- outline: "outline";
1860
+ green: "green";
1861
+ indigo: "indigo";
1862
+ purple: "purple";
1863
+ red: "red";
1864
+ yellow: "yellow";
1841
1865
  }>;
1842
1866
  }, z.core.$strip>>;
1843
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
1867
+ display: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
1868
+ hide: "hide";
1869
+ always: "always";
1844
1870
  auth: "auth";
1845
1871
  anon: "anon";
1846
- always: "always";
1847
- hide: "hide";
1848
- }>>>;
1872
+ }>, z.ZodCustom<(params: {
1873
+ context: ZudokuContext;
1874
+ auth: UseAuthReturn;
1875
+ }) => boolean, (params: {
1876
+ context: ZudokuContext;
1877
+ auth: UseAuthReturn;
1878
+ }) => boolean>]>>>;
1849
1879
  }, z.core.$strip>]>;
1850
1880
  declare const InputNavigationLinkSchema: z.ZodObject<{
1851
1881
  type: z.ZodLiteral<"link">;
@@ -1880,6 +1910,36 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
1880
1910
  play: "play";
1881
1911
  scroll: "scroll";
1882
1912
  merge: "merge";
1913
+ code: "code";
1914
+ check: "check";
1915
+ ghost: "ghost";
1916
+ expand: "expand";
1917
+ send: "send";
1918
+ grid: "grid";
1919
+ group: "group";
1920
+ heading: "heading";
1921
+ menu: "menu";
1922
+ navigation: "navigation";
1923
+ option: "option";
1924
+ presentation: "presentation";
1925
+ radio: "radio";
1926
+ table: "table";
1927
+ timer: "timer";
1928
+ text: "text";
1929
+ mouse: "mouse";
1930
+ pen: "pen";
1931
+ section: "section";
1932
+ video: "video";
1933
+ circle: "circle";
1934
+ image: "image";
1935
+ view: "view";
1936
+ move: "move";
1937
+ container: "container";
1938
+ target: "target";
1939
+ radius: "radius";
1940
+ scale: "scale";
1941
+ x: "x";
1942
+ wheat: "wheat";
1883
1943
  "a-arrow-down": "a-arrow-down";
1884
1944
  "a-arrow-up": "a-arrow-up";
1885
1945
  "a-large-small": "a-large-small";
@@ -2041,6 +2101,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2041
2101
  "badge-percent": "badge-percent";
2042
2102
  "badge-plus": "badge-plus";
2043
2103
  "badge-pound-sterling": "badge-pound-sterling";
2104
+ "badge-question-mark": "badge-question-mark";
2044
2105
  "badge-russian-ruble": "badge-russian-ruble";
2045
2106
  "badge-swiss-franc": "badge-swiss-franc";
2046
2107
  "badge-x": "badge-x";
@@ -2060,6 +2121,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2060
2121
  "bar-chart-horizontal": "bar-chart-horizontal";
2061
2122
  "bar-chart-horizontal-big": "bar-chart-horizontal-big";
2062
2123
  barcode: "barcode";
2124
+ barrel: "barrel";
2063
2125
  baseline: "baseline";
2064
2126
  bath: "bath";
2065
2127
  battery: "battery";
@@ -2142,6 +2204,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2142
2204
  bot: "bot";
2143
2205
  "bot-message-square": "bot-message-square";
2144
2206
  "bot-off": "bot-off";
2207
+ "bottle-wine": "bottle-wine";
2145
2208
  "bow-arrow": "bow-arrow";
2146
2209
  box: "box";
2147
2210
  "box-select": "box-select";
@@ -2240,7 +2303,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2240
2303
  "chart-pie": "chart-pie";
2241
2304
  "chart-scatter": "chart-scatter";
2242
2305
  "chart-spline": "chart-spline";
2243
- check: "check";
2244
2306
  "check-check": "check-check";
2245
2307
  "check-circle": "check-circle";
2246
2308
  "check-circle-2": "check-circle-2";
@@ -2276,7 +2338,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2276
2338
  church: "church";
2277
2339
  cigarette: "cigarette";
2278
2340
  "cigarette-off": "cigarette-off";
2279
- circle: "circle";
2280
2341
  "circle-alert": "circle-alert";
2281
2342
  "circle-arrow-down": "circle-arrow-down";
2282
2343
  "circle-arrow-left": "circle-arrow-left";
@@ -2313,6 +2374,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2313
2374
  "circle-plus": "circle-plus";
2314
2375
  "circle-pound-sterling": "circle-pound-sterling";
2315
2376
  "circle-power": "circle-power";
2377
+ "circle-question-mark": "circle-question-mark";
2316
2378
  "circle-slash": "circle-slash";
2317
2379
  "circle-slash-2": "circle-slash-2";
2318
2380
  "circle-slashed": "circle-slashed";
@@ -2376,7 +2438,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2376
2438
  cloudy: "cloudy";
2377
2439
  clover: "clover";
2378
2440
  club: "club";
2379
- code: "code";
2380
2441
  "code-2": "code-2";
2381
2442
  "code-square": "code-square";
2382
2443
  "code-xml": "code-xml";
@@ -2401,7 +2462,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2401
2462
  construction: "construction";
2402
2463
  "contact-2": "contact-2";
2403
2464
  "contact-round": "contact-round";
2404
- container: "container";
2405
2465
  contrast: "contrast";
2406
2466
  "cooking-pot": "cooking-pot";
2407
2467
  "copy-check": "copy-check";
@@ -2476,6 +2536,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2476
2536
  drama: "drama";
2477
2537
  dribbble: "dribbble";
2478
2538
  drill: "drill";
2539
+ drone: "drone";
2479
2540
  droplet: "droplet";
2480
2541
  "droplet-off": "droplet-off";
2481
2542
  droplets: "droplets";
@@ -2502,7 +2563,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2502
2563
  eraser: "eraser";
2503
2564
  "ethernet-port": "ethernet-port";
2504
2565
  euro: "euro";
2505
- expand: "expand";
2506
2566
  "external-link": "external-link";
2507
2567
  eye: "eye";
2508
2568
  "eye-closed": "eye-closed";
@@ -2560,6 +2620,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2560
2620
  "file-plus": "file-plus";
2561
2621
  "file-plus-2": "file-plus-2";
2562
2622
  "file-question": "file-question";
2623
+ "file-question-mark": "file-question-mark";
2563
2624
  "file-scan": "file-scan";
2564
2625
  "file-search": "file-search";
2565
2626
  "file-search-2": "file-search-2";
@@ -2669,7 +2730,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2669
2730
  "gauge-circle": "gauge-circle";
2670
2731
  gavel: "gavel";
2671
2732
  gem: "gem";
2672
- ghost: "ghost";
2733
+ "georgian-lari": "georgian-lari";
2673
2734
  gift: "gift";
2674
2735
  "git-branch": "git-branch";
2675
2736
  "git-branch-plus": "git-branch-plus";
@@ -2699,7 +2760,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2699
2760
  grab: "grab";
2700
2761
  "graduation-cap": "graduation-cap";
2701
2762
  grape: "grape";
2702
- grid: "grid";
2703
2763
  "grid-2-x-2": "grid-2-x-2";
2704
2764
  "grid-2-x-2-check": "grid-2-x-2-check";
2705
2765
  "grid-2-x-2-plus": "grid-2-x-2-plus";
@@ -2714,7 +2774,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2714
2774
  grip: "grip";
2715
2775
  "grip-horizontal": "grip-horizontal";
2716
2776
  "grip-vertical": "grip-vertical";
2717
- group: "group";
2718
2777
  guitar: "guitar";
2719
2778
  ham: "ham";
2720
2779
  hamburger: "hamburger";
@@ -2733,7 +2792,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2733
2792
  hash: "hash";
2734
2793
  haze: "haze";
2735
2794
  "hdmi-port": "hdmi-port";
2736
- heading: "heading";
2737
2795
  "heading-1": "heading-1";
2738
2796
  "heading-2": "heading-2";
2739
2797
  "heading-3": "heading-3";
@@ -2772,7 +2830,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2772
2830
  "ice-cream-cone": "ice-cream-cone";
2773
2831
  "id-card": "id-card";
2774
2832
  "id-card-lanyard": "id-card-lanyard";
2775
- image: "image";
2776
2833
  "image-down": "image-down";
2777
2834
  "image-minus": "image-minus";
2778
2835
  "image-off": "image-off";
@@ -2842,6 +2899,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2842
2899
  lightbulb: "lightbulb";
2843
2900
  "lightbulb-off": "lightbulb-off";
2844
2901
  "line-chart": "line-chart";
2902
+ "line-squiggle": "line-squiggle";
2845
2903
  "link-2": "link-2";
2846
2904
  "link-2-off": "link-2-off";
2847
2905
  linkedin: "linkedin";
@@ -2886,6 +2944,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2886
2944
  "mail-open": "mail-open";
2887
2945
  "mail-plus": "mail-plus";
2888
2946
  "mail-question": "mail-question";
2947
+ "mail-question-mark": "mail-question-mark";
2889
2948
  "mail-search": "mail-search";
2890
2949
  "mail-warning": "mail-warning";
2891
2950
  "mail-x": "mail-x";
@@ -2914,7 +2973,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2914
2973
  "megaphone-off": "megaphone-off";
2915
2974
  meh: "meh";
2916
2975
  "memory-stick": "memory-stick";
2917
- menu: "menu";
2918
2976
  "menu-square": "menu-square";
2919
2977
  "message-circle": "message-circle";
2920
2978
  "message-circle-code": "message-circle-code";
@@ -2924,6 +2982,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2924
2982
  "message-circle-off": "message-circle-off";
2925
2983
  "message-circle-plus": "message-circle-plus";
2926
2984
  "message-circle-question": "message-circle-question";
2985
+ "message-circle-question-mark": "message-circle-question-mark";
2927
2986
  "message-circle-reply": "message-circle-reply";
2928
2987
  "message-circle-warning": "message-circle-warning";
2929
2988
  "message-circle-x": "message-circle-x";
@@ -2978,14 +3037,12 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2978
3037
  "more-vertical": "more-vertical";
2979
3038
  mountain: "mountain";
2980
3039
  "mountain-snow": "mountain-snow";
2981
- mouse: "mouse";
2982
3040
  "mouse-off": "mouse-off";
2983
3041
  "mouse-pointer": "mouse-pointer";
2984
3042
  "mouse-pointer-2": "mouse-pointer-2";
2985
3043
  "mouse-pointer-ban": "mouse-pointer-ban";
2986
3044
  "mouse-pointer-click": "mouse-pointer-click";
2987
3045
  "mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
2988
- move: "move";
2989
3046
  "move-3-d": "move-3-d";
2990
3047
  "move-3d": "move-3d";
2991
3048
  "move-diagonal": "move-diagonal";
@@ -3004,7 +3061,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3004
3061
  "music-2": "music-2";
3005
3062
  "music-3": "music-3";
3006
3063
  "music-4": "music-4";
3007
- navigation: "navigation";
3008
3064
  "navigation-2": "navigation-2";
3009
3065
  "navigation-2-off": "navigation-2-off";
3010
3066
  "navigation-off": "navigation-off";
@@ -3026,7 +3082,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3026
3082
  "octagon-pause": "octagon-pause";
3027
3083
  "octagon-x": "octagon-x";
3028
3084
  omega: "omega";
3029
- option: "option";
3030
3085
  orbit: "orbit";
3031
3086
  origami: "origami";
3032
3087
  outdent: "outdent";
@@ -3083,7 +3138,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3083
3138
  "pause-octagon": "pause-octagon";
3084
3139
  "paw-print": "paw-print";
3085
3140
  "pc-case": "pc-case";
3086
- pen: "pen";
3087
3141
  "pen-box": "pen-box";
3088
3142
  "pen-line": "pen-line";
3089
3143
  "pen-off": "pen-off";
@@ -3149,7 +3203,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3149
3203
  "power-circle": "power-circle";
3150
3204
  "power-off": "power-off";
3151
3205
  "power-square": "power-square";
3152
- presentation: "presentation";
3153
3206
  printer: "printer";
3154
3207
  "printer-check": "printer-check";
3155
3208
  projector: "projector";
@@ -3162,10 +3215,8 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3162
3215
  radar: "radar";
3163
3216
  radiation: "radiation";
3164
3217
  radical: "radical";
3165
- radio: "radio";
3166
3218
  "radio-receiver": "radio-receiver";
3167
3219
  "radio-tower": "radio-tower";
3168
- radius: "radius";
3169
3220
  "rail-symbol": "rail-symbol";
3170
3221
  rainbow: "rainbow";
3171
3222
  rat: "rat";
@@ -3232,7 +3283,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3232
3283
  save: "save";
3233
3284
  "save-all": "save-all";
3234
3285
  "save-off": "save-off";
3235
- scale: "scale";
3236
3286
  "scale-3-d": "scale-3-d";
3237
3287
  "scale-3d": "scale-3d";
3238
3288
  scaling: "scaling";
@@ -3259,8 +3309,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3259
3309
  "search-code": "search-code";
3260
3310
  "search-slash": "search-slash";
3261
3311
  "search-x": "search-x";
3262
- section: "section";
3263
- send: "send";
3264
3312
  "send-horizonal": "send-horizonal";
3265
3313
  "send-horizontal": "send-horizontal";
3266
3314
  "send-to-back": "send-to-back";
@@ -3287,6 +3335,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3287
3335
  "shield-off": "shield-off";
3288
3336
  "shield-plus": "shield-plus";
3289
3337
  "shield-question": "shield-question";
3338
+ "shield-question-mark": "shield-question-mark";
3290
3339
  "shield-user": "shield-user";
3291
3340
  "shield-x": "shield-x";
3292
3341
  ship: "ship";
@@ -3349,6 +3398,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3349
3398
  "spline-pointer": "spline-pointer";
3350
3399
  "split-square-horizontal": "split-square-horizontal";
3351
3400
  "split-square-vertical": "split-square-vertical";
3401
+ spool: "spool";
3352
3402
  "spray-can": "spray-can";
3353
3403
  sprout: "sprout";
3354
3404
  square: "square";
@@ -3419,6 +3469,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3419
3469
  "squares-subtract": "squares-subtract";
3420
3470
  "squares-unite": "squares-unite";
3421
3471
  squircle: "squircle";
3472
+ "squircle-dashed": "squircle-dashed";
3422
3473
  squirrel: "squirrel";
3423
3474
  stamp: "stamp";
3424
3475
  star: "star";
@@ -3451,7 +3502,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3451
3502
  sword: "sword";
3452
3503
  swords: "swords";
3453
3504
  syringe: "syringe";
3454
- table: "table";
3455
3505
  "table-2": "table-2";
3456
3506
  "table-cells-merge": "table-cells-merge";
3457
3507
  "table-cells-split": "table-cells-split";
@@ -3469,7 +3519,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3469
3519
  "tally-4": "tally-4";
3470
3520
  "tally-5": "tally-5";
3471
3521
  tangent: "tangent";
3472
- target: "target";
3473
3522
  telescope: "telescope";
3474
3523
  tent: "tent";
3475
3524
  "tent-tree": "tent-tree";
@@ -3479,7 +3528,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3479
3528
  "test-tube-2": "test-tube-2";
3480
3529
  "test-tube-diagonal": "test-tube-diagonal";
3481
3530
  "test-tubes": "test-tubes";
3482
- text: "text";
3483
3531
  "text-cursor": "text-cursor";
3484
3532
  "text-cursor-input": "text-cursor-input";
3485
3533
  "text-quote": "text-quote";
@@ -3501,12 +3549,12 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3501
3549
  "ticket-x": "ticket-x";
3502
3550
  tickets: "tickets";
3503
3551
  "tickets-plane": "tickets-plane";
3504
- timer: "timer";
3505
3552
  "timer-off": "timer-off";
3506
3553
  "timer-reset": "timer-reset";
3507
3554
  "toggle-left": "toggle-left";
3508
3555
  "toggle-right": "toggle-right";
3509
3556
  toilet: "toilet";
3557
+ "tool-case": "tool-case";
3510
3558
  tornado: "tornado";
3511
3559
  torus: "torus";
3512
3560
  touchpad: "touchpad";
@@ -3599,6 +3647,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3599
3647
  "utility-pole": "utility-pole";
3600
3648
  variable: "variable";
3601
3649
  vault: "vault";
3650
+ "vector-square": "vector-square";
3602
3651
  vegan: "vegan";
3603
3652
  "venetian-mask": "venetian-mask";
3604
3653
  venus: "venus";
@@ -3606,10 +3655,8 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3606
3655
  verified: "verified";
3607
3656
  vibrate: "vibrate";
3608
3657
  "vibrate-off": "vibrate-off";
3609
- video: "video";
3610
3658
  "video-off": "video-off";
3611
3659
  videotape: "videotape";
3612
- view: "view";
3613
3660
  voicemail: "voicemail";
3614
3661
  volleyball: "volleyball";
3615
3662
  volume: "volume";
@@ -3636,10 +3683,10 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3636
3683
  webhook: "webhook";
3637
3684
  "webhook-off": "webhook-off";
3638
3685
  weight: "weight";
3639
- wheat: "wheat";
3640
3686
  "wheat-off": "wheat-off";
3641
3687
  "whole-word": "whole-word";
3642
3688
  wifi: "wifi";
3689
+ "wifi-cog": "wifi-cog";
3643
3690
  "wifi-high": "wifi-high";
3644
3691
  "wifi-low": "wifi-low";
3645
3692
  "wifi-off": "wifi-off";
@@ -3653,7 +3700,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3653
3700
  worm: "worm";
3654
3701
  "wrap-text": "wrap-text";
3655
3702
  wrench: "wrench";
3656
- x: "x";
3657
3703
  "x-circle": "x-circle";
3658
3704
  "x-octagon": "x-octagon";
3659
3705
  "x-square": "x-square";
@@ -3666,22 +3712,28 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3666
3712
  badge: z.ZodOptional<z.ZodObject<{
3667
3713
  label: z.ZodString;
3668
3714
  color: z.ZodEnum<{
3669
- green: "green";
3715
+ outline: "outline";
3670
3716
  blue: "blue";
3671
- yellow: "yellow";
3672
- red: "red";
3673
- purple: "purple";
3674
- indigo: "indigo";
3675
3717
  gray: "gray";
3676
- outline: "outline";
3718
+ green: "green";
3719
+ indigo: "indigo";
3720
+ purple: "purple";
3721
+ red: "red";
3722
+ yellow: "yellow";
3677
3723
  }>;
3678
3724
  }, z.core.$strip>>;
3679
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3725
+ display: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
3726
+ hide: "hide";
3727
+ always: "always";
3680
3728
  auth: "auth";
3681
3729
  anon: "anon";
3682
- always: "always";
3683
- hide: "hide";
3684
- }>>>;
3730
+ }>, z.ZodCustom<(params: {
3731
+ context: ZudokuContext;
3732
+ auth: UseAuthReturn;
3733
+ }) => boolean, (params: {
3734
+ context: ZudokuContext;
3735
+ auth: UseAuthReturn;
3736
+ }) => boolean>]>>>;
3685
3737
  }, z.core.$strip>;
3686
3738
  declare const InputNavigationCustomPageSchema: z.ZodObject<{
3687
3739
  type: z.ZodLiteral<"custom-page">;
@@ -3717,6 +3769,36 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
3717
3769
  play: "play";
3718
3770
  scroll: "scroll";
3719
3771
  merge: "merge";
3772
+ code: "code";
3773
+ check: "check";
3774
+ ghost: "ghost";
3775
+ expand: "expand";
3776
+ send: "send";
3777
+ grid: "grid";
3778
+ group: "group";
3779
+ heading: "heading";
3780
+ menu: "menu";
3781
+ navigation: "navigation";
3782
+ option: "option";
3783
+ presentation: "presentation";
3784
+ radio: "radio";
3785
+ table: "table";
3786
+ timer: "timer";
3787
+ text: "text";
3788
+ mouse: "mouse";
3789
+ pen: "pen";
3790
+ section: "section";
3791
+ video: "video";
3792
+ circle: "circle";
3793
+ image: "image";
3794
+ view: "view";
3795
+ move: "move";
3796
+ container: "container";
3797
+ target: "target";
3798
+ radius: "radius";
3799
+ scale: "scale";
3800
+ x: "x";
3801
+ wheat: "wheat";
3720
3802
  "a-arrow-down": "a-arrow-down";
3721
3803
  "a-arrow-up": "a-arrow-up";
3722
3804
  "a-large-small": "a-large-small";
@@ -3878,6 +3960,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
3878
3960
  "badge-percent": "badge-percent";
3879
3961
  "badge-plus": "badge-plus";
3880
3962
  "badge-pound-sterling": "badge-pound-sterling";
3963
+ "badge-question-mark": "badge-question-mark";
3881
3964
  "badge-russian-ruble": "badge-russian-ruble";
3882
3965
  "badge-swiss-franc": "badge-swiss-franc";
3883
3966
  "badge-x": "badge-x";
@@ -3897,6 +3980,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
3897
3980
  "bar-chart-horizontal": "bar-chart-horizontal";
3898
3981
  "bar-chart-horizontal-big": "bar-chart-horizontal-big";
3899
3982
  barcode: "barcode";
3983
+ barrel: "barrel";
3900
3984
  baseline: "baseline";
3901
3985
  bath: "bath";
3902
3986
  battery: "battery";
@@ -3979,6 +4063,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
3979
4063
  bot: "bot";
3980
4064
  "bot-message-square": "bot-message-square";
3981
4065
  "bot-off": "bot-off";
4066
+ "bottle-wine": "bottle-wine";
3982
4067
  "bow-arrow": "bow-arrow";
3983
4068
  box: "box";
3984
4069
  "box-select": "box-select";
@@ -4077,7 +4162,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4077
4162
  "chart-pie": "chart-pie";
4078
4163
  "chart-scatter": "chart-scatter";
4079
4164
  "chart-spline": "chart-spline";
4080
- check: "check";
4081
4165
  "check-check": "check-check";
4082
4166
  "check-circle": "check-circle";
4083
4167
  "check-circle-2": "check-circle-2";
@@ -4113,7 +4197,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4113
4197
  church: "church";
4114
4198
  cigarette: "cigarette";
4115
4199
  "cigarette-off": "cigarette-off";
4116
- circle: "circle";
4117
4200
  "circle-alert": "circle-alert";
4118
4201
  "circle-arrow-down": "circle-arrow-down";
4119
4202
  "circle-arrow-left": "circle-arrow-left";
@@ -4150,6 +4233,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4150
4233
  "circle-plus": "circle-plus";
4151
4234
  "circle-pound-sterling": "circle-pound-sterling";
4152
4235
  "circle-power": "circle-power";
4236
+ "circle-question-mark": "circle-question-mark";
4153
4237
  "circle-slash": "circle-slash";
4154
4238
  "circle-slash-2": "circle-slash-2";
4155
4239
  "circle-slashed": "circle-slashed";
@@ -4213,7 +4297,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4213
4297
  cloudy: "cloudy";
4214
4298
  clover: "clover";
4215
4299
  club: "club";
4216
- code: "code";
4217
4300
  "code-2": "code-2";
4218
4301
  "code-square": "code-square";
4219
4302
  "code-xml": "code-xml";
@@ -4238,7 +4321,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4238
4321
  construction: "construction";
4239
4322
  "contact-2": "contact-2";
4240
4323
  "contact-round": "contact-round";
4241
- container: "container";
4242
4324
  contrast: "contrast";
4243
4325
  "cooking-pot": "cooking-pot";
4244
4326
  "copy-check": "copy-check";
@@ -4313,6 +4395,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4313
4395
  drama: "drama";
4314
4396
  dribbble: "dribbble";
4315
4397
  drill: "drill";
4398
+ drone: "drone";
4316
4399
  droplet: "droplet";
4317
4400
  "droplet-off": "droplet-off";
4318
4401
  droplets: "droplets";
@@ -4339,7 +4422,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4339
4422
  eraser: "eraser";
4340
4423
  "ethernet-port": "ethernet-port";
4341
4424
  euro: "euro";
4342
- expand: "expand";
4343
4425
  "external-link": "external-link";
4344
4426
  eye: "eye";
4345
4427
  "eye-closed": "eye-closed";
@@ -4397,6 +4479,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4397
4479
  "file-plus": "file-plus";
4398
4480
  "file-plus-2": "file-plus-2";
4399
4481
  "file-question": "file-question";
4482
+ "file-question-mark": "file-question-mark";
4400
4483
  "file-scan": "file-scan";
4401
4484
  "file-search": "file-search";
4402
4485
  "file-search-2": "file-search-2";
@@ -4506,7 +4589,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4506
4589
  "gauge-circle": "gauge-circle";
4507
4590
  gavel: "gavel";
4508
4591
  gem: "gem";
4509
- ghost: "ghost";
4592
+ "georgian-lari": "georgian-lari";
4510
4593
  gift: "gift";
4511
4594
  "git-branch": "git-branch";
4512
4595
  "git-branch-plus": "git-branch-plus";
@@ -4536,7 +4619,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4536
4619
  grab: "grab";
4537
4620
  "graduation-cap": "graduation-cap";
4538
4621
  grape: "grape";
4539
- grid: "grid";
4540
4622
  "grid-2-x-2": "grid-2-x-2";
4541
4623
  "grid-2-x-2-check": "grid-2-x-2-check";
4542
4624
  "grid-2-x-2-plus": "grid-2-x-2-plus";
@@ -4551,7 +4633,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4551
4633
  grip: "grip";
4552
4634
  "grip-horizontal": "grip-horizontal";
4553
4635
  "grip-vertical": "grip-vertical";
4554
- group: "group";
4555
4636
  guitar: "guitar";
4556
4637
  ham: "ham";
4557
4638
  hamburger: "hamburger";
@@ -4570,7 +4651,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4570
4651
  hash: "hash";
4571
4652
  haze: "haze";
4572
4653
  "hdmi-port": "hdmi-port";
4573
- heading: "heading";
4574
4654
  "heading-1": "heading-1";
4575
4655
  "heading-2": "heading-2";
4576
4656
  "heading-3": "heading-3";
@@ -4609,7 +4689,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4609
4689
  "ice-cream-cone": "ice-cream-cone";
4610
4690
  "id-card": "id-card";
4611
4691
  "id-card-lanyard": "id-card-lanyard";
4612
- image: "image";
4613
4692
  "image-down": "image-down";
4614
4693
  "image-minus": "image-minus";
4615
4694
  "image-off": "image-off";
@@ -4679,6 +4758,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4679
4758
  lightbulb: "lightbulb";
4680
4759
  "lightbulb-off": "lightbulb-off";
4681
4760
  "line-chart": "line-chart";
4761
+ "line-squiggle": "line-squiggle";
4682
4762
  "link-2": "link-2";
4683
4763
  "link-2-off": "link-2-off";
4684
4764
  linkedin: "linkedin";
@@ -4723,6 +4803,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4723
4803
  "mail-open": "mail-open";
4724
4804
  "mail-plus": "mail-plus";
4725
4805
  "mail-question": "mail-question";
4806
+ "mail-question-mark": "mail-question-mark";
4726
4807
  "mail-search": "mail-search";
4727
4808
  "mail-warning": "mail-warning";
4728
4809
  "mail-x": "mail-x";
@@ -4751,7 +4832,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4751
4832
  "megaphone-off": "megaphone-off";
4752
4833
  meh: "meh";
4753
4834
  "memory-stick": "memory-stick";
4754
- menu: "menu";
4755
4835
  "menu-square": "menu-square";
4756
4836
  "message-circle": "message-circle";
4757
4837
  "message-circle-code": "message-circle-code";
@@ -4761,6 +4841,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4761
4841
  "message-circle-off": "message-circle-off";
4762
4842
  "message-circle-plus": "message-circle-plus";
4763
4843
  "message-circle-question": "message-circle-question";
4844
+ "message-circle-question-mark": "message-circle-question-mark";
4764
4845
  "message-circle-reply": "message-circle-reply";
4765
4846
  "message-circle-warning": "message-circle-warning";
4766
4847
  "message-circle-x": "message-circle-x";
@@ -4815,14 +4896,12 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4815
4896
  "more-vertical": "more-vertical";
4816
4897
  mountain: "mountain";
4817
4898
  "mountain-snow": "mountain-snow";
4818
- mouse: "mouse";
4819
4899
  "mouse-off": "mouse-off";
4820
4900
  "mouse-pointer": "mouse-pointer";
4821
4901
  "mouse-pointer-2": "mouse-pointer-2";
4822
4902
  "mouse-pointer-ban": "mouse-pointer-ban";
4823
4903
  "mouse-pointer-click": "mouse-pointer-click";
4824
4904
  "mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
4825
- move: "move";
4826
4905
  "move-3-d": "move-3-d";
4827
4906
  "move-3d": "move-3d";
4828
4907
  "move-diagonal": "move-diagonal";
@@ -4841,7 +4920,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4841
4920
  "music-2": "music-2";
4842
4921
  "music-3": "music-3";
4843
4922
  "music-4": "music-4";
4844
- navigation: "navigation";
4845
4923
  "navigation-2": "navigation-2";
4846
4924
  "navigation-2-off": "navigation-2-off";
4847
4925
  "navigation-off": "navigation-off";
@@ -4863,7 +4941,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4863
4941
  "octagon-pause": "octagon-pause";
4864
4942
  "octagon-x": "octagon-x";
4865
4943
  omega: "omega";
4866
- option: "option";
4867
4944
  orbit: "orbit";
4868
4945
  origami: "origami";
4869
4946
  outdent: "outdent";
@@ -4920,7 +4997,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4920
4997
  "pause-octagon": "pause-octagon";
4921
4998
  "paw-print": "paw-print";
4922
4999
  "pc-case": "pc-case";
4923
- pen: "pen";
4924
5000
  "pen-box": "pen-box";
4925
5001
  "pen-line": "pen-line";
4926
5002
  "pen-off": "pen-off";
@@ -4986,7 +5062,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4986
5062
  "power-circle": "power-circle";
4987
5063
  "power-off": "power-off";
4988
5064
  "power-square": "power-square";
4989
- presentation: "presentation";
4990
5065
  printer: "printer";
4991
5066
  "printer-check": "printer-check";
4992
5067
  projector: "projector";
@@ -4999,10 +5074,8 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4999
5074
  radar: "radar";
5000
5075
  radiation: "radiation";
5001
5076
  radical: "radical";
5002
- radio: "radio";
5003
5077
  "radio-receiver": "radio-receiver";
5004
5078
  "radio-tower": "radio-tower";
5005
- radius: "radius";
5006
5079
  "rail-symbol": "rail-symbol";
5007
5080
  rainbow: "rainbow";
5008
5081
  rat: "rat";
@@ -5069,7 +5142,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5069
5142
  save: "save";
5070
5143
  "save-all": "save-all";
5071
5144
  "save-off": "save-off";
5072
- scale: "scale";
5073
5145
  "scale-3-d": "scale-3-d";
5074
5146
  "scale-3d": "scale-3d";
5075
5147
  scaling: "scaling";
@@ -5096,8 +5168,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5096
5168
  "search-code": "search-code";
5097
5169
  "search-slash": "search-slash";
5098
5170
  "search-x": "search-x";
5099
- section: "section";
5100
- send: "send";
5101
5171
  "send-horizonal": "send-horizonal";
5102
5172
  "send-horizontal": "send-horizontal";
5103
5173
  "send-to-back": "send-to-back";
@@ -5124,6 +5194,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5124
5194
  "shield-off": "shield-off";
5125
5195
  "shield-plus": "shield-plus";
5126
5196
  "shield-question": "shield-question";
5197
+ "shield-question-mark": "shield-question-mark";
5127
5198
  "shield-user": "shield-user";
5128
5199
  "shield-x": "shield-x";
5129
5200
  ship: "ship";
@@ -5186,6 +5257,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5186
5257
  "spline-pointer": "spline-pointer";
5187
5258
  "split-square-horizontal": "split-square-horizontal";
5188
5259
  "split-square-vertical": "split-square-vertical";
5260
+ spool: "spool";
5189
5261
  "spray-can": "spray-can";
5190
5262
  sprout: "sprout";
5191
5263
  square: "square";
@@ -5256,6 +5328,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5256
5328
  "squares-subtract": "squares-subtract";
5257
5329
  "squares-unite": "squares-unite";
5258
5330
  squircle: "squircle";
5331
+ "squircle-dashed": "squircle-dashed";
5259
5332
  squirrel: "squirrel";
5260
5333
  stamp: "stamp";
5261
5334
  star: "star";
@@ -5288,7 +5361,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5288
5361
  sword: "sword";
5289
5362
  swords: "swords";
5290
5363
  syringe: "syringe";
5291
- table: "table";
5292
5364
  "table-2": "table-2";
5293
5365
  "table-cells-merge": "table-cells-merge";
5294
5366
  "table-cells-split": "table-cells-split";
@@ -5306,7 +5378,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5306
5378
  "tally-4": "tally-4";
5307
5379
  "tally-5": "tally-5";
5308
5380
  tangent: "tangent";
5309
- target: "target";
5310
5381
  telescope: "telescope";
5311
5382
  tent: "tent";
5312
5383
  "tent-tree": "tent-tree";
@@ -5316,7 +5387,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5316
5387
  "test-tube-2": "test-tube-2";
5317
5388
  "test-tube-diagonal": "test-tube-diagonal";
5318
5389
  "test-tubes": "test-tubes";
5319
- text: "text";
5320
5390
  "text-cursor": "text-cursor";
5321
5391
  "text-cursor-input": "text-cursor-input";
5322
5392
  "text-quote": "text-quote";
@@ -5338,12 +5408,12 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5338
5408
  "ticket-x": "ticket-x";
5339
5409
  tickets: "tickets";
5340
5410
  "tickets-plane": "tickets-plane";
5341
- timer: "timer";
5342
5411
  "timer-off": "timer-off";
5343
5412
  "timer-reset": "timer-reset";
5344
5413
  "toggle-left": "toggle-left";
5345
5414
  "toggle-right": "toggle-right";
5346
5415
  toilet: "toilet";
5416
+ "tool-case": "tool-case";
5347
5417
  tornado: "tornado";
5348
5418
  torus: "torus";
5349
5419
  touchpad: "touchpad";
@@ -5436,6 +5506,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5436
5506
  "utility-pole": "utility-pole";
5437
5507
  variable: "variable";
5438
5508
  vault: "vault";
5509
+ "vector-square": "vector-square";
5439
5510
  vegan: "vegan";
5440
5511
  "venetian-mask": "venetian-mask";
5441
5512
  venus: "venus";
@@ -5443,10 +5514,8 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5443
5514
  verified: "verified";
5444
5515
  vibrate: "vibrate";
5445
5516
  "vibrate-off": "vibrate-off";
5446
- video: "video";
5447
5517
  "video-off": "video-off";
5448
5518
  videotape: "videotape";
5449
- view: "view";
5450
5519
  voicemail: "voicemail";
5451
5520
  volleyball: "volleyball";
5452
5521
  volume: "volume";
@@ -5473,10 +5542,10 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5473
5542
  webhook: "webhook";
5474
5543
  "webhook-off": "webhook-off";
5475
5544
  weight: "weight";
5476
- wheat: "wheat";
5477
5545
  "wheat-off": "wheat-off";
5478
5546
  "whole-word": "whole-word";
5479
5547
  wifi: "wifi";
5548
+ "wifi-cog": "wifi-cog";
5480
5549
  "wifi-high": "wifi-high";
5481
5550
  "wifi-low": "wifi-low";
5482
5551
  "wifi-off": "wifi-off";
@@ -5490,7 +5559,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5490
5559
  worm: "worm";
5491
5560
  "wrap-text": "wrap-text";
5492
5561
  wrench: "wrench";
5493
- x: "x";
5494
5562
  "x-circle": "x-circle";
5495
5563
  "x-octagon": "x-octagon";
5496
5564
  "x-square": "x-square";
@@ -5503,22 +5571,28 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5503
5571
  badge: z.ZodOptional<z.ZodObject<{
5504
5572
  label: z.ZodString;
5505
5573
  color: z.ZodEnum<{
5506
- green: "green";
5574
+ outline: "outline";
5507
5575
  blue: "blue";
5508
- yellow: "yellow";
5509
- red: "red";
5510
- purple: "purple";
5511
- indigo: "indigo";
5512
5576
  gray: "gray";
5513
- outline: "outline";
5577
+ green: "green";
5578
+ indigo: "indigo";
5579
+ purple: "purple";
5580
+ red: "red";
5581
+ yellow: "yellow";
5514
5582
  }>;
5515
5583
  }, z.core.$strip>>;
5516
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
5584
+ display: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
5585
+ hide: "hide";
5586
+ always: "always";
5517
5587
  auth: "auth";
5518
5588
  anon: "anon";
5519
- always: "always";
5520
- hide: "hide";
5521
- }>>>;
5589
+ }>, z.ZodCustom<(params: {
5590
+ context: ZudokuContext;
5591
+ auth: UseAuthReturn;
5592
+ }) => boolean, (params: {
5593
+ context: ZudokuContext;
5594
+ auth: UseAuthReturn;
5595
+ }) => boolean>]>>>;
5522
5596
  }, z.core.$strip>;
5523
5597
  declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5524
5598
  type: z.ZodLiteral<"category">;
@@ -5551,6 +5625,36 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5551
5625
  play: "play";
5552
5626
  scroll: "scroll";
5553
5627
  merge: "merge";
5628
+ code: "code";
5629
+ check: "check";
5630
+ ghost: "ghost";
5631
+ expand: "expand";
5632
+ send: "send";
5633
+ grid: "grid";
5634
+ group: "group";
5635
+ heading: "heading";
5636
+ menu: "menu";
5637
+ navigation: "navigation";
5638
+ option: "option";
5639
+ presentation: "presentation";
5640
+ radio: "radio";
5641
+ table: "table";
5642
+ timer: "timer";
5643
+ text: "text";
5644
+ mouse: "mouse";
5645
+ pen: "pen";
5646
+ section: "section";
5647
+ video: "video";
5648
+ circle: "circle";
5649
+ image: "image";
5650
+ view: "view";
5651
+ move: "move";
5652
+ container: "container";
5653
+ target: "target";
5654
+ radius: "radius";
5655
+ scale: "scale";
5656
+ x: "x";
5657
+ wheat: "wheat";
5554
5658
  "a-arrow-down": "a-arrow-down";
5555
5659
  "a-arrow-up": "a-arrow-up";
5556
5660
  "a-large-small": "a-large-small";
@@ -5712,6 +5816,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5712
5816
  "badge-percent": "badge-percent";
5713
5817
  "badge-plus": "badge-plus";
5714
5818
  "badge-pound-sterling": "badge-pound-sterling";
5819
+ "badge-question-mark": "badge-question-mark";
5715
5820
  "badge-russian-ruble": "badge-russian-ruble";
5716
5821
  "badge-swiss-franc": "badge-swiss-franc";
5717
5822
  "badge-x": "badge-x";
@@ -5731,6 +5836,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5731
5836
  "bar-chart-horizontal": "bar-chart-horizontal";
5732
5837
  "bar-chart-horizontal-big": "bar-chart-horizontal-big";
5733
5838
  barcode: "barcode";
5839
+ barrel: "barrel";
5734
5840
  baseline: "baseline";
5735
5841
  bath: "bath";
5736
5842
  battery: "battery";
@@ -5813,6 +5919,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5813
5919
  bot: "bot";
5814
5920
  "bot-message-square": "bot-message-square";
5815
5921
  "bot-off": "bot-off";
5922
+ "bottle-wine": "bottle-wine";
5816
5923
  "bow-arrow": "bow-arrow";
5817
5924
  box: "box";
5818
5925
  "box-select": "box-select";
@@ -5911,7 +6018,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5911
6018
  "chart-pie": "chart-pie";
5912
6019
  "chart-scatter": "chart-scatter";
5913
6020
  "chart-spline": "chart-spline";
5914
- check: "check";
5915
6021
  "check-check": "check-check";
5916
6022
  "check-circle": "check-circle";
5917
6023
  "check-circle-2": "check-circle-2";
@@ -5947,7 +6053,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5947
6053
  church: "church";
5948
6054
  cigarette: "cigarette";
5949
6055
  "cigarette-off": "cigarette-off";
5950
- circle: "circle";
5951
6056
  "circle-alert": "circle-alert";
5952
6057
  "circle-arrow-down": "circle-arrow-down";
5953
6058
  "circle-arrow-left": "circle-arrow-left";
@@ -5984,6 +6089,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5984
6089
  "circle-plus": "circle-plus";
5985
6090
  "circle-pound-sterling": "circle-pound-sterling";
5986
6091
  "circle-power": "circle-power";
6092
+ "circle-question-mark": "circle-question-mark";
5987
6093
  "circle-slash": "circle-slash";
5988
6094
  "circle-slash-2": "circle-slash-2";
5989
6095
  "circle-slashed": "circle-slashed";
@@ -6047,7 +6153,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6047
6153
  cloudy: "cloudy";
6048
6154
  clover: "clover";
6049
6155
  club: "club";
6050
- code: "code";
6051
6156
  "code-2": "code-2";
6052
6157
  "code-square": "code-square";
6053
6158
  "code-xml": "code-xml";
@@ -6072,7 +6177,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6072
6177
  construction: "construction";
6073
6178
  "contact-2": "contact-2";
6074
6179
  "contact-round": "contact-round";
6075
- container: "container";
6076
6180
  contrast: "contrast";
6077
6181
  "cooking-pot": "cooking-pot";
6078
6182
  "copy-check": "copy-check";
@@ -6147,6 +6251,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6147
6251
  drama: "drama";
6148
6252
  dribbble: "dribbble";
6149
6253
  drill: "drill";
6254
+ drone: "drone";
6150
6255
  droplet: "droplet";
6151
6256
  "droplet-off": "droplet-off";
6152
6257
  droplets: "droplets";
@@ -6173,7 +6278,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6173
6278
  eraser: "eraser";
6174
6279
  "ethernet-port": "ethernet-port";
6175
6280
  euro: "euro";
6176
- expand: "expand";
6177
6281
  "external-link": "external-link";
6178
6282
  eye: "eye";
6179
6283
  "eye-closed": "eye-closed";
@@ -6231,6 +6335,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6231
6335
  "file-plus": "file-plus";
6232
6336
  "file-plus-2": "file-plus-2";
6233
6337
  "file-question": "file-question";
6338
+ "file-question-mark": "file-question-mark";
6234
6339
  "file-scan": "file-scan";
6235
6340
  "file-search": "file-search";
6236
6341
  "file-search-2": "file-search-2";
@@ -6340,7 +6445,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6340
6445
  "gauge-circle": "gauge-circle";
6341
6446
  gavel: "gavel";
6342
6447
  gem: "gem";
6343
- ghost: "ghost";
6448
+ "georgian-lari": "georgian-lari";
6344
6449
  gift: "gift";
6345
6450
  "git-branch": "git-branch";
6346
6451
  "git-branch-plus": "git-branch-plus";
@@ -6370,7 +6475,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6370
6475
  grab: "grab";
6371
6476
  "graduation-cap": "graduation-cap";
6372
6477
  grape: "grape";
6373
- grid: "grid";
6374
6478
  "grid-2-x-2": "grid-2-x-2";
6375
6479
  "grid-2-x-2-check": "grid-2-x-2-check";
6376
6480
  "grid-2-x-2-plus": "grid-2-x-2-plus";
@@ -6385,7 +6489,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6385
6489
  grip: "grip";
6386
6490
  "grip-horizontal": "grip-horizontal";
6387
6491
  "grip-vertical": "grip-vertical";
6388
- group: "group";
6389
6492
  guitar: "guitar";
6390
6493
  ham: "ham";
6391
6494
  hamburger: "hamburger";
@@ -6404,7 +6507,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6404
6507
  hash: "hash";
6405
6508
  haze: "haze";
6406
6509
  "hdmi-port": "hdmi-port";
6407
- heading: "heading";
6408
6510
  "heading-1": "heading-1";
6409
6511
  "heading-2": "heading-2";
6410
6512
  "heading-3": "heading-3";
@@ -6443,7 +6545,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6443
6545
  "ice-cream-cone": "ice-cream-cone";
6444
6546
  "id-card": "id-card";
6445
6547
  "id-card-lanyard": "id-card-lanyard";
6446
- image: "image";
6447
6548
  "image-down": "image-down";
6448
6549
  "image-minus": "image-minus";
6449
6550
  "image-off": "image-off";
@@ -6513,6 +6614,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6513
6614
  lightbulb: "lightbulb";
6514
6615
  "lightbulb-off": "lightbulb-off";
6515
6616
  "line-chart": "line-chart";
6617
+ "line-squiggle": "line-squiggle";
6516
6618
  "link-2": "link-2";
6517
6619
  "link-2-off": "link-2-off";
6518
6620
  linkedin: "linkedin";
@@ -6557,6 +6659,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6557
6659
  "mail-open": "mail-open";
6558
6660
  "mail-plus": "mail-plus";
6559
6661
  "mail-question": "mail-question";
6662
+ "mail-question-mark": "mail-question-mark";
6560
6663
  "mail-search": "mail-search";
6561
6664
  "mail-warning": "mail-warning";
6562
6665
  "mail-x": "mail-x";
@@ -6585,7 +6688,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6585
6688
  "megaphone-off": "megaphone-off";
6586
6689
  meh: "meh";
6587
6690
  "memory-stick": "memory-stick";
6588
- menu: "menu";
6589
6691
  "menu-square": "menu-square";
6590
6692
  "message-circle": "message-circle";
6591
6693
  "message-circle-code": "message-circle-code";
@@ -6595,6 +6697,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6595
6697
  "message-circle-off": "message-circle-off";
6596
6698
  "message-circle-plus": "message-circle-plus";
6597
6699
  "message-circle-question": "message-circle-question";
6700
+ "message-circle-question-mark": "message-circle-question-mark";
6598
6701
  "message-circle-reply": "message-circle-reply";
6599
6702
  "message-circle-warning": "message-circle-warning";
6600
6703
  "message-circle-x": "message-circle-x";
@@ -6649,14 +6752,12 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6649
6752
  "more-vertical": "more-vertical";
6650
6753
  mountain: "mountain";
6651
6754
  "mountain-snow": "mountain-snow";
6652
- mouse: "mouse";
6653
6755
  "mouse-off": "mouse-off";
6654
6756
  "mouse-pointer": "mouse-pointer";
6655
6757
  "mouse-pointer-2": "mouse-pointer-2";
6656
6758
  "mouse-pointer-ban": "mouse-pointer-ban";
6657
6759
  "mouse-pointer-click": "mouse-pointer-click";
6658
6760
  "mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
6659
- move: "move";
6660
6761
  "move-3-d": "move-3-d";
6661
6762
  "move-3d": "move-3d";
6662
6763
  "move-diagonal": "move-diagonal";
@@ -6675,7 +6776,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6675
6776
  "music-2": "music-2";
6676
6777
  "music-3": "music-3";
6677
6778
  "music-4": "music-4";
6678
- navigation: "navigation";
6679
6779
  "navigation-2": "navigation-2";
6680
6780
  "navigation-2-off": "navigation-2-off";
6681
6781
  "navigation-off": "navigation-off";
@@ -6697,7 +6797,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6697
6797
  "octagon-pause": "octagon-pause";
6698
6798
  "octagon-x": "octagon-x";
6699
6799
  omega: "omega";
6700
- option: "option";
6701
6800
  orbit: "orbit";
6702
6801
  origami: "origami";
6703
6802
  outdent: "outdent";
@@ -6754,7 +6853,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6754
6853
  "pause-octagon": "pause-octagon";
6755
6854
  "paw-print": "paw-print";
6756
6855
  "pc-case": "pc-case";
6757
- pen: "pen";
6758
6856
  "pen-box": "pen-box";
6759
6857
  "pen-line": "pen-line";
6760
6858
  "pen-off": "pen-off";
@@ -6820,7 +6918,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6820
6918
  "power-circle": "power-circle";
6821
6919
  "power-off": "power-off";
6822
6920
  "power-square": "power-square";
6823
- presentation: "presentation";
6824
6921
  printer: "printer";
6825
6922
  "printer-check": "printer-check";
6826
6923
  projector: "projector";
@@ -6833,10 +6930,8 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6833
6930
  radar: "radar";
6834
6931
  radiation: "radiation";
6835
6932
  radical: "radical";
6836
- radio: "radio";
6837
6933
  "radio-receiver": "radio-receiver";
6838
6934
  "radio-tower": "radio-tower";
6839
- radius: "radius";
6840
6935
  "rail-symbol": "rail-symbol";
6841
6936
  rainbow: "rainbow";
6842
6937
  rat: "rat";
@@ -6903,7 +6998,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6903
6998
  save: "save";
6904
6999
  "save-all": "save-all";
6905
7000
  "save-off": "save-off";
6906
- scale: "scale";
6907
7001
  "scale-3-d": "scale-3-d";
6908
7002
  "scale-3d": "scale-3d";
6909
7003
  scaling: "scaling";
@@ -6930,8 +7024,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6930
7024
  "search-code": "search-code";
6931
7025
  "search-slash": "search-slash";
6932
7026
  "search-x": "search-x";
6933
- section: "section";
6934
- send: "send";
6935
7027
  "send-horizonal": "send-horizonal";
6936
7028
  "send-horizontal": "send-horizontal";
6937
7029
  "send-to-back": "send-to-back";
@@ -6958,6 +7050,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6958
7050
  "shield-off": "shield-off";
6959
7051
  "shield-plus": "shield-plus";
6960
7052
  "shield-question": "shield-question";
7053
+ "shield-question-mark": "shield-question-mark";
6961
7054
  "shield-user": "shield-user";
6962
7055
  "shield-x": "shield-x";
6963
7056
  ship: "ship";
@@ -7020,6 +7113,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7020
7113
  "spline-pointer": "spline-pointer";
7021
7114
  "split-square-horizontal": "split-square-horizontal";
7022
7115
  "split-square-vertical": "split-square-vertical";
7116
+ spool: "spool";
7023
7117
  "spray-can": "spray-can";
7024
7118
  sprout: "sprout";
7025
7119
  square: "square";
@@ -7090,6 +7184,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7090
7184
  "squares-subtract": "squares-subtract";
7091
7185
  "squares-unite": "squares-unite";
7092
7186
  squircle: "squircle";
7187
+ "squircle-dashed": "squircle-dashed";
7093
7188
  squirrel: "squirrel";
7094
7189
  stamp: "stamp";
7095
7190
  star: "star";
@@ -7122,7 +7217,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7122
7217
  sword: "sword";
7123
7218
  swords: "swords";
7124
7219
  syringe: "syringe";
7125
- table: "table";
7126
7220
  "table-2": "table-2";
7127
7221
  "table-cells-merge": "table-cells-merge";
7128
7222
  "table-cells-split": "table-cells-split";
@@ -7140,7 +7234,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7140
7234
  "tally-4": "tally-4";
7141
7235
  "tally-5": "tally-5";
7142
7236
  tangent: "tangent";
7143
- target: "target";
7144
7237
  telescope: "telescope";
7145
7238
  tent: "tent";
7146
7239
  "tent-tree": "tent-tree";
@@ -7150,7 +7243,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7150
7243
  "test-tube-2": "test-tube-2";
7151
7244
  "test-tube-diagonal": "test-tube-diagonal";
7152
7245
  "test-tubes": "test-tubes";
7153
- text: "text";
7154
7246
  "text-cursor": "text-cursor";
7155
7247
  "text-cursor-input": "text-cursor-input";
7156
7248
  "text-quote": "text-quote";
@@ -7172,12 +7264,12 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7172
7264
  "ticket-x": "ticket-x";
7173
7265
  tickets: "tickets";
7174
7266
  "tickets-plane": "tickets-plane";
7175
- timer: "timer";
7176
7267
  "timer-off": "timer-off";
7177
7268
  "timer-reset": "timer-reset";
7178
7269
  "toggle-left": "toggle-left";
7179
7270
  "toggle-right": "toggle-right";
7180
7271
  toilet: "toilet";
7272
+ "tool-case": "tool-case";
7181
7273
  tornado: "tornado";
7182
7274
  torus: "torus";
7183
7275
  touchpad: "touchpad";
@@ -7270,6 +7362,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7270
7362
  "utility-pole": "utility-pole";
7271
7363
  variable: "variable";
7272
7364
  vault: "vault";
7365
+ "vector-square": "vector-square";
7273
7366
  vegan: "vegan";
7274
7367
  "venetian-mask": "venetian-mask";
7275
7368
  venus: "venus";
@@ -7277,10 +7370,8 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7277
7370
  verified: "verified";
7278
7371
  vibrate: "vibrate";
7279
7372
  "vibrate-off": "vibrate-off";
7280
- video: "video";
7281
7373
  "video-off": "video-off";
7282
7374
  videotape: "videotape";
7283
- view: "view";
7284
7375
  voicemail: "voicemail";
7285
7376
  volleyball: "volleyball";
7286
7377
  volume: "volume";
@@ -7307,10 +7398,10 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7307
7398
  webhook: "webhook";
7308
7399
  "webhook-off": "webhook-off";
7309
7400
  weight: "weight";
7310
- wheat: "wheat";
7311
7401
  "wheat-off": "wheat-off";
7312
7402
  "whole-word": "whole-word";
7313
7403
  wifi: "wifi";
7404
+ "wifi-cog": "wifi-cog";
7314
7405
  "wifi-high": "wifi-high";
7315
7406
  "wifi-low": "wifi-low";
7316
7407
  "wifi-off": "wifi-off";
@@ -7324,7 +7415,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7324
7415
  worm: "worm";
7325
7416
  "wrap-text": "wrap-text";
7326
7417
  wrench: "wrench";
7327
- x: "x";
7328
7418
  "x-circle": "x-circle";
7329
7419
  "x-octagon": "x-octagon";
7330
7420
  "x-square": "x-square";
@@ -7342,12 +7432,18 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7342
7432
  file: z.ZodString;
7343
7433
  label: z.ZodOptional<z.ZodString>;
7344
7434
  }, z.core.$strip>]>>;
7345
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
7435
+ display: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
7436
+ hide: "hide";
7437
+ always: "always";
7346
7438
  auth: "auth";
7347
7439
  anon: "anon";
7348
- always: "always";
7349
- hide: "hide";
7350
- }>>>;
7440
+ }>, z.ZodCustom<(params: {
7441
+ context: ZudokuContext;
7442
+ auth: UseAuthReturn;
7443
+ }) => boolean, (params: {
7444
+ context: ZudokuContext;
7445
+ auth: UseAuthReturn;
7446
+ }) => boolean>]>>>;
7351
7447
  }, z.core.$strip>;
7352
7448
  export type InputNavigationItem = z.infer<typeof InputNavigationDocSchema> | z.infer<typeof InputNavigationLinkSchema> | z.infer<typeof InputNavigationCustomPageSchema> | (z.infer<typeof BaseInputNavigationCategorySchema> & {
7353
7449
  items: InputNavigationItem[];