zudoku 0.53.6 → 0.54.1

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 (197) hide show
  1. package/dist/config/config.d.ts +1 -0
  2. package/dist/config/validators/InputNavigationSchema.d.ts +190 -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/validate.d.ts +32 -19
  9. package/dist/config/validators/validate.js +6 -2
  10. package/dist/config/validators/validate.js.map +1 -1
  11. package/dist/flat-config.d.ts +6 -2
  12. package/dist/lib/authentication/components/CallbackHandler.js +11 -9
  13. package/dist/lib/authentication/components/CallbackHandler.js.map +1 -1
  14. package/dist/lib/authentication/components/OAuthErrorPage.d.ts +3 -0
  15. package/dist/lib/authentication/components/OAuthErrorPage.js +99 -0
  16. package/dist/lib/authentication/components/OAuthErrorPage.js.map +1 -0
  17. package/dist/lib/authentication/errors.d.ts +6 -12
  18. package/dist/lib/authentication/errors.js +2 -1
  19. package/dist/lib/authentication/errors.js.map +1 -1
  20. package/dist/lib/authentication/hook.d.ts +1 -0
  21. package/dist/lib/authentication/hook.js.map +1 -1
  22. package/dist/lib/authentication/providers/azureb2c.js +4 -2
  23. package/dist/lib/authentication/providers/azureb2c.js.map +1 -1
  24. package/dist/lib/authentication/providers/clerk.js +4 -2
  25. package/dist/lib/authentication/providers/clerk.js.map +1 -1
  26. package/dist/lib/authentication/providers/openid.js +3 -1
  27. package/dist/lib/authentication/providers/openid.js.map +1 -1
  28. package/dist/lib/components/Heading.js +1 -1
  29. package/dist/lib/components/Heading.js.map +1 -1
  30. package/dist/lib/components/MobileTopNavigation.js +5 -3
  31. package/dist/lib/components/MobileTopNavigation.js.map +1 -1
  32. package/dist/lib/components/TopNavigation.js +4 -3
  33. package/dist/lib/components/TopNavigation.js.map +1 -1
  34. package/dist/lib/components/context/ZudokuContext.js +21 -13
  35. package/dist/lib/components/context/ZudokuContext.js.map +1 -1
  36. package/dist/lib/components/navigation/NavigationItem.d.ts +1 -1
  37. package/dist/lib/components/navigation/NavigationItem.js +8 -1
  38. package/dist/lib/components/navigation/NavigationItem.js.map +1 -1
  39. package/dist/lib/components/navigation/utils.d.ts +3 -1
  40. package/dist/lib/components/navigation/utils.js +6 -3
  41. package/dist/lib/components/navigation/utils.js.map +1 -1
  42. package/dist/lib/core/RouteGuard.js +9 -9
  43. package/dist/lib/core/RouteGuard.js.map +1 -1
  44. package/dist/lib/core/ZudokuContext.d.ts +2 -1
  45. package/dist/lib/core/ZudokuContext.js +13 -1
  46. package/dist/lib/core/ZudokuContext.js.map +1 -1
  47. package/dist/lib/core/plugins.d.ts +2 -1
  48. package/dist/lib/core/plugins.js.map +1 -1
  49. package/dist/lib/plugins/api-keys/CreateApiKey.js +7 -3
  50. package/dist/lib/plugins/api-keys/CreateApiKey.js.map +1 -1
  51. package/dist/lib/plugins/api-keys/SettingsApiKeys.js +3 -1
  52. package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
  53. package/dist/lib/plugins/api-keys/index.d.ts +1 -0
  54. package/dist/lib/plugins/api-keys/index.js +3 -7
  55. package/dist/lib/plugins/api-keys/index.js.map +1 -1
  56. package/dist/lib/plugins/openapi/graphql/gql.d.ts +1 -1
  57. package/dist/lib/plugins/openapi/graphql/gql.js +1 -1
  58. package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
  59. package/dist/lib/plugins/openapi/graphql/graphql.d.ts +1 -0
  60. package/dist/lib/plugins/openapi/graphql/graphql.js +1 -0
  61. package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
  62. package/dist/lib/plugins/openapi/index.js +42 -10
  63. package/dist/lib/plugins/openapi/index.js.map +1 -1
  64. package/dist/lib/ui/ActionButton.js +1 -1
  65. package/dist/lib/ui/ActionButton.js.map +1 -1
  66. package/dist/lib/ui/Badge.d.ts +1 -1
  67. package/dist/lib/ui/Button.d.ts +2 -2
  68. package/dist/lib/ui/Command.d.ts +1 -1
  69. package/dist/lib/util/invariant.d.ts +6 -5
  70. package/dist/lib/util/invariant.js +1 -1
  71. package/dist/lib/util/invariant.js.map +1 -1
  72. package/dist/vite/dev-server.js +1 -1
  73. package/dist/vite/dev-server.js.map +1 -1
  74. package/dist/vite/prerender/worker.js +5 -1
  75. package/dist/vite/prerender/worker.js.map +1 -1
  76. package/dist/vite/shadcn-registry.d.ts +8 -8
  77. package/lib/{Command-C9AC5cf-.js → Command-BYukybsa.js} +2 -2
  78. package/lib/{Command-C9AC5cf-.js.map → Command-BYukybsa.js.map} +1 -1
  79. package/lib/{Dialog-DMWw1doX.js → Dialog-u9Uz9sTt.js} +4 -4
  80. package/lib/{Dialog-DMWw1doX.js.map → Dialog-u9Uz9sTt.js.map} +1 -1
  81. package/lib/{MdxPage-DVI4iYgW.js → MdxPage-Bsko6_kb.js} +11 -11
  82. package/lib/{MdxPage-DVI4iYgW.js.map → MdxPage-Bsko6_kb.js.map} +1 -1
  83. package/lib/OAuthErrorPage-DJzGiIBt.js +150 -0
  84. package/lib/OAuthErrorPage-DJzGiIBt.js.map +1 -0
  85. package/lib/{OasProvider-CbwsKPNc.js → OasProvider-DQQRt3oS.js} +3 -3
  86. package/lib/{OasProvider-CbwsKPNc.js.map → OasProvider-DQQRt3oS.js.map} +1 -1
  87. package/lib/{OperationList-Bn9ggxw8.js → OperationList-DpmkHf26.js} +45 -43
  88. package/lib/{OperationList-Bn9ggxw8.js.map → OperationList-DpmkHf26.js.map} +1 -1
  89. package/lib/{Pagination-bavPec-z.js → Pagination-kqFNgtnI.js} +3 -3
  90. package/lib/{Pagination-bavPec-z.js.map → Pagination-kqFNgtnI.js.map} +1 -1
  91. package/lib/{RouteGuard-Vnlz_t51.js → RouteGuard-0wPUKdxJ.js} +166 -165
  92. package/lib/{RouteGuard-Vnlz_t51.js.map → RouteGuard-0wPUKdxJ.js.map} +1 -1
  93. package/lib/{SchemaList-DETyCVqu.js → SchemaList-DS-pMd6B.js} +8 -8
  94. package/lib/{SchemaList-DETyCVqu.js.map → SchemaList-DS-pMd6B.js.map} +1 -1
  95. package/lib/{SchemaView-Dvxo2RNe.js → SchemaView-BnN6WHjw.js} +4 -4
  96. package/lib/{SchemaView-Dvxo2RNe.js.map → SchemaView-BnN6WHjw.js.map} +1 -1
  97. package/lib/Select-BmTTKNPp.js +273 -0
  98. package/lib/Select-BmTTKNPp.js.map +1 -0
  99. package/lib/{SignUp-ClYhZq9H.js → SignUp-BwOSCD-6.js} +9 -9
  100. package/lib/{SignUp-ClYhZq9H.js.map → SignUp-BwOSCD-6.js.map} +1 -1
  101. package/lib/{Slot-B31yZlfB.js → Slot-DAyXieeZ.js} +1352 -1349
  102. package/lib/{Slot-B31yZlfB.js.map → Slot-DAyXieeZ.js.map} +1 -1
  103. package/lib/{SyntaxHighlight-bm761HDo.js → SyntaxHighlight-BMKR4pl6.js} +3 -3
  104. package/lib/{SyntaxHighlight-bm761HDo.js.map → SyntaxHighlight-BMKR4pl6.js.map} +1 -1
  105. package/lib/{Toc-D4oBWE8D.js → Toc-BKDRCQzU.js} +2 -2
  106. package/lib/{Toc-D4oBWE8D.js.map → Toc-BKDRCQzU.js.map} +1 -1
  107. package/lib/ZudokuContext-CLl5w57E.js +1278 -0
  108. package/lib/ZudokuContext-CLl5w57E.js.map +1 -0
  109. package/lib/{chunk-DQRVZFIR-DHK7_Ilc.js → chunk-QMGIS6GS-CEOk3lro.js} +3 -3
  110. package/lib/chunk-QMGIS6GS-CEOk3lro.js.map +1 -0
  111. package/lib/{circular-CRbFI6Zl.js → circular-8GWQDvCW.js} +2 -2
  112. package/lib/{circular-CRbFI6Zl.js.map → circular-8GWQDvCW.js.map} +1 -1
  113. package/lib/{createServer-DNyGJJNX.js → createServer-BsezSzvV.js} +5 -5
  114. package/lib/{createServer-DNyGJJNX.js.map → createServer-BsezSzvV.js.map} +1 -1
  115. package/lib/{errors-C1GlNcV3.js → errors-Cs7hKmdL.js} +11 -10
  116. package/lib/errors-Cs7hKmdL.js.map +1 -0
  117. package/lib/hook-DbUCLQNg.js +247 -0
  118. package/lib/hook-DbUCLQNg.js.map +1 -0
  119. package/lib/{index-D09PbNex.js → index-A5Qdwj1B.js} +1521 -1420
  120. package/lib/index-A5Qdwj1B.js.map +1 -0
  121. package/lib/{index-C_PXQ8Bx.js → index-Bg7Js3jB.js} +832 -912
  122. package/lib/index-Bg7Js3jB.js.map +1 -0
  123. package/lib/{index-CZTEgYDd.js → index-BkW9tJ6j.js} +2 -2
  124. package/lib/{index-CZTEgYDd.js.map → index-BkW9tJ6j.js.map} +1 -1
  125. package/lib/index.esm-CdzlRw50.js +1254 -0
  126. package/lib/index.esm-CdzlRw50.js.map +1 -0
  127. package/lib/{invariant-DAFpPywt.js → invariant-Bm-FVUQE.js} +2 -6
  128. package/lib/invariant-Bm-FVUQE.js.map +1 -0
  129. package/lib/ui/ActionButton.js +9 -9
  130. package/lib/ui/ActionButton.js.map +1 -1
  131. package/lib/ui/Command.js +1 -1
  132. package/lib/ui/Form.js +1 -1
  133. package/lib/ui/SyntaxHighlight.js +3 -3
  134. package/lib/{useExposedProps-BIYjecPD.js → useExposedProps-KcgXHKeE.js} +2 -2
  135. package/lib/{useExposedProps-BIYjecPD.js.map → useExposedProps-KcgXHKeE.js.map} +1 -1
  136. package/lib/zudoku.auth-auth0.js +1 -1
  137. package/lib/zudoku.auth-azureb2c.js +25 -17
  138. package/lib/zudoku.auth-azureb2c.js.map +1 -1
  139. package/lib/zudoku.auth-clerk.js +24 -21
  140. package/lib/zudoku.auth-clerk.js.map +1 -1
  141. package/lib/zudoku.auth-openid.js +213 -205
  142. package/lib/zudoku.auth-openid.js.map +1 -1
  143. package/lib/zudoku.auth-supabase.js +2 -2
  144. package/lib/zudoku.components.js +29 -28
  145. package/lib/zudoku.components.js.map +1 -1
  146. package/lib/zudoku.hooks.js +16 -15
  147. package/lib/zudoku.hooks.js.map +1 -1
  148. package/lib/zudoku.plugin-api-catalog.js +26 -25
  149. package/lib/zudoku.plugin-api-catalog.js.map +1 -1
  150. package/lib/zudoku.plugin-api-keys.js +409 -297
  151. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  152. package/lib/zudoku.plugin-custom-pages.js +1 -1
  153. package/lib/zudoku.plugin-markdown.js +1 -1
  154. package/lib/zudoku.plugin-openapi.js +7 -6
  155. package/lib/zudoku.plugin-openapi.js.map +1 -1
  156. package/lib/zudoku.plugin-redirect.js +1 -1
  157. package/lib/zudoku.plugin-search-pagefind.js +28 -27
  158. package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
  159. package/lib/zudoku.plugins.js.map +1 -1
  160. package/package.json +4 -4
  161. package/src/lib/authentication/components/CallbackHandler.tsx +22 -15
  162. package/src/lib/authentication/components/OAuthErrorPage.tsx +171 -0
  163. package/src/lib/authentication/errors.ts +27 -13
  164. package/src/lib/authentication/hook.ts +2 -0
  165. package/src/lib/authentication/providers/azureb2c.tsx +8 -3
  166. package/src/lib/authentication/providers/clerk.tsx +4 -1
  167. package/src/lib/authentication/providers/openid.tsx +7 -1
  168. package/src/lib/components/Heading.tsx +1 -1
  169. package/src/lib/components/MobileTopNavigation.tsx +6 -3
  170. package/src/lib/components/TopNavigation.tsx +4 -4
  171. package/src/lib/components/context/ZudokuContext.ts +25 -18
  172. package/src/lib/components/navigation/NavigationItem.tsx +9 -1
  173. package/src/lib/components/navigation/utils.ts +9 -3
  174. package/src/lib/core/RouteGuard.tsx +13 -13
  175. package/src/lib/core/ZudokuContext.ts +18 -5
  176. package/src/lib/core/plugins.ts +2 -1
  177. package/src/lib/plugins/api-keys/CreateApiKey.tsx +12 -1
  178. package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +24 -4
  179. package/src/lib/plugins/api-keys/index.tsx +7 -8
  180. package/src/lib/plugins/openapi/graphql/gql.ts +3 -3
  181. package/src/lib/plugins/openapi/graphql/graphql.ts +2 -0
  182. package/src/lib/plugins/openapi/index.tsx +66 -16
  183. package/src/lib/ui/ActionButton.tsx +3 -1
  184. package/src/lib/util/invariant.ts +7 -5
  185. package/lib/Alert-CWApD0CL.js +0 -161
  186. package/lib/Alert-CWApD0CL.js.map +0 -1
  187. package/lib/CallbackHandler-Dr5Lva9x.js +0 -38
  188. package/lib/CallbackHandler-Dr5Lva9x.js.map +0 -1
  189. package/lib/chunk-DQRVZFIR-DHK7_Ilc.js.map +0 -1
  190. package/lib/errors-C1GlNcV3.js.map +0 -1
  191. package/lib/hook-CZjW2buS.js +0 -1510
  192. package/lib/hook-CZjW2buS.js.map +0 -1
  193. package/lib/index-C_PXQ8Bx.js.map +0 -1
  194. package/lib/index-D09PbNex.js.map +0 -1
  195. package/lib/index.esm-Cp4wkyud.js +0 -1236
  196. package/lib/index.esm-Cp4wkyud.js.map +0 -1
  197. 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";
