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