@lightspeed/crane-api 2.3.1 → 2.3.2-rc.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 +6 -0
- package/dist/index.d.mts +54 -54
- package/dist/index.d.ts +54 -54
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -388,9 +388,9 @@ declare const DescriptorSchema: z.ZodObject<{
|
|
|
388
388
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
389
389
|
}, z.core.$strict>>;
|
|
390
390
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
391
|
+
small: "small";
|
|
391
392
|
none: "none";
|
|
392
393
|
all: "all";
|
|
393
|
-
small: "small";
|
|
394
394
|
}>>;
|
|
395
395
|
}, z.core.$strict>, z.ZodObject<{
|
|
396
396
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -465,9 +465,9 @@ declare const DescriptorSchema: z.ZodObject<{
|
|
|
465
465
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
466
466
|
}, z.core.$strict>>;
|
|
467
467
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
468
|
+
small: "small";
|
|
468
469
|
none: "none";
|
|
469
470
|
all: "all";
|
|
470
|
-
small: "small";
|
|
471
471
|
}>>;
|
|
472
472
|
}, z.core.$strict>, z.ZodObject<{
|
|
473
473
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -891,9 +891,9 @@ declare const CollectionDescriptorSchema: z.ZodObject<{
|
|
|
891
891
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
892
892
|
}, z.core.$strict>>;
|
|
893
893
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
894
|
+
small: "small";
|
|
894
895
|
none: "none";
|
|
895
896
|
all: "all";
|
|
896
|
-
small: "small";
|
|
897
897
|
}>>;
|
|
898
898
|
}, z.core.$strict>, z.ZodObject<{
|
|
899
899
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -968,9 +968,9 @@ declare const CollectionDescriptorSchema: z.ZodObject<{
|
|
|
968
968
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
969
969
|
}, z.core.$strict>>;
|
|
970
970
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
971
|
+
small: "small";
|
|
971
972
|
none: "none";
|
|
972
973
|
all: "all";
|
|
973
|
-
small: "small";
|
|
974
974
|
}>>;
|
|
975
975
|
}, z.core.$strict>, z.ZodObject<{
|
|
976
976
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -1830,9 +1830,9 @@ declare const LogoDesignEditorDefaultsSchema: z.ZodObject<{
|
|
|
1830
1830
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
1831
1831
|
}, z.core.$strict>>;
|
|
1832
1832
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
1833
|
+
small: "small";
|
|
1833
1834
|
none: "none";
|
|
1834
1835
|
all: "all";
|
|
1835
|
-
small: "small";
|
|
1836
1836
|
}>>;
|
|
1837
1837
|
}, z.core.$strict>;
|
|
1838
1838
|
declare const LogoDesignEditorSchema: z.ZodObject<{
|
|
@@ -1855,9 +1855,9 @@ declare const LogoDesignEditorSchema: z.ZodObject<{
|
|
|
1855
1855
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
1856
1856
|
}, z.core.$strict>>;
|
|
1857
1857
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
1858
|
+
small: "small";
|
|
1858
1859
|
none: "none";
|
|
1859
1860
|
all: "all";
|
|
1860
|
-
small: "small";
|
|
1861
1861
|
}>>;
|
|
1862
1862
|
}, z.core.$strict>>;
|
|
1863
1863
|
}, z.core.$strict>;
|
|
@@ -4466,9 +4466,9 @@ declare const DesignEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4466
4466
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
4467
4467
|
}, z.core.$strict>>;
|
|
4468
4468
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
4469
|
+
small: "small";
|
|
4469
4470
|
none: "none";
|
|
4470
4471
|
all: "all";
|
|
4471
|
-
small: "small";
|
|
4472
4472
|
}>>;
|
|
4473
4473
|
}, z.core.$strict>, z.ZodObject<{
|
|
4474
4474
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -4543,9 +4543,9 @@ declare const DesignEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4543
4543
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
4544
4544
|
}, z.core.$strict>>;
|
|
4545
4545
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
4546
|
+
small: "small";
|
|
4546
4547
|
none: "none";
|
|
4547
4548
|
all: "all";
|
|
4548
|
-
small: "small";
|
|
4549
4549
|
}>>;
|
|
4550
4550
|
}, z.core.$strict>, z.ZodObject<{
|
|
4551
4551
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -4663,9 +4663,9 @@ declare const AccordionShowcaseItemSchema: z.ZodObject<{
|
|
|
4663
4663
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
4664
4664
|
}, z.core.$strict>>;
|
|
4665
4665
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
4666
|
+
small: "small";
|
|
4666
4667
|
none: "none";
|
|
4667
4668
|
all: "all";
|
|
4668
|
-
small: "small";
|
|
4669
4669
|
}>>;
|
|
4670
4670
|
}, z.core.$strict>, z.ZodObject<{
|
|
4671
4671
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -4749,9 +4749,9 @@ declare const AccordionShowcaseDesignEditorDefaultsSchema: z.ZodObject<{
|
|
|
4749
4749
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
4750
4750
|
}, z.core.$strict>>;
|
|
4751
4751
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
4752
|
+
small: "small";
|
|
4752
4753
|
none: "none";
|
|
4753
4754
|
all: "all";
|
|
4754
|
-
small: "small";
|
|
4755
4755
|
}>>;
|
|
4756
4756
|
}, z.core.$strict>, z.ZodObject<{
|
|
4757
4757
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -4896,9 +4896,9 @@ declare const AccordionDesignItemSchema: z.ZodObject<{
|
|
|
4896
4896
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
4897
4897
|
}, z.core.$strict>>;
|
|
4898
4898
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
4899
|
+
small: "small";
|
|
4899
4900
|
none: "none";
|
|
4900
4901
|
all: "all";
|
|
4901
|
-
small: "small";
|
|
4902
4902
|
}>>;
|
|
4903
4903
|
}, z.core.$strict>>;
|
|
4904
4904
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5059,9 +5059,9 @@ declare const AccordionDesignEditorSchema: z.ZodObject<{
|
|
|
5059
5059
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5060
5060
|
}, z.core.$strict>>;
|
|
5061
5061
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5062
|
+
small: "small";
|
|
5062
5063
|
none: "none";
|
|
5063
5064
|
all: "all";
|
|
5064
|
-
small: "small";
|
|
5065
5065
|
}>>;
|
|
5066
5066
|
}, z.core.$strict>>;
|
|
5067
5067
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5322,9 +5322,9 @@ declare const DesignEditorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5322
5322
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5323
5323
|
}, z.core.$strict>>;
|
|
5324
5324
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5325
|
+
small: "small";
|
|
5325
5326
|
none: "none";
|
|
5326
5327
|
all: "all";
|
|
5327
|
-
small: "small";
|
|
5328
5328
|
}>>;
|
|
5329
5329
|
}, z.core.$strict>>;
|
|
5330
5330
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5467,9 +5467,9 @@ declare const DesignEditorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5467
5467
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5468
5468
|
}, z.core.$strict>>;
|
|
5469
5469
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5470
|
+
small: "small";
|
|
5470
5471
|
none: "none";
|
|
5471
5472
|
all: "all";
|
|
5472
|
-
small: "small";
|
|
5473
5473
|
}>>;
|
|
5474
5474
|
}, z.core.$strict>>;
|
|
5475
5475
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5644,9 +5644,9 @@ declare const DesignSettingsSchema: z.ZodRecord<z.ZodString, z.ZodDiscriminatedU
|
|
|
5644
5644
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5645
5645
|
}, z.core.$strict>>;
|
|
5646
5646
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5647
|
+
small: "small";
|
|
5647
5648
|
none: "none";
|
|
5648
5649
|
all: "all";
|
|
5649
|
-
small: "small";
|
|
5650
5650
|
}>>;
|
|
5651
5651
|
}, z.core.$strict>>;
|
|
5652
5652
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5789,9 +5789,9 @@ declare const DesignSettingsSchema: z.ZodRecord<z.ZodString, z.ZodDiscriminatedU
|
|
|
5789
5789
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5790
5790
|
}, z.core.$strict>>;
|
|
5791
5791
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5792
|
+
small: "small";
|
|
5792
5793
|
none: "none";
|
|
5793
5794
|
all: "all";
|
|
5794
|
-
small: "small";
|
|
5795
5795
|
}>>;
|
|
5796
5796
|
}, z.core.$strict>>;
|
|
5797
5797
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6375,9 +6375,9 @@ declare const LayoutDesignOverrideSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6375
6375
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6376
6376
|
}, z.core.$strict>>;
|
|
6377
6377
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6378
|
+
small: "small";
|
|
6378
6379
|
none: "none";
|
|
6379
6380
|
all: "all";
|
|
6380
|
-
small: "small";
|
|
6381
6381
|
}>>;
|
|
6382
6382
|
}, z.core.$strict>>;
|
|
6383
6383
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6595,9 +6595,9 @@ declare const LayoutSettingsSchema: z.ZodObject<{
|
|
|
6595
6595
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6596
6596
|
}, z.core.$strict>>;
|
|
6597
6597
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6598
|
+
small: "small";
|
|
6598
6599
|
none: "none";
|
|
6599
6600
|
all: "all";
|
|
6600
|
-
small: "small";
|
|
6601
6601
|
}>>;
|
|
6602
6602
|
}, z.core.$strict>>;
|
|
6603
6603
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7300,9 +7300,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
7300
7300
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7301
7301
|
}, z.core.$strict>>;
|
|
7302
7302
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7303
|
+
small: "small";
|
|
7303
7304
|
none: "none";
|
|
7304
7305
|
all: "all";
|
|
7305
|
-
small: "small";
|
|
7306
7306
|
}>>;
|
|
7307
7307
|
}, z.core.$strict>>;
|
|
7308
7308
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7445,9 +7445,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
7445
7445
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7446
7446
|
}, z.core.$strict>>;
|
|
7447
7447
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7448
|
+
small: "small";
|
|
7448
7449
|
none: "none";
|
|
7449
7450
|
all: "all";
|
|
7450
|
-
small: "small";
|
|
7451
7451
|
}>>;
|
|
7452
7452
|
}, z.core.$strict>>;
|
|
7453
7453
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7685,9 +7685,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
7685
7685
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7686
7686
|
}, z.core.$strict>>;
|
|
7687
7687
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7688
|
+
small: "small";
|
|
7688
7689
|
none: "none";
|
|
7689
7690
|
all: "all";
|
|
7690
|
-
small: "small";
|
|
7691
7691
|
}>>;
|
|
7692
7692
|
}, z.core.$strict>>;
|
|
7693
7693
|
}, 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>, z.ZodObject<{
|
|
8083
8083
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -8152,9 +8152,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8152
8152
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8153
8153
|
}, z.core.$strict>>;
|
|
8154
8154
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8155
|
+
small: "small";
|
|
8155
8156
|
none: "none";
|
|
8156
8157
|
all: "all";
|
|
8157
|
-
small: "small";
|
|
8158
8158
|
}>>;
|
|
8159
8159
|
}, z.core.$strict>, z.ZodObject<{
|
|
8160
8160
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -8580,9 +8580,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8580
8580
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8581
8581
|
}, z.core.$strict>>;
|
|
8582
8582
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8583
|
+
small: "small";
|
|
8583
8584
|
none: "none";
|
|
8584
8585
|
all: "all";
|
|
8585
|
-
small: "small";
|
|
8586
8586
|
}>>;
|
|
8587
8587
|
}, z.core.$strict>, z.ZodObject<{
|
|
8588
8588
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -8657,9 +8657,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8657
8657
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8658
8658
|
}, z.core.$strict>>;
|
|
8659
8659
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8660
|
+
small: "small";
|
|
8660
8661
|
none: "none";
|
|
8661
8662
|
all: "all";
|
|
8662
|
-
small: "small";
|
|
8663
8663
|
}>>;
|
|
8664
8664
|
}, z.core.$strict>, z.ZodObject<{
|
|
8665
8665
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9027,9 +9027,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9027
9027
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9028
9028
|
}, z.core.$strict>>;
|
|
9029
9029
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9030
|
+
small: "small";
|
|
9030
9031
|
none: "none";
|
|
9031
9032
|
all: "all";
|
|
9032
|
-
small: "small";
|
|
9033
9033
|
}>>;
|
|
9034
9034
|
}, z.core.$strict>, z.ZodObject<{
|
|
9035
9035
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9104,9 +9104,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9104
9104
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9105
9105
|
}, z.core.$strict>>;
|
|
9106
9106
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9107
|
+
small: "small";
|
|
9107
9108
|
none: "none";
|
|
9108
9109
|
all: "all";
|
|
9109
|
-
small: "small";
|
|
9110
9110
|
}>>;
|
|
9111
9111
|
}, z.core.$strict>, z.ZodObject<{
|
|
9112
9112
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9479,9 +9479,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9479
9479
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9480
9480
|
}, z.core.$strict>>;
|
|
9481
9481
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9482
|
+
small: "small";
|
|
9482
9483
|
none: "none";
|
|
9483
9484
|
all: "all";
|
|
9484
|
-
small: "small";
|
|
9485
9485
|
}>>;
|
|
9486
9486
|
}, z.core.$strict>, z.ZodObject<{
|
|
9487
9487
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9556,9 +9556,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9556
9556
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9557
9557
|
}, z.core.$strict>>;
|
|
9558
9558
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9559
|
+
small: "small";
|
|
9559
9560
|
none: "none";
|
|
9560
9561
|
all: "all";
|
|
9561
|
-
small: "small";
|
|
9562
9562
|
}>>;
|
|
9563
9563
|
}, z.core.$strict>, z.ZodObject<{
|
|
9564
9564
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -10252,9 +10252,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10252
10252
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10253
10253
|
}, z.core.$strict>>;
|
|
10254
10254
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10255
|
+
small: "small";
|
|
10255
10256
|
none: "none";
|
|
10256
10257
|
all: "all";
|
|
10257
|
-
small: "small";
|
|
10258
10258
|
}>>;
|
|
10259
10259
|
}, z.core.$strict>>;
|
|
10260
10260
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -10397,9 +10397,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10397
10397
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10398
10398
|
}, z.core.$strict>>;
|
|
10399
10399
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10400
|
+
small: "small";
|
|
10400
10401
|
none: "none";
|
|
10401
10402
|
all: "all";
|
|
10402
|
-
small: "small";
|
|
10403
10403
|
}>>;
|
|
10404
10404
|
}, z.core.$strict>>;
|
|
10405
10405
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -10638,9 +10638,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10638
10638
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10639
10639
|
}, z.core.$strict>>;
|
|
10640
10640
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10641
|
+
small: "small";
|
|
10641
10642
|
none: "none";
|
|
10642
10643
|
all: "all";
|
|
10643
|
-
small: "small";
|
|
10644
10644
|
}>>;
|
|
10645
10645
|
}, z.core.$strict>>;
|
|
10646
10646
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11060,9 +11060,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11060
11060
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11061
11061
|
}, z.core.$strict>>;
|
|
11062
11062
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11063
|
+
small: "small";
|
|
11063
11064
|
none: "none";
|
|
11064
11065
|
all: "all";
|
|
11065
|
-
small: "small";
|
|
11066
11066
|
}>>;
|
|
11067
11067
|
}, z.core.$strict>, z.ZodObject<{
|
|
11068
11068
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11137,9 +11137,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11137
11137
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11138
11138
|
}, z.core.$strict>>;
|
|
11139
11139
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11140
|
+
small: "small";
|
|
11140
11141
|
none: "none";
|
|
11141
11142
|
all: "all";
|
|
11142
|
-
small: "small";
|
|
11143
11143
|
}>>;
|
|
11144
11144
|
}, z.core.$strict>, z.ZodObject<{
|
|
11145
11145
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11546,9 +11546,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
11546
11546
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11547
11547
|
}, z.core.$strict>>;
|
|
11548
11548
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11549
|
+
small: "small";
|
|
11549
11550
|
none: "none";
|
|
11550
11551
|
all: "all";
|
|
11551
|
-
small: "small";
|
|
11552
11552
|
}>>;
|
|
11553
11553
|
}, z.core.$strict>, z.ZodObject<{
|
|
11554
11554
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11623,9 +11623,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
11623
11623
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11624
11624
|
}, z.core.$strict>>;
|
|
11625
11625
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11626
|
+
small: "small";
|
|
11626
11627
|
none: "none";
|
|
11627
11628
|
all: "all";
|
|
11628
|
-
small: "small";
|
|
11629
11629
|
}>>;
|
|
11630
11630
|
}, z.core.$strict>, z.ZodObject<{
|
|
11631
11631
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11997,9 +11997,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11997
11997
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11998
11998
|
}, z.core.$strict>>;
|
|
11999
11999
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12000
|
+
small: "small";
|
|
12000
12001
|
none: "none";
|
|
12001
12002
|
all: "all";
|
|
12002
|
-
small: "small";
|
|
12003
12003
|
}>>;
|
|
12004
12004
|
}, z.core.$strict>, z.ZodObject<{
|
|
12005
12005
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12074,9 +12074,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
12074
12074
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12075
12075
|
}, z.core.$strict>>;
|
|
12076
12076
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12077
|
+
small: "small";
|
|
12077
12078
|
none: "none";
|
|
12078
12079
|
all: "all";
|
|
12079
|
-
small: "small";
|
|
12080
12080
|
}>>;
|
|
12081
12081
|
}, z.core.$strict>, z.ZodObject<{
|
|
12082
12082
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12451,9 +12451,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
12451
12451
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12452
12452
|
}, z.core.$strict>>;
|
|
12453
12453
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12454
|
+
small: "small";
|
|
12454
12455
|
none: "none";
|
|
12455
12456
|
all: "all";
|
|
12456
|
-
small: "small";
|
|
12457
12457
|
}>>;
|
|
12458
12458
|
}, z.core.$strict>, z.ZodObject<{
|
|
12459
12459
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12528,9 +12528,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
12528
12528
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12529
12529
|
}, z.core.$strict>>;
|
|
12530
12530
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12531
|
+
small: "small";
|
|
12531
12532
|
none: "none";
|
|
12532
12533
|
all: "all";
|
|
12533
|
-
small: "small";
|
|
12534
12534
|
}>>;
|
|
12535
12535
|
}, z.core.$strict>, z.ZodObject<{
|
|
12536
12536
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12906,9 +12906,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
12906
12906
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12907
12907
|
}, z.core.$strict>>;
|
|
12908
12908
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12909
|
+
small: "small";
|
|
12909
12910
|
none: "none";
|
|
12910
12911
|
all: "all";
|
|
12911
|
-
small: "small";
|
|
12912
12912
|
}>>;
|
|
12913
12913
|
}, z.core.$strict>, z.ZodObject<{
|
|
12914
12914
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12983,9 +12983,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
12983
12983
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12984
12984
|
}, z.core.$strict>>;
|
|
12985
12985
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12986
|
+
small: "small";
|
|
12986
12987
|
none: "none";
|
|
12987
12988
|
all: "all";
|
|
12988
|
-
small: "small";
|
|
12989
12989
|
}>>;
|
|
12990
12990
|
}, z.core.$strict>, z.ZodObject<{
|
|
12991
12991
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13421,9 +13421,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
13421
13421
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13422
13422
|
}, z.core.$strict>>;
|
|
13423
13423
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13424
|
+
small: "small";
|
|
13424
13425
|
none: "none";
|
|
13425
13426
|
all: "all";
|
|
13426
|
-
small: "small";
|
|
13427
13427
|
}>>;
|
|
13428
13428
|
}, z.core.$strict>, z.ZodObject<{
|
|
13429
13429
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13498,9 +13498,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
13498
13498
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13499
13499
|
}, z.core.$strict>>;
|
|
13500
13500
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13501
|
+
small: "small";
|
|
13501
13502
|
none: "none";
|
|
13502
13503
|
all: "all";
|
|
13503
|
-
small: "small";
|
|
13504
13504
|
}>>;
|
|
13505
13505
|
}, z.core.$strict>, z.ZodObject<{
|
|
13506
13506
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13925,9 +13925,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
13925
13925
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13926
13926
|
}, z.core.$strict>>;
|
|
13927
13927
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13928
|
+
small: "small";
|
|
13928
13929
|
none: "none";
|
|
13929
13930
|
all: "all";
|
|
13930
|
-
small: "small";
|
|
13931
13931
|
}>>;
|
|
13932
13932
|
}, z.core.$strict>, z.ZodObject<{
|
|
13933
13933
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14002,9 +14002,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
14002
14002
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14003
14003
|
}, z.core.$strict>>;
|
|
14004
14004
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14005
|
+
small: "small";
|
|
14005
14006
|
none: "none";
|
|
14006
14007
|
all: "all";
|
|
14007
|
-
small: "small";
|
|
14008
14008
|
}>>;
|
|
14009
14009
|
}, z.core.$strict>, z.ZodObject<{
|
|
14010
14010
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14372,9 +14372,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
14372
14372
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14373
14373
|
}, z.core.$strict>>;
|
|
14374
14374
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14375
|
+
small: "small";
|
|
14375
14376
|
none: "none";
|
|
14376
14377
|
all: "all";
|
|
14377
|
-
small: "small";
|
|
14378
14378
|
}>>;
|
|
14379
14379
|
}, z.core.$strict>, z.ZodObject<{
|
|
14380
14380
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14449,9 +14449,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
14449
14449
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14450
14450
|
}, z.core.$strict>>;
|
|
14451
14451
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14452
|
+
small: "small";
|
|
14452
14453
|
none: "none";
|
|
14453
14454
|
all: "all";
|
|
14454
|
-
small: "small";
|
|
14455
14455
|
}>>;
|
|
14456
14456
|
}, z.core.$strict>, z.ZodObject<{
|
|
14457
14457
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14883,9 +14883,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
14883
14883
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14884
14884
|
}, z.core.$strict>>;
|
|
14885
14885
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14886
|
+
small: "small";
|
|
14886
14887
|
none: "none";
|
|
14887
14888
|
all: "all";
|
|
14888
|
-
small: "small";
|
|
14889
14889
|
}>>;
|
|
14890
14890
|
}, z.core.$strict>, z.ZodObject<{
|
|
14891
14891
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14960,9 +14960,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
14960
14960
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14961
14961
|
}, z.core.$strict>>;
|
|
14962
14962
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14963
|
+
small: "small";
|
|
14963
14964
|
none: "none";
|
|
14964
14965
|
all: "all";
|
|
14965
|
-
small: "small";
|
|
14966
14966
|
}>>;
|
|
14967
14967
|
}, z.core.$strict>, z.ZodObject<{
|
|
14968
14968
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15330,9 +15330,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
15330
15330
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15331
15331
|
}, z.core.$strict>>;
|
|
15332
15332
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15333
|
+
small: "small";
|
|
15333
15334
|
none: "none";
|
|
15334
15335
|
all: "all";
|
|
15335
|
-
small: "small";
|
|
15336
15336
|
}>>;
|
|
15337
15337
|
}, z.core.$strict>, z.ZodObject<{
|
|
15338
15338
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15407,9 +15407,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
15407
15407
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15408
15408
|
}, z.core.$strict>>;
|
|
15409
15409
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15410
|
+
small: "small";
|
|
15410
15411
|
none: "none";
|
|
15411
15412
|
all: "all";
|
|
15412
|
-
small: "small";
|
|
15413
15413
|
}>>;
|
|
15414
15414
|
}, z.core.$strict>, z.ZodObject<{
|
|
15415
15415
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15782,9 +15782,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
15782
15782
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15783
15783
|
}, z.core.$strict>>;
|
|
15784
15784
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15785
|
+
small: "small";
|
|
15785
15786
|
none: "none";
|
|
15786
15787
|
all: "all";
|
|
15787
|
-
small: "small";
|
|
15788
15788
|
}>>;
|
|
15789
15789
|
}, z.core.$strict>, z.ZodObject<{
|
|
15790
15790
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15859,9 +15859,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
15859
15859
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15860
15860
|
}, z.core.$strict>>;
|
|
15861
15861
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15862
|
+
small: "small";
|
|
15862
15863
|
none: "none";
|
|
15863
15864
|
all: "all";
|
|
15864
|
-
small: "small";
|
|
15865
15865
|
}>>;
|
|
15866
15866
|
}, z.core.$strict>, z.ZodObject<{
|
|
15867
15867
|
type: z.ZodLiteral<"DIVIDER">;
|
package/dist/index.d.ts
CHANGED
|
@@ -389,9 +389,9 @@ declare const DescriptorSchema: z.ZodObject<{
|
|
|
389
389
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
390
390
|
}, z.core.$strict>>;
|
|
391
391
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
392
|
+
small: "small";
|
|
392
393
|
none: "none";
|
|
393
394
|
all: "all";
|
|
394
|
-
small: "small";
|
|
395
395
|
}>>;
|
|
396
396
|
}, z.core.$strict>, z.ZodObject<{
|
|
397
397
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -466,9 +466,9 @@ declare const DescriptorSchema: z.ZodObject<{
|
|
|
466
466
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
467
467
|
}, z.core.$strict>>;
|
|
468
468
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
469
|
+
small: "small";
|
|
469
470
|
none: "none";
|
|
470
471
|
all: "all";
|
|
471
|
-
small: "small";
|
|
472
472
|
}>>;
|
|
473
473
|
}, z.core.$strict>, z.ZodObject<{
|
|
474
474
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -892,9 +892,9 @@ declare const CollectionDescriptorSchema: z.ZodObject<{
|
|
|
892
892
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
893
893
|
}, z.core.$strict>>;
|
|
894
894
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
895
|
+
small: "small";
|
|
895
896
|
none: "none";
|
|
896
897
|
all: "all";
|
|
897
|
-
small: "small";
|
|
898
898
|
}>>;
|
|
899
899
|
}, z.core.$strict>, z.ZodObject<{
|
|
900
900
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -969,9 +969,9 @@ declare const CollectionDescriptorSchema: z.ZodObject<{
|
|
|
969
969
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
970
970
|
}, z.core.$strict>>;
|
|
971
971
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
972
|
+
small: "small";
|
|
972
973
|
none: "none";
|
|
973
974
|
all: "all";
|
|
974
|
-
small: "small";
|
|
975
975
|
}>>;
|
|
976
976
|
}, z.core.$strict>, z.ZodObject<{
|
|
977
977
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -1831,9 +1831,9 @@ declare const LogoDesignEditorDefaultsSchema: z.ZodObject<{
|
|
|
1831
1831
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
1832
1832
|
}, z.core.$strict>>;
|
|
1833
1833
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
1834
|
+
small: "small";
|
|
1834
1835
|
none: "none";
|
|
1835
1836
|
all: "all";
|
|
1836
|
-
small: "small";
|
|
1837
1837
|
}>>;
|
|
1838
1838
|
}, z.core.$strict>;
|
|
1839
1839
|
declare const LogoDesignEditorSchema: z.ZodObject<{
|
|
@@ -1856,9 +1856,9 @@ declare const LogoDesignEditorSchema: z.ZodObject<{
|
|
|
1856
1856
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
1857
1857
|
}, z.core.$strict>>;
|
|
1858
1858
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
1859
|
+
small: "small";
|
|
1859
1860
|
none: "none";
|
|
1860
1861
|
all: "all";
|
|
1861
|
-
small: "small";
|
|
1862
1862
|
}>>;
|
|
1863
1863
|
}, z.core.$strict>>;
|
|
1864
1864
|
}, z.core.$strict>;
|
|
@@ -4467,9 +4467,9 @@ declare const DesignEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4467
4467
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
4468
4468
|
}, z.core.$strict>>;
|
|
4469
4469
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
4470
|
+
small: "small";
|
|
4470
4471
|
none: "none";
|
|
4471
4472
|
all: "all";
|
|
4472
|
-
small: "small";
|
|
4473
4473
|
}>>;
|
|
4474
4474
|
}, z.core.$strict>, z.ZodObject<{
|
|
4475
4475
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -4544,9 +4544,9 @@ declare const DesignEditorDefaultsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4544
4544
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
4545
4545
|
}, z.core.$strict>>;
|
|
4546
4546
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
4547
|
+
small: "small";
|
|
4547
4548
|
none: "none";
|
|
4548
4549
|
all: "all";
|
|
4549
|
-
small: "small";
|
|
4550
4550
|
}>>;
|
|
4551
4551
|
}, z.core.$strict>, z.ZodObject<{
|
|
4552
4552
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -4664,9 +4664,9 @@ declare const AccordionShowcaseItemSchema: z.ZodObject<{
|
|
|
4664
4664
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
4665
4665
|
}, z.core.$strict>>;
|
|
4666
4666
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
4667
|
+
small: "small";
|
|
4667
4668
|
none: "none";
|
|
4668
4669
|
all: "all";
|
|
4669
|
-
small: "small";
|
|
4670
4670
|
}>>;
|
|
4671
4671
|
}, z.core.$strict>, z.ZodObject<{
|
|
4672
4672
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -4750,9 +4750,9 @@ declare const AccordionShowcaseDesignEditorDefaultsSchema: z.ZodObject<{
|
|
|
4750
4750
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
4751
4751
|
}, z.core.$strict>>;
|
|
4752
4752
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
4753
|
+
small: "small";
|
|
4753
4754
|
none: "none";
|
|
4754
4755
|
all: "all";
|
|
4755
|
-
small: "small";
|
|
4756
4756
|
}>>;
|
|
4757
4757
|
}, z.core.$strict>, z.ZodObject<{
|
|
4758
4758
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -4897,9 +4897,9 @@ declare const AccordionDesignItemSchema: z.ZodObject<{
|
|
|
4897
4897
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
4898
4898
|
}, z.core.$strict>>;
|
|
4899
4899
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
4900
|
+
small: "small";
|
|
4900
4901
|
none: "none";
|
|
4901
4902
|
all: "all";
|
|
4902
|
-
small: "small";
|
|
4903
4903
|
}>>;
|
|
4904
4904
|
}, z.core.$strict>>;
|
|
4905
4905
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5060,9 +5060,9 @@ declare const AccordionDesignEditorSchema: z.ZodObject<{
|
|
|
5060
5060
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5061
5061
|
}, z.core.$strict>>;
|
|
5062
5062
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5063
|
+
small: "small";
|
|
5063
5064
|
none: "none";
|
|
5064
5065
|
all: "all";
|
|
5065
|
-
small: "small";
|
|
5066
5066
|
}>>;
|
|
5067
5067
|
}, z.core.$strict>>;
|
|
5068
5068
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5323,9 +5323,9 @@ declare const DesignEditorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5323
5323
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5324
5324
|
}, z.core.$strict>>;
|
|
5325
5325
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5326
|
+
small: "small";
|
|
5326
5327
|
none: "none";
|
|
5327
5328
|
all: "all";
|
|
5328
|
-
small: "small";
|
|
5329
5329
|
}>>;
|
|
5330
5330
|
}, z.core.$strict>>;
|
|
5331
5331
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5468,9 +5468,9 @@ declare const DesignEditorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5468
5468
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5469
5469
|
}, z.core.$strict>>;
|
|
5470
5470
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5471
|
+
small: "small";
|
|
5471
5472
|
none: "none";
|
|
5472
5473
|
all: "all";
|
|
5473
|
-
small: "small";
|
|
5474
5474
|
}>>;
|
|
5475
5475
|
}, z.core.$strict>>;
|
|
5476
5476
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5645,9 +5645,9 @@ declare const DesignSettingsSchema: z.ZodRecord<z.ZodString, z.ZodDiscriminatedU
|
|
|
5645
5645
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5646
5646
|
}, z.core.$strict>>;
|
|
5647
5647
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5648
|
+
small: "small";
|
|
5648
5649
|
none: "none";
|
|
5649
5650
|
all: "all";
|
|
5650
|
-
small: "small";
|
|
5651
5651
|
}>>;
|
|
5652
5652
|
}, z.core.$strict>>;
|
|
5653
5653
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5790,9 +5790,9 @@ declare const DesignSettingsSchema: z.ZodRecord<z.ZodString, z.ZodDiscriminatedU
|
|
|
5790
5790
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
5791
5791
|
}, z.core.$strict>>;
|
|
5792
5792
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
5793
|
+
small: "small";
|
|
5793
5794
|
none: "none";
|
|
5794
5795
|
all: "all";
|
|
5795
|
-
small: "small";
|
|
5796
5796
|
}>>;
|
|
5797
5797
|
}, z.core.$strict>>;
|
|
5798
5798
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6376,9 +6376,9 @@ declare const LayoutDesignOverrideSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6376
6376
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6377
6377
|
}, z.core.$strict>>;
|
|
6378
6378
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6379
|
+
small: "small";
|
|
6379
6380
|
none: "none";
|
|
6380
6381
|
all: "all";
|
|
6381
|
-
small: "small";
|
|
6382
6382
|
}>>;
|
|
6383
6383
|
}, z.core.$strict>>;
|
|
6384
6384
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6596,9 +6596,9 @@ declare const LayoutSettingsSchema: z.ZodObject<{
|
|
|
6596
6596
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
6597
6597
|
}, z.core.$strict>>;
|
|
6598
6598
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
6599
|
+
small: "small";
|
|
6599
6600
|
none: "none";
|
|
6600
6601
|
all: "all";
|
|
6601
|
-
small: "small";
|
|
6602
6602
|
}>>;
|
|
6603
6603
|
}, z.core.$strict>>;
|
|
6604
6604
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7301,9 +7301,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
7301
7301
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7302
7302
|
}, z.core.$strict>>;
|
|
7303
7303
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7304
|
+
small: "small";
|
|
7304
7305
|
none: "none";
|
|
7305
7306
|
all: "all";
|
|
7306
|
-
small: "small";
|
|
7307
7307
|
}>>;
|
|
7308
7308
|
}, z.core.$strict>>;
|
|
7309
7309
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7446,9 +7446,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
7446
7446
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7447
7447
|
}, z.core.$strict>>;
|
|
7448
7448
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7449
|
+
small: "small";
|
|
7449
7450
|
none: "none";
|
|
7450
7451
|
all: "all";
|
|
7451
|
-
small: "small";
|
|
7452
7452
|
}>>;
|
|
7453
7453
|
}, z.core.$strict>>;
|
|
7454
7454
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -7686,9 +7686,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
7686
7686
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
7687
7687
|
}, z.core.$strict>>;
|
|
7688
7688
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
7689
|
+
small: "small";
|
|
7689
7690
|
none: "none";
|
|
7690
7691
|
all: "all";
|
|
7691
|
-
small: "small";
|
|
7692
7692
|
}>>;
|
|
7693
7693
|
}, z.core.$strict>>;
|
|
7694
7694
|
}, 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>, z.ZodObject<{
|
|
8084
8084
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -8153,9 +8153,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8153
8153
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8154
8154
|
}, z.core.$strict>>;
|
|
8155
8155
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8156
|
+
small: "small";
|
|
8156
8157
|
none: "none";
|
|
8157
8158
|
all: "all";
|
|
8158
|
-
small: "small";
|
|
8159
8159
|
}>>;
|
|
8160
8160
|
}, z.core.$strict>, z.ZodObject<{
|
|
8161
8161
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -8581,9 +8581,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8581
8581
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8582
8582
|
}, z.core.$strict>>;
|
|
8583
8583
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8584
|
+
small: "small";
|
|
8584
8585
|
none: "none";
|
|
8585
8586
|
all: "all";
|
|
8586
|
-
small: "small";
|
|
8587
8587
|
}>>;
|
|
8588
8588
|
}, z.core.$strict>, z.ZodObject<{
|
|
8589
8589
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -8658,9 +8658,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
8658
8658
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
8659
8659
|
}, z.core.$strict>>;
|
|
8660
8660
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
8661
|
+
small: "small";
|
|
8661
8662
|
none: "none";
|
|
8662
8663
|
all: "all";
|
|
8663
|
-
small: "small";
|
|
8664
8664
|
}>>;
|
|
8665
8665
|
}, z.core.$strict>, z.ZodObject<{
|
|
8666
8666
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9028,9 +9028,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9028
9028
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9029
9029
|
}, z.core.$strict>>;
|
|
9030
9030
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9031
|
+
small: "small";
|
|
9031
9032
|
none: "none";
|
|
9032
9033
|
all: "all";
|
|
9033
|
-
small: "small";
|
|
9034
9034
|
}>>;
|
|
9035
9035
|
}, z.core.$strict>, z.ZodObject<{
|
|
9036
9036
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9105,9 +9105,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9105
9105
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9106
9106
|
}, z.core.$strict>>;
|
|
9107
9107
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9108
|
+
small: "small";
|
|
9108
9109
|
none: "none";
|
|
9109
9110
|
all: "all";
|
|
9110
|
-
small: "small";
|
|
9111
9111
|
}>>;
|
|
9112
9112
|
}, z.core.$strict>, z.ZodObject<{
|
|
9113
9113
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9480,9 +9480,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9480
9480
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9481
9481
|
}, z.core.$strict>>;
|
|
9482
9482
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9483
|
+
small: "small";
|
|
9483
9484
|
none: "none";
|
|
9484
9485
|
all: "all";
|
|
9485
|
-
small: "small";
|
|
9486
9486
|
}>>;
|
|
9487
9487
|
}, z.core.$strict>, z.ZodObject<{
|
|
9488
9488
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -9557,9 +9557,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
9557
9557
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
9558
9558
|
}, z.core.$strict>>;
|
|
9559
9559
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
9560
|
+
small: "small";
|
|
9560
9561
|
none: "none";
|
|
9561
9562
|
all: "all";
|
|
9562
|
-
small: "small";
|
|
9563
9563
|
}>>;
|
|
9564
9564
|
}, z.core.$strict>, z.ZodObject<{
|
|
9565
9565
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -10253,9 +10253,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10253
10253
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10254
10254
|
}, z.core.$strict>>;
|
|
10255
10255
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10256
|
+
small: "small";
|
|
10256
10257
|
none: "none";
|
|
10257
10258
|
all: "all";
|
|
10258
|
-
small: "small";
|
|
10259
10259
|
}>>;
|
|
10260
10260
|
}, z.core.$strict>>;
|
|
10261
10261
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -10398,9 +10398,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10398
10398
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10399
10399
|
}, z.core.$strict>>;
|
|
10400
10400
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10401
|
+
small: "small";
|
|
10401
10402
|
none: "none";
|
|
10402
10403
|
all: "all";
|
|
10403
|
-
small: "small";
|
|
10404
10404
|
}>>;
|
|
10405
10405
|
}, z.core.$strict>>;
|
|
10406
10406
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -10639,9 +10639,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
10639
10639
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
10640
10640
|
}, z.core.$strict>>;
|
|
10641
10641
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
10642
|
+
small: "small";
|
|
10642
10643
|
none: "none";
|
|
10643
10644
|
all: "all";
|
|
10644
|
-
small: "small";
|
|
10645
10645
|
}>>;
|
|
10646
10646
|
}, z.core.$strict>>;
|
|
10647
10647
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -11061,9 +11061,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11061
11061
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11062
11062
|
}, z.core.$strict>>;
|
|
11063
11063
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11064
|
+
small: "small";
|
|
11064
11065
|
none: "none";
|
|
11065
11066
|
all: "all";
|
|
11066
|
-
small: "small";
|
|
11067
11067
|
}>>;
|
|
11068
11068
|
}, z.core.$strict>, z.ZodObject<{
|
|
11069
11069
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11138,9 +11138,9 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
11138
11138
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11139
11139
|
}, z.core.$strict>>;
|
|
11140
11140
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11141
|
+
small: "small";
|
|
11141
11142
|
none: "none";
|
|
11142
11143
|
all: "all";
|
|
11143
|
-
small: "small";
|
|
11144
11144
|
}>>;
|
|
11145
11145
|
}, z.core.$strict>, z.ZodObject<{
|
|
11146
11146
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11547,9 +11547,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
11547
11547
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11548
11548
|
}, z.core.$strict>>;
|
|
11549
11549
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11550
|
+
small: "small";
|
|
11550
11551
|
none: "none";
|
|
11551
11552
|
all: "all";
|
|
11552
|
-
small: "small";
|
|
11553
11553
|
}>>;
|
|
11554
11554
|
}, z.core.$strict>, z.ZodObject<{
|
|
11555
11555
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11624,9 +11624,9 @@ declare const CustomSectionSchema: z.ZodObject<{
|
|
|
11624
11624
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11625
11625
|
}, z.core.$strict>>;
|
|
11626
11626
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
11627
|
+
small: "small";
|
|
11627
11628
|
none: "none";
|
|
11628
11629
|
all: "all";
|
|
11629
|
-
small: "small";
|
|
11630
11630
|
}>>;
|
|
11631
11631
|
}, z.core.$strict>, z.ZodObject<{
|
|
11632
11632
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -11998,9 +11998,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11998
11998
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
11999
11999
|
}, z.core.$strict>>;
|
|
12000
12000
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12001
|
+
small: "small";
|
|
12001
12002
|
none: "none";
|
|
12002
12003
|
all: "all";
|
|
12003
|
-
small: "small";
|
|
12004
12004
|
}>>;
|
|
12005
12005
|
}, z.core.$strict>, z.ZodObject<{
|
|
12006
12006
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12075,9 +12075,9 @@ declare const SectionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
12075
12075
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12076
12076
|
}, z.core.$strict>>;
|
|
12077
12077
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12078
|
+
small: "small";
|
|
12078
12079
|
none: "none";
|
|
12079
12080
|
all: "all";
|
|
12080
|
-
small: "small";
|
|
12081
12081
|
}>>;
|
|
12082
12082
|
}, z.core.$strict>, z.ZodObject<{
|
|
12083
12083
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12452,9 +12452,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
12452
12452
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12453
12453
|
}, z.core.$strict>>;
|
|
12454
12454
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12455
|
+
small: "small";
|
|
12455
12456
|
none: "none";
|
|
12456
12457
|
all: "all";
|
|
12457
|
-
small: "small";
|
|
12458
12458
|
}>>;
|
|
12459
12459
|
}, z.core.$strict>, z.ZodObject<{
|
|
12460
12460
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12529,9 +12529,9 @@ declare const TemplatePageSchema: z.ZodObject<{
|
|
|
12529
12529
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12530
12530
|
}, z.core.$strict>>;
|
|
12531
12531
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12532
|
+
small: "small";
|
|
12532
12533
|
none: "none";
|
|
12533
12534
|
all: "all";
|
|
12534
|
-
small: "small";
|
|
12535
12535
|
}>>;
|
|
12536
12536
|
}, z.core.$strict>, z.ZodObject<{
|
|
12537
12537
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12907,9 +12907,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
12907
12907
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12908
12908
|
}, z.core.$strict>>;
|
|
12909
12909
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12910
|
+
small: "small";
|
|
12910
12911
|
none: "none";
|
|
12911
12912
|
all: "all";
|
|
12912
|
-
small: "small";
|
|
12913
12913
|
}>>;
|
|
12914
12914
|
}, z.core.$strict>, z.ZodObject<{
|
|
12915
12915
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -12984,9 +12984,9 @@ declare const TemplatePageNamedSchema: z.ZodObject<{
|
|
|
12984
12984
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
12985
12985
|
}, z.core.$strict>>;
|
|
12986
12986
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
12987
|
+
small: "small";
|
|
12987
12988
|
none: "none";
|
|
12988
12989
|
all: "all";
|
|
12989
|
-
small: "small";
|
|
12990
12990
|
}>>;
|
|
12991
12991
|
}, z.core.$strict>, z.ZodObject<{
|
|
12992
12992
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13422,9 +13422,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
13422
13422
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13423
13423
|
}, z.core.$strict>>;
|
|
13424
13424
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13425
|
+
small: "small";
|
|
13425
13426
|
none: "none";
|
|
13426
13427
|
all: "all";
|
|
13427
|
-
small: "small";
|
|
13428
13428
|
}>>;
|
|
13429
13429
|
}, z.core.$strict>, z.ZodObject<{
|
|
13430
13430
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13499,9 +13499,9 @@ declare const TemplateConfigurationSectionSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
13499
13499
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13500
13500
|
}, z.core.$strict>>;
|
|
13501
13501
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13502
|
+
small: "small";
|
|
13502
13503
|
none: "none";
|
|
13503
13504
|
all: "all";
|
|
13504
|
-
small: "small";
|
|
13505
13505
|
}>>;
|
|
13506
13506
|
}, z.core.$strict>, z.ZodObject<{
|
|
13507
13507
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -13926,9 +13926,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
13926
13926
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
13927
13927
|
}, z.core.$strict>>;
|
|
13928
13928
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
13929
|
+
small: "small";
|
|
13929
13930
|
none: "none";
|
|
13930
13931
|
all: "all";
|
|
13931
|
-
small: "small";
|
|
13932
13932
|
}>>;
|
|
13933
13933
|
}, z.core.$strict>, z.ZodObject<{
|
|
13934
13934
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14003,9 +14003,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
14003
14003
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14004
14004
|
}, z.core.$strict>>;
|
|
14005
14005
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14006
|
+
small: "small";
|
|
14006
14007
|
none: "none";
|
|
14007
14008
|
all: "all";
|
|
14008
|
-
small: "small";
|
|
14009
14009
|
}>>;
|
|
14010
14010
|
}, z.core.$strict>, z.ZodObject<{
|
|
14011
14011
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14373,9 +14373,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
14373
14373
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14374
14374
|
}, z.core.$strict>>;
|
|
14375
14375
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14376
|
+
small: "small";
|
|
14376
14377
|
none: "none";
|
|
14377
14378
|
all: "all";
|
|
14378
|
-
small: "small";
|
|
14379
14379
|
}>>;
|
|
14380
14380
|
}, z.core.$strict>, z.ZodObject<{
|
|
14381
14381
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14450,9 +14450,9 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
|
|
|
14450
14450
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14451
14451
|
}, z.core.$strict>>;
|
|
14452
14452
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14453
|
+
small: "small";
|
|
14453
14454
|
none: "none";
|
|
14454
14455
|
all: "all";
|
|
14455
|
-
small: "small";
|
|
14456
14456
|
}>>;
|
|
14457
14457
|
}, z.core.$strict>, z.ZodObject<{
|
|
14458
14458
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14884,9 +14884,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
14884
14884
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14885
14885
|
}, z.core.$strict>>;
|
|
14886
14886
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14887
|
+
small: "small";
|
|
14887
14888
|
none: "none";
|
|
14888
14889
|
all: "all";
|
|
14889
|
-
small: "small";
|
|
14890
14890
|
}>>;
|
|
14891
14891
|
}, z.core.$strict>, z.ZodObject<{
|
|
14892
14892
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -14961,9 +14961,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
14961
14961
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
14962
14962
|
}, z.core.$strict>>;
|
|
14963
14963
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
14964
|
+
small: "small";
|
|
14964
14965
|
none: "none";
|
|
14965
14966
|
all: "all";
|
|
14966
|
-
small: "small";
|
|
14967
14967
|
}>>;
|
|
14968
14968
|
}, z.core.$strict>, z.ZodObject<{
|
|
14969
14969
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15331,9 +15331,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
15331
15331
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15332
15332
|
}, z.core.$strict>>;
|
|
15333
15333
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15334
|
+
small: "small";
|
|
15334
15335
|
none: "none";
|
|
15335
15336
|
all: "all";
|
|
15336
|
-
small: "small";
|
|
15337
15337
|
}>>;
|
|
15338
15338
|
}, z.core.$strict>, z.ZodObject<{
|
|
15339
15339
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15408,9 +15408,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
15408
15408
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15409
15409
|
}, z.core.$strict>>;
|
|
15410
15410
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15411
|
+
small: "small";
|
|
15411
15412
|
none: "none";
|
|
15412
15413
|
all: "all";
|
|
15413
|
-
small: "small";
|
|
15414
15414
|
}>>;
|
|
15415
15415
|
}, z.core.$strict>, z.ZodObject<{
|
|
15416
15416
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15783,9 +15783,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
15783
15783
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15784
15784
|
}, z.core.$strict>>;
|
|
15785
15785
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15786
|
+
small: "small";
|
|
15786
15787
|
none: "none";
|
|
15787
15788
|
all: "all";
|
|
15788
|
-
small: "small";
|
|
15789
15789
|
}>>;
|
|
15790
15790
|
}, z.core.$strict>, z.ZodObject<{
|
|
15791
15791
|
type: z.ZodLiteral<"DIVIDER">;
|
|
@@ -15860,9 +15860,9 @@ declare const TemplateSchema: z.ZodObject<{
|
|
|
15860
15860
|
color: z.ZodOptional<z.ZodCustom<string, string>>;
|
|
15861
15861
|
}, z.core.$strict>>;
|
|
15862
15862
|
capitalization: z.ZodOptional<z.ZodEnum<{
|
|
15863
|
+
small: "small";
|
|
15863
15864
|
none: "none";
|
|
15864
15865
|
all: "all";
|
|
15865
|
-
small: "small";
|
|
15866
15866
|
}>>;
|
|
15867
15867
|
}, z.core.$strict>, z.ZodObject<{
|
|
15868
15868
|
type: z.ZodLiteral<"DIVIDER">;
|