@riverbankcms/sdk 0.60.11 → 0.60.14
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 +10 -7
- package/dist/_dts/api/src/accessAdmin.d.ts +102 -0
- package/dist/_dts/api/src/bookingConfig.d.ts +31 -1
- package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +38 -1
- package/dist/_dts/api/src/bookingOperations.d.ts +3 -0
- package/dist/_dts/api/src/bookingRecords.d.ts +45 -0
- package/dist/_dts/api/src/bookingRefundOutcomes.d.ts +4 -4
- package/dist/_dts/api/src/commercePortalEndpoints.d.ts +1 -5
- package/dist/_dts/api/src/common/envelope.d.ts +1 -1
- package/dist/_dts/api/src/communications.d.ts +1 -1
- package/dist/_dts/api/src/contentRuntime.d.ts +1 -1
- package/dist/_dts/api/src/domains.d.ts +14 -13
- package/dist/_dts/api/src/endpoints.d.ts +121 -9
- package/dist/_dts/api/src/index.d.ts +3 -2
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +1 -0
- package/dist/_dts/api/src/seoEndpoints.d.ts +2 -0
- package/dist/_dts/api/src/siteAssets.d.ts +0 -10
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +15 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/blocks/src/PageRenderer.d.ts +1 -0
- package/dist/_dts/blocks/src/index.d.ts +1 -0
- package/dist/_dts/blocks/src/portal/types.d.ts +1 -1
- package/dist/_dts/blocks/src/server.d.ts +1 -0
- package/dist/_dts/blocks/src/subroutes/fold.d.ts +40 -0
- package/dist/_dts/blocks/src/subroutes/formatDate.d.ts +12 -0
- package/dist/_dts/blocks/src/subroutes/index.d.ts +3 -0
- package/dist/_dts/blocks/src/subroutes/kinds.d.ts +32 -0
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +3 -1
- package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +2 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration/types.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/course-registration.interactive.d.ts +1 -0
- package/dist/_dts/blocks/src/system/spacing.d.ts +2 -1
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +5 -0
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +5 -1
- package/dist/_dts/core/src/booking-refunds.d.ts +8 -0
- package/dist/_dts/core/src/participant-identity.d.ts +1 -1
- package/dist/_dts/core/src/participants.d.ts +19 -7
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +284 -96
- package/dist/_dts/db/src/schemas/forms.d.ts +135 -24
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewEditorSidebar.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewShell.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/PreviewShellLayout.d.ts +3 -3
- package/dist/_dts/preview-next/src/client/preview/SubrouteNoticePanel.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/subrouteNotice.d.ts +26 -0
- package/dist/_dts/sdk/src/contracts/page.d.ts +1 -0
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +2 -1
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +1 -0
- package/dist/_dts/sdk/src/routing/resolvePageContent.d.ts +4 -5
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/showtime-pill.d.ts +17 -0
- package/dist/_dts/theme-core/src/buttons/types.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 +66 -30
- package/dist/_dts/theme-core/src/palette/variants/brand-led.d.ts +16 -0
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +3 -3
- package/dist/_dts/theme-core/src/schema.d.ts +174 -6
- package/dist/_dts/theme-core/src/site-styles/appearancePresets.d.ts +328 -15
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +54 -2
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +124 -0
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +1 -0
- package/dist/_dts/theme-core/src/site-styles/lookResolution.d.ts +21 -0
- package/dist/_dts/theme-core/src/site-styles/pageDesignEditorModel.d.ts +2 -1
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +135 -2
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button.d.ts +1 -1
- package/dist/cli/index.mjs +801 -115
- package/dist/client/bookings.mjs +115 -1
- package/dist/client/client.mjs +905 -166
- package/dist/client/hooks.mjs +794 -111
- package/dist/client/rendering/client.mjs +179 -39
- package/dist/client/rendering/islands.mjs +179 -38
- package/dist/client/rendering.mjs +904 -165
- package/dist/preview-next/before-render.mjs +160 -16
- package/dist/preview-next/client/runtime.mjs +1674 -260
- package/dist/preview-next/middleware.mjs +160 -16
- package/dist/server/components.mjs +895 -165
- package/dist/server/config-validation.mjs +794 -111
- package/dist/server/config.mjs +794 -111
- package/dist/server/data.mjs +794 -111
- package/dist/server/index.mjs +163 -17
- package/dist/server/next.mjs +898 -167
- package/dist/server/page-converter.mjs +589 -82
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +895 -165
- package/dist/server/rendering.mjs +895 -165
- package/dist/server/routing.mjs +828 -117
- package/dist/server/server.mjs +795 -112
- package/dist/server/theme-bridge.mjs +216 -39
- package/dist/server/theme.mjs +139 -37
- package/dist/styles/index.css +44 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { z } from
|
|
2
|
-
import type { ExpandedPalette } from
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import type { ExpandedPalette } from './palette/expandPalette';
|
|
3
3
|
export declare const axesSchema: z.ZodObject<{
|
|
4
4
|
tone: z.ZodEnum<{
|
|
5
5
|
bold: "bold";
|
|
@@ -145,6 +145,10 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
145
145
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
146
146
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
147
147
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
148
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
149
|
+
static: "static";
|
|
150
|
+
"fixed-frame": "fixed-frame";
|
|
151
|
+
}>>>;
|
|
148
152
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
149
153
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
150
154
|
none: "none";
|
|
@@ -169,6 +173,7 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
169
173
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
170
174
|
none: "none";
|
|
171
175
|
hero: "hero";
|
|
176
|
+
banner: "banner";
|
|
172
177
|
immersive: "immersive";
|
|
173
178
|
}>>>;
|
|
174
179
|
}, z.core.$strip>;
|
|
@@ -231,6 +236,10 @@ export declare const containerStylesOverrideSchema: z.ZodObject<{
|
|
|
231
236
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
232
237
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
233
238
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
239
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
240
|
+
static: "static";
|
|
241
|
+
"fixed-frame": "fixed-frame";
|
|
242
|
+
}>>>;
|
|
234
243
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
235
244
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
236
245
|
none: "none";
|
|
@@ -323,6 +332,10 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
|
|
|
323
332
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
324
333
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
325
334
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
335
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
336
|
+
static: "static";
|
|
337
|
+
"fixed-frame": "fixed-frame";
|
|
338
|
+
}>>>;
|
|
326
339
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
327
340
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
328
341
|
none: "none";
|
|
@@ -364,6 +377,9 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
|
|
|
364
377
|
sm: "sm";
|
|
365
378
|
"2xl": "2xl";
|
|
366
379
|
}>>>;
|
|
380
|
+
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
381
|
+
"accent-quote": "accent-quote";
|
|
382
|
+
}>>>;
|
|
367
383
|
}, z.core.$strip>;
|
|
368
384
|
declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
369
385
|
sectionStyles: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -425,6 +441,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
425
441
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
426
442
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
427
443
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
444
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
445
|
+
static: "static";
|
|
446
|
+
"fixed-frame": "fixed-frame";
|
|
447
|
+
}>>>;
|
|
428
448
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
429
449
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
430
450
|
none: "none";
|
|
@@ -449,6 +469,7 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
449
469
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
450
470
|
none: "none";
|
|
451
471
|
hero: "hero";
|
|
472
|
+
banner: "banner";
|
|
452
473
|
immersive: "immersive";
|
|
453
474
|
}>>>;
|
|
454
475
|
}, z.core.$strip>>>;
|
|
@@ -511,6 +532,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
511
532
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
512
533
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
513
534
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
535
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
536
|
+
static: "static";
|
|
537
|
+
"fixed-frame": "fixed-frame";
|
|
538
|
+
}>>>;
|
|
514
539
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
515
540
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
516
541
|
none: "none";
|
|
@@ -603,6 +628,10 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
603
628
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
604
629
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
605
630
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
631
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
632
|
+
static: "static";
|
|
633
|
+
"fixed-frame": "fixed-frame";
|
|
634
|
+
}>>>;
|
|
606
635
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
607
636
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
608
637
|
none: "none";
|
|
@@ -644,6 +673,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
644
673
|
sm: "sm";
|
|
645
674
|
"2xl": "2xl";
|
|
646
675
|
}>>>;
|
|
676
|
+
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
677
|
+
"accent-quote": "accent-quote";
|
|
678
|
+
}>>>;
|
|
647
679
|
}, z.core.$strip>>>;
|
|
648
680
|
}, z.core.$strip>;
|
|
649
681
|
declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
@@ -734,6 +766,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
734
766
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
735
767
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
736
768
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
769
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
770
|
+
static: "static";
|
|
771
|
+
"fixed-frame": "fixed-frame";
|
|
772
|
+
}>>>;
|
|
737
773
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
738
774
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
739
775
|
none: "none";
|
|
@@ -758,6 +794,7 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
758
794
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
759
795
|
none: "none";
|
|
760
796
|
hero: "hero";
|
|
797
|
+
banner: "banner";
|
|
761
798
|
immersive: "immersive";
|
|
762
799
|
}>>>;
|
|
763
800
|
}, z.core.$strip>>>;
|
|
@@ -820,6 +857,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
820
857
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
821
858
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
822
859
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
860
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
861
|
+
static: "static";
|
|
862
|
+
"fixed-frame": "fixed-frame";
|
|
863
|
+
}>>>;
|
|
823
864
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
824
865
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
825
866
|
none: "none";
|
|
@@ -912,6 +953,10 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
912
953
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
913
954
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
914
955
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
956
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
957
|
+
static: "static";
|
|
958
|
+
"fixed-frame": "fixed-frame";
|
|
959
|
+
}>>>;
|
|
915
960
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
916
961
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
917
962
|
none: "none";
|
|
@@ -953,6 +998,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
953
998
|
sm: "sm";
|
|
954
999
|
"2xl": "2xl";
|
|
955
1000
|
}>>>;
|
|
1001
|
+
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1002
|
+
"accent-quote": "accent-quote";
|
|
1003
|
+
}>>>;
|
|
956
1004
|
}, z.core.$strip>>>;
|
|
957
1005
|
}, z.core.$strip>>;
|
|
958
1006
|
}, z.core.$strip>;
|
|
@@ -1341,10 +1389,10 @@ export declare const inputStyle: z.ZodObject<{
|
|
|
1341
1389
|
}, z.core.$strip>;
|
|
1342
1390
|
declare const headerVariant: z.ZodEnum<{
|
|
1343
1391
|
classic: "classic";
|
|
1392
|
+
editorial: "editorial";
|
|
1344
1393
|
centered: "centered";
|
|
1345
1394
|
transparent: "transparent";
|
|
1346
1395
|
floating: "floating";
|
|
1347
|
-
editorial: "editorial";
|
|
1348
1396
|
}>;
|
|
1349
1397
|
declare const headerPositioning: z.ZodEnum<{
|
|
1350
1398
|
fixed: "fixed";
|
|
@@ -1555,10 +1603,10 @@ declare const headerBackgroundSchema: z.ZodObject<{
|
|
|
1555
1603
|
export declare const headerSchema: z.ZodObject<{
|
|
1556
1604
|
variant: z.ZodEnum<{
|
|
1557
1605
|
classic: "classic";
|
|
1606
|
+
editorial: "editorial";
|
|
1558
1607
|
centered: "centered";
|
|
1559
1608
|
transparent: "transparent";
|
|
1560
1609
|
floating: "floating";
|
|
1561
|
-
editorial: "editorial";
|
|
1562
1610
|
}>;
|
|
1563
1611
|
positioning: z.ZodEnum<{
|
|
1564
1612
|
fixed: "fixed";
|
|
@@ -1854,6 +1902,15 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1854
1902
|
relaxed: "relaxed";
|
|
1855
1903
|
spacious: "spacious";
|
|
1856
1904
|
}>>;
|
|
1905
|
+
ctaTreatment: z.ZodOptional<z.ZodEnum<{
|
|
1906
|
+
default: "default";
|
|
1907
|
+
primary: "primary";
|
|
1908
|
+
secondary: "secondary";
|
|
1909
|
+
inverted: "inverted";
|
|
1910
|
+
outline: "outline";
|
|
1911
|
+
ghost: "ghost";
|
|
1912
|
+
}>>;
|
|
1913
|
+
ctaVariant: z.ZodOptional<z.ZodString>;
|
|
1857
1914
|
dropdownStyle: z.ZodOptional<z.ZodObject<{
|
|
1858
1915
|
background: z.ZodDefault<z.ZodString>;
|
|
1859
1916
|
textColor: z.ZodDefault<z.ZodString>;
|
|
@@ -2271,6 +2328,7 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2271
2328
|
"4xl": "4xl";
|
|
2272
2329
|
"5xl": "5xl";
|
|
2273
2330
|
"6xl": "6xl";
|
|
2331
|
+
editorial: "editorial";
|
|
2274
2332
|
}>>;
|
|
2275
2333
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2276
2334
|
tight: "tight";
|
|
@@ -2288,6 +2346,7 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2288
2346
|
"4xl": "4xl";
|
|
2289
2347
|
"5xl": "5xl";
|
|
2290
2348
|
"6xl": "6xl";
|
|
2349
|
+
editorial: "editorial";
|
|
2291
2350
|
}>>;
|
|
2292
2351
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2293
2352
|
tight: "tight";
|
|
@@ -2305,6 +2364,7 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2305
2364
|
"4xl": "4xl";
|
|
2306
2365
|
"5xl": "5xl";
|
|
2307
2366
|
"6xl": "6xl";
|
|
2367
|
+
editorial: "editorial";
|
|
2308
2368
|
}>>;
|
|
2309
2369
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2310
2370
|
tight: "tight";
|
|
@@ -2322,6 +2382,7 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2322
2382
|
"4xl": "4xl";
|
|
2323
2383
|
"5xl": "5xl";
|
|
2324
2384
|
"6xl": "6xl";
|
|
2385
|
+
editorial: "editorial";
|
|
2325
2386
|
}>>;
|
|
2326
2387
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2327
2388
|
tight: "tight";
|
|
@@ -2341,6 +2402,7 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2341
2402
|
"4xl": "4xl";
|
|
2342
2403
|
"5xl": "5xl";
|
|
2343
2404
|
"6xl": "6xl";
|
|
2405
|
+
editorial: "editorial";
|
|
2344
2406
|
}>>;
|
|
2345
2407
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2346
2408
|
tight: "tight";
|
|
@@ -2358,6 +2420,7 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2358
2420
|
"4xl": "4xl";
|
|
2359
2421
|
"5xl": "5xl";
|
|
2360
2422
|
"6xl": "6xl";
|
|
2423
|
+
editorial: "editorial";
|
|
2361
2424
|
}>>;
|
|
2362
2425
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2363
2426
|
tight: "tight";
|
|
@@ -2377,6 +2440,7 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2377
2440
|
"4xl": "4xl";
|
|
2378
2441
|
"5xl": "5xl";
|
|
2379
2442
|
"6xl": "6xl";
|
|
2443
|
+
editorial: "editorial";
|
|
2380
2444
|
}>>;
|
|
2381
2445
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2382
2446
|
tight: "tight";
|
|
@@ -2394,6 +2458,7 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2394
2458
|
"4xl": "4xl";
|
|
2395
2459
|
"5xl": "5xl";
|
|
2396
2460
|
"6xl": "6xl";
|
|
2461
|
+
editorial: "editorial";
|
|
2397
2462
|
}>>;
|
|
2398
2463
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2399
2464
|
tight: "tight";
|
|
@@ -2405,6 +2470,18 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2405
2470
|
}, z.core.$strip>>;
|
|
2406
2471
|
}, z.core.$strip>>;
|
|
2407
2472
|
}, z.core.$strip>>;
|
|
2473
|
+
declare const bodyTextSchema: z.ZodOptional<z.ZodObject<{
|
|
2474
|
+
intro: z.ZodOptional<z.ZodObject<{
|
|
2475
|
+
paragraphSize: z.ZodOptional<z.ZodEnum<{
|
|
2476
|
+
default: "default";
|
|
2477
|
+
editorial: "editorial";
|
|
2478
|
+
}>>;
|
|
2479
|
+
headingSize: z.ZodOptional<z.ZodEnum<{
|
|
2480
|
+
default: "default";
|
|
2481
|
+
editorial: "editorial";
|
|
2482
|
+
}>>;
|
|
2483
|
+
}, z.core.$strip>>;
|
|
2484
|
+
}, z.core.$strip>>;
|
|
2408
2485
|
export declare const gradientsSchema: z.ZodObject<{
|
|
2409
2486
|
button: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2410
2487
|
hero: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2813,6 +2890,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2813
2890
|
"4xl": "4xl";
|
|
2814
2891
|
"5xl": "5xl";
|
|
2815
2892
|
"6xl": "6xl";
|
|
2893
|
+
editorial: "editorial";
|
|
2816
2894
|
}>>;
|
|
2817
2895
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2818
2896
|
tight: "tight";
|
|
@@ -2830,6 +2908,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2830
2908
|
"4xl": "4xl";
|
|
2831
2909
|
"5xl": "5xl";
|
|
2832
2910
|
"6xl": "6xl";
|
|
2911
|
+
editorial: "editorial";
|
|
2833
2912
|
}>>;
|
|
2834
2913
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2835
2914
|
tight: "tight";
|
|
@@ -2847,6 +2926,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2847
2926
|
"4xl": "4xl";
|
|
2848
2927
|
"5xl": "5xl";
|
|
2849
2928
|
"6xl": "6xl";
|
|
2929
|
+
editorial: "editorial";
|
|
2850
2930
|
}>>;
|
|
2851
2931
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2852
2932
|
tight: "tight";
|
|
@@ -2864,6 +2944,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2864
2944
|
"4xl": "4xl";
|
|
2865
2945
|
"5xl": "5xl";
|
|
2866
2946
|
"6xl": "6xl";
|
|
2947
|
+
editorial: "editorial";
|
|
2867
2948
|
}>>;
|
|
2868
2949
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2869
2950
|
tight: "tight";
|
|
@@ -2883,6 +2964,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2883
2964
|
"4xl": "4xl";
|
|
2884
2965
|
"5xl": "5xl";
|
|
2885
2966
|
"6xl": "6xl";
|
|
2967
|
+
editorial: "editorial";
|
|
2886
2968
|
}>>;
|
|
2887
2969
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2888
2970
|
tight: "tight";
|
|
@@ -2900,6 +2982,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2900
2982
|
"4xl": "4xl";
|
|
2901
2983
|
"5xl": "5xl";
|
|
2902
2984
|
"6xl": "6xl";
|
|
2985
|
+
editorial: "editorial";
|
|
2903
2986
|
}>>;
|
|
2904
2987
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2905
2988
|
tight: "tight";
|
|
@@ -2919,6 +3002,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2919
3002
|
"4xl": "4xl";
|
|
2920
3003
|
"5xl": "5xl";
|
|
2921
3004
|
"6xl": "6xl";
|
|
3005
|
+
editorial: "editorial";
|
|
2922
3006
|
}>>;
|
|
2923
3007
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2924
3008
|
tight: "tight";
|
|
@@ -2936,6 +3020,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2936
3020
|
"4xl": "4xl";
|
|
2937
3021
|
"5xl": "5xl";
|
|
2938
3022
|
"6xl": "6xl";
|
|
3023
|
+
editorial: "editorial";
|
|
2939
3024
|
}>>;
|
|
2940
3025
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2941
3026
|
tight: "tight";
|
|
@@ -2947,13 +3032,25 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2947
3032
|
}, z.core.$strip>>;
|
|
2948
3033
|
}, z.core.$strip>>;
|
|
2949
3034
|
}, z.core.$strip>>;
|
|
3035
|
+
bodyText: z.ZodOptional<z.ZodObject<{
|
|
3036
|
+
intro: z.ZodOptional<z.ZodObject<{
|
|
3037
|
+
paragraphSize: z.ZodOptional<z.ZodEnum<{
|
|
3038
|
+
default: "default";
|
|
3039
|
+
editorial: "editorial";
|
|
3040
|
+
}>>;
|
|
3041
|
+
headingSize: z.ZodOptional<z.ZodEnum<{
|
|
3042
|
+
default: "default";
|
|
3043
|
+
editorial: "editorial";
|
|
3044
|
+
}>>;
|
|
3045
|
+
}, z.core.$strip>>;
|
|
3046
|
+
}, z.core.$strip>>;
|
|
2950
3047
|
header: z.ZodObject<{
|
|
2951
3048
|
variant: z.ZodEnum<{
|
|
2952
3049
|
classic: "classic";
|
|
3050
|
+
editorial: "editorial";
|
|
2953
3051
|
centered: "centered";
|
|
2954
3052
|
transparent: "transparent";
|
|
2955
3053
|
floating: "floating";
|
|
2956
|
-
editorial: "editorial";
|
|
2957
3054
|
}>;
|
|
2958
3055
|
positioning: z.ZodEnum<{
|
|
2959
3056
|
fixed: "fixed";
|
|
@@ -3249,6 +3346,15 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3249
3346
|
relaxed: "relaxed";
|
|
3250
3347
|
spacious: "spacious";
|
|
3251
3348
|
}>>;
|
|
3349
|
+
ctaTreatment: z.ZodOptional<z.ZodEnum<{
|
|
3350
|
+
default: "default";
|
|
3351
|
+
primary: "primary";
|
|
3352
|
+
secondary: "secondary";
|
|
3353
|
+
inverted: "inverted";
|
|
3354
|
+
outline: "outline";
|
|
3355
|
+
ghost: "ghost";
|
|
3356
|
+
}>>;
|
|
3357
|
+
ctaVariant: z.ZodOptional<z.ZodString>;
|
|
3252
3358
|
dropdownStyle: z.ZodOptional<z.ZodObject<{
|
|
3253
3359
|
background: z.ZodDefault<z.ZodString>;
|
|
3254
3360
|
textColor: z.ZodDefault<z.ZodString>;
|
|
@@ -4165,6 +4271,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4165
4271
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4166
4272
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4167
4273
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4274
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4275
|
+
static: "static";
|
|
4276
|
+
"fixed-frame": "fixed-frame";
|
|
4277
|
+
}>>>;
|
|
4168
4278
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4169
4279
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4170
4280
|
none: "none";
|
|
@@ -4189,6 +4299,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4189
4299
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4190
4300
|
none: "none";
|
|
4191
4301
|
hero: "hero";
|
|
4302
|
+
banner: "banner";
|
|
4192
4303
|
immersive: "immersive";
|
|
4193
4304
|
}>>>;
|
|
4194
4305
|
}, z.core.$strip>>>;
|
|
@@ -4251,6 +4362,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4251
4362
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4252
4363
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4253
4364
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4365
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4366
|
+
static: "static";
|
|
4367
|
+
"fixed-frame": "fixed-frame";
|
|
4368
|
+
}>>>;
|
|
4254
4369
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4255
4370
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4256
4371
|
none: "none";
|
|
@@ -4343,6 +4458,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4343
4458
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4344
4459
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4345
4460
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4461
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4462
|
+
static: "static";
|
|
4463
|
+
"fixed-frame": "fixed-frame";
|
|
4464
|
+
}>>>;
|
|
4346
4465
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4347
4466
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4348
4467
|
none: "none";
|
|
@@ -4384,6 +4503,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4384
4503
|
sm: "sm";
|
|
4385
4504
|
"2xl": "2xl";
|
|
4386
4505
|
}>>>;
|
|
4506
|
+
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4507
|
+
"accent-quote": "accent-quote";
|
|
4508
|
+
}>>>;
|
|
4387
4509
|
}, z.core.$strip>>>;
|
|
4388
4510
|
}, z.core.$strip>>;
|
|
4389
4511
|
}, z.core.$strip>>>;
|
|
@@ -4838,6 +4960,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4838
4960
|
"4xl": "4xl";
|
|
4839
4961
|
"5xl": "5xl";
|
|
4840
4962
|
"6xl": "6xl";
|
|
4963
|
+
editorial: "editorial";
|
|
4841
4964
|
}>>;
|
|
4842
4965
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4843
4966
|
tight: "tight";
|
|
@@ -4855,6 +4978,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4855
4978
|
"4xl": "4xl";
|
|
4856
4979
|
"5xl": "5xl";
|
|
4857
4980
|
"6xl": "6xl";
|
|
4981
|
+
editorial: "editorial";
|
|
4858
4982
|
}>>;
|
|
4859
4983
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4860
4984
|
tight: "tight";
|
|
@@ -4872,6 +4996,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4872
4996
|
"4xl": "4xl";
|
|
4873
4997
|
"5xl": "5xl";
|
|
4874
4998
|
"6xl": "6xl";
|
|
4999
|
+
editorial: "editorial";
|
|
4875
5000
|
}>>;
|
|
4876
5001
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4877
5002
|
tight: "tight";
|
|
@@ -4889,6 +5014,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4889
5014
|
"4xl": "4xl";
|
|
4890
5015
|
"5xl": "5xl";
|
|
4891
5016
|
"6xl": "6xl";
|
|
5017
|
+
editorial: "editorial";
|
|
4892
5018
|
}>>;
|
|
4893
5019
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4894
5020
|
tight: "tight";
|
|
@@ -4908,6 +5034,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4908
5034
|
"4xl": "4xl";
|
|
4909
5035
|
"5xl": "5xl";
|
|
4910
5036
|
"6xl": "6xl";
|
|
5037
|
+
editorial: "editorial";
|
|
4911
5038
|
}>>;
|
|
4912
5039
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4913
5040
|
tight: "tight";
|
|
@@ -4925,6 +5052,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4925
5052
|
"4xl": "4xl";
|
|
4926
5053
|
"5xl": "5xl";
|
|
4927
5054
|
"6xl": "6xl";
|
|
5055
|
+
editorial: "editorial";
|
|
4928
5056
|
}>>;
|
|
4929
5057
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4930
5058
|
tight: "tight";
|
|
@@ -4944,6 +5072,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4944
5072
|
"4xl": "4xl";
|
|
4945
5073
|
"5xl": "5xl";
|
|
4946
5074
|
"6xl": "6xl";
|
|
5075
|
+
editorial: "editorial";
|
|
4947
5076
|
}>>;
|
|
4948
5077
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4949
5078
|
tight: "tight";
|
|
@@ -4961,6 +5090,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4961
5090
|
"4xl": "4xl";
|
|
4962
5091
|
"5xl": "5xl";
|
|
4963
5092
|
"6xl": "6xl";
|
|
5093
|
+
editorial: "editorial";
|
|
4964
5094
|
}>>;
|
|
4965
5095
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4966
5096
|
tight: "tight";
|
|
@@ -4972,13 +5102,25 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4972
5102
|
}, z.core.$strip>>;
|
|
4973
5103
|
}, z.core.$strip>>;
|
|
4974
5104
|
}, z.core.$strip>>;
|
|
5105
|
+
bodyText: z.ZodOptional<z.ZodObject<{
|
|
5106
|
+
intro: z.ZodOptional<z.ZodObject<{
|
|
5107
|
+
paragraphSize: z.ZodOptional<z.ZodEnum<{
|
|
5108
|
+
default: "default";
|
|
5109
|
+
editorial: "editorial";
|
|
5110
|
+
}>>;
|
|
5111
|
+
headingSize: z.ZodOptional<z.ZodEnum<{
|
|
5112
|
+
default: "default";
|
|
5113
|
+
editorial: "editorial";
|
|
5114
|
+
}>>;
|
|
5115
|
+
}, z.core.$strip>>;
|
|
5116
|
+
}, z.core.$strip>>;
|
|
4975
5117
|
header: z.ZodObject<{
|
|
4976
5118
|
variant: z.ZodEnum<{
|
|
4977
5119
|
classic: "classic";
|
|
5120
|
+
editorial: "editorial";
|
|
4978
5121
|
centered: "centered";
|
|
4979
5122
|
transparent: "transparent";
|
|
4980
5123
|
floating: "floating";
|
|
4981
|
-
editorial: "editorial";
|
|
4982
5124
|
}>;
|
|
4983
5125
|
positioning: z.ZodEnum<{
|
|
4984
5126
|
fixed: "fixed";
|
|
@@ -5274,6 +5416,15 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5274
5416
|
relaxed: "relaxed";
|
|
5275
5417
|
spacious: "spacious";
|
|
5276
5418
|
}>>;
|
|
5419
|
+
ctaTreatment: z.ZodOptional<z.ZodEnum<{
|
|
5420
|
+
default: "default";
|
|
5421
|
+
primary: "primary";
|
|
5422
|
+
secondary: "secondary";
|
|
5423
|
+
inverted: "inverted";
|
|
5424
|
+
outline: "outline";
|
|
5425
|
+
ghost: "ghost";
|
|
5426
|
+
}>>;
|
|
5427
|
+
ctaVariant: z.ZodOptional<z.ZodString>;
|
|
5277
5428
|
dropdownStyle: z.ZodOptional<z.ZodObject<{
|
|
5278
5429
|
background: z.ZodDefault<z.ZodString>;
|
|
5279
5430
|
textColor: z.ZodDefault<z.ZodString>;
|
|
@@ -6190,6 +6341,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6190
6341
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6191
6342
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6192
6343
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6344
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6345
|
+
static: "static";
|
|
6346
|
+
"fixed-frame": "fixed-frame";
|
|
6347
|
+
}>>>;
|
|
6193
6348
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6194
6349
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6195
6350
|
none: "none";
|
|
@@ -6214,6 +6369,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6214
6369
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6215
6370
|
none: "none";
|
|
6216
6371
|
hero: "hero";
|
|
6372
|
+
banner: "banner";
|
|
6217
6373
|
immersive: "immersive";
|
|
6218
6374
|
}>>>;
|
|
6219
6375
|
}, z.core.$strip>>>;
|
|
@@ -6276,6 +6432,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6276
6432
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6277
6433
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6278
6434
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6435
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6436
|
+
static: "static";
|
|
6437
|
+
"fixed-frame": "fixed-frame";
|
|
6438
|
+
}>>>;
|
|
6279
6439
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6280
6440
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6281
6441
|
none: "none";
|
|
@@ -6368,6 +6528,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6368
6528
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6369
6529
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6370
6530
|
opacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6531
|
+
motion: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6532
|
+
static: "static";
|
|
6533
|
+
"fixed-frame": "fixed-frame";
|
|
6534
|
+
}>>>;
|
|
6371
6535
|
overlay: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6372
6536
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6373
6537
|
none: "none";
|
|
@@ -6409,6 +6573,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6409
6573
|
sm: "sm";
|
|
6410
6574
|
"2xl": "2xl";
|
|
6411
6575
|
}>>>;
|
|
6576
|
+
treatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6577
|
+
"accent-quote": "accent-quote";
|
|
6578
|
+
}>>>;
|
|
6412
6579
|
}, z.core.$strip>>>;
|
|
6413
6580
|
}, z.core.$strip>>;
|
|
6414
6581
|
}, z.core.$strip>>>;
|
|
@@ -6494,6 +6661,7 @@ export type FooterMode = z.infer<typeof footerMode>;
|
|
|
6494
6661
|
export type ThemeFooter = z.infer<typeof footerSchema>;
|
|
6495
6662
|
export type ThemeLayout = z.infer<typeof layoutSchema>;
|
|
6496
6663
|
export type ThemeHero = z.infer<typeof heroSchema>;
|
|
6664
|
+
export type ThemeBodyText = z.infer<typeof bodyTextSchema>;
|
|
6497
6665
|
export type Theme = z.infer<typeof themeSchema>;
|
|
6498
6666
|
export type ThemeGradients = z.infer<typeof gradientsSchema>;
|
|
6499
6667
|
export type ProseLinkStyle = z.infer<typeof proseLinkStyleSchema>;
|