@@ -406,7 +444,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
406
444
  "chart-pie": "chart-pie";
407
445
  "chart-scatter": "chart-scatter";
408
446
  "chart-spline": "chart-spline";
409
- check: "check";
410
447
  "check-check": "check-check";
411
448
  "check-circle": "check-circle";
412
449
  "check-circle-2": "check-circle-2";
@@ -442,7 +479,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
442
479
  church: "church";
443
480
  cigarette: "cigarette";
444
481
  "cigarette-off": "cigarette-off";
445
- circle: "circle";
446
482
  "circle-alert": "circle-alert";
447
483
  "circle-arrow-down": "circle-arrow-down";
448
484
  "circle-arrow-left": "circle-arrow-left";
@@ -543,7 +579,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
543
579
  cloudy: "cloudy";
544
580
  clover: "clover";
545
581
  club: "club";
546
- code: "code";
547
582
  "code-2": "code-2";
548
583
  "code-square": "code-square";
549
584
  "code-xml": "code-xml";
@@ -568,7 +603,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
568
603
  construction: "construction";
569
604
  "contact-2": "contact-2";
570
605
  "contact-round": "contact-round";
571
- container: "container";
572
606
  contrast: "contrast";
573
607
  "cooking-pot": "cooking-pot";
574
608
  "copy-check": "copy-check";
