@riverbankcms/sdk 0.79.0 → 0.80.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/PreviewEditorSidebar-QZG37QIF.mjs +2655 -0
- package/dist/{PreviewEditorUI-27KJVEET.mjs → PreviewEditorUI-AXIKSMZA.mjs} +27 -4
- package/dist/SdkPreviewModeRuntime-XE5M4UKM.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +20 -0
- package/dist/_dts/api/src/endpoints.d.ts +24 -0
- package/dist/_dts/api/src/index.d.ts +1 -1
- package/dist/_dts/api/src/siteInfrastructure.d.ts +124 -0
- package/dist/_dts/api/src/siteOnboarding.d.ts +13 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +10 -1
- package/dist/_dts/block-form/src/client/index.d.ts +2 -0
- package/dist/_dts/block-form/src/index.d.ts +2 -0
- package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +2 -1
- package/dist/_dts/blocks/src/client/header.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +12 -12
- package/dist/_dts/blocks/src/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/events/event-listing.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +4 -1
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +7 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +21 -12
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +4 -2
- package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +1 -0
- package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +5 -0
- package/dist/_dts/blocks/src/system/node/fragments/headingDecoration.d.ts +1 -4
- package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +7 -7
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/header/enhanceHeaderSection.d.ts +10 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +5 -5
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.server.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventSpotlight.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCard.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventModals.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +3 -0
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +9 -0
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +14 -1
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +9 -3
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +6 -4
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +2 -6
- package/dist/_dts/editor-blocks/src/index.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/blocks/BlockToolbar.d.ts +5 -1
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +24 -0
- package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +34 -0
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +2 -5
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +4 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +20 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeEditorDraftPatch.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/storeTypes.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/commands/webhooks.d.ts +44 -0
- package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +56 -0
- package/dist/_dts/sdk/src/client/management/webhooks.d.ts +3 -0
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +6 -3
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/siteStyleDefaults.d.ts +220 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +45 -2
- package/dist/_dts/theme-core/src/blockOverrides.d.ts +8 -0
- package/dist/_dts/theme-core/src/blocks/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/blocks/vars/testimonials.d.ts +4 -1
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/cards/core.d.ts +20 -0
- package/dist/_dts/theme-core/src/cards/generateDefaultCardSystem.d.ts +6 -3
- package/dist/_dts/theme-core/src/cards/siteStyleDefaults.d.ts +105 -0
- package/dist/_dts/theme-core/src/cards/types.d.ts +177 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +156 -18
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +16 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/schema.d.ts +446 -52
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +86 -17
- package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +2 -3
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +86 -17
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +110 -1
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +20 -1
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -0
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +286 -6
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +193 -0
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +2 -8
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +10 -7
- package/dist/_dts/theme-core/src/site-styles/siteStyleThemeCompiler.d.ts +11 -0
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/testimonialQuotePresets.d.ts +15 -0
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +7 -29
- package/dist/{PreviewEditorSidebar-56NMJMIK.mjs → chunk-5NZGBSJF.mjs} +1423 -2451
- package/dist/{chunk-4HCW7FHJ.mjs → chunk-7PCYG6YV.mjs} +215 -137
- package/dist/{chunk-K2IIF34C.mjs → chunk-BBLZSQEY.mjs} +24 -0
- package/dist/{chunk-V47ZU33I.mjs → chunk-GYXKAUFV.mjs} +2785 -785
- package/dist/{chunk-GP555I66.mjs → chunk-HTB4BMKD.mjs} +94 -46
- package/dist/{chunk-A3HHFKVT.mjs → chunk-MPBNEVPB.mjs} +1 -1
- package/dist/cli/index.mjs +2100 -545
- package/dist/cli/init-docs/content/workflow-isr-revalidation.md +16 -4
- package/dist/client/{accordion-QLA7KBYO.mjs → accordion-QFZMNB7O.mjs} +1 -1
- package/dist/client/{bookingForm-PYZIPA5G.mjs → bookingForm-NCIXFWIG.mjs} +3 -3
- package/dist/client/bookings.mjs +1144 -329
- package/dist/client/{carousel-5EIULWBI.mjs → carousel-EO4BJMWD.mjs} +2 -2
- package/dist/client/{cart-DOP3FNI4.mjs → cart-FTYCLYUW.mjs} +5 -5
- package/dist/client/{checkout-BVMF6FBV.mjs → checkout-NFGLVCOX.mjs} +5 -5
- package/dist/client/{chunk-TYONZMST.mjs → chunk-4W66ALYT.mjs} +1 -1
- package/dist/client/{chunk-44K2U3QI.mjs → chunk-6GVVWSPU.mjs} +4 -4
- package/dist/client/{chunk-UDS3NTWA.mjs → chunk-IWFZSQNZ.mjs} +1 -1
- package/dist/client/{chunk-R5ESWNKX.mjs → chunk-PUOELU4O.mjs} +89 -5
- package/dist/client/{chunk-YLDYVRZL.mjs → chunk-PYRBIURC.mjs} +4 -4
- package/dist/client/{chunk-GG4M2NP6.mjs → chunk-T6UIP6UZ.mjs} +1 -1
- package/dist/client/{chunk-V6M5FCR5.mjs → chunk-VDS5YFLX.mjs} +1 -1
- package/dist/client/{chunk-CCNTDRCF.mjs → chunk-Y37KDO7P.mjs} +1 -1
- package/dist/client/client.mjs +4205 -2324
- package/dist/client/{courseRegistration-E6EAA6NL.mjs → courseRegistration-2EORROPS.mjs} +3 -3
- package/dist/client/{eventCalendar-HBG3HAK6.mjs → eventCalendar-WZI4VL6N.mjs} +5 -5
- package/dist/client/{eventCombined-6K5ZZWAK.mjs → eventCombined-QCB2TCNL.mjs} +5 -5
- package/dist/client/{eventDetails-Q75ICXLT.mjs → eventDetails-TFTATAPH.mjs} +5 -5
- package/dist/client/{eventListing-27P5F7DZ.mjs → eventListing-A2CQEHEQ.mjs} +5 -5
- package/dist/client/{eventRegistration-IQ7AMASR.mjs → eventRegistration-OELPVLUY.mjs} +5 -5
- package/dist/client/{form-JRTD65FN.mjs → form-NTIFD6WQ.mjs} +1 -1
- package/dist/client/{headerSection-7FPSSZHS.mjs → headerSection-7TBNKCLA.mjs} +65 -24
- package/dist/client/hooks.mjs +3354 -2006
- package/dist/client/{locationMap-7NGFNYBH.mjs → locationMap-LRLB5A3H.mjs} +1 -1
- package/dist/client/{newsletterForm-F3BADCI2.mjs → newsletterForm-XI52RZSN.mjs} +1 -1
- package/dist/client/{productDetail-V3HP7ITJ.mjs → productDetail-GSNKBFLY.mjs} +5 -5
- package/dist/client/{productList-L3EGJUF2.mjs → productList-BGCGT4KZ.mjs} +5 -5
- package/dist/client/rendering/client.mjs +2570 -1657
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +4275 -2394
- package/dist/client/{shop-DQUB5E2C.mjs → shop-RQHUCLNY.mjs} +5 -5
- package/dist/preview-next/before-render.mjs +24 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +24 -0
- package/dist/{sdk-runtime-AF6KXJU4.mjs → sdk-runtime-A4LHT2RS.mjs} +6 -6
- package/dist/server/components.mjs +4063 -2293
- package/dist/server/config-validation.mjs +3525 -2176
- package/dist/server/config.mjs +3525 -2176
- package/dist/server/data.mjs +3354 -2006
- package/dist/server/index.mjs +25 -1
- package/dist/server/next.mjs +4006 -2236
- package/dist/server/page-converter.mjs +2747 -1816
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +4063 -2293
- package/dist/server/rendering.mjs +4063 -2293
- package/dist/server/routing.mjs +3508 -2111
- package/dist/server/server.mjs +3372 -2024
- package/dist/server/theme-bridge.mjs +1436 -310
- package/dist/server/theme.mjs +409 -219
- package/dist/styles/index.css +300 -33
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-H4BSP6E7.mjs +0 -8
- package/dist/chunk-LCY32PXF.mjs +0 -1175
|
@@ -27,8 +27,8 @@ export declare const axesSchema: z.ZodObject<{
|
|
|
27
27
|
}>;
|
|
28
28
|
motion: z.ZodEnum<{
|
|
29
29
|
standard: "standard";
|
|
30
|
-
subtle: "subtle";
|
|
31
30
|
expressive: "expressive";
|
|
31
|
+
subtle: "subtle";
|
|
32
32
|
}>;
|
|
33
33
|
}, z.core.$strip>;
|
|
34
34
|
export declare const paletteColorSchema: z.ZodObject<{
|
|
@@ -93,8 +93,10 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
93
93
|
color: "color";
|
|
94
94
|
gradient: "gradient";
|
|
95
95
|
}>>;
|
|
96
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
96
97
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
97
98
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
99
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98
100
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
99
101
|
type: z.ZodEnum<{
|
|
100
102
|
image: "image";
|
|
@@ -194,17 +196,11 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
194
196
|
}>>>;
|
|
195
197
|
headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
|
|
196
198
|
family: z.ZodLiteral<"none">;
|
|
197
|
-
placement: z.ZodLiteral<"none">;
|
|
198
199
|
}, z.core.$strip>, z.ZodObject<{
|
|
199
200
|
family: z.ZodEnum<{
|
|
200
201
|
"organic-squiggle": "organic-squiggle";
|
|
201
202
|
"short-center-rule": "short-center-rule";
|
|
202
203
|
}>;
|
|
203
|
-
placement: z.ZodEnum<{
|
|
204
|
-
"after-heading": "after-heading";
|
|
205
|
-
"between-heading-and-body": "between-heading-and-body";
|
|
206
|
-
"under-centered-heading": "under-centered-heading";
|
|
207
|
-
}>;
|
|
208
204
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
209
205
|
text: "text";
|
|
210
206
|
primary: "primary";
|
|
@@ -214,11 +210,10 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
214
210
|
accent: "accent";
|
|
215
211
|
}>>;
|
|
216
212
|
}, z.core.$strip>]>>>;
|
|
217
|
-
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
213
|
+
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
218
214
|
off: "off";
|
|
219
215
|
"site-default": "site-default";
|
|
220
|
-
|
|
221
|
-
}>>>;
|
|
216
|
+
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
222
217
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
223
218
|
iconSet: z.ZodEnum<{
|
|
224
219
|
caret: "caret";
|
|
@@ -256,8 +251,10 @@ export declare const containerStylesOverrideSchema: z.ZodObject<{
|
|
|
256
251
|
color: "color";
|
|
257
252
|
gradient: "gradient";
|
|
258
253
|
}>>;
|
|
254
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
259
255
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
260
256
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
257
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
261
258
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
262
259
|
type: z.ZodEnum<{
|
|
263
260
|
image: "image";
|
|
@@ -352,8 +349,10 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
|
|
|
352
349
|
color: "color";
|
|
353
350
|
gradient: "gradient";
|
|
354
351
|
}>>;
|
|
352
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
355
353
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
356
354
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
355
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
357
356
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
358
357
|
type: z.ZodEnum<{
|
|
359
358
|
image: "image";
|
|
@@ -451,6 +450,15 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
|
|
|
451
450
|
}>>>;
|
|
452
451
|
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
453
452
|
"accent-quote": "accent-quote";
|
|
453
|
+
"editorial-rule": "editorial-rule";
|
|
454
|
+
"soft-panel": "soft-panel";
|
|
455
|
+
"editorial-serif-quote": "editorial-serif-quote";
|
|
456
|
+
"editorial-open": "editorial-open";
|
|
457
|
+
}>>>;
|
|
458
|
+
cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
459
|
+
none: "none";
|
|
460
|
+
default: "default";
|
|
461
|
+
alternative: "alternative";
|
|
454
462
|
}>>>;
|
|
455
463
|
}, z.core.$strip>;
|
|
456
464
|
declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
@@ -461,8 +469,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
461
469
|
color: "color";
|
|
462
470
|
gradient: "gradient";
|
|
463
471
|
}>>;
|
|
472
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
464
473
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
465
474
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
475
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
466
476
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
467
477
|
type: z.ZodEnum<{
|
|
468
478
|
image: "image";
|
|
@@ -562,17 +572,11 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
562
572
|
}>>>;
|
|
563
573
|
headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
|
|
564
574
|
family: z.ZodLiteral<"none">;
|
|
565
|
-
placement: z.ZodLiteral<"none">;
|
|
566
575
|
}, z.core.$strip>, z.ZodObject<{
|
|
567
576
|
family: z.ZodEnum<{
|
|
568
577
|
"organic-squiggle": "organic-squiggle";
|
|
569
578
|
"short-center-rule": "short-center-rule";
|
|
570
579
|
}>;
|
|
571
|
-
placement: z.ZodEnum<{
|
|
572
|
-
"after-heading": "after-heading";
|
|
573
|
-
"between-heading-and-body": "between-heading-and-body";
|
|
574
|
-
"under-centered-heading": "under-centered-heading";
|
|
575
|
-
}>;
|
|
576
580
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
577
581
|
text: "text";
|
|
578
582
|
primary: "primary";
|
|
@@ -582,11 +586,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
582
586
|
accent: "accent";
|
|
583
587
|
}>>;
|
|
584
588
|
}, z.core.$strip>]>>>;
|
|
585
|
-
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
589
|
+
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
586
590
|
off: "off";
|
|
587
591
|
"site-default": "site-default";
|
|
588
|
-
|
|
589
|
-
}>>>;
|
|
592
|
+
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
590
593
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
591
594
|
iconSet: z.ZodEnum<{
|
|
592
595
|
caret: "caret";
|
|
@@ -624,8 +627,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
624
627
|
color: "color";
|
|
625
628
|
gradient: "gradient";
|
|
626
629
|
}>>;
|
|
630
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
627
631
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
628
632
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
633
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
629
634
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
630
635
|
type: z.ZodEnum<{
|
|
631
636
|
image: "image";
|
|
@@ -720,8 +725,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
720
725
|
color: "color";
|
|
721
726
|
gradient: "gradient";
|
|
722
727
|
}>>;
|
|
728
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
723
729
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
724
730
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
731
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
725
732
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
726
733
|
type: z.ZodEnum<{
|
|
727
734
|
image: "image";
|
|
@@ -819,6 +826,15 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
819
826
|
}>>>;
|
|
820
827
|
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
821
828
|
"accent-quote": "accent-quote";
|
|
829
|
+
"editorial-rule": "editorial-rule";
|
|
830
|
+
"soft-panel": "soft-panel";
|
|
831
|
+
"editorial-serif-quote": "editorial-serif-quote";
|
|
832
|
+
"editorial-open": "editorial-open";
|
|
833
|
+
}>>>;
|
|
834
|
+
cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
835
|
+
none: "none";
|
|
836
|
+
default: "default";
|
|
837
|
+
alternative: "alternative";
|
|
822
838
|
}>>>;
|
|
823
839
|
}, z.core.$strip>>>;
|
|
824
840
|
}, z.core.$strip>;
|
|
@@ -858,8 +874,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
858
874
|
color: "color";
|
|
859
875
|
gradient: "gradient";
|
|
860
876
|
}>>;
|
|
877
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
861
878
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
862
879
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
880
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
863
881
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
864
882
|
type: z.ZodEnum<{
|
|
865
883
|
image: "image";
|
|
@@ -959,17 +977,11 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
959
977
|
}>>>;
|
|
960
978
|
headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
|
|
961
979
|
family: z.ZodLiteral<"none">;
|
|
962
|
-
placement: z.ZodLiteral<"none">;
|
|
963
980
|
}, z.core.$strip>, z.ZodObject<{
|
|
964
981
|
family: z.ZodEnum<{
|
|
965
982
|
"organic-squiggle": "organic-squiggle";
|
|
966
983
|
"short-center-rule": "short-center-rule";
|
|
967
984
|
}>;
|
|
968
|
-
placement: z.ZodEnum<{
|
|
969
|
-
"after-heading": "after-heading";
|
|
970
|
-
"between-heading-and-body": "between-heading-and-body";
|
|
971
|
-
"under-centered-heading": "under-centered-heading";
|
|
972
|
-
}>;
|
|
973
985
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
974
986
|
text: "text";
|
|
975
987
|
primary: "primary";
|
|
@@ -979,11 +991,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
979
991
|
accent: "accent";
|
|
980
992
|
}>>;
|
|
981
993
|
}, z.core.$strip>]>>>;
|
|
982
|
-
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
994
|
+
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
983
995
|
off: "off";
|
|
984
996
|
"site-default": "site-default";
|
|
985
|
-
|
|
986
|
-
}>>>;
|
|
997
|
+
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
987
998
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
988
999
|
iconSet: z.ZodEnum<{
|
|
989
1000
|
caret: "caret";
|
|
@@ -1021,8 +1032,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1021
1032
|
color: "color";
|
|
1022
1033
|
gradient: "gradient";
|
|
1023
1034
|
}>>;
|
|
1035
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
1024
1036
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1025
1037
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1038
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1026
1039
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1027
1040
|
type: z.ZodEnum<{
|
|
1028
1041
|
image: "image";
|
|
@@ -1117,8 +1130,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1117
1130
|
color: "color";
|
|
1118
1131
|
gradient: "gradient";
|
|
1119
1132
|
}>>;
|
|
1133
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
1120
1134
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1121
1135
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1136
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1122
1137
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1123
1138
|
type: z.ZodEnum<{
|
|
1124
1139
|
image: "image";
|
|
@@ -1216,6 +1231,15 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1216
1231
|
}>>>;
|
|
1217
1232
|
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1218
1233
|
"accent-quote": "accent-quote";
|
|
1234
|
+
"editorial-rule": "editorial-rule";
|
|
1235
|
+
"soft-panel": "soft-panel";
|
|
1236
|
+
"editorial-serif-quote": "editorial-serif-quote";
|
|
1237
|
+
"editorial-open": "editorial-open";
|
|
1238
|
+
}>>>;
|
|
1239
|
+
cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1240
|
+
none: "none";
|
|
1241
|
+
default: "default";
|
|
1242
|
+
alternative: "alternative";
|
|
1219
1243
|
}>>>;
|
|
1220
1244
|
}, z.core.$strip>>>;
|
|
1221
1245
|
}, z.core.$strip>>;
|
|
@@ -1684,6 +1708,30 @@ declare const logoStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1684
1708
|
widest: "widest";
|
|
1685
1709
|
}>>;
|
|
1686
1710
|
gradient: z.ZodDefault<z.ZodBoolean>;
|
|
1711
|
+
brandDisplay: z.ZodOptional<z.ZodEnum<{
|
|
1712
|
+
auto: "auto";
|
|
1713
|
+
"logo-only": "logo-only";
|
|
1714
|
+
"logo-plus-title": "logo-plus-title";
|
|
1715
|
+
"title-only": "title-only";
|
|
1716
|
+
}>>;
|
|
1717
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
1718
|
+
standard: "standard";
|
|
1719
|
+
auto: "auto";
|
|
1720
|
+
compact: "compact";
|
|
1721
|
+
display: "display";
|
|
1722
|
+
generous: "generous";
|
|
1723
|
+
}>>;
|
|
1724
|
+
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
1725
|
+
"title-only": "title-only";
|
|
1726
|
+
"inline-logo-only": "inline-logo-only";
|
|
1727
|
+
"inline-wordmark": "inline-wordmark";
|
|
1728
|
+
"inline-mark-with-title": "inline-mark-with-title";
|
|
1729
|
+
"logo-plate": "logo-plate";
|
|
1730
|
+
"centered-badge": "centered-badge";
|
|
1731
|
+
"popout-badge": "popout-badge";
|
|
1732
|
+
"centered-masthead": "centered-masthead";
|
|
1733
|
+
"hero-badge": "hero-badge";
|
|
1734
|
+
}>>;
|
|
1687
1735
|
}, z.core.$strip>>;
|
|
1688
1736
|
declare const headerLogoTextSchema: z.ZodOptional<z.ZodObject<{
|
|
1689
1737
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
@@ -2013,6 +2061,30 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
2013
2061
|
widest: "widest";
|
|
2014
2062
|
}>>;
|
|
2015
2063
|
gradient: z.ZodDefault<z.ZodBoolean>;
|
|
2064
|
+
brandDisplay: z.ZodOptional<z.ZodEnum<{
|
|
2065
|
+
auto: "auto";
|
|
2066
|
+
"logo-only": "logo-only";
|
|
2067
|
+
"logo-plus-title": "logo-plus-title";
|
|
2068
|
+
"title-only": "title-only";
|
|
2069
|
+
}>>;
|
|
2070
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
2071
|
+
standard: "standard";
|
|
2072
|
+
auto: "auto";
|
|
2073
|
+
compact: "compact";
|
|
2074
|
+
display: "display";
|
|
2075
|
+
generous: "generous";
|
|
2076
|
+
}>>;
|
|
2077
|
+
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
2078
|
+
"title-only": "title-only";
|
|
2079
|
+
"inline-logo-only": "inline-logo-only";
|
|
2080
|
+
"inline-wordmark": "inline-wordmark";
|
|
2081
|
+
"inline-mark-with-title": "inline-mark-with-title";
|
|
2082
|
+
"logo-plate": "logo-plate";
|
|
2083
|
+
"centered-badge": "centered-badge";
|
|
2084
|
+
"popout-badge": "popout-badge";
|
|
2085
|
+
"centered-masthead": "centered-masthead";
|
|
2086
|
+
"hero-badge": "hero-badge";
|
|
2087
|
+
}>>;
|
|
2016
2088
|
}, z.core.$strip>>;
|
|
2017
2089
|
logoText: z.ZodOptional<z.ZodObject<{
|
|
2018
2090
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
@@ -2709,6 +2781,32 @@ export declare const gradientsSchema: z.ZodObject<{
|
|
|
2709
2781
|
hero: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2710
2782
|
background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2711
2783
|
}, z.core.$strip>;
|
|
2784
|
+
/**
|
|
2785
|
+
* Testimonial quote-mark treatment, owned by the site style (analogous to the
|
|
2786
|
+
* accordion icon). `style` is the coarse selector; the optional fields fine-tune
|
|
2787
|
+
* it. `none` hides the mark. The block renders the mark; the site style decides
|
|
2788
|
+
* its character; a look may still hide it.
|
|
2789
|
+
*/
|
|
2790
|
+
export declare const testimonialQuoteTreatmentSchema: z.ZodObject<{
|
|
2791
|
+
style: z.ZodEnum<{
|
|
2792
|
+
none: "none";
|
|
2793
|
+
"serif-display": "serif-display";
|
|
2794
|
+
"accent-glyph": "accent-glyph";
|
|
2795
|
+
}>;
|
|
2796
|
+
fontFamily: z.ZodOptional<z.ZodEnum<{
|
|
2797
|
+
body: "body";
|
|
2798
|
+
heading: "heading";
|
|
2799
|
+
}>>;
|
|
2800
|
+
scale: z.ZodOptional<z.ZodEnum<{
|
|
2801
|
+
sm: "sm";
|
|
2802
|
+
md: "md";
|
|
2803
|
+
lg: "lg";
|
|
2804
|
+
xl: "xl";
|
|
2805
|
+
}>>;
|
|
2806
|
+
colorToken: z.ZodOptional<z.ZodString>;
|
|
2807
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2808
|
+
}, z.core.$strip>;
|
|
2809
|
+
export type TestimonialQuoteTreatment = z.infer<typeof testimonialQuoteTreatmentSchema>;
|
|
2712
2810
|
export declare const themeSchema: z.ZodObject<{
|
|
2713
2811
|
name: z.ZodString;
|
|
2714
2812
|
description: z.ZodString;
|
|
@@ -2741,8 +2839,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2741
2839
|
}>;
|
|
2742
2840
|
motion: z.ZodEnum<{
|
|
2743
2841
|
standard: "standard";
|
|
2744
|
-
subtle: "subtle";
|
|
2745
2842
|
expressive: "expressive";
|
|
2843
|
+
subtle: "subtle";
|
|
2746
2844
|
}>;
|
|
2747
2845
|
}, z.core.$strip>;
|
|
2748
2846
|
palette: z.ZodObject<{
|
|
@@ -3464,6 +3562,30 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3464
3562
|
widest: "widest";
|
|
3465
3563
|
}>>;
|
|
3466
3564
|
gradient: z.ZodDefault<z.ZodBoolean>;
|
|
3565
|
+
brandDisplay: z.ZodOptional<z.ZodEnum<{
|
|
3566
|
+
auto: "auto";
|
|
3567
|
+
"logo-only": "logo-only";
|
|
3568
|
+
"logo-plus-title": "logo-plus-title";
|
|
3569
|
+
"title-only": "title-only";
|
|
3570
|
+
}>>;
|
|
3571
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
3572
|
+
standard: "standard";
|
|
3573
|
+
auto: "auto";
|
|
3574
|
+
compact: "compact";
|
|
3575
|
+
display: "display";
|
|
3576
|
+
generous: "generous";
|
|
3577
|
+
}>>;
|
|
3578
|
+
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
3579
|
+
"title-only": "title-only";
|
|
3580
|
+
"inline-logo-only": "inline-logo-only";
|
|
3581
|
+
"inline-wordmark": "inline-wordmark";
|
|
3582
|
+
"inline-mark-with-title": "inline-mark-with-title";
|
|
3583
|
+
"logo-plate": "logo-plate";
|
|
3584
|
+
"centered-badge": "centered-badge";
|
|
3585
|
+
"popout-badge": "popout-badge";
|
|
3586
|
+
"centered-masthead": "centered-masthead";
|
|
3587
|
+
"hero-badge": "hero-badge";
|
|
3588
|
+
}>>;
|
|
3467
3589
|
}, z.core.$strip>>;
|
|
3468
3590
|
logoText: z.ZodOptional<z.ZodObject<{
|
|
3469
3591
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
@@ -4188,6 +4310,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4188
4310
|
comfortable: "comfortable";
|
|
4189
4311
|
spacious: "spacious";
|
|
4190
4312
|
}>;
|
|
4313
|
+
foregroundToken: z.ZodOptional<z.ZodString>;
|
|
4191
4314
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
4192
4315
|
elevation: z.ZodEnum<{
|
|
4193
4316
|
medium: "medium";
|
|
@@ -4211,17 +4334,62 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4211
4334
|
pill: "pill";
|
|
4212
4335
|
soft: "soft";
|
|
4213
4336
|
}>>;
|
|
4337
|
+
cornerRadii: z.ZodOptional<z.ZodObject<{
|
|
4338
|
+
topLeft: z.ZodOptional<z.ZodEnum<{
|
|
4339
|
+
rounded: "rounded";
|
|
4340
|
+
square: "square";
|
|
4341
|
+
pill: "pill";
|
|
4342
|
+
soft: "soft";
|
|
4343
|
+
expressive: "expressive";
|
|
4344
|
+
}>>;
|
|
4345
|
+
topRight: z.ZodOptional<z.ZodEnum<{
|
|
4346
|
+
rounded: "rounded";
|
|
4347
|
+
square: "square";
|
|
4348
|
+
pill: "pill";
|
|
4349
|
+
soft: "soft";
|
|
4350
|
+
expressive: "expressive";
|
|
4351
|
+
}>>;
|
|
4352
|
+
bottomLeft: z.ZodOptional<z.ZodEnum<{
|
|
4353
|
+
rounded: "rounded";
|
|
4354
|
+
square: "square";
|
|
4355
|
+
pill: "pill";
|
|
4356
|
+
soft: "soft";
|
|
4357
|
+
expressive: "expressive";
|
|
4358
|
+
}>>;
|
|
4359
|
+
bottomRight: z.ZodOptional<z.ZodEnum<{
|
|
4360
|
+
rounded: "rounded";
|
|
4361
|
+
square: "square";
|
|
4362
|
+
pill: "pill";
|
|
4363
|
+
soft: "soft";
|
|
4364
|
+
expressive: "expressive";
|
|
4365
|
+
}>>;
|
|
4366
|
+
}, z.core.$strip>>;
|
|
4214
4367
|
border: z.ZodOptional<z.ZodObject<{
|
|
4215
4368
|
widthClass: z.ZodString;
|
|
4216
4369
|
colorToken: z.ZodString;
|
|
4217
4370
|
}, z.core.$strip>>;
|
|
4371
|
+
accentEdge: z.ZodOptional<z.ZodObject<{
|
|
4372
|
+
edge: z.ZodEnum<{
|
|
4373
|
+
left: "left";
|
|
4374
|
+
right: "right";
|
|
4375
|
+
top: "top";
|
|
4376
|
+
bottom: "bottom";
|
|
4377
|
+
}>;
|
|
4378
|
+
colorToken: z.ZodString;
|
|
4379
|
+
width: z.ZodEnum<{
|
|
4380
|
+
medium: "medium";
|
|
4381
|
+
thick: "thick";
|
|
4382
|
+
thin: "thin";
|
|
4383
|
+
heavy: "heavy";
|
|
4384
|
+
}>;
|
|
4385
|
+
}, z.core.$strip>>;
|
|
4218
4386
|
}, z.core.$strip>>;
|
|
4219
4387
|
}, z.core.$strip>>;
|
|
4220
4388
|
accordions: z.ZodOptional<z.ZodObject<{
|
|
4221
|
-
background: z.ZodObject<{
|
|
4389
|
+
background: z.ZodNullable<z.ZodObject<{
|
|
4222
4390
|
type: z.ZodLiteral<"solid">;
|
|
4223
4391
|
colorToken: z.ZodString;
|
|
4224
|
-
}, z.core.$strip
|
|
4392
|
+
}, z.core.$strip>>;
|
|
4225
4393
|
spacing: z.ZodEnum<{
|
|
4226
4394
|
medium: "medium";
|
|
4227
4395
|
none: "none";
|
|
@@ -4284,16 +4452,70 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4284
4452
|
regular: "regular";
|
|
4285
4453
|
semibold: "semibold";
|
|
4286
4454
|
}>>;
|
|
4455
|
+
fontFamily: z.ZodOptional<z.ZodEnum<{
|
|
4456
|
+
body: "body";
|
|
4457
|
+
heading: "heading";
|
|
4458
|
+
}>>;
|
|
4459
|
+
fontScale: z.ZodOptional<z.ZodEnum<{
|
|
4460
|
+
body: "body";
|
|
4461
|
+
md: "md";
|
|
4462
|
+
lg: "lg";
|
|
4463
|
+
}>>;
|
|
4464
|
+
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
4465
|
+
wide: "wide";
|
|
4466
|
+
normal: "normal";
|
|
4467
|
+
tight: "tight";
|
|
4468
|
+
}>>;
|
|
4469
|
+
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
4470
|
+
none: "none";
|
|
4471
|
+
uppercase: "uppercase";
|
|
4472
|
+
}>>;
|
|
4287
4473
|
}, z.core.$strip>;
|
|
4288
4474
|
hover: z.ZodObject<{
|
|
4289
4475
|
backgroundColorToken: z.ZodOptional<z.ZodString>;
|
|
4290
4476
|
textColorToken: z.ZodOptional<z.ZodString>;
|
|
4291
4477
|
borderColorToken: z.ZodOptional<z.ZodString>;
|
|
4292
4478
|
}, z.core.$strip>;
|
|
4479
|
+
openState: z.ZodOptional<z.ZodObject<{
|
|
4480
|
+
backgroundColorToken: z.ZodOptional<z.ZodString>;
|
|
4481
|
+
triggerColorToken: z.ZodOptional<z.ZodString>;
|
|
4482
|
+
accent: z.ZodOptional<z.ZodObject<{
|
|
4483
|
+
edge: z.ZodEnum<{
|
|
4484
|
+
left: "left";
|
|
4485
|
+
top: "top";
|
|
4486
|
+
bottom: "bottom";
|
|
4487
|
+
}>;
|
|
4488
|
+
colorToken: z.ZodString;
|
|
4489
|
+
thickness: z.ZodEnum<{
|
|
4490
|
+
medium: "medium";
|
|
4491
|
+
thick: "thick";
|
|
4492
|
+
thin: "thin";
|
|
4493
|
+
}>;
|
|
4494
|
+
}, z.core.$strip>>;
|
|
4495
|
+
}, z.core.$strip>>;
|
|
4293
4496
|
content: z.ZodObject<{
|
|
4294
4497
|
textColorToken: z.ZodString;
|
|
4295
4498
|
}, z.core.$strip>;
|
|
4296
4499
|
}, z.core.$strip>>;
|
|
4500
|
+
testimonialQuote: z.ZodOptional<z.ZodObject<{
|
|
4501
|
+
style: z.ZodEnum<{
|
|
4502
|
+
none: "none";
|
|
4503
|
+
"serif-display": "serif-display";
|
|
4504
|
+
"accent-glyph": "accent-glyph";
|
|
4505
|
+
}>;
|
|
4506
|
+
fontFamily: z.ZodOptional<z.ZodEnum<{
|
|
4507
|
+
body: "body";
|
|
4508
|
+
heading: "heading";
|
|
4509
|
+
}>>;
|
|
4510
|
+
scale: z.ZodOptional<z.ZodEnum<{
|
|
4511
|
+
sm: "sm";
|
|
4512
|
+
md: "md";
|
|
4513
|
+
lg: "lg";
|
|
4514
|
+
xl: "xl";
|
|
4515
|
+
}>>;
|
|
4516
|
+
colorToken: z.ZodOptional<z.ZodString>;
|
|
4517
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
4518
|
+
}, z.core.$strip>>;
|
|
4297
4519
|
inputs: z.ZodOptional<z.ZodObject<{
|
|
4298
4520
|
base: z.ZodObject<{
|
|
4299
4521
|
background: z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -4449,8 +4671,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4449
4671
|
color: "color";
|
|
4450
4672
|
gradient: "gradient";
|
|
4451
4673
|
}>>;
|
|
4674
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
4452
4675
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4453
4676
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4677
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4454
4678
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4455
4679
|
type: z.ZodEnum<{
|
|
4456
4680
|
image: "image";
|
|
@@ -4550,17 +4774,11 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4550
4774
|
}>>>;
|
|
4551
4775
|
headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
|
|
4552
4776
|
family: z.ZodLiteral<"none">;
|
|
4553
|
-
placement: z.ZodLiteral<"none">;
|
|
4554
4777
|
}, z.core.$strip>, z.ZodObject<{
|
|
4555
4778
|
family: z.ZodEnum<{
|
|
4556
4779
|
"organic-squiggle": "organic-squiggle";
|
|
4557
4780
|
"short-center-rule": "short-center-rule";
|
|
4558
4781
|
}>;
|
|
4559
|
-
placement: z.ZodEnum<{
|
|
4560
|
-
"after-heading": "after-heading";
|
|
4561
|
-
"between-heading-and-body": "between-heading-and-body";
|
|
4562
|
-
"under-centered-heading": "under-centered-heading";
|
|
4563
|
-
}>;
|
|
4564
4782
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
4565
4783
|
text: "text";
|
|
4566
4784
|
primary: "primary";
|
|
@@ -4570,11 +4788,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4570
4788
|
accent: "accent";
|
|
4571
4789
|
}>>;
|
|
4572
4790
|
}, z.core.$strip>]>>>;
|
|
4573
|
-
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4791
|
+
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
4574
4792
|
off: "off";
|
|
4575
4793
|
"site-default": "site-default";
|
|
4576
|
-
|
|
4577
|
-
}>>>;
|
|
4794
|
+
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
4578
4795
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4579
4796
|
iconSet: z.ZodEnum<{
|
|
4580
4797
|
caret: "caret";
|
|
@@ -4612,8 +4829,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4612
4829
|
color: "color";
|
|
4613
4830
|
gradient: "gradient";
|
|
4614
4831
|
}>>;
|
|
4832
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
4615
4833
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4616
4834
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4835
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4617
4836
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4618
4837
|
type: z.ZodEnum<{
|
|
4619
4838
|
image: "image";
|
|
@@ -4708,8 +4927,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4708
4927
|
color: "color";
|
|
4709
4928
|
gradient: "gradient";
|
|
4710
4929
|
}>>;
|
|
4930
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
4711
4931
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4712
4932
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4933
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4713
4934
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4714
4935
|
type: z.ZodEnum<{
|
|
4715
4936
|
image: "image";
|
|
@@ -4807,10 +5028,35 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4807
5028
|
}>>>;
|
|
4808
5029
|
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4809
5030
|
"accent-quote": "accent-quote";
|
|
5031
|
+
"editorial-rule": "editorial-rule";
|
|
5032
|
+
"soft-panel": "soft-panel";
|
|
5033
|
+
"editorial-serif-quote": "editorial-serif-quote";
|
|
5034
|
+
"editorial-open": "editorial-open";
|
|
5035
|
+
}>>>;
|
|
5036
|
+
cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5037
|
+
none: "none";
|
|
5038
|
+
default: "default";
|
|
5039
|
+
alternative: "alternative";
|
|
4810
5040
|
}>>>;
|
|
4811
5041
|
}, z.core.$strip>>>;
|
|
4812
5042
|
}, z.core.$strip>>;
|
|
4813
5043
|
}, z.core.$strip>>>;
|
|
5044
|
+
headingDecoration: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
5045
|
+
family: z.ZodLiteral<"none">;
|
|
5046
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5047
|
+
family: z.ZodEnum<{
|
|
5048
|
+
"organic-squiggle": "organic-squiggle";
|
|
5049
|
+
"short-center-rule": "short-center-rule";
|
|
5050
|
+
}>;
|
|
5051
|
+
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
5052
|
+
text: "text";
|
|
5053
|
+
primary: "primary";
|
|
5054
|
+
secondary: "secondary";
|
|
5055
|
+
border: "border";
|
|
5056
|
+
muted: "muted";
|
|
5057
|
+
accent: "accent";
|
|
5058
|
+
}>>;
|
|
5059
|
+
}, z.core.$strip>]>>;
|
|
4814
5060
|
customCssRules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4815
5061
|
id: z.ZodString;
|
|
4816
5062
|
selector: z.ZodString;
|
|
@@ -4891,8 +5137,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4891
5137
|
}>;
|
|
4892
5138
|
motion: z.ZodEnum<{
|
|
4893
5139
|
standard: "standard";
|
|
4894
|
-
subtle: "subtle";
|
|
4895
5140
|
expressive: "expressive";
|
|
5141
|
+
subtle: "subtle";
|
|
4896
5142
|
}>;
|
|
4897
5143
|
}, z.core.$strip>;
|
|
4898
5144
|
palette: z.ZodObject<{
|
|
@@ -5614,6 +5860,30 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5614
5860
|
widest: "widest";
|
|
5615
5861
|
}>>;
|
|
5616
5862
|
gradient: z.ZodDefault<z.ZodBoolean>;
|
|
5863
|
+
brandDisplay: z.ZodOptional<z.ZodEnum<{
|
|
5864
|
+
auto: "auto";
|
|
5865
|
+
"logo-only": "logo-only";
|
|
5866
|
+
"logo-plus-title": "logo-plus-title";
|
|
5867
|
+
"title-only": "title-only";
|
|
5868
|
+
}>>;
|
|
5869
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
5870
|
+
standard: "standard";
|
|
5871
|
+
auto: "auto";
|
|
5872
|
+
compact: "compact";
|
|
5873
|
+
display: "display";
|
|
5874
|
+
generous: "generous";
|
|
5875
|
+
}>>;
|
|
5876
|
+
accommodation: z.ZodOptional<z.ZodEnum<{
|
|
5877
|
+
"title-only": "title-only";
|
|
5878
|
+
"inline-logo-only": "inline-logo-only";
|
|
5879
|
+
"inline-wordmark": "inline-wordmark";
|
|
5880
|
+
"inline-mark-with-title": "inline-mark-with-title";
|
|
5881
|
+
"logo-plate": "logo-plate";
|
|
5882
|
+
"centered-badge": "centered-badge";
|
|
5883
|
+
"popout-badge": "popout-badge";
|
|
5884
|
+
"centered-masthead": "centered-masthead";
|
|
5885
|
+
"hero-badge": "hero-badge";
|
|
5886
|
+
}>>;
|
|
5617
5887
|
}, z.core.$strip>>;
|
|
5618
5888
|
logoText: z.ZodOptional<z.ZodObject<{
|
|
5619
5889
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
@@ -6338,6 +6608,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6338
6608
|
comfortable: "comfortable";
|
|
6339
6609
|
spacious: "spacious";
|
|
6340
6610
|
}>;
|
|
6611
|
+
foregroundToken: z.ZodOptional<z.ZodString>;
|
|
6341
6612
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
6342
6613
|
elevation: z.ZodEnum<{
|
|
6343
6614
|
medium: "medium";
|
|
@@ -6361,17 +6632,62 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6361
6632
|
pill: "pill";
|
|
6362
6633
|
soft: "soft";
|
|
6363
6634
|
}>>;
|
|
6635
|
+
cornerRadii: z.ZodOptional<z.ZodObject<{
|
|
6636
|
+
topLeft: z.ZodOptional<z.ZodEnum<{
|
|
6637
|
+
rounded: "rounded";
|
|
6638
|
+
square: "square";
|
|
6639
|
+
pill: "pill";
|
|
6640
|
+
soft: "soft";
|
|
6641
|
+
expressive: "expressive";
|
|
6642
|
+
}>>;
|
|
6643
|
+
topRight: z.ZodOptional<z.ZodEnum<{
|
|
6644
|
+
rounded: "rounded";
|
|
6645
|
+
square: "square";
|
|
6646
|
+
pill: "pill";
|
|
6647
|
+
soft: "soft";
|
|
6648
|
+
expressive: "expressive";
|
|
6649
|
+
}>>;
|
|
6650
|
+
bottomLeft: z.ZodOptional<z.ZodEnum<{
|
|
6651
|
+
rounded: "rounded";
|
|
6652
|
+
square: "square";
|
|
6653
|
+
pill: "pill";
|
|
6654
|
+
soft: "soft";
|
|
6655
|
+
expressive: "expressive";
|
|
6656
|
+
}>>;
|
|
6657
|
+
bottomRight: z.ZodOptional<z.ZodEnum<{
|
|
6658
|
+
rounded: "rounded";
|
|
6659
|
+
square: "square";
|
|
6660
|
+
pill: "pill";
|
|
6661
|
+
soft: "soft";
|
|
6662
|
+
expressive: "expressive";
|
|
6663
|
+
}>>;
|
|
6664
|
+
}, z.core.$strip>>;
|
|
6364
6665
|
border: z.ZodOptional<z.ZodObject<{
|
|
6365
6666
|
widthClass: z.ZodString;
|
|
6366
6667
|
colorToken: z.ZodString;
|
|
6367
6668
|
}, z.core.$strip>>;
|
|
6669
|
+
accentEdge: z.ZodOptional<z.ZodObject<{
|
|
6670
|
+
edge: z.ZodEnum<{
|
|
6671
|
+
left: "left";
|
|
6672
|
+
right: "right";
|
|
6673
|
+
top: "top";
|
|
6674
|
+
bottom: "bottom";
|
|
6675
|
+
}>;
|
|
6676
|
+
colorToken: z.ZodString;
|
|
6677
|
+
width: z.ZodEnum<{
|
|
6678
|
+
medium: "medium";
|
|
6679
|
+
thick: "thick";
|
|
6680
|
+
thin: "thin";
|
|
6681
|
+
heavy: "heavy";
|
|
6682
|
+
}>;
|
|
6683
|
+
}, z.core.$strip>>;
|
|
6368
6684
|
}, z.core.$strip>>;
|
|
6369
6685
|
}, z.core.$strip>>;
|
|
6370
6686
|
accordions: z.ZodOptional<z.ZodObject<{
|
|
6371
|
-
background: z.ZodObject<{
|
|
6687
|
+
background: z.ZodNullable<z.ZodObject<{
|
|
6372
6688
|
type: z.ZodLiteral<"solid">;
|
|
6373
6689
|
colorToken: z.ZodString;
|
|
6374
|
-
}, z.core.$strip
|
|
6690
|
+
}, z.core.$strip>>;
|
|
6375
6691
|
spacing: z.ZodEnum<{
|
|
6376
6692
|
medium: "medium";
|
|
6377
6693
|
none: "none";
|
|
@@ -6434,16 +6750,70 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6434
6750
|
regular: "regular";
|
|
6435
6751
|
semibold: "semibold";
|
|
6436
6752
|
}>>;
|
|
6753
|
+
fontFamily: z.ZodOptional<z.ZodEnum<{
|
|
6754
|
+
body: "body";
|
|
6755
|
+
heading: "heading";
|
|
6756
|
+
}>>;
|
|
6757
|
+
fontScale: z.ZodOptional<z.ZodEnum<{
|
|
6758
|
+
body: "body";
|
|
6759
|
+
md: "md";
|
|
6760
|
+
lg: "lg";
|
|
6761
|
+
}>>;
|
|
6762
|
+
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
6763
|
+
wide: "wide";
|
|
6764
|
+
normal: "normal";
|
|
6765
|
+
tight: "tight";
|
|
6766
|
+
}>>;
|
|
6767
|
+
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
6768
|
+
none: "none";
|
|
6769
|
+
uppercase: "uppercase";
|
|
6770
|
+
}>>;
|
|
6437
6771
|
}, z.core.$strip>;
|
|
6438
6772
|
hover: z.ZodObject<{
|
|
6439
6773
|
backgroundColorToken: z.ZodOptional<z.ZodString>;
|
|
6440
6774
|
textColorToken: z.ZodOptional<z.ZodString>;
|
|
6441
6775
|
borderColorToken: z.ZodOptional<z.ZodString>;
|
|
6442
6776
|
}, z.core.$strip>;
|
|
6777
|
+
openState: z.ZodOptional<z.ZodObject<{
|
|
6778
|
+
backgroundColorToken: z.ZodOptional<z.ZodString>;
|
|
6779
|
+
triggerColorToken: z.ZodOptional<z.ZodString>;
|
|
6780
|
+
accent: z.ZodOptional<z.ZodObject<{
|
|
6781
|
+
edge: z.ZodEnum<{
|
|
6782
|
+
left: "left";
|
|
6783
|
+
top: "top";
|
|
6784
|
+
bottom: "bottom";
|
|
6785
|
+
}>;
|
|
6786
|
+
colorToken: z.ZodString;
|
|
6787
|
+
thickness: z.ZodEnum<{
|
|
6788
|
+
medium: "medium";
|
|
6789
|
+
thick: "thick";
|
|
6790
|
+
thin: "thin";
|
|
6791
|
+
}>;
|
|
6792
|
+
}, z.core.$strip>>;
|
|
6793
|
+
}, z.core.$strip>>;
|
|
6443
6794
|
content: z.ZodObject<{
|
|
6444
6795
|
textColorToken: z.ZodString;
|
|
6445
6796
|
}, z.core.$strip>;
|
|
6446
6797
|
}, z.core.$strip>>;
|
|
6798
|
+
testimonialQuote: z.ZodOptional<z.ZodObject<{
|
|
6799
|
+
style: z.ZodEnum<{
|
|
6800
|
+
none: "none";
|
|
6801
|
+
"serif-display": "serif-display";
|
|
6802
|
+
"accent-glyph": "accent-glyph";
|
|
6803
|
+
}>;
|
|
6804
|
+
fontFamily: z.ZodOptional<z.ZodEnum<{
|
|
6805
|
+
body: "body";
|
|
6806
|
+
heading: "heading";
|
|
6807
|
+
}>>;
|
|
6808
|
+
scale: z.ZodOptional<z.ZodEnum<{
|
|
6809
|
+
sm: "sm";
|
|
6810
|
+
md: "md";
|
|
6811
|
+
lg: "lg";
|
|
6812
|
+
xl: "xl";
|
|
6813
|
+
}>>;
|
|
6814
|
+
colorToken: z.ZodOptional<z.ZodString>;
|
|
6815
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
6816
|
+
}, z.core.$strip>>;
|
|
6447
6817
|
inputs: z.ZodOptional<z.ZodObject<{
|
|
6448
6818
|
base: z.ZodObject<{
|
|
6449
6819
|
background: z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -6599,8 +6969,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6599
6969
|
color: "color";
|
|
6600
6970
|
gradient: "gradient";
|
|
6601
6971
|
}>>;
|
|
6972
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
6602
6973
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6603
6974
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6975
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6604
6976
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6605
6977
|
type: z.ZodEnum<{
|
|
6606
6978
|
image: "image";
|
|
@@ -6700,17 +7072,11 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6700
7072
|
}>>>;
|
|
6701
7073
|
headingDecoration: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodObject<{
|
|
6702
7074
|
family: z.ZodLiteral<"none">;
|
|
6703
|
-
placement: z.ZodLiteral<"none">;
|
|
6704
7075
|
}, z.core.$strip>, z.ZodObject<{
|
|
6705
7076
|
family: z.ZodEnum<{
|
|
6706
7077
|
"organic-squiggle": "organic-squiggle";
|
|
6707
7078
|
"short-center-rule": "short-center-rule";
|
|
6708
7079
|
}>;
|
|
6709
|
-
placement: z.ZodEnum<{
|
|
6710
|
-
"after-heading": "after-heading";
|
|
6711
|
-
"between-heading-and-body": "between-heading-and-body";
|
|
6712
|
-
"under-centered-heading": "under-centered-heading";
|
|
6713
|
-
}>;
|
|
6714
7080
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
6715
7081
|
text: "text";
|
|
6716
7082
|
primary: "primary";
|
|
@@ -6720,11 +7086,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6720
7086
|
accent: "accent";
|
|
6721
7087
|
}>>;
|
|
6722
7088
|
}, z.core.$strip>]>>>;
|
|
6723
|
-
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
7089
|
+
headingDecorationOverride: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
|
6724
7090
|
off: "off";
|
|
6725
7091
|
"site-default": "site-default";
|
|
6726
|
-
|
|
6727
|
-
}>>>;
|
|
7092
|
+
}>, z.ZodPipe<z.ZodLiteral<"on">, z.ZodTransform<"site-default", "on">>]>>>;
|
|
6728
7093
|
accordionIconTreatment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6729
7094
|
iconSet: z.ZodEnum<{
|
|
6730
7095
|
caret: "caret";
|
|
@@ -6762,8 +7127,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6762
7127
|
color: "color";
|
|
6763
7128
|
gradient: "gradient";
|
|
6764
7129
|
}>>;
|
|
7130
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
6765
7131
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6766
7132
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7133
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6767
7134
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6768
7135
|
type: z.ZodEnum<{
|
|
6769
7136
|
image: "image";
|
|
@@ -6858,8 +7225,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6858
7225
|
color: "color";
|
|
6859
7226
|
gradient: "gradient";
|
|
6860
7227
|
}>>;
|
|
7228
|
+
contentOwner: z.ZodOptional<z.ZodLiteral<"page-design-editor">>;
|
|
6861
7229
|
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6862
7230
|
gradient: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7231
|
+
gradientPresetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6863
7232
|
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6864
7233
|
type: z.ZodEnum<{
|
|
6865
7234
|
image: "image";
|
|
@@ -6957,10 +7326,35 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6957
7326
|
}>>>;
|
|
6958
7327
|
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6959
7328
|
"accent-quote": "accent-quote";
|
|
7329
|
+
"editorial-rule": "editorial-rule";
|
|
7330
|
+
"soft-panel": "soft-panel";
|
|
7331
|
+
"editorial-serif-quote": "editorial-serif-quote";
|
|
7332
|
+
"editorial-open": "editorial-open";
|
|
7333
|
+
}>>>;
|
|
7334
|
+
cardVariant: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
7335
|
+
none: "none";
|
|
7336
|
+
default: "default";
|
|
7337
|
+
alternative: "alternative";
|
|
6960
7338
|
}>>>;
|
|
6961
7339
|
}, z.core.$strip>>>;
|
|
6962
7340
|
}, z.core.$strip>>;
|
|
6963
7341
|
}, z.core.$strip>>>;
|
|
7342
|
+
headingDecoration: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
7343
|
+
family: z.ZodLiteral<"none">;
|
|
7344
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7345
|
+
family: z.ZodEnum<{
|
|
7346
|
+
"organic-squiggle": "organic-squiggle";
|
|
7347
|
+
"short-center-rule": "short-center-rule";
|
|
7348
|
+
}>;
|
|
7349
|
+
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
7350
|
+
text: "text";
|
|
7351
|
+
primary: "primary";
|
|
7352
|
+
secondary: "secondary";
|
|
7353
|
+
border: "border";
|
|
7354
|
+
muted: "muted";
|
|
7355
|
+
accent: "accent";
|
|
7356
|
+
}>>;
|
|
7357
|
+
}, z.core.$strip>]>>;
|
|
6964
7358
|
customCssRules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6965
7359
|
id: z.ZodString;
|
|
6966
7360
|
selector: z.ZodString;
|