@lightspeed/crane-api 2.4.1-rc.1 → 2.5.0-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/dist/index.d.mts CHANGED
@@ -9977,6 +9977,305 @@ declare const ManifestSchema: z.ZodObject<{
9977
9977
  CONTACT_INFO: "CONTACT_INFO";
9978
9978
  }>>;
9979
9979
  }, z.core.$strict>], "type">;
9980
+ styleId: z.ZodOptional<z.ZodString>;
9981
+ globalSettings: z.ZodOptional<z.ZodObject<{
9982
+ colorPalette: z.ZodObject<{
9983
+ colorA: z.ZodString;
9984
+ colorB: z.ZodString;
9985
+ colorC: z.ZodString;
9986
+ colorD: z.ZodString;
9987
+ colorE: z.ZodString;
9988
+ colorF: z.ZodString;
9989
+ }, z.core.$strict>;
9990
+ fonts: z.ZodObject<{
9991
+ fontPair: z.ZodObject<{
9992
+ headingFont: z.ZodUnion<readonly [z.ZodEnum<{
9993
+ arial: "arial";
9994
+ georgia: "georgia";
9995
+ helvetica: "helvetica";
9996
+ times_new_roman: "times_new_roman";
9997
+ }>, z.ZodEnum<{
9998
+ abeezee: "abeezee";
9999
+ abel: "abel";
10000
+ abril_fatface: "abril_fatface";
10001
+ acme: "acme";
10002
+ actor: "actor";
10003
+ adamina: "adamina";
10004
+ alegreya: "alegreya";
10005
+ alice: "alice";
10006
+ anton: "anton";
10007
+ archivo: "archivo";
10008
+ arimo: "arimo";
10009
+ arsenal: "arsenal";
10010
+ arvo: "arvo";
10011
+ average_sans: "average_sans";
10012
+ basic: "basic";
10013
+ bitter: "bitter";
10014
+ cabin: "cabin";
10015
+ chivo: "chivo";
10016
+ cinzel: "cinzel";
10017
+ comfortaa: "comfortaa";
10018
+ cormorant_garamond: "cormorant_garamond";
10019
+ didact_gothic: "didact_gothic";
10020
+ dm_mono: "dm_mono";
10021
+ dm_sans: "dm_sans";
10022
+ dm_serif_text: "dm_serif_text";
10023
+ exo_two: "exo_two";
10024
+ fira_sans: "fira_sans";
10025
+ fira_sans_extra_condensed: "fira_sans_extra_condensed";
10026
+ grandstander: "grandstander";
10027
+ hind: "hind";
10028
+ ibm_plex_mono: "ibm_plex_mono";
10029
+ ibm_plex_sans: "ibm_plex_sans";
10030
+ ibm_plex_serif: "ibm_plex_serif";
10031
+ inknut_antiqua: "inknut_antiqua";
10032
+ instrument_serif: "instrument_serif";
10033
+ inter: "inter";
10034
+ josefin_sans: "josefin_sans";
10035
+ karla: "karla";
10036
+ krona_one: "krona_one";
10037
+ lato: "lato";
10038
+ lora: "lora";
10039
+ luckiest_guy: "luckiest_guy";
10040
+ manrope: "manrope";
10041
+ merriweather: "merriweather";
10042
+ merriweather_sans: "merriweather_sans";
10043
+ montserrat: "montserrat";
10044
+ mulish: "mulish";
10045
+ noto_sans: "noto_sans";
10046
+ noto_serif: "noto_serif";
10047
+ nunito: "nunito";
10048
+ old_standard_tt: "old_standard_tt";
10049
+ open_sans: "open_sans";
10050
+ open_sans_condensed: "open_sans_condensed";
10051
+ orienta: "orienta";
10052
+ oswald: "oswald";
10053
+ oxygen: "oxygen";
10054
+ piazzolla: "piazzolla";
10055
+ playfair_display: "playfair_display";
10056
+ poppins: "poppins";
10057
+ prata: "prata";
10058
+ pt_mono: "pt_mono";
10059
+ pt_sans: "pt_sans";
10060
+ pt_serif: "pt_serif";
10061
+ pt_serif_caption: "pt_serif_caption";
10062
+ quattrocento: "quattrocento";
10063
+ questrial: "questrial";
10064
+ quicksand: "quicksand";
10065
+ raleway: "raleway";
10066
+ roboto: "roboto";
10067
+ roboto_condensed: "roboto_condensed";
10068
+ roboto_flex: "roboto_flex";
10069
+ roboto_mono: "roboto_mono";
10070
+ roboto_slab: "roboto_slab";
10071
+ rubik: "rubik";
10072
+ smooch: "smooch";
10073
+ sora: "sora";
10074
+ source_sans_pro: "source_sans_pro";
10075
+ space_grotesk: "space_grotesk";
10076
+ spectral: "spectral";
10077
+ syne: "syne";
10078
+ tenor_sans: "tenor_sans";
10079
+ ubuntu: "ubuntu";
10080
+ work_sans: "work_sans";
10081
+ yanone_kaffeesatz: "yanone_kaffeesatz";
10082
+ yeseva_one: "yeseva_one";
10083
+ }>, z.ZodEnum<{
10084
+ ambidexter: "ambidexter";
10085
+ authentic_sans: "authentic_sans";
10086
+ avara: "avara";
10087
+ clash_display: "clash_display";
10088
+ fungis: "fungis";
10089
+ general_sans: "general_sans";
10090
+ golos: "golos";
10091
+ le_murmure: "le_murmure";
10092
+ mattone: "mattone";
10093
+ messapia: "messapia";
10094
+ ortica_linear: "ortica_linear";
10095
+ sporting_grotesque: "sporting_grotesque";
10096
+ sprat: "sprat";
10097
+ sprat_condensed: "sprat_condensed";
10098
+ sprat_extended: "sprat_extended";
10099
+ standard: "standard";
10100
+ technor: "technor";
10101
+ terminal_grotesque: "terminal_grotesque";
10102
+ wremena: "wremena";
10103
+ }>]>;
10104
+ headingFontStyle: z.ZodEnum<{
10105
+ bold: "bold";
10106
+ regular: "regular";
10107
+ medium: "medium";
10108
+ semibold: "semibold";
10109
+ "regular-italic": "regular-italic";
10110
+ "medium-italic": "medium-italic";
10111
+ "semibold-italic": "semibold-italic";
10112
+ "bold-italic": "bold-italic";
10113
+ }>;
10114
+ bodyFont: z.ZodUnion<readonly [z.ZodEnum<{
10115
+ arial: "arial";
10116
+ georgia: "georgia";
10117
+ helvetica: "helvetica";
10118
+ times_new_roman: "times_new_roman";
10119
+ }>, z.ZodEnum<{
10120
+ abeezee: "abeezee";
10121
+ abel: "abel";
10122
+ abril_fatface: "abril_fatface";
10123
+ acme: "acme";
10124
+ actor: "actor";
10125
+ adamina: "adamina";
10126
+ alegreya: "alegreya";
10127
+ alice: "alice";
10128
+ anton: "anton";
10129
+ archivo: "archivo";
10130
+ arimo: "arimo";
10131
+ arsenal: "arsenal";
10132
+ arvo: "arvo";
10133
+ average_sans: "average_sans";
10134
+ basic: "basic";
10135
+ bitter: "bitter";
10136
+ cabin: "cabin";
10137
+ chivo: "chivo";
10138
+ cinzel: "cinzel";
10139
+ comfortaa: "comfortaa";
10140
+ cormorant_garamond: "cormorant_garamond";
10141
+ didact_gothic: "didact_gothic";
10142
+ dm_mono: "dm_mono";
10143
+ dm_sans: "dm_sans";
10144
+ dm_serif_text: "dm_serif_text";
10145
+ exo_two: "exo_two";
10146
+ fira_sans: "fira_sans";
10147
+ fira_sans_extra_condensed: "fira_sans_extra_condensed";
10148
+ grandstander: "grandstander";
10149
+ hind: "hind";
10150
+ ibm_plex_mono: "ibm_plex_mono";
10151
+ ibm_plex_sans: "ibm_plex_sans";
10152
+ ibm_plex_serif: "ibm_plex_serif";
10153
+ inknut_antiqua: "inknut_antiqua";
10154
+ instrument_serif: "instrument_serif";
10155
+ inter: "inter";
10156
+ josefin_sans: "josefin_sans";
10157
+ karla: "karla";
10158
+ krona_one: "krona_one";
10159
+ lato: "lato";
10160
+ lora: "lora";
10161
+ luckiest_guy: "luckiest_guy";
10162
+ manrope: "manrope";
10163
+ merriweather: "merriweather";
10164
+ merriweather_sans: "merriweather_sans";
10165
+ montserrat: "montserrat";
10166
+ mulish: "mulish";
10167
+ noto_sans: "noto_sans";
10168
+ noto_serif: "noto_serif";
10169
+ nunito: "nunito";
10170
+ old_standard_tt: "old_standard_tt";
10171
+ open_sans: "open_sans";
10172
+ open_sans_condensed: "open_sans_condensed";
10173
+ orienta: "orienta";
10174
+ oswald: "oswald";
10175
+ oxygen: "oxygen";
10176
+ piazzolla: "piazzolla";
10177
+ playfair_display: "playfair_display";
10178
+ poppins: "poppins";
10179
+ prata: "prata";
10180
+ pt_mono: "pt_mono";
10181
+ pt_sans: "pt_sans";
10182
+ pt_serif: "pt_serif";
10183
+ pt_serif_caption: "pt_serif_caption";
10184
+ quattrocento: "quattrocento";
10185
+ questrial: "questrial";
10186
+ quicksand: "quicksand";
10187
+ raleway: "raleway";
10188
+ roboto: "roboto";
10189
+ roboto_condensed: "roboto_condensed";
10190
+ roboto_flex: "roboto_flex";
10191
+ roboto_mono: "roboto_mono";
10192
+ roboto_slab: "roboto_slab";
10193
+ rubik: "rubik";
10194
+ smooch: "smooch";
10195
+ sora: "sora";
10196
+ source_sans_pro: "source_sans_pro";
10197
+ space_grotesk: "space_grotesk";
10198
+ spectral: "spectral";
10199
+ syne: "syne";
10200
+ tenor_sans: "tenor_sans";
10201
+ ubuntu: "ubuntu";
10202
+ work_sans: "work_sans";
10203
+ yanone_kaffeesatz: "yanone_kaffeesatz";
10204
+ yeseva_one: "yeseva_one";
10205
+ }>, z.ZodEnum<{
10206
+ ambidexter: "ambidexter";
10207
+ authentic_sans: "authentic_sans";
10208
+ avara: "avara";
10209
+ clash_display: "clash_display";
10210
+ fungis: "fungis";
10211
+ general_sans: "general_sans";
10212
+ golos: "golos";
10213
+ le_murmure: "le_murmure";
10214
+ mattone: "mattone";
10215
+ messapia: "messapia";
10216
+ ortica_linear: "ortica_linear";
10217
+ sporting_grotesque: "sporting_grotesque";
10218
+ sprat: "sprat";
10219
+ sprat_condensed: "sprat_condensed";
10220
+ sprat_extended: "sprat_extended";
10221
+ standard: "standard";
10222
+ technor: "technor";
10223
+ terminal_grotesque: "terminal_grotesque";
10224
+ wremena: "wremena";
10225
+ }>]>;
10226
+ bodyFontStyle: z.ZodEnum<{
10227
+ bold: "bold";
10228
+ regular: "regular";
10229
+ medium: "medium";
10230
+ semibold: "semibold";
10231
+ "regular-italic": "regular-italic";
10232
+ "medium-italic": "medium-italic";
10233
+ "semibold-italic": "semibold-italic";
10234
+ "bold-italic": "bold-italic";
10235
+ }>;
10236
+ }, z.core.$strict>;
10237
+ general: z.ZodObject<{
10238
+ heading1: z.ZodObject<{
10239
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
10240
+ }, z.core.$strict>;
10241
+ heading2: z.ZodObject<{
10242
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
10243
+ }, z.core.$strict>;
10244
+ heading3: z.ZodObject<{
10245
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
10246
+ }, z.core.$strict>;
10247
+ heading4: z.ZodObject<{
10248
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
10249
+ }, z.core.$strict>;
10250
+ body1: z.ZodObject<{
10251
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
10252
+ }, z.core.$strict>;
10253
+ body2: z.ZodObject<{
10254
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
10255
+ }, z.core.$strict>;
10256
+ body3: z.ZodObject<{
10257
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
10258
+ }, z.core.$strict>;
10259
+ body4: z.ZodObject<{
10260
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
10261
+ }, z.core.$strict>;
10262
+ }, z.core.$strict>;
10263
+ }, z.core.$strict>;
10264
+ alignment: z.ZodEnum<{
10265
+ left: "left";
10266
+ center: "center";
10267
+ }>;
10268
+ pageLayout: z.ZodObject<{
10269
+ contentWidth: z.ZodInt;
10270
+ }, z.core.$strict>;
10271
+ cornerRadius: z.ZodEnum<{
10272
+ sharp: "sharp";
10273
+ softened: "softened";
10274
+ slightly_rounded: "slightly_rounded";
10275
+ rounded: "rounded";
10276
+ greatly_rounded: "greatly_rounded";
10277
+ }>;
10278
+ }, z.core.$strict>>;
9980
10279
  }, z.core.$strict>;