@@ -670,7 +704,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
670
704
  eraser: "eraser";
671
705
  "ethernet-port": "ethernet-port";
672
706
  euro: "euro";
673
- expand: "expand";
674
707
  "external-link": "external-link";
675
708
  eye: "eye";
676
709
  "eye-closed": "eye-closed";
@@ -839,7 +872,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
839
872
  gavel: "gavel";
840
873
  gem: "gem";
841
874
  "georgian-lari": "georgian-lari";
842
- ghost: "ghost";
843
875
  gift: "gift";
844
876
  "git-branch": "git-branch";
845
877
  "git-branch-plus": "git-branch-plus";
@@ -869,7 +901,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
869
901
  grab: "grab";
870
902
  "graduation-cap": "graduation-cap";
871
903
  grape: "grape";
872
- grid: "grid";
873
904
  "grid-2-x-2": "grid-2-x-2";
874
905
  "grid-2-x-2-check": "grid-2-x-2-check";
875
906
  "grid-2-x-2-plus": "grid-2-x-2-plus";
@@ -884,7 +915,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
884
915
  grip: "grip";
885
916
  "grip-horizontal": "grip-horizontal";
886
917
  "grip-vertical": "grip-vertical";
887
- group: "group";
888
918
  guitar: "guitar";
889
919
  ham: "ham";
890
920
  hamburger: "hamburger";
@@ -903,7 +933,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
903
933
  hash: "hash";
904
934
  haze: "haze";
905
935
  "hdmi-port": "hdmi-port";
906
- heading: "heading";
907
936
  "heading-1": "heading-1";
908
937
  "heading-2": "heading-2";
909
938
  "heading-3": "heading-3";
@@ -942,7 +971,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
942
971
  "ice-cream-cone": "ice-cream-cone";
943
972
  "id-card": "id-card";
944
973
  "id-card-lanyard": "id-card-lanyard";
945
- image: "image";
946
974
  "image-down": "image-down";
947
975
  "image-minus": "image-minus";
948
976
  "image-off": "image-off";
@@ -1086,7 +1114,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1086
1114
  "megaphone-off": "megaphone-off";
1087
1115
  meh: "meh";
1088
1116
  "memory-stick": "memory-stick";
1089
- menu: "menu";
1090
1117
  "menu-square": "menu-square";
1091
1118
  "message-circle": "message-circle";
1092
1119
  "message-circle-code": "message-circle-code";
@@ -1151,14 +1178,12 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1151
1178
  "more-vertical": "more-vertical";
1152
1179
  mountain: "mountain";
1153
1180
  "mountain-snow": "mountain-snow";
1154
- mouse: "mouse";
1155
1181
  "mouse-off": "mouse-off";
1156
1182
  "mouse-pointer": "mouse-pointer";
1157
1183
  "mouse-pointer-2": "mouse-pointer-2";
1158
1184
  "mouse-pointer-ban": "mouse-pointer-ban";
1159
1185
  "mouse-pointer-click": "mouse-pointer-click";
1160
1186
  "mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
1161
- move: "move";
1162
1187
  "move-3-d": "move-3-d";
1163
1188
  "move-3d": "move-3d";
1164
1189
  "move-diagonal": "move-diagonal";
@@ -1177,7 +1202,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1177
1202
  "music-2": "music-2";
1178
1203
  "music-3": "music-3";
1179
1204
  "music-4": "music-4";
1180
- navigation: "navigation";
1181
1205
  "navigation-2": "navigation-2";
1182
1206
  "navigation-2-off": "navigation-2-off";
1183
1207
  "navigation-off": "navigation-off";
@@ -1199,7 +1223,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1199
1223
  "octagon-pause": "octagon-pause";
1200
1224
  "octagon-x": "octagon-x";
1201
1225
  omega: "omega";
1202
- option: "option";
1203
1226
  orbit: "orbit";
1204
1227
  origami: "origami";
1205
1228
  outdent: "outdent";
@@ -1256,7 +1279,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1256
1279
  "pause-octagon": "pause-octagon";
1257
1280
  "paw-print": "paw-print";
1258
1281
  "pc-case": "pc-case";
1259
- pen: "pen";
1260
1282
  "pen-box": "pen-box";
1261
1283
  "pen-line": "pen-line";
1262
1284
  "pen-off": "pen-off";
@@ -1322,7 +1344,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1322
1344
  "power-circle": "power-circle";
1323
1345
  "power-off": "power-off";
1324
1346
  "power-square": "power-square";
1325
- presentation: "presentation";
1326
1347
  printer: "printer";
1327
1348
  "printer-check": "printer-check";
1328
1349
  projector: "projector";
@@ -1335,10 +1356,8 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1335
1356
  radar: "radar";
1336
1357
  radiation: "radiation";
1337
1358
  radical: "radical";
1338
- radio: "radio";
1339
1359
  "radio-receiver": "radio-receiver";
1340
1360
  "radio-tower": "radio-tower";
1341
- radius: "radius";
1342
1361
  "rail-symbol": "rail-symbol";
1343
1362
  rainbow: "rainbow";
1344
1363
  rat: "rat";
@@ -1405,7 +1424,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1405
1424
  save: "save";
1406
1425
  "save-all": "save-all";
1407
1426
  "save-off": "save-off";
1408
- scale: "scale";
1409
1427
  "scale-3-d": "scale-3-d";
1410
1428
  "scale-3d": "scale-3d";
1411
1429
  scaling: "scaling";
@@ -1432,8 +1450,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1432
1450
  "search-code": "search-code";
1433
1451
  "search-slash": "search-slash";
1434
1452
  "search-x": "search-x";
1435
- section: "section";
1436
- send: "send";
1437
1453
  "send-horizonal": "send-horizonal";
1438
1454
  "send-horizontal": "send-horizontal";
1439
1455
  "send-to-back": "send-to-back";
@@ -1627,7 +1643,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1627
1643
  sword: "sword";
1628
1644
  swords: "swords";
1629
1645
  syringe: "syringe";
1630
- table: "table";
1631
1646
  "table-2": "table-2";
1632
1647
  "table-cells-merge": "table-cells-merge";
1633
1648
  "table-cells-split": "table-cells-split";
@@ -1645,7 +1660,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1645
1660
  "tally-4": "tally-4";
1646
1661
  "tally-5": "tally-5";
1647
1662
  tangent: "tangent";
1648
- target: "target";
1649
1663
  telescope: "telescope";
1650
1664
  tent: "tent";
1651
1665
  "tent-tree": "tent-tree";
