@lightspeed/crane-api 2.4.1-rc.1 → 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 +987 -55
- package/dist/index.d.ts +987 -55
- package/package.json +1 -1
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">;
|
|
@@ -9977,6 +9977,305 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9977
9977
|
CONTACT_INFO: "CONTACT_INFO";
|
|
9978
9978
|
}>>;
|
|
9979
9979
|
}, z.core.$strict>], "type">;
|
|
9980
|
+
styleId: z.ZodOptional<z.ZodString>;
|
|
9981
|
+
globalSettings: z.ZodOptional<z.ZodObject<{
|
|
9982
|
+
colorPalette: z.ZodObject<{
|
|
9983
|
+
colorA: z.ZodString;
|
|
9984
|
+
colorB: z.ZodString;
|
|
9985
|
+
colorC: z.ZodString;
|
|
9986
|
+
colorD: z.ZodString;
|
|
9987
|
+
colorE: z.ZodString;
|
|
9988
|
+
colorF: z.ZodString;
|
|
9989
|
+
}, z.core.$strict>;
|
|
9990
|
+
fonts: z.ZodObject<{
|
|
9991
|
+
fontPair: z.ZodObject<{
|
|
9992
|
+
headingFont: z.ZodUnion<readonly [z.ZodEnum<{
|
|
9993
|
+
arial: "arial";
|
|
9994
|
+
georgia: "georgia";
|
|
9995
|
+
helvetica: "helvetica";
|
|
9996
|
+
times_new_roman: "times_new_roman";
|
|
9997
|
+
}>, z.ZodEnum<{
|
|
9998
|
+
abeezee: "abeezee";
|
|
9999
|
+
abel: "abel";
|
|
10000
|
+
abril_fatface: "abril_fatface";
|
|
10001
|
+
acme: "acme";
|
|
10002
|
+
actor: "actor";
|
|
10003
|
+
adamina: "adamina";
|
|
10004
|
+
alegreya: "alegreya";
|
|
10005
|
+
alice: "alice";
|
|
10006
|
+
anton: "anton";
|
|
10007
|
+
archivo: "archivo";
|
|
10008
|
+
arimo: "arimo";
|
|
10009
|
+
arsenal: "arsenal";
|
|
10010
|
+
arvo: "arvo";
|
|
10011
|
+
average_sans: "average_sans";
|
|
10012
|
+
basic: "basic";
|
|
10013
|
+
bitter: "bitter";
|
|
10014
|
+
cabin: "cabin";
|
|
10015
|
+
chivo: "chivo";
|
|
10016
|
+
cinzel: "cinzel";
|
|
10017
|
+
comfortaa: "comfortaa";
|
|
10018
|
+
cormorant_garamond: "cormorant_garamond";
|
|
10019
|
+
didact_gothic: "didact_gothic";
|
|
10020
|
+
dm_mono: "dm_mono";
|
|
10021
|
+
dm_sans: "dm_sans";
|
|
10022
|
+
dm_serif_text: "dm_serif_text";
|
|
10023
|
+
exo_two: "exo_two";
|
|
10024
|
+
fira_sans: "fira_sans";
|
|
10025
|
+
fira_sans_extra_condensed: "fira_sans_extra_condensed";
|
|
10026
|
+
grandstander: "grandstander";
|
|
10027
|
+
hind: "hind";
|
|
10028
|
+
ibm_plex_mono: "ibm_plex_mono";
|
|
10029
|
+
ibm_plex_sans: "ibm_plex_sans";
|
|
10030
|
+
ibm_plex_serif: "ibm_plex_serif";
|
|
10031
|
+
inknut_antiqua: "inknut_antiqua";
|
|
10032
|
+
instrument_serif: "instrument_serif";
|
|
10033
|
+
inter: "inter";
|
|
10034
|
+
josefin_sans: "josefin_sans";
|
|
10035
|
+
karla: "karla";
|
|
10036
|
+
krona_one: "krona_one";
|
|
10037
|
+
lato: "lato";
|
|
10038
|
+
lora: "lora";
|
|
10039
|
+
luckiest_guy: "luckiest_guy";
|
|
10040
|
+
manrope: "manrope";
|
|
10041
|
+
merriweather: "merriweather";
|
|
10042
|
+
merriweather_sans: "merriweather_sans";
|
|
10043
|
+
montserrat: "montserrat";
|
|
10044
|
+
mulish: "mulish";
|
|
10045
|
+
noto_sans: "noto_sans";
|
|
10046
|
+
noto_serif: "noto_serif";
|
|
10047
|
+
nunito: "nunito";
|
|
10048
|
+
old_standard_tt: "old_standard_tt";
|
|
10049
|
+
open_sans: "open_sans";
|
|
10050
|
+
open_sans_condensed: "open_sans_condensed";
|
|
10051
|
+
orienta: "orienta";
|
|
10052
|
+
oswald: "oswald";
|
|
10053
|
+
oxygen: "oxygen";
|
|
10054
|
+
piazzolla: "piazzolla";
|
|
10055
|
+
playfair_display: "playfair_display";
|
|
10056
|
+
poppins: "poppins";
|
|
10057
|
+
prata: "prata";
|
|
10058
|
+
pt_mono: "pt_mono";
|
|
10059
|
+
pt_sans: "pt_sans";
|
|
10060
|
+
pt_serif: "pt_serif";
|
|
10061
|
+
pt_serif_caption: "pt_serif_caption";
|
|
10062
|
+
quattrocento: "quattrocento";
|
|
10063
|
+
questrial: "questrial";
|
|
10064
|
+
quicksand: "quicksand";
|
|
10065
|
+
raleway: "raleway";
|
|
10066
|
+
roboto: "roboto";
|
|
10067
|
+
roboto_condensed: "roboto_condensed";
|
|
10068
|
+
roboto_flex: "roboto_flex";
|
|
10069
|
+
roboto_mono: "roboto_mono";
|
|
10070
|
+
roboto_slab: "roboto_slab";
|
|
10071
|
+
rubik: "rubik";
|
|
10072
|
+
smooch: "smooch";
|
|
10073
|
+
sora: "sora";
|
|
10074
|
+
source_sans_pro: "source_sans_pro";
|
|
10075
|
+
space_grotesk: "space_grotesk";
|
|
10076
|
+
spectral: "spectral";
|
|
10077
|
+
syne: "syne";
|
|
10078
|
+
tenor_sans: "tenor_sans";
|
|
10079
|
+
ubuntu: "ubuntu";
|
|
10080
|
+
work_sans: "work_sans";
|
|
10081
|
+
yanone_kaffeesatz: "yanone_kaffeesatz";
|
|
10082
|
+
yeseva_one: "yeseva_one";
|
|
10083
|
+
}>, z.ZodEnum<{
|
|
10084
|
+
ambidexter: "ambidexter";
|
|
10085
|
+
authentic_sans: "authentic_sans";
|
|
10086
|
+
avara: "avara";
|
|
10087
|
+
clash_display: "clash_display";
|
|
10088
|
+
fungis: "fungis";
|
|
10089
|
+
general_sans: "general_sans";
|
|
10090
|
+
golos: "golos";
|
|
10091
|
+
le_murmure: "le_murmure";
|
|
10092
|
+
mattone: "mattone";
|
|
10093
|
+
messapia: "messapia";
|
|
10094
|
+
ortica_linear: "ortica_linear";
|
|
10095
|
+
sporting_grotesque: "sporting_grotesque";
|
|
10096
|
+
sprat: "sprat";
|
|
10097
|
+
sprat_condensed: "sprat_condensed";
|
|
10098
|
+
sprat_extended: "sprat_extended";
|
|
10099
|
+
standard: "standard";
|
|
10100
|
+
technor: "technor";
|
|
10101
|
+
terminal_grotesque: "terminal_grotesque";
|
|
10102
|
+
wremena: "wremena";
|
|
10103
|
+
}>]>;
|
|
10104
|
+
headingFontStyle: z.ZodEnum<{
|
|
10105
|
+
bold: "bold";
|
|
10106
|
+
regular: "regular";
|
|
10107
|
+
medium: "medium";
|
|
10108
|
+
semibold: "semibold";
|
|
10109
|
+
"regular-italic": "regular-italic";
|
|
10110
|
+
"medium-italic": "medium-italic";
|
|
10111
|
+
"semibold-italic": "semibold-italic";
|
|
10112
|
+
"bold-italic": "bold-italic";
|
|
10113
|
+
}>;
|
|
10114
|
+
bodyFont: z.ZodUnion<readonly [z.ZodEnum<{
|
|
10115
|
+
arial: "arial";
|
|
10116
|
+
georgia: "georgia";
|
|
10117
|
+
helvetica: "helvetica";
|
|
10118
|
+
times_new_roman: "times_new_roman";
|
|
10119
|
+
}>, z.ZodEnum<{
|
|
10120
|
+
abeezee: "abeezee";
|
|
10121
|
+
abel: "abel";
|
|
10122
|
+
abril_fatface: "abril_fatface";
|
|
10123
|
+
acme: "acme";
|
|
10124
|
+
actor: "actor";
|
|
10125
|
+
adamina: "adamina";
|
|
10126
|
+
alegreya: "alegreya";
|
|
10127
|
+
alice: "alice";
|
|
10128
|
+
anton: "anton";
|
|
10129
|
+
archivo: "archivo";
|
|
10130
|
+
arimo: "arimo";
|
|
10131
|
+
arsenal: "arsenal";
|
|
10132
|
+
arvo: "arvo";
|
|
10133
|
+
average_sans: "average_sans";
|
|
10134
|
+
basic: "basic";
|
|
10135
|
+
bitter: "bitter";
|
|
10136
|
+
cabin: "cabin";
|
|
10137
|
+
chivo: "chivo";
|
|
10138
|
+
cinzel: "cinzel";
|
|
10139
|
+
comfortaa: "comfortaa";
|
|
10140
|
+
cormorant_garamond: "cormorant_garamond";
|
|
10141
|
+
didact_gothic: "didact_gothic";
|
|
10142
|
+
dm_mono: "dm_mono";
|
|
10143
|
+
dm_sans: "dm_sans";
|
|
10144
|
+
dm_serif_text: "dm_serif_text";
|
|
10145
|
+
exo_two: "exo_two";
|
|
10146
|
+
fira_sans: "fira_sans";
|
|
10147
|
+
fira_sans_extra_condensed: "fira_sans_extra_condensed";
|
|
10148
|
+
grandstander: "grandstander";
|
|
10149
|
+
hind: "hind";
|
|
10150
|
+
ibm_plex_mono: "ibm_plex_mono";
|
|
10151
|
+
ibm_plex_sans: "ibm_plex_sans";
|
|
10152
|
+
ibm_plex_serif: "ibm_plex_serif";
|
|
10153
|
+
inknut_antiqua: "inknut_antiqua";
|
|
10154
|
+
instrument_serif: "instrument_serif";
|
|
10155
|
+
inter: "inter";
|
|
10156
|
+
josefin_sans: "josefin_sans";
|
|
10157
|
+
karla: "karla";
|
|
10158
|
+
krona_one: "krona_one";
|
|
10159
|
+
lato: "lato";
|
|
10160
|
+
lora: "lora";
|
|
10161
|
+
luckiest_guy: "luckiest_guy";
|
|
10162
|
+
manrope: "manrope";
|
|
10163
|
+
merriweather: "merriweather";
|
|
10164
|
+
merriweather_sans: "merriweather_sans";
|
|
10165
|
+
montserrat: "montserrat";
|
|
10166
|
+
mulish: "mulish";
|
|
10167
|
+
noto_sans: "noto_sans";
|
|
10168
|
+
noto_serif: "noto_serif";
|
|
10169
|
+
nunito: "nunito";
|
|
10170
|
+
old_standard_tt: "old_standard_tt";
|
|
10171
|
+
open_sans: "open_sans";
|
|
10172
|
+
open_sans_condensed: "open_sans_condensed";
|
|
10173
|
+
orienta: "orienta";
|
|
10174
|
+
oswald: "oswald";
|
|
10175
|
+
oxygen: "oxygen";
|
|
10176
|
+
piazzolla: "piazzolla";
|
|
10177
|
+
playfair_display: "playfair_display";
|
|
10178
|
+
poppins: "poppins";
|
|
10179
|
+
prata: "prata";
|
|
10180
|
+
pt_mono: "pt_mono";
|
|
10181
|
+
pt_sans: "pt_sans";
|
|
10182
|
+
pt_serif: "pt_serif";
|
|
10183
|
+
pt_serif_caption: "pt_serif_caption";
|
|
10184
|
+
quattrocento: "quattrocento";
|
|
10185
|
+
questrial: "questrial";
|
|
10186
|
+
quicksand: "quicksand";
|
|
10187
|
+
raleway: "raleway";
|
|
10188
|
+
roboto: "roboto";
|
|
10189
|
+
roboto_condensed: "roboto_condensed";
|
|
10190
|
+
roboto_flex: "roboto_flex";
|
|
10191
|
+
roboto_mono: "roboto_mono";
|
|
10192
|
+
roboto_slab: "roboto_slab";
|
|
10193
|
+
rubik: "rubik";
|
|
10194
|
+
smooch: "smooch";
|
|
10195
|
+
sora: "sora";
|
|
10196
|
+
source_sans_pro: "source_sans_pro";
|
|
10197
|
+
space_grotesk: "space_grotesk";
|
|
10198
|
+
spectral: "spectral";
|
|
10199
|
+
syne: "syne";
|
|
10200
|
+
tenor_sans: "tenor_sans";
|
|
10201
|
+
ubuntu: "ubuntu";
|
|
10202
|
+
work_sans: "work_sans";
|
|
10203
|
+
yanone_kaffeesatz: "yanone_kaffeesatz";
|
|
10204
|
+
yeseva_one: "yeseva_one";
|
|
10205
|
+
}>, z.ZodEnum<{
|
|
10206
|
+
ambidexter: "ambidexter";
|
|
10207
|
+
authentic_sans: "authentic_sans";
|
|
10208
|
+
avara: "avara";
|
|
10209
|
+
clash_display: "clash_display";
|
|
10210
|
+
fungis: "fungis";
|
|
10211
|
+
general_sans: "general_sans";
|
|
10212
|
+
golos: "golos";
|
|
10213
|
+
le_murmure: "le_murmure";
|
|
10214
|
+
mattone: "mattone";
|
|
10215
|
+
messapia: "messapia";
|
|
10216
|
+
ortica_linear: "ortica_linear";
|
|
10217
|
+
sporting_grotesque: "sporting_grotesque";
|
|
10218
|
+
sprat: "sprat";
|
|
10219
|
+
sprat_condensed: "sprat_condensed";
|
|
10220
|
+
sprat_extended: "sprat_extended";
|
|
10221
|
+
standard: "standard";
|
|
10222
|
+
technor: "technor";
|
|
10223
|
+
terminal_grotesque: "terminal_grotesque";
|
|
10224
|
+
wremena: "wremena";
|
|
10225
|
+
}>]>;
|
|
10226
|
+
bodyFontStyle: z.ZodEnum<{
|
|
10227
|
+
bold: "bold";
|
|
10228
|
+
regular: "regular";
|
|
10229
|
+
medium: "medium";
|
|
10230
|
+
semibold: "semibold";
|
|
10231
|
+
"regular-italic": "regular-italic";
|
|
10232
|
+
"medium-italic": "medium-italic";
|
|
10233
|
+
"semibold-italic": "semibold-italic";
|
|
10234
|
+
"bold-italic": "bold-italic";
|
|
10235
|
+
}>;
|
|
10236
|
+
}, z.core.$strict>;
|
|
10237
|
+
general: z.ZodObject<{
|
|
10238
|
+
heading1: z.ZodObject<{
|
|
10239
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
10240
|
+
}, z.core.$strict>;
|
|
10241
|
+
heading2: z.ZodObject<{
|
|
10242
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
10243
|
+
}, z.core.$strict>;
|
|
10244
|
+
heading3: z.ZodObject<{
|
|
10245
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
10246
|
+
}, z.core.$strict>;
|
|
10247
|
+
heading4: z.ZodObject<{
|
|
10248
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
10249
|
+
}, z.core.$strict>;
|
|
10250
|
+
body1: z.ZodObject<{
|
|
10251
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
10252
|
+
}, z.core.$strict>;
|
|
10253
|
+
body2: z.ZodObject<{
|
|
10254
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
10255
|
+
}, z.core.$strict>;
|
|
10256
|
+
body3: z.ZodObject<{
|
|
10257
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
10258
|
+
}, z.core.$strict>;
|
|
10259
|
+
body4: z.ZodObject<{
|
|
10260
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
10261
|
+
}, z.core.$strict>;
|
|
10262
|
+
}, z.core.$strict>;
|
|
10263
|
+
}, z.core.$strict>;
|
|
10264
|
+
alignment: z.ZodEnum<{
|
|
10265
|
+
left: "left";
|
|
10266
|
+
center: "center";
|
|
10267
|
+
}>;
|
|
10268
|
+
pageLayout: z.ZodObject<{
|
|
10269
|
+
contentWidth: z.ZodInt;
|
|
10270
|
+
}, z.core.$strict>;
|
|
10271
|
+
cornerRadius: z.ZodEnum<{
|
|
10272
|
+
sharp: "sharp";
|
|
10273
|
+
softened: "softened";
|
|
10274
|
+
slightly_rounded: "slightly_rounded";
|
|
10275
|
+
rounded: "rounded";
|
|
10276
|
+
greatly_rounded: "greatly_rounded";
|
|
10277
|
+
}>;
|
|
10278
|
+
}, z.core.$strict>>;
|
|
9980
10279
|
}, z.core.$strict>;
|
|
9981
10280
|
pages: z.ZodArray<z.ZodObject<{
|
|
9982
10281
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -10376,9 +10675,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10376
10675
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10377
10676
|
}, z.core.$strict>>;
|
|
10378
10677
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10678
|
+
small: "small";
|
|
10379
10679
|
none: "none";
|
|
10380
10680
|
all: "all";
|
|
10381
|
-
small: "small";
|
|
10382
10681
|
}>>;
|
|
10383
10682
|
}, z.core.$strict>, z.ZodObject<{
|
|
10384
10683
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -10453,9 +10752,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10453
10752
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10454
10753
|
}, z.core.$strict>>;
|
|
10455
10754
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10755
|
+
small: "small";
|
|
10456
10756
|
none: "none";
|
|
10457
10757
|
all: "all";
|
|
10458
|
-
small: "small";
|
|
10459
10758
|
}>>;
|
|
10460
10759
|
}, z.core.$strict>, z.ZodObject<{
|
|
10461
10760
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11150,9 +11449,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11150
11449
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11151
11450
|
}, z.core.$strict>>;
|
|
11152
11451
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11452
|
+
small: "small";
|
|
11153
11453
|
none: "none";
|
|
11154
11454
|
all: "all";
|
|
11155
|
-
small: "small";
|
|
11156
11455
|
}>>;
|
|
11157
11456
|
}, z.core.$strict>>;
|
|
11158
11457
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11295,9 +11594,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11295
11594
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11296
11595
|
}, z.core.$strict>>;
|
|
11297
11596
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11597
|
+
small: "small";
|
|
11298
11598
|
none: "none";
|
|
11299
11599
|
all: "all";
|
|
11300
|
-
small: "small";
|
|
11301
11600
|
}>>;
|
|
11302
11601
|
}, z.core.$strict>>;
|
|
11303
11602
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11536,9 +11835,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11536
11835
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11537
11836
|
}, z.core.$strict>>;
|
|
11538
11837
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11838
|
+
small: "small";
|
|
11539
11839
|
none: "none";
|
|
11540
11840
|
all: "all";
|
|
11541
|
-
small: "small";
|
|
11542
11841
|
}>>;
|
|
11543
11842
|
}, z.core.$strict>>;
|
|
11544
11843
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -12023,9 +12322,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
12023
12322
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12024
12323
|
}, z.core.$strict>>;
|
|
12025
12324
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12325
|
+
small: "small";
|
|
12026
12326
|
none: "none";
|
|
12027
12327
|
all: "all";
|
|
12028
|
-
small: "small";
|
|
12029
12328
|
}>>;
|
|
12030
12329
|
}, z.core.$strict>, z.ZodObject<{
|
|
12031
12330
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12100,9 +12399,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
12100
12399
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12101
12400
|
}, z.core.$strict>>;
|
|
12102
12401
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12402
|
+
small: "small";
|
|
12103
12403
|
none: "none";
|
|
12104
12404
|
all: "all";
|
|
12105
|
-
small: "small";
|
|
12106
12405
|
}>>;
|
|
12107
12406
|
}, z.core.$strict>, z.ZodObject<{
|
|
12108
12407
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12599,9 +12898,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
12599
12898
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12600
12899
|
}, z.core.$strict>>;
|
|
12601
12900
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12901
|
+
small: "small";
|
|
12602
12902
|
none: "none";
|
|
12603
12903
|
all: "all";
|
|
12604
|
-
small: "small";
|
|
12605
12904
|
}>>;
|
|
12606
12905
|
}, z.core.$strict>, z.ZodObject<{
|
|
12607
12906
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12676,9 +12975,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
12676
12975
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12677
12976
|
}, z.core.$strict>>;
|
|
12678
12977
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12978
|
+
small: "small";
|
|
12679
12979
|
none: "none";
|
|
12680
12980
|
all: "all";
|
|
12681
|
-
small: "small";
|
|
12682
12981
|
}>>;
|
|
12683
12982
|
}, z.core.$strict>, z.ZodObject<{
|
|
12684
12983
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13140,9 +13439,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
13140
13439
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13141
13440
|
}, z.core.$strict>>;
|
|
13142
13441
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13442
|
+
small: "small";
|
|
13143
13443
|
none: "none";
|
|
13144
13444
|
all: "all";
|
|
13145
|
-
small: "small";
|
|
13146
13445
|
}>>;
|
|
13147
13446
|
}, z.core.$strict>, z.ZodObject<{
|
|
13148
13447
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13217,9 +13516,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
13217
13516
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13218
13517
|
}, z.core.$strict>>;
|
|
13219
13518
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13519
|
+
small: "small";
|
|
13220
13520
|
none: "none";
|
|
13221
13521
|
all: "all";
|
|
13222
|
-
small: "small";
|
|
13223
13522
|
}>>;
|
|
13224
13523
|
}, z.core.$strict>, z.ZodObject<{
|
|
13225
13524
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13684,9 +13983,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
13684
13983
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13685
13984
|
}, z.core.$strict>>;
|
|
13686
13985
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13986
|
+
small: "small";
|
|
13687
13987
|
none: "none";
|
|
13688
13988
|
all: "all";
|
|
13689
|
-
small: "small";
|
|
13690
13989
|
}>>;
|
|
13691
13990
|
}, z.core.$strict>, z.ZodObject<{
|
|
13692
13991
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13761,9 +14060,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
13761
14060
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13762
14061
|
}, z.core.$strict>>;
|
|
13763
14062
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14063
|
+
small: "small";
|
|
13764
14064
|
none: "none";
|
|
13765
14065
|
all: "all";
|
|
13766
|
-
small: "small";
|
|
13767
14066
|
}>>;
|
|
13768
14067
|
}, z.core.$strict>, z.ZodObject<{
|
|
13769
14068
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14229,9 +14528,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
14229
14528
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14230
14529
|
}, z.core.$strict>>;
|
|
14231
14530
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14531
|
+
small: "small";
|
|
14232
14532
|
none: "none";
|
|
14233
14533
|
all: "all";
|
|
14234
|
-
small: "small";
|
|
14235
14534
|
}>>;
|
|
14236
14535
|
}, z.core.$strict>, z.ZodObject<{
|
|
14237
14536
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14306,9 +14605,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
14306
14605
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14307
14606
|
}, z.core.$strict>>;
|
|
14308
14607
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14608
|
+
small: "small";
|
|
14309
14609
|
none: "none";
|
|
14310
14610
|
all: "all";
|
|
14311
|
-
small: "small";
|
|
14312
14611
|
}>>;
|
|
14313
14612
|
}, z.core.$strict>, z.ZodObject<{
|
|
14314
14613
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14834,9 +15133,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
14834
15133
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14835
15134
|
}, z.core.$strict>>;
|
|
14836
15135
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15136
|
+
small: "small";
|
|
14837
15137
|
none: "none";
|
|
14838
15138
|
all: "all";
|
|
14839
|
-
small: "small";
|
|
14840
15139
|
}>>;
|
|
14841
15140
|
}, z.core.$strict>, z.ZodObject<{
|
|
14842
15141
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14911,9 +15210,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
14911
15210
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14912
15211
|
}, z.core.$strict>>;
|
|
14913
15212
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15213
|
+
small: "small";
|
|
14914
15214
|
none: "none";
|
|
14915
15215
|
all: "all";
|
|
14916
|
-
small: "small";
|
|
14917
15216
|
}>>;
|
|
14918
15217
|
}, z.core.$strict>, z.ZodObject<{
|
|
14919
15218
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15428,9 +15727,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
15428
15727
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15429
15728
|
}, z.core.$strict>>;
|
|
15430
15729
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15730
|
+
small: "small";
|
|
15431
15731
|
none: "none";
|
|
15432
15732
|
all: "all";
|
|
15433
|
-
small: "small";
|
|
15434
15733
|
}>>;
|
|
15435
15734
|
}, z.core.$strict>, z.ZodObject<{
|
|
15436
15735
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15505,9 +15804,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
15505
15804
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15506
15805
|
}, z.core.$strict>>;
|
|
15507
15806
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15807
|
+
small: "small";
|
|
15508
15808
|
none: "none";
|
|
15509
15809
|
all: "all";
|
|
15510
|
-
small: "small";
|
|
15511
15810
|
}>>;
|
|
15512
15811
|
}, z.core.$strict>, z.ZodObject<{
|
|
15513
15812
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15965,9 +16264,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
15965
16264
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15966
16265
|
}, z.core.$strict>>;
|
|
15967
16266
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
16267
|
+
small: "small";
|
|
15968
16268
|
none: "none";
|
|
15969
16269
|
all: "all";
|
|
15970
|
-
small: "small";
|
|
15971
16270
|
}>>;
|
|
15972
16271
|
}, z.core.$strict>, z.ZodObject<{
|
|
15973
16272
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -16042,9 +16341,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
16042
16341
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
16043
16342
|
}, z.core.$strict>>;
|
|
16044
16343
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
16344
|
+
small: "small";
|
|
16045
16345
|
none: "none";
|
|
16046
16346
|
all: "all";
|
|
16047
|
-
small: "small";
|
|
16048
16347
|
}>>;
|
|
16049
16348
|
}, z.core.$strict>, z.ZodObject<{
|
|
16050
16349
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -16083,6 +16382,305 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
16083
16382
|
CONTACT_INFO: "CONTACT_INFO";
|
|
16084
16383
|
}>>;
|
|
16085
16384
|
}, z.core.$strict>], "type">;
|
|
16385
|
+
styleId: z.ZodOptional<z.ZodString>;
|
|
16386
|
+
globalSettings: z.ZodOptional<z.ZodObject<{
|
|
16387
|
+
colorPalette: z.ZodObject<{
|
|
16388
|
+
colorA: z.ZodString;
|
|
16389
|
+
colorB: z.ZodString;
|
|
16390
|
+
colorC: z.ZodString;
|
|
16391
|
+
colorD: z.ZodString;
|
|
16392
|
+
colorE: z.ZodString;
|
|
16393
|
+
colorF: z.ZodString;
|
|
16394
|
+
}, z.core.$strict>;
|
|
16395
|
+
fonts: z.ZodObject<{
|
|
16396
|
+
fontPair: z.ZodObject<{
|
|
16397
|
+
headingFont: z.ZodUnion<readonly [z.ZodEnum<{
|
|
16398
|
+
arial: "arial";
|
|
16399
|
+
georgia: "georgia";
|
|
16400
|
+
helvetica: "helvetica";
|
|
16401
|
+
times_new_roman: "times_new_roman";
|
|
16402
|
+
}>, z.ZodEnum<{
|
|
16403
|
+
abeezee: "abeezee";
|
|
16404
|
+
abel: "abel";
|
|
16405
|
+
abril_fatface: "abril_fatface";
|
|
16406
|
+
acme: "acme";
|
|
16407
|
+
actor: "actor";
|
|
16408
|
+
adamina: "adamina";
|
|
16409
|
+
alegreya: "alegreya";
|
|
16410
|
+
alice: "alice";
|
|
16411
|
+
anton: "anton";
|
|
16412
|
+
archivo: "archivo";
|
|
16413
|
+
arimo: "arimo";
|
|
16414
|
+
arsenal: "arsenal";
|
|
16415
|
+
arvo: "arvo";
|
|
16416
|
+
average_sans: "average_sans";
|
|
16417
|
+
basic: "basic";
|
|
16418
|
+
bitter: "bitter";
|
|
16419
|
+
cabin: "cabin";
|
|
16420
|
+
chivo: "chivo";
|
|
16421
|
+
cinzel: "cinzel";
|
|
16422
|
+
comfortaa: "comfortaa";
|
|
16423
|
+
cormorant_garamond: "cormorant_garamond";
|
|
16424
|
+
didact_gothic: "didact_gothic";
|
|
16425
|
+
dm_mono: "dm_mono";
|
|
16426
|
+
dm_sans: "dm_sans";
|
|
16427
|
+
dm_serif_text: "dm_serif_text";
|
|
16428
|
+
exo_two: "exo_two";
|
|
16429
|
+
fira_sans: "fira_sans";
|
|
16430
|
+
fira_sans_extra_condensed: "fira_sans_extra_condensed";
|
|
16431
|
+
grandstander: "grandstander";
|
|
16432
|
+
hind: "hind";
|
|
16433
|
+
ibm_plex_mono: "ibm_plex_mono";
|
|
16434
|
+
ibm_plex_sans: "ibm_plex_sans";
|
|
16435
|
+
ibm_plex_serif: "ibm_plex_serif";
|
|
16436
|
+
inknut_antiqua: "inknut_antiqua";
|
|
16437
|
+
instrument_serif: "instrument_serif";
|
|
16438
|
+
inter: "inter";
|
|
16439
|
+
josefin_sans: "josefin_sans";
|
|
16440
|
+
karla: "karla";
|
|
16441
|
+
krona_one: "krona_one";
|
|
16442
|
+
lato: "lato";
|
|
16443
|
+
lora: "lora";
|
|
16444
|
+
luckiest_guy: "luckiest_guy";
|
|
16445
|
+
manrope: "manrope";
|
|
16446
|
+
merriweather: "merriweather";
|
|
16447
|
+
merriweather_sans: "merriweather_sans";
|
|
16448
|
+
montserrat: "montserrat";
|
|
16449
|
+
mulish: "mulish";
|
|
16450
|
+
noto_sans: "noto_sans";
|
|
16451
|
+
noto_serif: "noto_serif";
|
|
16452
|
+
nunito: "nunito";
|
|
16453
|
+
old_standard_tt: "old_standard_tt";
|
|
16454
|
+
open_sans: "open_sans";
|
|
16455
|
+
open_sans_condensed: "open_sans_condensed";
|
|
16456
|
+
orienta: "orienta";
|
|
16457
|
+
oswald: "oswald";
|
|
16458
|
+
oxygen: "oxygen";
|
|
16459
|
+
piazzolla: "piazzolla";
|
|
16460
|
+
playfair_display: "playfair_display";
|
|
16461
|
+
poppins: "poppins";
|
|
16462
|
+
prata: "prata";
|
|
16463
|
+
pt_mono: "pt_mono";
|
|
16464
|
+
pt_sans: "pt_sans";
|
|
16465
|
+
pt_serif: "pt_serif";
|
|
16466
|
+
pt_serif_caption: "pt_serif_caption";
|
|
16467
|
+
quattrocento: "quattrocento";
|
|
16468
|
+
questrial: "questrial";
|
|
16469
|
+
quicksand: "quicksand";
|
|
16470
|
+
raleway: "raleway";
|
|
16471
|
+
roboto: "roboto";
|
|
16472
|
+
roboto_condensed: "roboto_condensed";
|
|
16473
|
+
roboto_flex: "roboto_flex";
|
|
16474
|
+
roboto_mono: "roboto_mono";
|
|
16475
|
+
roboto_slab: "roboto_slab";
|
|
16476
|
+
rubik: "rubik";
|
|
16477
|
+
smooch: "smooch";
|
|
16478
|
+
sora: "sora";
|
|
16479
|
+
source_sans_pro: "source_sans_pro";
|
|
16480
|
+
space_grotesk: "space_grotesk";
|
|
16481
|
+
spectral: "spectral";
|
|
16482
|
+
syne: "syne";
|
|
16483
|
+
tenor_sans: "tenor_sans";
|
|
16484
|
+
ubuntu: "ubuntu";
|
|
16485
|
+
work_sans: "work_sans";
|
|
16486
|
+
yanone_kaffeesatz: "yanone_kaffeesatz";
|
|
16487
|
+
yeseva_one: "yeseva_one";
|
|
16488
|
+
}>, z.ZodEnum<{
|
|
16489
|
+
ambidexter: "ambidexter";
|
|
16490
|
+
authentic_sans: "authentic_sans";
|
|
16491
|
+
avara: "avara";
|
|
16492
|
+
clash_display: "clash_display";
|
|
16493
|
+
fungis: "fungis";
|
|
16494
|
+
general_sans: "general_sans";
|
|
16495
|
+
golos: "golos";
|
|
16496
|
+
le_murmure: "le_murmure";
|
|
16497
|
+
mattone: "mattone";
|
|
16498
|
+
messapia: "messapia";
|
|
16499
|
+
ortica_linear: "ortica_linear";
|
|
16500
|
+
sporting_grotesque: "sporting_grotesque";
|
|
16501
|
+
sprat: "sprat";
|
|
16502
|
+
sprat_condensed: "sprat_condensed";
|
|
16503
|
+
sprat_extended: "sprat_extended";
|
|
16504
|
+
standard: "standard";
|
|
16505
|
+
technor: "technor";
|
|
16506
|
+
terminal_grotesque: "terminal_grotesque";
|
|
16507
|
+
wremena: "wremena";
|
|
16508
|
+
}>]>;
|
|
16509
|
+
headingFontStyle: z.ZodEnum<{
|
|
16510
|
+
bold: "bold";
|
|
16511
|
+
regular: "regular";
|
|
16512
|
+
medium: "medium";
|
|
16513
|
+
semibold: "semibold";
|
|
16514
|
+
"regular-italic": "regular-italic";
|
|
16515
|
+
"medium-italic": "medium-italic";
|
|
16516
|
+
"semibold-italic": "semibold-italic";
|
|
16517
|
+
"bold-italic": "bold-italic";
|
|
16518
|
+
}>;
|
|
16519
|
+
bodyFont: z.ZodUnion<readonly [z.ZodEnum<{
|
|
16520
|
+
arial: "arial";
|
|
16521
|
+
georgia: "georgia";
|
|
16522
|
+
helvetica: "helvetica";
|
|
16523
|
+
times_new_roman: "times_new_roman";
|
|
16524
|
+
}>, z.ZodEnum<{
|
|
16525
|
+
abeezee: "abeezee";
|
|
16526
|
+
abel: "abel";
|
|
16527
|
+
abril_fatface: "abril_fatface";
|
|
16528
|
+
acme: "acme";
|
|
16529
|
+
actor: "actor";
|
|
16530
|
+
adamina: "adamina";
|
|
16531
|
+
alegreya: "alegreya";
|
|
16532
|
+
alice: "alice";
|
|
16533
|
+
anton: "anton";
|
|
16534
|
+
archivo: "archivo";
|
|
16535
|
+
arimo: "arimo";
|
|
16536
|
+
arsenal: "arsenal";
|
|
16537
|
+
arvo: "arvo";
|
|
16538
|
+
average_sans: "average_sans";
|
|
16539
|
+
basic: "basic";
|
|
16540
|
+
bitter: "bitter";
|
|
16541
|
+
cabin: "cabin";
|
|
16542
|
+
chivo: "chivo";
|
|
16543
|
+
cinzel: "cinzel";
|
|
16544
|
+
comfortaa: "comfortaa";
|
|
16545
|
+
cormorant_garamond: "cormorant_garamond";
|
|
16546
|
+
didact_gothic: "didact_gothic";
|
|
16547
|
+
dm_mono: "dm_mono";
|
|
16548
|
+
dm_sans: "dm_sans";
|
|
16549
|
+
dm_serif_text: "dm_serif_text";
|
|
16550
|
+
exo_two: "exo_two";
|
|
16551
|
+
fira_sans: "fira_sans";
|
|
16552
|
+
fira_sans_extra_condensed: "fira_sans_extra_condensed";
|
|
16553
|
+
grandstander: "grandstander";
|
|
16554
|
+
hind: "hind";
|
|
16555
|
+
ibm_plex_mono: "ibm_plex_mono";
|
|
16556
|
+
ibm_plex_sans: "ibm_plex_sans";
|
|
16557
|
+
ibm_plex_serif: "ibm_plex_serif";
|
|
16558
|
+
inknut_antiqua: "inknut_antiqua";
|
|
16559
|
+
instrument_serif: "instrument_serif";
|
|
16560
|
+
inter: "inter";
|
|
16561
|
+
josefin_sans: "josefin_sans";
|
|
16562
|
+
karla: "karla";
|
|
16563
|
+
krona_one: "krona_one";
|
|
16564
|
+
lato: "lato";
|
|
16565
|
+
lora: "lora";
|
|
16566
|
+
luckiest_guy: "luckiest_guy";
|
|
16567
|
+
manrope: "manrope";
|
|
16568
|
+
merriweather: "merriweather";
|
|
16569
|
+
merriweather_sans: "merriweather_sans";
|
|
16570
|
+
montserrat: "montserrat";
|
|
16571
|
+
mulish: "mulish";
|
|
16572
|
+
noto_sans: "noto_sans";
|
|
16573
|
+
noto_serif: "noto_serif";
|
|
16574
|
+
nunito: "nunito";
|
|
16575
|
+
old_standard_tt: "old_standard_tt";
|
|
16576
|
+
open_sans: "open_sans";
|
|
16577
|
+
open_sans_condensed: "open_sans_condensed";
|
|
16578
|
+
orienta: "orienta";
|
|
16579
|
+
oswald: "oswald";
|
|
16580
|
+
oxygen: "oxygen";
|
|
16581
|
+
piazzolla: "piazzolla";
|
|
16582
|
+
playfair_display: "playfair_display";
|
|
16583
|
+
poppins: "poppins";
|
|
16584
|
+
prata: "prata";
|
|
16585
|
+
pt_mono: "pt_mono";
|
|
16586
|
+
pt_sans: "pt_sans";
|
|
16587
|
+
pt_serif: "pt_serif";
|
|
16588
|
+
pt_serif_caption: "pt_serif_caption";
|
|
16589
|
+
quattrocento: "quattrocento";
|
|
16590
|
+
questrial: "questrial";
|
|
16591
|
+
quicksand: "quicksand";
|
|
16592
|
+
raleway: "raleway";
|
|
16593
|
+
roboto: "roboto";
|
|
16594
|
+
roboto_condensed: "roboto_condensed";
|
|
16595
|
+
roboto_flex: "roboto_flex";
|
|
16596
|
+
roboto_mono: "roboto_mono";
|
|
16597
|
+
roboto_slab: "roboto_slab";
|
|
16598
|
+
rubik: "rubik";
|
|
16599
|
+
smooch: "smooch";
|
|
16600
|
+
sora: "sora";
|
|
16601
|
+
source_sans_pro: "source_sans_pro";
|
|
16602
|
+
space_grotesk: "space_grotesk";
|
|
16603
|
+
spectral: "spectral";
|
|
16604
|
+
syne: "syne";
|
|
16605
|
+
tenor_sans: "tenor_sans";
|
|
16606
|
+
ubuntu: "ubuntu";
|
|
16607
|
+
work_sans: "work_sans";
|
|
16608
|
+
yanone_kaffeesatz: "yanone_kaffeesatz";
|
|
16609
|
+
yeseva_one: "yeseva_one";
|
|
16610
|
+
}>, z.ZodEnum<{
|
|
16611
|
+
ambidexter: "ambidexter";
|
|
16612
|
+
authentic_sans: "authentic_sans";
|
|
16613
|
+
avara: "avara";
|
|
16614
|
+
clash_display: "clash_display";
|
|
16615
|
+
fungis: "fungis";
|
|
16616
|
+
general_sans: "general_sans";
|
|
16617
|
+
golos: "golos";
|
|
16618
|
+
le_murmure: "le_murmure";
|
|
16619
|
+
mattone: "mattone";
|
|
16620
|
+
messapia: "messapia";
|
|
16621
|
+
ortica_linear: "ortica_linear";
|
|
16622
|
+
sporting_grotesque: "sporting_grotesque";
|
|
16623
|
+
sprat: "sprat";
|
|
16624
|
+
sprat_condensed: "sprat_condensed";
|
|
16625
|
+
sprat_extended: "sprat_extended";
|
|
16626
|
+
standard: "standard";
|
|
16627
|
+
technor: "technor";
|
|
16628
|
+
terminal_grotesque: "terminal_grotesque";
|
|
16629
|
+
wremena: "wremena";
|
|
16630
|
+
}>]>;
|
|
16631
|
+
bodyFontStyle: z.ZodEnum<{
|
|
16632
|
+
bold: "bold";
|
|
16633
|
+
regular: "regular";
|
|
16634
|
+
medium: "medium";
|
|
16635
|
+
semibold: "semibold";
|
|
16636
|
+
"regular-italic": "regular-italic";
|
|
16637
|
+
"medium-italic": "medium-italic";
|
|
16638
|
+
"semibold-italic": "semibold-italic";
|
|
16639
|
+
"bold-italic": "bold-italic";
|
|
16640
|
+
}>;
|
|
16641
|
+
}, z.core.$strict>;
|
|
16642
|
+
general: z.ZodObject<{
|
|
16643
|
+
heading1: z.ZodObject<{
|
|
16644
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
16645
|
+
}, z.core.$strict>;
|
|
16646
|
+
heading2: z.ZodObject<{
|
|
16647
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
16648
|
+
}, z.core.$strict>;
|
|
16649
|
+
heading3: z.ZodObject<{
|
|
16650
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
16651
|
+
}, z.core.$strict>;
|
|
16652
|
+
heading4: z.ZodObject<{
|
|
16653
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
16654
|
+
}, z.core.$strict>;
|
|
16655
|
+
body1: z.ZodObject<{
|
|
16656
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
16657
|
+
}, z.core.$strict>;
|
|
16658
|
+
body2: z.ZodObject<{
|
|
16659
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
16660
|
+
}, z.core.$strict>;
|
|
16661
|
+
body3: z.ZodObject<{
|
|
16662
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
16663
|
+
}, z.core.$strict>;
|
|
16664
|
+
body4: z.ZodObject<{
|
|
16665
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
16666
|
+
}, z.core.$strict>;
|
|
16667
|
+
}, z.core.$strict>;
|
|
16668
|
+
}, z.core.$strict>;
|
|
16669
|
+
alignment: z.ZodEnum<{
|
|
16670
|
+
left: "left";
|
|
16671
|
+
center: "center";
|
|
16672
|
+
}>;
|
|
16673
|
+
pageLayout: z.ZodObject<{
|
|
16674
|
+
contentWidth: z.ZodInt;
|
|
16675
|
+
}, z.core.$strict>;
|
|
16676
|
+
cornerRadius: z.ZodEnum<{
|
|
16677
|
+
sharp: "sharp";
|
|
16678
|
+
softened: "softened";
|
|
16679
|
+
slightly_rounded: "slightly_rounded";
|
|
16680
|
+
rounded: "rounded";
|
|
16681
|
+
greatly_rounded: "greatly_rounded";
|
|
16682
|
+
}>;
|
|
16683
|
+
}, z.core.$strict>>;
|
|
16086
16684
|
}, z.core.$strict>;
|
|
16087
16685
|
declare const TemplateSchema: z.ZodObject<{
|
|
16088
16686
|
id: z.ZodString;
|
|
@@ -16541,9 +17139,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
16541
17139
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
16542
17140
|
}, z.core.$strict>>;
|
|
16543
17141
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17142
|
+
small: "small";
|
|
16544
17143
|
none: "none";
|
|
16545
17144
|
all: "all";
|
|
16546
|
-
small: "small";
|
|
16547
17145
|
}>>;
|
|
16548
17146
|
}, z.core.$strict>, z.ZodObject<{
|
|
16549
17147
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -16618,9 +17216,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
16618
17216
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
16619
17217
|
}, z.core.$strict>>;
|
|
16620
17218
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17219
|
+
small: "small";
|
|
16621
17220
|
none: "none";
|
|
16622
17221
|
all: "all";
|
|
16623
|
-
small: "small";
|
|
16624
17222
|
}>>;
|
|
16625
17223
|
}, z.core.$strict>, z.ZodObject<{
|
|
16626
17224
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17053,9 +17651,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17053
17651
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17054
17652
|
}, z.core.$strict>>;
|
|
17055
17653
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17654
|
+
small: "small";
|
|
17056
17655
|
none: "none";
|
|
17057
17656
|
all: "all";
|
|
17058
|
-
small: "small";
|
|
17059
17657
|
}>>;
|
|
17060
17658
|
}, z.core.$strict>, z.ZodObject<{
|
|
17061
17659
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17130,9 +17728,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17130
17728
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17131
17729
|
}, z.core.$strict>>;
|
|
17132
17730
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
17731
|
+
small: "small";
|
|
17133
17732
|
none: "none";
|
|
17134
17733
|
all: "all";
|
|
17135
|
-
small: "small";
|
|
17136
17734
|
}>>;
|
|
17137
17735
|
}, z.core.$strict>, z.ZodObject<{
|
|
17138
17736
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17171,6 +17769,305 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17171
17769
|
CONTACT_INFO: "CONTACT_INFO";
|
|
17172
17770
|
}>>;
|
|
17173
17771
|
}, z.core.$strict>], "type">;
|
|
17772
|
+
styleId: z.ZodOptional<z.ZodString>;
|
|
17773
|
+
globalSettings: z.ZodOptional<z.ZodObject<{
|
|
17774
|
+
colorPalette: z.ZodObject<{
|
|
17775
|
+
colorA: z.ZodString;
|
|
17776
|
+
colorB: z.ZodString;
|
|
17777
|
+
colorC: z.ZodString;
|
|
17778
|
+
colorD: z.ZodString;
|
|
17779
|
+
colorE: z.ZodString;
|
|
17780
|
+
colorF: z.ZodString;
|
|
17781
|
+
}, z.core.$strict>;
|
|
17782
|
+
fonts: z.ZodObject<{
|
|
17783
|
+
fontPair: z.ZodObject<{
|
|
17784
|
+
headingFont: z.ZodUnion<readonly [z.ZodEnum<{
|
|
17785
|
+
arial: "arial";
|
|
17786
|
+
georgia: "georgia";
|
|
17787
|
+
helvetica: "helvetica";
|
|
17788
|
+
times_new_roman: "times_new_roman";
|
|
17789
|
+
}>, z.ZodEnum<{
|
|
17790
|
+
abeezee: "abeezee";
|
|
17791
|
+
abel: "abel";
|
|
17792
|
+
abril_fatface: "abril_fatface";
|
|
17793
|
+
acme: "acme";
|
|
17794
|
+
actor: "actor";
|
|
17795
|
+
adamina: "adamina";
|
|
17796
|
+
alegreya: "alegreya";
|
|
17797
|
+
alice: "alice";
|
|
17798
|
+
anton: "anton";
|
|
17799
|
+
archivo: "archivo";
|
|
17800
|
+
arimo: "arimo";
|
|
17801
|
+
arsenal: "arsenal";
|
|
17802
|
+
arvo: "arvo";
|
|
17803
|
+
average_sans: "average_sans";
|
|
17804
|
+
basic: "basic";
|
|
17805
|
+
bitter: "bitter";
|
|
17806
|
+
cabin: "cabin";
|
|
17807
|
+
chivo: "chivo";
|
|
17808
|
+
cinzel: "cinzel";
|
|
17809
|
+
comfortaa: "comfortaa";
|
|
17810
|
+
cormorant_garamond: "cormorant_garamond";
|
|
17811
|
+
didact_gothic: "didact_gothic";
|
|
17812
|
+
dm_mono: "dm_mono";
|
|
17813
|
+
dm_sans: "dm_sans";
|
|
17814
|
+
dm_serif_text: "dm_serif_text";
|
|
17815
|
+
exo_two: "exo_two";
|
|
17816
|
+
fira_sans: "fira_sans";
|
|
17817
|
+
fira_sans_extra_condensed: "fira_sans_extra_condensed";
|
|
17818
|
+
grandstander: "grandstander";
|
|
17819
|
+
hind: "hind";
|
|
17820
|
+
ibm_plex_mono: "ibm_plex_mono";
|
|
17821
|
+
ibm_plex_sans: "ibm_plex_sans";
|
|
17822
|
+
ibm_plex_serif: "ibm_plex_serif";
|
|
17823
|
+
inknut_antiqua: "inknut_antiqua";
|
|
17824
|
+
instrument_serif: "instrument_serif";
|
|
17825
|
+
inter: "inter";
|
|
17826
|
+
josefin_sans: "josefin_sans";
|
|
17827
|
+
karla: "karla";
|
|
17828
|
+
krona_one: "krona_one";
|
|
17829
|
+
lato: "lato";
|
|
17830
|
+
lora: "lora";
|
|
17831
|
+
luckiest_guy: "luckiest_guy";
|
|
17832
|
+
manrope: "manrope";
|
|
17833
|
+
merriweather: "merriweather";
|
|
17834
|
+
merriweather_sans: "merriweather_sans";
|
|
17835
|
+
montserrat: "montserrat";
|
|
17836
|
+
mulish: "mulish";
|
|
17837
|
+
noto_sans: "noto_sans";
|
|
17838
|
+
noto_serif: "noto_serif";
|
|
17839
|
+
nunito: "nunito";
|
|
17840
|
+
old_standard_tt: "old_standard_tt";
|
|
17841
|
+
open_sans: "open_sans";
|
|
17842
|
+
open_sans_condensed: "open_sans_condensed";
|
|
17843
|
+
orienta: "orienta";
|
|
17844
|
+
oswald: "oswald";
|
|
17845
|
+
oxygen: "oxygen";
|
|
17846
|
+
piazzolla: "piazzolla";
|
|
17847
|
+
playfair_display: "playfair_display";
|
|
17848
|
+
poppins: "poppins";
|
|
17849
|
+
prata: "prata";
|
|
17850
|
+
pt_mono: "pt_mono";
|
|
17851
|
+
pt_sans: "pt_sans";
|
|
17852
|
+
pt_serif: "pt_serif";
|
|
17853
|
+
pt_serif_caption: "pt_serif_caption";
|
|
17854
|
+
quattrocento: "quattrocento";
|
|
17855
|
+
questrial: "questrial";
|
|
17856
|
+
quicksand: "quicksand";
|
|
17857
|
+
raleway: "raleway";
|
|
17858
|
+
roboto: "roboto";
|
|
17859
|
+
roboto_condensed: "roboto_condensed";
|
|
17860
|
+
roboto_flex: "roboto_flex";
|
|
17861
|
+
roboto_mono: "roboto_mono";
|
|
17862
|
+
roboto_slab: "roboto_slab";
|
|
17863
|
+
rubik: "rubik";
|
|
17864
|
+
smooch: "smooch";
|
|
17865
|
+
sora: "sora";
|
|
17866
|
+
source_sans_pro: "source_sans_pro";
|
|
17867
|
+
space_grotesk: "space_grotesk";
|
|
17868
|
+
spectral: "spectral";
|
|
17869
|
+
syne: "syne";
|
|
17870
|
+
tenor_sans: "tenor_sans";
|
|
17871
|
+
ubuntu: "ubuntu";
|
|
17872
|
+
work_sans: "work_sans";
|
|
17873
|
+
yanone_kaffeesatz: "yanone_kaffeesatz";
|
|
17874
|
+
yeseva_one: "yeseva_one";
|
|
17875
|
+
}>, z.ZodEnum<{
|
|
17876
|
+
ambidexter: "ambidexter";
|
|
17877
|
+
authentic_sans: "authentic_sans";
|
|
17878
|
+
avara: "avara";
|
|
17879
|
+
clash_display: "clash_display";
|
|
17880
|
+
fungis: "fungis";
|
|
17881
|
+
general_sans: "general_sans";
|
|
17882
|
+
golos: "golos";
|
|
17883
|
+
le_murmure: "le_murmure";
|
|
17884
|
+
mattone: "mattone";
|
|
17885
|
+
messapia: "messapia";
|
|
17886
|
+
ortica_linear: "ortica_linear";
|
|
17887
|
+
sporting_grotesque: "sporting_grotesque";
|
|
17888
|
+
sprat: "sprat";
|
|
17889
|
+
sprat_condensed: "sprat_condensed";
|
|
17890
|
+
sprat_extended: "sprat_extended";
|
|
17891
|
+
standard: "standard";
|
|
17892
|
+
technor: "technor";
|
|
17893
|
+
terminal_grotesque: "terminal_grotesque";
|
|
17894
|
+
wremena: "wremena";
|
|
17895
|
+
}>]>;
|
|
17896
|
+
headingFontStyle: z.ZodEnum<{
|
|
17897
|
+
bold: "bold";
|
|
17898
|
+
regular: "regular";
|
|
17899
|
+
medium: "medium";
|
|
17900
|
+
semibold: "semibold";
|
|
17901
|
+
"regular-italic": "regular-italic";
|
|
17902
|
+
"medium-italic": "medium-italic";
|
|
17903
|
+
"semibold-italic": "semibold-italic";
|
|
17904
|
+
"bold-italic": "bold-italic";
|
|
17905
|
+
}>;
|
|
17906
|
+
bodyFont: z.ZodUnion<readonly [z.ZodEnum<{
|
|
17907
|
+
arial: "arial";
|
|
17908
|
+
georgia: "georgia";
|
|
17909
|
+
helvetica: "helvetica";
|
|
17910
|
+
times_new_roman: "times_new_roman";
|
|
17911
|
+
}>, z.ZodEnum<{
|
|
17912
|
+
abeezee: "abeezee";
|
|
17913
|
+
abel: "abel";
|
|
17914
|
+
abril_fatface: "abril_fatface";
|
|
17915
|
+
acme: "acme";
|
|
17916
|
+
actor: "actor";
|
|
17917
|
+
adamina: "adamina";
|
|
17918
|
+
alegreya: "alegreya";
|
|
17919
|
+
alice: "alice";
|
|
17920
|
+
anton: "anton";
|
|
17921
|
+
archivo: "archivo";
|
|
17922
|
+
arimo: "arimo";
|
|
17923
|
+
arsenal: "arsenal";
|
|
17924
|
+
arvo: "arvo";
|
|
17925
|
+
average_sans: "average_sans";
|
|
17926
|
+
basic: "basic";
|
|
17927
|
+
bitter: "bitter";
|
|
17928
|
+
cabin: "cabin";
|
|
17929
|
+
chivo: "chivo";
|
|
17930
|
+
cinzel: "cinzel";
|
|
17931
|
+
comfortaa: "comfortaa";
|
|
17932
|
+
cormorant_garamond: "cormorant_garamond";
|
|
17933
|
+
didact_gothic: "didact_gothic";
|
|
17934
|
+
dm_mono: "dm_mono";
|
|
17935
|
+
dm_sans: "dm_sans";
|
|
17936
|
+
dm_serif_text: "dm_serif_text";
|
|
17937
|
+
exo_two: "exo_two";
|
|
17938
|
+
fira_sans: "fira_sans";
|
|
17939
|
+
fira_sans_extra_condensed: "fira_sans_extra_condensed";
|
|
17940
|
+
grandstander: "grandstander";
|
|
17941
|
+
hind: "hind";
|
|
17942
|
+
ibm_plex_mono: "ibm_plex_mono";
|
|
17943
|
+
ibm_plex_sans: "ibm_plex_sans";
|
|
17944
|
+
ibm_plex_serif: "ibm_plex_serif";
|
|
17945
|
+
inknut_antiqua: "inknut_antiqua";
|
|
17946
|
+
instrument_serif: "instrument_serif";
|
|
17947
|
+
inter: "inter";
|
|
17948
|
+
josefin_sans: "josefin_sans";
|
|
17949
|
+
karla: "karla";
|
|
17950
|
+
krona_one: "krona_one";
|
|
17951
|
+
lato: "lato";
|
|
17952
|
+
lora: "lora";
|
|
17953
|
+
luckiest_guy: "luckiest_guy";
|
|
17954
|
+
manrope: "manrope";
|
|
17955
|
+
merriweather: "merriweather";
|
|
17956
|
+
merriweather_sans: "merriweather_sans";
|
|
17957
|
+
montserrat: "montserrat";
|
|
17958
|
+
mulish: "mulish";
|
|
17959
|
+
noto_sans: "noto_sans";
|
|
17960
|
+
noto_serif: "noto_serif";
|
|
17961
|
+
nunito: "nunito";
|
|
17962
|
+
old_standard_tt: "old_standard_tt";
|
|
17963
|
+
open_sans: "open_sans";
|
|
17964
|
+
open_sans_condensed: "open_sans_condensed";
|
|
17965
|
+
orienta: "orienta";
|
|
17966
|
+
oswald: "oswald";
|
|
17967
|
+
oxygen: "oxygen";
|
|
17968
|
+
piazzolla: "piazzolla";
|
|
17969
|
+
playfair_display: "playfair_display";
|
|
17970
|
+
poppins: "poppins";
|
|
17971
|
+
prata: "prata";
|
|
17972
|
+
pt_mono: "pt_mono";
|
|
17973
|
+
pt_sans: "pt_sans";
|
|
17974
|
+
pt_serif: "pt_serif";
|
|
17975
|
+
pt_serif_caption: "pt_serif_caption";
|
|
17976
|
+
quattrocento: "quattrocento";
|
|
17977
|
+
questrial: "questrial";
|
|
17978
|
+
quicksand: "quicksand";
|
|
17979
|
+
raleway: "raleway";
|
|
17980
|
+
roboto: "roboto";
|
|
17981
|
+
roboto_condensed: "roboto_condensed";
|
|
17982
|
+
roboto_flex: "roboto_flex";
|
|
17983
|
+
roboto_mono: "roboto_mono";
|
|
17984
|
+
roboto_slab: "roboto_slab";
|
|
17985
|
+
rubik: "rubik";
|
|
17986
|
+
smooch: "smooch";
|
|
17987
|
+
sora: "sora";
|
|
17988
|
+
source_sans_pro: "source_sans_pro";
|
|
17989
|
+
space_grotesk: "space_grotesk";
|
|
17990
|
+
spectral: "spectral";
|
|
17991
|
+
syne: "syne";
|
|
17992
|
+
tenor_sans: "tenor_sans";
|
|
17993
|
+
ubuntu: "ubuntu";
|
|
17994
|
+
work_sans: "work_sans";
|
|
17995
|
+
yanone_kaffeesatz: "yanone_kaffeesatz";
|
|
17996
|
+
yeseva_one: "yeseva_one";
|
|
17997
|
+
}>, z.ZodEnum<{
|
|
17998
|
+
ambidexter: "ambidexter";
|
|
17999
|
+
authentic_sans: "authentic_sans";
|
|
18000
|
+
avara: "avara";
|
|
18001
|
+
clash_display: "clash_display";
|
|
18002
|
+
fungis: "fungis";
|
|
18003
|
+
general_sans: "general_sans";
|
|
18004
|
+
golos: "golos";
|
|
18005
|
+
le_murmure: "le_murmure";
|
|
18006
|
+
mattone: "mattone";
|
|
18007
|
+
messapia: "messapia";
|
|
18008
|
+
ortica_linear: "ortica_linear";
|
|
18009
|
+
sporting_grotesque: "sporting_grotesque";
|
|
18010
|
+
sprat: "sprat";
|
|
18011
|
+
sprat_condensed: "sprat_condensed";
|
|
18012
|
+
sprat_extended: "sprat_extended";
|
|
18013
|
+
standard: "standard";
|
|
18014
|
+
technor: "technor";
|
|
18015
|
+
terminal_grotesque: "terminal_grotesque";
|
|
18016
|
+
wremena: "wremena";
|
|
18017
|
+
}>]>;
|
|
18018
|
+
bodyFontStyle: z.ZodEnum<{
|
|
18019
|
+
bold: "bold";
|
|
18020
|
+
regular: "regular";
|
|
18021
|
+
medium: "medium";
|
|
18022
|
+
semibold: "semibold";
|
|
18023
|
+
"regular-italic": "regular-italic";
|
|
18024
|
+
"medium-italic": "medium-italic";
|
|
18025
|
+
"semibold-italic": "semibold-italic";
|
|
18026
|
+
"bold-italic": "bold-italic";
|
|
18027
|
+
}>;
|
|
18028
|
+
}, z.core.$strict>;
|
|
18029
|
+
general: z.ZodObject<{
|
|
18030
|
+
heading1: z.ZodObject<{
|
|
18031
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
18032
|
+
}, z.core.$strict>;
|
|
18033
|
+
heading2: z.ZodObject<{
|
|
18034
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
18035
|
+
}, z.core.$strict>;
|
|
18036
|
+
heading3: z.ZodObject<{
|
|
18037
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
18038
|
+
}, z.core.$strict>;
|
|
18039
|
+
heading4: z.ZodObject<{
|
|
18040
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
18041
|
+
}, z.core.$strict>;
|
|
18042
|
+
body1: z.ZodObject<{
|
|
18043
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
18044
|
+
}, z.core.$strict>;
|
|
18045
|
+
body2: z.ZodObject<{
|
|
18046
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
18047
|
+
}, z.core.$strict>;
|
|
18048
|
+
body3: z.ZodObject<{
|
|
18049
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
18050
|
+
}, z.core.$strict>;
|
|
18051
|
+
body4: z.ZodObject<{
|
|
18052
|
+
fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
|
|
18053
|
+
}, z.core.$strict>;
|
|
18054
|
+
}, z.core.$strict>;
|
|
18055
|
+
}, z.core.$strict>;
|
|
18056
|
+
alignment: z.ZodEnum<{
|
|
18057
|
+
left: "left";
|
|
18058
|
+
center: "center";
|
|
18059
|
+
}>;
|
|
18060
|
+
pageLayout: z.ZodObject<{
|
|
18061
|
+
contentWidth: z.ZodInt;
|
|
18062
|
+
}, z.core.$strict>;
|
|
18063
|
+
cornerRadius: z.ZodEnum<{
|
|
18064
|
+
sharp: "sharp";
|
|
18065
|
+
softened: "softened";
|
|
18066
|
+
slightly_rounded: "slightly_rounded";
|
|
18067
|
+
rounded: "rounded";
|
|
18068
|
+
greatly_rounded: "greatly_rounded";
|
|
18069
|
+
}>;
|
|
18070
|
+
}, z.core.$strict>>;
|
|
17174
18071
|
}, z.core.$strict>;
|
|
17175
18072
|
pages: z.ZodArray<z.ZodObject<{
|
|
17176
18073
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -17595,9 +18492,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17595
18492
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17596
18493
|
}, z.core.$strict>>;
|
|
17597
18494
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
18495
|
+
small: "small";
|
|
17598
18496
|
none: "none";
|
|
17599
18497
|
all: "all";
|
|
17600
|
-
small: "small";
|
|
17601
18498
|
}>>;
|
|
17602
18499
|
}, z.core.$strict>, z.ZodObject<{
|
|
17603
18500
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -17672,9 +18569,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
17672
18569
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
17673
18570
|
}, z.core.$strict>>;
|
|
17674
18571
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
18572
|
+
small: "small";
|
|
17675
18573
|
none: "none";
|
|
17676
18574
|
all: "all";
|
|
17677
|
-
small: "small";
|
|
17678
18575
|
}>>;
|
|
17679
18576
|
}, z.core.$strict>, z.ZodObject<{
|
|
17680
18577
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -19618,7 +20515,8 @@ declare const template: {
|
|
|
19618
20515
|
*
|
|
19619
20516
|
* Creates a template configuration object with all required fields. This function ensures
|
|
19620
20517
|
* type safety by requiring all fields defined in TemplateConfiguration, including metadata,
|
|
19621
|
-
* header, and footer sections.
|
|
20518
|
+
* header, and footer sections. Style settings are optional, but when used both styleId and
|
|
20519
|
+
* globalSettings must be provided.
|
|
19622
20520
|
*
|
|
19623
20521
|
* @example
|
|
19624
20522
|
* ```typescript
|
|
@@ -19641,6 +20539,40 @@ declare const template: {
|
|
|
19641
20539
|
* footer: section.default({
|
|
19642
20540
|
* id: 'footer',
|
|
19643
20541
|
* }),
|
|
20542
|
+
* styleId: 'customName-001',
|
|
20543
|
+
* globalSettings: {
|
|
20544
|
+
* colorPalette: {
|
|
20545
|
+
* colorA: '#FFFFFF',
|
|
20546
|
+
* colorB: '#F3F5F7',
|
|
20547
|
+
* colorC: '#E7EAEE',
|
|
20548
|
+
* colorD: '#C7352E',
|
|
20549
|
+
* colorE: '#2D3136',
|
|
20550
|
+
* colorF: '#0E0F11',
|
|
20551
|
+
* },
|
|
20552
|
+
* fonts: {
|
|
20553
|
+
* fontPair: {
|
|
20554
|
+
* headingFont: 'dm_sans',
|
|
20555
|
+
* headingFontStyle: 'bold',
|
|
20556
|
+
* bodyFont: 'dm_sans',
|
|
20557
|
+
* bodyFontStyle: 'regular',
|
|
20558
|
+
* },
|
|
20559
|
+
* general: {
|
|
20560
|
+
* heading1: { fontSize: 64 },
|
|
20561
|
+
* heading2: { fontSize: 48 },
|
|
20562
|
+
* heading3: { fontSize: 32 },
|
|
20563
|
+
* heading4: { fontSize: 18 },
|
|
20564
|
+
* body1: { fontSize: 24 },
|
|
20565
|
+
* body2: { fontSize: 18 },
|
|
20566
|
+
* body3: { fontSize: 16 },
|
|
20567
|
+
* body4: { fontSize: 18 },
|
|
20568
|
+
* },
|
|
20569
|
+
* },
|
|
20570
|
+
* alignment: 'center',
|
|
20571
|
+
* pageLayout: {
|
|
20572
|
+
* contentWidth: 1128,
|
|
20573
|
+
* },
|
|
20574
|
+
* cornerRadius: 'sharp',
|
|
20575
|
+
* },
|
|
19644
20576
|
* })
|
|
19645
20577
|
* ```
|
|
19646
20578
|
*
|