@riverbankcms/sdk 0.77.0 → 0.77.1
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-XSX7QKHQ.mjs → PreviewEditorSidebar-DVUG7GK4.mjs} +2 -2
- package/dist/{PreviewEditorUI-YZNEZ3QD.mjs → PreviewEditorUI-P7RN4CDS.mjs} +2 -2
- package/dist/SdkPreviewModeRuntime-KLPX47SE.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +40 -30
- package/dist/_dts/blocks/src/customBlockRegistry.d.ts +20 -1
- package/dist/_dts/blocks/src/index.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +2 -2
- package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +5 -0
- package/dist/_dts/blocks/src/system/runtime/components/multi-step/runtimeFormValidation.d.ts +28 -0
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +4 -4
- package/dist/_dts/sdk/src/contracts/theme.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +2 -2
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +27 -27
- package/dist/_dts/theme-core/src/schema.d.ts +26 -30
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +63 -33
- package/dist/{chunk-EAWHBECW.mjs → chunk-2SPENC5M.mjs} +5 -5
- package/dist/{chunk-GSQX43EZ.mjs → chunk-IENWFSLO.mjs} +22 -41
- package/dist/{chunk-WLQBJN2Z.mjs → chunk-KWJPDZH2.mjs} +1815 -1338
- package/dist/{chunk-ANKDYZ2E.mjs → chunk-ZYEJLCTN.mjs} +1 -1
- package/dist/cli/index.mjs +381 -176
- package/dist/client/client.mjs +1574 -1252
- package/dist/client/hooks.mjs +369 -170
- package/dist/client/rendering.mjs +1588 -1257
- package/dist/preview-next/client/runtime.mjs +3 -3
- package/dist/{sdk-runtime-Q6MTR4KL.mjs → sdk-runtime-6UT2S7KZ.mjs} +4 -4
- package/dist/server/components.mjs +1561 -1239
- package/dist/server/config-validation.mjs +369 -170
- package/dist/server/config.mjs +369 -170
- package/dist/server/data.mjs +369 -170
- package/dist/server/index.mjs +1 -1
- package/dist/server/next.mjs +1547 -1234
- package/dist/server/page-converter.mjs +362 -165
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +1561 -1239
- package/dist/server/rendering.mjs +1561 -1239
- package/dist/server/routing.mjs +370 -171
- package/dist/server/server.mjs +370 -171
- package/dist/server/theme-bridge.mjs +1156 -1035
- package/dist/server/theme.mjs +79 -11
- package/dist/styles/index.css +1081 -1028
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-5FS5E6BI.mjs +0 -8
|
@@ -117,7 +117,7 @@ export declare const mockThemes: {
|
|
|
117
117
|
};
|
|
118
118
|
corners: "rounded" | "square" | "pill" | "soft";
|
|
119
119
|
header: {
|
|
120
|
-
variant: "classic" | "centered" | "transparent" | "floating"
|
|
120
|
+
variant: "classic" | "centered" | "transparent" | "floating";
|
|
121
121
|
positioning: "static" | "fixed" | "sticky";
|
|
122
122
|
shrinkOnScroll: boolean;
|
|
123
123
|
maxWidth: "full" | "container";
|
|
@@ -479,25 +479,25 @@ export declare const mockThemes: {
|
|
|
479
479
|
} | undefined;
|
|
480
480
|
hero?: {
|
|
481
481
|
typography?: {
|
|
482
|
-
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
482
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
483
483
|
headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
484
|
-
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
484
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
485
485
|
subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
486
|
-
microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
486
|
+
microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
487
487
|
microHeadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
488
|
-
microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
488
|
+
microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
489
489
|
microSubheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
490
490
|
responsive?: {
|
|
491
491
|
tablet?: {
|
|
492
|
-
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
492
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
493
493
|
headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
494
|
-
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
494
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
495
495
|
subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
496
496
|
} | undefined;
|
|
497
497
|
mobile?: {
|
|
498
|
-
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
498
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
499
499
|
headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
500
|
-
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
500
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
501
501
|
subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
502
502
|
} | undefined;
|
|
503
503
|
} | undefined;
|
|
@@ -1103,7 +1103,7 @@ export declare const mockThemes: {
|
|
|
1103
1103
|
};
|
|
1104
1104
|
corners: "rounded" | "square" | "pill" | "soft";
|
|
1105
1105
|
header: {
|
|
1106
|
-
variant: "classic" | "centered" | "transparent" | "floating"
|
|
1106
|
+
variant: "classic" | "centered" | "transparent" | "floating";
|
|
1107
1107
|
positioning: "static" | "fixed" | "sticky";
|
|
1108
1108
|
shrinkOnScroll: boolean;
|
|
1109
1109
|
maxWidth: "full" | "container";
|
|
@@ -1465,25 +1465,25 @@ export declare const mockThemes: {
|
|
|
1465
1465
|
} | undefined;
|
|
1466
1466
|
hero?: {
|
|
1467
1467
|
typography?: {
|
|
1468
|
-
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
1468
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
1469
1469
|
headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
1470
|
-
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
1470
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
1471
1471
|
subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
1472
|
-
microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
1472
|
+
microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
1473
1473
|
microHeadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
1474
|
-
microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
1474
|
+
microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
1475
1475
|
microSubheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
1476
1476
|
responsive?: {
|
|
1477
1477
|
tablet?: {
|
|
1478
|
-
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
1478
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
1479
1479
|
headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
1480
|
-
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
1480
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
1481
1481
|
subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
1482
1482
|
} | undefined;
|
|
1483
1483
|
mobile?: {
|
|
1484
|
-
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
1484
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
1485
1485
|
headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
1486
|
-
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
1486
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
1487
1487
|
subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
1488
1488
|
} | undefined;
|
|
1489
1489
|
} | undefined;
|
|
@@ -2089,7 +2089,7 @@ export declare const mockThemes: {
|
|
|
2089
2089
|
};
|
|
2090
2090
|
corners: "rounded" | "square" | "pill" | "soft";
|
|
2091
2091
|
header: {
|
|
2092
|
-
variant: "classic" | "centered" | "transparent" | "floating"
|
|
2092
|
+
variant: "classic" | "centered" | "transparent" | "floating";
|
|
2093
2093
|
positioning: "static" | "fixed" | "sticky";
|
|
2094
2094
|
shrinkOnScroll: boolean;
|
|
2095
2095
|
maxWidth: "full" | "container";
|
|
@@ -2451,25 +2451,25 @@ export declare const mockThemes: {
|
|
|
2451
2451
|
} | undefined;
|
|
2452
2452
|
hero?: {
|
|
2453
2453
|
typography?: {
|
|
2454
|
-
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
2454
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
2455
2455
|
headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
2456
|
-
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
2456
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
2457
2457
|
subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
2458
|
-
microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
2458
|
+
microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
2459
2459
|
microHeadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
2460
|
-
microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
2460
|
+
microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
2461
2461
|
microSubheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
2462
2462
|
responsive?: {
|
|
2463
2463
|
tablet?: {
|
|
2464
|
-
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
2464
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
2465
2465
|
headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
2466
|
-
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
2466
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
2467
2467
|
subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
2468
2468
|
} | undefined;
|
|
2469
2469
|
mobile?: {
|
|
2470
|
-
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
2470
|
+
headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
2471
2471
|
headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
2472
|
-
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "
|
|
2472
|
+
subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "editorial" | undefined;
|
|
2473
2473
|
subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
|
|
2474
2474
|
} | undefined;
|
|
2475
2475
|
} | undefined;
|
|
@@ -1596,7 +1596,6 @@ declare const headerVariant: z.ZodEnum<{
|
|
|
1596
1596
|
centered: "centered";
|
|
1597
1597
|
transparent: "transparent";
|
|
1598
1598
|
floating: "floating";
|
|
1599
|
-
editorial: "editorial";
|
|
1600
1599
|
}>;
|
|
1601
1600
|
declare const headerPositioning: z.ZodEnum<{
|
|
1602
1601
|
static: "static";
|
|
@@ -1810,7 +1809,6 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1810
1809
|
centered: "centered";
|
|
1811
1810
|
transparent: "transparent";
|
|
1812
1811
|
floating: "floating";
|
|
1813
|
-
editorial: "editorial";
|
|
1814
1812
|
}>;
|
|
1815
1813
|
positioning: z.ZodEnum<{
|
|
1816
1814
|
static: "static";
|
|
@@ -2529,10 +2527,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2529
2527
|
xl: "xl";
|
|
2530
2528
|
"2xl": "2xl";
|
|
2531
2529
|
"3xl": "3xl";
|
|
2532
|
-
editorial: "editorial";
|
|
2533
2530
|
"4xl": "4xl";
|
|
2534
2531
|
"5xl": "5xl";
|
|
2535
2532
|
"6xl": "6xl";
|
|
2533
|
+
editorial: "editorial";
|
|
2536
2534
|
}>>;
|
|
2537
2535
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2538
2536
|
normal: "normal";
|
|
@@ -2547,10 +2545,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2547
2545
|
xl: "xl";
|
|
2548
2546
|
"2xl": "2xl";
|
|
2549
2547
|
"3xl": "3xl";
|
|
2550
|
-
editorial: "editorial";
|
|
2551
2548
|
"4xl": "4xl";
|
|
2552
2549
|
"5xl": "5xl";
|
|
2553
2550
|
"6xl": "6xl";
|
|
2551
|
+
editorial: "editorial";
|
|
2554
2552
|
}>>;
|
|
2555
2553
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2556
2554
|
normal: "normal";
|
|
@@ -2565,10 +2563,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2565
2563
|
xl: "xl";
|
|
2566
2564
|
"2xl": "2xl";
|
|
2567
2565
|
"3xl": "3xl";
|
|
2568
|
-
editorial: "editorial";
|
|
2569
2566
|
"4xl": "4xl";
|
|
2570
2567
|
"5xl": "5xl";
|
|
2571
2568
|
"6xl": "6xl";
|
|
2569
|
+
editorial: "editorial";
|
|
2572
2570
|
}>>;
|
|
2573
2571
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2574
2572
|
normal: "normal";
|
|
@@ -2583,10 +2581,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2583
2581
|
xl: "xl";
|
|
2584
2582
|
"2xl": "2xl";
|
|
2585
2583
|
"3xl": "3xl";
|
|
2586
|
-
editorial: "editorial";
|
|
2587
2584
|
"4xl": "4xl";
|
|
2588
2585
|
"5xl": "5xl";
|
|
2589
2586
|
"6xl": "6xl";
|
|
2587
|
+
editorial: "editorial";
|
|
2590
2588
|
}>>;
|
|
2591
2589
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2592
2590
|
normal: "normal";
|
|
@@ -2603,10 +2601,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2603
2601
|
xl: "xl";
|
|
2604
2602
|
"2xl": "2xl";
|
|
2605
2603
|
"3xl": "3xl";
|
|
2606
|
-
editorial: "editorial";
|
|
2607
2604
|
"4xl": "4xl";
|
|
2608
2605
|
"5xl": "5xl";
|
|
2609
2606
|
"6xl": "6xl";
|
|
2607
|
+
editorial: "editorial";
|
|
2610
2608
|
}>>;
|
|
2611
2609
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2612
2610
|
normal: "normal";
|
|
@@ -2621,10 +2619,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2621
2619
|
xl: "xl";
|
|
2622
2620
|
"2xl": "2xl";
|
|
2623
2621
|
"3xl": "3xl";
|
|
2624
|
-
editorial: "editorial";
|
|
2625
2622
|
"4xl": "4xl";
|
|
2626
2623
|
"5xl": "5xl";
|
|
2627
2624
|
"6xl": "6xl";
|
|
2625
|
+
editorial: "editorial";
|
|
2628
2626
|
}>>;
|
|
2629
2627
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2630
2628
|
normal: "normal";
|
|
@@ -2641,10 +2639,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2641
2639
|
xl: "xl";
|
|
2642
2640
|
"2xl": "2xl";
|
|
2643
2641
|
"3xl": "3xl";
|
|
2644
|
-
editorial: "editorial";
|
|
2645
2642
|
"4xl": "4xl";
|
|
2646
2643
|
"5xl": "5xl";
|
|
2647
2644
|
"6xl": "6xl";
|
|
2645
|
+
editorial: "editorial";
|
|
2648
2646
|
}>>;
|
|
2649
2647
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2650
2648
|
normal: "normal";
|
|
@@ -2659,10 +2657,10 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2659
2657
|
xl: "xl";
|
|
2660
2658
|
"2xl": "2xl";
|
|
2661
2659
|
"3xl": "3xl";
|
|
2662
|
-
editorial: "editorial";
|
|
2663
2660
|
"4xl": "4xl";
|
|
2664
2661
|
"5xl": "5xl";
|
|
2665
2662
|
"6xl": "6xl";
|
|
2663
|
+
editorial: "editorial";
|
|
2666
2664
|
}>>;
|
|
2667
2665
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2668
2666
|
normal: "normal";
|
|
@@ -3091,10 +3089,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3091
3089
|
xl: "xl";
|
|
3092
3090
|
"2xl": "2xl";
|
|
3093
3091
|
"3xl": "3xl";
|
|
3094
|
-
editorial: "editorial";
|
|
3095
3092
|
"4xl": "4xl";
|
|
3096
3093
|
"5xl": "5xl";
|
|
3097
3094
|
"6xl": "6xl";
|
|
3095
|
+
editorial: "editorial";
|
|
3098
3096
|
}>>;
|
|
3099
3097
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3100
3098
|
normal: "normal";
|
|
@@ -3109,10 +3107,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3109
3107
|
xl: "xl";
|
|
3110
3108
|
"2xl": "2xl";
|
|
3111
3109
|
"3xl": "3xl";
|
|
3112
|
-
editorial: "editorial";
|
|
3113
3110
|
"4xl": "4xl";
|
|
3114
3111
|
"5xl": "5xl";
|
|
3115
3112
|
"6xl": "6xl";
|
|
3113
|
+
editorial: "editorial";
|
|
3116
3114
|
}>>;
|
|
3117
3115
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3118
3116
|
normal: "normal";
|
|
@@ -3127,10 +3125,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3127
3125
|
xl: "xl";
|
|
3128
3126
|
"2xl": "2xl";
|
|
3129
3127
|
"3xl": "3xl";
|
|
3130
|
-
editorial: "editorial";
|
|
3131
3128
|
"4xl": "4xl";
|
|
3132
3129
|
"5xl": "5xl";
|
|
3133
3130
|
"6xl": "6xl";
|
|
3131
|
+
editorial: "editorial";
|
|
3134
3132
|
}>>;
|
|
3135
3133
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3136
3134
|
normal: "normal";
|
|
@@ -3145,10 +3143,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3145
3143
|
xl: "xl";
|
|
3146
3144
|
"2xl": "2xl";
|
|
3147
3145
|
"3xl": "3xl";
|
|
3148
|
-
editorial: "editorial";
|
|
3149
3146
|
"4xl": "4xl";
|
|
3150
3147
|
"5xl": "5xl";
|
|
3151
3148
|
"6xl": "6xl";
|
|
3149
|
+
editorial: "editorial";
|
|
3152
3150
|
}>>;
|
|
3153
3151
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3154
3152
|
normal: "normal";
|
|
@@ -3165,10 +3163,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3165
3163
|
xl: "xl";
|
|
3166
3164
|
"2xl": "2xl";
|
|
3167
3165
|
"3xl": "3xl";
|
|
3168
|
-
editorial: "editorial";
|
|
3169
3166
|
"4xl": "4xl";
|
|
3170
3167
|
"5xl": "5xl";
|
|
3171
3168
|
"6xl": "6xl";
|
|
3169
|
+
editorial: "editorial";
|
|
3172
3170
|
}>>;
|
|
3173
3171
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3174
3172
|
normal: "normal";
|
|
@@ -3183,10 +3181,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3183
3181
|
xl: "xl";
|
|
3184
3182
|
"2xl": "2xl";
|
|
3185
3183
|
"3xl": "3xl";
|
|
3186
|
-
editorial: "editorial";
|
|
3187
3184
|
"4xl": "4xl";
|
|
3188
3185
|
"5xl": "5xl";
|
|
3189
3186
|
"6xl": "6xl";
|
|
3187
|
+
editorial: "editorial";
|
|
3190
3188
|
}>>;
|
|
3191
3189
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3192
3190
|
normal: "normal";
|
|
@@ -3203,10 +3201,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3203
3201
|
xl: "xl";
|
|
3204
3202
|
"2xl": "2xl";
|
|
3205
3203
|
"3xl": "3xl";
|
|
3206
|
-
editorial: "editorial";
|
|
3207
3204
|
"4xl": "4xl";
|
|
3208
3205
|
"5xl": "5xl";
|
|
3209
3206
|
"6xl": "6xl";
|
|
3207
|
+
editorial: "editorial";
|
|
3210
3208
|
}>>;
|
|
3211
3209
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3212
3210
|
normal: "normal";
|
|
@@ -3221,10 +3219,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3221
3219
|
xl: "xl";
|
|
3222
3220
|
"2xl": "2xl";
|
|
3223
3221
|
"3xl": "3xl";
|
|
3224
|
-
editorial: "editorial";
|
|
3225
3222
|
"4xl": "4xl";
|
|
3226
3223
|
"5xl": "5xl";
|
|
3227
3224
|
"6xl": "6xl";
|
|
3225
|
+
editorial: "editorial";
|
|
3228
3226
|
}>>;
|
|
3229
3227
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
3230
3228
|
normal: "normal";
|
|
@@ -3254,7 +3252,6 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3254
3252
|
centered: "centered";
|
|
3255
3253
|
transparent: "transparent";
|
|
3256
3254
|
floating: "floating";
|
|
3257
|
-
editorial: "editorial";
|
|
3258
3255
|
}>;
|
|
3259
3256
|
positioning: z.ZodEnum<{
|
|
3260
3257
|
static: "static";
|
|
@@ -5229,10 +5226,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5229
5226
|
xl: "xl";
|
|
5230
5227
|
"2xl": "2xl";
|
|
5231
5228
|
"3xl": "3xl";
|
|
5232
|
-
editorial: "editorial";
|
|
5233
5229
|
"4xl": "4xl";
|
|
5234
5230
|
"5xl": "5xl";
|
|
5235
5231
|
"6xl": "6xl";
|
|
5232
|
+
editorial: "editorial";
|
|
5236
5233
|
}>>;
|
|
5237
5234
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5238
5235
|
normal: "normal";
|
|
@@ -5247,10 +5244,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5247
5244
|
xl: "xl";
|
|
5248
5245
|
"2xl": "2xl";
|
|
5249
5246
|
"3xl": "3xl";
|
|
5250
|
-
editorial: "editorial";
|
|
5251
5247
|
"4xl": "4xl";
|
|
5252
5248
|
"5xl": "5xl";
|
|
5253
5249
|
"6xl": "6xl";
|
|
5250
|
+
editorial: "editorial";
|
|
5254
5251
|
}>>;
|
|
5255
5252
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5256
5253
|
normal: "normal";
|
|
@@ -5265,10 +5262,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5265
5262
|
xl: "xl";
|
|
5266
5263
|
"2xl": "2xl";
|
|
5267
5264
|
"3xl": "3xl";
|
|
5268
|
-
editorial: "editorial";
|
|
5269
5265
|
"4xl": "4xl";
|
|
5270
5266
|
"5xl": "5xl";
|
|
5271
5267
|
"6xl": "6xl";
|
|
5268
|
+
editorial: "editorial";
|
|
5272
5269
|
}>>;
|
|
5273
5270
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5274
5271
|
normal: "normal";
|
|
@@ -5283,10 +5280,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5283
5280
|
xl: "xl";
|
|
5284
5281
|
"2xl": "2xl";
|
|
5285
5282
|
"3xl": "3xl";
|
|
5286
|
-
editorial: "editorial";
|
|
5287
5283
|
"4xl": "4xl";
|
|
5288
5284
|
"5xl": "5xl";
|
|
5289
5285
|
"6xl": "6xl";
|
|
5286
|
+
editorial: "editorial";
|
|
5290
5287
|
}>>;
|
|
5291
5288
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5292
5289
|
normal: "normal";
|
|
@@ -5303,10 +5300,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5303
5300
|
xl: "xl";
|
|
5304
5301
|
"2xl": "2xl";
|
|
5305
5302
|
"3xl": "3xl";
|
|
5306
|
-
editorial: "editorial";
|
|
5307
5303
|
"4xl": "4xl";
|
|
5308
5304
|
"5xl": "5xl";
|
|
5309
5305
|
"6xl": "6xl";
|
|
5306
|
+
editorial: "editorial";
|
|
5310
5307
|
}>>;
|
|
5311
5308
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5312
5309
|
normal: "normal";
|
|
@@ -5321,10 +5318,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5321
5318
|
xl: "xl";
|
|
5322
5319
|
"2xl": "2xl";
|
|
5323
5320
|
"3xl": "3xl";
|
|
5324
|
-
editorial: "editorial";
|
|
5325
5321
|
"4xl": "4xl";
|
|
5326
5322
|
"5xl": "5xl";
|
|
5327
5323
|
"6xl": "6xl";
|
|
5324
|
+
editorial: "editorial";
|
|
5328
5325
|
}>>;
|
|
5329
5326
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5330
5327
|
normal: "normal";
|
|
@@ -5341,10 +5338,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5341
5338
|
xl: "xl";
|
|
5342
5339
|
"2xl": "2xl";
|
|
5343
5340
|
"3xl": "3xl";
|
|
5344
|
-
editorial: "editorial";
|
|
5345
5341
|
"4xl": "4xl";
|
|
5346
5342
|
"5xl": "5xl";
|
|
5347
5343
|
"6xl": "6xl";
|
|
5344
|
+
editorial: "editorial";
|
|
5348
5345
|
}>>;
|
|
5349
5346
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5350
5347
|
normal: "normal";
|
|
@@ -5359,10 +5356,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5359
5356
|
xl: "xl";
|
|
5360
5357
|
"2xl": "2xl";
|
|
5361
5358
|
"3xl": "3xl";
|
|
5362
|
-
editorial: "editorial";
|
|
5363
5359
|
"4xl": "4xl";
|
|
5364
5360
|
"5xl": "5xl";
|
|
5365
5361
|
"6xl": "6xl";
|
|
5362
|
+
editorial: "editorial";
|
|
5366
5363
|
}>>;
|
|
5367
5364
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
5368
5365
|
normal: "normal";
|
|
@@ -5392,7 +5389,6 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5392
5389
|
centered: "centered";
|
|
5393
5390
|
transparent: "transparent";
|
|
5394
5391
|
floating: "floating";
|
|
5395
|
-
editorial: "editorial";
|
|
5396
5392
|
}>;
|
|
5397
5393
|
positioning: z.ZodEnum<{
|
|
5398
5394
|
static: "static";
|
|
@@ -7013,8 +7009,8 @@ export type BlockThemeOverride = z.infer<typeof blockThemeOverrideSchema>;
|
|
|
7013
7009
|
export type HydratedTheme = Omit<Theme, 'palette'> & {
|
|
7014
7010
|
palette: ExpandedPalette;
|
|
7015
7011
|
};
|
|
7016
|
-
export type { ButtonSystem, ButtonVariant, ButtonGlobalSettings, ButtonPreset, ButtonTypography } from './buttons';
|
|
7017
|
-
export type { CardSystem, CardVariant, CardSpacing, CardBackground, CardBorder } from './cards';
|
|
7012
|
+
export type { ButtonSystem, ButtonVariant, ButtonGlobalSettings, ButtonPreset, ButtonTypography, } from './buttons';
|
|
7013
|
+
export type { CardSystem, CardVariant, CardSpacing, CardBackground, CardBorder, } from './cards';
|
|
7018
7014
|
/**
|
|
7019
7015
|
* Style groups configuration: maps block kind to available style group names.
|
|
7020
7016
|
*
|
|
@@ -7,7 +7,7 @@ import { type CuratedChoice } from './curatedChoices';
|
|
|
7
7
|
import { type AppearancePresetId, type DesignSystemTemplate, type NonEmptyReadonlyArray, type SiteStyleId } from './types';
|
|
8
8
|
import { type KnownTypographyPresetId, type TypographyPresetId } from './typographyPresets';
|
|
9
9
|
export declare const curatedSiteStyleIdValues: readonly ["site-style:calm-studio", "site-style:clear-professional", "site-style:warm-editorial", "site-style:bright-community", "site-style:quiet-luxury", "site-style:practical-services", "site-style:quiet-practice", "site-style:personal-retreat-journal", "site-style:tactile-workshop", "site-style:modern-wellness", "site-style:soft-earth", "site-style:bold-launch", "site-style:south-west-twerk-school"];
|
|
10
|
-
export type CuratedSiteStyleIdValue = typeof curatedSiteStyleIdValues[number];
|
|
10
|
+
export type CuratedSiteStyleIdValue = (typeof curatedSiteStyleIdValues)[number];
|
|
11
11
|
type CuratedSiteStyleHeroOverrides = Readonly<{
|
|
12
12
|
typography?: NonNullable<NonNullable<Theme['hero']>['typography']>;
|
|
13
13
|
}>;
|
|
@@ -122,8 +122,8 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
122
122
|
}, z.core.$strict>, z.ZodObject<{
|
|
123
123
|
kind: z.ZodLiteral<"panel">;
|
|
124
124
|
treatment: z.ZodEnum<{
|
|
125
|
-
editorial: "editorial";
|
|
126
125
|
inset: "inset";
|
|
126
|
+
editorial: "editorial";
|
|
127
127
|
raised: "raised";
|
|
128
128
|
}>;
|
|
129
129
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -141,8 +141,8 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
141
141
|
flat: "flat";
|
|
142
142
|
none: "none";
|
|
143
143
|
default: "default";
|
|
144
|
-
editorial: "editorial";
|
|
145
144
|
inset: "inset";
|
|
145
|
+
editorial: "editorial";
|
|
146
146
|
raised: "raised";
|
|
147
147
|
outlined: "outlined";
|
|
148
148
|
}>;
|
|
@@ -316,8 +316,8 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
316
316
|
}, z.core.$strict>, z.ZodObject<{
|
|
317
317
|
kind: z.ZodLiteral<"panel">;
|
|
318
318
|
treatment: z.ZodEnum<{
|
|
319
|
-
editorial: "editorial";
|
|
320
319
|
inset: "inset";
|
|
320
|
+
editorial: "editorial";
|
|
321
321
|
raised: "raised";
|
|
322
322
|
}>;
|
|
323
323
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -335,8 +335,8 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
335
335
|
flat: "flat";
|
|
336
336
|
none: "none";
|
|
337
337
|
default: "default";
|
|
338
|
-
editorial: "editorial";
|
|
339
338
|
inset: "inset";
|
|
339
|
+
editorial: "editorial";
|
|
340
340
|
raised: "raised";
|
|
341
341
|
outlined: "outlined";
|
|
342
342
|
}>;
|