9981
10280
  pages: z.ZodArray<z.ZodObject<{
9982
10281
  metadata: z.ZodOptional<z.ZodObject<{
@@ -16083,6 +16382,305 @@ declare const TemplateConfigurationSchema: z.ZodObject<{
16083
16382
  CONTACT_INFO: "CONTACT_INFO";
16084
16383
  }>>;
16085
16384
  }, z.core.$strict>], "type">;
16385
+ styleId: z.ZodOptional<z.ZodString>;
16386
+ globalSettings: z.ZodOptional<z.ZodObject<{
16387
+ colorPalette: z.ZodObject<{
16388
+ colorA: z.ZodString;
16389
+ colorB: z.ZodString;
16390
+ colorC: z.ZodString;
16391
+ colorD: z.ZodString;
16392
+ colorE: z.ZodString;
16393
+ colorF: z.ZodString;
16394
+ }, z.core.$strict>;
16395
+ fonts: z.ZodObject<{
16396
+ fontPair: z.ZodObject<{
16397
+ headingFont: z.ZodUnion<readonly [z.ZodEnum<{
16398
+ arial: "arial";
16399
+ georgia: "georgia";
16400
+ helvetica: "helvetica";
16401
+ times_new_roman: "times_new_roman";
16402
+ }>, z.ZodEnum<{
16403
+ abeezee: "abeezee";
16404
+ abel: "abel";
16405
+ abril_fatface: "abril_fatface";
16406
+ acme: "acme";
16407
+ actor: "actor";
16408
+ adamina: "adamina";
16409
+ alegreya: "alegreya";
16410
+ alice: "alice";
16411
+ anton: "anton";
16412
+ archivo: "archivo";
16413
+ arimo: "arimo";
16414
+ arsenal: "arsenal";
16415
+ arvo: "arvo";
16416
+ average_sans: "average_sans";
16417
+ basic: "basic";
16418
+ bitter: "bitter";
16419
+ cabin: "cabin";
16420
+ chivo: "chivo";
16421
+ cinzel: "cinzel";
16422
+ comfortaa: "comfortaa";
16423
+ cormorant_garamond: "cormorant_garamond";
16424
+ didact_gothic: "didact_gothic";
16425
+ dm_mono: "dm_mono";
16426
+ dm_sans: "dm_sans";
16427
+ dm_serif_text: "dm_serif_text";
16428
+ exo_two: "exo_two";
16429
+ fira_sans: "fira_sans";
16430
+ fira_sans_extra_condensed: "fira_sans_extra_condensed";
16431
+ grandstander: "grandstander";
16432
+ hind: "hind";
16433
+ ibm_plex_mono: "ibm_plex_mono";
16434
+ ibm_plex_sans: "ibm_plex_sans";
16435
+ ibm_plex_serif: "ibm_plex_serif";
16436
+ inknut_antiqua: "inknut_antiqua";
16437
+ instrument_serif: "instrument_serif";
16438
+ inter: "inter";
16439
+ josefin_sans: "josefin_sans";
16440
+ karla: "karla";
16441
+ krona_one: "krona_one";
16442
+ lato: "lato";
16443
+ lora: "lora";
16444
+ luckiest_guy: "luckiest_guy";
16445
+ manrope: "manrope";
16446
+ merriweather: "merriweather";
16447
+ merriweather_sans: "merriweather_sans";
16448
+ montserrat: "montserrat";
16449
+ mulish: "mulish";
16450
+ noto_sans: "noto_sans";
16451
+ noto_serif: "noto_serif";
16452
+ nunito: "nunito";
16453
+ old_standard_tt: "old_standard_tt";
16454
+ open_sans: "open_sans";
16455
+ open_sans_condensed: "open_sans_condensed";
16456
+ orienta: "orienta";
16457
+ oswald: "oswald";
16458
+ oxygen: "oxygen";
16459
+ piazzolla: "piazzolla";
16460
+ playfair_display: "playfair_display";
16461
+ poppins: "poppins";
16462
+ prata: "prata";
16463
+ pt_mono: "pt_mono";
16464
+ pt_sans: "pt_sans";
16465
+ pt_serif: "pt_serif";
16466
+ pt_serif_caption: "pt_serif_caption";
16467
+ quattrocento: "quattrocento";
16468
+ questrial: "questrial";
16469
+ quicksand: "quicksand";
16470
+ raleway: "raleway";
16471
+ roboto: "roboto";
16472
+ roboto_condensed: "roboto_condensed";
16473
+ roboto_flex: "roboto_flex";
16474
+ roboto_mono: "roboto_mono";
16475
+ roboto_slab: "roboto_slab";
16476
+ rubik: "rubik";
16477
+ smooch: "smooch";
16478
+ sora: "sora";
16479
+ source_sans_pro: "source_sans_pro";
16480
+ space_grotesk: "space_grotesk";
16481
+ spectral: "spectral";
16482
+ syne: "syne";
16483
+ tenor_sans: "tenor_sans";
16484
+ ubuntu: "ubuntu";
16485
+ work_sans: "work_sans";
16486
+ yanone_kaffeesatz: "yanone_kaffeesatz";
16487
+ yeseva_one: "yeseva_one";
16488
+ }>, z.ZodEnum<{
16489
+ ambidexter: "ambidexter";
16490
+ authentic_sans: "authentic_sans";
16491
+ avara: "avara";
16492
+ clash_display: "clash_display";
16493
+ fungis: "fungis";
16494
+ general_sans: "general_sans";
16495
+ golos: "golos";
16496
+ le_murmure: "le_murmure";
16497
+ mattone: "mattone";
16498
+ messapia: "messapia";
16499
+ ortica_linear: "ortica_linear";
16500
+ sporting_grotesque: "sporting_grotesque";
16501
+ sprat: "sprat";
16502
+ sprat_condensed: "sprat_condensed";
16503
+ sprat_extended: "sprat_extended";
16504
+ standard: "standard";
16505
+ technor: "technor";
16506
+ terminal_grotesque: "terminal_grotesque";
16507
+ wremena: "wremena";
16508
+ }>]>;
16509
+ headingFontStyle: z.ZodEnum<{
16510
+ bold: "bold";
16511
+ regular: "regular";
16512
+ medium: "medium";
16513
+ semibold: "semibold";
16514
+ "regular-italic": "regular-italic";
16515
+ "medium-italic": "medium-italic";
16516
+ "semibold-italic": "semibold-italic";
16517
+ "bold-italic": "bold-italic";
16518
+ }>;
16519
+ bodyFont: z.ZodUnion<readonly [z.ZodEnum<{
16520
+ arial: "arial";
16521
+ georgia: "georgia";
16522
+ helvetica: "helvetica";
16523
+ times_new_roman: "times_new_roman";
16524
+ }>, z.ZodEnum<{
16525
+ abeezee: "abeezee";
16526
+ abel: "abel";
16527
+ abril_fatface: "abril_fatface";
16528
+ acme: "acme";
16529
+ actor: "actor";
16530
+ adamina: "adamina";
16531
+ alegreya: "alegreya";
16532
+ alice: "alice";
16533
+ anton: "anton";
16534
+ archivo: "archivo";
16535
+ arimo: "arimo";
16536
+ arsenal: "arsenal";
16537
+ arvo: "arvo";
16538
+ average_sans: "average_sans";
16539
+ basic: "basic";
16540
+ bitter: "bitter";
16541
+ cabin: "cabin";
16542
+ chivo: "chivo";
16543
+ cinzel: "cinzel";
16544
+ comfortaa: "comfortaa";
16545
+ cormorant_garamond: "cormorant_garamond";
16546
+ didact_gothic: "didact_gothic";
16547
+ dm_mono: "dm_mono";
16548
+ dm_sans: "dm_sans";
16549
+ dm_serif_text: "dm_serif_text";
16550
+ exo_two: "exo_two";
16551
+ fira_sans: "fira_sans";
16552
+ fira_sans_extra_condensed: "fira_sans_extra_condensed";
16553
+ grandstander: "grandstander";
16554
+ hind: "hind";
16555
+ ibm_plex_mono: "ibm_plex_mono";
16556
+ ibm_plex_sans: "ibm_plex_sans";
16557
+ ibm_plex_serif: "ibm_plex_serif";
16558
+ inknut_antiqua: "inknut_antiqua";
16559
+ instrument_serif: "instrument_serif";
16560
+ inter: "inter";
16561
+ josefin_sans: "josefin_sans";
16562
+ karla: "karla";
16563
+ krona_one: "krona_one";
16564
+ lato: "lato";
16565
+ lora: "lora";
16566
+ luckiest_guy: "luckiest_guy";
16567
+ manrope: "manrope";
16568
+ merriweather: "merriweather";
16569
+ merriweather_sans: "merriweather_sans";
16570
+ montserrat: "montserrat";
16571
+ mulish: "mulish";
16572
+ noto_sans: "noto_sans";
16573
+ noto_serif: "noto_serif";
16574
+ nunito: "nunito";
16575
+ old_standard_tt: "old_standard_tt";
16576
+ open_sans: "open_sans";
16577
+ open_sans_condensed: "open_sans_condensed";
16578
+ orienta: "orienta";
16579
+ oswald: "oswald";
16580
+ oxygen: "oxygen";
16581
+ piazzolla: "piazzolla";
16582
+ playfair_display: "playfair_display";
16583
+ poppins: "poppins";
16584
+ prata: "prata";
16585
+ pt_mono: "pt_mono";
16586
+ pt_sans: "pt_sans";
16587
+ pt_serif: "pt_serif";
16588
+ pt_serif_caption: "pt_serif_caption";
16589
+ quattrocento: "quattrocento";
16590
+ questrial: "questrial";
16591
+ quicksand: "quicksand";
16592
+ raleway: "raleway";
16593
+ roboto: "roboto";
16594
+ roboto_condensed: "roboto_condensed";
16595
+ roboto_flex: "roboto_flex";
16596
+ roboto_mono: "roboto_mono";
16597
+ roboto_slab: "roboto_slab";
16598
+ rubik: "rubik";
16599
+ smooch: "smooch";
16600
+ sora: "sora";
16601
+ source_sans_pro: "source_sans_pro";
16602
+ space_grotesk: "space_grotesk";
16603
+ spectral: "spectral";
16604
+ syne: "syne";
16605
+ tenor_sans: "tenor_sans";
16606
+ ubuntu: "ubuntu";
16607
+ work_sans: "work_sans";
16608
+ yanone_kaffeesatz: "yanone_kaffeesatz";
16609
+ yeseva_one: "yeseva_one";
16610
+ }>, z.ZodEnum<{
16611
+ ambidexter: "ambidexter";
16612
+ authentic_sans: "authentic_sans";
16613
+ avara: "avara";
16614
+ clash_display: "clash_display";
16615
+ fungis: "fungis";
16616
+ general_sans: "general_sans";
16617
+ golos: "golos";
16618
+ le_murmure: "le_murmure";
16619
+ mattone: "mattone";
16620
+ messapia: "messapia";
16621
+ ortica_linear: "ortica_linear";
16622
+ sporting_grotesque: "sporting_grotesque";
16623
+ sprat: "sprat";
16624
+ sprat_condensed: "sprat_condensed";
16625
+ sprat_extended: "sprat_extended";
16626
+ standard: "standard";
16627
+ technor: "technor";
16628
+ terminal_grotesque: "terminal_grotesque";
16629
+ wremena: "wremena";
16630
+ }>]>;
16631
+ bodyFontStyle: z.ZodEnum<{
16632
+ bold: "bold";
16633
+ regular: "regular";
16634
+ medium: "medium";
16635
+ semibold: "semibold";
16636
+ "regular-italic": "regular-italic";
16637
+ "medium-italic": "medium-italic";
16638
+ "semibold-italic": "semibold-italic";
16639
+ "bold-italic": "bold-italic";
16640
+ }>;
16641
+ }, z.core.$strict>;
16642
+ general: z.ZodObject<{
16643
+ heading1: z.ZodObject<{
16644
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
16645
+ }, z.core.$strict>;
16646
+ heading2: z.ZodObject<{
16647
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
16648
+ }, z.core.$strict>;
16649
+ heading3: z.ZodObject<{
16650
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
16651
+ }, z.core.$strict>;
16652
+ heading4: z.ZodObject<{
16653
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
16654
+ }, z.core.$strict>;
16655
+ body1: z.ZodObject<{
16656
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
16657
+ }, z.core.$strict>;
16658
+ body2: z.ZodObject<{
16659
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
16660
+ }, z.core.$strict>;
16661
+ body3: z.ZodObject<{
16662
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
16663
+ }, z.core.$strict>;
16664
+ body4: z.ZodObject<{
16665
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
16666
+ }, z.core.$strict>;
16667
+ }, z.core.$strict>;
16668
+ }, z.core.$strict>;
16669
+ alignment: z.ZodEnum<{
16670
+ left: "left";
16671
+ center: "center";
16672
+ }>;
16673
+ pageLayout: z.ZodObject<{
16674
+ contentWidth: z.ZodInt;
16675
+ }, z.core.$strict>;
16676
+ cornerRadius: z.ZodEnum<{
16677
+ sharp: "sharp";
16678
+ softened: "softened";
16679
+ slightly_rounded: "slightly_rounded";
16680
+ rounded: "rounded";
16681
+ greatly_rounded: "greatly_rounded";
16682
+ }>;
16683
+ }, z.core.$strict>>;
16086
16684
  }, z.core.$strict>;