@@ -1655,7 +1669,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1655
1669
  "test-tube-2": "test-tube-2";
1656
1670
  "test-tube-diagonal": "test-tube-diagonal";
1657
1671
  "test-tubes": "test-tubes";
1658
- text: "text";
1659
1672
  "text-cursor": "text-cursor";
1660
1673
  "text-cursor-input": "text-cursor-input";
1661
1674
  "text-quote": "text-quote";
@@ -1677,7 +1690,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1677
1690
  "ticket-x": "ticket-x";
1678
1691
  tickets: "tickets";
1679
1692
  "tickets-plane": "tickets-plane";
1680
- timer: "timer";
1681
1693
  "timer-off": "timer-off";
1682
1694
  "timer-reset": "timer-reset";
1683
1695
  "toggle-left": "toggle-left";
@@ -1784,10 +1796,8 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1784
1796
  verified: "verified";
1785
1797
  vibrate: "vibrate";
1786
1798
  "vibrate-off": "vibrate-off";
1787
- video: "video";
1788
1799
  "video-off": "video-off";
1789
1800
  videotape: "videotape";
1790
- view: "view";
1791
1801
  voicemail: "voicemail";
1792
1802
  volleyball: "volleyball";
1793
1803
  volume: "volume";
@@ -1814,7 +1824,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1814
1824
  webhook: "webhook";
1815
1825
  "webhook-off": "webhook-off";
1816
1826
  weight: "weight";
1817
- wheat: "wheat";
1818
1827
  "wheat-off": "wheat-off";
1819
1828
  "whole-word": "whole-word";
1820
1829
  wifi: "wifi";
@@ -1832,7 +1841,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1832
1841
  worm: "worm";
1833
1842
  "wrap-text": "wrap-text";
1834
1843
  wrench: "wrench";
1835
- x: "x";
1836
1844
  "x-circle": "x-circle";
1837
1845
  "x-octagon": "x-octagon";
1838
1846
  "x-square": "x-square";
@@ -1846,22 +1854,28 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
1846
1854
  badge: z.ZodOptional<z.ZodObject<{
1847
1855
  label: z.ZodString;
1848
1856
  color: z.ZodEnum<{
1849
- green: "green";
1857
+ outline: "outline";
1850
1858
  blue: "blue";
1851
- yellow: "yellow";
1852
- red: "red";
1853
- purple: "purple";
1854
- indigo: "indigo";
1855
1859
  gray: "gray";
1856
- outline: "outline";
1860
+ green: "green";
1861
+ indigo: "indigo";
1862
+ purple: "purple";
1863
+ red: "red";
1864
+ yellow: "yellow";
1857
1865
  }>;
1858
1866
  }, z.core.$strip>>;
1859
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
1867
+ display: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
1868
+ hide: "hide";
1869
+ always: "always";
1860
1870
  auth: "auth";
1861
1871
  anon: "anon";
1862
- always: "always";
1863
- hide: "hide";
1864
- }>>>;
1872
+ }>, z.ZodCustom<(params: {
1873
+ context: ZudokuContext;
1874
+ auth: UseAuthReturn;
1875
+ }) => boolean, (params: {
1876
+ context: ZudokuContext;
1877
+ auth: UseAuthReturn;
1878
+ }) => boolean>]>>>;
1865
1879
  }, z.core.$strip>]>;
