zudoku 0.0.0-zacd7778d → 0.0.0-zce59fc03
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/loader.js +3 -1
- package/dist/config/loader.js.map +1 -1
- package/dist/config/validators/InputNavigationSchema.d.ts +119 -119
- package/dist/config/validators/ProtectedRoutesSchema.d.ts +1 -1
- package/dist/config/validators/validate.d.ts +28 -10
- package/dist/config/validators/validate.js +6 -3
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/flat-config.d.ts +28 -27
- package/dist/lib/components/Heading.d.ts +1 -1
- package/dist/lib/components/index.d.ts +18 -74
- package/dist/lib/components/index.js +19 -36
- package/dist/lib/components/index.js.map +1 -1
- package/dist/lib/core/plugins.d.ts +11 -1
- package/dist/lib/core/plugins.js +1 -0
- package/dist/lib/core/plugins.js.map +1 -1
- package/dist/lib/core/transform-config.d.ts +2 -0
- package/dist/lib/core/transform-config.js +22 -0
- package/dist/lib/core/transform-config.js.map +1 -0
- package/dist/lib/hooks/index.d.ts +7 -30
- package/dist/lib/hooks/index.js +7 -15
- package/dist/lib/hooks/index.js.map +1 -1
- package/dist/lib/oas/graphql/circular.d.ts +1 -1
- package/dist/lib/oas/graphql/circular.js +18 -35
- package/dist/lib/oas/graphql/circular.js.map +1 -1
- package/dist/lib/oas/graphql/circular.test.js +33 -2
- package/dist/lib/oas/graphql/circular.test.js.map +1 -1
- package/dist/lib/oas/parser/index.js +14 -5
- package/dist/lib/oas/parser/index.js.map +1 -1
- package/dist/lib/plugins/openapi/OasProvider.js +6 -2
- package/dist/lib/plugins/openapi/OasProvider.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +4 -8
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/interfaces.d.ts +3 -0
- package/dist/lib/plugins/openapi/util/getRoutes.d.ts +3 -0
- package/dist/lib/plugins/openapi/util/getRoutes.js +2 -1
- package/dist/lib/plugins/openapi/util/getRoutes.js.map +1 -1
- package/dist/lib/ui/Command.d.ts +3 -3
- package/dist/lib/util/flattenAllOf.d.ts +0 -2
- package/dist/lib/util/flattenAllOf.js +0 -46
- package/dist/lib/util/flattenAllOf.js.map +1 -1
- package/dist/lib/util/flattenAllOf.test.js +2 -1
- package/dist/lib/util/flattenAllOf.test.js.map +1 -1
- package/dist/lib/util/flattenAllOfProcessor.d.ts +2 -0
- package/dist/lib/util/flattenAllOfProcessor.js +48 -0
- package/dist/lib/util/flattenAllOfProcessor.js.map +1 -0
- package/dist/lib/util/readFrontmatter.js +2 -1
- package/dist/lib/util/readFrontmatter.js.map +1 -1
- package/dist/vite/api/SchemaManager.d.ts +11 -1
- package/dist/vite/api/SchemaManager.js +29 -18
- package/dist/vite/api/SchemaManager.js.map +1 -1
- package/dist/vite/api/SchemaManager.test.js +45 -1
- package/dist/vite/api/SchemaManager.test.js.map +1 -1
- package/dist/vite/build.js +91 -73
- package/dist/vite/build.js.map +1 -1
- package/dist/vite/error-handler.js +1 -5
- package/dist/vite/error-handler.js.map +1 -1
- package/dist/vite/mdx/remark-inject-filepath.js +5 -1
- package/dist/vite/mdx/remark-inject-filepath.js.map +1 -1
- package/dist/vite/mdx/remark-link-rewrite.js +3 -2
- package/dist/vite/mdx/remark-link-rewrite.js.map +1 -1
- package/dist/vite/plugin-api.js +5 -3
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-docs.js +9 -7
- package/dist/vite/plugin-docs.js.map +1 -1
- package/dist/vite/plugin-markdown-export.js +4 -2
- package/dist/vite/plugin-markdown-export.js.map +1 -1
- package/lib/{ClaudeLogo-DHxJUhN_.js → ClaudeLogo-C6q-Xn_l.js} +26 -22
- package/lib/{ClaudeLogo-DHxJUhN_.js.map → ClaudeLogo-C6q-Xn_l.js.map} +1 -1
- package/lib/{MdxPage-CD36PJ17.js → MdxPage-B1G4W1TK.js} +8 -8
- package/lib/{MdxPage-CD36PJ17.js.map → MdxPage-B1G4W1TK.js.map} +1 -1
- package/lib/{Mermaid-Koc3z8mU.js → Mermaid-B1xNo-pf.js} +3 -2
- package/lib/{Mermaid-Koc3z8mU.js.map → Mermaid-B1xNo-pf.js.map} +1 -1
- package/lib/{OAuthErrorPage-4mN5DA86.js → OAuthErrorPage-01Ke086W.js} +20 -18
- package/lib/{OAuthErrorPage-4mN5DA86.js.map → OAuthErrorPage-01Ke086W.js.map} +1 -1
- package/lib/OasProvider-oHPiMJZg.js +48 -0
- package/lib/OasProvider-oHPiMJZg.js.map +1 -0
- package/lib/{OperationList-CaknPbvq.js → OperationList-CZ4OK8Pm.js} +1284 -1284
- package/lib/OperationList-CZ4OK8Pm.js.map +1 -0
- package/lib/{RouteGuard--A04ESy8.js → RouteGuard-B1lCR0C_.js} +5 -5
- package/lib/{RouteGuard--A04ESy8.js.map → RouteGuard-B1lCR0C_.js.map} +1 -1
- package/lib/{SchemaList-Dw3-CJPb.js → SchemaList-DoQFkJgM.js} +7 -7
- package/lib/{SchemaList-Dw3-CJPb.js.map → SchemaList-DoQFkJgM.js.map} +1 -1
- package/lib/{SchemaView-DyJkiQkD.js → SchemaView-D2k6ZJck.js} +3 -3
- package/lib/{SchemaView-DyJkiQkD.js.map → SchemaView-D2k6ZJck.js.map} +1 -1
- package/lib/{SignUp-DRvN-8cq.js → SignUp-8kDBaLbO.js} +31 -26
- package/lib/{SignUp-DRvN-8cq.js.map → SignUp-8kDBaLbO.js.map} +1 -1
- package/lib/{SyntaxHighlight-klTH8c6-.js → SyntaxHighlight-hZOFnYl0.js} +6 -5
- package/lib/SyntaxHighlight-hZOFnYl0.js.map +1 -0
- package/lib/{Toc-PbuF-u9x.js → Toc-qEIii_-W.js} +2 -2
- package/lib/{Toc-PbuF-u9x.js.map → Toc-qEIii_-W.js.map} +1 -1
- package/lib/{index-BDsEwofZ.js → Zudoku-DUsdmPME.js} +2250 -2268
- package/lib/Zudoku-DUsdmPME.js.map +1 -0
- package/lib/{ZudokuContext-BZB1TWdT.js → ZudokuContext-BBI06sOx.js} +5 -5
- package/lib/{ZudokuContext-BZB1TWdT.js.map → ZudokuContext-BBI06sOx.js.map} +1 -1
- package/lib/{circular-DFquXeY2.js → circular-D9tSKG2c.js} +1327 -1346
- package/lib/{circular-DFquXeY2.js.map → circular-D9tSKG2c.js.map} +1 -1
- package/lib/createServer-BprC4n85.js +13036 -0
- package/lib/createServer-BprC4n85.js.map +1 -0
- package/lib/{errors-rWHkzVTd.js → errors-7hgPDs1h.js} +3 -3
- package/lib/{errors-rWHkzVTd.js.map → errors-7hgPDs1h.js.map} +1 -1
- package/lib/{firebase-BmGU1FuD.js → firebase-Dwn-2ju-.js} +13 -13
- package/lib/firebase-Dwn-2ju-.js.map +1 -0
- package/lib/{hook-BGlHBdET.js → hook-ZEd1Es7D.js} +2 -2
- package/lib/{hook-BGlHBdET.js.map → hook-ZEd1Es7D.js.map} +1 -1
- package/lib/{index-BQB9hb6n.js → index-CyIW9rHv.js} +485 -480
- package/lib/{index-BQB9hb6n.js.map → index-CyIW9rHv.js.map} +1 -1
- package/lib/index-DAWHN3cH.js +86 -0
- package/lib/index-DAWHN3cH.js.map +1 -0
- package/lib/{index-DRBOFufT.js → index-Dxdhrp-I.js} +2 -2
- package/lib/{index-DRBOFufT.js.map → index-Dxdhrp-I.js.map} +1 -1
- package/lib/{index.esm-B_0dvNjB.js → index.esm-Ca5zvoff.js} +20 -20
- package/lib/{index.esm-B_0dvNjB.js.map → index.esm-Ca5zvoff.js.map} +1 -1
- package/lib/{index.esm-Cx8B1YJQ.js → index.esm-DG4KaDKR.js} +2 -2
- package/lib/index.esm-DG4KaDKR.js.map +1 -0
- package/lib/{invariant-BJAl77rw.js → invariant-B_t_F2s_.js} +3 -3
- package/lib/{invariant-BJAl77rw.js.map → invariant-B_t_F2s_.js.map} +1 -1
- package/lib/ui/SyntaxHighlight.js +3 -3
- package/lib/useExposedProps-CzTDfXfq.js +30 -0
- package/lib/useExposedProps-CzTDfXfq.js.map +1 -0
- package/lib/zudoku.__internal.js +1492 -1030
- package/lib/zudoku.__internal.js.map +1 -1
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-azureb2c.js +4 -4
- package/lib/zudoku.auth-clerk.js +2 -2
- package/lib/zudoku.auth-firebase.js +5 -5
- package/lib/zudoku.auth-openid.js +5 -5
- package/lib/zudoku.auth-supabase.js +4 -4
- package/lib/zudoku.components.js +31 -29
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.hooks.js +24 -11
- package/lib/zudoku.hooks.js.map +1 -1
- package/lib/zudoku.mermaid.js +4 -3
- package/lib/zudoku.mermaid.js.map +1 -1
- package/lib/zudoku.plugin-api-catalog.js +36 -32
- package/lib/zudoku.plugin-api-catalog.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +131 -130
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +2 -2
- package/lib/zudoku.plugin-search-pagefind.js +2 -2
- package/lib/zudoku.plugins.js +9 -8
- package/lib/zudoku.plugins.js.map +1 -1
- package/package.json +11 -9
- package/src/lib/components/index.ts +19 -39
- package/src/lib/core/plugins.ts +21 -1
- package/src/lib/core/transform-config.ts +29 -0
- package/src/lib/hooks/index.ts +7 -16
- package/src/lib/oas/graphql/circular.test.ts +37 -2
- package/src/lib/oas/graphql/circular.ts +25 -51
- package/src/lib/oas/parser/index.ts +17 -6
- package/src/lib/plugins/openapi/OasProvider.tsx +10 -2
- package/src/lib/plugins/openapi/OperationList.tsx +4 -9
- package/src/lib/plugins/openapi/interfaces.ts +6 -1
- package/src/lib/plugins/openapi/util/getRoutes.tsx +4 -1
- package/src/lib/util/flattenAllOf.test.ts +2 -1
- package/src/lib/util/flattenAllOf.ts +0 -57
- package/src/lib/util/flattenAllOfProcessor.ts +58 -0
- package/src/lib/util/readFrontmatter.ts +2 -1
- package/src/shiki/langs/c3.js +1 -0
- package/src/shiki/langs/gn.js +1 -0
- package/src/shiki/langs/moonbit.js +1 -0
- package/src/zuplo/enrich-with-zuplo-mcp.ts +168 -0
- package/src/zuplo/enrich-with-zuplo.ts +254 -0
- package/src/zuplo/policy-types.ts +46 -0
- package/src/zuplo/with-zuplo-processors.ts +35 -0
- package/src/zuplo/with-zuplo.ts +14 -0
- package/lib/OasProvider-DSe-hk5Y.js +0 -40
- package/lib/OasProvider-DSe-hk5Y.js.map +0 -1
- package/lib/OperationList-CaknPbvq.js.map +0 -1
- package/lib/SyntaxHighlight-klTH8c6-.js.map +0 -1
- package/lib/___vite-browser-external_commonjs-proxy-BttVsNON.js +0 -9
- package/lib/___vite-browser-external_commonjs-proxy-BttVsNON.js.map +0 -1
- package/lib/createServer-BXZ0CAUn.js +0 -16693
- package/lib/createServer-BXZ0CAUn.js.map +0 -1
- package/lib/firebase-BmGU1FuD.js.map +0 -1
- package/lib/index-BDsEwofZ.js.map +0 -1
- package/lib/index-DBjOT2H1.js +0 -133
- package/lib/index-DBjOT2H1.js.map +0 -1
- package/lib/index.esm-Cx8B1YJQ.js.map +0 -1
|
@@ -24,35 +24,41 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
24
24
|
file: z.ZodString;
|
|
25
25
|
path: z.ZodOptional<z.ZodString>;
|
|
26
26
|
icon: z.ZodOptional<z.ZodEnum<{
|
|
27
|
-
|
|
27
|
+
slice: "slice";
|
|
28
|
+
map: "map";
|
|
29
|
+
filter: "filter";
|
|
30
|
+
key: "key";
|
|
28
31
|
replace: "replace";
|
|
29
32
|
search: "search";
|
|
30
|
-
slice: "slice";
|
|
31
33
|
split: "split";
|
|
32
34
|
repeat: "repeat";
|
|
33
35
|
anchor: "anchor";
|
|
34
36
|
bold: "bold";
|
|
35
37
|
link: "link";
|
|
38
|
+
info: "info";
|
|
39
|
+
tags: "tags";
|
|
40
|
+
contact: "contact";
|
|
41
|
+
type: "type";
|
|
36
42
|
binary: "binary";
|
|
37
|
-
|
|
38
|
-
|
|
43
|
+
cookie: "cookie";
|
|
44
|
+
list: "list";
|
|
45
|
+
server: "server";
|
|
46
|
+
tag: "tag";
|
|
39
47
|
file: "file";
|
|
40
|
-
|
|
48
|
+
delete: "delete";
|
|
41
49
|
copy: "copy";
|
|
42
50
|
focus: "focus";
|
|
43
51
|
pause: "pause";
|
|
44
52
|
play: "play";
|
|
45
53
|
scroll: "scroll";
|
|
46
|
-
key: "key";
|
|
47
54
|
merge: "merge";
|
|
55
|
+
code: "code";
|
|
48
56
|
ghost: "ghost";
|
|
49
57
|
expand: "expand";
|
|
50
|
-
type: "type";
|
|
51
58
|
send: "send";
|
|
52
59
|
grid: "grid";
|
|
53
60
|
group: "group";
|
|
54
61
|
heading: "heading";
|
|
55
|
-
list: "list";
|
|
56
62
|
menu: "menu";
|
|
57
63
|
navigation: "navigation";
|
|
58
64
|
option: "option";
|
|
@@ -63,15 +69,26 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
63
69
|
text: "text";
|
|
64
70
|
mouse: "mouse";
|
|
65
71
|
pen: "pen";
|
|
72
|
+
target: "target";
|
|
73
|
+
radius: "radius";
|
|
74
|
+
scale: "scale";
|
|
75
|
+
x: "x";
|
|
76
|
+
atom: "atom";
|
|
77
|
+
rss: "rss";
|
|
78
|
+
coffee: "coffee";
|
|
79
|
+
diff: "diff";
|
|
80
|
+
fish: "fish";
|
|
81
|
+
"git-commit": "git-commit";
|
|
82
|
+
move: "move";
|
|
83
|
+
regex: "regex";
|
|
84
|
+
shell: "shell";
|
|
85
|
+
turtle: "turtle";
|
|
66
86
|
section: "section";
|
|
67
87
|
video: "video";
|
|
68
88
|
circle: "circle";
|
|
69
89
|
image: "image";
|
|
70
90
|
view: "view";
|
|
71
|
-
|
|
72
|
-
radius: "radius";
|
|
73
|
-
scale: "scale";
|
|
74
|
-
x: "x";
|
|
91
|
+
settings: "settings";
|
|
75
92
|
baseline: "baseline";
|
|
76
93
|
terminal: "terminal";
|
|
77
94
|
square: "square";
|
|
@@ -213,7 +230,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
213
230
|
asterisk: "asterisk";
|
|
214
231
|
"asterisk-square": "asterisk-square";
|
|
215
232
|
"at-sign": "at-sign";
|
|
216
|
-
atom: "atom";
|
|
217
233
|
"audio-lines": "audio-lines";
|
|
218
234
|
"audio-waveform": "audio-waveform";
|
|
219
235
|
award: "award";
|
|
@@ -585,7 +601,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
585
601
|
"code-xml": "code-xml";
|
|
586
602
|
codepen: "codepen";
|
|
587
603
|
codesandbox: "codesandbox";
|
|
588
|
-
coffee: "coffee";
|
|
589
604
|
cog: "cog";
|
|
590
605
|
coins: "coins";
|
|
591
606
|
columns: "columns";
|
|
@@ -602,12 +617,10 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
602
617
|
"concierge-bell": "concierge-bell";
|
|
603
618
|
cone: "cone";
|
|
604
619
|
construction: "construction";
|
|
605
|
-
contact: "contact";
|
|
606
620
|
"contact-2": "contact-2";
|
|
607
621
|
"contact-round": "contact-round";
|
|
608
622
|
container: "container";
|
|
609
623
|
contrast: "contrast";
|
|
610
|
-
cookie: "cookie";
|
|
611
624
|
"cooking-pot": "cooking-pot";
|
|
612
625
|
"copy-check": "copy-check";
|
|
613
626
|
"copy-minus": "copy-minus";
|
|
@@ -643,7 +656,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
643
656
|
"database-zap": "database-zap";
|
|
644
657
|
"decimals-arrow-left": "decimals-arrow-left";
|
|
645
658
|
"decimals-arrow-right": "decimals-arrow-right";
|
|
646
|
-
delete: "delete";
|
|
647
659
|
dessert: "dessert";
|
|
648
660
|
diameter: "diameter";
|
|
649
661
|
diamond: "diamond";
|
|
@@ -657,7 +669,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
657
669
|
"dice-5": "dice-5";
|
|
658
670
|
"dice-6": "dice-6";
|
|
659
671
|
dices: "dices";
|
|
660
|
-
diff: "diff";
|
|
661
672
|
disc: "disc";
|
|
662
673
|
"disc-2": "disc-2";
|
|
663
674
|
"disc-3": "disc-3";
|
|
@@ -796,7 +807,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
796
807
|
"filter-x": "filter-x";
|
|
797
808
|
fingerprint: "fingerprint";
|
|
798
809
|
"fire-extinguisher": "fire-extinguisher";
|
|
799
|
-
fish: "fish";
|
|
800
810
|
"fish-off": "fish-off";
|
|
801
811
|
"fish-symbol": "fish-symbol";
|
|
802
812
|
flag: "flag";
|
|
@@ -884,7 +894,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
884
894
|
gift: "gift";
|
|
885
895
|
"git-branch": "git-branch";
|
|
886
896
|
"git-branch-plus": "git-branch-plus";
|
|
887
|
-
"git-commit": "git-commit";
|
|
888
897
|
"git-commit-horizontal": "git-commit-horizontal";
|
|
889
898
|
"git-commit-vertical": "git-commit-vertical";
|
|
890
899
|
"git-compare": "git-compare";
|
|
@@ -1207,7 +1216,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1207
1216
|
"mouse-pointer-ban": "mouse-pointer-ban";
|
|
1208
1217
|
"mouse-pointer-click": "mouse-pointer-click";
|
|
1209
1218
|
"mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
|
|
1210
|
-
move: "move";
|
|
1211
1219
|
"move-3-d": "move-3-d";
|
|
1212
1220
|
"move-3d": "move-3d";
|
|
1213
1221
|
"move-diagonal": "move-diagonal";
|
|
@@ -1412,7 +1420,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1412
1420
|
"refresh-cw": "refresh-cw";
|
|
1413
1421
|
"refresh-cw-off": "refresh-cw-off";
|
|
1414
1422
|
refrigerator: "refrigerator";
|
|
1415
|
-
regex: "regex";
|
|
1416
1423
|
"remove-formatting": "remove-formatting";
|
|
1417
1424
|
"repeat-1": "repeat-1";
|
|
1418
1425
|
"repeat-2": "repeat-2";
|
|
@@ -1439,7 +1446,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1439
1446
|
"rows-2": "rows-2";
|
|
1440
1447
|
"rows-3": "rows-3";
|
|
1441
1448
|
"rows-4": "rows-4";
|
|
1442
|
-
rss: "rss";
|
|
1443
1449
|
ruler: "ruler";
|
|
1444
1450
|
"ruler-dimension-line": "ruler-dimension-line";
|
|
1445
1451
|
"russian-ruble": "russian-ruble";
|
|
@@ -1483,17 +1489,14 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1483
1489
|
"send-to-back": "send-to-back";
|
|
1484
1490
|
"separator-horizontal": "separator-horizontal";
|
|
1485
1491
|
"separator-vertical": "separator-vertical";
|
|
1486
|
-
server: "server";
|
|
1487
1492
|
"server-cog": "server-cog";
|
|
1488
1493
|
"server-crash": "server-crash";
|
|
1489
1494
|
"server-off": "server-off";
|
|
1490
|
-
settings: "settings";
|
|
1491
1495
|
"settings-2": "settings-2";
|
|
1492
1496
|
shapes: "shapes";
|
|
1493
1497
|
share: "share";
|
|
1494
1498
|
"share-2": "share-2";
|
|
1495
1499
|
sheet: "sheet";
|
|
1496
|
-
shell: "shell";
|
|
1497
1500
|
shield: "shield";
|
|
1498
1501
|
"shield-alert": "shield-alert";
|
|
1499
1502
|
"shield-ban": "shield-ban";
|
|
@@ -1686,8 +1689,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1686
1689
|
tablet: "tablet";
|
|
1687
1690
|
"tablet-smartphone": "tablet-smartphone";
|
|
1688
1691
|
tablets: "tablets";
|
|
1689
|
-
tag: "tag";
|
|
1690
|
-
tags: "tags";
|
|
1691
1692
|
"tally-1": "tally-1";
|
|
1692
1693
|
"tally-2": "tally-2";
|
|
1693
1694
|
"tally-3": "tally-3";
|
|
@@ -1768,7 +1769,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1768
1769
|
"truck-electric": "truck-electric";
|
|
1769
1770
|
"turkish-lira": "turkish-lira";
|
|
1770
1771
|
turntable: "turntable";
|
|
1771
|
-
turtle: "turtle";
|
|
1772
1772
|
tv: "tv";
|
|
1773
1773
|
"tv-2": "tv-2";
|
|
1774
1774
|
"tv-minimal": "tv-minimal";
|
|
@@ -1899,10 +1899,10 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1899
1899
|
label: z.ZodString;
|
|
1900
1900
|
color: z.ZodEnum<{
|
|
1901
1901
|
outline: "outline";
|
|
1902
|
+
red: "red";
|
|
1902
1903
|
green: "green";
|
|
1903
1904
|
blue: "blue";
|
|
1904
1905
|
yellow: "yellow";
|
|
1905
|
-
red: "red";
|
|
1906
1906
|
purple: "purple";
|
|
1907
1907
|
indigo: "indigo";
|
|
1908
1908
|
gray: "gray";
|
|
@@ -1932,35 +1932,41 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1932
1932
|
_blank: "_blank";
|
|
1933
1933
|
}>>;
|
|
1934
1934
|
icon: z.ZodOptional<z.ZodEnum<{
|
|
1935
|
-
|
|
1935
|
+
slice: "slice";
|
|
1936
|
+
map: "map";
|
|
1937
|
+
filter: "filter";
|
|
1938
|
+
key: "key";
|
|
1936
1939
|
replace: "replace";
|
|
1937
1940
|
search: "search";
|
|
1938
|
-
slice: "slice";
|
|
1939
1941
|
split: "split";
|
|
1940
1942
|
repeat: "repeat";
|
|
1941
1943
|
anchor: "anchor";
|
|
1942
1944
|
bold: "bold";
|
|
1943
1945
|
link: "link";
|
|
1946
|
+
info: "info";
|
|
1947
|
+
tags: "tags";
|
|
1948
|
+
contact: "contact";
|
|
1949
|
+
type: "type";
|
|
1944
1950
|
binary: "binary";
|
|
1945
|
-
|
|
1946
|
-
|
|
1951
|
+
cookie: "cookie";
|
|
1952
|
+
list: "list";
|
|
1953
|
+
server: "server";
|
|
1954
|
+
tag: "tag";
|
|
1947
1955
|
file: "file";
|
|
1948
|
-
|
|
1956
|
+
delete: "delete";
|
|
1949
1957
|
copy: "copy";
|
|
1950
1958
|
focus: "focus";
|
|
1951
1959
|
pause: "pause";
|
|
1952
1960
|
play: "play";
|
|
1953
1961
|
scroll: "scroll";
|
|
1954
|
-
key: "key";
|
|
1955
1962
|
merge: "merge";
|
|
1963
|
+
code: "code";
|
|
1956
1964
|
ghost: "ghost";
|
|
1957
1965
|
expand: "expand";
|
|
1958
|
-
type: "type";
|
|
1959
1966
|
send: "send";
|
|
1960
1967
|
grid: "grid";
|
|
1961
1968
|
group: "group";
|
|
1962
1969
|
heading: "heading";
|
|
1963
|
-
list: "list";
|
|
1964
1970
|
menu: "menu";
|
|
1965
1971
|
navigation: "navigation";
|
|
1966
1972
|
option: "option";
|
|
@@ -1971,15 +1977,26 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1971
1977
|
text: "text";
|
|
1972
1978
|
mouse: "mouse";
|
|
1973
1979
|
pen: "pen";
|
|
1980
|
+
target: "target";
|
|
1981
|
+
radius: "radius";
|
|
1982
|
+
scale: "scale";
|
|
1983
|
+
x: "x";
|
|
1984
|
+
atom: "atom";
|
|
1985
|
+
rss: "rss";
|
|
1986
|
+
coffee: "coffee";
|
|
1987
|
+
diff: "diff";
|
|
1988
|
+
fish: "fish";
|
|
1989
|
+
"git-commit": "git-commit";
|
|
1990
|
+
move: "move";
|
|
1991
|
+
regex: "regex";
|
|
1992
|
+
shell: "shell";
|
|
1993
|
+
turtle: "turtle";
|
|
1974
1994
|
section: "section";
|
|
1975
1995
|
video: "video";
|
|
1976
1996
|
circle: "circle";
|
|
1977
1997
|
image: "image";
|
|
1978
1998
|
view: "view";
|
|
1979
|
-
|
|
1980
|
-
radius: "radius";
|
|
1981
|
-
scale: "scale";
|
|
1982
|
-
x: "x";
|
|
1999
|
+
settings: "settings";
|
|
1983
2000
|
baseline: "baseline";
|
|
1984
2001
|
terminal: "terminal";
|
|
1985
2002
|
square: "square";
|
|
@@ -2121,7 +2138,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2121
2138
|
asterisk: "asterisk";
|
|
2122
2139
|
"asterisk-square": "asterisk-square";
|
|
2123
2140
|
"at-sign": "at-sign";
|
|
2124
|
-
atom: "atom";
|
|
2125
2141
|
"audio-lines": "audio-lines";
|
|
2126
2142
|
"audio-waveform": "audio-waveform";
|
|
2127
2143
|
award: "award";
|
|
@@ -2493,7 +2509,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2493
2509
|
"code-xml": "code-xml";
|
|
2494
2510
|
codepen: "codepen";
|
|
2495
2511
|
codesandbox: "codesandbox";
|
|
2496
|
-
coffee: "coffee";
|
|
2497
2512
|
cog: "cog";
|
|
2498
2513
|
coins: "coins";
|
|
2499
2514
|
columns: "columns";
|
|
@@ -2510,12 +2525,10 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2510
2525
|
"concierge-bell": "concierge-bell";
|
|
2511
2526
|
cone: "cone";
|
|
2512
2527
|
construction: "construction";
|
|
2513
|
-
contact: "contact";
|
|
2514
2528
|
"contact-2": "contact-2";
|
|
2515
2529
|
"contact-round": "contact-round";
|
|
2516
2530
|
container: "container";
|
|
2517
2531
|
contrast: "contrast";
|
|
2518
|
-
cookie: "cookie";
|
|
2519
2532
|
"cooking-pot": "cooking-pot";
|
|
2520
2533
|
"copy-check": "copy-check";
|
|
2521
2534
|
"copy-minus": "copy-minus";
|
|
@@ -2551,7 +2564,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2551
2564
|
"database-zap": "database-zap";
|
|
2552
2565
|
"decimals-arrow-left": "decimals-arrow-left";
|
|
2553
2566
|
"decimals-arrow-right": "decimals-arrow-right";
|
|
2554
|
-
delete: "delete";
|
|
2555
2567
|
dessert: "dessert";
|
|
2556
2568
|
diameter: "diameter";
|
|
2557
2569
|
diamond: "diamond";
|
|
@@ -2565,7 +2577,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2565
2577
|
"dice-5": "dice-5";
|
|
2566
2578
|
"dice-6": "dice-6";
|
|
2567
2579
|
dices: "dices";
|
|
2568
|
-
diff: "diff";
|
|
2569
2580
|
disc: "disc";
|
|
2570
2581
|
"disc-2": "disc-2";
|
|
2571
2582
|
"disc-3": "disc-3";
|
|
@@ -2704,7 +2715,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2704
2715
|
"filter-x": "filter-x";
|
|
2705
2716
|
fingerprint: "fingerprint";
|
|
2706
2717
|
"fire-extinguisher": "fire-extinguisher";
|
|
2707
|
-
fish: "fish";
|
|
2708
2718
|
"fish-off": "fish-off";
|
|
2709
2719
|
"fish-symbol": "fish-symbol";
|
|
2710
2720
|
flag: "flag";
|
|
@@ -2792,7 +2802,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2792
2802
|
gift: "gift";
|
|
2793
2803
|
"git-branch": "git-branch";
|
|
2794
2804
|
"git-branch-plus": "git-branch-plus";
|
|
2795
|
-
"git-commit": "git-commit";
|
|
2796
2805
|
"git-commit-horizontal": "git-commit-horizontal";
|
|
2797
2806
|
"git-commit-vertical": "git-commit-vertical";
|
|
2798
2807
|
"git-compare": "git-compare";
|
|
@@ -3115,7 +3124,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3115
3124
|
"mouse-pointer-ban": "mouse-pointer-ban";
|
|
3116
3125
|
"mouse-pointer-click": "mouse-pointer-click";
|
|
3117
3126
|
"mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
|
|
3118
|
-
move: "move";
|
|
3119
3127
|
"move-3-d": "move-3-d";
|
|
3120
3128
|
"move-3d": "move-3d";
|
|
3121
3129
|
"move-diagonal": "move-diagonal";
|
|
@@ -3320,7 +3328,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3320
3328
|
"refresh-cw": "refresh-cw";
|
|
3321
3329
|
"refresh-cw-off": "refresh-cw-off";
|
|
3322
3330
|
refrigerator: "refrigerator";
|
|
3323
|
-
regex: "regex";
|
|
3324
3331
|
"remove-formatting": "remove-formatting";
|
|
3325
3332
|
"repeat-1": "repeat-1";
|
|
3326
3333
|
"repeat-2": "repeat-2";
|
|
@@ -3347,7 +3354,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3347
3354
|
"rows-2": "rows-2";
|
|
3348
3355
|
"rows-3": "rows-3";
|
|
3349
3356
|
"rows-4": "rows-4";
|
|
3350
|
-
rss: "rss";
|
|
3351
3357
|
ruler: "ruler";
|
|
3352
3358
|
"ruler-dimension-line": "ruler-dimension-line";
|
|
3353
3359
|
"russian-ruble": "russian-ruble";
|
|
@@ -3391,17 +3397,14 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3391
3397
|
"send-to-back": "send-to-back";
|
|
3392
3398
|
"separator-horizontal": "separator-horizontal";
|
|
3393
3399
|
"separator-vertical": "separator-vertical";
|
|
3394
|
-
server: "server";
|
|
3395
3400
|
"server-cog": "server-cog";
|
|
3396
3401
|
"server-crash": "server-crash";
|
|
3397
3402
|
"server-off": "server-off";
|
|
3398
|
-
settings: "settings";
|
|
3399
3403
|
"settings-2": "settings-2";
|
|
3400
3404
|
shapes: "shapes";
|
|
3401
3405
|
share: "share";
|
|
3402
3406
|
"share-2": "share-2";
|
|
3403
3407
|
sheet: "sheet";
|
|
3404
|
-
shell: "shell";
|
|
3405
3408
|
shield: "shield";
|
|
3406
3409
|
"shield-alert": "shield-alert";
|
|
3407
3410
|
"shield-ban": "shield-ban";
|
|
@@ -3594,8 +3597,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3594
3597
|
tablet: "tablet";
|
|
3595
3598
|
"tablet-smartphone": "tablet-smartphone";
|
|
3596
3599
|
tablets: "tablets";
|
|
3597
|
-
tag: "tag";
|
|
3598
|
-
tags: "tags";
|
|
3599
3600
|
"tally-1": "tally-1";
|
|
3600
3601
|
"tally-2": "tally-2";
|
|
3601
3602
|
"tally-3": "tally-3";
|
|
@@ -3676,7 +3677,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3676
3677
|
"truck-electric": "truck-electric";
|
|
3677
3678
|
"turkish-lira": "turkish-lira";
|
|
3678
3679
|
turntable: "turntable";
|
|
3679
|
-
turtle: "turtle";
|
|
3680
3680
|
tv: "tv";
|
|
3681
3681
|
"tv-2": "tv-2";
|
|
3682
3682
|
"tv-minimal": "tv-minimal";
|
|
@@ -3806,10 +3806,10 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3806
3806
|
label: z.ZodString;
|
|
3807
3807
|
color: z.ZodEnum<{
|
|
3808
3808
|
outline: "outline";
|
|
3809
|
+
red: "red";
|
|
3809
3810
|
green: "green";
|
|
3810
3811
|
blue: "blue";
|
|
3811
3812
|
yellow: "yellow";
|
|
3812
|
-
red: "red";
|
|
3813
3813
|
purple: "purple";
|
|
3814
3814
|
indigo: "indigo";
|
|
3815
3815
|
gray: "gray";
|
|
@@ -3836,35 +3836,41 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3836
3836
|
label: z.ZodOptional<z.ZodString>;
|
|
3837
3837
|
element: z.ZodAny;
|
|
3838
3838
|
icon: z.ZodOptional<z.ZodEnum<{
|
|
3839
|
-
|
|
3839
|
+
slice: "slice";
|
|
3840
|
+
map: "map";
|
|
3841
|
+
filter: "filter";
|
|
3842
|
+
key: "key";
|
|
3840
3843
|
replace: "replace";
|
|
3841
3844
|
search: "search";
|
|
3842
|
-
slice: "slice";
|
|
3843
3845
|
split: "split";
|
|
3844
3846
|
repeat: "repeat";
|
|
3845
3847
|
anchor: "anchor";
|
|
3846
3848
|
bold: "bold";
|
|
3847
3849
|
link: "link";
|
|
3850
|
+
info: "info";
|
|
3851
|
+
tags: "tags";
|
|
3852
|
+
contact: "contact";
|
|
3853
|
+
type: "type";
|
|
3848
3854
|
binary: "binary";
|
|
3849
|
-
|
|
3850
|
-
|
|
3855
|
+
cookie: "cookie";
|
|
3856
|
+
list: "list";
|
|
3857
|
+
server: "server";
|
|
3858
|
+
tag: "tag";
|
|
3851
3859
|
file: "file";
|
|
3852
|
-
|
|
3860
|
+
delete: "delete";
|
|
3853
3861
|
copy: "copy";
|
|
3854
3862
|
focus: "focus";
|
|
3855
3863
|
pause: "pause";
|
|
3856
3864
|
play: "play";
|
|
3857
3865
|
scroll: "scroll";
|
|
3858
|
-
key: "key";
|
|
3859
3866
|
merge: "merge";
|
|
3867
|
+
code: "code";
|
|
3860
3868
|
ghost: "ghost";
|
|
3861
3869
|
expand: "expand";
|
|
3862
|
-
type: "type";
|
|
3863
3870
|
send: "send";
|
|
3864
3871
|
grid: "grid";
|
|
3865
3872
|
group: "group";
|
|
3866
3873
|
heading: "heading";
|
|
3867
|
-
list: "list";
|
|
3868
3874
|
menu: "menu";
|
|
3869
3875
|
navigation: "navigation";
|
|
3870
3876
|
option: "option";
|
|
@@ -3875,15 +3881,26 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3875
3881
|
text: "text";
|
|
3876
3882
|
mouse: "mouse";
|
|
3877
3883
|
pen: "pen";
|
|
3884
|
+
target: "target";
|
|
3885
|
+
radius: "radius";
|
|
3886
|
+
scale: "scale";
|
|
3887
|
+
x: "x";
|
|
3888
|
+
atom: "atom";
|
|
3889
|
+
rss: "rss";
|
|
3890
|
+
coffee: "coffee";
|
|
3891
|
+
diff: "diff";
|
|
3892
|
+
fish: "fish";
|
|
3893
|
+
"git-commit": "git-commit";
|
|
3894
|
+
move: "move";
|
|
3895
|
+
regex: "regex";
|
|
3896
|
+
shell: "shell";
|
|
3897
|
+
turtle: "turtle";
|
|
3878
3898
|
section: "section";
|
|
3879
3899
|
video: "video";
|
|
3880
3900
|
circle: "circle";
|
|
3881
3901
|
image: "image";
|
|
3882
3902
|
view: "view";
|
|
3883
|
-
|
|
3884
|
-
radius: "radius";
|
|
3885
|
-
scale: "scale";
|
|
3886
|
-
x: "x";
|
|
3903
|
+
settings: "settings";
|
|
3887
3904
|
baseline: "baseline";
|
|
3888
3905
|
terminal: "terminal";
|
|
3889
3906
|
square: "square";
|
|
@@ -4025,7 +4042,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4025
4042
|
asterisk: "asterisk";
|
|
4026
4043
|
"asterisk-square": "asterisk-square";
|
|
4027
4044
|
"at-sign": "at-sign";
|
|
4028
|
-
atom: "atom";
|
|
4029
4045
|
"audio-lines": "audio-lines";
|
|
4030
4046
|
"audio-waveform": "audio-waveform";
|
|
4031
4047
|
award: "award";
|
|
@@ -4397,7 +4413,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4397
4413
|
"code-xml": "code-xml";
|
|
4398
4414
|
codepen: "codepen";
|
|
4399
4415
|
codesandbox: "codesandbox";
|
|
4400
|
-
coffee: "coffee";
|
|
4401
4416
|
cog: "cog";
|
|
4402
4417
|
coins: "coins";
|
|
4403
4418
|
columns: "columns";
|
|
@@ -4414,12 +4429,10 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4414
4429
|
"concierge-bell": "concierge-bell";
|
|
4415
4430
|
cone: "cone";
|
|
4416
4431
|
construction: "construction";
|
|
4417
|
-
contact: "contact";
|
|
4418
4432
|
"contact-2": "contact-2";
|
|
4419
4433
|
"contact-round": "contact-round";
|
|
4420
4434
|
container: "container";
|
|
4421
4435
|
contrast: "contrast";
|
|
4422
|
-
cookie: "cookie";
|
|
4423
4436
|
"cooking-pot": "cooking-pot";
|
|
4424
4437
|
"copy-check": "copy-check";
|
|
4425
4438
|
"copy-minus": "copy-minus";
|
|
@@ -4455,7 +4468,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4455
4468
|
"database-zap": "database-zap";
|
|
4456
4469
|
"decimals-arrow-left": "decimals-arrow-left";
|
|
4457
4470
|
"decimals-arrow-right": "decimals-arrow-right";
|
|
4458
|
-
delete: "delete";
|
|
4459
4471
|
dessert: "dessert";
|
|
4460
4472
|
diameter: "diameter";
|
|
4461
4473
|
diamond: "diamond";
|
|
@@ -4469,7 +4481,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4469
4481
|
"dice-5": "dice-5";
|
|
4470
4482
|
"dice-6": "dice-6";
|
|
4471
4483
|
dices: "dices";
|
|
4472
|
-
diff: "diff";
|
|
4473
4484
|
disc: "disc";
|
|
4474
4485
|
"disc-2": "disc-2";
|
|
4475
4486
|
"disc-3": "disc-3";
|
|
@@ -4608,7 +4619,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4608
4619
|
"filter-x": "filter-x";
|
|
4609
4620
|
fingerprint: "fingerprint";
|
|
4610
4621
|
"fire-extinguisher": "fire-extinguisher";
|
|
4611
|
-
fish: "fish";
|
|
4612
4622
|
"fish-off": "fish-off";
|
|
4613
4623
|
"fish-symbol": "fish-symbol";
|
|
4614
4624
|
flag: "flag";
|
|
@@ -4696,7 +4706,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4696
4706
|
gift: "gift";
|
|
4697
4707
|
"git-branch": "git-branch";
|
|
4698
4708
|
"git-branch-plus": "git-branch-plus";
|
|
4699
|
-
"git-commit": "git-commit";
|
|
4700
4709
|
"git-commit-horizontal": "git-commit-horizontal";
|
|
4701
4710
|
"git-commit-vertical": "git-commit-vertical";
|
|
4702
4711
|
"git-compare": "git-compare";
|
|
@@ -5019,7 +5028,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5019
5028
|
"mouse-pointer-ban": "mouse-pointer-ban";
|
|
5020
5029
|
"mouse-pointer-click": "mouse-pointer-click";
|
|
5021
5030
|
"mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
|
|
5022
|
-
move: "move";
|
|
5023
5031
|
"move-3-d": "move-3-d";
|
|
5024
5032
|
"move-3d": "move-3d";
|
|
5025
5033
|
"move-diagonal": "move-diagonal";
|
|
@@ -5224,7 +5232,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5224
5232
|
"refresh-cw": "refresh-cw";
|
|
5225
5233
|
"refresh-cw-off": "refresh-cw-off";
|
|
5226
5234
|
refrigerator: "refrigerator";
|
|
5227
|
-
regex: "regex";
|
|
5228
5235
|
"remove-formatting": "remove-formatting";
|
|
5229
5236
|
"repeat-1": "repeat-1";
|
|
5230
5237
|
"repeat-2": "repeat-2";
|
|
@@ -5251,7 +5258,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5251
5258
|
"rows-2": "rows-2";
|
|
5252
5259
|
"rows-3": "rows-3";
|
|
5253
5260
|
"rows-4": "rows-4";
|
|
5254
|
-
rss: "rss";
|
|
5255
5261
|
ruler: "ruler";
|
|
5256
5262
|
"ruler-dimension-line": "ruler-dimension-line";
|
|
5257
5263
|
"russian-ruble": "russian-ruble";
|
|
@@ -5295,17 +5301,14 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5295
5301
|
"send-to-back": "send-to-back";
|
|
5296
5302
|
"separator-horizontal": "separator-horizontal";
|
|
5297
5303
|
"separator-vertical": "separator-vertical";
|
|
5298
|
-
server: "server";
|
|
5299
5304
|
"server-cog": "server-cog";
|
|
5300
5305
|
"server-crash": "server-crash";
|
|
5301
5306
|
"server-off": "server-off";
|
|
5302
|
-
settings: "settings";
|
|
5303
5307
|
"settings-2": "settings-2";
|
|
5304
5308
|
shapes: "shapes";
|
|
5305
5309
|
share: "share";
|
|
5306
5310
|
"share-2": "share-2";
|
|
5307
5311
|
sheet: "sheet";
|
|
5308
|
-
shell: "shell";
|
|
5309
5312
|
shield: "shield";
|
|
5310
5313
|
"shield-alert": "shield-alert";
|
|
5311
5314
|
"shield-ban": "shield-ban";
|
|
@@ -5498,8 +5501,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5498
5501
|
tablet: "tablet";
|
|
5499
5502
|
"tablet-smartphone": "tablet-smartphone";
|
|
5500
5503
|
tablets: "tablets";
|
|
5501
|
-
tag: "tag";
|
|
5502
|
-
tags: "tags";
|
|
5503
5504
|
"tally-1": "tally-1";
|
|
5504
5505
|
"tally-2": "tally-2";
|
|
5505
5506
|
"tally-3": "tally-3";
|
|
@@ -5580,7 +5581,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5580
5581
|
"truck-electric": "truck-electric";
|
|
5581
5582
|
"turkish-lira": "turkish-lira";
|
|
5582
5583
|
turntable: "turntable";
|
|
5583
|
-
turtle: "turtle";
|
|
5584
5584
|
tv: "tv";
|
|
5585
5585
|
"tv-2": "tv-2";
|
|
5586
5586
|
"tv-minimal": "tv-minimal";
|
|
@@ -5710,10 +5710,10 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5710
5710
|
label: z.ZodString;
|
|
5711
5711
|
color: z.ZodEnum<{
|
|
5712
5712
|
outline: "outline";
|
|
5713
|
+
red: "red";
|
|
5713
5714
|
green: "green";
|
|
5714
5715
|
blue: "blue";
|
|
5715
5716
|
yellow: "yellow";
|
|
5716
|
-
red: "red";
|
|
5717
5717
|
purple: "purple";
|
|
5718
5718
|
indigo: "indigo";
|
|
5719
5719
|
gray: "gray";
|
|
@@ -5741,35 +5741,41 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5741
5741
|
declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
5742
5742
|
type: z.ZodLiteral<"category">;
|
|
5743
5743
|
icon: z.ZodOptional<z.ZodEnum<{
|
|
5744
|
-
|
|
5744
|
+
slice: "slice";
|
|
5745
|
+
map: "map";
|
|
5746
|
+
filter: "filter";
|
|
5747
|
+
key: "key";
|
|
5745
5748
|
replace: "replace";
|
|
5746
5749
|
search: "search";
|
|
5747
|
-
slice: "slice";
|
|
5748
5750
|
split: "split";
|
|
5749
5751
|
repeat: "repeat";
|
|
5750
5752
|
anchor: "anchor";
|
|
5751
5753
|
bold: "bold";
|
|
5752
5754
|
link: "link";
|
|
5755
|
+
info: "info";
|
|
5756
|
+
tags: "tags";
|
|
5757
|
+
contact: "contact";
|
|
5758
|
+
type: "type";
|
|
5753
5759
|
binary: "binary";
|
|
5754
|
-
|
|
5755
|
-
|
|
5760
|
+
cookie: "cookie";
|
|
5761
|
+
list: "list";
|
|
5762
|
+
server: "server";
|
|
5763
|
+
tag: "tag";
|
|
5756
5764
|
file: "file";
|
|
5757
|
-
|
|
5765
|
+
delete: "delete";
|
|
5758
5766
|
copy: "copy";
|
|
5759
5767
|
focus: "focus";
|
|
5760
5768
|
pause: "pause";
|
|
5761
5769
|
play: "play";
|
|
5762
5770
|
scroll: "scroll";
|
|
5763
|
-
key: "key";
|
|
5764
5771
|
merge: "merge";
|
|
5772
|
+
code: "code";
|
|
5765
5773
|
ghost: "ghost";
|
|
5766
5774
|
expand: "expand";
|
|
5767
|
-
type: "type";
|
|
5768
5775
|
send: "send";
|
|
5769
5776
|
grid: "grid";
|
|
5770
5777
|
group: "group";
|
|
5771
5778
|
heading: "heading";
|
|
5772
|
-
list: "list";
|
|
5773
5779
|
menu: "menu";
|
|
5774
5780
|
navigation: "navigation";
|
|
5775
5781
|
option: "option";
|
|
@@ -5780,15 +5786,26 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5780
5786
|
text: "text";
|
|
5781
5787
|
mouse: "mouse";
|
|
5782
5788
|
pen: "pen";
|
|
5789
|
+
target: "target";
|
|
5790
|
+
radius: "radius";
|
|
5791
|
+
scale: "scale";
|
|
5792
|
+
x: "x";
|
|
5793
|
+
atom: "atom";
|
|
5794
|
+
rss: "rss";
|
|
5795
|
+
coffee: "coffee";
|
|
5796
|
+
diff: "diff";
|
|
5797
|
+
fish: "fish";
|
|
5798
|
+
"git-commit": "git-commit";
|
|
5799
|
+
move: "move";
|
|
5800
|
+
regex: "regex";
|
|
5801
|
+
shell: "shell";
|
|
5802
|
+
turtle: "turtle";
|
|
5783
5803
|
section: "section";
|
|
5784
5804
|
video: "video";
|
|
5785
5805
|
circle: "circle";
|
|
5786
5806
|
image: "image";
|
|
5787
5807
|
view: "view";
|
|
5788
|
-
|
|
5789
|
-
radius: "radius";
|
|
5790
|
-
scale: "scale";
|
|
5791
|
-
x: "x";
|
|
5808
|
+
settings: "settings";
|
|
5792
5809
|
baseline: "baseline";
|
|
5793
5810
|
terminal: "terminal";
|
|
5794
5811
|
square: "square";
|
|
@@ -5930,7 +5947,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5930
5947
|
asterisk: "asterisk";
|
|
5931
5948
|
"asterisk-square": "asterisk-square";
|
|
5932
5949
|
"at-sign": "at-sign";
|
|
5933
|
-
atom: "atom";
|
|
5934
5950
|
"audio-lines": "audio-lines";
|
|
5935
5951
|
"audio-waveform": "audio-waveform";
|
|
5936
5952
|
award: "award";
|
|
@@ -6302,7 +6318,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6302
6318
|
"code-xml": "code-xml";
|
|
6303
6319
|
codepen: "codepen";
|
|
6304
6320
|
codesandbox: "codesandbox";
|
|
6305
|
-
coffee: "coffee";
|
|
6306
6321
|
cog: "cog";
|
|
6307
6322
|
coins: "coins";
|
|
6308
6323
|
columns: "columns";
|
|
@@ -6319,12 +6334,10 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6319
6334
|
"concierge-bell": "concierge-bell";
|
|
6320
6335
|
cone: "cone";
|
|
6321
6336
|
construction: "construction";
|
|
6322
|
-
contact: "contact";
|
|
6323
6337
|
"contact-2": "contact-2";
|
|
6324
6338
|
"contact-round": "contact-round";
|
|
6325
6339
|
container: "container";
|
|
6326
6340
|
contrast: "contrast";
|
|
6327
|
-
cookie: "cookie";
|
|
6328
6341
|
"cooking-pot": "cooking-pot";
|
|
6329
6342
|
"copy-check": "copy-check";
|
|
6330
6343
|
"copy-minus": "copy-minus";
|
|
@@ -6360,7 +6373,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6360
6373
|
"database-zap": "database-zap";
|
|
6361
6374
|
"decimals-arrow-left": "decimals-arrow-left";
|
|
6362
6375
|
"decimals-arrow-right": "decimals-arrow-right";
|
|
6363
|
-
delete: "delete";
|
|
6364
6376
|
dessert: "dessert";
|
|
6365
6377
|
diameter: "diameter";
|
|
6366
6378
|
diamond: "diamond";
|
|
@@ -6374,7 +6386,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6374
6386
|
"dice-5": "dice-5";
|
|
6375
6387
|
"dice-6": "dice-6";
|
|
6376
6388
|
dices: "dices";
|
|
6377
|
-
diff: "diff";
|
|
6378
6389
|
disc: "disc";
|
|
6379
6390
|
"disc-2": "disc-2";
|
|
6380
6391
|
"disc-3": "disc-3";
|
|
@@ -6513,7 +6524,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6513
6524
|
"filter-x": "filter-x";
|
|
6514
6525
|
fingerprint: "fingerprint";
|
|
6515
6526
|
"fire-extinguisher": "fire-extinguisher";
|
|
6516
|
-
fish: "fish";
|
|
6517
6527
|
"fish-off": "fish-off";
|
|
6518
6528
|
"fish-symbol": "fish-symbol";
|
|
6519
6529
|
flag: "flag";
|
|
@@ -6601,7 +6611,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6601
6611
|
gift: "gift";
|
|
6602
6612
|
"git-branch": "git-branch";
|
|
6603
6613
|
"git-branch-plus": "git-branch-plus";
|
|
6604
|
-
"git-commit": "git-commit";
|
|
6605
6614
|
"git-commit-horizontal": "git-commit-horizontal";
|
|
6606
6615
|
"git-commit-vertical": "git-commit-vertical";
|
|
6607
6616
|
"git-compare": "git-compare";
|
|
@@ -6924,7 +6933,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6924
6933
|
"mouse-pointer-ban": "mouse-pointer-ban";
|
|
6925
6934
|
"mouse-pointer-click": "mouse-pointer-click";
|
|
6926
6935
|
"mouse-pointer-square-dashed": "mouse-pointer-square-dashed";
|
|
6927
|
-
move: "move";
|
|
6928
6936
|
"move-3-d": "move-3-d";
|
|
6929
6937
|
"move-3d": "move-3d";
|
|
6930
6938
|
"move-diagonal": "move-diagonal";
|
|
@@ -7129,7 +7137,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7129
7137
|
"refresh-cw": "refresh-cw";
|
|
7130
7138
|
"refresh-cw-off": "refresh-cw-off";
|
|
7131
7139
|
refrigerator: "refrigerator";
|
|
7132
|
-
regex: "regex";
|
|
7133
7140
|
"remove-formatting": "remove-formatting";
|
|
7134
7141
|
"repeat-1": "repeat-1";
|
|
7135
7142
|
"repeat-2": "repeat-2";
|
|
@@ -7156,7 +7163,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7156
7163
|
"rows-2": "rows-2";
|
|
7157
7164
|
"rows-3": "rows-3";
|
|
7158
7165
|
"rows-4": "rows-4";
|
|
7159
|
-
rss: "rss";
|
|
7160
7166
|
ruler: "ruler";
|
|
7161
7167
|
"ruler-dimension-line": "ruler-dimension-line";
|
|
7162
7168
|
"russian-ruble": "russian-ruble";
|
|
@@ -7200,17 +7206,14 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7200
7206
|
"send-to-back": "send-to-back";
|
|
7201
7207
|
"separator-horizontal": "separator-horizontal";
|
|
7202
7208
|
"separator-vertical": "separator-vertical";
|
|
7203
|
-
server: "server";
|
|
7204
7209
|
"server-cog": "server-cog";
|
|
7205
7210
|
"server-crash": "server-crash";
|
|
7206
7211
|
"server-off": "server-off";
|
|
7207
|
-
settings: "settings";
|
|
7208
7212
|
"settings-2": "settings-2";
|
|
7209
7213
|
shapes: "shapes";
|
|
7210
7214
|
share: "share";
|
|
7211
7215
|
"share-2": "share-2";
|
|
7212
7216
|
sheet: "sheet";
|
|
7213
|
-
shell: "shell";
|
|
7214
7217
|
shield: "shield";
|
|
7215
7218
|
"shield-alert": "shield-alert";
|
|
7216
7219
|
"shield-ban": "shield-ban";
|
|
@@ -7403,8 +7406,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7403
7406
|
tablet: "tablet";
|
|
7404
7407
|
"tablet-smartphone": "tablet-smartphone";
|
|
7405
7408
|
tablets: "tablets";
|
|
7406
|
-
tag: "tag";
|
|
7407
|
-
tags: "tags";
|
|
7408
7409
|
"tally-1": "tally-1";
|
|
7409
7410
|
"tally-2": "tally-2";
|
|
7410
7411
|
"tally-3": "tally-3";
|
|
@@ -7485,7 +7486,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7485
7486
|
"truck-electric": "truck-electric";
|
|
7486
7487
|
"turkish-lira": "turkish-lira";
|
|
7487
7488
|
turntable: "turntable";
|
|
7488
|
-
turtle: "turtle";
|
|
7489
7489
|
tv: "tv";
|
|
7490
7490
|
"tv-2": "tv-2";
|
|
7491
7491
|
"tv-minimal": "tv-minimal";
|