16087
16685
  declare const TemplateSchema: z.ZodObject<{
16088
16686
  id: z.ZodString;
@@ -17171,6 +17769,305 @@ declare const TemplateSchema: z.ZodObject<{
17171
17769
  CONTACT_INFO: "CONTACT_INFO";
17172
17770
  }>>;
17173
17771
  }, z.core.$strict>], "type">;
17772
+ styleId: z.ZodOptional<z.ZodString>;
17773
+ globalSettings: z.ZodOptional<z.ZodObject<{
17774
+ colorPalette: z.ZodObject<{
17775
+ colorA: z.ZodString;
17776
+ colorB: z.ZodString;
17777
+ colorC: z.ZodString;
17778
+ colorD: z.ZodString;
17779
+ colorE: z.ZodString;
17780
+ colorF: z.ZodString;
17781
+ }, z.core.$strict>;
17782
+ fonts: z.ZodObject<{
17783
+ fontPair: z.ZodObject<{
17784
+ headingFont: z.ZodUnion<readonly [z.ZodEnum<{
17785
+ arial: "arial";
17786
+ georgia: "georgia";
17787
+ helvetica: "helvetica";
17788
+ times_new_roman: "times_new_roman";
17789
+ }>, z.ZodEnum<{
17790
+ abeezee: "abeezee";
17791
+ abel: "abel";
17792
+ abril_fatface: "abril_fatface";
17793
+ acme: "acme";
17794
+ actor: "actor";
17795
+ adamina: "adamina";
17796
+ alegreya: "alegreya";
17797
+ alice: "alice";
17798
+ anton: "anton";
17799
+ archivo: "archivo";
17800
+ arimo: "arimo";
17801
+ arsenal: "arsenal";
17802
+ arvo: "arvo";
17803
+ average_sans: "average_sans";
17804
+ basic: "basic";
17805
+ bitter: "bitter";
17806
+ cabin: "cabin";
17807
+ chivo: "chivo";
17808
+ cinzel: "cinzel";
17809
+ comfortaa: "comfortaa";
17810
+ cormorant_garamond: "cormorant_garamond";
17811
+ didact_gothic: "didact_gothic";
17812
+ dm_mono: "dm_mono";
17813
+ dm_sans: "dm_sans";
17814
+ dm_serif_text: "dm_serif_text";
17815
+ exo_two: "exo_two";
17816
+ fira_sans: "fira_sans";
17817
+ fira_sans_extra_condensed: "fira_sans_extra_condensed";
17818
+ grandstander: "grandstander";
17819
+ hind: "hind";
17820
+ ibm_plex_mono: "ibm_plex_mono";
17821
+ ibm_plex_sans: "ibm_plex_sans";
17822
+ ibm_plex_serif: "ibm_plex_serif";
17823
+ inknut_antiqua: "inknut_antiqua";
17824
+ instrument_serif: "instrument_serif";
17825
+ inter: "inter";
17826
+ josefin_sans: "josefin_sans";
17827
+ karla: "karla";
17828
+ krona_one: "krona_one";
17829
+ lato: "lato";
17830
+ lora: "lora";
17831
+ luckiest_guy: "luckiest_guy";
17832
+ manrope: "manrope";
17833
+ merriweather: "merriweather";
17834
+ merriweather_sans: "merriweather_sans";
17835
+ montserrat: "montserrat";
17836
+ mulish: "mulish";
17837
+ noto_sans: "noto_sans";
17838
+ noto_serif: "noto_serif";
17839
+ nunito: "nunito";
17840
+ old_standard_tt: "old_standard_tt";
17841
+ open_sans: "open_sans";
17842
+ open_sans_condensed: "open_sans_condensed";
17843
+ orienta: "orienta";
17844
+ oswald: "oswald";
17845
+ oxygen: "oxygen";
17846
+ piazzolla: "piazzolla";
17847
+ playfair_display: "playfair_display";
17848
+ poppins: "poppins";
17849
+ prata: "prata";
17850
+ pt_mono: "pt_mono";
17851
+ pt_sans: "pt_sans";
17852
+ pt_serif: "pt_serif";
17853
+ pt_serif_caption: "pt_serif_caption";
17854
+ quattrocento: "quattrocento";
17855
+ questrial: "questrial";
17856
+ quicksand: "quicksand";
17857
+ raleway: "raleway";
17858
+ roboto: "roboto";
17859
+ roboto_condensed: "roboto_condensed";
17860
+ roboto_flex: "roboto_flex";
17861
+ roboto_mono: "roboto_mono";
17862
+ roboto_slab: "roboto_slab";
17863
+ rubik: "rubik";
17864
+ smooch: "smooch";
17865
+ sora: "sora";
17866
+ source_sans_pro: "source_sans_pro";
17867
+ space_grotesk: "space_grotesk";
17868
+ spectral: "spectral";
17869
+ syne: "syne";
17870
+ tenor_sans: "tenor_sans";
17871
+ ubuntu: "ubuntu";
17872
+ work_sans: "work_sans";
17873
+ yanone_kaffeesatz: "yanone_kaffeesatz";
17874
+ yeseva_one: "yeseva_one";
17875
+ }>, z.ZodEnum<{
17876
+ ambidexter: "ambidexter";
17877
+ authentic_sans: "authentic_sans";
17878
+ avara: "avara";
17879
+ clash_display: "clash_display";
17880
+ fungis: "fungis";
17881
+ general_sans: "general_sans";
17882
+ golos: "golos";
17883
+ le_murmure: "le_murmure";
17884
+ mattone: "mattone";
17885
+ messapia: "messapia";
17886
+ ortica_linear: "ortica_linear";
17887
+ sporting_grotesque: "sporting_grotesque";
17888
+ sprat: "sprat";
17889
+ sprat_condensed: "sprat_condensed";
17890
+ sprat_extended: "sprat_extended";
17891
+ standard: "standard";
17892
+ technor: "technor";
17893
+ terminal_grotesque: "terminal_grotesque";
17894
+ wremena: "wremena";
17895
+ }>]>;
17896
+ headingFontStyle: z.ZodEnum<{
17897
+ bold: "bold";
17898
+ regular: "regular";
17899
+ medium: "medium";
17900
+ semibold: "semibold";
17901
+ "regular-italic": "regular-italic";
17902
+ "medium-italic": "medium-italic";
17903
+ "semibold-italic": "semibold-italic";
17904
+ "bold-italic": "bold-italic";
17905
+ }>;
17906
+ bodyFont: z.ZodUnion<readonly [z.ZodEnum<{
17907
+ arial: "arial";
17908
+ georgia: "georgia";
17909
+ helvetica: "helvetica";
17910
+ times_new_roman: "times_new_roman";
17911
+ }>, z.ZodEnum<{
17912
+ abeezee: "abeezee";
17913
+ abel: "abel";
17914
+ abril_fatface: "abril_fatface";
17915
+ acme: "acme";
17916
+ actor: "actor";
17917
+ adamina: "adamina";
17918
+ alegreya: "alegreya";
17919
+ alice: "alice";
17920
+ anton: "anton";
17921
+ archivo: "archivo";
17922
+ arimo: "arimo";
17923
+ arsenal: "arsenal";
17924
+ arvo: "arvo";
17925
+ average_sans: "average_sans";
17926
+ basic: "basic";
17927
+ bitter: "bitter";
17928
+ cabin: "cabin";
17929
+ chivo: "chivo";
17930
+ cinzel: "cinzel";
17931
+ comfortaa: "comfortaa";
17932
+ cormorant_garamond: "cormorant_garamond";
17933
+ didact_gothic: "didact_gothic";
17934
+ dm_mono: "dm_mono";
17935
+ dm_sans: "dm_sans";
17936
+ dm_serif_text: "dm_serif_text";
17937
+ exo_two: "exo_two";
17938
+ fira_sans: "fira_sans";
17939
+ fira_sans_extra_condensed: "fira_sans_extra_condensed";
17940
+ grandstander: "grandstander";
17941
+ hind: "hind";
17942
+ ibm_plex_mono: "ibm_plex_mono";
17943
+ ibm_plex_sans: "ibm_plex_sans";
17944
+ ibm_plex_serif: "ibm_plex_serif";
17945
+ inknut_antiqua: "inknut_antiqua";
17946
+ instrument_serif: "instrument_serif";
17947
+ inter: "inter";
17948
+ josefin_sans: "josefin_sans";
17949
+ karla: "karla";
17950
+ krona_one: "krona_one";
17951
+ lato: "lato";
17952
+ lora: "lora";
17953
+ luckiest_guy: "luckiest_guy";
17954
+ manrope: "manrope";
17955
+ merriweather: "merriweather";
17956
+ merriweather_sans: "merriweather_sans";
17957
+ montserrat: "montserrat";
17958
+ mulish: "mulish";
17959
+ noto_sans: "noto_sans";
17960
+ noto_serif: "noto_serif";
17961
+ nunito: "nunito";
17962
+ old_standard_tt: "old_standard_tt";
17963
+ open_sans: "open_sans";
17964
+ open_sans_condensed: "open_sans_condensed";
17965
+ orienta: "orienta";
17966
+ oswald: "oswald";
17967
+ oxygen: "oxygen";
17968
+ piazzolla: "piazzolla";
17969
+ playfair_display: "playfair_display";
17970
+ poppins: "poppins";
17971
+ prata: "prata";
17972
+ pt_mono: "pt_mono";
17973
+ pt_sans: "pt_sans";
17974
+ pt_serif: "pt_serif";
17975
+ pt_serif_caption: "pt_serif_caption";
17976
+ quattrocento: "quattrocento";
17977
+ questrial: "questrial";
17978
+ quicksand: "quicksand";
17979
+ raleway: "raleway";
17980
+ roboto: "roboto";
17981
+ roboto_condensed: "roboto_condensed";
17982
+ roboto_flex: "roboto_flex";
17983
+ roboto_mono: "roboto_mono";
17984
+ roboto_slab: "roboto_slab";
17985
+ rubik: "rubik";
17986
+ smooch: "smooch";
17987
+ sora: "sora";
17988
+ source_sans_pro: "source_sans_pro";
17989
+ space_grotesk: "space_grotesk";
17990
+ spectral: "spectral";
17991
+ syne: "syne";
17992
+ tenor_sans: "tenor_sans";
17993
+ ubuntu: "ubuntu";
17994
+ work_sans: "work_sans";
17995
+ yanone_kaffeesatz: "yanone_kaffeesatz";
17996
+ yeseva_one: "yeseva_one";
17997
+ }>, z.ZodEnum<{
17998
+ ambidexter: "ambidexter";
17999
+ authentic_sans: "authentic_sans";
18000
+ avara: "avara";
18001
+ clash_display: "clash_display";
18002
+ fungis: "fungis";
18003
+ general_sans: "general_sans";
18004
+ golos: "golos";
18005
+ le_murmure: "le_murmure";
18006
+ mattone: "mattone";
18007
+ messapia: "messapia";
18008
+ ortica_linear: "ortica_linear";
18009
+ sporting_grotesque: "sporting_grotesque";
18010
+ sprat: "sprat";
18011
+ sprat_condensed: "sprat_condensed";
18012
+ sprat_extended: "sprat_extended";
18013
+ standard: "standard";
18014
+ technor: "technor";
18015
+ terminal_grotesque: "terminal_grotesque";
18016
+ wremena: "wremena";
18017
+ }>]>;
18018
+ bodyFontStyle: z.ZodEnum<{
18019
+ bold: "bold";
18020
+ regular: "regular";
18021
+ medium: "medium";
18022
+ semibold: "semibold";
18023
+ "regular-italic": "regular-italic";
18024
+ "medium-italic": "medium-italic";
18025
+ "semibold-italic": "semibold-italic";
18026
+ "bold-italic": "bold-italic";
18027
+ }>;
18028
+ }, z.core.$strict>;
18029
+ general: z.ZodObject<{
18030
+ heading1: z.ZodObject<{
18031
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
18032
+ }, z.core.$strict>;
18033
+ heading2: z.ZodObject<{
18034
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
18035
+ }, z.core.$strict>;
18036
+ heading3: z.ZodObject<{
18037
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
18038
+ }, z.core.$strict>;
18039
+ heading4: z.ZodObject<{
18040
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
18041
+ }, z.core.$strict>;
18042
+ body1: z.ZodObject<{
18043
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
18044
+ }, z.core.$strict>;
18045
+ body2: z.ZodObject<{
18046
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
18047
+ }, z.core.$strict>;
18048
+ body3: z.ZodObject<{
18049
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
18050
+ }, z.core.$strict>;
18051
+ body4: z.ZodObject<{
18052
+ fontSize: z.ZodUnion<[z.ZodLiteral<number>, ...z.ZodLiteral<number>[]]>;
18053
+ }, z.core.$strict>;
18054
+ }, z.core.$strict>;
18055
+ }, z.core.$strict>;
18056
+ alignment: z.ZodEnum<{
18057
+ left: "left";
18058
+ center: "center";
18059
+ }>;
18060
+ pageLayout: z.ZodObject<{
18061
+ contentWidth: z.ZodInt;
18062
+ }, z.core.$strict>;
18063
+ cornerRadius: z.ZodEnum<{
18064
+ sharp: "sharp";
18065
+ softened: "softened";
18066
+ slightly_rounded: "slightly_rounded";
18067
+ rounded: "rounded";
18068
+ greatly_rounded: "greatly_rounded";
18069
+ }>;
18070
+ }, z.core.$strict>>;
17174
18071
  }, z.core.$strict>;
