zudoku 0.53.5 → 0.53.6
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/validators/InputNavigationSchema.d.ts +64 -0
- package/dist/config/validators/icon-types.d.ts +1 -1
- package/dist/config/validators/icon-types.js +16 -0
- package/dist/config/validators/icon-types.js.map +1 -1
- package/dist/flat-config.d.ts +323 -0
- package/dist/vite/plugin-docs.js +15 -10
- package/dist/vite/plugin-docs.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +265 -262
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/package.json +5 -5
|
@@ -204,6 +204,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
204
204
|
"badge-percent": "badge-percent";
|
|
205
205
|
"badge-plus": "badge-plus";
|
|
206
206
|
"badge-pound-sterling": "badge-pound-sterling";
|
|
207
|
+
"badge-question-mark": "badge-question-mark";
|
|
207
208
|
"badge-russian-ruble": "badge-russian-ruble";
|
|
208
209
|
"badge-swiss-franc": "badge-swiss-franc";
|
|
209
210
|
"badge-x": "badge-x";
|
|
@@ -223,6 +224,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
223
224
|
"bar-chart-horizontal": "bar-chart-horizontal";
|
|
224
225
|
"bar-chart-horizontal-big": "bar-chart-horizontal-big";
|
|
225
226
|
barcode: "barcode";
|
|
227
|
+
barrel: "barrel";
|
|
226
228
|
baseline: "baseline";
|
|
227
229
|
bath: "bath";
|
|
228
230
|
battery: "battery";
|
|
@@ -305,6 +307,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
305
307
|
bot: "bot";
|
|
306
308
|
"bot-message-square": "bot-message-square";
|
|
307
309
|
"bot-off": "bot-off";
|
|
310
|
+
"bottle-wine": "bottle-wine";
|
|
308
311
|
"bow-arrow": "bow-arrow";
|
|
309
312
|
box: "box";
|
|
310
313
|
"box-select": "box-select";
|
|
@@ -476,6 +479,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
476
479
|
"circle-plus": "circle-plus";
|
|
477
480
|
"circle-pound-sterling": "circle-pound-sterling";
|
|
478
481
|
"circle-power": "circle-power";
|
|
482
|
+
"circle-question-mark": "circle-question-mark";
|
|
479
483
|
"circle-slash": "circle-slash";
|
|
480
484
|
"circle-slash-2": "circle-slash-2";
|
|
481
485
|
"circle-slashed": "circle-slashed";
|
|
@@ -639,6 +643,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
639
643
|
drama: "drama";
|
|
640
644
|
dribbble: "dribbble";
|
|
641
645
|
drill: "drill";
|
|
646
|
+
drone: "drone";
|
|
642
647
|
droplet: "droplet";
|
|
643
648
|
"droplet-off": "droplet-off";
|
|
644
649
|
droplets: "droplets";
|
|
@@ -723,6 +728,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
723
728
|
"file-plus": "file-plus";
|
|
724
729
|
"file-plus-2": "file-plus-2";
|
|
725
730
|
"file-question": "file-question";
|
|
731
|
+
"file-question-mark": "file-question-mark";
|
|
726
732
|
"file-scan": "file-scan";
|
|
727
733
|
"file-search": "file-search";
|
|
728
734
|
"file-search-2": "file-search-2";
|
|
@@ -832,6 +838,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
832
838
|
"gauge-circle": "gauge-circle";
|
|
833
839
|
gavel: "gavel";
|
|
834
840
|
gem: "gem";
|
|
841
|
+
"georgian-lari": "georgian-lari";
|
|
835
842
|
ghost: "ghost";
|
|
836
843
|
gift: "gift";
|
|
837
844
|
"git-branch": "git-branch";
|
|
@@ -1005,6 +1012,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1005
1012
|
lightbulb: "lightbulb";
|
|
1006
1013
|
"lightbulb-off": "lightbulb-off";
|
|
1007
1014
|
"line-chart": "line-chart";
|
|
1015
|
+
"line-squiggle": "line-squiggle";
|
|
1008
1016
|
"link-2": "link-2";
|
|
1009
1017
|
"link-2-off": "link-2-off";
|
|
1010
1018
|
linkedin: "linkedin";
|
|
@@ -1049,6 +1057,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1049
1057
|
"mail-open": "mail-open";
|
|
1050
1058
|
"mail-plus": "mail-plus";
|
|
1051
1059
|
"mail-question": "mail-question";
|
|
1060
|
+
"mail-question-mark": "mail-question-mark";
|
|
1052
1061
|
"mail-search": "mail-search";
|
|
1053
1062
|
"mail-warning": "mail-warning";
|
|
1054
1063
|
"mail-x": "mail-x";
|
|
@@ -1087,6 +1096,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1087
1096
|
"message-circle-off": "message-circle-off";
|
|
1088
1097
|
"message-circle-plus": "message-circle-plus";
|
|
1089
1098
|
"message-circle-question": "message-circle-question";
|
|
1099
|
+
"message-circle-question-mark": "message-circle-question-mark";
|
|
1090
1100
|
"message-circle-reply": "message-circle-reply";
|
|
1091
1101
|
"message-circle-warning": "message-circle-warning";
|
|
1092
1102
|
"message-circle-x": "message-circle-x";
|
|
@@ -1450,6 +1460,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1450
1460
|
"shield-off": "shield-off";
|
|
1451
1461
|
"shield-plus": "shield-plus";
|
|
1452
1462
|
"shield-question": "shield-question";
|
|
1463
|
+
"shield-question-mark": "shield-question-mark";
|
|
1453
1464
|
"shield-user": "shield-user";
|
|
1454
1465
|
"shield-x": "shield-x";
|
|
1455
1466
|
ship: "ship";
|
|
@@ -1512,6 +1523,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1512
1523
|
"spline-pointer": "spline-pointer";
|
|
1513
1524
|
"split-square-horizontal": "split-square-horizontal";
|
|
1514
1525
|
"split-square-vertical": "split-square-vertical";
|
|
1526
|
+
spool: "spool";
|
|
1515
1527
|
"spray-can": "spray-can";
|
|
1516
1528
|
sprout: "sprout";
|
|
1517
1529
|
square: "square";
|
|
@@ -1582,6 +1594,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1582
1594
|
"squares-subtract": "squares-subtract";
|
|
1583
1595
|
"squares-unite": "squares-unite";
|
|
1584
1596
|
squircle: "squircle";
|
|
1597
|
+
"squircle-dashed": "squircle-dashed";
|
|
1585
1598
|
squirrel: "squirrel";
|
|
1586
1599
|
stamp: "stamp";
|
|
1587
1600
|
star: "star";
|
|
@@ -1670,6 +1683,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1670
1683
|
"toggle-left": "toggle-left";
|
|
1671
1684
|
"toggle-right": "toggle-right";
|
|
1672
1685
|
toilet: "toilet";
|
|
1686
|
+
"tool-case": "tool-case";
|
|
1673
1687
|
tornado: "tornado";
|
|
1674
1688
|
torus: "torus";
|
|
1675
1689
|
touchpad: "touchpad";
|
|
@@ -1762,6 +1776,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1762
1776
|
"utility-pole": "utility-pole";
|
|
1763
1777
|
variable: "variable";
|
|
1764
1778
|
vault: "vault";
|
|
1779
|
+
"vector-square": "vector-square";
|
|
1765
1780
|
vegan: "vegan";
|
|
1766
1781
|
"venetian-mask": "venetian-mask";
|
|
1767
1782
|
venus: "venus";
|
|
@@ -1803,6 +1818,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1803
1818
|
"wheat-off": "wheat-off";
|
|
1804
1819
|
"whole-word": "whole-word";
|
|
1805
1820
|
wifi: "wifi";
|
|
1821
|
+
"wifi-cog": "wifi-cog";
|
|
1806
1822
|
"wifi-high": "wifi-high";
|
|
1807
1823
|
"wifi-low": "wifi-low";
|
|
1808
1824
|
"wifi-off": "wifi-off";
|
|
@@ -2041,6 +2057,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2041
2057
|
"badge-percent": "badge-percent";
|
|
2042
2058
|
"badge-plus": "badge-plus";
|
|
2043
2059
|
"badge-pound-sterling": "badge-pound-sterling";
|
|
2060
|
+
"badge-question-mark": "badge-question-mark";
|
|
2044
2061
|
"badge-russian-ruble": "badge-russian-ruble";
|
|
2045
2062
|
"badge-swiss-franc": "badge-swiss-franc";
|
|
2046
2063
|
"badge-x": "badge-x";
|
|
@@ -2060,6 +2077,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2060
2077
|
"bar-chart-horizontal": "bar-chart-horizontal";
|
|
2061
2078
|
"bar-chart-horizontal-big": "bar-chart-horizontal-big";
|
|
2062
2079
|
barcode: "barcode";
|
|
2080
|
+
barrel: "barrel";
|
|
2063
2081
|
baseline: "baseline";
|
|
2064
2082
|
bath: "bath";
|
|
2065
2083
|
battery: "battery";
|
|
@@ -2142,6 +2160,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2142
2160
|
bot: "bot";
|
|
2143
2161
|
"bot-message-square": "bot-message-square";
|
|
2144
2162
|
"bot-off": "bot-off";
|
|
2163
|
+
"bottle-wine": "bottle-wine";
|
|
2145
2164
|
"bow-arrow": "bow-arrow";
|
|
2146
2165
|
box: "box";
|
|
2147
2166
|
"box-select": "box-select";
|
|
@@ -2313,6 +2332,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2313
2332
|
"circle-plus": "circle-plus";
|
|
2314
2333
|
"circle-pound-sterling": "circle-pound-sterling";
|
|
2315
2334
|
"circle-power": "circle-power";
|
|
2335
|
+
"circle-question-mark": "circle-question-mark";
|
|
2316
2336
|
"circle-slash": "circle-slash";
|
|
2317
2337
|
"circle-slash-2": "circle-slash-2";
|
|
2318
2338
|
"circle-slashed": "circle-slashed";
|
|
@@ -2476,6 +2496,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2476
2496
|
drama: "drama";
|
|
2477
2497
|
dribbble: "dribbble";
|
|
2478
2498
|
drill: "drill";
|
|
2499
|
+
drone: "drone";
|
|
2479
2500
|
droplet: "droplet";
|
|
2480
2501
|
"droplet-off": "droplet-off";
|
|
2481
2502
|
droplets: "droplets";
|
|
@@ -2560,6 +2581,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2560
2581
|
"file-plus": "file-plus";
|
|
2561
2582
|
"file-plus-2": "file-plus-2";
|
|
2562
2583
|
"file-question": "file-question";
|
|
2584
|
+
"file-question-mark": "file-question-mark";
|
|
2563
2585
|
"file-scan": "file-scan";
|
|
2564
2586
|
"file-search": "file-search";
|
|
2565
2587
|
"file-search-2": "file-search-2";
|
|
@@ -2669,6 +2691,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2669
2691
|
"gauge-circle": "gauge-circle";
|
|
2670
2692
|
gavel: "gavel";
|
|
2671
2693
|
gem: "gem";
|
|
2694
|
+
"georgian-lari": "georgian-lari";
|
|
2672
2695
|
ghost: "ghost";
|
|
2673
2696
|
gift: "gift";
|
|
2674
2697
|
"git-branch": "git-branch";
|
|
@@ -2842,6 +2865,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2842
2865
|
lightbulb: "lightbulb";
|
|
2843
2866
|
"lightbulb-off": "lightbulb-off";
|
|
2844
2867
|
"line-chart": "line-chart";
|
|
2868
|
+
"line-squiggle": "line-squiggle";
|
|
2845
2869
|
"link-2": "link-2";
|
|
2846
2870
|
"link-2-off": "link-2-off";
|
|
2847
2871
|
linkedin: "linkedin";
|
|
@@ -2886,6 +2910,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2886
2910
|
"mail-open": "mail-open";
|
|
2887
2911
|
"mail-plus": "mail-plus";
|
|
2888
2912
|
"mail-question": "mail-question";
|
|
2913
|
+
"mail-question-mark": "mail-question-mark";
|
|
2889
2914
|
"mail-search": "mail-search";
|
|
2890
2915
|
"mail-warning": "mail-warning";
|
|
2891
2916
|
"mail-x": "mail-x";
|
|
@@ -2924,6 +2949,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2924
2949
|
"message-circle-off": "message-circle-off";
|
|
2925
2950
|
"message-circle-plus": "message-circle-plus";
|
|
2926
2951
|
"message-circle-question": "message-circle-question";
|
|
2952
|
+
"message-circle-question-mark": "message-circle-question-mark";
|
|
2927
2953
|
"message-circle-reply": "message-circle-reply";
|
|
2928
2954
|
"message-circle-warning": "message-circle-warning";
|
|
2929
2955
|
"message-circle-x": "message-circle-x";
|
|
@@ -3287,6 +3313,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3287
3313
|
"shield-off": "shield-off";
|
|
3288
3314
|
"shield-plus": "shield-plus";
|
|
3289
3315
|
"shield-question": "shield-question";
|
|
3316
|
+
"shield-question-mark": "shield-question-mark";
|
|
3290
3317
|
"shield-user": "shield-user";
|
|
3291
3318
|
"shield-x": "shield-x";
|
|
3292
3319
|
ship: "ship";
|
|
@@ -3349,6 +3376,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3349
3376
|
"spline-pointer": "spline-pointer";
|
|
3350
3377
|
"split-square-horizontal": "split-square-horizontal";
|
|
3351
3378
|
"split-square-vertical": "split-square-vertical";
|
|
3379
|
+
spool: "spool";
|
|
3352
3380
|
"spray-can": "spray-can";
|
|
3353
3381
|
sprout: "sprout";
|
|
3354
3382
|
square: "square";
|
|
@@ -3419,6 +3447,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3419
3447
|
"squares-subtract": "squares-subtract";
|
|
3420
3448
|
"squares-unite": "squares-unite";
|
|
3421
3449
|
squircle: "squircle";
|
|
3450
|
+
"squircle-dashed": "squircle-dashed";
|
|
3422
3451
|
squirrel: "squirrel";
|
|
3423
3452
|
stamp: "stamp";
|
|
3424
3453
|
star: "star";
|
|
@@ -3507,6 +3536,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3507
3536
|
"toggle-left": "toggle-left";
|
|
3508
3537
|
"toggle-right": "toggle-right";
|
|
3509
3538
|
toilet: "toilet";
|
|
3539
|
+
"tool-case": "tool-case";
|
|
3510
3540
|
tornado: "tornado";
|
|
3511
3541
|
torus: "torus";
|
|
3512
3542
|
touchpad: "touchpad";
|
|
@@ -3599,6 +3629,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3599
3629
|
"utility-pole": "utility-pole";
|
|
3600
3630
|
variable: "variable";
|
|
3601
3631
|
vault: "vault";
|
|
3632
|
+
"vector-square": "vector-square";
|
|
3602
3633
|
vegan: "vegan";
|
|
3603
3634
|
"venetian-mask": "venetian-mask";
|
|
3604
3635
|
venus: "venus";
|
|
@@ -3640,6 +3671,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3640
3671
|
"wheat-off": "wheat-off";
|
|
3641
3672
|
"whole-word": "whole-word";
|
|
3642
3673
|
wifi: "wifi";
|
|
3674
|
+
"wifi-cog": "wifi-cog";
|
|
3643
3675
|
"wifi-high": "wifi-high";
|
|
3644
3676
|
"wifi-low": "wifi-low";
|
|
3645
3677
|
"wifi-off": "wifi-off";
|
|
@@ -3878,6 +3910,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3878
3910
|
"badge-percent": "badge-percent";
|
|
3879
3911
|
"badge-plus": "badge-plus";
|
|
3880
3912
|
"badge-pound-sterling": "badge-pound-sterling";
|
|
3913
|
+
"badge-question-mark": "badge-question-mark";
|
|
3881
3914
|
"badge-russian-ruble": "badge-russian-ruble";
|
|
3882
3915
|
"badge-swiss-franc": "badge-swiss-franc";
|
|
3883
3916
|
"badge-x": "badge-x";
|
|
@@ -3897,6 +3930,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3897
3930
|
"bar-chart-horizontal": "bar-chart-horizontal";
|
|
3898
3931
|
"bar-chart-horizontal-big": "bar-chart-horizontal-big";
|
|
3899
3932
|
barcode: "barcode";
|
|
3933
|
+
barrel: "barrel";
|
|
3900
3934
|
baseline: "baseline";
|
|
3901
3935
|
bath: "bath";
|
|
3902
3936
|
battery: "battery";
|
|
@@ -3979,6 +4013,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3979
4013
|
bot: "bot";
|
|
3980
4014
|
"bot-message-square": "bot-message-square";
|
|
3981
4015
|
"bot-off": "bot-off";
|
|
4016
|
+
"bottle-wine": "bottle-wine";
|
|
3982
4017
|
"bow-arrow": "bow-arrow";
|
|
3983
4018
|
box: "box";
|
|
3984
4019
|
"box-select": "box-select";
|
|
@@ -4150,6 +4185,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4150
4185
|
"circle-plus": "circle-plus";
|
|
4151
4186
|
"circle-pound-sterling": "circle-pound-sterling";
|
|
4152
4187
|
"circle-power": "circle-power";
|
|
4188
|
+
"circle-question-mark": "circle-question-mark";
|
|
4153
4189
|
"circle-slash": "circle-slash";
|
|
4154
4190
|
"circle-slash-2": "circle-slash-2";
|
|
4155
4191
|
"circle-slashed": "circle-slashed";
|
|
@@ -4313,6 +4349,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4313
4349
|
drama: "drama";
|
|
4314
4350
|
dribbble: "dribbble";
|
|
4315
4351
|
drill: "drill";
|
|
4352
|
+
drone: "drone";
|
|
4316
4353
|
droplet: "droplet";
|
|
4317
4354
|
"droplet-off": "droplet-off";
|
|
4318
4355
|
droplets: "droplets";
|
|
@@ -4397,6 +4434,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4397
4434
|
"file-plus": "file-plus";
|
|
4398
4435
|
"file-plus-2": "file-plus-2";
|
|
4399
4436
|
"file-question": "file-question";
|
|
4437
|
+
"file-question-mark": "file-question-mark";
|
|
4400
4438
|
"file-scan": "file-scan";
|
|
4401
4439
|
"file-search": "file-search";
|
|
4402
4440
|
"file-search-2": "file-search-2";
|
|
@@ -4506,6 +4544,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4506
4544
|
"gauge-circle": "gauge-circle";
|
|
4507
4545
|
gavel: "gavel";
|
|
4508
4546
|
gem: "gem";
|
|
4547
|
+
"georgian-lari": "georgian-lari";
|
|
4509
4548
|
ghost: "ghost";
|
|
4510
4549
|
gift: "gift";
|
|
4511
4550
|
"git-branch": "git-branch";
|
|
@@ -4679,6 +4718,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4679
4718
|
lightbulb: "lightbulb";
|
|
4680
4719
|
"lightbulb-off": "lightbulb-off";
|
|
4681
4720
|
"line-chart": "line-chart";
|
|
4721
|
+
"line-squiggle": "line-squiggle";
|
|
4682
4722
|
"link-2": "link-2";
|
|
4683
4723
|
"link-2-off": "link-2-off";
|
|
4684
4724
|
linkedin: "linkedin";
|
|
@@ -4723,6 +4763,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4723
4763
|
"mail-open": "mail-open";
|
|
4724
4764
|
"mail-plus": "mail-plus";
|
|
4725
4765
|
"mail-question": "mail-question";
|
|
4766
|
+
"mail-question-mark": "mail-question-mark";
|
|
4726
4767
|
"mail-search": "mail-search";
|
|
4727
4768
|
"mail-warning": "mail-warning";
|
|
4728
4769
|
"mail-x": "mail-x";
|
|
@@ -4761,6 +4802,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4761
4802
|
"message-circle-off": "message-circle-off";
|
|
4762
4803
|
"message-circle-plus": "message-circle-plus";
|
|
4763
4804
|
"message-circle-question": "message-circle-question";
|
|
4805
|
+
"message-circle-question-mark": "message-circle-question-mark";
|
|
4764
4806
|
"message-circle-reply": "message-circle-reply";
|
|
4765
4807
|
"message-circle-warning": "message-circle-warning";
|
|
4766
4808
|
"message-circle-x": "message-circle-x";
|
|
@@ -5124,6 +5166,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5124
5166
|
"shield-off": "shield-off";
|
|
5125
5167
|
"shield-plus": "shield-plus";
|
|
5126
5168
|
"shield-question": "shield-question";
|
|
5169
|
+
"shield-question-mark": "shield-question-mark";
|
|
5127
5170
|
"shield-user": "shield-user";
|
|
5128
5171
|
"shield-x": "shield-x";
|
|
5129
5172
|
ship: "ship";
|
|
@@ -5186,6 +5229,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5186
5229
|
"spline-pointer": "spline-pointer";
|
|
5187
5230
|
"split-square-horizontal": "split-square-horizontal";
|
|
5188
5231
|
"split-square-vertical": "split-square-vertical";
|
|
5232
|
+
spool: "spool";
|
|
5189
5233
|
"spray-can": "spray-can";
|
|
5190
5234
|
sprout: "sprout";
|
|
5191
5235
|
square: "square";
|
|
@@ -5256,6 +5300,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5256
5300
|
"squares-subtract": "squares-subtract";
|
|
5257
5301
|
"squares-unite": "squares-unite";
|
|
5258
5302
|
squircle: "squircle";
|
|
5303
|
+
"squircle-dashed": "squircle-dashed";
|
|
5259
5304
|
squirrel: "squirrel";
|
|
5260
5305
|
stamp: "stamp";
|
|
5261
5306
|
star: "star";
|
|
@@ -5344,6 +5389,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5344
5389
|
"toggle-left": "toggle-left";
|
|
5345
5390
|
"toggle-right": "toggle-right";
|
|
5346
5391
|
toilet: "toilet";
|
|
5392
|
+
"tool-case": "tool-case";
|
|
5347
5393
|
tornado: "tornado";
|
|
5348
5394
|
torus: "torus";
|
|
5349
5395
|
touchpad: "touchpad";
|
|
@@ -5436,6 +5482,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5436
5482
|
"utility-pole": "utility-pole";
|
|
5437
5483
|
variable: "variable";
|
|
5438
5484
|
vault: "vault";
|
|
5485
|
+
"vector-square": "vector-square";
|
|
5439
5486
|
vegan: "vegan";
|
|
5440
5487
|
"venetian-mask": "venetian-mask";
|
|
5441
5488
|
venus: "venus";
|
|
@@ -5477,6 +5524,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5477
5524
|
"wheat-off": "wheat-off";
|
|
5478
5525
|
"whole-word": "whole-word";
|
|
5479
5526
|
wifi: "wifi";
|
|
5527
|
+
"wifi-cog": "wifi-cog";
|
|
5480
5528
|
"wifi-high": "wifi-high";
|
|
5481
5529
|
"wifi-low": "wifi-low";
|
|
5482
5530
|
"wifi-off": "wifi-off";
|
|
@@ -5712,6 +5760,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5712
5760
|
"badge-percent": "badge-percent";
|
|
5713
5761
|
"badge-plus": "badge-plus";
|
|
5714
5762
|
"badge-pound-sterling": "badge-pound-sterling";
|
|
5763
|
+
"badge-question-mark": "badge-question-mark";
|
|
5715
5764
|
"badge-russian-ruble": "badge-russian-ruble";
|
|
5716
5765
|
"badge-swiss-franc": "badge-swiss-franc";
|
|
5717
5766
|
"badge-x": "badge-x";
|
|
@@ -5731,6 +5780,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5731
5780
|
"bar-chart-horizontal": "bar-chart-horizontal";
|
|
5732
5781
|
"bar-chart-horizontal-big": "bar-chart-horizontal-big";
|
|
5733
5782
|
barcode: "barcode";
|
|
5783
|
+
barrel: "barrel";
|
|
5734
5784
|
baseline: "baseline";
|
|
5735
5785
|
bath: "bath";
|
|
5736
5786
|
battery: "battery";
|
|
@@ -5813,6 +5863,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5813
5863
|
bot: "bot";
|
|
5814
5864
|
"bot-message-square": "bot-message-square";
|
|
5815
5865
|
"bot-off": "bot-off";
|
|
5866
|
+
"bottle-wine": "bottle-wine";
|
|
5816
5867
|
"bow-arrow": "bow-arrow";
|
|
5817
5868
|
box: "box";
|
|
5818
5869
|
"box-select": "box-select";
|
|
@@ -5984,6 +6035,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5984
6035
|
"circle-plus": "circle-plus";
|
|
5985
6036
|
"circle-pound-sterling": "circle-pound-sterling";
|
|
5986
6037
|
"circle-power": "circle-power";
|
|
6038
|
+
"circle-question-mark": "circle-question-mark";
|
|
5987
6039
|
"circle-slash": "circle-slash";
|
|
5988
6040
|
"circle-slash-2": "circle-slash-2";
|
|
5989
6041
|
"circle-slashed": "circle-slashed";
|
|
@@ -6147,6 +6199,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6147
6199
|
drama: "drama";
|
|
6148
6200
|
dribbble: "dribbble";
|
|
6149
6201
|
drill: "drill";
|
|
6202
|
+
drone: "drone";
|
|
6150
6203
|
droplet: "droplet";
|
|
6151
6204
|
"droplet-off": "droplet-off";
|
|
6152
6205
|
droplets: "droplets";
|
|
@@ -6231,6 +6284,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6231
6284
|
"file-plus": "file-plus";
|
|
6232
6285
|
"file-plus-2": "file-plus-2";
|
|
6233
6286
|
"file-question": "file-question";
|
|
6287
|
+
"file-question-mark": "file-question-mark";
|
|
6234
6288
|
"file-scan": "file-scan";
|
|
6235
6289
|
"file-search": "file-search";
|
|
6236
6290
|
"file-search-2": "file-search-2";
|
|
@@ -6340,6 +6394,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6340
6394
|
"gauge-circle": "gauge-circle";
|
|
6341
6395
|
gavel: "gavel";
|
|
6342
6396
|
gem: "gem";
|
|
6397
|
+
"georgian-lari": "georgian-lari";
|
|
6343
6398
|
ghost: "ghost";
|
|
6344
6399
|
gift: "gift";
|
|
6345
6400
|
"git-branch": "git-branch";
|
|
@@ -6513,6 +6568,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6513
6568
|
lightbulb: "lightbulb";
|
|
6514
6569
|
"lightbulb-off": "lightbulb-off";
|
|
6515
6570
|
"line-chart": "line-chart";
|
|
6571
|
+
"line-squiggle": "line-squiggle";
|
|
6516
6572
|
"link-2": "link-2";
|
|
6517
6573
|
"link-2-off": "link-2-off";
|
|
6518
6574
|
linkedin: "linkedin";
|
|
@@ -6557,6 +6613,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6557
6613
|
"mail-open": "mail-open";
|
|
6558
6614
|
"mail-plus": "mail-plus";
|
|
6559
6615
|
"mail-question": "mail-question";
|
|
6616
|
+
"mail-question-mark": "mail-question-mark";
|
|
6560
6617
|
"mail-search": "mail-search";
|
|
6561
6618
|
"mail-warning": "mail-warning";
|
|
6562
6619
|
"mail-x": "mail-x";
|
|
@@ -6595,6 +6652,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6595
6652
|
"message-circle-off": "message-circle-off";
|
|
6596
6653
|
"message-circle-plus": "message-circle-plus";
|
|
6597
6654
|
"message-circle-question": "message-circle-question";
|
|
6655
|
+
"message-circle-question-mark": "message-circle-question-mark";
|
|
6598
6656
|
"message-circle-reply": "message-circle-reply";
|
|
6599
6657
|
"message-circle-warning": "message-circle-warning";
|
|
6600
6658
|
"message-circle-x": "message-circle-x";
|
|
@@ -6958,6 +7016,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6958
7016
|
"shield-off": "shield-off";
|
|
6959
7017
|
"shield-plus": "shield-plus";
|
|
6960
7018
|
"shield-question": "shield-question";
|
|
7019
|
+
"shield-question-mark": "shield-question-mark";
|
|
6961
7020
|
"shield-user": "shield-user";
|
|
6962
7021
|
"shield-x": "shield-x";
|
|
6963
7022
|
ship: "ship";
|
|
@@ -7020,6 +7079,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7020
7079
|
"spline-pointer": "spline-pointer";
|
|
7021
7080
|
"split-square-horizontal": "split-square-horizontal";
|
|
7022
7081
|
"split-square-vertical": "split-square-vertical";
|
|
7082
|
+
spool: "spool";
|
|
7023
7083
|
"spray-can": "spray-can";
|
|
7024
7084
|
sprout: "sprout";
|
|
7025
7085
|
square: "square";
|
|
@@ -7090,6 +7150,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7090
7150
|
"squares-subtract": "squares-subtract";
|
|
7091
7151
|
"squares-unite": "squares-unite";
|
|
7092
7152
|
squircle: "squircle";
|
|
7153
|
+
"squircle-dashed": "squircle-dashed";
|
|
7093
7154
|
squirrel: "squirrel";
|
|
7094
7155
|
stamp: "stamp";
|
|
7095
7156
|
star: "star";
|
|
@@ -7178,6 +7239,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7178
7239
|
"toggle-left": "toggle-left";
|
|
7179
7240
|
"toggle-right": "toggle-right";
|
|
7180
7241
|
toilet: "toilet";
|
|
7242
|
+
"tool-case": "tool-case";
|
|
7181
7243
|
tornado: "tornado";
|
|
7182
7244
|
torus: "torus";
|
|
7183
7245
|
touchpad: "touchpad";
|
|
@@ -7270,6 +7332,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7270
7332
|
"utility-pole": "utility-pole";
|
|
7271
7333
|
variable: "variable";
|
|
7272
7334
|
vault: "vault";
|
|
7335
|
+
"vector-square": "vector-square";
|
|
7273
7336
|
vegan: "vegan";
|
|
7274
7337
|
"venetian-mask": "venetian-mask";
|
|
7275
7338
|
venus: "venus";
|
|
@@ -7311,6 +7374,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7311
7374
|
"wheat-off": "wheat-off";
|
|
7312
7375
|
"whole-word": "whole-word";
|
|
7313
7376
|
wifi: "wifi";
|
|
7377
|
+
"wifi-cog": "wifi-cog";
|
|
7314
7378
|
"wifi-high": "wifi-high";
|
|
7315
7379
|
"wifi-low": "wifi-low";
|
|
7316
7380
|
"wifi-off": "wifi-off";
|