1866
1880
  declare const InputNavigationLinkSchema: z.ZodObject<{
1867
1881
  type: z.ZodLiteral<"link">;
@@ -1896,6 +1910,36 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
1896
1910
  play: "play";
1897
1911
  scroll: "scroll";
1898
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";
1899
1943
  "a-arrow-down": "a-arrow-down";
1900
1944
  "a-arrow-up": "a-arrow-up";
1901
1945
  "a-large-small": "a-large-small";
@@ -2259,7 +2303,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2259
2303
  "chart-pie": "chart-pie";
2260
2304
  "chart-scatter": "chart-scatter";
2261
2305
  "chart-spline": "chart-spline";
2262
- check: "check";
2263
2306
  "check-check": "check-check";
2264
2307
  "check-circle": "check-circle";
2265
2308
  "check-circle-2": "check-circle-2";
@@ -2295,7 +2338,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2295
2338
  church: "church";
2296
2339
  cigarette: "cigarette";
2297
2340
  "cigarette-off": "cigarette-off";
2298
- circle: "circle";
2299
2341
  "circle-alert": "circle-alert";
2300
2342
  "circle-arrow-down": "circle-arrow-down";
2301
2343
  "circle-arrow-left": "circle-arrow-left";
@@ -2396,7 +2438,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2396
2438
  cloudy: "cloudy";
2397
2439
  clover: "clover";
2398
2440
  club: "club";
2399
- code: "code";
2400
2441
  "code-2": "code-2";
2401
2442
  "code-square": "code-square";
2402
2443
  "code-xml": "code-xml";
@@ -2421,7 +2462,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2421
2462
  construction: "construction";
2422
2463
  "contact-2": "contact-2";
2423
2464
  "contact-round": "contact-round";
2424
- container: "container";
2425
2465
  contrast: "contrast";
2426
2466
  "cooking-pot": "cooking-pot";
2427
2467
  "copy-check": "copy-check";
@@ -2523,7 +2563,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2523
2563
  eraser: "eraser";
2524
2564
  "ethernet-port": "ethernet-port";
2525
2565
  euro: "euro";
2526
- expand: "expand";
2527
2566
  "external-link": "external-link";
2528
2567
  eye: "eye";
2529
2568
  "eye-closed": "eye-closed";
@@ -2692,7 +2731,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2692
2731
  gavel: "gavel";
2693
2732
  gem: "gem";
2694
2733
  "georgian-lari": "georgian-lari";
2695
- ghost: "ghost";
2696
2734
  gift: "gift";
2697
2735
  "git-branch": "git-branch";
2698
2736
  "git-branch-plus": "git-branch-plus";
@@ -2722,7 +2760,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2722
2760
  grab: "grab";
2723
2761
  "graduation-cap": "graduation-cap";
2724
2762
  grape: "grape";
2725
- grid: "grid";
2726
2763
  "grid-2-x-2": "grid-2-x-2";
2727
2764
  "grid-2-x-2-check": "grid-2-x-2-check";
2728
2765
  "grid-2-x-2-plus": "grid-2-x-2-plus";
@@ -2737,7 +2774,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2737
2774
  grip: "grip";
2738
2775
  "grip-horizontal": "grip-horizontal";
2739
2776
  "grip-vertical": "grip-vertical";
2740
- group: "group";
2741
2777
  guitar: "guitar";
2742
2778
  ham: "ham";
2743
2779
  hamburger: "hamburger";
@@ -2756,7 +2792,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2756
2792
  hash: "hash";
2757
2793
  haze: "haze";
2758
2794
  "hdmi-port": "hdmi-port";
2759
- heading: "heading";
2760
2795
  "heading-1": "heading-1";
2761
2796
  "heading-2": "heading-2";
2762
2797
  "heading-3": "heading-3";
@@ -2795,7 +2830,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2795
2830
  "ice-cream-cone": "ice-cream-cone";
2796
2831
  "id-card": "id-card";
2797
2832
  "id-card-lanyard": "id-card-lanyard";
2798
- image: "image";
2799
2833
  "image-down": "image-down";
2800
2834
  "image-minus": "image-minus";
2801
2835
  "image-off": "image-off";
@@ -2939,7 +2973,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2939
2973
  "megaphone-off": "megaphone-off";
2940
2974
  meh: "meh";
2941
2975
  "memory-stick": "memory-stick";
2942
- menu: "menu";
2943
2976
  "menu-square": "menu-square";
2944
2977
  "message-circle": "message-circle";
2945
2978
  "message-circle-code": "message-circle-code";
@@ -3004,14 +3037,12 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3004
3037
  "more-vertical": "more-vertical";
3005
3038
  mountain: "mountain";
3006
3039
  "mountain-snow": "mountain-snow";
3007
- mouse: "mouse";
3008
3040
  "mouse-off": "mouse-off";
3009
3041
  "mouse-pointer": "mouse-pointer";
3010
3042
  "mouse-pointer-2": "mouse-pointer-2";
3011
3043
  "mouse-pointer-ban": "mouse-pointer-ban";
3012
3044
  "mouse-pointer-click": "mouse-pointer-click";
3013
3045
  "mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
3014
- move: "move";
3015
3046
  "move-3-d": "move-3-d";
3016
3047
  "move-3d": "move-3d";
3017
3048
  "move-diagonal": "move-diagonal";
@@ -3030,7 +3061,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3030
3061
  "music-2": "music-2";
3031
3062
  "music-3": "music-3";
3032
3063
  "music-4": "music-4";
3033
- navigation: "navigation";
3034
3064
  "navigation-2": "navigation-2";
3035
3065
  "navigation-2-off": "navigation-2-off";
3036
3066
  "navigation-off": "navigation-off";
@@ -3052,7 +3082,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3052
3082
  "octagon-pause": "octagon-pause";
3053
3083
  "octagon-x": "octagon-x";
3054
3084
  omega: "omega";
3055
- option: "option";
3056
3085
  orbit: "orbit";
3057
3086
  origami: "origami";
3058
3087
  outdent: "outdent";
@@ -3109,7 +3138,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3109
3138
  "pause-octagon": "pause-octagon";
3110
3139
  "paw-print": "paw-print";
3111
3140
  "pc-case": "pc-case";
3112
- pen: "pen";
3113
3141
  "pen-box": "pen-box";
3114
3142
  "pen-line": "pen-line";
3115
3143
  "pen-off": "pen-off";
@@ -3175,7 +3203,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3175
3203
  "power-circle": "power-circle";
3176
3204
  "power-off": "power-off";
3177
3205
  "power-square": "power-square";
3178
- presentation: "presentation";
3179
3206
  printer: "printer";
3180
3207
  "printer-check": "printer-check";
3181
3208
  projector: "projector";
@@ -3188,10 +3215,8 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3188
3215
  radar: "radar";
3189
3216
  radiation: "radiation";
3190
3217
  radical: "radical";
3191
- radio: "radio";
3192
3218
  "radio-receiver": "radio-receiver";
3193
3219
  "radio-tower": "radio-tower";
3194
- radius: "radius";
3195
3220
  "rail-symbol": "rail-symbol";
3196
3221
  rainbow: "rainbow";
3197
3222
  rat: "rat";
@@ -3258,7 +3283,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3258
3283
  save: "save";
3259
3284
  "save-all": "save-all";
3260
3285
  "save-off": "save-off";
3261
- scale: "scale";
3262
3286
  "scale-3-d": "scale-3-d";
3263
3287
  "scale-3d": "scale-3d";
3264
3288
  scaling: "scaling";
@@ -3285,8 +3309,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3285
3309
  "search-code": "search-code";
3286
3310
  "search-slash": "search-slash";
3287
3311
  "search-x": "search-x";
3288
- section: "section";
3289
- send: "send";
3290
3312
  "send-horizonal": "send-horizonal";
3291
3313
  "send-horizontal": "send-horizontal";
3292
3314
  "send-to-back": "send-to-back";
@@ -3480,7 +3502,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3480
3502
  sword: "sword";
3481
3503
  swords: "swords";
3482
3504
  syringe: "syringe";
3483
- table: "table";
3484
3505
  "table-2": "table-2";
3485
3506
  "table-cells-merge": "table-cells-merge";
3486
3507
  "table-cells-split": "table-cells-split";
@@ -3498,7 +3519,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3498
3519
  "tally-4": "tally-4";
3499
3520
  "tally-5": "tally-5";
3500
3521
  tangent: "tangent";
3501
- target: "target";
3502
3522
  telescope: "telescope";
3503
3523
  tent: "tent";
3504
3524
  "tent-tree": "tent-tree";
@@ -3508,7 +3528,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3508
3528
  "test-tube-2": "test-tube-2";
3509
3529
  "test-tube-diagonal": "test-tube-diagonal";
3510
3530
  "test-tubes": "test-tubes";
3511
- text: "text";
3512
3531
  "text-cursor": "text-cursor";
3513
3532
  "text-cursor-input": "text-cursor-input";
3514
3533
  "text-quote": "text-quote";
@@ -3530,7 +3549,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3530
3549
  "ticket-x": "ticket-x";
3531
3550
  tickets: "tickets";
3532
3551
  "tickets-plane": "tickets-plane";
3533
- timer: "timer";
3534
3552
  "timer-off": "timer-off";
3535
3553
  "timer-reset": "timer-reset";
3536
3554
  "toggle-left": "toggle-left";
@@ -3637,10 +3655,8 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3637
3655
  verified: "verified";
3638
3656
  vibrate: "vibrate";
3639
3657
  "vibrate-off": "vibrate-off";
3640
- video: "video";
3641
3658
  "video-off": "video-off";
3642
3659
  videotape: "videotape";
3643
- view: "view";
3644
3660
  voicemail: "voicemail";
3645
3661
  volleyball: "volleyball";
3646
3662
  volume: "volume";
@@ -3667,7 +3683,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3667
3683
  webhook: "webhook";
3668
3684
  "webhook-off": "webhook-off";
3669
3685
  weight: "weight";
3670
- wheat: "wheat";
3671
3686
  "wheat-off": "wheat-off";
3672
3687
  "whole-word": "whole-word";
3673
3688
  wifi: "wifi";
@@ -3685,7 +3700,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3685
3700
  worm: "worm";
3686
3701
  "wrap-text": "wrap-text";
3687
3702
  wrench: "wrench";
3688
- x: "x";
3689
3703
  "x-circle": "x-circle";
3690
3704
  "x-octagon": "x-octagon";
3691
3705
  "x-square": "x-square";
@@ -3698,22 +3712,28 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3698
3712
  badge: z.ZodOptional<z.ZodObject<{
3699
3713
  label: z.ZodString;
3700
3714
  color: z.ZodEnum<{
3701
- green: "green";
3715
+ outline: "outline";
3702
3716
  blue: "blue";
3703
- yellow: "yellow";
3704
- red: "red";
3705
- purple: "purple";
3706
- indigo: "indigo";
3707
3717
  gray: "gray";
3708
- outline: "outline";
3718
+ green: "green";
3719
+ indigo: "indigo";
3720
+ purple: "purple";
3721
+ red: "red";
3722
+ yellow: "yellow";
3709
3723
  }>;
3710
3724
  }, z.core.$strip>>;
3711
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
3725
+ display: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
3726
+ hide: "hide";
3727
+ always: "always";
3712
3728
  auth: "auth";
3713
3729
  anon: "anon";
3714
- always: "always";
3715
- hide: "hide";
3716
- }>>>;
3730
+ }>, z.ZodCustom<(params: {
3731
+ context: ZudokuContext;
3732
+ auth: UseAuthReturn;
3733
+ }) => boolean, (params: {
3734
+ context: ZudokuContext;
3735
+ auth: UseAuthReturn;
3736
+ }) => boolean>]>>>;
3717
3737
  }, z.core.$strip>;
