@supernova-studio/model 1.96.4 → 1.96.5
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/index.d.mts +93 -0
- package/dist/index.d.ts +93 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -40473,6 +40473,7 @@ declare const DocumentationPageSnapshot: z$1.ZodObject<{
|
|
|
40473
40473
|
showProperties?: boolean | undefined;
|
|
40474
40474
|
showDescription?: boolean | undefined;
|
|
40475
40475
|
showDefaults?: boolean | undefined;
|
|
40476
|
+
showThemeSwitcher?: boolean | undefined;
|
|
40476
40477
|
} | null | undefined;
|
|
40477
40478
|
} & {
|
|
40478
40479
|
children: ({
|
|
@@ -40761,6 +40762,7 @@ declare const DocumentationPageSnapshot: z$1.ZodObject<{
|
|
|
40761
40762
|
showProperties?: boolean | undefined;
|
|
40762
40763
|
showDescription?: boolean | undefined;
|
|
40763
40764
|
showDefaults?: boolean | undefined;
|
|
40765
|
+
showThemeSwitcher?: boolean | undefined;
|
|
40764
40766
|
} | null | undefined;
|
|
40765
40767
|
} & /*elided*/ any)[] | null | undefined;
|
|
40766
40768
|
}>, "many">>;
|
|
@@ -41117,6 +41119,7 @@ declare const DocumentationPageSnapshot: z$1.ZodObject<{
|
|
|
41117
41119
|
showProperties?: boolean | undefined;
|
|
41118
41120
|
showDescription?: boolean | undefined;
|
|
41119
41121
|
showDefaults?: boolean | undefined;
|
|
41122
|
+
showThemeSwitcher?: boolean | undefined;
|
|
41120
41123
|
} | null | undefined;
|
|
41121
41124
|
} & {
|
|
41122
41125
|
children: ({
|
|
@@ -41405,6 +41408,7 @@ declare const DocumentationPageSnapshot: z$1.ZodObject<{
|
|
|
41405
41408
|
showProperties?: boolean | undefined;
|
|
41406
41409
|
showDescription?: boolean | undefined;
|
|
41407
41410
|
showDefaults?: boolean | undefined;
|
|
41411
|
+
showThemeSwitcher?: boolean | undefined;
|
|
41408
41412
|
} | null | undefined;
|
|
41409
41413
|
} & /*elided*/ any)[] | null | undefined;
|
|
41410
41414
|
})[] | undefined;
|
|
@@ -41779,6 +41783,7 @@ declare const DocumentationPageSnapshot: z$1.ZodObject<{
|
|
|
41779
41783
|
showProperties?: boolean | undefined;
|
|
41780
41784
|
showDescription?: boolean | undefined;
|
|
41781
41785
|
showDefaults?: boolean | undefined;
|
|
41786
|
+
showThemeSwitcher?: boolean | undefined;
|
|
41782
41787
|
} | null | undefined;
|
|
41783
41788
|
} & {
|
|
41784
41789
|
children: ({
|
|
@@ -42067,6 +42072,7 @@ declare const DocumentationPageSnapshot: z$1.ZodObject<{
|
|
|
42067
42072
|
showProperties?: boolean | undefined;
|
|
42068
42073
|
showDescription?: boolean | undefined;
|
|
42069
42074
|
showDefaults?: boolean | undefined;
|
|
42075
|
+
showThemeSwitcher?: boolean | undefined;
|
|
42070
42076
|
} | null | undefined;
|
|
42071
42077
|
} & /*elided*/ any)[] | null | undefined;
|
|
42072
42078
|
})[] | undefined;
|
|
@@ -42471,6 +42477,7 @@ declare const DocumentationPageSnapshot: z$1.ZodObject<{
|
|
|
42471
42477
|
showProperties?: boolean | undefined;
|
|
42472
42478
|
showDescription?: boolean | undefined;
|
|
42473
42479
|
showDefaults?: boolean | undefined;
|
|
42480
|
+
showThemeSwitcher?: boolean | undefined;
|
|
42474
42481
|
} | null | undefined;
|
|
42475
42482
|
} & {
|
|
42476
42483
|
children: ({
|
|
@@ -42759,6 +42766,7 @@ declare const DocumentationPageSnapshot: z$1.ZodObject<{
|
|
|
42759
42766
|
showProperties?: boolean | undefined;
|
|
42760
42767
|
showDescription?: boolean | undefined;
|
|
42761
42768
|
showDefaults?: boolean | undefined;
|
|
42769
|
+
showThemeSwitcher?: boolean | undefined;
|
|
42762
42770
|
} | null | undefined;
|
|
42763
42771
|
} & /*elided*/ any)[] | null | undefined;
|
|
42764
42772
|
})[] | undefined;
|
|
@@ -44675,6 +44683,7 @@ declare const PageBlockStorybookBlockConfig: z$1.ZodObject<{
|
|
|
44675
44683
|
showProperties: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
44676
44684
|
showDescription: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
44677
44685
|
showDefaults: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
44686
|
+
showThemeSwitcher: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
44678
44687
|
}, "strip", z$1.ZodTypeAny, {
|
|
44679
44688
|
value: {
|
|
44680
44689
|
entityId?: string | undefined;
|
|
@@ -44694,6 +44703,7 @@ declare const PageBlockStorybookBlockConfig: z$1.ZodObject<{
|
|
|
44694
44703
|
showProperties?: boolean | undefined;
|
|
44695
44704
|
showDescription?: boolean | undefined;
|
|
44696
44705
|
showDefaults?: boolean | undefined;
|
|
44706
|
+
showThemeSwitcher?: boolean | undefined;
|
|
44697
44707
|
}, {
|
|
44698
44708
|
value: {
|
|
44699
44709
|
entityId?: string | undefined;
|
|
@@ -44713,6 +44723,7 @@ declare const PageBlockStorybookBlockConfig: z$1.ZodObject<{
|
|
|
44713
44723
|
showProperties?: boolean | undefined;
|
|
44714
44724
|
showDescription?: boolean | undefined;
|
|
44715
44725
|
showDefaults?: boolean | undefined;
|
|
44726
|
+
showThemeSwitcher?: boolean | undefined;
|
|
44716
44727
|
}>;
|
|
44717
44728
|
declare const PageBlockFile: z$1.ZodObject<{
|
|
44718
44729
|
entityId: z$1.ZodString;
|
|
@@ -46801,6 +46812,7 @@ declare const PageBlockBaseV1: z$1.ZodObject<{
|
|
|
46801
46812
|
showProperties?: boolean | undefined;
|
|
46802
46813
|
showDescription?: boolean | undefined;
|
|
46803
46814
|
showDefaults?: boolean | undefined;
|
|
46815
|
+
showThemeSwitcher?: boolean | undefined;
|
|
46804
46816
|
}, z$1.ZodTypeDef, {
|
|
46805
46817
|
value: {
|
|
46806
46818
|
entityId?: string | undefined;
|
|
@@ -46820,6 +46832,7 @@ declare const PageBlockBaseV1: z$1.ZodObject<{
|
|
|
46820
46832
|
showProperties?: boolean | undefined;
|
|
46821
46833
|
showDescription?: boolean | undefined;
|
|
46822
46834
|
showDefaults?: boolean | undefined;
|
|
46835
|
+
showThemeSwitcher?: boolean | undefined;
|
|
46823
46836
|
}>>>, {
|
|
46824
46837
|
value: {
|
|
46825
46838
|
entityId?: string | undefined;
|
|
@@ -46839,6 +46852,7 @@ declare const PageBlockBaseV1: z$1.ZodObject<{
|
|
|
46839
46852
|
showProperties?: boolean | undefined;
|
|
46840
46853
|
showDescription?: boolean | undefined;
|
|
46841
46854
|
showDefaults?: boolean | undefined;
|
|
46855
|
+
showThemeSwitcher?: boolean | undefined;
|
|
46842
46856
|
} | undefined, {
|
|
46843
46857
|
value: {
|
|
46844
46858
|
entityId?: string | undefined;
|
|
@@ -46858,6 +46872,7 @@ declare const PageBlockBaseV1: z$1.ZodObject<{
|
|
|
46858
46872
|
showProperties?: boolean | undefined;
|
|
46859
46873
|
showDescription?: boolean | undefined;
|
|
46860
46874
|
showDefaults?: boolean | undefined;
|
|
46875
|
+
showThemeSwitcher?: boolean | undefined;
|
|
46861
46876
|
} | null | undefined>;
|
|
46862
46877
|
files: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
46863
46878
|
entityId: string;
|
|
@@ -47170,6 +47185,7 @@ declare const PageBlockBaseV1: z$1.ZodObject<{
|
|
|
47170
47185
|
showProperties?: boolean | undefined;
|
|
47171
47186
|
showDescription?: boolean | undefined;
|
|
47172
47187
|
showDefaults?: boolean | undefined;
|
|
47188
|
+
showThemeSwitcher?: boolean | undefined;
|
|
47173
47189
|
} | undefined;
|
|
47174
47190
|
}, {
|
|
47175
47191
|
type: "Code" | "Image" | "Custom" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable" | "Files";
|
|
@@ -47457,6 +47473,7 @@ declare const PageBlockBaseV1: z$1.ZodObject<{
|
|
|
47457
47473
|
showProperties?: boolean | undefined;
|
|
47458
47474
|
showDescription?: boolean | undefined;
|
|
47459
47475
|
showDefaults?: boolean | undefined;
|
|
47476
|
+
showThemeSwitcher?: boolean | undefined;
|
|
47460
47477
|
} | null | undefined;
|
|
47461
47478
|
}>;
|
|
47462
47479
|
type PageBlockV1Input = z$1.input<typeof PageBlockBaseV1> & {
|
|
@@ -51602,6 +51619,7 @@ declare const DocumentationPageDataV1: z$1.ZodObject<{
|
|
|
51602
51619
|
showProperties?: boolean | undefined;
|
|
51603
51620
|
showDescription?: boolean | undefined;
|
|
51604
51621
|
showDefaults?: boolean | undefined;
|
|
51622
|
+
showThemeSwitcher?: boolean | undefined;
|
|
51605
51623
|
} | null | undefined;
|
|
51606
51624
|
} & {
|
|
51607
51625
|
children: ({
|
|
@@ -51890,6 +51908,7 @@ declare const DocumentationPageDataV1: z$1.ZodObject<{
|
|
|
51890
51908
|
showProperties?: boolean | undefined;
|
|
51891
51909
|
showDescription?: boolean | undefined;
|
|
51892
51910
|
showDefaults?: boolean | undefined;
|
|
51911
|
+
showThemeSwitcher?: boolean | undefined;
|
|
51893
51912
|
} | null | undefined;
|
|
51894
51913
|
} & /*elided*/ any)[] | null | undefined;
|
|
51895
51914
|
}>, "many">;
|
|
@@ -52524,6 +52543,7 @@ declare const DocumentationPageDataV1: z$1.ZodObject<{
|
|
|
52524
52543
|
showProperties?: boolean | undefined;
|
|
52525
52544
|
showDescription?: boolean | undefined;
|
|
52526
52545
|
showDefaults?: boolean | undefined;
|
|
52546
|
+
showThemeSwitcher?: boolean | undefined;
|
|
52527
52547
|
} | null | undefined;
|
|
52528
52548
|
} & {
|
|
52529
52549
|
children: ({
|
|
@@ -52812,6 +52832,7 @@ declare const DocumentationPageDataV1: z$1.ZodObject<{
|
|
|
52812
52832
|
showProperties?: boolean | undefined;
|
|
52813
52833
|
showDescription?: boolean | undefined;
|
|
52814
52834
|
showDefaults?: boolean | undefined;
|
|
52835
|
+
showThemeSwitcher?: boolean | undefined;
|
|
52815
52836
|
} | null | undefined;
|
|
52816
52837
|
} & /*elided*/ any)[] | null | undefined;
|
|
52817
52838
|
})[];
|
|
@@ -60053,6 +60074,7 @@ declare const DocumentationPageV1: z$1.ZodObject<{
|
|
|
60053
60074
|
showProperties?: boolean | undefined;
|
|
60054
60075
|
showDescription?: boolean | undefined;
|
|
60055
60076
|
showDefaults?: boolean | undefined;
|
|
60077
|
+
showThemeSwitcher?: boolean | undefined;
|
|
60056
60078
|
} | null | undefined;
|
|
60057
60079
|
} & {
|
|
60058
60080
|
children: ({
|
|
@@ -60341,6 +60363,7 @@ declare const DocumentationPageV1: z$1.ZodObject<{
|
|
|
60341
60363
|
showProperties?: boolean | undefined;
|
|
60342
60364
|
showDescription?: boolean | undefined;
|
|
60343
60365
|
showDefaults?: boolean | undefined;
|
|
60366
|
+
showThemeSwitcher?: boolean | undefined;
|
|
60344
60367
|
} | null | undefined;
|
|
60345
60368
|
} & /*elided*/ any)[] | null | undefined;
|
|
60346
60369
|
}>, "many">;
|
|
@@ -60975,6 +60998,7 @@ declare const DocumentationPageV1: z$1.ZodObject<{
|
|
|
60975
60998
|
showProperties?: boolean | undefined;
|
|
60976
60999
|
showDescription?: boolean | undefined;
|
|
60977
61000
|
showDefaults?: boolean | undefined;
|
|
61001
|
+
showThemeSwitcher?: boolean | undefined;
|
|
60978
61002
|
} | null | undefined;
|
|
60979
61003
|
} & {
|
|
60980
61004
|
children: ({
|
|
@@ -61263,6 +61287,7 @@ declare const DocumentationPageV1: z$1.ZodObject<{
|
|
|
61263
61287
|
showProperties?: boolean | undefined;
|
|
61264
61288
|
showDescription?: boolean | undefined;
|
|
61265
61289
|
showDefaults?: boolean | undefined;
|
|
61290
|
+
showThemeSwitcher?: boolean | undefined;
|
|
61266
61291
|
} | null | undefined;
|
|
61267
61292
|
} & /*elided*/ any)[] | null | undefined;
|
|
61268
61293
|
})[];
|
|
@@ -61711,6 +61736,7 @@ declare const DocumentationPageV1: z$1.ZodObject<{
|
|
|
61711
61736
|
showProperties?: boolean | undefined;
|
|
61712
61737
|
showDescription?: boolean | undefined;
|
|
61713
61738
|
showDefaults?: boolean | undefined;
|
|
61739
|
+
showThemeSwitcher?: boolean | undefined;
|
|
61714
61740
|
} | null | undefined;
|
|
61715
61741
|
} & {
|
|
61716
61742
|
children: ({
|
|
@@ -61999,6 +62025,7 @@ declare const DocumentationPageV1: z$1.ZodObject<{
|
|
|
61999
62025
|
showProperties?: boolean | undefined;
|
|
62000
62026
|
showDescription?: boolean | undefined;
|
|
62001
62027
|
showDefaults?: boolean | undefined;
|
|
62028
|
+
showThemeSwitcher?: boolean | undefined;
|
|
62002
62029
|
} | null | undefined;
|
|
62003
62030
|
} & /*elided*/ any)[] | null | undefined;
|
|
62004
62031
|
})[];
|
|
@@ -63351,6 +63378,7 @@ declare const DocumentationPageV2: z$1.ZodObject<{
|
|
|
63351
63378
|
showProperties?: boolean | undefined;
|
|
63352
63379
|
showDescription?: boolean | undefined;
|
|
63353
63380
|
showDefaults?: boolean | undefined;
|
|
63381
|
+
showThemeSwitcher?: boolean | undefined;
|
|
63354
63382
|
} | null | undefined;
|
|
63355
63383
|
} & {
|
|
63356
63384
|
children: ({
|
|
@@ -63639,6 +63667,7 @@ declare const DocumentationPageV2: z$1.ZodObject<{
|
|
|
63639
63667
|
showProperties?: boolean | undefined;
|
|
63640
63668
|
showDescription?: boolean | undefined;
|
|
63641
63669
|
showDefaults?: boolean | undefined;
|
|
63670
|
+
showThemeSwitcher?: boolean | undefined;
|
|
63642
63671
|
} | null | undefined;
|
|
63643
63672
|
} & /*elided*/ any)[] | null | undefined;
|
|
63644
63673
|
}>, "many">>;
|
|
@@ -63995,6 +64024,7 @@ declare const DocumentationPageV2: z$1.ZodObject<{
|
|
|
63995
64024
|
showProperties?: boolean | undefined;
|
|
63996
64025
|
showDescription?: boolean | undefined;
|
|
63997
64026
|
showDefaults?: boolean | undefined;
|
|
64027
|
+
showThemeSwitcher?: boolean | undefined;
|
|
63998
64028
|
} | null | undefined;
|
|
63999
64029
|
} & {
|
|
64000
64030
|
children: ({
|
|
@@ -64283,6 +64313,7 @@ declare const DocumentationPageV2: z$1.ZodObject<{
|
|
|
64283
64313
|
showProperties?: boolean | undefined;
|
|
64284
64314
|
showDescription?: boolean | undefined;
|
|
64285
64315
|
showDefaults?: boolean | undefined;
|
|
64316
|
+
showThemeSwitcher?: boolean | undefined;
|
|
64286
64317
|
} | null | undefined;
|
|
64287
64318
|
} & /*elided*/ any)[] | null | undefined;
|
|
64288
64319
|
})[] | undefined;
|
|
@@ -64657,6 +64688,7 @@ declare const DocumentationPageV2: z$1.ZodObject<{
|
|
|
64657
64688
|
showProperties?: boolean | undefined;
|
|
64658
64689
|
showDescription?: boolean | undefined;
|
|
64659
64690
|
showDefaults?: boolean | undefined;
|
|
64691
|
+
showThemeSwitcher?: boolean | undefined;
|
|
64660
64692
|
} | null | undefined;
|
|
64661
64693
|
} & {
|
|
64662
64694
|
children: ({
|
|
@@ -64945,6 +64977,7 @@ declare const DocumentationPageV2: z$1.ZodObject<{
|
|
|
64945
64977
|
showProperties?: boolean | undefined;
|
|
64946
64978
|
showDescription?: boolean | undefined;
|
|
64947
64979
|
showDefaults?: boolean | undefined;
|
|
64980
|
+
showThemeSwitcher?: boolean | undefined;
|
|
64948
64981
|
} | null | undefined;
|
|
64949
64982
|
} & /*elided*/ any)[] | null | undefined;
|
|
64950
64983
|
})[] | undefined;
|
|
@@ -165839,6 +165872,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
165839
165872
|
showProperties?: boolean | undefined;
|
|
165840
165873
|
showDescription?: boolean | undefined;
|
|
165841
165874
|
showDefaults?: boolean | undefined;
|
|
165875
|
+
showThemeSwitcher?: boolean | undefined;
|
|
165842
165876
|
} | null | undefined;
|
|
165843
165877
|
} & {
|
|
165844
165878
|
children: ({
|
|
@@ -166127,6 +166161,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
166127
166161
|
showProperties?: boolean | undefined;
|
|
166128
166162
|
showDescription?: boolean | undefined;
|
|
166129
166163
|
showDefaults?: boolean | undefined;
|
|
166164
|
+
showThemeSwitcher?: boolean | undefined;
|
|
166130
166165
|
} | null | undefined;
|
|
166131
166166
|
} & /*elided*/ any)[] | null | undefined;
|
|
166132
166167
|
}>, "many">>;
|
|
@@ -166483,6 +166518,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
166483
166518
|
showProperties?: boolean | undefined;
|
|
166484
166519
|
showDescription?: boolean | undefined;
|
|
166485
166520
|
showDefaults?: boolean | undefined;
|
|
166521
|
+
showThemeSwitcher?: boolean | undefined;
|
|
166486
166522
|
} | null | undefined;
|
|
166487
166523
|
} & {
|
|
166488
166524
|
children: ({
|
|
@@ -166771,6 +166807,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
166771
166807
|
showProperties?: boolean | undefined;
|
|
166772
166808
|
showDescription?: boolean | undefined;
|
|
166773
166809
|
showDefaults?: boolean | undefined;
|
|
166810
|
+
showThemeSwitcher?: boolean | undefined;
|
|
166774
166811
|
} | null | undefined;
|
|
166775
166812
|
} & /*elided*/ any)[] | null | undefined;
|
|
166776
166813
|
})[] | undefined;
|
|
@@ -167145,6 +167182,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
167145
167182
|
showProperties?: boolean | undefined;
|
|
167146
167183
|
showDescription?: boolean | undefined;
|
|
167147
167184
|
showDefaults?: boolean | undefined;
|
|
167185
|
+
showThemeSwitcher?: boolean | undefined;
|
|
167148
167186
|
} | null | undefined;
|
|
167149
167187
|
} & {
|
|
167150
167188
|
children: ({
|
|
@@ -167433,6 +167471,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
167433
167471
|
showProperties?: boolean | undefined;
|
|
167434
167472
|
showDescription?: boolean | undefined;
|
|
167435
167473
|
showDefaults?: boolean | undefined;
|
|
167474
|
+
showThemeSwitcher?: boolean | undefined;
|
|
167436
167475
|
} | null | undefined;
|
|
167437
167476
|
} & /*elided*/ any)[] | null | undefined;
|
|
167438
167477
|
})[] | undefined;
|
|
@@ -168227,6 +168266,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
168227
168266
|
showProperties?: boolean | undefined;
|
|
168228
168267
|
showDescription?: boolean | undefined;
|
|
168229
168268
|
showDefaults?: boolean | undefined;
|
|
168269
|
+
showThemeSwitcher?: boolean | undefined;
|
|
168230
168270
|
} | null | undefined;
|
|
168231
168271
|
} & {
|
|
168232
168272
|
children: ({
|
|
@@ -168515,6 +168555,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
168515
168555
|
showProperties?: boolean | undefined;
|
|
168516
168556
|
showDescription?: boolean | undefined;
|
|
168517
168557
|
showDefaults?: boolean | undefined;
|
|
168558
|
+
showThemeSwitcher?: boolean | undefined;
|
|
168518
168559
|
} | null | undefined;
|
|
168519
168560
|
} & /*elided*/ any)[] | null | undefined;
|
|
168520
168561
|
}>, "many">>;
|
|
@@ -168871,6 +168912,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
168871
168912
|
showProperties?: boolean | undefined;
|
|
168872
168913
|
showDescription?: boolean | undefined;
|
|
168873
168914
|
showDefaults?: boolean | undefined;
|
|
168915
|
+
showThemeSwitcher?: boolean | undefined;
|
|
168874
168916
|
} | null | undefined;
|
|
168875
168917
|
} & {
|
|
168876
168918
|
children: ({
|
|
@@ -169159,6 +169201,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
169159
169201
|
showProperties?: boolean | undefined;
|
|
169160
169202
|
showDescription?: boolean | undefined;
|
|
169161
169203
|
showDefaults?: boolean | undefined;
|
|
169204
|
+
showThemeSwitcher?: boolean | undefined;
|
|
169162
169205
|
} | null | undefined;
|
|
169163
169206
|
} & /*elided*/ any)[] | null | undefined;
|
|
169164
169207
|
})[] | undefined;
|
|
@@ -169533,6 +169576,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
169533
169576
|
showProperties?: boolean | undefined;
|
|
169534
169577
|
showDescription?: boolean | undefined;
|
|
169535
169578
|
showDefaults?: boolean | undefined;
|
|
169579
|
+
showThemeSwitcher?: boolean | undefined;
|
|
169536
169580
|
} | null | undefined;
|
|
169537
169581
|
} & {
|
|
169538
169582
|
children: ({
|
|
@@ -169821,6 +169865,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
169821
169865
|
showProperties?: boolean | undefined;
|
|
169822
169866
|
showDescription?: boolean | undefined;
|
|
169823
169867
|
showDefaults?: boolean | undefined;
|
|
169868
|
+
showThemeSwitcher?: boolean | undefined;
|
|
169824
169869
|
} | null | undefined;
|
|
169825
169870
|
} & /*elided*/ any)[] | null | undefined;
|
|
169826
169871
|
})[] | undefined;
|
|
@@ -170225,6 +170270,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
170225
170270
|
showProperties?: boolean | undefined;
|
|
170226
170271
|
showDescription?: boolean | undefined;
|
|
170227
170272
|
showDefaults?: boolean | undefined;
|
|
170273
|
+
showThemeSwitcher?: boolean | undefined;
|
|
170228
170274
|
} | null | undefined;
|
|
170229
170275
|
} & {
|
|
170230
170276
|
children: ({
|
|
@@ -170513,6 +170559,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
170513
170559
|
showProperties?: boolean | undefined;
|
|
170514
170560
|
showDescription?: boolean | undefined;
|
|
170515
170561
|
showDefaults?: boolean | undefined;
|
|
170562
|
+
showThemeSwitcher?: boolean | undefined;
|
|
170516
170563
|
} | null | undefined;
|
|
170517
170564
|
} & /*elided*/ any)[] | null | undefined;
|
|
170518
170565
|
})[] | undefined;
|
|
@@ -171672,6 +171719,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
171672
171719
|
showProperties?: boolean | undefined;
|
|
171673
171720
|
showDescription?: boolean | undefined;
|
|
171674
171721
|
showDefaults?: boolean | undefined;
|
|
171722
|
+
showThemeSwitcher?: boolean | undefined;
|
|
171675
171723
|
} | null | undefined;
|
|
171676
171724
|
} & {
|
|
171677
171725
|
children: ({
|
|
@@ -171960,6 +172008,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
171960
172008
|
showProperties?: boolean | undefined;
|
|
171961
172009
|
showDescription?: boolean | undefined;
|
|
171962
172010
|
showDefaults?: boolean | undefined;
|
|
172011
|
+
showThemeSwitcher?: boolean | undefined;
|
|
171963
172012
|
} | null | undefined;
|
|
171964
172013
|
} & /*elided*/ any)[] | null | undefined;
|
|
171965
172014
|
})[] | undefined;
|
|
@@ -172301,6 +172350,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
172301
172350
|
showProperties?: boolean | undefined;
|
|
172302
172351
|
showDescription?: boolean | undefined;
|
|
172303
172352
|
showDefaults?: boolean | undefined;
|
|
172353
|
+
showThemeSwitcher?: boolean | undefined;
|
|
172304
172354
|
} | null | undefined;
|
|
172305
172355
|
} & {
|
|
172306
172356
|
children: ({
|
|
@@ -172589,6 +172639,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
172589
172639
|
showProperties?: boolean | undefined;
|
|
172590
172640
|
showDescription?: boolean | undefined;
|
|
172591
172641
|
showDefaults?: boolean | undefined;
|
|
172642
|
+
showThemeSwitcher?: boolean | undefined;
|
|
172592
172643
|
} | null | undefined;
|
|
172593
172644
|
} & /*elided*/ any)[] | null | undefined;
|
|
172594
172645
|
})[] | undefined;
|
|
@@ -173139,6 +173190,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
173139
173190
|
showProperties?: boolean | undefined;
|
|
173140
173191
|
showDescription?: boolean | undefined;
|
|
173141
173192
|
showDefaults?: boolean | undefined;
|
|
173193
|
+
showThemeSwitcher?: boolean | undefined;
|
|
173142
173194
|
} | null | undefined;
|
|
173143
173195
|
} & {
|
|
173144
173196
|
children: ({
|
|
@@ -173427,6 +173479,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
173427
173479
|
showProperties?: boolean | undefined;
|
|
173428
173480
|
showDescription?: boolean | undefined;
|
|
173429
173481
|
showDefaults?: boolean | undefined;
|
|
173482
|
+
showThemeSwitcher?: boolean | undefined;
|
|
173430
173483
|
} | null | undefined;
|
|
173431
173484
|
} & /*elided*/ any)[] | null | undefined;
|
|
173432
173485
|
}>, "many">>;
|
|
@@ -173783,6 +173836,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
173783
173836
|
showProperties?: boolean | undefined;
|
|
173784
173837
|
showDescription?: boolean | undefined;
|
|
173785
173838
|
showDefaults?: boolean | undefined;
|
|
173839
|
+
showThemeSwitcher?: boolean | undefined;
|
|
173786
173840
|
} | null | undefined;
|
|
173787
173841
|
} & {
|
|
173788
173842
|
children: ({
|
|
@@ -174071,6 +174125,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
174071
174125
|
showProperties?: boolean | undefined;
|
|
174072
174126
|
showDescription?: boolean | undefined;
|
|
174073
174127
|
showDefaults?: boolean | undefined;
|
|
174128
|
+
showThemeSwitcher?: boolean | undefined;
|
|
174074
174129
|
} | null | undefined;
|
|
174075
174130
|
} & /*elided*/ any)[] | null | undefined;
|
|
174076
174131
|
})[] | undefined;
|
|
@@ -174445,6 +174500,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
174445
174500
|
showProperties?: boolean | undefined;
|
|
174446
174501
|
showDescription?: boolean | undefined;
|
|
174447
174502
|
showDefaults?: boolean | undefined;
|
|
174503
|
+
showThemeSwitcher?: boolean | undefined;
|
|
174448
174504
|
} | null | undefined;
|
|
174449
174505
|
} & {
|
|
174450
174506
|
children: ({
|
|
@@ -174733,6 +174789,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
174733
174789
|
showProperties?: boolean | undefined;
|
|
174734
174790
|
showDescription?: boolean | undefined;
|
|
174735
174791
|
showDefaults?: boolean | undefined;
|
|
174792
|
+
showThemeSwitcher?: boolean | undefined;
|
|
174736
174793
|
} | null | undefined;
|
|
174737
174794
|
} & /*elided*/ any)[] | null | undefined;
|
|
174738
174795
|
})[] | undefined;
|
|
@@ -175529,6 +175586,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
175529
175586
|
showProperties?: boolean | undefined;
|
|
175530
175587
|
showDescription?: boolean | undefined;
|
|
175531
175588
|
showDefaults?: boolean | undefined;
|
|
175589
|
+
showThemeSwitcher?: boolean | undefined;
|
|
175532
175590
|
} | null | undefined;
|
|
175533
175591
|
} & {
|
|
175534
175592
|
children: ({
|
|
@@ -175817,6 +175875,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
175817
175875
|
showProperties?: boolean | undefined;
|
|
175818
175876
|
showDescription?: boolean | undefined;
|
|
175819
175877
|
showDefaults?: boolean | undefined;
|
|
175878
|
+
showThemeSwitcher?: boolean | undefined;
|
|
175820
175879
|
} | null | undefined;
|
|
175821
175880
|
} & /*elided*/ any)[] | null | undefined;
|
|
175822
175881
|
}>, "many">>;
|
|
@@ -176173,6 +176232,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
176173
176232
|
showProperties?: boolean | undefined;
|
|
176174
176233
|
showDescription?: boolean | undefined;
|
|
176175
176234
|
showDefaults?: boolean | undefined;
|
|
176235
|
+
showThemeSwitcher?: boolean | undefined;
|
|
176176
176236
|
} | null | undefined;
|
|
176177
176237
|
} & {
|
|
176178
176238
|
children: ({
|
|
@@ -176461,6 +176521,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
176461
176521
|
showProperties?: boolean | undefined;
|
|
176462
176522
|
showDescription?: boolean | undefined;
|
|
176463
176523
|
showDefaults?: boolean | undefined;
|
|
176524
|
+
showThemeSwitcher?: boolean | undefined;
|
|
176464
176525
|
} | null | undefined;
|
|
176465
176526
|
} & /*elided*/ any)[] | null | undefined;
|
|
176466
176527
|
})[] | undefined;
|
|
@@ -176835,6 +176896,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
176835
176896
|
showProperties?: boolean | undefined;
|
|
176836
176897
|
showDescription?: boolean | undefined;
|
|
176837
176898
|
showDefaults?: boolean | undefined;
|
|
176899
|
+
showThemeSwitcher?: boolean | undefined;
|
|
176838
176900
|
} | null | undefined;
|
|
176839
176901
|
} & {
|
|
176840
176902
|
children: ({
|
|
@@ -177123,6 +177185,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
177123
177185
|
showProperties?: boolean | undefined;
|
|
177124
177186
|
showDescription?: boolean | undefined;
|
|
177125
177187
|
showDefaults?: boolean | undefined;
|
|
177188
|
+
showThemeSwitcher?: boolean | undefined;
|
|
177126
177189
|
} | null | undefined;
|
|
177127
177190
|
} & /*elided*/ any)[] | null | undefined;
|
|
177128
177191
|
})[] | undefined;
|
|
@@ -177527,6 +177590,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
177527
177590
|
showProperties?: boolean | undefined;
|
|
177528
177591
|
showDescription?: boolean | undefined;
|
|
177529
177592
|
showDefaults?: boolean | undefined;
|
|
177593
|
+
showThemeSwitcher?: boolean | undefined;
|
|
177530
177594
|
} | null | undefined;
|
|
177531
177595
|
} & {
|
|
177532
177596
|
children: ({
|
|
@@ -177815,6 +177879,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
177815
177879
|
showProperties?: boolean | undefined;
|
|
177816
177880
|
showDescription?: boolean | undefined;
|
|
177817
177881
|
showDefaults?: boolean | undefined;
|
|
177882
|
+
showThemeSwitcher?: boolean | undefined;
|
|
177818
177883
|
} | null | undefined;
|
|
177819
177884
|
} & /*elided*/ any)[] | null | undefined;
|
|
177820
177885
|
})[] | undefined;
|
|
@@ -178960,6 +179025,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
178960
179025
|
showProperties?: boolean | undefined;
|
|
178961
179026
|
showDescription?: boolean | undefined;
|
|
178962
179027
|
showDefaults?: boolean | undefined;
|
|
179028
|
+
showThemeSwitcher?: boolean | undefined;
|
|
178963
179029
|
} | null | undefined;
|
|
178964
179030
|
} & {
|
|
178965
179031
|
children: ({
|
|
@@ -179248,6 +179314,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
179248
179314
|
showProperties?: boolean | undefined;
|
|
179249
179315
|
showDescription?: boolean | undefined;
|
|
179250
179316
|
showDefaults?: boolean | undefined;
|
|
179317
|
+
showThemeSwitcher?: boolean | undefined;
|
|
179251
179318
|
} | null | undefined;
|
|
179252
179319
|
} & /*elided*/ any)[] | null | undefined;
|
|
179253
179320
|
})[] | undefined;
|
|
@@ -179589,6 +179656,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
179589
179656
|
showProperties?: boolean | undefined;
|
|
179590
179657
|
showDescription?: boolean | undefined;
|
|
179591
179658
|
showDefaults?: boolean | undefined;
|
|
179659
|
+
showThemeSwitcher?: boolean | undefined;
|
|
179592
179660
|
} | null | undefined;
|
|
179593
179661
|
} & {
|
|
179594
179662
|
children: ({
|
|
@@ -179877,6 +179945,7 @@ declare const DesignSystemVersionRoomUpdate: z$1.ZodObject<{
|
|
|
179877
179945
|
showProperties?: boolean | undefined;
|
|
179878
179946
|
showDescription?: boolean | undefined;
|
|
179879
179947
|
showDefaults?: boolean | undefined;
|
|
179948
|
+
showThemeSwitcher?: boolean | undefined;
|
|
179880
179949
|
} | null | undefined;
|
|
179881
179950
|
} & /*elided*/ any)[] | null | undefined;
|
|
179882
179951
|
})[] | undefined;
|
|
@@ -181355,6 +181424,7 @@ declare const DocumentationPageRoomRoomUpdate: z$1.ZodObject<{
|
|
|
181355
181424
|
showProperties?: boolean | undefined;
|
|
181356
181425
|
showDescription?: boolean | undefined;
|
|
181357
181426
|
showDefaults?: boolean | undefined;
|
|
181427
|
+
showThemeSwitcher?: boolean | undefined;
|
|
181358
181428
|
} | null | undefined;
|
|
181359
181429
|
} & {
|
|
181360
181430
|
children: ({
|
|
@@ -181643,6 +181713,7 @@ declare const DocumentationPageRoomRoomUpdate: z$1.ZodObject<{
|
|
|
181643
181713
|
showProperties?: boolean | undefined;
|
|
181644
181714
|
showDescription?: boolean | undefined;
|
|
181645
181715
|
showDefaults?: boolean | undefined;
|
|
181716
|
+
showThemeSwitcher?: boolean | undefined;
|
|
181646
181717
|
} | null | undefined;
|
|
181647
181718
|
} & /*elided*/ any)[] | null | undefined;
|
|
181648
181719
|
}>, "many">>;
|
|
@@ -181999,6 +182070,7 @@ declare const DocumentationPageRoomRoomUpdate: z$1.ZodObject<{
|
|
|
181999
182070
|
showProperties?: boolean | undefined;
|
|
182000
182071
|
showDescription?: boolean | undefined;
|
|
182001
182072
|
showDefaults?: boolean | undefined;
|
|
182073
|
+
showThemeSwitcher?: boolean | undefined;
|
|
182002
182074
|
} | null | undefined;
|
|
182003
182075
|
} & {
|
|
182004
182076
|
children: ({
|
|
@@ -182287,6 +182359,7 @@ declare const DocumentationPageRoomRoomUpdate: z$1.ZodObject<{
|
|
|
182287
182359
|
showProperties?: boolean | undefined;
|
|
182288
182360
|
showDescription?: boolean | undefined;
|
|
182289
182361
|
showDefaults?: boolean | undefined;
|
|
182362
|
+
showThemeSwitcher?: boolean | undefined;
|
|
182290
182363
|
} | null | undefined;
|
|
182291
182364
|
} & /*elided*/ any)[] | null | undefined;
|
|
182292
182365
|
})[] | undefined;
|
|
@@ -182661,6 +182734,7 @@ declare const DocumentationPageRoomRoomUpdate: z$1.ZodObject<{
|
|
|
182661
182734
|
showProperties?: boolean | undefined;
|
|
182662
182735
|
showDescription?: boolean | undefined;
|
|
182663
182736
|
showDefaults?: boolean | undefined;
|
|
182737
|
+
showThemeSwitcher?: boolean | undefined;
|
|
182664
182738
|
} | null | undefined;
|
|
182665
182739
|
} & {
|
|
182666
182740
|
children: ({
|
|
@@ -182949,6 +183023,7 @@ declare const DocumentationPageRoomRoomUpdate: z$1.ZodObject<{
|
|
|
182949
183023
|
showProperties?: boolean | undefined;
|
|
182950
183024
|
showDescription?: boolean | undefined;
|
|
182951
183025
|
showDefaults?: boolean | undefined;
|
|
183026
|
+
showThemeSwitcher?: boolean | undefined;
|
|
182952
183027
|
} | null | undefined;
|
|
182953
183028
|
} & /*elided*/ any)[] | null | undefined;
|
|
182954
183029
|
})[] | undefined;
|
|
@@ -183722,6 +183797,7 @@ declare const DocumentationPageRoomRoomUpdate: z$1.ZodObject<{
|
|
|
183722
183797
|
showProperties?: boolean | undefined;
|
|
183723
183798
|
showDescription?: boolean | undefined;
|
|
183724
183799
|
showDefaults?: boolean | undefined;
|
|
183800
|
+
showThemeSwitcher?: boolean | undefined;
|
|
183725
183801
|
} | null | undefined;
|
|
183726
183802
|
} & {
|
|
183727
183803
|
children: ({
|
|
@@ -184010,6 +184086,7 @@ declare const DocumentationPageRoomRoomUpdate: z$1.ZodObject<{
|
|
|
184010
184086
|
showProperties?: boolean | undefined;
|
|
184011
184087
|
showDescription?: boolean | undefined;
|
|
184012
184088
|
showDefaults?: boolean | undefined;
|
|
184089
|
+
showThemeSwitcher?: boolean | undefined;
|
|
184013
184090
|
} | null | undefined;
|
|
184014
184091
|
} & /*elided*/ any)[] | null | undefined;
|
|
184015
184092
|
})[] | undefined;
|
|
@@ -184523,6 +184600,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
|
|
|
184523
184600
|
showProperties?: boolean | undefined;
|
|
184524
184601
|
showDescription?: boolean | undefined;
|
|
184525
184602
|
showDefaults?: boolean | undefined;
|
|
184603
|
+
showThemeSwitcher?: boolean | undefined;
|
|
184526
184604
|
} | null | undefined;
|
|
184527
184605
|
} & {
|
|
184528
184606
|
children: ({
|
|
@@ -184811,6 +184889,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
|
|
|
184811
184889
|
showProperties?: boolean | undefined;
|
|
184812
184890
|
showDescription?: boolean | undefined;
|
|
184813
184891
|
showDefaults?: boolean | undefined;
|
|
184892
|
+
showThemeSwitcher?: boolean | undefined;
|
|
184814
184893
|
} | null | undefined;
|
|
184815
184894
|
} & /*elided*/ any)[] | null | undefined;
|
|
184816
184895
|
}>, "many">>;
|
|
@@ -185167,6 +185246,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
|
|
|
185167
185246
|
showProperties?: boolean | undefined;
|
|
185168
185247
|
showDescription?: boolean | undefined;
|
|
185169
185248
|
showDefaults?: boolean | undefined;
|
|
185249
|
+
showThemeSwitcher?: boolean | undefined;
|
|
185170
185250
|
} | null | undefined;
|
|
185171
185251
|
} & {
|
|
185172
185252
|
children: ({
|
|
@@ -185455,6 +185535,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
|
|
|
185455
185535
|
showProperties?: boolean | undefined;
|
|
185456
185536
|
showDescription?: boolean | undefined;
|
|
185457
185537
|
showDefaults?: boolean | undefined;
|
|
185538
|
+
showThemeSwitcher?: boolean | undefined;
|
|
185458
185539
|
} | null | undefined;
|
|
185459
185540
|
} & /*elided*/ any)[] | null | undefined;
|
|
185460
185541
|
})[] | undefined;
|
|
@@ -185829,6 +185910,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
|
|
|
185829
185910
|
showProperties?: boolean | undefined;
|
|
185830
185911
|
showDescription?: boolean | undefined;
|
|
185831
185912
|
showDefaults?: boolean | undefined;
|
|
185913
|
+
showThemeSwitcher?: boolean | undefined;
|
|
185832
185914
|
} | null | undefined;
|
|
185833
185915
|
} & {
|
|
185834
185916
|
children: ({
|
|
@@ -186117,6 +186199,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
|
|
|
186117
186199
|
showProperties?: boolean | undefined;
|
|
186118
186200
|
showDescription?: boolean | undefined;
|
|
186119
186201
|
showDefaults?: boolean | undefined;
|
|
186202
|
+
showThemeSwitcher?: boolean | undefined;
|
|
186120
186203
|
} | null | undefined;
|
|
186121
186204
|
} & /*elided*/ any)[] | null | undefined;
|
|
186122
186205
|
})[] | undefined;
|
|
@@ -188204,6 +188287,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
|
|
|
188204
188287
|
showProperties?: boolean | undefined;
|
|
188205
188288
|
showDescription?: boolean | undefined;
|
|
188206
188289
|
showDefaults?: boolean | undefined;
|
|
188290
|
+
showThemeSwitcher?: boolean | undefined;
|
|
188207
188291
|
} | null | undefined;
|
|
188208
188292
|
} & {
|
|
188209
188293
|
children: ({
|
|
@@ -188492,6 +188576,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
|
|
|
188492
188576
|
showProperties?: boolean | undefined;
|
|
188493
188577
|
showDescription?: boolean | undefined;
|
|
188494
188578
|
showDefaults?: boolean | undefined;
|
|
188579
|
+
showThemeSwitcher?: boolean | undefined;
|
|
188495
188580
|
} | null | undefined;
|
|
188496
188581
|
} & /*elided*/ any)[] | null | undefined;
|
|
188497
188582
|
})[] | undefined;
|
|
@@ -189167,6 +189252,7 @@ declare const RestoredDocumentationPage: z$1.ZodObject<{
|
|
|
189167
189252
|
showProperties?: boolean | undefined;
|
|
189168
189253
|
showDescription?: boolean | undefined;
|
|
189169
189254
|
showDefaults?: boolean | undefined;
|
|
189255
|
+
showThemeSwitcher?: boolean | undefined;
|
|
189170
189256
|
} | null | undefined;
|
|
189171
189257
|
} & {
|
|
189172
189258
|
children: ({
|
|
@@ -189455,6 +189541,7 @@ declare const RestoredDocumentationPage: z$1.ZodObject<{
|
|
|
189455
189541
|
showProperties?: boolean | undefined;
|
|
189456
189542
|
showDescription?: boolean | undefined;
|
|
189457
189543
|
showDefaults?: boolean | undefined;
|
|
189544
|
+
showThemeSwitcher?: boolean | undefined;
|
|
189458
189545
|
} | null | undefined;
|
|
189459
189546
|
} & /*elided*/ any)[] | null | undefined;
|
|
189460
189547
|
}>, "many">>;
|
|
@@ -189811,6 +189898,7 @@ declare const RestoredDocumentationPage: z$1.ZodObject<{
|
|
|
189811
189898
|
showProperties?: boolean | undefined;
|
|
189812
189899
|
showDescription?: boolean | undefined;
|
|
189813
189900
|
showDefaults?: boolean | undefined;
|
|
189901
|
+
showThemeSwitcher?: boolean | undefined;
|
|
189814
189902
|
} | null | undefined;
|
|
189815
189903
|
} & {
|
|
189816
189904
|
children: ({
|
|
@@ -190099,6 +190187,7 @@ declare const RestoredDocumentationPage: z$1.ZodObject<{
|
|
|
190099
190187
|
showProperties?: boolean | undefined;
|
|
190100
190188
|
showDescription?: boolean | undefined;
|
|
190101
190189
|
showDefaults?: boolean | undefined;
|
|
190190
|
+
showThemeSwitcher?: boolean | undefined;
|
|
190102
190191
|
} | null | undefined;
|
|
190103
190192
|
} & /*elided*/ any)[] | null | undefined;
|
|
190104
190193
|
})[] | undefined;
|
|
@@ -190473,6 +190562,7 @@ declare const RestoredDocumentationPage: z$1.ZodObject<{
|
|
|
190473
190562
|
showProperties?: boolean | undefined;
|
|
190474
190563
|
showDescription?: boolean | undefined;
|
|
190475
190564
|
showDefaults?: boolean | undefined;
|
|
190565
|
+
showThemeSwitcher?: boolean | undefined;
|
|
190476
190566
|
} | null | undefined;
|
|
190477
190567
|
} & {
|
|
190478
190568
|
children: ({
|
|
@@ -190761,6 +190851,7 @@ declare const RestoredDocumentationPage: z$1.ZodObject<{
|
|
|
190761
190851
|
showProperties?: boolean | undefined;
|
|
190762
190852
|
showDescription?: boolean | undefined;
|
|
190763
190853
|
showDefaults?: boolean | undefined;
|
|
190854
|
+
showThemeSwitcher?: boolean | undefined;
|
|
190764
190855
|
} | null | undefined;
|
|
190765
190856
|
} & /*elided*/ any)[] | null | undefined;
|
|
190766
190857
|
})[] | undefined;
|
|
@@ -192524,6 +192615,7 @@ declare const RestoredDocumentationPage: z$1.ZodObject<{
|
|
|
192524
192615
|
showProperties?: boolean | undefined;
|
|
192525
192616
|
showDescription?: boolean | undefined;
|
|
192526
192617
|
showDefaults?: boolean | undefined;
|
|
192618
|
+
showThemeSwitcher?: boolean | undefined;
|
|
192527
192619
|
} | null | undefined;
|
|
192528
192620
|
} & {
|
|
192529
192621
|
children: ({
|
|
@@ -192812,6 +192904,7 @@ declare const RestoredDocumentationPage: z$1.ZodObject<{
|
|
|
192812
192904
|
showProperties?: boolean | undefined;
|
|
192813
192905
|
showDescription?: boolean | undefined;
|
|
192814
192906
|
showDefaults?: boolean | undefined;
|
|
192907
|
+
showThemeSwitcher?: boolean | undefined;
|
|
192815
192908
|
} | null | undefined;
|
|
192816
192909
|
} & /*elided*/ any)[] | null | undefined;
|
|
192817
192910
|
})[] | undefined;
|