@lightspeed/crane-api 2.5.0-rc.0 → 2.5.0
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/CHANGELOG.md +3 -1
- package/dist/index.d.mts +54 -54
- package/dist/index.d.ts +54 -54
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 2.5.0 - 2026-06-
|
|
3
|
+
## 2.5.0 - 2026-06-09
|
|
4
4
|
|
|
5
5
|
### Added
|
|
6
6
|
|
|
7
7
|
- Add global settings support to templates.
|
|
8
|
+
- validate custom storefront layout slot dependencies
|
|
9
|
+
- Support ContentEditorDefaultsUnion class for content editor in un-nested deck settings
|
|
8
10
|
|
|
9
11
|
## 2.4.0 - 2026-06-03
|
|
10
12
|
|
package/dist/index.d.mts
CHANGED
|
@@ -478,9 +478,9 @@ declare const DescriptorSchema: z.ZodObject<{
|
|
|
478
478
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
479
479
|
}, z.core.$strict>>;
|
|
480
480
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
481
|
+
small: "small";
|
|
481
482
|
none: "none";
|
|
482
483
|
all: "all";
|
|
483
|
-
small: "small";
|
|
484
484
|
}>>;
|
|
485
485
|
}, z.core.$strict>, z.ZodObject<{
|
|
486
486
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -555,9 +555,9 @@ declare const DescriptorSchema: z.ZodObject<{
|
|
|
555
555
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
556
556
|
}, z.core.$strict>>;
|
|
557
557
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
558
|
+
small: "small";
|
|
558
559
|
none: "none";
|
|
559
560
|
all: "all";
|
|
560
|
-
small: "small";
|
|
561
561
|
}>>;
|
|
562
562
|
}, z.core.$strict>, z.ZodObject<{
|
|
563
563
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -1071,9 +1071,9 @@ declare const CollectionDescriptorSchema: z.ZodObject<{
|
|
|
1071
1071
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
1072
1072
|
}, z.core.$strict>>;
|
|
1073
1073
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
1074
|
+
small: "small";
|
|
1074
1075
|
none: "none";
|
|
1075
1076
|
all: "all";
|
|
1076
|
-
small: "small";
|
|
1077
1077
|
}>>;
|
|
1078
1078
|
}, z.core.$strict>, z.ZodObject<{
|
|
1079
1079
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -1148,9 +1148,9 @@ declare const CollectionDescriptorSchema: z.ZodObject<{
|
|
|
1148
1148
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
1149
1149
|
}, z.core.$strict>>;
|
|
1150
1150
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
1151
|
+
small: "small";
|
|
1151
1152
|
none: "none";
|
|
1152
1153
|
all: "all";
|
|
1153
|
-
small: "small";
|
|
1154
1154
|
}>>;
|
|
1155
1155
|
}, z.core.$strict>, z.ZodObject<{
|
|
1156
1156
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -2010,9 +2010,9 @@ declare const LogoDesignEditorDefaultsSchema: z.ZodObject<{
|
|
|
2010
2010
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
2011
2011
|
}, z.core.$strict>>;
|
|
2012
2012
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
2013
|
+
small: "small";
|
|
2013
2014
|
none: "none";
|
|
2014
2015
|
all: "all";
|
|
2015
|
-
small: "small";
|
|
2016
2016
|
}>>;
|
|
2017
2017
|
}, z.core.$strict>;
|
|
2018
2018
|
declare const LogoDesignEditorSchema: z.ZodObject<{
|
|
@@ -2035,9 +2035,9 @@ declare const LogoDesignEditorSchema: z.ZodObject<{
|
|
|
2035
2035
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
2036
2036
|
}, z.core.$strict>>;
|
|
2037
2037
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
2038
|
+
small: "small";
|
|
2038
2039
|
none: "none";
|
|
2039
2040
|
all: "all";
|
|
2040
|
-
small: "small";
|
|
2041
2041
|
}>>;
|
|
2042
2042
|
}, z.core.$strict>>;
|
|
2043
2043
|
}, z.core.$strict>;
|
|
@@ -5002,9 +5002,9 @@ declare const DesignEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5002
5002
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5003
5003
|
}, z.core.$strict>>;
|
|
5004
5004
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5005
|
+
small: "small";
|
|
5005
5006
|
none: "none";
|
|
5006
5007
|
all: "all";
|
|
5007
|
-
small: "small";
|
|
5008
5008
|
}>>;
|
|
5009
5009
|
}, z.core.$strict>, z.ZodObject<{
|
|
5010
5010
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5079,9 +5079,9 @@ declare const DesignEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5079
5079
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5080
5080
|
}, z.core.$strict>>;
|
|
5081
5081
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5082
|
+
small: "small";
|
|
5082
5083
|
none: "none";
|
|
5083
5084
|
all: "all";
|
|
5084
|
-
small: "small";
|
|
5085
5085
|
}>>;
|
|
5086
5086
|
}, z.core.$strict>, z.ZodObject<{
|
|
5087
5087
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5200,9 +5200,9 @@ declare const AccordionShowcaseItemSchema: z.ZodObject<{
|
|
|
5200
5200
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5201
5201
|
}, z.core.$strict>>;
|
|
5202
5202
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5203
|
+
small: "small";
|
|
5203
5204
|
none: "none";
|
|
5204
5205
|
all: "all";
|
|
5205
|
-
small: "small";
|
|
5206
5206
|
}>>;
|
|
5207
5207
|
}, z.core.$strict>, z.ZodObject<{
|
|
5208
5208
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5286,9 +5286,9 @@ declare const AccordionShowcaseDesignEditorDefaultsSchema: z.ZodObject<{
|
|
|
5286
5286
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5287
5287
|
}, z.core.$strict>>;
|
|
5288
5288
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5289
|
+
small: "small";
|
|
5289
5290
|
none: "none";
|
|
5290
5291
|
all: "all";
|
|
5291
|
-
small: "small";
|
|
5292
5292
|
}>>;
|
|
5293
5293
|
}, z.core.$strict>, z.ZodObject<{
|
|
5294
5294
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5433,9 +5433,9 @@ declare const AccordionDesignItemSchema: z.ZodObject<{
|
|
|
5433
5433
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5434
5434
|
}, z.core.$strict>>;
|
|
5435
5435
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5436
|
+
small: "small";
|
|
5436
5437
|
none: "none";
|
|
5437
5438
|
all: "all";
|
|
5438
|
-
small: "small";
|
|
5439
5439
|
}>>;
|
|
5440
5440
|
}, z.core.$strict>>;
|
|
5441
5441
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5596,9 +5596,9 @@ declare const AccordionDesignEditorSchema: z.ZodObject<{
|
|
|
5596
5596
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5597
5597
|
}, z.core.$strict>>;
|
|
5598
5598
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5599
|
+
small: "small";
|
|
5599
5600
|
none: "none";
|
|
5600
5601
|
all: "all";
|
|
5601
|
-
small: "small";
|
|
5602
5602
|
}>>;
|
|
5603
5603
|
}, z.core.$strict>>;
|
|
5604
5604
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5859,9 +5859,9 @@ declare const DesignEditorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5859
5859
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5860
5860
|
}, z.core.$strict>>;
|
|
5861
5861
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5862
|
+
small: "small";
|
|
5862
5863
|
none: "none";
|
|
5863
5864
|
all: "all";
|
|
5864
|
-
small: "small";
|
|
5865
5865
|
}>>;
|
|
5866
5866
|
}, z.core.$strict>>;
|
|
5867
5867
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6004,9 +6004,9 @@ declare const DesignEditorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6004
6004
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6005
6005
|
}, z.core.$strict>>;
|
|
6006
6006
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6007
|
+
small: "small";
|
|
6007
6008
|
none: "none";
|
|
6008
6009
|
all: "all";
|
|
6009
|
-
small: "small";
|
|
6010
6010
|
}>>;
|
|
6011
6011
|
}, z.core.$strict>>;
|
|
6012
6012
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6181,9 +6181,9 @@ declare const DesignSettingsSchema: z.ZodRecord<z.ZodString, z.ZodDiscriminatedU
|
|
|
6181
6181
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6182
6182
|
}, z.core.$strict>>;
|
|
6183
6183
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6184
|
+
small: "small";
|
|
6184
6185
|
none: "none";
|
|
6185
6186
|
all: "all";
|
|
6186
|
-
small: "small";
|
|
6187
6187
|
}>>;
|
|
6188
6188
|
}, z.core.$strict>>;
|
|
6189
6189
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6326,9 +6326,9 @@ declare const DesignSettingsSchema: z.ZodRecord<z.ZodString, z.ZodDiscriminatedU
|
|
|
6326
6326
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6327
6327
|
}, z.core.$strict>>;
|
|
6328
6328
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6329
|
+
small: "small";
|
|
6329
6330
|
none: "none";
|
|
6330
6331
|
all: "all";
|
|
6331
|
-
small: "small";
|
|
6332
6332
|
}>>;
|
|
6333
6333
|
}, z.core.$strict>>;
|
|
6334
6334
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6981,9 +6981,9 @@ declare const LayoutDesignOverrideSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6981
6981
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6982
6982
|
}, z.core.$strict>>;
|
|
6983
6983
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6984
|
+
small: "small";
|
|
6984
6985
|
none: "none";
|
|
6985
6986
|
all: "all";
|
|
6986
|
-
small: "small";
|
|
6987
6987
|
}>>;
|
|
6988
6988
|
}, z.core.$strict>>;
|
|
6989
6989
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7201,9 +7201,9 @@ declare const LayoutSettingsSchema: z.ZodObject<{
|
|
|
7201
7201
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7202
7202
|
}, z.core.$strict>>;
|
|
7203
7203
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7204
|
+
small: "small";
|
|
7204
7205
|
none: "none";
|
|
7205
7206
|
all: "all";
|
|
7206
|
-
small: "small";
|
|
7207
7207
|
}>>;
|
|
7208
7208
|
}, z.core.$strict>>;
|
|
7209
7209
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7930,9 +7930,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
7930
7930
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7931
7931
|
}, z.core.$strict>>;
|
|
7932
7932
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7933
|
+
small: "small";
|
|
7933
7934
|
none: "none";
|
|
7934
7935
|
all: "all";
|
|
7935
|
-
small: "small";
|
|
7936
7936
|
}>>;
|
|
7937
7937
|
}, z.core.$strict>>;
|
|
7938
7938
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -8075,9 +8075,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8075
8075
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8076
8076
|
}, z.core.$strict>>;
|
|
8077
8077
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8078
|
+
small: "small";
|
|
8078
8079
|
none: "none";
|
|
8079
8080
|
all: "all";
|
|
8080
|
-
small: "small";
|
|
8081
8081
|
}>>;
|
|
8082
8082
|
}, z.core.$strict>>;
|
|
8083
8083
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -8315,9 +8315,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8315
8315
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8316
8316
|
}, z.core.$strict>>;
|
|
8317
8317
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8318
|
+
small: "small";
|
|
8318
8319
|
none: "none";
|
|
8319
8320
|
all: "all";
|
|
8320
|
-
small: "small";
|
|
8321
8321
|
}>>;
|
|
8322
8322
|
}, z.core.$strict>>;
|
|
8323
8323
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -8795,9 +8795,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8795
8795
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8796
8796
|
}, z.core.$strict>>;
|
|
8797
8797
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8798
|
+
small: "small";
|
|
8798
8799
|
none: "none";
|
|
8799
8800
|
all: "all";
|
|
8800
|
-
small: "small";
|
|
8801
8801
|
}>>;
|
|
8802
8802
|
}, z.core.$strict>, z.ZodObject<{
|
|
8803
8803
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -8872,9 +8872,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8872
8872
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8873
8873
|
}, z.core.$strict>>;
|
|
8874
8874
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8875
|
+
small: "small";
|
|
8875
8876
|
none: "none";
|
|
8876
8877
|
all: "all";
|
|
8877
|
-
small: "small";
|
|
8878
8878
|
}>>;
|
|
8879
8879
|
}, z.core.$strict>, z.ZodObject<{
|
|
8880
8880
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9356,9 +9356,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9356
9356
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9357
9357
|
}, z.core.$strict>>;
|
|
9358
9358
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9359
|
+
small: "small";
|
|
9359
9360
|
none: "none";
|
|
9360
9361
|
all: "all";
|
|
9361
|
-
small: "small";
|
|
9362
9362
|
}>>;
|
|
9363
9363
|
}, z.core.$strict>, z.ZodObject<{
|
|
9364
9364
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9433,9 +9433,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9433
9433
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9434
9434
|
}, z.core.$strict>>;
|
|
9435
9435
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9436
|
+
small: "small";
|
|
9436
9437
|
none: "none";
|
|
9437
9438
|
all: "all";
|
|
9438
|
-
small: "small";
|
|
9439
9439
|
}>>;
|
|
9440
9440
|
}, z.core.$strict>, z.ZodObject<{
|
|
9441
9441
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9859,9 +9859,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9859
9859
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9860
9860
|
}, z.core.$strict>>;
|
|
9861
9861
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9862
|
+
small: "small";
|
|
9862
9863
|
none: "none";
|
|
9863
9864
|
all: "all";
|
|
9864
|
-
small: "small";
|
|
9865
9865
|
}>>;
|
|
9866
9866
|
}, z.core.$strict>, z.ZodObject<{
|
|
9867
9867
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9936,9 +9936,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9936
9936
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9937
9937
|
}, z.core.$strict>>;
|
|
9938
9938
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9939
|
+
small: "small";
|
|
9939
9940
|
none: "none";
|
|
9940
9941
|
all: "all";
|
|
9941
|
-
small: "small";
|
|
9942
9942
|
}>>;
|
|
9943
9943
|
}, z.core.$strict>, z.ZodObject<{
|
|
9944
9944
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -10675,9 +10675,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10675
10675
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10676
10676
|
}, z.core.$strict>>;
|
|
10677
10677
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10678
|
+
small: "small";
|
|
10678
10679
|
none: "none";
|
|
10679
10680
|
all: "all";
|
|
10680
|
-
small: "small";
|
|
10681
10681
|
}>>;
|
|
10682
10682
|
}, z.core.$strict>, z.ZodObject<{
|
|
10683
10683
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -10752,9 +10752,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10752
10752
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10753
10753
|
}, z.core.$strict>>;
|
|
10754
10754
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10755
|
+
small: "small";
|
|
10755
10756
|
none: "none";
|
|
10756
10757
|
all: "all";
|
|
10757
|
-
small: "small";
|
|
10758
10758
|
}>>;
|
|
10759
10759
|
}, z.core.$strict>, z.ZodObject<{
|
|
10760
10760
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11449,9 +11449,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11449
11449
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11450
11450
|
}, z.core.$strict>>;
|
|
11451
11451
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11452
|
+
small: "small";
|
|
11452
11453
|
none: "none";
|
|
11453
11454
|
all: "all";
|
|
11454
|
-
small: "small";
|
|
11455
11455
|
}>>;
|
|
11456
11456
|
}, z.core.$strict>>;
|
|
11457
11457
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11594,9 +11594,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11594
11594
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11595
11595
|
}, z.core.$strict>>;
|
|
11596
11596
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11597
|
+
small: "small";
|
|
11597
11598
|
none: "none";
|
|
11598
11599
|
all: "all";
|
|
11599
|
-
small: "small";
|
|
11600
11600
|
}>>;
|
|
11601
11601
|
}, z.core.$strict>>;
|
|
11602
11602
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11835,9 +11835,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11835
11835
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11836
11836
|
}, z.core.$strict>>;
|
|
11837
11837
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11838
|
+
small: "small";
|
|
11838
11839
|
none: "none";
|
|
11839
11840
|
all: "all";
|
|
11840
|
-
small: "small";
|
|
11841
11841
|
}>>;
|
|
11842
11842
|
}, z.core.$strict>>;
|
|
11843
11843
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -12322,9 +12322,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
12322
12322
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12323
12323
|
}, z.core.$strict>>;
|
|
12324
12324
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12325
|
+
small: "small";
|
|
12325
12326
|
none: "none";
|
|
12326
12327
|
all: "all";
|
|
12327
|
-
small: "small";
|
|
12328
12328
|
}>>;
|
|
12329
12329
|
}, z.core.$strict>, z.ZodObject<{
|
|
12330
12330
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12399,9 +12399,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
12399
12399
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12400
12400
|
}, z.core.$strict>>;
|
|
12401
12401
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12402
|
+
small: "small";
|
|
12402
12403
|
none: "none";
|
|
12403
12404
|
all: "all";
|
|
12404
|
-
small: "small";
|
|
12405
12405
|
}>>;
|
|
12406
12406
|
}, z.core.$strict>, z.ZodObject<{
|
|
12407
12407
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12898,9 +12898,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
12898
12898
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12899
12899
|
}, z.core.$strict>>;
|
|
12900
12900
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12901
|
+
small: "small";
|
|
12901
12902
|
none: "none";
|
|
12902
12903
|
all: "all";
|
|
12903
|
-
small: "small";
|
|
12904
12904
|
}>>;
|
|
12905
12905
|
}, z.core.$strict>, z.ZodObject<{
|
|
12906
12906
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12975,9 +12975,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
12975
12975
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12976
12976
|
}, z.core.$strict>>;
|
|
12977
12977
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12978
|
+
small: "small";
|
|
12978
12979
|
none: "none";
|
|
12979
12980
|
all: "all";
|
|
12980
|
-
small: "small";
|
|
12981
12981
|
}>>;
|
|
12982
12982
|
}, z.core.$strict>, z.ZodObject<{
|
|
12983
12983
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13439,9 +13439,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
13439
13439
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13440
13440
|
}, z.core.$strict>>;
|
|
13441
13441
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13442
|
+
small: "small";
|
|
13442
13443
|
none: "none";
|
|
13443
13444
|
all: "all";
|
|
13444
|
-
small: "small";
|
|
13445
13445
|
}>>;
|
|
13446
13446
|
}, z.core.$strict>, z.ZodObject<{
|
|
13447
13447
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13516,9 +13516,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
13516
13516
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13517
13517
|
}, z.core.$strict>>;
|
|
13518
13518
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13519
|
+
small: "small";
|
|
13519
13520
|
none: "none";
|
|
13520
13521
|
all: "all";
|
|
13521
|
-
small: "small";
|
|
13522
13522
|
}>>;
|
|
13523
13523
|
}, z.core.$strict>, z.ZodObject<{
|
|
13524
13524
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13983,9 +13983,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
13983
13983
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13984
13984
|
}, z.core.$strict>>;
|
|
13985
13985
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13986
|
+
small: "small";
|
|
13986
13987
|
none: "none";
|
|
13987
13988
|
all: "all";
|
|
13988
|
-
small: "small";
|
|
13989
13989
|
}>>;
|
|
13990
13990
|
}, z.core.$strict>, z.ZodObject<{
|
|
13991
13991
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14060,9 +14060,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
14060
14060
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14061
14061
|
}, z.core.$strict>>;
|
|
14062
14062
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14063
|
+
small: "small";
|
|
14063
14064
|
none: "none";
|
|
14064
14065
|
all: "all";
|
|
14065
|
-
small: "small";
|
|
14066
14066
|
}>>;
|
|
14067
14067
|
}, z.core.$strict>, z.ZodObject<{
|
|
14068
14068
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14528,9 +14528,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
14528
14528
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14529
14529
|
}, z.core.$strict>>;
|
|
14530
14530
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14531
|
+
small: "small";
|
|
14531
14532
|
none: "none";
|
|
14532
14533
|
all: "all";
|
|
14533
|
-
small: "small";
|
|
14534
14534
|
}>>;
|
|
14535
14535
|
}, z.core.$strict>, z.ZodObject<{
|
|
14536
14536
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14605,9 +14605,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
14605
14605
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14606
14606
|
}, z.core.$strict>>;
|
|
14607
14607
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14608
|
+
small: "small";
|
|
14608
14609
|
none: "none";
|
|
14609
14610
|
all: "all";
|
|
14610
|
-
small: "small";
|
|
14611
14611
|
}>>;
|
|
14612
14612
|
}, z.core.$strict>, z.ZodObject<{
|
|
14613
14613
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15133,9 +15133,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
15133
15133
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15134
15134
|
}, z.core.$strict>>;
|
|
15135
15135
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15136
|
+
small: "small";
|
|
15136
15137
|
none: "none";
|
|
15137
15138
|
all: "all";
|
|
15138
|
-
small: "small";
|
|
15139
15139
|
}>>;
|
|
15140
15140
|
}, z.core.$strict>, z.ZodObject<{
|
|
15141
15141
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15210,9 +15210,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
15210
15210
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15211
15211
|
}, z.core.$strict>>;
|
|
15212
15212
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15213
|
+
small: "small";
|
|
15213
15214
|
none: "none";
|
|
15214
15215
|
all: "all";
|
|
15215
|
-
small: "small";
|
|
15216
15216
|
}>>;
|
|
15217
15217
|
}, z.core.$strict>, z.ZodObject<{
|
|
15218
15218
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15727,9 +15727,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
15727
15727
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15728
15728
|
}, z.core.$strict>>;
|
|
15729
15729
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15730
|
+
small: "small";
|
|
15730
15731
|
none: "none";
|
|
15731
15732
|
all: "all";
|
|
15732
|
-
small: "small";
|
|
15733
15733
|
}>>;
|
|
15734
15734
|
}, z.core.$strict>, z.ZodObject<{
|
|
15735
15735
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15804,9 +15804,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
15804
15804
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15805
15805
|
}, z.core.$strict>>;
|
|
15806
15806
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15807
|
+
small: "small";
|
|
15807
15808
|
none: "none";
|
|
15808
15809
|
all: "all";
|
|
15809
|
-
small: "small";
|
|
15810
15810
|
}>>;
|
|
15811
15811
|
}, z.core.$strict>, z.ZodObject<{
|
|
15812
15812
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -16264,9 +16264,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
16264
16264
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
16265
16265
|
}, z.core.$strict>>;
|
|
16266
16266
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
16267
|
+
small: "small";
|
|
16267
16268
|
none: "none";
|
|
16268
16269
|
all: "all";
|
|
16269
|
-
small: "small";
|
|
16270
16270
|
}>>;
|
|
16271
16271
|
}, z.core.$strict>, z.ZodObject<{
|
|
16272
16272
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -16341,9 +16341,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
16341
16341
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
16342
16342
|
}, z.core.$strict>>;
|
|
16343
16343
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
16344
|
+
small: "small";
|
|
16344
16345
|
none: "none";
|
|
16345
16346
|
all: "all";
|
|
16346
|
-
small: "small";
|
|
16347
16347
|
}>>;
|
|
16348
16348
|
}, z.core.$strict>, z.ZodObject<{
|
|
16349
16349
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17139,9 +17139,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17139
17139
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17140
17140
|
}, z.core.$strict>>;
|
|
17141
17141
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17142
|
+
small: "small";
|
|
17142
17143
|
none: "none";
|
|
17143
17144
|
all: "all";
|
|
17144
|
-
small: "small";
|
|
17145
17145
|
}>>;
|
|
17146
17146
|
}, z.core.$strict>, z.ZodObject<{
|
|
17147
17147
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17216,9 +17216,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17216
17216
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17217
17217
|
}, z.core.$strict>>;
|
|
17218
17218
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17219
|
+
small: "small";
|
|
17219
17220
|
none: "none";
|
|
17220
17221
|
all: "all";
|
|
17221
|
-
small: "small";
|
|
17222
17222
|
}>>;
|
|
17223
17223
|
}, z.core.$strict>, z.ZodObject<{
|
|
17224
17224
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17651,9 +17651,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17651
17651
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17652
17652
|
}, z.core.$strict>>;
|
|
17653
17653
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17654
|
+
small: "small";
|
|
17654
17655
|
none: "none";
|
|
17655
17656
|
all: "all";
|
|
17656
|
-
small: "small";
|
|
17657
17657
|
}>>;
|
|
17658
17658
|
}, z.core.$strict>, z.ZodObject<{
|
|
17659
17659
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17728,9 +17728,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17728
17728
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17729
17729
|
}, z.core.$strict>>;
|
|
17730
17730
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17731
|
+
small: "small";
|
|
17731
17732
|
none: "none";
|
|
17732
17733
|
all: "all";
|
|
17733
|
-
small: "small";
|
|
17734
17734
|
}>>;
|
|
17735
17735
|
}, z.core.$strict>, z.ZodObject<{
|
|
17736
17736
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -18492,9 +18492,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
18492
18492
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
18493
18493
|
}, z.core.$strict>>;
|
|
18494
18494
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
18495
|
+
small: "small";
|
|
18495
18496
|
none: "none";
|
|
18496
18497
|
all: "all";
|
|
18497
|
-
small: "small";
|
|
18498
18498
|
}>>;
|
|
18499
18499
|
}, z.core.$strict>, z.ZodObject<{
|
|
18500
18500
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -18569,9 +18569,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
18569
18569
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
18570
18570
|
}, z.core.$strict>>;
|
|
18571
18571
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
18572
|
+
small: "small";
|
|
18572
18573
|
none: "none";
|
|
18573
18574
|
all: "all";
|
|
18574
|
-
small: "small";
|
|
18575
18575
|
}>>;
|
|
18576
18576
|
}, z.core.$strict>, z.ZodObject<{
|
|
18577
18577
|
type: z.ZodLiteral<"DIVIDER">;
|
package/dist/index.d.ts
CHANGED
|
@@ -479,9 +479,9 @@ declare const DescriptorSchema: z.ZodObject<{
|
|
|
479
479
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
480
480
|
}, z.core.$strict>>;
|
|
481
481
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
482
|
+
small: "small";
|
|
482
483
|
none: "none";
|
|
483
484
|
all: "all";
|
|
484
|
-
small: "small";
|
|
485
485
|
}>>;
|
|
486
486
|
}, z.core.$strict>, z.ZodObject<{
|
|
487
487
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -556,9 +556,9 @@ declare const DescriptorSchema: z.ZodObject<{
|
|
|
556
556
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
557
557
|
}, z.core.$strict>>;
|
|
558
558
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
559
|
+
small: "small";
|
|
559
560
|
none: "none";
|
|
560
561
|
all: "all";
|
|
561
|
-
small: "small";
|
|
562
562
|
}>>;
|
|
563
563
|
}, z.core.$strict>, z.ZodObject<{
|
|
564
564
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -1072,9 +1072,9 @@ declare const CollectionDescriptorSchema: z.ZodObject<{
|
|
|
1072
1072
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
1073
1073
|
}, z.core.$strict>>;
|
|
1074
1074
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
1075
|
+
small: "small";
|
|
1075
1076
|
none: "none";
|
|
1076
1077
|
all: "all";
|
|
1077
|
-
small: "small";
|
|
1078
1078
|
}>>;
|
|
1079
1079
|
}, z.core.$strict>, z.ZodObject<{
|
|
1080
1080
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -1149,9 +1149,9 @@ declare const CollectionDescriptorSchema: z.ZodObject<{
|
|
|
1149
1149
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
1150
1150
|
}, z.core.$strict>>;
|
|
1151
1151
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
1152
|
+
small: "small";
|
|
1152
1153
|
none: "none";
|
|
1153
1154
|
all: "all";
|
|
1154
|
-
small: "small";
|
|
1155
1155
|
}>>;
|
|
1156
1156
|
}, z.core.$strict>, z.ZodObject<{
|
|
1157
1157
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -2011,9 +2011,9 @@ declare const LogoDesignEditorDefaultsSchema: z.ZodObject<{
|
|
|
2011
2011
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
2012
2012
|
}, z.core.$strict>>;
|
|
2013
2013
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
2014
|
+
small: "small";
|
|
2014
2015
|
none: "none";
|
|
2015
2016
|
all: "all";
|
|
2016
|
-
small: "small";
|
|
2017
2017
|
}>>;
|
|
2018
2018
|
}, z.core.$strict>;
|
|
2019
2019
|
declare const LogoDesignEditorSchema: z.ZodObject<{
|
|
@@ -2036,9 +2036,9 @@ declare const LogoDesignEditorSchema: z.ZodObject<{
|
|
|
2036
2036
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
2037
2037
|
}, z.core.$strict>>;
|
|
2038
2038
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
2039
|
+
small: "small";
|
|
2039
2040
|
none: "none";
|
|
2040
2041
|
all: "all";
|
|
2041
|
-
small: "small";
|
|
2042
2042
|
}>>;
|
|
2043
2043
|
}, z.core.$strict>>;
|
|
2044
2044
|
}, z.core.$strict>;
|
|
@@ -5003,9 +5003,9 @@ declare const DesignEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5003
5003
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5004
5004
|
}, z.core.$strict>>;
|
|
5005
5005
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5006
|
+
small: "small";
|
|
5006
5007
|
none: "none";
|
|
5007
5008
|
all: "all";
|
|
5008
|
-
small: "small";
|
|
5009
5009
|
}>>;
|
|
5010
5010
|
}, z.core.$strict>, z.ZodObject<{
|
|
5011
5011
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5080,9 +5080,9 @@ declare const DesignEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5080
5080
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5081
5081
|
}, z.core.$strict>>;
|
|
5082
5082
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5083
|
+
small: "small";
|
|
5083
5084
|
none: "none";
|
|
5084
5085
|
all: "all";
|
|
5085
|
-
small: "small";
|
|
5086
5086
|
}>>;
|
|
5087
5087
|
}, z.core.$strict>, z.ZodObject<{
|
|
5088
5088
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5201,9 +5201,9 @@ declare const AccordionShowcaseItemSchema: z.ZodObject<{
|
|
|
5201
5201
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5202
5202
|
}, z.core.$strict>>;
|
|
5203
5203
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5204
|
+
small: "small";
|
|
5204
5205
|
none: "none";
|
|
5205
5206
|
all: "all";
|
|
5206
|
-
small: "small";
|
|
5207
5207
|
}>>;
|
|
5208
5208
|
}, z.core.$strict>, z.ZodObject<{
|
|
5209
5209
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5287,9 +5287,9 @@ declare const AccordionShowcaseDesignEditorDefaultsSchema: z.ZodObject<{
|
|
|
5287
5287
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5288
5288
|
}, z.core.$strict>>;
|
|
5289
5289
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5290
|
+
small: "small";
|
|
5290
5291
|
none: "none";
|
|
5291
5292
|
all: "all";
|
|
5292
|
-
small: "small";
|
|
5293
5293
|
}>>;
|
|
5294
5294
|
}, z.core.$strict>, z.ZodObject<{
|
|
5295
5295
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -5434,9 +5434,9 @@ declare const AccordionDesignItemSchema: z.ZodObject<{
|
|
|
5434
5434
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5435
5435
|
}, z.core.$strict>>;
|
|
5436
5436
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5437
|
+
small: "small";
|
|
5437
5438
|
none: "none";
|
|
5438
5439
|
all: "all";
|
|
5439
|
-
small: "small";
|
|
5440
5440
|
}>>;
|
|
5441
5441
|
}, z.core.$strict>>;
|
|
5442
5442
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5597,9 +5597,9 @@ declare const AccordionDesignEditorSchema: z.ZodObject<{
|
|
|
5597
5597
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5598
5598
|
}, z.core.$strict>>;
|
|
5599
5599
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5600
|
+
small: "small";
|
|
5600
5601
|
none: "none";
|
|
5601
5602
|
all: "all";
|
|
5602
|
-
small: "small";
|
|
5603
5603
|
}>>;
|
|
5604
5604
|
}, z.core.$strict>>;
|
|
5605
5605
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5860,9 +5860,9 @@ declare const DesignEditorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5860
5860
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5861
5861
|
}, z.core.$strict>>;
|
|
5862
5862
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5863
|
+
small: "small";
|
|
5863
5864
|
none: "none";
|
|
5864
5865
|
all: "all";
|
|
5865
|
-
small: "small";
|
|
5866
5866
|
}>>;
|
|
5867
5867
|
}, z.core.$strict>>;
|
|
5868
5868
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6005,9 +6005,9 @@ declare const DesignEditorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6005
6005
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6006
6006
|
}, z.core.$strict>>;
|
|
6007
6007
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6008
|
+
small: "small";
|
|
6008
6009
|
none: "none";
|
|
6009
6010
|
all: "all";
|
|
6010
|
-
small: "small";
|
|
6011
6011
|
}>>;
|
|
6012
6012
|
}, z.core.$strict>>;
|
|
6013
6013
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6182,9 +6182,9 @@ declare const DesignSettingsSchema: z.ZodRecord<z.ZodString, z.ZodDiscriminatedU
|
|
|
6182
6182
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6183
6183
|
}, z.core.$strict>>;
|
|
6184
6184
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6185
|
+
small: "small";
|
|
6185
6186
|
none: "none";
|
|
6186
6187
|
all: "all";
|
|
6187
|
-
small: "small";
|
|
6188
6188
|
}>>;
|
|
6189
6189
|
}, z.core.$strict>>;
|
|
6190
6190
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6327,9 +6327,9 @@ declare const DesignSettingsSchema: z.ZodRecord<z.ZodString, z.ZodDiscriminatedU
|
|
|
6327
6327
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6328
6328
|
}, z.core.$strict>>;
|
|
6329
6329
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6330
|
+
small: "small";
|
|
6330
6331
|
none: "none";
|
|
6331
6332
|
all: "all";
|
|
6332
|
-
small: "small";
|
|
6333
6333
|
}>>;
|
|
6334
6334
|
}, z.core.$strict>>;
|
|
6335
6335
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6982,9 +6982,9 @@ declare const LayoutDesignOverrideSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6982
6982
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6983
6983
|
}, z.core.$strict>>;
|
|
6984
6984
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6985
|
+
small: "small";
|
|
6985
6986
|
none: "none";
|
|
6986
6987
|
all: "all";
|
|
6987
|
-
small: "small";
|
|
6988
6988
|
}>>;
|
|
6989
6989
|
}, z.core.$strict>>;
|
|
6990
6990
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7202,9 +7202,9 @@ declare const LayoutSettingsSchema: z.ZodObject<{
|
|
|
7202
7202
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7203
7203
|
}, z.core.$strict>>;
|
|
7204
7204
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7205
|
+
small: "small";
|
|
7205
7206
|
none: "none";
|
|
7206
7207
|
all: "all";
|
|
7207
|
-
small: "small";
|
|
7208
7208
|
}>>;
|
|
7209
7209
|
}, z.core.$strict>>;
|
|
7210
7210
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7931,9 +7931,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
7931
7931
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7932
7932
|
}, z.core.$strict>>;
|
|
7933
7933
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7934
|
+
small: "small";
|
|
7934
7935
|
none: "none";
|
|
7935
7936
|
all: "all";
|
|
7936
|
-
small: "small";
|
|
7937
7937
|
}>>;
|
|
7938
7938
|
}, z.core.$strict>>;
|
|
7939
7939
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -8076,9 +8076,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8076
8076
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8077
8077
|
}, z.core.$strict>>;
|
|
8078
8078
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8079
|
+
small: "small";
|
|
8079
8080
|
none: "none";
|
|
8080
8081
|
all: "all";
|
|
8081
|
-
small: "small";
|
|
8082
8082
|
}>>;
|
|
8083
8083
|
}, z.core.$strict>>;
|
|
8084
8084
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -8316,9 +8316,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8316
8316
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8317
8317
|
}, z.core.$strict>>;
|
|
8318
8318
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8319
|
+
small: "small";
|
|
8319
8320
|
none: "none";
|
|
8320
8321
|
all: "all";
|
|
8321
|
-
small: "small";
|
|
8322
8322
|
}>>;
|
|
8323
8323
|
}, z.core.$strict>>;
|
|
8324
8324
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -8796,9 +8796,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8796
8796
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8797
8797
|
}, z.core.$strict>>;
|
|
8798
8798
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8799
|
+
small: "small";
|
|
8799
8800
|
none: "none";
|
|
8800
8801
|
all: "all";
|
|
8801
|
-
small: "small";
|
|
8802
8802
|
}>>;
|
|
8803
8803
|
}, z.core.$strict>, z.ZodObject<{
|
|
8804
8804
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -8873,9 +8873,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8873
8873
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8874
8874
|
}, z.core.$strict>>;
|
|
8875
8875
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8876
|
+
small: "small";
|
|
8876
8877
|
none: "none";
|
|
8877
8878
|
all: "all";
|
|
8878
|
-
small: "small";
|
|
8879
8879
|
}>>;
|
|
8880
8880
|
}, z.core.$strict>, z.ZodObject<{
|
|
8881
8881
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9357,9 +9357,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9357
9357
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9358
9358
|
}, z.core.$strict>>;
|
|
9359
9359
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9360
|
+
small: "small";
|
|
9360
9361
|
none: "none";
|
|
9361
9362
|
all: "all";
|
|
9362
|
-
small: "small";
|
|
9363
9363
|
}>>;
|
|
9364
9364
|
}, z.core.$strict>, z.ZodObject<{
|
|
9365
9365
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9434,9 +9434,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9434
9434
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9435
9435
|
}, z.core.$strict>>;
|
|
9436
9436
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9437
|
+
small: "small";
|
|
9437
9438
|
none: "none";
|
|
9438
9439
|
all: "all";
|
|
9439
|
-
small: "small";
|
|
9440
9440
|
}>>;
|
|
9441
9441
|
}, z.core.$strict>, z.ZodObject<{
|
|
9442
9442
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9860,9 +9860,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9860
9860
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9861
9861
|
}, z.core.$strict>>;
|
|
9862
9862
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9863
|
+
small: "small";
|
|
9863
9864
|
none: "none";
|
|
9864
9865
|
all: "all";
|
|
9865
|
-
small: "small";
|
|
9866
9866
|
}>>;
|
|
9867
9867
|
}, z.core.$strict>, z.ZodObject<{
|
|
9868
9868
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9937,9 +9937,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9937
9937
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9938
9938
|
}, z.core.$strict>>;
|
|
9939
9939
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9940
|
+
small: "small";
|
|
9940
9941
|
none: "none";
|
|
9941
9942
|
all: "all";
|
|
9942
|
-
small: "small";
|
|
9943
9943
|
}>>;
|
|
9944
9944
|
}, z.core.$strict>, z.ZodObject<{
|
|
9945
9945
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -10676,9 +10676,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10676
10676
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10677
10677
|
}, z.core.$strict>>;
|
|
10678
10678
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10679
|
+
small: "small";
|
|
10679
10680
|
none: "none";
|
|
10680
10681
|
all: "all";
|
|
10681
|
-
small: "small";
|
|
10682
10682
|
}>>;
|
|
10683
10683
|
}, z.core.$strict>, z.ZodObject<{
|
|
10684
10684
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -10753,9 +10753,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10753
10753
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10754
10754
|
}, z.core.$strict>>;
|
|
10755
10755
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10756
|
+
small: "small";
|
|
10756
10757
|
none: "none";
|
|
10757
10758
|
all: "all";
|
|
10758
|
-
small: "small";
|
|
10759
10759
|
}>>;
|
|
10760
10760
|
}, z.core.$strict>, z.ZodObject<{
|
|
10761
10761
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11450,9 +11450,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11450
11450
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11451
11451
|
}, z.core.$strict>>;
|
|
11452
11452
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11453
|
+
small: "small";
|
|
11453
11454
|
none: "none";
|
|
11454
11455
|
all: "all";
|
|
11455
|
-
small: "small";
|
|
11456
11456
|
}>>;
|
|
11457
11457
|
}, z.core.$strict>>;
|
|
11458
11458
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11595,9 +11595,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11595
11595
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11596
11596
|
}, z.core.$strict>>;
|
|
11597
11597
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11598
|
+
small: "small";
|
|
11598
11599
|
none: "none";
|
|
11599
11600
|
all: "all";
|
|
11600
|
-
small: "small";
|
|
11601
11601
|
}>>;
|
|
11602
11602
|
}, z.core.$strict>>;
|
|
11603
11603
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11836,9 +11836,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11836
11836
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11837
11837
|
}, z.core.$strict>>;
|
|
11838
11838
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11839
|
+
small: "small";
|
|
11839
11840
|
none: "none";
|
|
11840
11841
|
all: "all";
|
|
11841
|
-
small: "small";
|
|
11842
11842
|
}>>;
|
|
11843
11843
|
}, z.core.$strict>>;
|
|
11844
11844
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -12323,9 +12323,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
12323
12323
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12324
12324
|
}, z.core.$strict>>;
|
|
12325
12325
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12326
|
+
small: "small";
|
|
12326
12327
|
none: "none";
|
|
12327
12328
|
all: "all";
|
|
12328
|
-
small: "small";
|
|
12329
12329
|
}>>;
|
|
12330
12330
|
}, z.core.$strict>, z.ZodObject<{
|
|
12331
12331
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12400,9 +12400,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
12400
12400
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12401
12401
|
}, z.core.$strict>>;
|
|
12402
12402
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12403
|
+
small: "small";
|
|
12403
12404
|
none: "none";
|
|
12404
12405
|
all: "all";
|
|
12405
|
-
small: "small";
|
|
12406
12406
|
}>>;
|
|
12407
12407
|
}, z.core.$strict>, z.ZodObject<{
|
|
12408
12408
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12899,9 +12899,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
12899
12899
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12900
12900
|
}, z.core.$strict>>;
|
|
12901
12901
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12902
|
+
small: "small";
|
|
12902
12903
|
none: "none";
|
|
12903
12904
|
all: "all";
|
|
12904
|
-
small: "small";
|
|
12905
12905
|
}>>;
|
|
12906
12906
|
}, z.core.$strict>, z.ZodObject<{
|
|
12907
12907
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12976,9 +12976,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
12976
12976
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12977
12977
|
}, z.core.$strict>>;
|
|
12978
12978
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12979
|
+
small: "small";
|
|
12979
12980
|
none: "none";
|
|
12980
12981
|
all: "all";
|
|
12981
|
-
small: "small";
|
|
12982
12982
|
}>>;
|
|
12983
12983
|
}, z.core.$strict>, z.ZodObject<{
|
|
12984
12984
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13440,9 +13440,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
13440
13440
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13441
13441
|
}, z.core.$strict>>;
|
|
13442
13442
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13443
|
+
small: "small";
|
|
13443
13444
|
none: "none";
|
|
13444
13445
|
all: "all";
|
|
13445
|
-
small: "small";
|
|
13446
13446
|
}>>;
|
|
13447
13447
|
}, z.core.$strict>, z.ZodObject<{
|
|
13448
13448
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13517,9 +13517,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
13517
13517
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13518
13518
|
}, z.core.$strict>>;
|
|
13519
13519
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13520
|
+
small: "small";
|
|
13520
13521
|
none: "none";
|
|
13521
13522
|
all: "all";
|
|
13522
|
-
small: "small";
|
|
13523
13523
|
}>>;
|
|
13524
13524
|
}, z.core.$strict>, z.ZodObject<{
|
|
13525
13525
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13984,9 +13984,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
13984
13984
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13985
13985
|
}, z.core.$strict>>;
|
|
13986
13986
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13987
|
+
small: "small";
|
|
13987
13988
|
none: "none";
|
|
13988
13989
|
all: "all";
|
|
13989
|
-
small: "small";
|
|
13990
13990
|
}>>;
|
|
13991
13991
|
}, z.core.$strict>, z.ZodObject<{
|
|
13992
13992
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14061,9 +14061,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
14061
14061
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14062
14062
|
}, z.core.$strict>>;
|
|
14063
14063
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14064
|
+
small: "small";
|
|
14064
14065
|
none: "none";
|
|
14065
14066
|
all: "all";
|
|
14066
|
-
small: "small";
|
|
14067
14067
|
}>>;
|
|
14068
14068
|
}, z.core.$strict>, z.ZodObject<{
|
|
14069
14069
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14529,9 +14529,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
14529
14529
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14530
14530
|
}, z.core.$strict>>;
|
|
14531
14531
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14532
|
+
small: "small";
|
|
14532
14533
|
none: "none";
|
|
14533
14534
|
all: "all";
|
|
14534
|
-
small: "small";
|
|
14535
14535
|
}>>;
|
|
14536
14536
|
}, z.core.$strict>, z.ZodObject<{
|
|
14537
14537
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14606,9 +14606,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
14606
14606
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14607
14607
|
}, z.core.$strict>>;
|
|
14608
14608
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14609
|
+
small: "small";
|
|
14609
14610
|
none: "none";
|
|
14610
14611
|
all: "all";
|
|
14611
|
-
small: "small";
|
|
14612
14612
|
}>>;
|
|
14613
14613
|
}, z.core.$strict>, z.ZodObject<{
|
|
14614
14614
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15134,9 +15134,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
15134
15134
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15135
15135
|
}, z.core.$strict>>;
|
|
15136
15136
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15137
|
+
small: "small";
|
|
15137
15138
|
none: "none";
|
|
15138
15139
|
all: "all";
|
|
15139
|
-
small: "small";
|
|
15140
15140
|
}>>;
|
|
15141
15141
|
}, z.core.$strict>, z.ZodObject<{
|
|
15142
15142
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15211,9 +15211,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
15211
15211
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15212
15212
|
}, z.core.$strict>>;
|
|
15213
15213
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15214
|
+
small: "small";
|
|
15214
15215
|
none: "none";
|
|
15215
15216
|
all: "all";
|
|
15216
|
-
small: "small";
|
|
15217
15217
|
}>>;
|
|
15218
15218
|
}, z.core.$strict>, z.ZodObject<{
|
|
15219
15219
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15728,9 +15728,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
15728
15728
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15729
15729
|
}, z.core.$strict>>;
|
|
15730
15730
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15731
|
+
small: "small";
|
|
15731
15732
|
none: "none";
|
|
15732
15733
|
all: "all";
|
|
15733
|
-
small: "small";
|
|
15734
15734
|
}>>;
|
|
15735
15735
|
}, z.core.$strict>, z.ZodObject<{
|
|
15736
15736
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15805,9 +15805,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
15805
15805
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15806
15806
|
}, z.core.$strict>>;
|
|
15807
15807
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15808
|
+
small: "small";
|
|
15808
15809
|
none: "none";
|
|
15809
15810
|
all: "all";
|
|
15810
|
-
small: "small";
|
|
15811
15811
|
}>>;
|
|
15812
15812
|
}, z.core.$strict>, z.ZodObject<{
|
|
15813
15813
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -16265,9 +16265,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
16265
16265
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
16266
16266
|
}, z.core.$strict>>;
|
|
16267
16267
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
16268
|
+
small: "small";
|
|
16268
16269
|
none: "none";
|
|
16269
16270
|
all: "all";
|
|
16270
|
-
small: "small";
|
|
16271
16271
|
}>>;
|
|
16272
16272
|
}, z.core.$strict>, z.ZodObject<{
|
|
16273
16273
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -16342,9 +16342,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
16342
16342
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
16343
16343
|
}, z.core.$strict>>;
|
|
16344
16344
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
16345
|
+
small: "small";
|
|
16345
16346
|
none: "none";
|
|
16346
16347
|
all: "all";
|
|
16347
|
-
small: "small";
|
|
16348
16348
|
}>>;
|
|
16349
16349
|
}, z.core.$strict>, z.ZodObject<{
|
|
16350
16350
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17140,9 +17140,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17140
17140
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17141
17141
|
}, z.core.$strict>>;
|
|
17142
17142
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17143
|
+
small: "small";
|
|
17143
17144
|
none: "none";
|
|
17144
17145
|
all: "all";
|
|
17145
|
-
small: "small";
|
|
17146
17146
|
}>>;
|
|
17147
17147
|
}, z.core.$strict>, z.ZodObject<{
|
|
17148
17148
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17217,9 +17217,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17217
17217
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17218
17218
|
}, z.core.$strict>>;
|
|
17219
17219
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17220
|
+
small: "small";
|
|
17220
17221
|
none: "none";
|
|
17221
17222
|
all: "all";
|
|
17222
|
-
small: "small";
|
|
17223
17223
|
}>>;
|
|
17224
17224
|
}, z.core.$strict>, z.ZodObject<{
|
|
17225
17225
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17652,9 +17652,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17652
17652
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17653
17653
|
}, z.core.$strict>>;
|
|
17654
17654
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17655
|
+
small: "small";
|
|
17655
17656
|
none: "none";
|
|
17656
17657
|
all: "all";
|
|
17657
|
-
small: "small";
|
|
17658
17658
|
}>>;
|
|
17659
17659
|
}, z.core.$strict>, z.ZodObject<{
|
|
17660
17660
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17729,9 +17729,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17729
17729
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17730
17730
|
}, z.core.$strict>>;
|
|
17731
17731
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17732
|
+
small: "small";
|
|
17732
17733
|
none: "none";
|
|
17733
17734
|
all: "all";
|
|
17734
|
-
small: "small";
|
|
17735
17735
|
}>>;
|
|
17736
17736
|
}, z.core.$strict>, z.ZodObject<{
|
|
17737
17737
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -18493,9 +18493,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
18493
18493
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
18494
18494
|
}, z.core.$strict>>;
|
|
18495
18495
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
18496
|
+
small: "small";
|
|
18496
18497
|
none: "none";
|
|
18497
18498
|
all: "all";
|
|
18498
|
-
small: "small";
|
|
18499
18499
|
}>>;
|
|
18500
18500
|
}, z.core.$strict>, z.ZodObject<{
|
|
18501
18501
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -18570,9 +18570,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
18570
18570
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
18571
18571
|
}, z.core.$strict>>;
|
|
18572
18572
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
18573
|
+
small: "small";
|
|
18573
18574
|
none: "none";
|
|
18574
18575
|
all: "all";
|
|
18575
|
-
small: "small";
|
|
18576
18576
|
}>>;
|
|
18577
18577
|
}, z.core.$strict>, z.ZodObject<{
|
|
18578
18578
|
type: z.ZodLiteral<"DIVIDER">;
|