@riverbankcms/sdk 0.72.0 → 0.74.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 +1 -1
- package/dist/{PreviewEditorSidebar-44T64SAR.mjs → PreviewEditorSidebar-5XL7M3OM.mjs} +2 -2
- package/dist/{PreviewEditorUI-4WKHZTXW.mjs → PreviewEditorUI-ZDFRDJID.mjs} +2 -2
- package/dist/SdkPreviewModeRuntime-CRYNDSPL.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +10 -10
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +6 -6
- package/dist/_dts/blocks/src/system/node/fragments/backgroundLayer.d.ts +15 -1
- package/dist/_dts/blocks/src/system/node/fragments/styledSection.d.ts +11 -0
- package/dist/_dts/blocks/src/system/runtime/header/enhanceHeaderSection.d.ts +13 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +6 -0
- package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +2 -2
- package/dist/_dts/sdk/src/rendering/islands/enhancers/accordion.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/bookingForm.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/carousel.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/cart.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/checkout.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/courseRegistration.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/eventCalendar.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/eventCombined.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/eventDetails.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/eventListing.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/eventRegistration.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/form.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/headerSection.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/locationMap.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/newsletterForm.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/productDetail.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/productList.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/enhancers/shop.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/islands/hydrateBlocksIslands.d.ts +2 -2
- package/dist/_dts/sdk/src/rendering/islands/propsDecoder.d.ts +7 -0
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +9 -0
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +7 -7
- package/dist/_dts/theme-core/src/buttons/types.d.ts +20 -20
- package/dist/_dts/theme-core/src/cards/types.d.ts +2 -2
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/header/navDropdownSizing.d.ts +7 -0
- package/dist/_dts/theme-core/src/inputs/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +156 -156
- package/dist/_dts/theme-core/src/navigation/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +4 -4
- package/dist/_dts/theme-core/src/schema.d.ts +178 -178
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +8 -8
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +5 -5
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -2
- package/dist/{chunk-3YNCQG5N.mjs → chunk-2MIWNFJM.mjs} +149 -15
- package/dist/{chunk-KWQPAJYS.mjs → chunk-CBD47MTM.mjs} +1 -1
- package/dist/{chunk-HV745JYE.mjs → chunk-CEQBBLMJ.mjs} +1 -1
- package/dist/{chunk-G4NLITC2.mjs → chunk-YY7K3QD2.mjs} +5 -5
- package/dist/cli/index.mjs +233 -203
- package/dist/client/accordion-ZZVXWV3N.mjs +120 -0
- package/dist/client/altcha-LIGLPZS5.mjs +2755 -0
- package/dist/client/bookingForm-4X77HKDS.mjs +34 -0
- package/dist/client/bookings.mjs +13 -0
- package/dist/client/carousel-25WK2H7G.mjs +46 -0
- package/dist/client/cart-JWD2VRFU.mjs +11 -0
- package/dist/client/checkout-V7KYGWL7.mjs +11 -0
- package/dist/client/chunk-5IYGMTUE.mjs +18614 -0
- package/dist/client/chunk-6VGXRE34.mjs +7617 -0
- package/dist/client/chunk-N7PBWBWQ.mjs +26 -0
- package/dist/client/chunk-PMAIXMAB.mjs +1960 -0
- package/dist/client/chunk-RKCFVIMS.mjs +26 -0
- package/dist/client/client.mjs +621 -379
- package/dist/client/courseRegistration-O6ZPK4YT.mjs +29 -0
- package/dist/client/eventCalendar-X6GIPYFM.mjs +29 -0
- package/dist/client/eventCombined-EZUOPM3G.mjs +26 -0
- package/dist/client/eventDetails-3WODIXET.mjs +14 -0
- package/dist/client/eventListing-HEFGAETC.mjs +29 -0
- package/dist/client/eventRegistration-3LCP2V3P.mjs +29 -0
- package/dist/client/form-AKXQMY6Z.mjs +85 -0
- package/dist/client/headerSection-5KHCMU6B.mjs +12 -0
- package/dist/client/hooks.mjs +42 -9
- package/dist/client/locationMap-7HIADW76.mjs +14 -0
- package/dist/client/newsletterForm-5N4YTMU3.mjs +60 -0
- package/dist/client/productDetail-IZUA7ZP3.mjs +11 -0
- package/dist/client/productList-KWIIJE6I.mjs +11 -0
- package/dist/client/rendering/client.mjs +1655 -6472
- package/dist/client/rendering/islands.mjs +40 -44031
- package/dist/client/rendering.mjs +2909 -2663
- package/dist/client/shop-XZQFRQWZ.mjs +13 -0
- package/dist/preview-next/client/runtime.mjs +3 -3
- package/dist/{sdk-runtime-NGDWSWOS.mjs → sdk-runtime-OHNONZ5U.mjs} +4 -4
- package/dist/server/components.mjs +64 -11
- package/dist/server/config-validation.mjs +42 -9
- package/dist/server/config.mjs +42 -9
- package/dist/server/data.mjs +42 -9
- package/dist/server/index.mjs +1 -1
- package/dist/server/next.mjs +65 -12
- package/dist/server/page-converter.mjs +29 -9
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +64 -11
- package/dist/server/rendering.mjs +64 -11
- package/dist/server/routing.mjs +50 -10
- package/dist/server/server.mjs +43 -10
- package/dist/server/theme-bridge.mjs +24 -0
- package/dist/styles/index.css +11 -0
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-FO6V7YVY.mjs +0 -8
|
@@ -96,14 +96,14 @@ export declare const cornerStyleSchema: z.ZodEnum<{
|
|
|
96
96
|
export declare const shadowSizeSchema: z.ZodEnum<{
|
|
97
97
|
medium: "medium";
|
|
98
98
|
none: "none";
|
|
99
|
-
low: "low";
|
|
100
99
|
high: "high";
|
|
100
|
+
low: "low";
|
|
101
101
|
}>;
|
|
102
102
|
export declare const textTransformSchema: z.ZodEnum<{
|
|
103
103
|
none: "none";
|
|
104
|
-
uppercase: "uppercase";
|
|
105
|
-
lowercase: "lowercase";
|
|
106
104
|
capitalize: "capitalize";
|
|
105
|
+
lowercase: "lowercase";
|
|
106
|
+
uppercase: "uppercase";
|
|
107
107
|
}>;
|
|
108
108
|
export declare const fontWeightSchema: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
|
|
109
109
|
export declare const buttonTypographySchema: z.ZodEnum<{
|
|
@@ -111,9 +111,9 @@ export declare const buttonTypographySchema: z.ZodEnum<{
|
|
|
111
111
|
heading: "heading";
|
|
112
112
|
}>;
|
|
113
113
|
export declare const letterSpacingSchema: z.ZodEnum<{
|
|
114
|
-
tight: "tight";
|
|
115
114
|
normal: "normal";
|
|
116
115
|
loose: "loose";
|
|
116
|
+
tight: "tight";
|
|
117
117
|
}>;
|
|
118
118
|
export declare const hoverTransformSchema: z.ZodEnum<{
|
|
119
119
|
none: "none";
|
|
@@ -124,8 +124,8 @@ export declare const hoverTransformSchema: z.ZodEnum<{
|
|
|
124
124
|
export declare const hoverColorSchema: z.ZodEnum<{
|
|
125
125
|
none: "none";
|
|
126
126
|
token: "token";
|
|
127
|
-
brighten: "brighten";
|
|
128
127
|
darken: "darken";
|
|
128
|
+
brighten: "brighten";
|
|
129
129
|
saturate: "saturate";
|
|
130
130
|
}>;
|
|
131
131
|
export declare const buttonPaddingPresetSchema: z.ZodEnum<{
|
|
@@ -140,8 +140,8 @@ export declare const gradientStyleSchema: z.ZodEnum<{
|
|
|
140
140
|
}>;
|
|
141
141
|
export declare const gradientSharpnessSchema: z.ZodEnum<{
|
|
142
142
|
medium: "medium";
|
|
143
|
-
hard: "hard";
|
|
144
143
|
smooth: "smooth";
|
|
144
|
+
hard: "hard";
|
|
145
145
|
}>;
|
|
146
146
|
export declare const prioritySchema: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
147
147
|
export declare const variantRoleSchema: z.ZodEnum<{
|
|
@@ -232,14 +232,14 @@ export declare const buttonGlobalSettingsSchema: z.ZodObject<{
|
|
|
232
232
|
shadow: z.ZodEnum<{
|
|
233
233
|
medium: "medium";
|
|
234
234
|
none: "none";
|
|
235
|
-
low: "low";
|
|
236
235
|
high: "high";
|
|
236
|
+
low: "low";
|
|
237
237
|
}>;
|
|
238
238
|
textTransform: z.ZodEnum<{
|
|
239
239
|
none: "none";
|
|
240
|
-
uppercase: "uppercase";
|
|
241
|
-
lowercase: "lowercase";
|
|
242
240
|
capitalize: "capitalize";
|
|
241
|
+
lowercase: "lowercase";
|
|
242
|
+
uppercase: "uppercase";
|
|
243
243
|
}>;
|
|
244
244
|
fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
|
|
245
245
|
borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
@@ -249,9 +249,9 @@ export declare const buttonGlobalSettingsSchema: z.ZodObject<{
|
|
|
249
249
|
}>>;
|
|
250
250
|
fontSize: z.ZodOptional<z.ZodString>;
|
|
251
251
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
252
|
-
tight: "tight";
|
|
253
252
|
normal: "normal";
|
|
254
253
|
loose: "loose";
|
|
254
|
+
tight: "tight";
|
|
255
255
|
}>>;
|
|
256
256
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
257
257
|
paddingPreset: z.ZodOptional<z.ZodEnum<{
|
|
@@ -268,8 +268,8 @@ export declare const buttonGlobalSettingsSchema: z.ZodObject<{
|
|
|
268
268
|
hoverColor: z.ZodEnum<{
|
|
269
269
|
none: "none";
|
|
270
270
|
token: "token";
|
|
271
|
-
brighten: "brighten";
|
|
272
271
|
darken: "darken";
|
|
272
|
+
brighten: "brighten";
|
|
273
273
|
saturate: "saturate";
|
|
274
274
|
}>;
|
|
275
275
|
hoverColorToken: z.ZodOptional<z.ZodString>;
|
|
@@ -281,8 +281,8 @@ export declare const buttonGlobalSettingsSchema: z.ZodObject<{
|
|
|
281
281
|
gradientAngle: z.ZodOptional<z.ZodNumber>;
|
|
282
282
|
gradientSharpness: z.ZodOptional<z.ZodEnum<{
|
|
283
283
|
medium: "medium";
|
|
284
|
-
hard: "hard";
|
|
285
284
|
smooth: "smooth";
|
|
285
|
+
hard: "hard";
|
|
286
286
|
}>>;
|
|
287
287
|
}, z.core.$strip>;
|
|
288
288
|
export declare const gradientDirectionSchema: z.ZodEnum<{
|
|
@@ -383,8 +383,8 @@ export declare const buttonVariantSchema: z.ZodObject<{
|
|
|
383
383
|
elevation: z.ZodEnum<{
|
|
384
384
|
medium: "medium";
|
|
385
385
|
none: "none";
|
|
386
|
-
low: "low";
|
|
387
386
|
high: "high";
|
|
387
|
+
low: "low";
|
|
388
388
|
}>;
|
|
389
389
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
390
390
|
soft: "soft";
|
|
@@ -449,14 +449,14 @@ export declare const buttonSystemSchema: z.ZodObject<{
|
|
|
449
449
|
shadow: z.ZodEnum<{
|
|
450
450
|
medium: "medium";
|
|
451
451
|
none: "none";
|
|
452
|
-
low: "low";
|
|
453
452
|
high: "high";
|
|
453
|
+
low: "low";
|
|
454
454
|
}>;
|
|
455
455
|
textTransform: z.ZodEnum<{
|
|
456
456
|
none: "none";
|
|
457
|
-
uppercase: "uppercase";
|
|
458
|
-
lowercase: "lowercase";
|
|
459
457
|
capitalize: "capitalize";
|
|
458
|
+
lowercase: "lowercase";
|
|
459
|
+
uppercase: "uppercase";
|
|
460
460
|
}>;
|
|
461
461
|
fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
|
|
462
462
|
borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
@@ -466,9 +466,9 @@ export declare const buttonSystemSchema: z.ZodObject<{
|
|
|
466
466
|
}>>;
|
|
467
467
|
fontSize: z.ZodOptional<z.ZodString>;
|
|
468
468
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
469
|
-
tight: "tight";
|
|
470
469
|
normal: "normal";
|
|
471
470
|
loose: "loose";
|
|
471
|
+
tight: "tight";
|
|
472
472
|
}>>;
|
|
473
473
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
474
474
|
paddingPreset: z.ZodOptional<z.ZodEnum<{
|
|
@@ -485,8 +485,8 @@ export declare const buttonSystemSchema: z.ZodObject<{
|
|
|
485
485
|
hoverColor: z.ZodEnum<{
|
|
486
486
|
none: "none";
|
|
487
487
|
token: "token";
|
|
488
|
-
brighten: "brighten";
|
|
489
488
|
darken: "darken";
|
|
489
|
+
brighten: "brighten";
|
|
490
490
|
saturate: "saturate";
|
|
491
491
|
}>;
|
|
492
492
|
hoverColorToken: z.ZodOptional<z.ZodString>;
|
|
@@ -498,8 +498,8 @@ export declare const buttonSystemSchema: z.ZodObject<{
|
|
|
498
498
|
gradientAngle: z.ZodOptional<z.ZodNumber>;
|
|
499
499
|
gradientSharpness: z.ZodOptional<z.ZodEnum<{
|
|
500
500
|
medium: "medium";
|
|
501
|
-
hard: "hard";
|
|
502
501
|
smooth: "smooth";
|
|
502
|
+
hard: "hard";
|
|
503
503
|
}>>;
|
|
504
504
|
}, z.core.$strip>;
|
|
505
505
|
variants: z.ZodArray<z.ZodObject<{
|
|
@@ -532,8 +532,8 @@ export declare const buttonSystemSchema: z.ZodObject<{
|
|
|
532
532
|
elevation: z.ZodEnum<{
|
|
533
533
|
medium: "medium";
|
|
534
534
|
none: "none";
|
|
535
|
-
low: "low";
|
|
536
535
|
high: "high";
|
|
536
|
+
low: "low";
|
|
537
537
|
}>;
|
|
538
538
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
539
539
|
soft: "soft";
|
|
@@ -106,8 +106,8 @@ export declare const cardVariantSchema: z.ZodObject<{
|
|
|
106
106
|
elevation: z.ZodEnum<{
|
|
107
107
|
medium: "medium";
|
|
108
108
|
none: "none";
|
|
109
|
-
low: "low";
|
|
110
109
|
high: "high";
|
|
110
|
+
low: "low";
|
|
111
111
|
}>;
|
|
112
112
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
113
113
|
soft: "soft";
|
|
@@ -168,8 +168,8 @@ export declare const cardSystemSchema: z.ZodObject<{
|
|
|
168
168
|
elevation: z.ZodEnum<{
|
|
169
169
|
medium: "medium";
|
|
170
170
|
none: "none";
|
|
171
|
-
low: "low";
|
|
172
171
|
high: "high";
|
|
172
|
+
low: "low";
|
|
173
173
|
}>;
|
|
174
174
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
175
175
|
soft: "soft";
|