3718
3738
  declare const InputNavigationCustomPageSchema: z.ZodObject<{
3719
3739
  type: z.ZodLiteral<"custom-page">;
@@ -3749,6 +3769,36 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
3749
3769
  play: "play";
3750
3770
  scroll: "scroll";
3751
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";
3752
3802
  "a-arrow-down": "a-arrow-down";
3753
3803
  "a-arrow-up": "a-arrow-up";
3754
3804
  "a-large-small": "a-large-small";
@@ -4112,7 +4162,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4112
4162
  "chart-pie": "chart-pie";
4113
4163
  "chart-scatter": "chart-scatter";
4114
4164
  "chart-spline": "chart-spline";
4115
- check: "check";
4116
4165
  "check-check": "check-check";
4117
4166
  "check-circle": "check-circle";
4118
4167
  "check-circle-2": "check-circle-2";
@@ -4148,7 +4197,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4148
4197
  church: "church";
4149
4198
  cigarette: "cigarette";
4150
4199
  "cigarette-off": "cigarette-off";
4151
- circle: "circle";
4152
4200
  "circle-alert": "circle-alert";
4153
4201
  "circle-arrow-down": "circle-arrow-down";
4154
4202
  "circle-arrow-left": "circle-arrow-left";
@@ -4249,7 +4297,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4249
4297
  cloudy: "cloudy";
4250
4298
  clover: "clover";
4251
4299
  club: "club";
4252
- code: "code";
4253
4300
  "code-2": "code-2";
4254
4301
  "code-square": "code-square";
4255
4302
  "code-xml": "code-xml";
@@ -4274,7 +4321,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4274
4321
  construction: "construction";
4275
4322
  "contact-2": "contact-2";
4276
4323
  "contact-round": "contact-round";
4277
- container: "container";
4278
4324
  contrast: "contrast";
4279
4325
  "cooking-pot": "cooking-pot";
4280
4326
  "copy-check": "copy-check";
@@ -4376,7 +4422,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4376
4422
  eraser: "eraser";
4377
4423
  "ethernet-port": "ethernet-port";
4378
4424
  euro: "euro";
4379
- expand: "expand";
4380
4425
  "external-link": "external-link";
4381
4426
  eye: "eye";
4382
4427
  "eye-closed": "eye-closed";
@@ -4545,7 +4590,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4545
4590
  gavel: "gavel";
4546
4591
  gem: "gem";
4547
4592
  "georgian-lari": "georgian-lari";
4548
- ghost: "ghost";
4549
4593
  gift: "gift";
4550
4594
  "git-branch": "git-branch";
4551
4595
  "git-branch-plus": "git-branch-plus";
@@ -4575,7 +4619,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4575
4619
  grab: "grab";
4576
4620
  "graduation-cap": "graduation-cap";
4577
4621
  grape: "grape";
4578
- grid: "grid";
4579
4622
  "grid-2-x-2": "grid-2-x-2";
4580
4623
  "grid-2-x-2-check": "grid-2-x-2-check";
4581
4624
  "grid-2-x-2-plus": "grid-2-x-2-plus";
@@ -4590,7 +4633,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4590
4633
  grip: "grip";
4591
4634
  "grip-horizontal": "grip-horizontal";
4592
4635
  "grip-vertical": "grip-vertical";
4593
- group: "group";
4594
4636
  guitar: "guitar";
4595
4637
  ham: "ham";
4596
4638
  hamburger: "hamburger";
@@ -4609,7 +4651,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4609
4651
  hash: "hash";
4610
4652
  haze: "haze";
4611
4653
  "hdmi-port": "hdmi-port";
4612
- heading: "heading";
4613
4654
  "heading-1": "heading-1";
4614
4655
  "heading-2": "heading-2";
4615
4656
  "heading-3": "heading-3";
@@ -4648,7 +4689,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4648
4689
  "ice-cream-cone": "ice-cream-cone";
4649
4690
  "id-card": "id-card";
4650
4691
  "id-card-lanyard": "id-card-lanyard";
4651
- image: "image";
4652
4692
  "image-down": "image-down";
4653
4693
  "image-minus": "image-minus";
4654
4694
  "image-off": "image-off";
@@ -4792,7 +4832,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4792
4832
  "megaphone-off": "megaphone-off";
4793
4833
  meh: "meh";
4794
4834
  "memory-stick": "memory-stick";
4795
- menu: "menu";
4796
4835
  "menu-square": "menu-square";
4797
4836
  "message-circle": "message-circle";
4798
4837
  "message-circle-code": "message-circle-code";
@@ -4857,14 +4896,12 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4857
4896
  "more-vertical": "more-vertical";
4858
4897
  mountain: "mountain";
4859
4898
  "mountain-snow": "mountain-snow";
4860
- mouse: "mouse";
4861
4899
  "mouse-off": "mouse-off";
4862
4900
  "mouse-pointer": "mouse-pointer";
4863
4901
  "mouse-pointer-2": "mouse-pointer-2";
4864
4902
  "mouse-pointer-ban": "mouse-pointer-ban";
4865
4903
  "mouse-pointer-click": "mouse-pointer-click";
4866
4904
  "mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
4867
- move: "move";
4868
4905
  "move-3-d": "move-3-d";
4869
4906
  "move-3d": "move-3d";
4870
4907
  "move-diagonal": "move-diagonal";
@@ -4883,7 +4920,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4883
4920
  "music-2": "music-2";
4884
4921
  "music-3": "music-3";
4885
4922
  "music-4": "music-4";
4886
- navigation: "navigation";
4887
4923
  "navigation-2": "navigation-2";
4888
4924
  "navigation-2-off": "navigation-2-off";
4889
4925
  "navigation-off": "navigation-off";
@@ -4905,7 +4941,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4905
4941
  "octagon-pause": "octagon-pause";
4906
4942
  "octagon-x": "octagon-x";
4907
4943
  omega: "omega";
4908
- option: "option";
4909
4944
  orbit: "orbit";
4910
4945
  origami: "origami";
4911
4946
  outdent: "outdent";
@@ -4962,7 +4997,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4962
4997
  "pause-octagon": "pause-octagon";
4963
4998
  "paw-print": "paw-print";
4964
4999
  "pc-case": "pc-case";
4965
- pen: "pen";
4966
5000
  "pen-box": "pen-box";
4967
5001
  "pen-line": "pen-line";
4968
5002
  "pen-off": "pen-off";
@@ -5028,7 +5062,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5028
5062
  "power-circle": "power-circle";
5029
5063
  "power-off": "power-off";
5030
5064
  "power-square": "power-square";
5031
- presentation: "presentation";
5032
5065
  printer: "printer";
5033
5066
  "printer-check": "printer-check";
5034
5067
  projector: "projector";
@@ -5041,10 +5074,8 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5041
5074
  radar: "radar";
5042
5075
  radiation: "radiation";
5043
5076
  radical: "radical";
5044
- radio: "radio";
5045
5077
  "radio-receiver": "radio-receiver";
5046
5078
  "radio-tower": "radio-tower";
5047
- radius: "radius";
5048
5079
  "rail-symbol": "rail-symbol";
5049
5080
  rainbow: "rainbow";
5050
5081
  rat: "rat";
@@ -5111,7 +5142,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5111
5142
  save: "save";
5112
5143
  "save-all": "save-all";
5113
5144
  "save-off": "save-off";
5114
- scale: "scale";
5115
5145
  "scale-3-d": "scale-3-d";
5116
5146
  "scale-3d": "scale-3d";
5117
5147
  scaling: "scaling";
@@ -5138,8 +5168,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5138
5168
  "search-code": "search-code";
5139
5169
  "search-slash": "search-slash";
5140
5170
  "search-x": "search-x";
5141
- section: "section";
5142
- send: "send";
5143
5171
  "send-horizonal": "send-horizonal";
5144
5172
  "send-horizontal": "send-horizontal";
5145
5173
  "send-to-back": "send-to-back";
@@ -5333,7 +5361,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5333
5361
  sword: "sword";
5334
5362
  swords: "swords";
5335
5363
  syringe: "syringe";
5336
- table: "table";
5337
5364
  "table-2": "table-2";
5338
5365
  "table-cells-merge": "table-cells-merge";
5339
5366
  "table-cells-split": "table-cells-split";
@@ -5351,7 +5378,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5351
5378
  "tally-4": "tally-4";
5352
5379
  "tally-5": "tally-5";
5353
5380
  tangent: "tangent";
5354
- target: "target";
5355
5381
  telescope: "telescope";
5356
5382
  tent: "tent";
5357
5383
  "tent-tree": "tent-tree";
@@ -5361,7 +5387,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5361
5387
  "test-tube-2": "test-tube-2";
5362
5388
  "test-tube-diagonal": "test-tube-diagonal";
5363
5389
  "test-tubes": "test-tubes";
5364
- text: "text";
5365
5390
  "text-cursor": "text-cursor";
5366
5391
  "text-cursor-input": "text-cursor-input";
5367
5392
  "text-quote": "text-quote";
@@ -5383,7 +5408,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5383
5408
  "ticket-x": "ticket-x";
5384
5409
  tickets: "tickets";
5385
5410
  "tickets-plane": "tickets-plane";
5386
- timer: "timer";
5387
5411
  "timer-off": "timer-off";
5388
5412
  "timer-reset": "timer-reset";
5389
5413
  "toggle-left": "toggle-left";
@@ -5490,10 +5514,8 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5490
5514
  verified: "verified";
5491
5515
  vibrate: "vibrate";
5492
5516
  "vibrate-off": "vibrate-off";
5493
- video: "video";
5494
5517
  "video-off": "video-off";
5495
5518
  videotape: "videotape";
5496
- view: "view";
5497
5519
  voicemail: "voicemail";
5498
5520
  volleyball: "volleyball";
5499
5521
  volume: "volume";
@@ -5520,7 +5542,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5520
5542
  webhook: "webhook";
5521
5543
  "webhook-off": "webhook-off";
5522
5544
  weight: "weight";
5523
- wheat: "wheat";
5524
5545
  "wheat-off": "wheat-off";
5525
5546
  "whole-word": "whole-word";
5526
5547
  wifi: "wifi";
@@ -5538,7 +5559,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5538
5559
  worm: "worm";
5539
5560
  "wrap-text": "wrap-text";
5540
5561
  wrench: "wrench";
5541
- x: "x";
5542
5562
  "x-circle": "x-circle";
5543
5563
  "x-octagon": "x-octagon";
5544
5564
  "x-square": "x-square";
@@ -5551,22 +5571,28 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5551
5571
  badge: z.ZodOptional<z.ZodObject<{
5552
5572
  label: z.ZodString;
5553
5573
  color: z.ZodEnum<{
5554
- green: "green";
5574
+ outline: "outline";
5555
5575
  blue: "blue";
5556
- yellow: "yellow";
5557
- red: "red";
5558
- purple: "purple";
5559
- indigo: "indigo";
5560
5576
  gray: "gray";
5561
- outline: "outline";
5577
+ green: "green";
5578
+ indigo: "indigo";
5579
+ purple: "purple";
5580
+ red: "red";
5581
+ yellow: "yellow";
5562
5582
  }>;
5563
5583
  }, z.core.$strip>>;
5564
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
5584
+ display: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
5585
+ hide: "hide";
5586
+ always: "always";
5565
5587
  auth: "auth";
5566
5588
  anon: "anon";
5567
- always: "always";
5568
- hide: "hide";
5569
- }>>>;
5589
+ }>, z.ZodCustom<(params: {
5590
+ context: ZudokuContext;
5591
+ auth: UseAuthReturn;
5592
+ }) => boolean, (params: {
5593
+ context: ZudokuContext;
5594
+ auth: UseAuthReturn;
5595
+ }) => boolean>]>>>;
5570
5596
  }, z.core.$strip>;
