@supernova-studio/model 0.52.8 → 0.52.10
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/src/dsm/elements/data/documentation-block-v1.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -36762,6 +36762,7 @@ declare const PageBlockGuideline: z.ZodObject<{
|
|
|
36762
36762
|
type: z.ZodString;
|
|
36763
36763
|
imageAlt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
36764
36764
|
imageCaption: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
36765
|
+
imageAlignment: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Center" | "Left" | "Stretch" | "Right", z.ZodTypeDef, "Center" | "Left" | "Stretch" | "Right">>>, NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined, "Center" | "Left" | "Stretch" | "Right" | null | undefined>;
|
|
36765
36766
|
}, "strip", z.ZodTypeAny, {
|
|
36766
36767
|
type: string;
|
|
36767
36768
|
description?: string | undefined;
|
|
@@ -36793,6 +36794,7 @@ declare const PageBlockGuideline: z.ZodObject<{
|
|
|
36793
36794
|
} | undefined;
|
|
36794
36795
|
imageAlt?: string | undefined;
|
|
36795
36796
|
imageCaption?: string | undefined;
|
|
36797
|
+
imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
|
|
36796
36798
|
}, {
|
|
36797
36799
|
type: string;
|
|
36798
36800
|
description?: string | null | undefined;
|
|
@@ -36824,6 +36826,7 @@ declare const PageBlockGuideline: z.ZodObject<{
|
|
|
36824
36826
|
} | null | undefined;
|
|
36825
36827
|
imageAlt?: string | null | undefined;
|
|
36826
36828
|
imageCaption?: string | null | undefined;
|
|
36829
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
36827
36830
|
}>;
|
|
36828
36831
|
type PageBlockGuideline = z.infer<typeof PageBlockGuideline>;
|
|
36829
36832
|
declare const PageBlockFrame: z.ZodObject<{
|
|
@@ -37948,6 +37951,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
37948
37951
|
} | undefined;
|
|
37949
37952
|
imageAlt?: string | undefined;
|
|
37950
37953
|
imageCaption?: string | undefined;
|
|
37954
|
+
imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
|
|
37951
37955
|
}[], z.ZodTypeDef, {
|
|
37952
37956
|
type: string;
|
|
37953
37957
|
description?: string | null | undefined;
|
|
@@ -37979,6 +37983,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
37979
37983
|
} | null | undefined;
|
|
37980
37984
|
imageAlt?: string | null | undefined;
|
|
37981
37985
|
imageCaption?: string | null | undefined;
|
|
37986
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
37982
37987
|
}[]>>>, {
|
|
37983
37988
|
type: string;
|
|
37984
37989
|
description?: string | undefined;
|
|
@@ -38010,6 +38015,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38010
38015
|
} | undefined;
|
|
38011
38016
|
imageAlt?: string | undefined;
|
|
38012
38017
|
imageCaption?: string | undefined;
|
|
38018
|
+
imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
|
|
38013
38019
|
}[] | undefined, {
|
|
38014
38020
|
type: string;
|
|
38015
38021
|
description?: string | null | undefined;
|
|
@@ -38041,6 +38047,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38041
38047
|
} | null | undefined;
|
|
38042
38048
|
imageAlt?: string | null | undefined;
|
|
38043
38049
|
imageCaption?: string | null | undefined;
|
|
38050
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
38044
38051
|
}[] | null | undefined>;
|
|
38045
38052
|
customBlockKey: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
38046
38053
|
customBlockProperties: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -38463,6 +38470,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38463
38470
|
} | undefined;
|
|
38464
38471
|
imageAlt?: string | undefined;
|
|
38465
38472
|
imageCaption?: string | undefined;
|
|
38473
|
+
imageAlignment?: NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined;
|
|
38466
38474
|
}[] | undefined;
|
|
38467
38475
|
customBlockKey?: string | undefined;
|
|
38468
38476
|
customBlockProperties?: {
|
|
@@ -38680,6 +38688,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38680
38688
|
} | null | undefined;
|
|
38681
38689
|
imageAlt?: string | null | undefined;
|
|
38682
38690
|
imageCaption?: string | null | undefined;
|
|
38691
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
38683
38692
|
}[] | null | undefined;
|
|
38684
38693
|
customBlockKey?: string | null | undefined;
|
|
38685
38694
|
customBlockProperties?: {
|
|
@@ -41820,6 +41829,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
41820
41829
|
} | null | undefined;
|
|
41821
41830
|
imageAlt?: string | null | undefined;
|
|
41822
41831
|
imageCaption?: string | null | undefined;
|
|
41832
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
41823
41833
|
}[] | null | undefined;
|
|
41824
41834
|
customBlockKey?: string | null | undefined;
|
|
41825
41835
|
customBlockProperties?: {
|
|
@@ -42038,6 +42048,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42038
42048
|
} | null | undefined;
|
|
42039
42049
|
imageAlt?: string | null | undefined;
|
|
42040
42050
|
imageCaption?: string | null | undefined;
|
|
42051
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
42041
42052
|
}[] | null | undefined;
|
|
42042
42053
|
customBlockKey?: string | null | undefined;
|
|
42043
42054
|
customBlockProperties?: {
|
|
@@ -42602,6 +42613,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42602
42613
|
} | null | undefined;
|
|
42603
42614
|
imageAlt?: string | null | undefined;
|
|
42604
42615
|
imageCaption?: string | null | undefined;
|
|
42616
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
42605
42617
|
}[] | null | undefined;
|
|
42606
42618
|
customBlockKey?: string | null | undefined;
|
|
42607
42619
|
customBlockProperties?: {
|
|
@@ -42820,6 +42832,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42820
42832
|
} | null | undefined;
|
|
42821
42833
|
imageAlt?: string | null | undefined;
|
|
42822
42834
|
imageCaption?: string | null | undefined;
|
|
42835
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
42823
42836
|
}[] | null | undefined;
|
|
42824
42837
|
customBlockKey?: string | null | undefined;
|
|
42825
42838
|
customBlockProperties?: {
|
|
@@ -50128,6 +50141,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50128
50141
|
} | null | undefined;
|
|
50129
50142
|
imageAlt?: string | null | undefined;
|
|
50130
50143
|
imageCaption?: string | null | undefined;
|
|
50144
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
50131
50145
|
}[] | null | undefined;
|
|
50132
50146
|
customBlockKey?: string | null | undefined;
|
|
50133
50147
|
customBlockProperties?: {
|
|
@@ -50346,6 +50360,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50346
50360
|
} | null | undefined;
|
|
50347
50361
|
imageAlt?: string | null | undefined;
|
|
50348
50362
|
imageCaption?: string | null | undefined;
|
|
50363
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
50349
50364
|
}[] | null | undefined;
|
|
50350
50365
|
customBlockKey?: string | null | undefined;
|
|
50351
50366
|
customBlockProperties?: {
|
|
@@ -50910,6 +50925,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50910
50925
|
} | null | undefined;
|
|
50911
50926
|
imageAlt?: string | null | undefined;
|
|
50912
50927
|
imageCaption?: string | null | undefined;
|
|
50928
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
50913
50929
|
}[] | null | undefined;
|
|
50914
50930
|
customBlockKey?: string | null | undefined;
|
|
50915
50931
|
customBlockProperties?: {
|
|
@@ -51128,6 +51144,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51128
51144
|
} | null | undefined;
|
|
51129
51145
|
imageAlt?: string | null | undefined;
|
|
51130
51146
|
imageCaption?: string | null | undefined;
|
|
51147
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
51131
51148
|
}[] | null | undefined;
|
|
51132
51149
|
customBlockKey?: string | null | undefined;
|
|
51133
51150
|
customBlockProperties?: {
|
|
@@ -51511,6 +51528,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51511
51528
|
} | null | undefined;
|
|
51512
51529
|
imageAlt?: string | null | undefined;
|
|
51513
51530
|
imageCaption?: string | null | undefined;
|
|
51531
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
51514
51532
|
}[] | null | undefined;
|
|
51515
51533
|
customBlockKey?: string | null | undefined;
|
|
51516
51534
|
customBlockProperties?: {
|
|
@@ -51729,6 +51747,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51729
51747
|
} | null | undefined;
|
|
51730
51748
|
imageAlt?: string | null | undefined;
|
|
51731
51749
|
imageCaption?: string | null | undefined;
|
|
51750
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
51732
51751
|
}[] | null | undefined;
|
|
51733
51752
|
customBlockKey?: string | null | undefined;
|
|
51734
51753
|
customBlockProperties?: {
|
|
@@ -53007,6 +53026,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53007
53026
|
} | null | undefined;
|
|
53008
53027
|
imageAlt?: string | null | undefined;
|
|
53009
53028
|
imageCaption?: string | null | undefined;
|
|
53029
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
53010
53030
|
}[] | null | undefined;
|
|
53011
53031
|
customBlockKey?: string | null | undefined;
|
|
53012
53032
|
customBlockProperties?: {
|
|
@@ -53225,6 +53245,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53225
53245
|
} | null | undefined;
|
|
53226
53246
|
imageAlt?: string | null | undefined;
|
|
53227
53247
|
imageCaption?: string | null | undefined;
|
|
53248
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
53228
53249
|
}[] | null | undefined;
|
|
53229
53250
|
customBlockKey?: string | null | undefined;
|
|
53230
53251
|
customBlockProperties?: {
|
|
@@ -53511,6 +53532,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53511
53532
|
} | null | undefined;
|
|
53512
53533
|
imageAlt?: string | null | undefined;
|
|
53513
53534
|
imageCaption?: string | null | undefined;
|
|
53535
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
53514
53536
|
}[] | null | undefined;
|
|
53515
53537
|
customBlockKey?: string | null | undefined;
|
|
53516
53538
|
customBlockProperties?: {
|
|
@@ -53729,6 +53751,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53729
53751
|
} | null | undefined;
|
|
53730
53752
|
imageAlt?: string | null | undefined;
|
|
53731
53753
|
imageCaption?: string | null | undefined;
|
|
53754
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
53732
53755
|
}[] | null | undefined;
|
|
53733
53756
|
customBlockKey?: string | null | undefined;
|
|
53734
53757
|
customBlockProperties?: {
|
|
@@ -54038,6 +54061,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54038
54061
|
} | null | undefined;
|
|
54039
54062
|
imageAlt?: string | null | undefined;
|
|
54040
54063
|
imageCaption?: string | null | undefined;
|
|
54064
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
54041
54065
|
}[] | null | undefined;
|
|
54042
54066
|
customBlockKey?: string | null | undefined;
|
|
54043
54067
|
customBlockProperties?: {
|
|
@@ -54256,6 +54280,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54256
54280
|
} | null | undefined;
|
|
54257
54281
|
imageAlt?: string | null | undefined;
|
|
54258
54282
|
imageCaption?: string | null | undefined;
|
|
54283
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
54259
54284
|
}[] | null | undefined;
|
|
54260
54285
|
customBlockKey?: string | null | undefined;
|
|
54261
54286
|
customBlockProperties?: {
|
|
@@ -72697,6 +72722,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72697
72722
|
} | null | undefined;
|
|
72698
72723
|
imageAlt?: string | null | undefined;
|
|
72699
72724
|
imageCaption?: string | null | undefined;
|
|
72725
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
72700
72726
|
}[] | null | undefined;
|
|
72701
72727
|
customBlockKey?: string | null | undefined;
|
|
72702
72728
|
customBlockProperties?: {
|
|
@@ -72915,6 +72941,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72915
72941
|
} | null | undefined;
|
|
72916
72942
|
imageAlt?: string | null | undefined;
|
|
72917
72943
|
imageCaption?: string | null | undefined;
|
|
72944
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
72918
72945
|
}[] | null | undefined;
|
|
72919
72946
|
customBlockKey?: string | null | undefined;
|
|
72920
72947
|
customBlockProperties?: {
|
|
@@ -73201,6 +73228,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73201
73228
|
} | null | undefined;
|
|
73202
73229
|
imageAlt?: string | null | undefined;
|
|
73203
73230
|
imageCaption?: string | null | undefined;
|
|
73231
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73204
73232
|
}[] | null | undefined;
|
|
73205
73233
|
customBlockKey?: string | null | undefined;
|
|
73206
73234
|
customBlockProperties?: {
|
|
@@ -73419,6 +73447,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73419
73447
|
} | null | undefined;
|
|
73420
73448
|
imageAlt?: string | null | undefined;
|
|
73421
73449
|
imageCaption?: string | null | undefined;
|
|
73450
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73422
73451
|
}[] | null | undefined;
|
|
73423
73452
|
customBlockKey?: string | null | undefined;
|
|
73424
73453
|
customBlockProperties?: {
|
|
@@ -73728,6 +73757,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73728
73757
|
} | null | undefined;
|
|
73729
73758
|
imageAlt?: string | null | undefined;
|
|
73730
73759
|
imageCaption?: string | null | undefined;
|
|
73760
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73731
73761
|
}[] | null | undefined;
|
|
73732
73762
|
customBlockKey?: string | null | undefined;
|
|
73733
73763
|
customBlockProperties?: {
|
|
@@ -73946,6 +73976,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73946
73976
|
} | null | undefined;
|
|
73947
73977
|
imageAlt?: string | null | undefined;
|
|
73948
73978
|
imageCaption?: string | null | undefined;
|
|
73979
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
73949
73980
|
}[] | null | undefined;
|
|
73950
73981
|
customBlockKey?: string | null | undefined;
|
|
73951
73982
|
customBlockProperties?: {
|
|
@@ -74284,6 +74315,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74284
74315
|
} | null | undefined;
|
|
74285
74316
|
imageAlt?: string | null | undefined;
|
|
74286
74317
|
imageCaption?: string | null | undefined;
|
|
74318
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
74287
74319
|
}[] | null | undefined;
|
|
74288
74320
|
customBlockKey?: string | null | undefined;
|
|
74289
74321
|
customBlockProperties?: {
|
|
@@ -74502,6 +74534,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74502
74534
|
} | null | undefined;
|
|
74503
74535
|
imageAlt?: string | null | undefined;
|
|
74504
74536
|
imageCaption?: string | null | undefined;
|
|
74537
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
74505
74538
|
}[] | null | undefined;
|
|
74506
74539
|
customBlockKey?: string | null | undefined;
|
|
74507
74540
|
customBlockProperties?: {
|
|
@@ -135534,6 +135567,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
135534
135567
|
} | null | undefined;
|
|
135535
135568
|
imageAlt?: string | null | undefined;
|
|
135536
135569
|
imageCaption?: string | null | undefined;
|
|
135570
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
135537
135571
|
}[] | null | undefined;
|
|
135538
135572
|
customBlockKey?: string | null | undefined;
|
|
135539
135573
|
customBlockProperties?: {
|
|
@@ -135752,6 +135786,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
135752
135786
|
} | null | undefined;
|
|
135753
135787
|
imageAlt?: string | null | undefined;
|
|
135754
135788
|
imageCaption?: string | null | undefined;
|
|
135789
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
135755
135790
|
}[] | null | undefined;
|
|
135756
135791
|
customBlockKey?: string | null | undefined;
|
|
135757
135792
|
customBlockProperties?: {
|
|
@@ -136038,6 +136073,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136038
136073
|
} | null | undefined;
|
|
136039
136074
|
imageAlt?: string | null | undefined;
|
|
136040
136075
|
imageCaption?: string | null | undefined;
|
|
136076
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
136041
136077
|
}[] | null | undefined;
|
|
136042
136078
|
customBlockKey?: string | null | undefined;
|
|
136043
136079
|
customBlockProperties?: {
|
|
@@ -136256,6 +136292,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136256
136292
|
} | null | undefined;
|
|
136257
136293
|
imageAlt?: string | null | undefined;
|
|
136258
136294
|
imageCaption?: string | null | undefined;
|
|
136295
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
136259
136296
|
}[] | null | undefined;
|
|
136260
136297
|
customBlockKey?: string | null | undefined;
|
|
136261
136298
|
customBlockProperties?: {
|
|
@@ -136565,6 +136602,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136565
136602
|
} | null | undefined;
|
|
136566
136603
|
imageAlt?: string | null | undefined;
|
|
136567
136604
|
imageCaption?: string | null | undefined;
|
|
136605
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
136568
136606
|
}[] | null | undefined;
|
|
136569
136607
|
customBlockKey?: string | null | undefined;
|
|
136570
136608
|
customBlockProperties?: {
|
|
@@ -136783,6 +136821,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136783
136821
|
} | null | undefined;
|
|
136784
136822
|
imageAlt?: string | null | undefined;
|
|
136785
136823
|
imageCaption?: string | null | undefined;
|
|
136824
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
136786
136825
|
}[] | null | undefined;
|
|
136787
136826
|
customBlockKey?: string | null | undefined;
|
|
136788
136827
|
customBlockProperties?: {
|
|
@@ -137503,6 +137542,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137503
137542
|
} | null | undefined;
|
|
137504
137543
|
imageAlt?: string | null | undefined;
|
|
137505
137544
|
imageCaption?: string | null | undefined;
|
|
137545
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
137506
137546
|
}[] | null | undefined;
|
|
137507
137547
|
customBlockKey?: string | null | undefined;
|
|
137508
137548
|
customBlockProperties?: {
|
|
@@ -137721,6 +137761,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137721
137761
|
} | null | undefined;
|
|
137722
137762
|
imageAlt?: string | null | undefined;
|
|
137723
137763
|
imageCaption?: string | null | undefined;
|
|
137764
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
137724
137765
|
}[] | null | undefined;
|
|
137725
137766
|
customBlockKey?: string | null | undefined;
|
|
137726
137767
|
customBlockProperties?: {
|
|
@@ -138007,6 +138048,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138007
138048
|
} | null | undefined;
|
|
138008
138049
|
imageAlt?: string | null | undefined;
|
|
138009
138050
|
imageCaption?: string | null | undefined;
|
|
138051
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
138010
138052
|
}[] | null | undefined;
|
|
138011
138053
|
customBlockKey?: string | null | undefined;
|
|
138012
138054
|
customBlockProperties?: {
|
|
@@ -138225,6 +138267,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138225
138267
|
} | null | undefined;
|
|
138226
138268
|
imageAlt?: string | null | undefined;
|
|
138227
138269
|
imageCaption?: string | null | undefined;
|
|
138270
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
138228
138271
|
}[] | null | undefined;
|
|
138229
138272
|
customBlockKey?: string | null | undefined;
|
|
138230
138273
|
customBlockProperties?: {
|
|
@@ -138534,6 +138577,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138534
138577
|
} | null | undefined;
|
|
138535
138578
|
imageAlt?: string | null | undefined;
|
|
138536
138579
|
imageCaption?: string | null | undefined;
|
|
138580
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
138537
138581
|
}[] | null | undefined;
|
|
138538
138582
|
customBlockKey?: string | null | undefined;
|
|
138539
138583
|
customBlockProperties?: {
|
|
@@ -138752,6 +138796,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138752
138796
|
} | null | undefined;
|
|
138753
138797
|
imageAlt?: string | null | undefined;
|
|
138754
138798
|
imageCaption?: string | null | undefined;
|
|
138799
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
138755
138800
|
}[] | null | undefined;
|
|
138756
138801
|
customBlockKey?: string | null | undefined;
|
|
138757
138802
|
customBlockProperties?: {
|
|
@@ -139090,6 +139135,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139090
139135
|
} | null | undefined;
|
|
139091
139136
|
imageAlt?: string | null | undefined;
|
|
139092
139137
|
imageCaption?: string | null | undefined;
|
|
139138
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
139093
139139
|
}[] | null | undefined;
|
|
139094
139140
|
customBlockKey?: string | null | undefined;
|
|
139095
139141
|
customBlockProperties?: {
|
|
@@ -139308,6 +139354,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139308
139354
|
} | null | undefined;
|
|
139309
139355
|
imageAlt?: string | null | undefined;
|
|
139310
139356
|
imageCaption?: string | null | undefined;
|
|
139357
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
139311
139358
|
}[] | null | undefined;
|
|
139312
139359
|
customBlockKey?: string | null | undefined;
|
|
139313
139360
|
customBlockProperties?: {
|
|
@@ -140389,6 +140436,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140389
140436
|
} | null | undefined;
|
|
140390
140437
|
imageAlt?: string | null | undefined;
|
|
140391
140438
|
imageCaption?: string | null | undefined;
|
|
140439
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
140392
140440
|
}[] | null | undefined;
|
|
140393
140441
|
customBlockKey?: string | null | undefined;
|
|
140394
140442
|
customBlockProperties?: {
|
|
@@ -140607,6 +140655,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140607
140655
|
} | null | undefined;
|
|
140608
140656
|
imageAlt?: string | null | undefined;
|
|
140609
140657
|
imageCaption?: string | null | undefined;
|
|
140658
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
140610
140659
|
}[] | null | undefined;
|
|
140611
140660
|
customBlockKey?: string | null | undefined;
|
|
140612
140661
|
customBlockProperties?: {
|
|
@@ -140882,6 +140931,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140882
140931
|
} | null | undefined;
|
|
140883
140932
|
imageAlt?: string | null | undefined;
|
|
140884
140933
|
imageCaption?: string | null | undefined;
|
|
140934
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
140885
140935
|
}[] | null | undefined;
|
|
140886
140936
|
customBlockKey?: string | null | undefined;
|
|
140887
140937
|
customBlockProperties?: {
|
|
@@ -141100,6 +141150,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141100
141150
|
} | null | undefined;
|
|
141101
141151
|
imageAlt?: string | null | undefined;
|
|
141102
141152
|
imageCaption?: string | null | undefined;
|
|
141153
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
141103
141154
|
}[] | null | undefined;
|
|
141104
141155
|
customBlockKey?: string | null | undefined;
|
|
141105
141156
|
customBlockProperties?: {
|
|
@@ -141570,6 +141621,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
141570
141621
|
} | null | undefined;
|
|
141571
141622
|
imageAlt?: string | null | undefined;
|
|
141572
141623
|
imageCaption?: string | null | undefined;
|
|
141624
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
141573
141625
|
}[] | null | undefined;
|
|
141574
141626
|
customBlockKey?: string | null | undefined;
|
|
141575
141627
|
customBlockProperties?: {
|
|
@@ -141788,6 +141840,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
141788
141840
|
} | null | undefined;
|
|
141789
141841
|
imageAlt?: string | null | undefined;
|
|
141790
141842
|
imageCaption?: string | null | undefined;
|
|
141843
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
141791
141844
|
}[] | null | undefined;
|
|
141792
141845
|
customBlockKey?: string | null | undefined;
|
|
141793
141846
|
customBlockProperties?: {
|
|
@@ -142074,6 +142127,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142074
142127
|
} | null | undefined;
|
|
142075
142128
|
imageAlt?: string | null | undefined;
|
|
142076
142129
|
imageCaption?: string | null | undefined;
|
|
142130
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
142077
142131
|
}[] | null | undefined;
|
|
142078
142132
|
customBlockKey?: string | null | undefined;
|
|
142079
142133
|
customBlockProperties?: {
|
|
@@ -142292,6 +142346,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142292
142346
|
} | null | undefined;
|
|
142293
142347
|
imageAlt?: string | null | undefined;
|
|
142294
142348
|
imageCaption?: string | null | undefined;
|
|
142349
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
142295
142350
|
}[] | null | undefined;
|
|
142296
142351
|
customBlockKey?: string | null | undefined;
|
|
142297
142352
|
customBlockProperties?: {
|
|
@@ -142601,6 +142656,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142601
142656
|
} | null | undefined;
|
|
142602
142657
|
imageAlt?: string | null | undefined;
|
|
142603
142658
|
imageCaption?: string | null | undefined;
|
|
142659
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
142604
142660
|
}[] | null | undefined;
|
|
142605
142661
|
customBlockKey?: string | null | undefined;
|
|
142606
142662
|
customBlockProperties?: {
|
|
@@ -142819,6 +142875,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142819
142875
|
} | null | undefined;
|
|
142820
142876
|
imageAlt?: string | null | undefined;
|
|
142821
142877
|
imageCaption?: string | null | undefined;
|
|
142878
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
142822
142879
|
}[] | null | undefined;
|
|
142823
142880
|
customBlockKey?: string | null | undefined;
|
|
142824
142881
|
customBlockProperties?: {
|
|
@@ -143541,6 +143598,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143541
143598
|
} | null | undefined;
|
|
143542
143599
|
imageAlt?: string | null | undefined;
|
|
143543
143600
|
imageCaption?: string | null | undefined;
|
|
143601
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
143544
143602
|
}[] | null | undefined;
|
|
143545
143603
|
customBlockKey?: string | null | undefined;
|
|
143546
143604
|
customBlockProperties?: {
|
|
@@ -143759,6 +143817,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143759
143817
|
} | null | undefined;
|
|
143760
143818
|
imageAlt?: string | null | undefined;
|
|
143761
143819
|
imageCaption?: string | null | undefined;
|
|
143820
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
143762
143821
|
}[] | null | undefined;
|
|
143763
143822
|
customBlockKey?: string | null | undefined;
|
|
143764
143823
|
customBlockProperties?: {
|
|
@@ -144045,6 +144104,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144045
144104
|
} | null | undefined;
|
|
144046
144105
|
imageAlt?: string | null | undefined;
|
|
144047
144106
|
imageCaption?: string | null | undefined;
|
|
144107
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
144048
144108
|
}[] | null | undefined;
|
|
144049
144109
|
customBlockKey?: string | null | undefined;
|
|
144050
144110
|
customBlockProperties?: {
|
|
@@ -144263,6 +144323,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144263
144323
|
} | null | undefined;
|
|
144264
144324
|
imageAlt?: string | null | undefined;
|
|
144265
144325
|
imageCaption?: string | null | undefined;
|
|
144326
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
144266
144327
|
}[] | null | undefined;
|
|
144267
144328
|
customBlockKey?: string | null | undefined;
|
|
144268
144329
|
customBlockProperties?: {
|
|
@@ -144572,6 +144633,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144572
144633
|
} | null | undefined;
|
|
144573
144634
|
imageAlt?: string | null | undefined;
|
|
144574
144635
|
imageCaption?: string | null | undefined;
|
|
144636
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
144575
144637
|
}[] | null | undefined;
|
|
144576
144638
|
customBlockKey?: string | null | undefined;
|
|
144577
144639
|
customBlockProperties?: {
|
|
@@ -144790,6 +144852,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144790
144852
|
} | null | undefined;
|
|
144791
144853
|
imageAlt?: string | null | undefined;
|
|
144792
144854
|
imageCaption?: string | null | undefined;
|
|
144855
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
144793
144856
|
}[] | null | undefined;
|
|
144794
144857
|
customBlockKey?: string | null | undefined;
|
|
144795
144858
|
customBlockProperties?: {
|
|
@@ -145128,6 +145191,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145128
145191
|
} | null | undefined;
|
|
145129
145192
|
imageAlt?: string | null | undefined;
|
|
145130
145193
|
imageCaption?: string | null | undefined;
|
|
145194
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
145131
145195
|
}[] | null | undefined;
|
|
145132
145196
|
customBlockKey?: string | null | undefined;
|
|
145133
145197
|
customBlockProperties?: {
|
|
@@ -145346,6 +145410,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145346
145410
|
} | null | undefined;
|
|
145347
145411
|
imageAlt?: string | null | undefined;
|
|
145348
145412
|
imageCaption?: string | null | undefined;
|
|
145413
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
145349
145414
|
}[] | null | undefined;
|
|
145350
145415
|
customBlockKey?: string | null | undefined;
|
|
145351
145416
|
customBlockProperties?: {
|
|
@@ -146415,6 +146480,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146415
146480
|
} | null | undefined;
|
|
146416
146481
|
imageAlt?: string | null | undefined;
|
|
146417
146482
|
imageCaption?: string | null | undefined;
|
|
146483
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
146418
146484
|
}[] | null | undefined;
|
|
146419
146485
|
customBlockKey?: string | null | undefined;
|
|
146420
146486
|
customBlockProperties?: {
|
|
@@ -146633,6 +146699,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146633
146699
|
} | null | undefined;
|
|
146634
146700
|
imageAlt?: string | null | undefined;
|
|
146635
146701
|
imageCaption?: string | null | undefined;
|
|
146702
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
146636
146703
|
}[] | null | undefined;
|
|
146637
146704
|
customBlockKey?: string | null | undefined;
|
|
146638
146705
|
customBlockProperties?: {
|
|
@@ -146908,6 +146975,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146908
146975
|
} | null | undefined;
|
|
146909
146976
|
imageAlt?: string | null | undefined;
|
|
146910
146977
|
imageCaption?: string | null | undefined;
|
|
146978
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
146911
146979
|
}[] | null | undefined;
|
|
146912
146980
|
customBlockKey?: string | null | undefined;
|
|
146913
146981
|
customBlockProperties?: {
|
|
@@ -147126,6 +147194,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147126
147194
|
} | null | undefined;
|
|
147127
147195
|
imageAlt?: string | null | undefined;
|
|
147128
147196
|
imageCaption?: string | null | undefined;
|
|
147197
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
147129
147198
|
}[] | null | undefined;
|
|
147130
147199
|
customBlockKey?: string | null | undefined;
|
|
147131
147200
|
customBlockProperties?: {
|
|
@@ -148779,6 +148848,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
148779
148848
|
} | null | undefined;
|
|
148780
148849
|
imageAlt?: string | null | undefined;
|
|
148781
148850
|
imageCaption?: string | null | undefined;
|
|
148851
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
148782
148852
|
}[] | null | undefined;
|
|
148783
148853
|
customBlockKey?: string | null | undefined;
|
|
148784
148854
|
customBlockProperties?: {
|
|
@@ -148997,6 +149067,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
148997
149067
|
} | null | undefined;
|
|
148998
149068
|
imageAlt?: string | null | undefined;
|
|
148999
149069
|
imageCaption?: string | null | undefined;
|
|
149070
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
149000
149071
|
}[] | null | undefined;
|
|
149001
149072
|
customBlockKey?: string | null | undefined;
|
|
149002
149073
|
customBlockProperties?: {
|
|
@@ -149283,6 +149354,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149283
149354
|
} | null | undefined;
|
|
149284
149355
|
imageAlt?: string | null | undefined;
|
|
149285
149356
|
imageCaption?: string | null | undefined;
|
|
149357
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
149286
149358
|
}[] | null | undefined;
|
|
149287
149359
|
customBlockKey?: string | null | undefined;
|
|
149288
149360
|
customBlockProperties?: {
|
|
@@ -149501,6 +149573,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149501
149573
|
} | null | undefined;
|
|
149502
149574
|
imageAlt?: string | null | undefined;
|
|
149503
149575
|
imageCaption?: string | null | undefined;
|
|
149576
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
149504
149577
|
}[] | null | undefined;
|
|
149505
149578
|
customBlockKey?: string | null | undefined;
|
|
149506
149579
|
customBlockProperties?: {
|
|
@@ -149810,6 +149883,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149810
149883
|
} | null | undefined;
|
|
149811
149884
|
imageAlt?: string | null | undefined;
|
|
149812
149885
|
imageCaption?: string | null | undefined;
|
|
149886
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
149813
149887
|
}[] | null | undefined;
|
|
149814
149888
|
customBlockKey?: string | null | undefined;
|
|
149815
149889
|
customBlockProperties?: {
|
|
@@ -150028,6 +150102,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150028
150102
|
} | null | undefined;
|
|
150029
150103
|
imageAlt?: string | null | undefined;
|
|
150030
150104
|
imageCaption?: string | null | undefined;
|
|
150105
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
150031
150106
|
}[] | null | undefined;
|
|
150032
150107
|
customBlockKey?: string | null | undefined;
|
|
150033
150108
|
customBlockProperties?: {
|
|
@@ -150731,6 +150806,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150731
150806
|
} | null | undefined;
|
|
150732
150807
|
imageAlt?: string | null | undefined;
|
|
150733
150808
|
imageCaption?: string | null | undefined;
|
|
150809
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
150734
150810
|
}[] | null | undefined;
|
|
150735
150811
|
customBlockKey?: string | null | undefined;
|
|
150736
150812
|
customBlockProperties?: {
|
|
@@ -150949,6 +151025,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150949
151025
|
} | null | undefined;
|
|
150950
151026
|
imageAlt?: string | null | undefined;
|
|
150951
151027
|
imageCaption?: string | null | undefined;
|
|
151028
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
150952
151029
|
}[] | null | undefined;
|
|
150953
151030
|
customBlockKey?: string | null | undefined;
|
|
150954
151031
|
customBlockProperties?: {
|
|
@@ -151388,6 +151465,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
151388
151465
|
} | null | undefined;
|
|
151389
151466
|
imageAlt?: string | null | undefined;
|
|
151390
151467
|
imageCaption?: string | null | undefined;
|
|
151468
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
151391
151469
|
}[] | null | undefined;
|
|
151392
151470
|
customBlockKey?: string | null | undefined;
|
|
151393
151471
|
customBlockProperties?: {
|
|
@@ -151606,6 +151684,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
151606
151684
|
} | null | undefined;
|
|
151607
151685
|
imageAlt?: string | null | undefined;
|
|
151608
151686
|
imageCaption?: string | null | undefined;
|
|
151687
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
151609
151688
|
}[] | null | undefined;
|
|
151610
151689
|
customBlockKey?: string | null | undefined;
|
|
151611
151690
|
customBlockProperties?: {
|
|
@@ -151892,6 +151971,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
151892
151971
|
} | null | undefined;
|
|
151893
151972
|
imageAlt?: string | null | undefined;
|
|
151894
151973
|
imageCaption?: string | null | undefined;
|
|
151974
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
151895
151975
|
}[] | null | undefined;
|
|
151896
151976
|
customBlockKey?: string | null | undefined;
|
|
151897
151977
|
customBlockProperties?: {
|
|
@@ -152110,6 +152190,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152110
152190
|
} | null | undefined;
|
|
152111
152191
|
imageAlt?: string | null | undefined;
|
|
152112
152192
|
imageCaption?: string | null | undefined;
|
|
152193
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
152113
152194
|
}[] | null | undefined;
|
|
152114
152195
|
customBlockKey?: string | null | undefined;
|
|
152115
152196
|
customBlockProperties?: {
|
|
@@ -152419,6 +152500,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152419
152500
|
} | null | undefined;
|
|
152420
152501
|
imageAlt?: string | null | undefined;
|
|
152421
152502
|
imageCaption?: string | null | undefined;
|
|
152503
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
152422
152504
|
}[] | null | undefined;
|
|
152423
152505
|
customBlockKey?: string | null | undefined;
|
|
152424
152506
|
customBlockProperties?: {
|
|
@@ -152637,6 +152719,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152637
152719
|
} | null | undefined;
|
|
152638
152720
|
imageAlt?: string | null | undefined;
|
|
152639
152721
|
imageCaption?: string | null | undefined;
|
|
152722
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
152640
152723
|
}[] | null | undefined;
|
|
152641
152724
|
customBlockKey?: string | null | undefined;
|
|
152642
152725
|
customBlockProperties?: {
|
|
@@ -154654,6 +154737,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154654
154737
|
} | null | undefined;
|
|
154655
154738
|
imageAlt?: string | null | undefined;
|
|
154656
154739
|
imageCaption?: string | null | undefined;
|
|
154740
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
154657
154741
|
}[] | null | undefined;
|
|
154658
154742
|
customBlockKey?: string | null | undefined;
|
|
154659
154743
|
customBlockProperties?: {
|
|
@@ -154872,6 +154956,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
154872
154956
|
} | null | undefined;
|
|
154873
154957
|
imageAlt?: string | null | undefined;
|
|
154874
154958
|
imageCaption?: string | null | undefined;
|
|
154959
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
154875
154960
|
}[] | null | undefined;
|
|
154876
154961
|
customBlockKey?: string | null | undefined;
|
|
154877
154962
|
customBlockProperties?: {
|
|
@@ -155473,6 +155558,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
155473
155558
|
} | null | undefined;
|
|
155474
155559
|
imageAlt?: string | null | undefined;
|
|
155475
155560
|
imageCaption?: string | null | undefined;
|
|
155561
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
155476
155562
|
}[] | null | undefined;
|
|
155477
155563
|
customBlockKey?: string | null | undefined;
|
|
155478
155564
|
customBlockProperties?: {
|
|
@@ -155691,6 +155777,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
155691
155777
|
} | null | undefined;
|
|
155692
155778
|
imageAlt?: string | null | undefined;
|
|
155693
155779
|
imageCaption?: string | null | undefined;
|
|
155780
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
155694
155781
|
}[] | null | undefined;
|
|
155695
155782
|
customBlockKey?: string | null | undefined;
|
|
155696
155783
|
customBlockProperties?: {
|
|
@@ -155977,6 +156064,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
155977
156064
|
} | null | undefined;
|
|
155978
156065
|
imageAlt?: string | null | undefined;
|
|
155979
156066
|
imageCaption?: string | null | undefined;
|
|
156067
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
155980
156068
|
}[] | null | undefined;
|
|
155981
156069
|
customBlockKey?: string | null | undefined;
|
|
155982
156070
|
customBlockProperties?: {
|
|
@@ -156195,6 +156283,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156195
156283
|
} | null | undefined;
|
|
156196
156284
|
imageAlt?: string | null | undefined;
|
|
156197
156285
|
imageCaption?: string | null | undefined;
|
|
156286
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
156198
156287
|
}[] | null | undefined;
|
|
156199
156288
|
customBlockKey?: string | null | undefined;
|
|
156200
156289
|
customBlockProperties?: {
|
|
@@ -156504,6 +156593,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156504
156593
|
} | null | undefined;
|
|
156505
156594
|
imageAlt?: string | null | undefined;
|
|
156506
156595
|
imageCaption?: string | null | undefined;
|
|
156596
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
156507
156597
|
}[] | null | undefined;
|
|
156508
156598
|
customBlockKey?: string | null | undefined;
|
|
156509
156599
|
customBlockProperties?: {
|
|
@@ -156722,6 +156812,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156722
156812
|
} | null | undefined;
|
|
156723
156813
|
imageAlt?: string | null | undefined;
|
|
156724
156814
|
imageCaption?: string | null | undefined;
|
|
156815
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
156725
156816
|
}[] | null | undefined;
|
|
156726
156817
|
customBlockKey?: string | null | undefined;
|
|
156727
156818
|
customBlockProperties?: {
|
|
@@ -158419,6 +158510,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
158419
158510
|
} | null | undefined;
|
|
158420
158511
|
imageAlt?: string | null | undefined;
|
|
158421
158512
|
imageCaption?: string | null | undefined;
|
|
158513
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
158422
158514
|
}[] | null | undefined;
|
|
158423
158515
|
customBlockKey?: string | null | undefined;
|
|
158424
158516
|
customBlockProperties?: {
|
|
@@ -158637,6 +158729,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
158637
158729
|
} | null | undefined;
|
|
158638
158730
|
imageAlt?: string | null | undefined;
|
|
158639
158731
|
imageCaption?: string | null | undefined;
|
|
158732
|
+
imageAlignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
158640
158733
|
}[] | null | undefined;
|
|
158641
158734
|
customBlockKey?: string | null | undefined;
|
|
158642
158735
|
customBlockProperties?: {
|