@supernova-studio/model 0.46.14 → 0.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +57 -0
- package/dist/index.d.ts +57 -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/src/dsm/elements/data/documentation-block-v1.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -8379,10 +8379,13 @@ declare const PageBlockFigmaFrameProperties: z.ZodObject<{
|
|
|
8379
8379
|
}>;
|
|
8380
8380
|
declare const PageBlockRenderCodeProperties: z.ZodObject<{
|
|
8381
8381
|
showCode: z.ZodBoolean;
|
|
8382
|
+
showControls: z.ZodOptional<z.ZodBoolean>;
|
|
8382
8383
|
}, "strip", z.ZodTypeAny, {
|
|
8383
8384
|
showCode: boolean;
|
|
8385
|
+
showControls?: boolean | undefined;
|
|
8384
8386
|
}, {
|
|
8385
8387
|
showCode: boolean;
|
|
8388
|
+
showControls?: boolean | undefined;
|
|
8386
8389
|
}>;
|
|
8387
8390
|
declare const PageBlockAssetComponent: z.ZodObject<{
|
|
8388
8391
|
persistentId: z.ZodString;
|
|
@@ -9883,12 +9886,16 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
9883
9886
|
} | null | undefined>;
|
|
9884
9887
|
renderCodeProperties: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
9885
9888
|
showCode: boolean;
|
|
9889
|
+
showControls?: boolean | undefined;
|
|
9886
9890
|
}, z.ZodTypeDef, {
|
|
9887
9891
|
showCode: boolean;
|
|
9892
|
+
showControls?: boolean | undefined;
|
|
9888
9893
|
}>>>, {
|
|
9889
9894
|
showCode: boolean;
|
|
9895
|
+
showControls?: boolean | undefined;
|
|
9890
9896
|
} | undefined, {
|
|
9891
9897
|
showCode: boolean;
|
|
9898
|
+
showControls?: boolean | undefined;
|
|
9892
9899
|
} | null | undefined>;
|
|
9893
9900
|
componentAssets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
9894
9901
|
persistentId: string;
|
|
@@ -10145,6 +10152,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
10145
10152
|
} | undefined;
|
|
10146
10153
|
renderCodeProperties?: {
|
|
10147
10154
|
showCode: boolean;
|
|
10155
|
+
showControls?: boolean | undefined;
|
|
10148
10156
|
} | undefined;
|
|
10149
10157
|
componentAssets?: {
|
|
10150
10158
|
persistentId: string;
|
|
@@ -10326,6 +10334,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
10326
10334
|
} | null | undefined;
|
|
10327
10335
|
renderCodeProperties?: {
|
|
10328
10336
|
showCode: boolean;
|
|
10337
|
+
showControls?: boolean | undefined;
|
|
10329
10338
|
} | null | undefined;
|
|
10330
10339
|
componentAssets?: {
|
|
10331
10340
|
persistentId: string;
|
|
@@ -13099,6 +13108,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
13099
13108
|
} | null | undefined;
|
|
13100
13109
|
renderCodeProperties?: {
|
|
13101
13110
|
showCode: boolean;
|
|
13111
|
+
showControls?: boolean | undefined;
|
|
13102
13112
|
} | null | undefined;
|
|
13103
13113
|
componentAssets?: {
|
|
13104
13114
|
persistentId: string;
|
|
@@ -13281,6 +13291,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
13281
13291
|
} | null | undefined;
|
|
13282
13292
|
renderCodeProperties?: {
|
|
13283
13293
|
showCode: boolean;
|
|
13294
|
+
showControls?: boolean | undefined;
|
|
13284
13295
|
} | null | undefined;
|
|
13285
13296
|
componentAssets?: {
|
|
13286
13297
|
persistentId: string;
|
|
@@ -13829,6 +13840,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
13829
13840
|
} | null | undefined;
|
|
13830
13841
|
renderCodeProperties?: {
|
|
13831
13842
|
showCode: boolean;
|
|
13843
|
+
showControls?: boolean | undefined;
|
|
13832
13844
|
} | null | undefined;
|
|
13833
13845
|
componentAssets?: {
|
|
13834
13846
|
persistentId: string;
|
|
@@ -14011,6 +14023,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
14011
14023
|
} | null | undefined;
|
|
14012
14024
|
renderCodeProperties?: {
|
|
14013
14025
|
showCode: boolean;
|
|
14026
|
+
showControls?: boolean | undefined;
|
|
14014
14027
|
} | null | undefined;
|
|
14015
14028
|
componentAssets?: {
|
|
14016
14029
|
persistentId: string;
|
|
@@ -20940,6 +20953,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
20940
20953
|
} | null | undefined;
|
|
20941
20954
|
renderCodeProperties?: {
|
|
20942
20955
|
showCode: boolean;
|
|
20956
|
+
showControls?: boolean | undefined;
|
|
20943
20957
|
} | null | undefined;
|
|
20944
20958
|
componentAssets?: {
|
|
20945
20959
|
persistentId: string;
|
|
@@ -21122,6 +21136,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
21122
21136
|
} | null | undefined;
|
|
21123
21137
|
renderCodeProperties?: {
|
|
21124
21138
|
showCode: boolean;
|
|
21139
|
+
showControls?: boolean | undefined;
|
|
21125
21140
|
} | null | undefined;
|
|
21126
21141
|
componentAssets?: {
|
|
21127
21142
|
persistentId: string;
|
|
@@ -21670,6 +21685,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
21670
21685
|
} | null | undefined;
|
|
21671
21686
|
renderCodeProperties?: {
|
|
21672
21687
|
showCode: boolean;
|
|
21688
|
+
showControls?: boolean | undefined;
|
|
21673
21689
|
} | null | undefined;
|
|
21674
21690
|
componentAssets?: {
|
|
21675
21691
|
persistentId: string;
|
|
@@ -21852,6 +21868,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
21852
21868
|
} | null | undefined;
|
|
21853
21869
|
renderCodeProperties?: {
|
|
21854
21870
|
showCode: boolean;
|
|
21871
|
+
showControls?: boolean | undefined;
|
|
21855
21872
|
} | null | undefined;
|
|
21856
21873
|
componentAssets?: {
|
|
21857
21874
|
persistentId: string;
|
|
@@ -22206,6 +22223,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22206
22223
|
} | null | undefined;
|
|
22207
22224
|
renderCodeProperties?: {
|
|
22208
22225
|
showCode: boolean;
|
|
22226
|
+
showControls?: boolean | undefined;
|
|
22209
22227
|
} | null | undefined;
|
|
22210
22228
|
componentAssets?: {
|
|
22211
22229
|
persistentId: string;
|
|
@@ -22388,6 +22406,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22388
22406
|
} | null | undefined;
|
|
22389
22407
|
renderCodeProperties?: {
|
|
22390
22408
|
showCode: boolean;
|
|
22409
|
+
showControls?: boolean | undefined;
|
|
22391
22410
|
} | null | undefined;
|
|
22392
22411
|
componentAssets?: {
|
|
22393
22412
|
persistentId: string;
|
|
@@ -23460,6 +23479,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
23460
23479
|
} | null | undefined;
|
|
23461
23480
|
renderCodeProperties?: {
|
|
23462
23481
|
showCode: boolean;
|
|
23482
|
+
showControls?: boolean | undefined;
|
|
23463
23483
|
} | null | undefined;
|
|
23464
23484
|
componentAssets?: {
|
|
23465
23485
|
persistentId: string;
|
|
@@ -23642,6 +23662,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
23642
23662
|
} | null | undefined;
|
|
23643
23663
|
renderCodeProperties?: {
|
|
23644
23664
|
showCode: boolean;
|
|
23665
|
+
showControls?: boolean | undefined;
|
|
23645
23666
|
} | null | undefined;
|
|
23646
23667
|
componentAssets?: {
|
|
23647
23668
|
persistentId: string;
|
|
@@ -23892,6 +23913,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
23892
23913
|
} | null | undefined;
|
|
23893
23914
|
renderCodeProperties?: {
|
|
23894
23915
|
showCode: boolean;
|
|
23916
|
+
showControls?: boolean | undefined;
|
|
23895
23917
|
} | null | undefined;
|
|
23896
23918
|
componentAssets?: {
|
|
23897
23919
|
persistentId: string;
|
|
@@ -24074,6 +24096,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24074
24096
|
} | null | undefined;
|
|
24075
24097
|
renderCodeProperties?: {
|
|
24076
24098
|
showCode: boolean;
|
|
24099
|
+
showControls?: boolean | undefined;
|
|
24077
24100
|
} | null | undefined;
|
|
24078
24101
|
componentAssets?: {
|
|
24079
24102
|
persistentId: string;
|
|
@@ -24346,6 +24369,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24346
24369
|
} | null | undefined;
|
|
24347
24370
|
renderCodeProperties?: {
|
|
24348
24371
|
showCode: boolean;
|
|
24372
|
+
showControls?: boolean | undefined;
|
|
24349
24373
|
} | null | undefined;
|
|
24350
24374
|
componentAssets?: {
|
|
24351
24375
|
persistentId: string;
|
|
@@ -24528,6 +24552,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24528
24552
|
} | null | undefined;
|
|
24529
24553
|
renderCodeProperties?: {
|
|
24530
24554
|
showCode: boolean;
|
|
24555
|
+
showControls?: boolean | undefined;
|
|
24531
24556
|
} | null | undefined;
|
|
24532
24557
|
componentAssets?: {
|
|
24533
24558
|
persistentId: string;
|
|
@@ -102372,6 +102397,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
102372
102397
|
} | null | undefined;
|
|
102373
102398
|
renderCodeProperties?: {
|
|
102374
102399
|
showCode: boolean;
|
|
102400
|
+
showControls?: boolean | undefined;
|
|
102375
102401
|
} | null | undefined;
|
|
102376
102402
|
componentAssets?: {
|
|
102377
102403
|
persistentId: string;
|
|
@@ -102554,6 +102580,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
102554
102580
|
} | null | undefined;
|
|
102555
102581
|
renderCodeProperties?: {
|
|
102556
102582
|
showCode: boolean;
|
|
102583
|
+
showControls?: boolean | undefined;
|
|
102557
102584
|
} | null | undefined;
|
|
102558
102585
|
componentAssets?: {
|
|
102559
102586
|
persistentId: string;
|
|
@@ -102804,6 +102831,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
102804
102831
|
} | null | undefined;
|
|
102805
102832
|
renderCodeProperties?: {
|
|
102806
102833
|
showCode: boolean;
|
|
102834
|
+
showControls?: boolean | undefined;
|
|
102807
102835
|
} | null | undefined;
|
|
102808
102836
|
componentAssets?: {
|
|
102809
102837
|
persistentId: string;
|
|
@@ -102986,6 +103014,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
102986
103014
|
} | null | undefined;
|
|
102987
103015
|
renderCodeProperties?: {
|
|
102988
103016
|
showCode: boolean;
|
|
103017
|
+
showControls?: boolean | undefined;
|
|
102989
103018
|
} | null | undefined;
|
|
102990
103019
|
componentAssets?: {
|
|
102991
103020
|
persistentId: string;
|
|
@@ -103258,6 +103287,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
103258
103287
|
} | null | undefined;
|
|
103259
103288
|
renderCodeProperties?: {
|
|
103260
103289
|
showCode: boolean;
|
|
103290
|
+
showControls?: boolean | undefined;
|
|
103261
103291
|
} | null | undefined;
|
|
103262
103292
|
componentAssets?: {
|
|
103263
103293
|
persistentId: string;
|
|
@@ -103440,6 +103470,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
103440
103470
|
} | null | undefined;
|
|
103441
103471
|
renderCodeProperties?: {
|
|
103442
103472
|
showCode: boolean;
|
|
103473
|
+
showControls?: boolean | undefined;
|
|
103443
103474
|
} | null | undefined;
|
|
103444
103475
|
componentAssets?: {
|
|
103445
103476
|
persistentId: string;
|
|
@@ -104166,6 +104197,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
104166
104197
|
} | null | undefined;
|
|
104167
104198
|
renderCodeProperties?: {
|
|
104168
104199
|
showCode: boolean;
|
|
104200
|
+
showControls?: boolean | undefined;
|
|
104169
104201
|
} | null | undefined;
|
|
104170
104202
|
componentAssets?: {
|
|
104171
104203
|
persistentId: string;
|
|
@@ -104348,6 +104380,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
104348
104380
|
} | null | undefined;
|
|
104349
104381
|
renderCodeProperties?: {
|
|
104350
104382
|
showCode: boolean;
|
|
104383
|
+
showControls?: boolean | undefined;
|
|
104351
104384
|
} | null | undefined;
|
|
104352
104385
|
componentAssets?: {
|
|
104353
104386
|
persistentId: string;
|
|
@@ -104696,6 +104729,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
104696
104729
|
} | null | undefined;
|
|
104697
104730
|
renderCodeProperties?: {
|
|
104698
104731
|
showCode: boolean;
|
|
104732
|
+
showControls?: boolean | undefined;
|
|
104699
104733
|
} | null | undefined;
|
|
104700
104734
|
componentAssets?: {
|
|
104701
104735
|
persistentId: string;
|
|
@@ -104878,6 +104912,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
104878
104912
|
} | null | undefined;
|
|
104879
104913
|
renderCodeProperties?: {
|
|
104880
104914
|
showCode: boolean;
|
|
104915
|
+
showControls?: boolean | undefined;
|
|
104881
104916
|
} | null | undefined;
|
|
104882
104917
|
componentAssets?: {
|
|
104883
104918
|
persistentId: string;
|
|
@@ -105128,6 +105163,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
105128
105163
|
} | null | undefined;
|
|
105129
105164
|
renderCodeProperties?: {
|
|
105130
105165
|
showCode: boolean;
|
|
105166
|
+
showControls?: boolean | undefined;
|
|
105131
105167
|
} | null | undefined;
|
|
105132
105168
|
componentAssets?: {
|
|
105133
105169
|
persistentId: string;
|
|
@@ -105310,6 +105346,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
105310
105346
|
} | null | undefined;
|
|
105311
105347
|
renderCodeProperties?: {
|
|
105312
105348
|
showCode: boolean;
|
|
105349
|
+
showControls?: boolean | undefined;
|
|
105313
105350
|
} | null | undefined;
|
|
105314
105351
|
componentAssets?: {
|
|
105315
105352
|
persistentId: string;
|
|
@@ -105582,6 +105619,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
105582
105619
|
} | null | undefined;
|
|
105583
105620
|
renderCodeProperties?: {
|
|
105584
105621
|
showCode: boolean;
|
|
105622
|
+
showControls?: boolean | undefined;
|
|
105585
105623
|
} | null | undefined;
|
|
105586
105624
|
componentAssets?: {
|
|
105587
105625
|
persistentId: string;
|
|
@@ -105764,6 +105802,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
105764
105802
|
} | null | undefined;
|
|
105765
105803
|
renderCodeProperties?: {
|
|
105766
105804
|
showCode: boolean;
|
|
105805
|
+
showControls?: boolean | undefined;
|
|
105767
105806
|
} | null | undefined;
|
|
105768
105807
|
componentAssets?: {
|
|
105769
105808
|
persistentId: string;
|
|
@@ -106484,6 +106523,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
106484
106523
|
} | null | undefined;
|
|
106485
106524
|
renderCodeProperties?: {
|
|
106486
106525
|
showCode: boolean;
|
|
106526
|
+
showControls?: boolean | undefined;
|
|
106487
106527
|
} | null | undefined;
|
|
106488
106528
|
componentAssets?: {
|
|
106489
106529
|
persistentId: string;
|
|
@@ -106666,6 +106706,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
106666
106706
|
} | null | undefined;
|
|
106667
106707
|
renderCodeProperties?: {
|
|
106668
106708
|
showCode: boolean;
|
|
106709
|
+
showControls?: boolean | undefined;
|
|
106669
106710
|
} | null | undefined;
|
|
106670
106711
|
componentAssets?: {
|
|
106671
106712
|
persistentId: string;
|
|
@@ -108195,6 +108236,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
108195
108236
|
} | null | undefined;
|
|
108196
108237
|
renderCodeProperties?: {
|
|
108197
108238
|
showCode: boolean;
|
|
108239
|
+
showControls?: boolean | undefined;
|
|
108198
108240
|
} | null | undefined;
|
|
108199
108241
|
componentAssets?: {
|
|
108200
108242
|
persistentId: string;
|
|
@@ -108377,6 +108419,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
108377
108419
|
} | null | undefined;
|
|
108378
108420
|
renderCodeProperties?: {
|
|
108379
108421
|
showCode: boolean;
|
|
108422
|
+
showControls?: boolean | undefined;
|
|
108380
108423
|
} | null | undefined;
|
|
108381
108424
|
componentAssets?: {
|
|
108382
108425
|
persistentId: string;
|
|
@@ -108627,6 +108670,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
108627
108670
|
} | null | undefined;
|
|
108628
108671
|
renderCodeProperties?: {
|
|
108629
108672
|
showCode: boolean;
|
|
108673
|
+
showControls?: boolean | undefined;
|
|
108630
108674
|
} | null | undefined;
|
|
108631
108675
|
componentAssets?: {
|
|
108632
108676
|
persistentId: string;
|
|
@@ -108809,6 +108853,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
108809
108853
|
} | null | undefined;
|
|
108810
108854
|
renderCodeProperties?: {
|
|
108811
108855
|
showCode: boolean;
|
|
108856
|
+
showControls?: boolean | undefined;
|
|
108812
108857
|
} | null | undefined;
|
|
108813
108858
|
componentAssets?: {
|
|
108814
108859
|
persistentId: string;
|
|
@@ -109081,6 +109126,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
109081
109126
|
} | null | undefined;
|
|
109082
109127
|
renderCodeProperties?: {
|
|
109083
109128
|
showCode: boolean;
|
|
109129
|
+
showControls?: boolean | undefined;
|
|
109084
109130
|
} | null | undefined;
|
|
109085
109131
|
componentAssets?: {
|
|
109086
109132
|
persistentId: string;
|
|
@@ -109263,6 +109309,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
109263
109309
|
} | null | undefined;
|
|
109264
109310
|
renderCodeProperties?: {
|
|
109265
109311
|
showCode: boolean;
|
|
109312
|
+
showControls?: boolean | undefined;
|
|
109266
109313
|
} | null | undefined;
|
|
109267
109314
|
componentAssets?: {
|
|
109268
109315
|
persistentId: string;
|
|
@@ -109926,6 +109973,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
109926
109973
|
} | null | undefined;
|
|
109927
109974
|
renderCodeProperties?: {
|
|
109928
109975
|
showCode: boolean;
|
|
109976
|
+
showControls?: boolean | undefined;
|
|
109929
109977
|
} | null | undefined;
|
|
109930
109978
|
componentAssets?: {
|
|
109931
109979
|
persistentId: string;
|
|
@@ -110108,6 +110156,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
110108
110156
|
} | null | undefined;
|
|
110109
110157
|
renderCodeProperties?: {
|
|
110110
110158
|
showCode: boolean;
|
|
110159
|
+
showControls?: boolean | undefined;
|
|
110111
110160
|
} | null | undefined;
|
|
110112
110161
|
componentAssets?: {
|
|
110113
110162
|
persistentId: string;
|
|
@@ -110506,6 +110555,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
110506
110555
|
} | null | undefined;
|
|
110507
110556
|
renderCodeProperties?: {
|
|
110508
110557
|
showCode: boolean;
|
|
110558
|
+
showControls?: boolean | undefined;
|
|
110509
110559
|
} | null | undefined;
|
|
110510
110560
|
componentAssets?: {
|
|
110511
110561
|
persistentId: string;
|
|
@@ -110688,6 +110738,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
110688
110738
|
} | null | undefined;
|
|
110689
110739
|
renderCodeProperties?: {
|
|
110690
110740
|
showCode: boolean;
|
|
110741
|
+
showControls?: boolean | undefined;
|
|
110691
110742
|
} | null | undefined;
|
|
110692
110743
|
componentAssets?: {
|
|
110693
110744
|
persistentId: string;
|
|
@@ -110938,6 +110989,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
110938
110989
|
} | null | undefined;
|
|
110939
110990
|
renderCodeProperties?: {
|
|
110940
110991
|
showCode: boolean;
|
|
110992
|
+
showControls?: boolean | undefined;
|
|
110941
110993
|
} | null | undefined;
|
|
110942
110994
|
componentAssets?: {
|
|
110943
110995
|
persistentId: string;
|
|
@@ -111120,6 +111172,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
111120
111172
|
} | null | undefined;
|
|
111121
111173
|
renderCodeProperties?: {
|
|
111122
111174
|
showCode: boolean;
|
|
111175
|
+
showControls?: boolean | undefined;
|
|
111123
111176
|
} | null | undefined;
|
|
111124
111177
|
componentAssets?: {
|
|
111125
111178
|
persistentId: string;
|
|
@@ -111392,6 +111445,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
111392
111445
|
} | null | undefined;
|
|
111393
111446
|
renderCodeProperties?: {
|
|
111394
111447
|
showCode: boolean;
|
|
111448
|
+
showControls?: boolean | undefined;
|
|
111395
111449
|
} | null | undefined;
|
|
111396
111450
|
componentAssets?: {
|
|
111397
111451
|
persistentId: string;
|
|
@@ -111574,6 +111628,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
111574
111628
|
} | null | undefined;
|
|
111575
111629
|
renderCodeProperties?: {
|
|
111576
111630
|
showCode: boolean;
|
|
111631
|
+
showControls?: boolean | undefined;
|
|
111577
111632
|
} | null | undefined;
|
|
111578
111633
|
componentAssets?: {
|
|
111579
111634
|
persistentId: string;
|
|
@@ -113536,6 +113591,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
113536
113591
|
} | null | undefined;
|
|
113537
113592
|
renderCodeProperties?: {
|
|
113538
113593
|
showCode: boolean;
|
|
113594
|
+
showControls?: boolean | undefined;
|
|
113539
113595
|
} | null | undefined;
|
|
113540
113596
|
componentAssets?: {
|
|
113541
113597
|
persistentId: string;
|
|
@@ -113718,6 +113774,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
113718
113774
|
} | null | undefined;
|
|
113719
113775
|
renderCodeProperties?: {
|
|
113720
113776
|
showCode: boolean;
|
|
113777
|
+
showControls?: boolean | undefined;
|
|
113721
113778
|
} | null | undefined;
|
|
113722
113779
|
componentAssets?: {
|
|
113723
113780
|
persistentId: string;
|