5571
5597
  declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5572
5598
  type: z.ZodLiteral<"category">;
@@ -5599,6 +5625,36 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5599
5625
  play: "play";
5600
5626
  scroll: "scroll";
5601
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";
5602
5658
  "a-arrow-down": "a-arrow-down";
5603
5659
  "a-arrow-up": "a-arrow-up";
5604
5660
  "a-large-small": "a-large-small";
@@ -5962,7 +6018,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5962
6018
  "chart-pie": "chart-pie";
5963
6019
  "chart-scatter": "chart-scatter";
5964
6020
  "chart-spline": "chart-spline";
5965
- check: "check";
5966
6021
  "check-check": "check-check";
5967
6022
  "check-circle": "check-circle";
5968
6023
  "check-circle-2": "check-circle-2";
@@ -5998,7 +6053,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5998
6053
  church: "church";
5999
6054
  cigarette: "cigarette";
6000
6055
  "cigarette-off": "cigarette-off";
6001
- circle: "circle";
6002
6056
  "circle-alert": "circle-alert";
6003
6057
  "circle-arrow-down": "circle-arrow-down";
6004
6058
  "circle-arrow-left": "circle-arrow-left";
@@ -6099,7 +6153,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6099
6153
  cloudy: "cloudy";
6100
6154
  clover: "clover";
6101
6155
  club: "club";
6102
- code: "code";
6103
6156
  "code-2": "code-2";
6104
6157
  "code-square": "code-square";
6105
6158
  "code-xml": "code-xml";
@@ -6124,7 +6177,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6124
6177
  construction: "construction";
6125
6178
  "contact-2": "contact-2";
6126
6179
  "contact-round": "contact-round";
6127
- container: "container";
6128
6180
  contrast: "contrast";
6129
6181
  "cooking-pot": "cooking-pot";
6130
6182
  "copy-check": "copy-check";
@@ -6226,7 +6278,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6226
6278
  eraser: "eraser";
6227
6279
  "ethernet-port": "ethernet-port";
6228
6280
  euro: "euro";
6229
- expand: "expand";
6230
6281
  "external-link": "external-link";
6231
6282
  eye: "eye";
6232
6283
  "eye-closed": "eye-closed";
@@ -6395,7 +6446,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6395
6446
  gavel: "gavel";
6396
6447
  gem: "gem";
6397
6448
  "georgian-lari": "georgian-lari";
6398
- ghost: "ghost";
6399
6449
  gift: "gift";
6400
6450
  "git-branch": "git-branch";
6401
6451
  "git-branch-plus": "git-branch-plus";
@@ -6425,7 +6475,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6425
6475
  grab: "grab";
6426
6476
  "graduation-cap": "graduation-cap";
6427
6477
  grape: "grape";
6428
- grid: "grid";
6429
6478
  "grid-2-x-2": "grid-2-x-2";
6430
6479
  "grid-2-x-2-check": "grid-2-x-2-check";
6431
6480
  "grid-2-x-2-plus": "grid-2-x-2-plus";
@@ -6440,7 +6489,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6440
6489
  grip: "grip";
6441
6490
  "grip-horizontal": "grip-horizontal";
6442
6491
  "grip-vertical": "grip-vertical";
6443
- group: "group";
6444
6492
  guitar: "guitar";
6445
6493
  ham: "ham";
6446
6494
  hamburger: "hamburger";
@@ -6459,7 +6507,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6459
6507
  hash: "hash";
6460
6508
  haze: "haze";
6461
6509
  "hdmi-port": "hdmi-port";
6462
- heading: "heading";
6463
6510
  "heading-1": "heading-1";
6464
6511
  "heading-2": "heading-2";
6465
6512
  "heading-3": "heading-3";
@@ -6498,7 +6545,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6498
6545
  "ice-cream-cone": "ice-cream-cone";
6499
6546
  "id-card": "id-card";
6500
6547
  "id-card-lanyard": "id-card-lanyard";
