@riverbankcms/sdk 0.89.1 → 0.90.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/README.md +27 -4
- package/dist/{PreviewEditorSidebar-JDR64FEC.mjs → PreviewEditorSidebar-KVXNF3VW.mjs} +3 -3
- package/dist/{PreviewEditorUI-67TMJMAF.mjs → PreviewEditorUI-J3JN5Z7T.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-UBL6MSNP.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +216 -0
- package/dist/_dts/altcha/src/AltchaWidget.d.ts +1 -1
- package/dist/_dts/api/src/bookingOperations.d.ts +2 -0
- package/dist/_dts/api/src/bookingRecords.d.ts +4 -2
- package/dist/_dts/api/src/bookings.d.ts +3 -1
- package/dist/_dts/api/src/index.d.ts +6 -5
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +15 -5
- package/dist/_dts/api/src/request.d.ts +21 -0
- package/dist/_dts/api/src/sdk-event-upsert.d.ts +3 -1
- package/dist/_dts/api/src/sdkContracts.d.ts +2 -0
- package/dist/_dts/api/src/types.d.ts +3 -1
- package/dist/_dts/api/src/url.d.ts +6 -3
- package/dist/_dts/block-form/src/utils/visibleWhen.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterThumbnailCard.d.ts +5 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterThumbnailGrid.d.ts +9 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/index.d.ts +1 -0
- package/dist/_dts/blocks/src/contracts/non-block-islands.d.ts +7 -11
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +6 -0
- package/dist/_dts/blocks/src/index.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/events/event-calendar.d.ts +14 -6
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +4 -4
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +0 -2
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +3 -3
- package/dist/_dts/blocks/src/system/blocks/shop.shared.d.ts +8 -0
- package/dist/_dts/blocks/src/system/constants/events.d.ts +4 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +3 -1
- package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +17 -5
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +51 -6
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +24 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/useCourseRegistrationWizard.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details/logic.d.ts +1 -17
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.client.d.ts +5 -9
- package/dist/_dts/blocks/src/system/runtime/nodes/event-details.server.d.ts +5 -9
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.contract.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/eventPaymentOptions.d.ts +24 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +5 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useDiscountCodeUi.d.ts +4 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useDiscountCodeUi.state.d.ts +50 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +21 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.server.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCalendar.interactive.d.ts +11 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.client.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventCombined.interactive.d.ts +11 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/calendarViewOptions.d.ts +10 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/eventProductEligibility.d.ts +24 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +5 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/shop-checkout-form.d.ts +2 -2
- package/dist/_dts/content-model/src/entry-slots/index.d.ts +1 -0
- package/dist/_dts/content-model/src/entry-slots/sdkBlocks.d.ts +21 -0
- package/dist/_dts/content-model/src/entry-slots/types.d.ts +7 -0
- package/dist/_dts/core/src/money-input.d.ts +18 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +50 -0
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +2 -1
- package/dist/_dts/media-editor/src/fieldUi.d.ts +6 -0
- package/dist/_dts/media-editor/src/index.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/index.d.ts +1 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/PreviewThemedSiteDocument.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/SiteChromeEditableSurface.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/themeRuntime.d.ts +6 -0
- package/dist/_dts/preview-next/src/client/sdk/SdkPreviewMode.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/commands/pull-dated-offering-scope.d.ts +10 -0
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +12 -5
- package/dist/_dts/sdk/src/client/management/types.d.ts +6 -55
- package/dist/_dts/sdk/src/components.d.ts +1 -0
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +3 -1
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +3 -1
- package/dist/_dts/sdk/src/next/types.d.ts +8 -11
- package/dist/_dts/sdk/src/preview-next/client/index.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/blocks-theme-scope.d.ts +2 -1
- package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +8 -7
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +5 -6
- package/dist/_dts/sdk/src/rendering/index.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/server.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/themeRuntime.d.ts +26 -0
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +18 -0
- package/dist/_dts/theme-core/src/ResponsiveScope.d.ts +12 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +2 -2
- package/dist/_dts/theme-core/src/buttons/types.d.ts +5 -5
- package/dist/_dts/theme-core/src/cards/types.d.ts +2 -2
- package/dist/_dts/theme-core/src/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +21 -21
- package/dist/_dts/theme-core/src/schema.d.ts +18 -18
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +4 -4
- package/dist/_dts/theme-core/src/themeRuntime.d.ts +11 -0
- package/dist/{chunk-HKJQERFR.mjs → chunk-AEOYWPE4.mjs} +91 -55
- package/dist/{chunk-F645A5UV.mjs → chunk-BOQXMCSP.mjs} +129 -101
- package/dist/{chunk-ZQRBLCW5.mjs → chunk-GSPFFUVB.mjs} +2 -2
- package/dist/{chunk-7YUAXONX.mjs → chunk-PMBB6MQ7.mjs} +1280 -774
- package/dist/{chunk-TGBJWKMP.mjs → chunk-RQ3XZ4SJ.mjs} +9 -1
- package/dist/{chunk-7N46MZHI.mjs → chunk-UG7I7S7W.mjs} +1 -1
- package/dist/cli/index.mjs +899 -531
- package/dist/cli/init-docs/content/cli-reference.md +6 -1
- package/dist/cli/init-docs/content/content-management.md +27 -0
- package/dist/client/{accordion-MUCVNGQ7.mjs → accordion-GXQNWQ6O.mjs} +1 -1
- package/dist/client/{bookingForm-PKD6EFIE.mjs → bookingForm-STLUJ36H.mjs} +25 -270
- package/dist/client/bookings.mjs +432 -269
- package/dist/client/{carousel-3TKQSNJC.mjs → carousel-CVRN6EPP.mjs} +1 -1
- package/dist/client/{cart-6XHSZK23.mjs → cart-IYIBA5CL.mjs} +5 -6
- package/dist/client/{checkout-FVSPM6FI.mjs → checkout-O3BGM4GS.mjs} +5 -6
- package/dist/client/chunk-4RTFGHZN.mjs +433 -0
- package/dist/client/{chunk-UQFY4AHX.mjs → chunk-6DPXDOIL.mjs} +65 -28
- package/dist/client/{chunk-ZT5XE7FK.mjs → chunk-D3ETC2SU.mjs} +1 -1
- package/dist/client/{chunk-CQKKFEQD.mjs → chunk-DAS5CIER.mjs} +274 -105
- package/dist/client/{chunk-SDIYSQAY.mjs → chunk-HIHOQGIP.mjs} +2 -3
- package/dist/client/{chunk-ZJZZA5EP.mjs → chunk-MFPKS6QS.mjs} +11 -14
- package/dist/client/{chunk-EY42X22F.mjs → chunk-NBFRJ5NB.mjs} +156 -4
- package/dist/client/{chunk-VGLXACVK.mjs → chunk-VFHZLZAC.mjs} +1 -1
- package/dist/client/{chunk-STJ2NCQM.mjs → chunk-WHZQDPBZ.mjs} +19 -1
- package/dist/client/{chunk-RSQWWUAD.mjs → chunk-Z62JYS5O.mjs} +3 -3
- package/dist/client/client.mjs +3292 -2827
- package/dist/client/{courseRegistration-ATZSYDHM.mjs → courseRegistration-2D3ACMJR.mjs} +18 -56
- package/dist/client/{eventCalendar-6T2UGKKP.mjs → eventCalendar-QY4UZUFF.mjs} +8 -9
- package/dist/client/{eventCombined-Q4VANXVF.mjs → eventCombined-RRCDKJC2.mjs} +8 -9
- package/dist/client/{eventDetails-DW37E7VW.mjs → eventDetails-YO335BUT.mjs} +8 -9
- package/dist/client/{eventListing-XURTSAUW.mjs → eventListing-PXA6GFQ3.mjs} +8 -9
- package/dist/client/{eventRegistration-MRKEVAXW.mjs → eventRegistration-2ZHEDDXO.mjs} +8 -9
- package/dist/client/{form-WZZFFGMU.mjs → form-ZS6KX4U2.mjs} +6 -6
- package/dist/client/{headerSection-EQYVQBLM.mjs → headerSection-QK5SLIIB.mjs} +2 -2
- package/dist/client/hooks.mjs +1084 -1029
- package/dist/client/{locationMap-MFF5VAZR.mjs → locationMap-GFNIUD2X.mjs} +2 -2
- package/dist/client/{newsletterForm-JQ77UYIE.mjs → newsletterForm-PGLTTCUG.mjs} +4 -4
- package/dist/client/{productDetail-25LMT3IZ.mjs → productDetail-OPBE5ZPI.mjs} +5 -6
- package/dist/client/{productList-5ABEMKUG.mjs → productList-NI72Q62Z.mjs} +5 -6
- package/dist/client/rendering/client.mjs +2692 -2285
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +2611 -2156
- package/dist/client/{shop-OMMQZ6YO.mjs → shop-3ZQPEWYI.mjs} +5 -6
- package/dist/client/spam-protection.mjs +4 -5
- package/dist/preview-next/before-render.mjs +2 -2
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/{sdk-runtime-WNLBZ3ZH.mjs → sdk-runtime-FSHXCWDS.mjs} +6 -6
- package/dist/server/components.mjs +1722 -1453
- package/dist/server/config-validation.mjs +1316 -1261
- package/dist/server/config.mjs +1316 -1261
- package/dist/server/data.mjs +1084 -1029
- package/dist/server/index.mjs +135 -100
- package/dist/server/navigation.mjs +20 -30
- package/dist/server/next.mjs +1782 -1500
- package/dist/server/page-converter.mjs +1009 -946
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +1722 -1453
- package/dist/server/rendering.mjs +1728 -1459
- package/dist/server/routing.mjs +1127 -1045
- package/dist/server/server.mjs +1219 -1129
- package/dist/server/theme-bridge.mjs +8 -5
- package/package.json +2 -2
- package/dist/SdkPreviewModeRuntime-ZBEMRV7N.mjs +0 -8
- package/dist/client/chunk-LQFDYWPJ.mjs +0 -184
- package/dist/client/chunk-ZFHRN6W2.mjs +0 -66
|
@@ -10,7 +10,7 @@ export declare const mockThemes: {
|
|
|
10
10
|
energy: "calm" | "vibrant";
|
|
11
11
|
density: "compact" | "airy" | "regular";
|
|
12
12
|
mediaBias: "mixed" | "text" | "media";
|
|
13
|
-
conversionBias: "
|
|
13
|
+
conversionBias: "high" | "low" | "med";
|
|
14
14
|
motion: "standard" | "subtle" | "expressive";
|
|
15
15
|
};
|
|
16
16
|
palette: {
|
|
@@ -107,12 +107,12 @@ export declare const mockThemes: {
|
|
|
107
107
|
style: "solid" | "dashed";
|
|
108
108
|
};
|
|
109
109
|
shadow: {
|
|
110
|
-
elevation: "medium" | "none" | "
|
|
110
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
111
111
|
softness: "soft" | "crisp" | "hard" | null;
|
|
112
112
|
position: "bottom" | "bottom-right";
|
|
113
113
|
};
|
|
114
114
|
motion: {
|
|
115
|
-
level: "medium" | "
|
|
115
|
+
level: "medium" | "high" | "low" | "off";
|
|
116
116
|
easing: "standard" | "snappy" | "gentle" | null;
|
|
117
117
|
};
|
|
118
118
|
corners: "square" | "rounded" | "pill" | "soft";
|
|
@@ -520,7 +520,7 @@ export declare const mockThemes: {
|
|
|
520
520
|
buttons?: {
|
|
521
521
|
global: {
|
|
522
522
|
cornerStyle: "square" | "rounded" | "pill";
|
|
523
|
-
shadow: "medium" | "none" | "
|
|
523
|
+
shadow: "medium" | "none" | "high" | "low";
|
|
524
524
|
textTransform: "none" | "lowercase" | "uppercase" | "capitalize";
|
|
525
525
|
fontWeight: 500 | 600 | 700;
|
|
526
526
|
borderWidth: 1 | 3 | 2;
|
|
@@ -555,7 +555,7 @@ export declare const mockThemes: {
|
|
|
555
555
|
textColorToken: string;
|
|
556
556
|
borderRadius?: string | undefined;
|
|
557
557
|
shadow?: {
|
|
558
|
-
elevation: "medium" | "none" | "
|
|
558
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
559
559
|
softness: "soft" | "crisp" | "hard" | null;
|
|
560
560
|
position: "bottom" | "bottom-right";
|
|
561
561
|
colorToken?: string | undefined;
|
|
@@ -641,7 +641,7 @@ export declare const mockThemes: {
|
|
|
641
641
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
642
642
|
foregroundToken?: string | undefined;
|
|
643
643
|
shadow?: {
|
|
644
|
-
elevation: "medium" | "none" | "
|
|
644
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
645
645
|
softness: "soft" | "crisp" | "hard" | null;
|
|
646
646
|
position: "bottom" | "bottom-right";
|
|
647
647
|
} | undefined;
|
|
@@ -675,7 +675,7 @@ export declare const mockThemes: {
|
|
|
675
675
|
colorToken: string;
|
|
676
676
|
} | null;
|
|
677
677
|
shadow: {
|
|
678
|
-
elevation: "medium" | "none" | "
|
|
678
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
679
679
|
softness: "soft" | "crisp" | "hard" | null;
|
|
680
680
|
position: "bottom" | "bottom-right";
|
|
681
681
|
} | null;
|
|
@@ -1056,7 +1056,7 @@ export declare const mockThemes: {
|
|
|
1056
1056
|
energy: "calm" | "vibrant";
|
|
1057
1057
|
density: "compact" | "airy" | "regular";
|
|
1058
1058
|
mediaBias: "mixed" | "text" | "media";
|
|
1059
|
-
conversionBias: "
|
|
1059
|
+
conversionBias: "high" | "low" | "med";
|
|
1060
1060
|
motion: "standard" | "subtle" | "expressive";
|
|
1061
1061
|
};
|
|
1062
1062
|
palette: {
|
|
@@ -1153,12 +1153,12 @@ export declare const mockThemes: {
|
|
|
1153
1153
|
style: "solid" | "dashed";
|
|
1154
1154
|
};
|
|
1155
1155
|
shadow: {
|
|
1156
|
-
elevation: "medium" | "none" | "
|
|
1156
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
1157
1157
|
softness: "soft" | "crisp" | "hard" | null;
|
|
1158
1158
|
position: "bottom" | "bottom-right";
|
|
1159
1159
|
};
|
|
1160
1160
|
motion: {
|
|
1161
|
-
level: "medium" | "
|
|
1161
|
+
level: "medium" | "high" | "low" | "off";
|
|
1162
1162
|
easing: "standard" | "snappy" | "gentle" | null;
|
|
1163
1163
|
};
|
|
1164
1164
|
corners: "square" | "rounded" | "pill" | "soft";
|
|
@@ -1566,7 +1566,7 @@ export declare const mockThemes: {
|
|
|
1566
1566
|
buttons?: {
|
|
1567
1567
|
global: {
|
|
1568
1568
|
cornerStyle: "square" | "rounded" | "pill";
|
|
1569
|
-
shadow: "medium" | "none" | "
|
|
1569
|
+
shadow: "medium" | "none" | "high" | "low";
|
|
1570
1570
|
textTransform: "none" | "lowercase" | "uppercase" | "capitalize";
|
|
1571
1571
|
fontWeight: 500 | 600 | 700;
|
|
1572
1572
|
borderWidth: 1 | 3 | 2;
|
|
@@ -1601,7 +1601,7 @@ export declare const mockThemes: {
|
|
|
1601
1601
|
textColorToken: string;
|
|
1602
1602
|
borderRadius?: string | undefined;
|
|
1603
1603
|
shadow?: {
|
|
1604
|
-
elevation: "medium" | "none" | "
|
|
1604
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
1605
1605
|
softness: "soft" | "crisp" | "hard" | null;
|
|
1606
1606
|
position: "bottom" | "bottom-right";
|
|
1607
1607
|
colorToken?: string | undefined;
|
|
@@ -1687,7 +1687,7 @@ export declare const mockThemes: {
|
|
|
1687
1687
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
1688
1688
|
foregroundToken?: string | undefined;
|
|
1689
1689
|
shadow?: {
|
|
1690
|
-
elevation: "medium" | "none" | "
|
|
1690
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
1691
1691
|
softness: "soft" | "crisp" | "hard" | null;
|
|
1692
1692
|
position: "bottom" | "bottom-right";
|
|
1693
1693
|
} | undefined;
|
|
@@ -1721,7 +1721,7 @@ export declare const mockThemes: {
|
|
|
1721
1721
|
colorToken: string;
|
|
1722
1722
|
} | null;
|
|
1723
1723
|
shadow: {
|
|
1724
|
-
elevation: "medium" | "none" | "
|
|
1724
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
1725
1725
|
softness: "soft" | "crisp" | "hard" | null;
|
|
1726
1726
|
position: "bottom" | "bottom-right";
|
|
1727
1727
|
} | null;
|
|
@@ -2102,7 +2102,7 @@ export declare const mockThemes: {
|
|
|
2102
2102
|
energy: "calm" | "vibrant";
|
|
2103
2103
|
density: "compact" | "airy" | "regular";
|
|
2104
2104
|
mediaBias: "mixed" | "text" | "media";
|
|
2105
|
-
conversionBias: "
|
|
2105
|
+
conversionBias: "high" | "low" | "med";
|
|
2106
2106
|
motion: "standard" | "subtle" | "expressive";
|
|
2107
2107
|
};
|
|
2108
2108
|
palette: {
|
|
@@ -2199,12 +2199,12 @@ export declare const mockThemes: {
|
|
|
2199
2199
|
style: "solid" | "dashed";
|
|
2200
2200
|
};
|
|
2201
2201
|
shadow: {
|
|
2202
|
-
elevation: "medium" | "none" | "
|
|
2202
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
2203
2203
|
softness: "soft" | "crisp" | "hard" | null;
|
|
2204
2204
|
position: "bottom" | "bottom-right";
|
|
2205
2205
|
};
|
|
2206
2206
|
motion: {
|
|
2207
|
-
level: "medium" | "
|
|
2207
|
+
level: "medium" | "high" | "low" | "off";
|
|
2208
2208
|
easing: "standard" | "snappy" | "gentle" | null;
|
|
2209
2209
|
};
|
|
2210
2210
|
corners: "square" | "rounded" | "pill" | "soft";
|
|
@@ -2612,7 +2612,7 @@ export declare const mockThemes: {
|
|
|
2612
2612
|
buttons?: {
|
|
2613
2613
|
global: {
|
|
2614
2614
|
cornerStyle: "square" | "rounded" | "pill";
|
|
2615
|
-
shadow: "medium" | "none" | "
|
|
2615
|
+
shadow: "medium" | "none" | "high" | "low";
|
|
2616
2616
|
textTransform: "none" | "lowercase" | "uppercase" | "capitalize";
|
|
2617
2617
|
fontWeight: 500 | 600 | 700;
|
|
2618
2618
|
borderWidth: 1 | 3 | 2;
|
|
@@ -2647,7 +2647,7 @@ export declare const mockThemes: {
|
|
|
2647
2647
|
textColorToken: string;
|
|
2648
2648
|
borderRadius?: string | undefined;
|
|
2649
2649
|
shadow?: {
|
|
2650
|
-
elevation: "medium" | "none" | "
|
|
2650
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
2651
2651
|
softness: "soft" | "crisp" | "hard" | null;
|
|
2652
2652
|
position: "bottom" | "bottom-right";
|
|
2653
2653
|
colorToken?: string | undefined;
|
|
@@ -2733,7 +2733,7 @@ export declare const mockThemes: {
|
|
|
2733
2733
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
2734
2734
|
foregroundToken?: string | undefined;
|
|
2735
2735
|
shadow?: {
|
|
2736
|
-
elevation: "medium" | "none" | "
|
|
2736
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
2737
2737
|
softness: "soft" | "crisp" | "hard" | null;
|
|
2738
2738
|
position: "bottom" | "bottom-right";
|
|
2739
2739
|
} | undefined;
|
|
@@ -2767,7 +2767,7 @@ export declare const mockThemes: {
|
|
|
2767
2767
|
colorToken: string;
|
|
2768
2768
|
} | null;
|
|
2769
2769
|
shadow: {
|
|
2770
|
-
elevation: "medium" | "none" | "
|
|
2770
|
+
elevation: "medium" | "none" | "high" | "low";
|
|
2771
2771
|
softness: "soft" | "crisp" | "hard" | null;
|
|
2772
2772
|
position: "bottom" | "bottom-right";
|
|
2773
2773
|
} | null;
|
|
@@ -21,8 +21,8 @@ export declare const axesSchema: z.ZodObject<{
|
|
|
21
21
|
media: "media";
|
|
22
22
|
}>;
|
|
23
23
|
conversionBias: z.ZodEnum<{
|
|
24
|
-
low: "low";
|
|
25
24
|
high: "high";
|
|
25
|
+
low: "low";
|
|
26
26
|
med: "med";
|
|
27
27
|
}>;
|
|
28
28
|
motion: z.ZodEnum<{
|
|
@@ -1554,8 +1554,8 @@ export declare const shadow: z.ZodObject<{
|
|
|
1554
1554
|
elevation: z.ZodEnum<{
|
|
1555
1555
|
medium: "medium";
|
|
1556
1556
|
none: "none";
|
|
1557
|
-
low: "low";
|
|
1558
1557
|
high: "high";
|
|
1558
|
+
low: "low";
|
|
1559
1559
|
}>;
|
|
1560
1560
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
1561
1561
|
soft: "soft";
|
|
@@ -1582,8 +1582,8 @@ export declare const border: z.ZodObject<{
|
|
|
1582
1582
|
export declare const motion: z.ZodObject<{
|
|
1583
1583
|
level: z.ZodEnum<{
|
|
1584
1584
|
medium: "medium";
|
|
1585
|
-
low: "low";
|
|
1586
1585
|
high: "high";
|
|
1586
|
+
low: "low";
|
|
1587
1587
|
off: "off";
|
|
1588
1588
|
}>;
|
|
1589
1589
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
@@ -1604,8 +1604,8 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1604
1604
|
elevation: z.ZodEnum<{
|
|
1605
1605
|
medium: "medium";
|
|
1606
1606
|
none: "none";
|
|
1607
|
-
low: "low";
|
|
1608
1607
|
high: "high";
|
|
1608
|
+
low: "low";
|
|
1609
1609
|
}>;
|
|
1610
1610
|
border: z.ZodEnum<{
|
|
1611
1611
|
none: "none";
|
|
@@ -2861,8 +2861,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2861
2861
|
media: "media";
|
|
2862
2862
|
}>;
|
|
2863
2863
|
conversionBias: z.ZodEnum<{
|
|
2864
|
-
low: "low";
|
|
2865
2864
|
high: "high";
|
|
2865
|
+
low: "low";
|
|
2866
2866
|
med: "med";
|
|
2867
2867
|
}>;
|
|
2868
2868
|
motion: z.ZodEnum<{
|
|
@@ -3167,8 +3167,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3167
3167
|
elevation: z.ZodEnum<{
|
|
3168
3168
|
medium: "medium";
|
|
3169
3169
|
none: "none";
|
|
3170
|
-
low: "low";
|
|
3171
3170
|
high: "high";
|
|
3171
|
+
low: "low";
|
|
3172
3172
|
}>;
|
|
3173
3173
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
3174
3174
|
soft: "soft";
|
|
@@ -3183,8 +3183,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3183
3183
|
motion: z.ZodObject<{
|
|
3184
3184
|
level: z.ZodEnum<{
|
|
3185
3185
|
medium: "medium";
|
|
3186
|
-
low: "low";
|
|
3187
3186
|
high: "high";
|
|
3187
|
+
low: "low";
|
|
3188
3188
|
off: "off";
|
|
3189
3189
|
}>;
|
|
3190
3190
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
@@ -4116,8 +4116,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4116
4116
|
shadow: z.ZodEnum<{
|
|
4117
4117
|
medium: "medium";
|
|
4118
4118
|
none: "none";
|
|
4119
|
-
low: "low";
|
|
4120
4119
|
high: "high";
|
|
4120
|
+
low: "low";
|
|
4121
4121
|
}>;
|
|
4122
4122
|
textTransform: z.ZodEnum<{
|
|
4123
4123
|
none: "none";
|
|
@@ -4199,8 +4199,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4199
4199
|
elevation: z.ZodEnum<{
|
|
4200
4200
|
medium: "medium";
|
|
4201
4201
|
none: "none";
|
|
4202
|
-
low: "low";
|
|
4203
4202
|
high: "high";
|
|
4203
|
+
low: "low";
|
|
4204
4204
|
}>;
|
|
4205
4205
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4206
4206
|
soft: "soft";
|
|
@@ -4347,8 +4347,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4347
4347
|
elevation: z.ZodEnum<{
|
|
4348
4348
|
medium: "medium";
|
|
4349
4349
|
none: "none";
|
|
4350
|
-
low: "low";
|
|
4351
4350
|
high: "high";
|
|
4351
|
+
low: "low";
|
|
4352
4352
|
}>;
|
|
4353
4353
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4354
4354
|
soft: "soft";
|
|
@@ -4444,8 +4444,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4444
4444
|
elevation: z.ZodEnum<{
|
|
4445
4445
|
medium: "medium";
|
|
4446
4446
|
none: "none";
|
|
4447
|
-
low: "low";
|
|
4448
4447
|
high: "high";
|
|
4448
|
+
low: "low";
|
|
4449
4449
|
}>;
|
|
4450
4450
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4451
4451
|
soft: "soft";
|
|
@@ -5171,8 +5171,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5171
5171
|
media: "media";
|
|
5172
5172
|
}>;
|
|
5173
5173
|
conversionBias: z.ZodEnum<{
|
|
5174
|
-
low: "low";
|
|
5175
5174
|
high: "high";
|
|
5175
|
+
low: "low";
|
|
5176
5176
|
med: "med";
|
|
5177
5177
|
}>;
|
|
5178
5178
|
motion: z.ZodEnum<{
|
|
@@ -5477,8 +5477,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5477
5477
|
elevation: z.ZodEnum<{
|
|
5478
5478
|
medium: "medium";
|
|
5479
5479
|
none: "none";
|
|
5480
|
-
low: "low";
|
|
5481
5480
|
high: "high";
|
|
5481
|
+
low: "low";
|
|
5482
5482
|
}>;
|
|
5483
5483
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
5484
5484
|
soft: "soft";
|
|
@@ -5493,8 +5493,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5493
5493
|
motion: z.ZodObject<{
|
|
5494
5494
|
level: z.ZodEnum<{
|
|
5495
5495
|
medium: "medium";
|
|
5496
|
-
low: "low";
|
|
5497
5496
|
high: "high";
|
|
5497
|
+
low: "low";
|
|
5498
5498
|
off: "off";
|
|
5499
5499
|
}>;
|
|
5500
5500
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
@@ -6426,8 +6426,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6426
6426
|
shadow: z.ZodEnum<{
|
|
6427
6427
|
medium: "medium";
|
|
6428
6428
|
none: "none";
|
|
6429
|
-
low: "low";
|
|
6430
6429
|
high: "high";
|
|
6430
|
+
low: "low";
|
|
6431
6431
|
}>;
|
|
6432
6432
|
textTransform: z.ZodEnum<{
|
|
6433
6433
|
none: "none";
|
|
@@ -6509,8 +6509,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6509
6509
|
elevation: z.ZodEnum<{
|
|
6510
6510
|
medium: "medium";
|
|
6511
6511
|
none: "none";
|
|
6512
|
-
low: "low";
|
|
6513
6512
|
high: "high";
|
|
6513
|
+
low: "low";
|
|
6514
6514
|
}>;
|
|
6515
6515
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6516
6516
|
soft: "soft";
|
|
@@ -6657,8 +6657,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6657
6657
|
elevation: z.ZodEnum<{
|
|
6658
6658
|
medium: "medium";
|
|
6659
6659
|
none: "none";
|
|
6660
|
-
low: "low";
|
|
6661
6660
|
high: "high";
|
|
6661
|
+
low: "low";
|
|
6662
6662
|
}>;
|
|
6663
6663
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6664
6664
|
soft: "soft";
|
|
@@ -6754,8 +6754,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6754
6754
|
elevation: z.ZodEnum<{
|
|
6755
6755
|
medium: "medium";
|
|
6756
6756
|
none: "none";
|
|
6757
|
-
low: "low";
|
|
6758
6757
|
high: "high";
|
|
6758
|
+
low: "low";
|
|
6759
6759
|
}>;
|
|
6760
6760
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6761
6761
|
soft: "soft";
|
|
@@ -163,8 +163,8 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
163
163
|
}>;
|
|
164
164
|
emphasis: z.ZodEnum<{
|
|
165
165
|
medium: "medium";
|
|
166
|
-
low: "low";
|
|
167
166
|
high: "high";
|
|
167
|
+
low: "low";
|
|
168
168
|
}>;
|
|
169
169
|
sectionHeight: z.ZodOptional<z.ZodEnum<{
|
|
170
170
|
default: "default";
|
|
@@ -380,8 +380,8 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
380
380
|
}>;
|
|
381
381
|
emphasis: z.ZodEnum<{
|
|
382
382
|
medium: "medium";
|
|
383
|
-
low: "low";
|
|
384
383
|
high: "high";
|
|
384
|
+
low: "low";
|
|
385
385
|
}>;
|
|
386
386
|
sectionHeight: z.ZodOptional<z.ZodEnum<{
|
|
387
387
|
default: "default";
|
|
@@ -111,8 +111,8 @@ export declare const generatedBlockDesignIntentSchema: z.ZodObject<{
|
|
|
111
111
|
kind: z.ZodLiteral<"explicit">;
|
|
112
112
|
value: z.ZodEnum<{
|
|
113
113
|
medium: "medium";
|
|
114
|
-
low: "low";
|
|
115
114
|
high: "high";
|
|
115
|
+
low: "low";
|
|
116
116
|
}>;
|
|
117
117
|
}, z.core.$strict>], "kind">;
|
|
118
118
|
}, z.core.$strict>;
|
|
@@ -264,8 +264,8 @@ export declare const generatedPageDesignIntentSchema: z.ZodObject<{
|
|
|
264
264
|
kind: z.ZodLiteral<"explicit">;
|
|
265
265
|
value: z.ZodEnum<{
|
|
266
266
|
medium: "medium";
|
|
267
|
-
low: "low";
|
|
268
267
|
high: "high";
|
|
268
|
+
low: "low";
|
|
269
269
|
}>;
|
|
270
270
|
}, z.core.$strict>], "kind">;
|
|
271
271
|
}, z.core.$strict>;
|
|
@@ -42,16 +42,16 @@ export declare const logoContainsTextSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
42
42
|
kind: z.ZodLiteral<"contains-text">;
|
|
43
43
|
confidence: z.ZodEnum<{
|
|
44
44
|
medium: "medium";
|
|
45
|
-
low: "low";
|
|
46
45
|
high: "high";
|
|
46
|
+
low: "low";
|
|
47
47
|
}>;
|
|
48
48
|
text: z.ZodOptional<z.ZodString>;
|
|
49
49
|
}, z.core.$strip>, z.ZodObject<{
|
|
50
50
|
kind: z.ZodLiteral<"no-text">;
|
|
51
51
|
confidence: z.ZodEnum<{
|
|
52
52
|
medium: "medium";
|
|
53
|
-
low: "low";
|
|
54
53
|
high: "high";
|
|
54
|
+
low: "low";
|
|
55
55
|
}>;
|
|
56
56
|
}, z.core.$strip>, z.ZodObject<{
|
|
57
57
|
kind: z.ZodLiteral<"unknown">;
|
|
@@ -88,16 +88,16 @@ export declare const logoFactsSchema: z.ZodObject<{
|
|
|
88
88
|
kind: z.ZodLiteral<"contains-text">;
|
|
89
89
|
confidence: z.ZodEnum<{
|
|
90
90
|
medium: "medium";
|
|
91
|
-
low: "low";
|
|
92
91
|
high: "high";
|
|
92
|
+
low: "low";
|
|
93
93
|
}>;
|
|
94
94
|
text: z.ZodOptional<z.ZodString>;
|
|
95
95
|
}, z.core.$strip>, z.ZodObject<{
|
|
96
96
|
kind: z.ZodLiteral<"no-text">;
|
|
97
97
|
confidence: z.ZodEnum<{
|
|
98
98
|
medium: "medium";
|
|
99
|
-
low: "low";
|
|
100
99
|
high: "high";
|
|
100
|
+
low: "low";
|
|
101
101
|
}>;
|
|
102
102
|
}, z.core.$strip>, z.ZodObject<{
|
|
103
103
|
kind: z.ZodLiteral<"unknown">;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ThemeResponsiveMode } from "./responsiveMode";
|
|
2
|
+
export type ThemeRuntime = {
|
|
3
|
+
kind: "cms-theme";
|
|
4
|
+
responsiveMode?: ThemeResponsiveMode;
|
|
5
|
+
} | {
|
|
6
|
+
kind: "responsive-only";
|
|
7
|
+
responsiveMode?: ThemeResponsiveMode;
|
|
8
|
+
} | {
|
|
9
|
+
kind: "none";
|
|
10
|
+
};
|
|
11
|
+
export type { ThemeResponsiveMode };
|