17175
18072
  pages: z.ZodArray<z.ZodObject<{
17176
18073
  metadata: z.ZodOptional<z.ZodObject<{
@@ -19618,7 +20515,8 @@ declare const template: {
19618
20515
  *
19619
20516
  * Creates a template configuration object with all required fields. This function ensures
19620
20517
  * type safety by requiring all fields defined in TemplateConfiguration, including metadata,
19621
- * header, and footer sections.
20518
+ * header, and footer sections. Style settings are optional, but when used both styleId and
20519
+ * globalSettings must be provided.
19622
20520
  *
19623
20521
  * @example
19624
20522
  * ```typescript
@@ -19641,6 +20539,40 @@ declare const template: {
19641
20539
  * footer: section.default({
19642
20540
  * id: 'footer',
19643
20541
  * }),
20542
+ * styleId: 'customName-001',
20543
+ * globalSettings: {
20544
+ * colorPalette: {
20545
+ * colorA: '#FFFFFF',
20546
+ * colorB: '#F3F5F7',
20547
+ * colorC: '#E7EAEE',
20548
+ * colorD: '#C7352E',
20549
+ * colorE: '#2D3136',
20550
+ * colorF: '#0E0F11',
20551
+ * },
20552
+ * fonts: {
20553
+ * fontPair: {
20554
+ * headingFont: 'dm_sans',
20555
+ * headingFontStyle: 'bold',
20556
+ * bodyFont: 'dm_sans',
20557
+ * bodyFontStyle: 'regular',
20558
+ * },
20559
+ * general: {
20560
+ * heading1: { fontSize: 64 },
20561
+ * heading2: { fontSize: 48 },
20562
+ * heading3: { fontSize: 32 },
20563
+ * heading4: { fontSize: 18 },
20564
+ * body1: { fontSize: 24 },
20565
+ * body2: { fontSize: 18 },
20566
+ * body3: { fontSize: 16 },
20567
+ * body4: { fontSize: 18 },
20568
+ * },
20569
+ * },
20570
+ * alignment: 'center',
20571
+ * pageLayout: {
20572
+ * contentWidth: 1128,
20573
+ * },
20574
+ * cornerRadius: 'sharp',
20575
+ * },
19644
20576
  * })
19645
20577
  * ```
19646
20578
  *