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