6501
- image: "image";
6502
6548
  "image-down": "image-down";
6503
6549
  "image-minus": "image-minus";
6504
6550
  "image-off": "image-off";
@@ -6642,7 +6688,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6642
6688
  "megaphone-off": "megaphone-off";
6643
6689
  meh: "meh";
6644
6690
  "memory-stick": "memory-stick";
6645
- menu: "menu";
6646
6691
  "menu-square": "menu-square";
6647
6692
  "message-circle": "message-circle";
6648
6693
  "message-circle-code": "message-circle-code";
@@ -6707,14 +6752,12 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6707
6752
  "more-vertical": "more-vertical";
6708
6753
  mountain: "mountain";
6709
6754
  "mountain-snow": "mountain-snow";
6710
- mouse: "mouse";
6711
6755
  "mouse-off": "mouse-off";
6712
6756
  "mouse-pointer": "mouse-pointer";
6713
6757
  "mouse-pointer-2": "mouse-pointer-2";
6714
6758
  "mouse-pointer-ban": "mouse-pointer-ban";
6715
6759
  "mouse-pointer-click": "mouse-pointer-click";
6716
6760
  "mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
6717
- move: "move";
6718
6761
  "move-3-d": "move-3-d";
6719
6762
  "move-3d": "move-3d";
6720
6763
  "move-diagonal": "move-diagonal";
@@ -6733,7 +6776,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6733
6776
  "music-2": "music-2";
6734
6777
  "music-3": "music-3";
6735
6778
  "music-4": "music-4";
6736
- navigation: "navigation";
6737
6779
  "navigation-2": "navigation-2";
6738
6780
  "navigation-2-off": "navigation-2-off";
6739
6781
  "navigation-off": "navigation-off";
@@ -6755,7 +6797,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6755
6797
  "octagon-pause": "octagon-pause";
6756
6798
  "octagon-x": "octagon-x";
6757
6799
  omega: "omega";
6758
- option: "option";
6759
6800
  orbit: "orbit";
6760
6801
  origami: "origami";
6761
6802
  outdent: "outdent";
@@ -6812,7 +6853,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6812
6853
  "pause-octagon": "pause-octagon";
6813
6854
  "paw-print": "paw-print";
6814
6855
  "pc-case": "pc-case";
6815
- pen: "pen";
6816
6856
  "pen-box": "pen-box";
6817
6857
  "pen-line": "pen-line";
6818
6858
  "pen-off": "pen-off";
@@ -6878,7 +6918,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6878
6918
  "power-circle": "power-circle";
6879
6919
  "power-off": "power-off";
6880
6920
  "power-square": "power-square";
6881
- presentation: "presentation";
6882
6921
  printer: "printer";
6883
6922
  "printer-check": "printer-check";
6884
6923
  projector: "projector";
@@ -6891,10 +6930,8 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6891
6930
  radar: "radar";
6892
6931
  radiation: "radiation";
6893
6932
  radical: "radical";
6894
- radio: "radio";
6895
6933
  "radio-receiver": "radio-receiver";
6896
6934
  "radio-tower": "radio-tower";
6897
- radius: "radius";
6898
6935
  "rail-symbol": "rail-symbol";
6899
6936
  rainbow: "rainbow";
6900
6937
  rat: "rat";
@@ -6961,7 +6998,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6961
6998
  save: "save";
6962
6999
  "save-all": "save-all";
6963
7000
  "save-off": "save-off";
6964
- scale: "scale";
6965
7001
  "scale-3-d": "scale-3-d";
6966
7002
  "scale-3d": "scale-3d";
6967
7003
  scaling: "scaling";
@@ -6988,8 +7024,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6988
7024
  "search-code": "search-code";
6989
7025
  "search-slash": "search-slash";
6990
7026
  "search-x": "search-x";
6991
- section: "section";
6992
- send: "send";
6993
7027
  "send-horizonal": "send-horizonal";
6994
7028
  "send-horizontal": "send-horizontal";
6995
7029
  "send-to-back": "send-to-back";
@@ -7183,7 +7217,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7183
7217
  sword: "sword";
7184
7218
  swords: "swords";
7185
7219
  syringe: "syringe";
7186
- table: "table";
7187
7220
  "table-2": "table-2";
7188
7221
  "table-cells-merge": "table-cells-merge";
7189
7222
  "table-cells-split": "table-cells-split";
@@ -7201,7 +7234,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7201
7234
  "tally-4": "tally-4";
7202
7235
  "tally-5": "tally-5";
7203
7236
  tangent: "tangent";
7204
- target: "target";
7205
7237
  telescope: "telescope";
7206
7238
  tent: "tent";
7207
7239
  "tent-tree": "tent-tree";
@@ -7211,7 +7243,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7211
7243
  "test-tube-2": "test-tube-2";
7212
7244
  "test-tube-diagonal": "test-tube-diagonal";
7213
7245
  "test-tubes": "test-tubes";
7214
- text: "text";
7215
7246
  "text-cursor": "text-cursor";
7216
7247
  "text-cursor-input": "text-cursor-input";
7217
7248
  "text-quote": "text-quote";
@@ -7233,7 +7264,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7233
7264
  "ticket-x": "ticket-x";
7234
7265
  tickets: "tickets";
7235
7266
  "tickets-plane": "tickets-plane";
7236
- timer: "timer";
7237
7267
  "timer-off": "timer-off";
7238
7268
  "timer-reset": "timer-reset";
7239
7269
  "toggle-left": "toggle-left";
@@ -7340,10 +7370,8 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7340
7370
  verified: "verified";
7341
7371
  vibrate: "vibrate";
7342
7372
  "vibrate-off": "vibrate-off";
7343
- video: "video";
7344
7373
  "video-off": "video-off";
7345
7374
  videotape: "videotape";
7346
- view: "view";
7347
7375
  voicemail: "voicemail";
7348
7376
  volleyball: "volleyball";
7349
7377
  volume: "volume";
@@ -7370,7 +7398,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7370
7398
  webhook: "webhook";
7371
7399
  "webhook-off": "webhook-off";
7372
7400
  weight: "weight";
7373
- wheat: "wheat";
7374
7401
  "wheat-off": "wheat-off";
7375
7402
  "whole-word": "whole-word";
7376
7403
  wifi: "wifi";
@@ -7388,7 +7415,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7388
7415
  worm: "worm";
7389
7416
  "wrap-text": "wrap-text";
7390
7417
  wrench: "wrench";
7391
- x: "x";
7392
7418
  "x-circle": "x-circle";
7393
7419
  "x-octagon": "x-octagon";
7394
7420
  "x-square": "x-square";
@@ -7406,12 +7432,18 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7406
7432
  file: z.ZodString;
7407
7433
  label: z.ZodOptional<z.ZodString>;
7408
7434
  }, z.core.$strip>]>>;
7409
- display: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
7435
+ display: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
7436
+ hide: "hide";
7437
+ always: "always";
7410
7438
  auth: "auth";
7411
7439
  anon: "anon";
7412
- always: "always";
7413
- hide: "hide";
7414
- }>>>;
7440
+ }>, z.ZodCustom<(params: {
7441
+ context: ZudokuContext;
7442
+ auth: UseAuthReturn;
7443
+ }) => boolean, (params: {
7444
+ context: ZudokuContext;
7445
+ auth: UseAuthReturn;
7446
+ }) => boolean>]>>>;
7415
7447
  }, z.core.$strip>;
7416
7448
  export type InputNavigationItem = z.infer<typeof InputNavigationDocSchema> | z.infer<typeof InputNavigationLinkSchema> | z.infer<typeof InputNavigationCustomPageSchema> | (z.infer<typeof BaseInputNavigationCategorySchema> & {
7417
7449
  items: InputNavigationItem[];