@riverbankcms/sdk 0.60.6 → 0.60.7
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/_dts/api/src/appointmentSetup.d.ts +2 -2
- package/dist/_dts/api/src/bookingConfig.d.ts +6 -0
- package/dist/_dts/api/src/bookingManagementEndpoints.d.ts +45 -3
- package/dist/_dts/api/src/bookingOperations.d.ts +40 -3
- package/dist/_dts/api/src/courses.d.ts +1 -5
- package/dist/_dts/api/src/endpoints.d.ts +80 -1
- package/dist/_dts/api/src/index.d.ts +3 -2
- package/dist/_dts/api/src/navigation/contracts.d.ts +9 -9
- package/dist/_dts/api/src/public/endpoints.d.ts +1 -1
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +15 -1
- package/dist/_dts/api/src/resources.d.ts +1 -1
- package/dist/_dts/api/src/siteBanner.d.ts +8 -8
- package/dist/_dts/api/src/siteOnboarding.d.ts +1 -0
- package/dist/_dts/api/src/teamMembers.d.ts +27 -0
- package/dist/_dts/blocks/src/system/blocks/courses/shared/schemas.d.ts +35 -29
- package/dist/_dts/blocks/src/system/blocks/courses/shared/types.d.ts +1 -5
- package/dist/_dts/blocks/src/system/blocks/events/shared/schemas.d.ts +40 -34
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +1 -5
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/products/shared.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/shared/bookingPaymentTerms.d.ts +9 -9
- package/dist/_dts/blocks/src/system/blocks/shared/teamMembers.d.ts +24 -0
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +18 -8
- package/dist/_dts/blocks/src/system/constants/background.d.ts +1 -1
- package/dist/_dts/blocks/src/system/data/loaderEndpoints.d.ts +1 -1
- package/dist/_dts/blocks/src/system/data/utils.d.ts +1 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +201 -201
- package/dist/_dts/blocks/src/system/manifest/validation.d.ts +2 -2
- package/dist/_dts/blocks/src/system/node/schema.d.ts +5 -5
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/shared/contract-schemas.d.ts +4 -4
- package/dist/_dts/blocks/src/system/transforms/registry/ui.d.ts +1 -1
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +3 -3
- package/dist/_dts/content-model/src/content-types/schema.d.ts +8 -8
- package/dist/_dts/content-model/src/metadataConfig.d.ts +1 -0
- package/dist/_dts/core/src/branded.d.ts +2 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +124 -8
- package/dist/_dts/db/src/schemas/forms.d.ts +61 -61
- package/dist/_dts/sdk/src/client/types.d.ts +9 -2
- package/dist/_dts/sdk/src/config/types.d.ts +1 -1
- package/dist/_dts/sdk/src/config/validation.d.ts +40 -37
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +17 -8
- package/dist/_dts/sdk/src/data/prefetchBlockData.d.ts +1 -1
- package/dist/_dts/sdk/src/manifest/passes/pass1-fields.d.ts +19 -19
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +87 -69
- package/dist/_dts/sdk/src/public-api/runtime.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/islands/types.d.ts +2 -5
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/types.d.ts +11 -11
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +10 -10
- package/dist/_dts/theme-core/src/buttons/types.d.ts +27 -27
- package/dist/_dts/theme-core/src/cards/types.d.ts +17 -17
- package/dist/_dts/theme-core/src/inputs/types.d.ts +14 -14
- package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +2 -2
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +438 -438
- package/dist/_dts/theme-core/src/navigation/types.d.ts +16 -16
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +15 -15
- package/dist/_dts/theme-core/src/schema.d.ts +662 -662
- package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +15 -15
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +7 -7
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +5 -5
- package/dist/_dts/ui/src/badge.d.ts +1 -1
- package/dist/_dts/ui/src/button-group.d.ts +1 -1
- package/dist/_dts/ui/src/button.d.ts +2 -2
- package/dist/_dts/ui/src/callout.d.ts +1 -1
- package/dist/_dts/ui/src/card.d.ts +1 -1
- package/dist/_dts/ui/src/surface.d.ts +2 -2
- package/dist/_dts/ui/src/toggle.d.ts +4 -4
- package/dist/cli/index.mjs +276 -24
- package/dist/client/client.mjs +607 -306
- package/dist/client/hooks.mjs +272 -23
- package/dist/client/rendering/client.mjs +179 -130
- package/dist/client/rendering/islands.mjs +68 -43
- package/dist/client/rendering.mjs +646 -363
- package/dist/preview-next/before-render.mjs +147 -1
- package/dist/preview-next/client/runtime.mjs +338 -43
- package/dist/preview-next/middleware.mjs +147 -1
- package/dist/server/components.mjs +727 -470
- package/dist/server/config-validation.mjs +488 -254
- package/dist/server/config.mjs +488 -254
- package/dist/server/data.mjs +272 -23
- package/dist/server/index.mjs +168 -2
- package/dist/server/next.mjs +476 -185
- package/dist/server/page-converter.mjs +335 -249
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +742 -469
- package/dist/server/rendering.mjs +742 -469
- package/dist/server/routing.mjs +274 -24
- package/dist/server/server.mjs +291 -24
- package/package.json +1 -1
|
@@ -2,28 +2,28 @@ import { z } from "zod";
|
|
|
2
2
|
import type { ExpandedPalette } from "./palette/expandPalette";
|
|
3
3
|
export declare const axesSchema: z.ZodObject<{
|
|
4
4
|
tone: z.ZodEnum<{
|
|
5
|
-
classic: "classic";
|
|
6
5
|
bold: "bold";
|
|
7
6
|
minimal: "minimal";
|
|
7
|
+
classic: "classic";
|
|
8
8
|
}>;
|
|
9
9
|
energy: z.ZodEnum<{
|
|
10
10
|
calm: "calm";
|
|
11
11
|
vibrant: "vibrant";
|
|
12
12
|
}>;
|
|
13
13
|
density: z.ZodEnum<{
|
|
14
|
-
compact: "compact";
|
|
15
|
-
regular: "regular";
|
|
16
14
|
airy: "airy";
|
|
15
|
+
regular: "regular";
|
|
16
|
+
compact: "compact";
|
|
17
17
|
}>;
|
|
18
18
|
mediaBias: z.ZodEnum<{
|
|
19
|
-
media: "media";
|
|
20
|
-
text: "text";
|
|
21
19
|
mixed: "mixed";
|
|
20
|
+
text: "text";
|
|
21
|
+
media: "media";
|
|
22
22
|
}>;
|
|
23
23
|
conversionBias: z.ZodEnum<{
|
|
24
24
|
low: "low";
|
|
25
|
-
high: "high";
|
|
26
25
|
med: "med";
|
|
26
|
+
high: "high";
|
|
27
27
|
}>;
|
|
28
28
|
motion: z.ZodEnum<{
|
|
29
29
|
standard: "standard";
|
|
@@ -37,8 +37,8 @@ export declare const paletteColorSchema: z.ZodObject<{
|
|
|
37
37
|
}, z.core.$strip>;
|
|
38
38
|
export declare const paletteMetaSchema: z.ZodObject<{
|
|
39
39
|
mode: z.ZodEnum<{
|
|
40
|
-
dark: "dark";
|
|
41
40
|
light: "light";
|
|
41
|
+
dark: "dark";
|
|
42
42
|
}>;
|
|
43
43
|
}, z.core.$strip>;
|
|
44
44
|
export declare const paletteSchema: z.ZodObject<{
|
|
@@ -48,18 +48,18 @@ export declare const paletteSchema: z.ZodObject<{
|
|
|
48
48
|
}, z.core.$strip>>;
|
|
49
49
|
meta: z.ZodObject<{
|
|
50
50
|
mode: z.ZodEnum<{
|
|
51
|
-
dark: "dark";
|
|
52
51
|
light: "light";
|
|
52
|
+
dark: "dark";
|
|
53
53
|
}>;
|
|
54
54
|
}, z.core.$strip>;
|
|
55
55
|
}, z.core.$strip>;
|
|
56
56
|
declare const headingSizeSchema: z.ZodEnum<{
|
|
57
|
-
sm: "sm";
|
|
58
57
|
md: "md";
|
|
59
58
|
lg: "lg";
|
|
60
59
|
xl: "xl";
|
|
61
|
-
"2xl": "2xl";
|
|
62
60
|
xs: "xs";
|
|
61
|
+
sm: "sm";
|
|
62
|
+
"2xl": "2xl";
|
|
63
63
|
}>;
|
|
64
64
|
export declare const proseLinkStyleSchema: z.ZodObject<{
|
|
65
65
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
@@ -68,22 +68,22 @@ export declare const proseLinkStyleSchema: z.ZodObject<{
|
|
|
68
68
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
69
69
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
70
70
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
71
|
-
dashed: "dashed";
|
|
72
|
-
dotted: "dotted";
|
|
73
71
|
solid: "solid";
|
|
72
|
+
dotted: "dotted";
|
|
73
|
+
dashed: "dashed";
|
|
74
74
|
}>>;
|
|
75
75
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
76
76
|
medium: "medium";
|
|
77
77
|
auto: "auto";
|
|
78
|
-
thick: "thick";
|
|
79
|
-
thin: "thin";
|
|
80
78
|
fromFont: "fromFont";
|
|
79
|
+
thin: "thin";
|
|
80
|
+
thick: "thick";
|
|
81
81
|
}>>;
|
|
82
82
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
83
|
-
|
|
83
|
+
tight: "tight";
|
|
84
84
|
normal: "normal";
|
|
85
85
|
loose: "loose";
|
|
86
|
-
|
|
86
|
+
auto: "auto";
|
|
87
87
|
}>>;
|
|
88
88
|
}, z.core.$strip>;
|
|
89
89
|
export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
@@ -138,9 +138,9 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
138
138
|
}, z.core.$strip>>>;
|
|
139
139
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
140
140
|
fill: "fill";
|
|
141
|
+
custom: "custom";
|
|
141
142
|
fit: "fit";
|
|
142
143
|
original: "original";
|
|
143
|
-
custom: "custom";
|
|
144
144
|
}>>>;
|
|
145
145
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
146
146
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -159,12 +159,12 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
159
159
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
160
160
|
}, z.core.$strip>>>;
|
|
161
161
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
162
|
-
medium: "medium";
|
|
163
162
|
none: "none";
|
|
164
163
|
compact: "compact";
|
|
165
|
-
|
|
166
|
-
comfortable: "comfortable";
|
|
164
|
+
medium: "medium";
|
|
167
165
|
spacious: "spacious";
|
|
166
|
+
comfortable: "comfortable";
|
|
167
|
+
cozy: "cozy";
|
|
168
168
|
}>>>;
|
|
169
169
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
170
170
|
none: "none";
|
|
@@ -224,9 +224,9 @@ export declare const containerStylesOverrideSchema: z.ZodObject<{
|
|
|
224
224
|
}, z.core.$strip>>>;
|
|
225
225
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
226
226
|
fill: "fill";
|
|
227
|
+
custom: "custom";
|
|
227
228
|
fit: "fit";
|
|
228
229
|
original: "original";
|
|
229
|
-
custom: "custom";
|
|
230
230
|
}>>>;
|
|
231
231
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
232
232
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -245,21 +245,21 @@ export declare const containerStylesOverrideSchema: z.ZodObject<{
|
|
|
245
245
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
246
246
|
}, z.core.$strip>>>;
|
|
247
247
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
248
|
-
medium: "medium";
|
|
249
248
|
none: "none";
|
|
250
249
|
compact: "compact";
|
|
251
|
-
|
|
252
|
-
comfortable: "comfortable";
|
|
250
|
+
medium: "medium";
|
|
253
251
|
spacious: "spacious";
|
|
252
|
+
comfortable: "comfortable";
|
|
253
|
+
cozy: "cozy";
|
|
254
254
|
}>>>;
|
|
255
255
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
256
256
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
257
257
|
full: "full";
|
|
258
258
|
none: "none";
|
|
259
|
-
sm: "sm";
|
|
260
259
|
md: "md";
|
|
261
260
|
lg: "lg";
|
|
262
261
|
xl: "xl";
|
|
262
|
+
sm: "sm";
|
|
263
263
|
"2xl": "2xl";
|
|
264
264
|
}>>>;
|
|
265
265
|
fullWidth: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -316,9 +316,9 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
|
|
|
316
316
|
}, z.core.$strip>>>;
|
|
317
317
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
318
318
|
fill: "fill";
|
|
319
|
+
custom: "custom";
|
|
319
320
|
fit: "fit";
|
|
320
321
|
original: "original";
|
|
321
|
-
custom: "custom";
|
|
322
322
|
}>>>;
|
|
323
323
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
324
324
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -347,21 +347,21 @@ export declare const cardStylesOverrideSchema: z.ZodObject<{
|
|
|
347
347
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
348
348
|
}, z.core.$strip>>>;
|
|
349
349
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
350
|
-
medium: "medium";
|
|
351
350
|
none: "none";
|
|
352
351
|
compact: "compact";
|
|
353
|
-
|
|
354
|
-
comfortable: "comfortable";
|
|
352
|
+
medium: "medium";
|
|
355
353
|
spacious: "spacious";
|
|
354
|
+
comfortable: "comfortable";
|
|
355
|
+
cozy: "cozy";
|
|
356
356
|
}>>>;
|
|
357
357
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
358
358
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
359
359
|
full: "full";
|
|
360
360
|
none: "none";
|
|
361
|
-
sm: "sm";
|
|
362
361
|
md: "md";
|
|
363
362
|
lg: "lg";
|
|
364
363
|
xl: "xl";
|
|
364
|
+
sm: "sm";
|
|
365
365
|
"2xl": "2xl";
|
|
366
366
|
}>>>;
|
|
367
367
|
}, z.core.$strip>;
|
|
@@ -418,9 +418,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
418
418
|
}, z.core.$strip>>>;
|
|
419
419
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
420
420
|
fill: "fill";
|
|
421
|
+
custom: "custom";
|
|
421
422
|
fit: "fit";
|
|
422
423
|
original: "original";
|
|
423
|
-
custom: "custom";
|
|
424
424
|
}>>>;
|
|
425
425
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
426
426
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -439,12 +439,12 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
439
439
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
440
440
|
}, z.core.$strip>>>;
|
|
441
441
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
442
|
-
medium: "medium";
|
|
443
442
|
none: "none";
|
|
444
443
|
compact: "compact";
|
|
445
|
-
|
|
446
|
-
comfortable: "comfortable";
|
|
444
|
+
medium: "medium";
|
|
447
445
|
spacious: "spacious";
|
|
446
|
+
comfortable: "comfortable";
|
|
447
|
+
cozy: "cozy";
|
|
448
448
|
}>>>;
|
|
449
449
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
450
450
|
none: "none";
|
|
@@ -504,9 +504,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
504
504
|
}, z.core.$strip>>>;
|
|
505
505
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
506
506
|
fill: "fill";
|
|
507
|
+
custom: "custom";
|
|
507
508
|
fit: "fit";
|
|
508
509
|
original: "original";
|
|
509
|
-
custom: "custom";
|
|
510
510
|
}>>>;
|
|
511
511
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
512
512
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -525,21 +525,21 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
525
525
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
526
526
|
}, z.core.$strip>>>;
|
|
527
527
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
528
|
-
medium: "medium";
|
|
529
528
|
none: "none";
|
|
530
529
|
compact: "compact";
|
|
531
|
-
|
|
532
|
-
comfortable: "comfortable";
|
|
530
|
+
medium: "medium";
|
|
533
531
|
spacious: "spacious";
|
|
532
|
+
comfortable: "comfortable";
|
|
533
|
+
cozy: "cozy";
|
|
534
534
|
}>>>;
|
|
535
535
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
536
536
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
537
537
|
full: "full";
|
|
538
538
|
none: "none";
|
|
539
|
-
sm: "sm";
|
|
540
539
|
md: "md";
|
|
541
540
|
lg: "lg";
|
|
542
541
|
xl: "xl";
|
|
542
|
+
sm: "sm";
|
|
543
543
|
"2xl": "2xl";
|
|
544
544
|
}>>>;
|
|
545
545
|
fullWidth: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -596,9 +596,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
596
596
|
}, z.core.$strip>>>;
|
|
597
597
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
598
598
|
fill: "fill";
|
|
599
|
+
custom: "custom";
|
|
599
600
|
fit: "fit";
|
|
600
601
|
original: "original";
|
|
601
|
-
custom: "custom";
|
|
602
602
|
}>>>;
|
|
603
603
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
604
604
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -627,21 +627,21 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
627
627
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
628
628
|
}, z.core.$strip>>>;
|
|
629
629
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
630
|
-
medium: "medium";
|
|
631
630
|
none: "none";
|
|
632
631
|
compact: "compact";
|
|
633
|
-
|
|
634
|
-
comfortable: "comfortable";
|
|
632
|
+
medium: "medium";
|
|
635
633
|
spacious: "spacious";
|
|
634
|
+
comfortable: "comfortable";
|
|
635
|
+
cozy: "cozy";
|
|
636
636
|
}>>>;
|
|
637
637
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
638
638
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
639
639
|
full: "full";
|
|
640
640
|
none: "none";
|
|
641
|
-
sm: "sm";
|
|
642
641
|
md: "md";
|
|
643
642
|
lg: "lg";
|
|
644
643
|
xl: "xl";
|
|
644
|
+
sm: "sm";
|
|
645
645
|
"2xl": "2xl";
|
|
646
646
|
}>>>;
|
|
647
647
|
}, z.core.$strip>>>;
|
|
@@ -655,22 +655,22 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
655
655
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
656
656
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
657
657
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
658
|
-
dashed: "dashed";
|
|
659
|
-
dotted: "dotted";
|
|
660
658
|
solid: "solid";
|
|
659
|
+
dotted: "dotted";
|
|
660
|
+
dashed: "dashed";
|
|
661
661
|
}>>;
|
|
662
662
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
663
663
|
medium: "medium";
|
|
664
664
|
auto: "auto";
|
|
665
|
-
thick: "thick";
|
|
666
|
-
thin: "thin";
|
|
667
665
|
fromFont: "fromFont";
|
|
666
|
+
thin: "thin";
|
|
667
|
+
thick: "thick";
|
|
668
668
|
}>>;
|
|
669
669
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
670
|
-
|
|
670
|
+
tight: "tight";
|
|
671
671
|
normal: "normal";
|
|
672
672
|
loose: "loose";
|
|
673
|
-
|
|
673
|
+
auto: "auto";
|
|
674
674
|
}>>;
|
|
675
675
|
}, z.core.$strip>>;
|
|
676
676
|
}, z.core.$strip>>;
|
|
@@ -727,9 +727,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
727
727
|
}, z.core.$strip>>>;
|
|
728
728
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
729
729
|
fill: "fill";
|
|
730
|
+
custom: "custom";
|
|
730
731
|
fit: "fit";
|
|
731
732
|
original: "original";
|
|
732
|
-
custom: "custom";
|
|
733
733
|
}>>>;
|
|
734
734
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
735
735
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -748,12 +748,12 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
748
748
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
749
749
|
}, z.core.$strip>>>;
|
|
750
750
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
751
|
-
medium: "medium";
|
|
752
751
|
none: "none";
|
|
753
752
|
compact: "compact";
|
|
754
|
-
|
|
755
|
-
comfortable: "comfortable";
|
|
753
|
+
medium: "medium";
|
|
756
754
|
spacious: "spacious";
|
|
755
|
+
comfortable: "comfortable";
|
|
756
|
+
cozy: "cozy";
|
|
757
757
|
}>>>;
|
|
758
758
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
759
759
|
none: "none";
|
|
@@ -813,9 +813,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
813
813
|
}, z.core.$strip>>>;
|
|
814
814
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
815
815
|
fill: "fill";
|
|
816
|
+
custom: "custom";
|
|
816
817
|
fit: "fit";
|
|
817
818
|
original: "original";
|
|
818
|
-
custom: "custom";
|
|
819
819
|
}>>>;
|
|
820
820
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
821
821
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -834,21 +834,21 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
834
834
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
835
835
|
}, z.core.$strip>>>;
|
|
836
836
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
837
|
-
medium: "medium";
|
|
838
837
|
none: "none";
|
|
839
838
|
compact: "compact";
|
|
840
|
-
|
|
841
|
-
comfortable: "comfortable";
|
|
839
|
+
medium: "medium";
|
|
842
840
|
spacious: "spacious";
|
|
841
|
+
comfortable: "comfortable";
|
|
842
|
+
cozy: "cozy";
|
|
843
843
|
}>>>;
|
|
844
844
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
845
845
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
846
846
|
full: "full";
|
|
847
847
|
none: "none";
|
|
848
|
-
sm: "sm";
|
|
849
848
|
md: "md";
|
|
850
849
|
lg: "lg";
|
|
851
850
|
xl: "xl";
|
|
851
|
+
sm: "sm";
|
|
852
852
|
"2xl": "2xl";
|
|
853
853
|
}>>>;
|
|
854
854
|
fullWidth: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -905,9 +905,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
905
905
|
}, z.core.$strip>>>;
|
|
906
906
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
907
907
|
fill: "fill";
|
|
908
|
+
custom: "custom";
|
|
908
909
|
fit: "fit";
|
|
909
910
|
original: "original";
|
|
910
|
-
custom: "custom";
|
|
911
911
|
}>>>;
|
|
912
912
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
913
913
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -936,21 +936,21 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
936
936
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
937
937
|
}, z.core.$strip>>>;
|
|
938
938
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
939
|
-
medium: "medium";
|
|
940
939
|
none: "none";
|
|
941
940
|
compact: "compact";
|
|
942
|
-
|
|
943
|
-
comfortable: "comfortable";
|
|
941
|
+
medium: "medium";
|
|
944
942
|
spacious: "spacious";
|
|
943
|
+
comfortable: "comfortable";
|
|
944
|
+
cozy: "cozy";
|
|
945
945
|
}>>>;
|
|
946
946
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
947
947
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
948
948
|
full: "full";
|
|
949
949
|
none: "none";
|
|
950
|
-
sm: "sm";
|
|
951
950
|
md: "md";
|
|
952
951
|
lg: "lg";
|
|
953
952
|
xl: "xl";
|
|
953
|
+
sm: "sm";
|
|
954
954
|
"2xl": "2xl";
|
|
955
955
|
}>>>;
|
|
956
956
|
}, z.core.$strip>>>;
|
|
@@ -958,8 +958,8 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
958
958
|
}, z.core.$strip>;
|
|
959
959
|
declare const typographyScaleSchema: z.ZodEnum<{
|
|
960
960
|
compact: "compact";
|
|
961
|
-
spacious: "spacious";
|
|
962
961
|
balanced: "balanced";
|
|
962
|
+
spacious: "spacious";
|
|
963
963
|
minorThird: "minorThird";
|
|
964
964
|
majorThird: "majorThird";
|
|
965
965
|
perfectFourth: "perfectFourth";
|
|
@@ -968,16 +968,16 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
968
968
|
body: z.ZodObject<{
|
|
969
969
|
family: z.ZodString;
|
|
970
970
|
weight: z.ZodEnum<{
|
|
971
|
-
medium: "medium";
|
|
972
971
|
bold: "bold";
|
|
973
|
-
light: "light";
|
|
974
972
|
regular: "regular";
|
|
973
|
+
light: "light";
|
|
974
|
+
medium: "medium";
|
|
975
975
|
semibold: "semibold";
|
|
976
976
|
}>;
|
|
977
977
|
letterSpacing: z.ZodEnum<{
|
|
978
|
+
tight: "tight";
|
|
978
979
|
normal: "normal";
|
|
979
980
|
loose: "loose";
|
|
980
|
-
tight: "tight";
|
|
981
981
|
}>;
|
|
982
982
|
lineHeight: z.ZodEnum<{
|
|
983
983
|
normal: "normal";
|
|
@@ -994,16 +994,16 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
994
994
|
default: z.ZodObject<{
|
|
995
995
|
family: z.ZodString;
|
|
996
996
|
weight: z.ZodEnum<{
|
|
997
|
-
medium: "medium";
|
|
998
997
|
bold: "bold";
|
|
999
|
-
light: "light";
|
|
1000
998
|
regular: "regular";
|
|
999
|
+
light: "light";
|
|
1000
|
+
medium: "medium";
|
|
1001
1001
|
semibold: "semibold";
|
|
1002
1002
|
}>;
|
|
1003
1003
|
letterSpacing: z.ZodEnum<{
|
|
1004
|
+
tight: "tight";
|
|
1004
1005
|
normal: "normal";
|
|
1005
1006
|
loose: "loose";
|
|
1006
|
-
tight: "tight";
|
|
1007
1007
|
}>;
|
|
1008
1008
|
lineHeight: z.ZodEnum<{
|
|
1009
1009
|
normal: "normal";
|
|
@@ -1020,24 +1020,24 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1020
1020
|
}, z.core.$strip>;
|
|
1021
1021
|
h1: z.ZodObject<{
|
|
1022
1022
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1023
|
-
medium: "medium";
|
|
1024
1023
|
bold: "bold";
|
|
1025
|
-
light: "light";
|
|
1026
1024
|
regular: "regular";
|
|
1025
|
+
light: "light";
|
|
1026
|
+
medium: "medium";
|
|
1027
1027
|
semibold: "semibold";
|
|
1028
1028
|
}>>>;
|
|
1029
1029
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1030
|
+
tight: "tight";
|
|
1030
1031
|
normal: "normal";
|
|
1031
1032
|
loose: "loose";
|
|
1032
|
-
tight: "tight";
|
|
1033
1033
|
}>>>;
|
|
1034
1034
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1035
|
-
sm: "sm";
|
|
1036
1035
|
md: "md";
|
|
1037
1036
|
lg: "lg";
|
|
1038
1037
|
xl: "xl";
|
|
1039
|
-
"2xl": "2xl";
|
|
1040
1038
|
xs: "xs";
|
|
1039
|
+
sm: "sm";
|
|
1040
|
+
"2xl": "2xl";
|
|
1041
1041
|
}>>>;
|
|
1042
1042
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1043
1043
|
normal: "normal";
|
|
@@ -1049,24 +1049,24 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1049
1049
|
}, z.core.$strip>;
|
|
1050
1050
|
h2: z.ZodObject<{
|
|
1051
1051
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1052
|
-
medium: "medium";
|
|
1053
1052
|
bold: "bold";
|
|
1054
|
-
light: "light";
|
|
1055
1053
|
regular: "regular";
|
|
1054
|
+
light: "light";
|
|
1055
|
+
medium: "medium";
|
|
1056
1056
|
semibold: "semibold";
|
|
1057
1057
|
}>>>;
|
|
1058
1058
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1059
|
+
tight: "tight";
|
|
1059
1060
|
normal: "normal";
|
|
1060
1061
|
loose: "loose";
|
|
1061
|
-
tight: "tight";
|
|
1062
1062
|
}>>>;
|
|
1063
1063
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1064
|
-
sm: "sm";
|
|
1065
1064
|
md: "md";
|
|
1066
1065
|
lg: "lg";
|
|
1067
1066
|
xl: "xl";
|
|
1068
|
-
"2xl": "2xl";
|
|
1069
1067
|
xs: "xs";
|
|
1068
|
+
sm: "sm";
|
|
1069
|
+
"2xl": "2xl";
|
|
1070
1070
|
}>>>;
|
|
1071
1071
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1072
1072
|
normal: "normal";
|
|
@@ -1078,24 +1078,24 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1078
1078
|
}, z.core.$strip>;
|
|
1079
1079
|
h3: z.ZodObject<{
|
|
1080
1080
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1081
|
-
medium: "medium";
|
|
1082
1081
|
bold: "bold";
|
|
1083
|
-
light: "light";
|
|
1084
1082
|
regular: "regular";
|
|
1083
|
+
light: "light";
|
|
1084
|
+
medium: "medium";
|
|
1085
1085
|
semibold: "semibold";
|
|
1086
1086
|
}>>>;
|
|
1087
1087
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1088
|
+
tight: "tight";
|
|
1088
1089
|
normal: "normal";
|
|
1089
1090
|
loose: "loose";
|
|
1090
|
-
tight: "tight";
|
|
1091
1091
|
}>>>;
|
|
1092
1092
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1093
|
-
sm: "sm";
|
|
1094
1093
|
md: "md";
|
|
1095
1094
|
lg: "lg";
|
|
1096
1095
|
xl: "xl";
|
|
1097
|
-
"2xl": "2xl";
|
|
1098
1096
|
xs: "xs";
|
|
1097
|
+
sm: "sm";
|
|
1098
|
+
"2xl": "2xl";
|
|
1099
1099
|
}>>>;
|
|
1100
1100
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1101
1101
|
normal: "normal";
|
|
@@ -1107,24 +1107,24 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1107
1107
|
}, z.core.$strip>;
|
|
1108
1108
|
h4: z.ZodOptional<z.ZodObject<{
|
|
1109
1109
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1110
|
-
medium: "medium";
|
|
1111
1110
|
bold: "bold";
|
|
1112
|
-
light: "light";
|
|
1113
1111
|
regular: "regular";
|
|
1112
|
+
light: "light";
|
|
1113
|
+
medium: "medium";
|
|
1114
1114
|
semibold: "semibold";
|
|
1115
1115
|
}>>>;
|
|
1116
1116
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1117
|
+
tight: "tight";
|
|
1117
1118
|
normal: "normal";
|
|
1118
1119
|
loose: "loose";
|
|
1119
|
-
tight: "tight";
|
|
1120
1120
|
}>>>;
|
|
1121
1121
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1122
|
-
sm: "sm";
|
|
1123
1122
|
md: "md";
|
|
1124
1123
|
lg: "lg";
|
|
1125
1124
|
xl: "xl";
|
|
1126
|
-
"2xl": "2xl";
|
|
1127
1125
|
xs: "xs";
|
|
1126
|
+
sm: "sm";
|
|
1127
|
+
"2xl": "2xl";
|
|
1128
1128
|
}>>>;
|
|
1129
1129
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1130
1130
|
normal: "normal";
|
|
@@ -1136,24 +1136,24 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1136
1136
|
}, z.core.$strip>>;
|
|
1137
1137
|
h5: z.ZodOptional<z.ZodObject<{
|
|
1138
1138
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1139
|
-
medium: "medium";
|
|
1140
1139
|
bold: "bold";
|
|
1141
|
-
light: "light";
|
|
1142
1140
|
regular: "regular";
|
|
1141
|
+
light: "light";
|
|
1142
|
+
medium: "medium";
|
|
1143
1143
|
semibold: "semibold";
|
|
1144
1144
|
}>>>;
|
|
1145
1145
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1146
|
+
tight: "tight";
|
|
1146
1147
|
normal: "normal";
|
|
1147
1148
|
loose: "loose";
|
|
1148
|
-
tight: "tight";
|
|
1149
1149
|
}>>>;
|
|
1150
1150
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1151
|
-
sm: "sm";
|
|
1152
1151
|
md: "md";
|
|
1153
1152
|
lg: "lg";
|
|
1154
1153
|
xl: "xl";
|
|
1155
|
-
"2xl": "2xl";
|
|
1156
1154
|
xs: "xs";
|
|
1155
|
+
sm: "sm";
|
|
1156
|
+
"2xl": "2xl";
|
|
1157
1157
|
}>>>;
|
|
1158
1158
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1159
1159
|
normal: "normal";
|
|
@@ -1165,24 +1165,24 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1165
1165
|
}, z.core.$strip>>;
|
|
1166
1166
|
h6: z.ZodOptional<z.ZodObject<{
|
|
1167
1167
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1168
|
-
medium: "medium";
|
|
1169
1168
|
bold: "bold";
|
|
1170
|
-
light: "light";
|
|
1171
1169
|
regular: "regular";
|
|
1170
|
+
light: "light";
|
|
1171
|
+
medium: "medium";
|
|
1172
1172
|
semibold: "semibold";
|
|
1173
1173
|
}>>>;
|
|
1174
1174
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1175
|
+
tight: "tight";
|
|
1175
1176
|
normal: "normal";
|
|
1176
1177
|
loose: "loose";
|
|
1177
|
-
tight: "tight";
|
|
1178
1178
|
}>>>;
|
|
1179
1179
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1180
|
-
sm: "sm";
|
|
1181
1180
|
md: "md";
|
|
1182
1181
|
lg: "lg";
|
|
1183
1182
|
xl: "xl";
|
|
1184
|
-
"2xl": "2xl";
|
|
1185
1183
|
xs: "xs";
|
|
1184
|
+
sm: "sm";
|
|
1185
|
+
"2xl": "2xl";
|
|
1186
1186
|
}>>>;
|
|
1187
1187
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1188
1188
|
normal: "normal";
|
|
@@ -1195,8 +1195,8 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1195
1195
|
}, z.core.$strip>;
|
|
1196
1196
|
scale: z.ZodEnum<{
|
|
1197
1197
|
compact: "compact";
|
|
1198
|
-
spacious: "spacious";
|
|
1199
1198
|
balanced: "balanced";
|
|
1199
|
+
spacious: "spacious";
|
|
1200
1200
|
minorThird: "minorThird";
|
|
1201
1201
|
majorThird: "majorThird";
|
|
1202
1202
|
perfectFourth: "perfectFourth";
|
|
@@ -1208,22 +1208,22 @@ export declare const typographySchema: z.ZodObject<{
|
|
|
1208
1208
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
1209
1209
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
1210
1210
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1211
|
-
dashed: "dashed";
|
|
1212
|
-
dotted: "dotted";
|
|
1213
1211
|
solid: "solid";
|
|
1212
|
+
dotted: "dotted";
|
|
1213
|
+
dashed: "dashed";
|
|
1214
1214
|
}>>;
|
|
1215
1215
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
1216
1216
|
medium: "medium";
|
|
1217
1217
|
auto: "auto";
|
|
1218
|
-
thick: "thick";
|
|
1219
|
-
thin: "thin";
|
|
1220
1218
|
fromFont: "fromFont";
|
|
1219
|
+
thin: "thin";
|
|
1220
|
+
thick: "thick";
|
|
1221
1221
|
}>>;
|
|
1222
1222
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
1223
|
-
|
|
1223
|
+
tight: "tight";
|
|
1224
1224
|
normal: "normal";
|
|
1225
1225
|
loose: "loose";
|
|
1226
|
-
|
|
1226
|
+
auto: "auto";
|
|
1227
1227
|
}>>;
|
|
1228
1228
|
}, z.core.$strip>>;
|
|
1229
1229
|
}, z.core.$strip>;
|
|
@@ -1233,21 +1233,21 @@ export declare const spaceSchema: z.ZodEnum<{
|
|
|
1233
1233
|
dense: "dense";
|
|
1234
1234
|
}>;
|
|
1235
1235
|
export declare const corners: z.ZodEnum<{
|
|
1236
|
-
|
|
1236
|
+
soft: "soft";
|
|
1237
1237
|
square: "square";
|
|
1238
|
+
rounded: "rounded";
|
|
1238
1239
|
pill: "pill";
|
|
1239
|
-
soft: "soft";
|
|
1240
1240
|
}>;
|
|
1241
1241
|
export declare const shadow: z.ZodObject<{
|
|
1242
1242
|
elevation: z.ZodEnum<{
|
|
1243
|
-
medium: "medium";
|
|
1244
1243
|
none: "none";
|
|
1245
1244
|
low: "low";
|
|
1246
1245
|
high: "high";
|
|
1246
|
+
medium: "medium";
|
|
1247
1247
|
}>;
|
|
1248
1248
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
1249
|
-
soft: "soft";
|
|
1250
1249
|
crisp: "crisp";
|
|
1250
|
+
soft: "soft";
|
|
1251
1251
|
hard: "hard";
|
|
1252
1252
|
}>>;
|
|
1253
1253
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -1258,21 +1258,21 @@ export declare const shadow: z.ZodObject<{
|
|
|
1258
1258
|
export declare const border: z.ZodObject<{
|
|
1259
1259
|
width: z.ZodEnum<{
|
|
1260
1260
|
none: "none";
|
|
1261
|
-
thick: "thick";
|
|
1262
1261
|
thin: "thin";
|
|
1262
|
+
thick: "thick";
|
|
1263
1263
|
hairline: "hairline";
|
|
1264
1264
|
}>;
|
|
1265
1265
|
style: z.ZodEnum<{
|
|
1266
|
-
dashed: "dashed";
|
|
1267
1266
|
solid: "solid";
|
|
1267
|
+
dashed: "dashed";
|
|
1268
1268
|
}>;
|
|
1269
1269
|
}, z.core.$strip>;
|
|
1270
1270
|
export declare const motion: z.ZodObject<{
|
|
1271
1271
|
level: z.ZodEnum<{
|
|
1272
|
-
|
|
1272
|
+
off: "off";
|
|
1273
1273
|
low: "low";
|
|
1274
1274
|
high: "high";
|
|
1275
|
-
|
|
1275
|
+
medium: "medium";
|
|
1276
1276
|
}>;
|
|
1277
1277
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
1278
1278
|
standard: "standard";
|
|
@@ -1282,18 +1282,18 @@ export declare const motion: z.ZodObject<{
|
|
|
1282
1282
|
}, z.core.$strip>;
|
|
1283
1283
|
export declare const buttonStyle: z.ZodObject<{
|
|
1284
1284
|
shape: z.ZodEnum<{
|
|
1285
|
-
|
|
1285
|
+
soft: "soft";
|
|
1286
1286
|
square: "square";
|
|
1287
|
+
rounded: "rounded";
|
|
1287
1288
|
pill: "pill";
|
|
1288
|
-
soft: "soft";
|
|
1289
1289
|
}>;
|
|
1290
1290
|
}, z.core.$strip>;
|
|
1291
1291
|
export declare const cardStyle: z.ZodObject<{
|
|
1292
1292
|
elevation: z.ZodEnum<{
|
|
1293
|
-
medium: "medium";
|
|
1294
1293
|
none: "none";
|
|
1295
1294
|
low: "low";
|
|
1296
1295
|
high: "high";
|
|
1296
|
+
medium: "medium";
|
|
1297
1297
|
}>;
|
|
1298
1298
|
border: z.ZodEnum<{
|
|
1299
1299
|
none: "none";
|
|
@@ -1301,10 +1301,10 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1301
1301
|
defined: "defined";
|
|
1302
1302
|
}>;
|
|
1303
1303
|
shape: z.ZodEnum<{
|
|
1304
|
-
|
|
1304
|
+
soft: "soft";
|
|
1305
1305
|
square: "square";
|
|
1306
|
+
rounded: "rounded";
|
|
1306
1307
|
pill: "pill";
|
|
1307
|
-
soft: "soft";
|
|
1308
1308
|
}>;
|
|
1309
1309
|
headerStyle: z.ZodNullable<z.ZodEnum<{
|
|
1310
1310
|
plain: "plain";
|
|
@@ -1312,21 +1312,21 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1312
1312
|
subtleBg: "subtleBg";
|
|
1313
1313
|
}>>;
|
|
1314
1314
|
mediaTreatment: z.ZodNullable<z.ZodEnum<{
|
|
1315
|
-
rounded: "rounded";
|
|
1316
1315
|
square: "square";
|
|
1316
|
+
rounded: "rounded";
|
|
1317
1317
|
bleed: "bleed";
|
|
1318
1318
|
}>>;
|
|
1319
1319
|
}, z.core.$strip>;
|
|
1320
1320
|
export declare const inputStyle: z.ZodObject<{
|
|
1321
1321
|
shape: z.ZodEnum<{
|
|
1322
|
-
|
|
1322
|
+
soft: "soft";
|
|
1323
1323
|
square: "square";
|
|
1324
|
+
rounded: "rounded";
|
|
1324
1325
|
pill: "pill";
|
|
1325
|
-
soft: "soft";
|
|
1326
1326
|
}>;
|
|
1327
1327
|
border: z.ZodEnum<{
|
|
1328
|
-
underline: "underline";
|
|
1329
1328
|
subtle: "subtle";
|
|
1329
|
+
underline: "underline";
|
|
1330
1330
|
defined: "defined";
|
|
1331
1331
|
}>;
|
|
1332
1332
|
focus: z.ZodEnum<{
|
|
@@ -1335,8 +1335,8 @@ export declare const inputStyle: z.ZodObject<{
|
|
|
1335
1335
|
ring: "ring";
|
|
1336
1336
|
}>;
|
|
1337
1337
|
label: z.ZodEnum<{
|
|
1338
|
-
inside: "inside";
|
|
1339
1338
|
above: "above";
|
|
1339
|
+
inside: "inside";
|
|
1340
1340
|
}>;
|
|
1341
1341
|
}, z.core.$strip>;
|
|
1342
1342
|
declare const headerVariant: z.ZodEnum<{
|
|
@@ -1347,23 +1347,23 @@ declare const headerVariant: z.ZodEnum<{
|
|
|
1347
1347
|
editorial: "editorial";
|
|
1348
1348
|
}>;
|
|
1349
1349
|
declare const headerPositioning: z.ZodEnum<{
|
|
1350
|
-
static: "static";
|
|
1351
1350
|
fixed: "fixed";
|
|
1351
|
+
static: "static";
|
|
1352
1352
|
sticky: "sticky";
|
|
1353
1353
|
}>;
|
|
1354
1354
|
declare const headerNavStyle: z.ZodEnum<{
|
|
1355
|
+
minimal: "minimal";
|
|
1355
1356
|
scale: "scale";
|
|
1356
|
-
solid: "solid";
|
|
1357
1357
|
underline: "underline";
|
|
1358
|
-
|
|
1358
|
+
solid: "solid";
|
|
1359
1359
|
"underline-grow": "underline-grow";
|
|
1360
1360
|
capsule: "capsule";
|
|
1361
1361
|
frosted: "frosted";
|
|
1362
1362
|
}>;
|
|
1363
1363
|
declare const navFontWeight: z.ZodEnum<{
|
|
1364
|
-
medium: "medium";
|
|
1365
1364
|
bold: "bold";
|
|
1366
1365
|
regular: "regular";
|
|
1366
|
+
medium: "medium";
|
|
1367
1367
|
semibold: "semibold";
|
|
1368
1368
|
}>;
|
|
1369
1369
|
declare const headerMaxWidth: z.ZodEnum<{
|
|
@@ -1373,40 +1373,40 @@ declare const headerMaxWidth: z.ZodEnum<{
|
|
|
1373
1373
|
declare const headerContainerSchema: z.ZodOptional<z.ZodObject<{
|
|
1374
1374
|
rounded: z.ZodDefault<z.ZodEnum<{
|
|
1375
1375
|
none: "none";
|
|
1376
|
-
sm: "sm";
|
|
1377
1376
|
md: "md";
|
|
1378
1377
|
lg: "lg";
|
|
1379
1378
|
xl: "xl";
|
|
1379
|
+
sm: "sm";
|
|
1380
1380
|
"2xl": "2xl";
|
|
1381
1381
|
}>>;
|
|
1382
1382
|
border: z.ZodDefault<z.ZodBoolean>;
|
|
1383
1383
|
shadow: z.ZodDefault<z.ZodBoolean>;
|
|
1384
1384
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
1385
|
-
sm: "sm";
|
|
1386
1385
|
md: "md";
|
|
1387
1386
|
lg: "lg";
|
|
1387
|
+
sm: "sm";
|
|
1388
1388
|
}>>;
|
|
1389
1389
|
tint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1390
1390
|
opacity: z.ZodDefault<z.ZodNumber>;
|
|
1391
1391
|
}, z.core.$strip>>;
|
|
1392
1392
|
declare const headerBorderSchema: z.ZodOptional<z.ZodObject<{
|
|
1393
1393
|
width: z.ZodDefault<z.ZodEnum<{
|
|
1394
|
-
medium: "medium";
|
|
1395
1394
|
none: "none";
|
|
1396
|
-
|
|
1395
|
+
medium: "medium";
|
|
1397
1396
|
thin: "thin";
|
|
1397
|
+
thick: "thick";
|
|
1398
1398
|
hairline: "hairline";
|
|
1399
1399
|
}>>;
|
|
1400
1400
|
style: z.ZodDefault<z.ZodEnum<{
|
|
1401
|
-
dashed: "dashed";
|
|
1402
1401
|
solid: "solid";
|
|
1402
|
+
dashed: "dashed";
|
|
1403
1403
|
}>>;
|
|
1404
1404
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
1405
1405
|
position: z.ZodDefault<z.ZodEnum<{
|
|
1406
1406
|
none: "none";
|
|
1407
|
-
both: "both";
|
|
1408
|
-
top: "top";
|
|
1409
1407
|
bottom: "bottom";
|
|
1408
|
+
top: "top";
|
|
1409
|
+
both: "both";
|
|
1410
1410
|
}>>;
|
|
1411
1411
|
}, z.core.$strip>>;
|
|
1412
1412
|
declare const logoStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
@@ -1415,8 +1415,8 @@ declare const logoStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1415
1415
|
heading: "heading";
|
|
1416
1416
|
}>>;
|
|
1417
1417
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
1418
|
-
wide: "wide";
|
|
1419
1418
|
normal: "normal";
|
|
1419
|
+
wide: "wide";
|
|
1420
1420
|
wider: "wider";
|
|
1421
1421
|
widest: "widest";
|
|
1422
1422
|
}>>;
|
|
@@ -1425,9 +1425,9 @@ declare const logoStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1425
1425
|
declare const headerLogoTextSchema: z.ZodOptional<z.ZodObject<{
|
|
1426
1426
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
1427
1427
|
mobileMaxWidth: z.ZodOptional<z.ZodEnum<{
|
|
1428
|
-
sm: "sm";
|
|
1429
1428
|
md: "md";
|
|
1430
1429
|
xs: "xs";
|
|
1430
|
+
sm: "sm";
|
|
1431
1431
|
}>>;
|
|
1432
1432
|
hideOnShrink: z.ZodOptional<z.ZodBoolean>;
|
|
1433
1433
|
}, z.core.$strip>>;
|
|
@@ -1443,39 +1443,39 @@ declare const dropdownStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1443
1443
|
borderColor: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1444
1444
|
shadow: z.ZodDefault<z.ZodEnum<{
|
|
1445
1445
|
none: "none";
|
|
1446
|
-
sm: "sm";
|
|
1447
1446
|
md: "md";
|
|
1448
1447
|
lg: "lg";
|
|
1448
|
+
sm: "sm";
|
|
1449
1449
|
}>>;
|
|
1450
1450
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
1451
1451
|
none: "none";
|
|
1452
|
-
sm: "sm";
|
|
1453
1452
|
md: "md";
|
|
1454
1453
|
lg: "lg";
|
|
1454
|
+
sm: "sm";
|
|
1455
1455
|
}>>;
|
|
1456
1456
|
hoverBackground: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1457
1457
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1458
1458
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
1459
1459
|
none: "none";
|
|
1460
|
-
capitalize: "capitalize";
|
|
1461
1460
|
uppercase: "uppercase";
|
|
1461
|
+
capitalize: "capitalize";
|
|
1462
1462
|
}>>;
|
|
1463
1463
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
1464
|
-
wide: "wide";
|
|
1465
1464
|
normal: "normal";
|
|
1465
|
+
wide: "wide";
|
|
1466
1466
|
wider: "wider";
|
|
1467
1467
|
}>>;
|
|
1468
1468
|
fontWeight: z.ZodOptional<z.ZodEnum<{
|
|
1469
|
-
medium: "medium";
|
|
1470
1469
|
bold: "bold";
|
|
1471
1470
|
regular: "regular";
|
|
1471
|
+
medium: "medium";
|
|
1472
1472
|
semibold: "semibold";
|
|
1473
1473
|
}>>;
|
|
1474
1474
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
1475
|
-
base: "base";
|
|
1476
|
-
sm: "sm";
|
|
1477
1475
|
lg: "lg";
|
|
1478
1476
|
xs: "xs";
|
|
1477
|
+
sm: "sm";
|
|
1478
|
+
base: "base";
|
|
1479
1479
|
}>>;
|
|
1480
1480
|
}, z.core.$strip>>;
|
|
1481
1481
|
/**
|
|
@@ -1483,12 +1483,12 @@ declare const dropdownStyleSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1483
1483
|
* Controls the spacing between nav links and the CTA button.
|
|
1484
1484
|
*/
|
|
1485
1485
|
declare const headerCtaGapSchema: z.ZodEnum<{
|
|
1486
|
+
default: "default";
|
|
1486
1487
|
none: "none";
|
|
1487
1488
|
compact: "compact";
|
|
1488
|
-
spacious: "spacious";
|
|
1489
|
-
default: "default";
|
|
1490
1489
|
tight: "tight";
|
|
1491
1490
|
relaxed: "relaxed";
|
|
1491
|
+
spacious: "spacious";
|
|
1492
1492
|
}>;
|
|
1493
1493
|
declare const headerBackgroundSchema: z.ZodObject<{
|
|
1494
1494
|
type: z.ZodEnum<{
|
|
@@ -1561,8 +1561,8 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1561
1561
|
editorial: "editorial";
|
|
1562
1562
|
}>;
|
|
1563
1563
|
positioning: z.ZodEnum<{
|
|
1564
|
-
static: "static";
|
|
1565
1564
|
fixed: "fixed";
|
|
1565
|
+
static: "static";
|
|
1566
1566
|
sticky: "sticky";
|
|
1567
1567
|
}>;
|
|
1568
1568
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -1675,67 +1675,67 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1675
1675
|
}, z.core.$strip>>;
|
|
1676
1676
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1677
1677
|
navStyle: z.ZodEnum<{
|
|
1678
|
+
minimal: "minimal";
|
|
1678
1679
|
scale: "scale";
|
|
1679
|
-
solid: "solid";
|
|
1680
1680
|
underline: "underline";
|
|
1681
|
-
|
|
1681
|
+
solid: "solid";
|
|
1682
1682
|
"underline-grow": "underline-grow";
|
|
1683
1683
|
capsule: "capsule";
|
|
1684
1684
|
frosted: "frosted";
|
|
1685
1685
|
}>;
|
|
1686
1686
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1687
1687
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
1688
|
-
medium: "medium";
|
|
1689
1688
|
bold: "bold";
|
|
1690
1689
|
regular: "regular";
|
|
1690
|
+
medium: "medium";
|
|
1691
1691
|
semibold: "semibold";
|
|
1692
1692
|
}>>;
|
|
1693
1693
|
container: z.ZodOptional<z.ZodObject<{
|
|
1694
1694
|
rounded: z.ZodDefault<z.ZodEnum<{
|
|
1695
1695
|
none: "none";
|
|
1696
|
-
sm: "sm";
|
|
1697
1696
|
md: "md";
|
|
1698
1697
|
lg: "lg";
|
|
1699
1698
|
xl: "xl";
|
|
1699
|
+
sm: "sm";
|
|
1700
1700
|
"2xl": "2xl";
|
|
1701
1701
|
}>>;
|
|
1702
1702
|
border: z.ZodDefault<z.ZodBoolean>;
|
|
1703
1703
|
shadow: z.ZodDefault<z.ZodBoolean>;
|
|
1704
1704
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
1705
|
-
sm: "sm";
|
|
1706
1705
|
md: "md";
|
|
1707
1706
|
lg: "lg";
|
|
1707
|
+
sm: "sm";
|
|
1708
1708
|
}>>;
|
|
1709
1709
|
tint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1710
1710
|
opacity: z.ZodDefault<z.ZodNumber>;
|
|
1711
1711
|
}, z.core.$strip>>;
|
|
1712
1712
|
border: z.ZodOptional<z.ZodObject<{
|
|
1713
1713
|
width: z.ZodDefault<z.ZodEnum<{
|
|
1714
|
-
medium: "medium";
|
|
1715
1714
|
none: "none";
|
|
1716
|
-
|
|
1715
|
+
medium: "medium";
|
|
1717
1716
|
thin: "thin";
|
|
1717
|
+
thick: "thick";
|
|
1718
1718
|
hairline: "hairline";
|
|
1719
1719
|
}>>;
|
|
1720
1720
|
style: z.ZodDefault<z.ZodEnum<{
|
|
1721
|
-
dashed: "dashed";
|
|
1722
1721
|
solid: "solid";
|
|
1722
|
+
dashed: "dashed";
|
|
1723
1723
|
}>>;
|
|
1724
1724
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
1725
1725
|
position: z.ZodDefault<z.ZodEnum<{
|
|
1726
1726
|
none: "none";
|
|
1727
|
-
both: "both";
|
|
1728
|
-
top: "top";
|
|
1729
1727
|
bottom: "bottom";
|
|
1728
|
+
top: "top";
|
|
1729
|
+
both: "both";
|
|
1730
1730
|
}>>;
|
|
1731
1731
|
}, z.core.$strip>>;
|
|
1732
1732
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
1733
1733
|
elevation: z.ZodDefault<z.ZodEnum<{
|
|
1734
1734
|
none: "none";
|
|
1735
|
-
sm: "sm";
|
|
1736
1735
|
md: "md";
|
|
1737
1736
|
lg: "lg";
|
|
1738
1737
|
xl: "xl";
|
|
1738
|
+
sm: "sm";
|
|
1739
1739
|
"2xl": "2xl";
|
|
1740
1740
|
}>>;
|
|
1741
1741
|
}, z.core.$strip>>;
|
|
@@ -1745,8 +1745,8 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1745
1745
|
heading: "heading";
|
|
1746
1746
|
}>>;
|
|
1747
1747
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
1748
|
-
wide: "wide";
|
|
1749
1748
|
normal: "normal";
|
|
1749
|
+
wide: "wide";
|
|
1750
1750
|
wider: "wider";
|
|
1751
1751
|
widest: "widest";
|
|
1752
1752
|
}>>;
|
|
@@ -1755,9 +1755,9 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1755
1755
|
logoText: z.ZodOptional<z.ZodObject<{
|
|
1756
1756
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
1757
1757
|
mobileMaxWidth: z.ZodOptional<z.ZodEnum<{
|
|
1758
|
-
sm: "sm";
|
|
1759
1758
|
md: "md";
|
|
1760
1759
|
xs: "xs";
|
|
1760
|
+
sm: "sm";
|
|
1761
1761
|
}>>;
|
|
1762
1762
|
hideOnShrink: z.ZodOptional<z.ZodBoolean>;
|
|
1763
1763
|
}, z.core.$strip>>;
|
|
@@ -1779,36 +1779,36 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1779
1779
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
1780
1780
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
1781
1781
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
1782
|
-
base: "base";
|
|
1783
|
-
sm: "sm";
|
|
1784
1782
|
lg: "lg";
|
|
1785
1783
|
xs: "xs";
|
|
1784
|
+
sm: "sm";
|
|
1785
|
+
base: "base";
|
|
1786
1786
|
}>>;
|
|
1787
1787
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
1788
|
-
wide: "wide";
|
|
1789
1788
|
normal: "normal";
|
|
1789
|
+
wide: "wide";
|
|
1790
1790
|
wider: "wider";
|
|
1791
1791
|
widest: "widest";
|
|
1792
1792
|
}>>;
|
|
1793
1793
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1794
1794
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
1795
|
+
default: "default";
|
|
1795
1796
|
none: "none";
|
|
1796
1797
|
compact: "compact";
|
|
1797
|
-
default: "default";
|
|
1798
1798
|
}>>;
|
|
1799
1799
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
1800
|
+
default: "default";
|
|
1800
1801
|
none: "none";
|
|
1801
1802
|
compact: "compact";
|
|
1802
|
-
spacious: "spacious";
|
|
1803
|
-
default: "default";
|
|
1804
1803
|
tight: "tight";
|
|
1805
1804
|
relaxed: "relaxed";
|
|
1805
|
+
spacious: "spacious";
|
|
1806
1806
|
}>>;
|
|
1807
1807
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
1808
1808
|
full: "full";
|
|
1809
1809
|
none: "none";
|
|
1810
|
-
sm: "sm";
|
|
1811
1810
|
md: "md";
|
|
1811
|
+
sm: "sm";
|
|
1812
1812
|
}>>;
|
|
1813
1813
|
effects: z.ZodOptional<z.ZodObject<{
|
|
1814
1814
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1833,26 +1833,26 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1833
1833
|
heading: "heading";
|
|
1834
1834
|
}>>;
|
|
1835
1835
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
1836
|
-
medium: "medium";
|
|
1837
1836
|
bold: "bold";
|
|
1838
1837
|
regular: "regular";
|
|
1838
|
+
medium: "medium";
|
|
1839
1839
|
semibold: "semibold";
|
|
1840
1840
|
}>>;
|
|
1841
1841
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
1842
1842
|
none: "none";
|
|
1843
|
-
capitalize: "capitalize";
|
|
1844
1843
|
uppercase: "uppercase";
|
|
1844
|
+
capitalize: "capitalize";
|
|
1845
1845
|
}>>;
|
|
1846
1846
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
1847
1847
|
name: z.ZodOptional<z.ZodString>;
|
|
1848
1848
|
}, z.core.$strip>>;
|
|
1849
1849
|
ctaGap: z.ZodOptional<z.ZodEnum<{
|
|
1850
|
+
default: "default";
|
|
1850
1851
|
none: "none";
|
|
1851
1852
|
compact: "compact";
|
|
1852
|
-
spacious: "spacious";
|
|
1853
|
-
default: "default";
|
|
1854
1853
|
tight: "tight";
|
|
1855
1854
|
relaxed: "relaxed";
|
|
1855
|
+
spacious: "spacious";
|
|
1856
1856
|
}>>;
|
|
1857
1857
|
dropdownStyle: z.ZodOptional<z.ZodObject<{
|
|
1858
1858
|
background: z.ZodDefault<z.ZodString>;
|
|
@@ -1860,68 +1860,68 @@ export declare const headerSchema: z.ZodObject<{
|
|
|
1860
1860
|
borderColor: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
1861
1861
|
shadow: z.ZodDefault<z.ZodEnum<{
|
|
1862
1862
|
none: "none";
|
|
1863
|
-
sm: "sm";
|
|
1864
1863
|
md: "md";
|
|
1865
1864
|
lg: "lg";
|
|
1865
|
+
sm: "sm";
|
|
1866
1866
|
}>>;
|
|
1867
1867
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
1868
1868
|
none: "none";
|
|
1869
|
-
sm: "sm";
|
|
1870
1869
|
md: "md";
|
|
1871
1870
|
lg: "lg";
|
|
1871
|
+
sm: "sm";
|
|
1872
1872
|
}>>;
|
|
1873
1873
|
hoverBackground: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1874
1874
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1875
1875
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
1876
1876
|
none: "none";
|
|
1877
|
-
capitalize: "capitalize";
|
|
1878
1877
|
uppercase: "uppercase";
|
|
1878
|
+
capitalize: "capitalize";
|
|
1879
1879
|
}>>;
|
|
1880
1880
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
1881
|
-
wide: "wide";
|
|
1882
1881
|
normal: "normal";
|
|
1882
|
+
wide: "wide";
|
|
1883
1883
|
wider: "wider";
|
|
1884
1884
|
}>>;
|
|
1885
1885
|
fontWeight: z.ZodOptional<z.ZodEnum<{
|
|
1886
|
-
medium: "medium";
|
|
1887
1886
|
bold: "bold";
|
|
1888
1887
|
regular: "regular";
|
|
1888
|
+
medium: "medium";
|
|
1889
1889
|
semibold: "semibold";
|
|
1890
1890
|
}>>;
|
|
1891
1891
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
1892
|
-
base: "base";
|
|
1893
|
-
sm: "sm";
|
|
1894
1892
|
lg: "lg";
|
|
1895
1893
|
xs: "xs";
|
|
1894
|
+
sm: "sm";
|
|
1895
|
+
base: "base";
|
|
1896
1896
|
}>>;
|
|
1897
1897
|
}, z.core.$strip>>;
|
|
1898
1898
|
}, z.core.$strip>;
|
|
1899
1899
|
declare const footerVariant: z.ZodEnum<{
|
|
1900
|
-
columns: "columns";
|
|
1901
1900
|
split: "split";
|
|
1902
1901
|
simple: "simple";
|
|
1902
|
+
columns: "columns";
|
|
1903
1903
|
}>;
|
|
1904
1904
|
declare const footerMaxWidth: z.ZodEnum<{
|
|
1905
1905
|
full: "full";
|
|
1906
1906
|
container: "container";
|
|
1907
1907
|
}>;
|
|
1908
1908
|
declare const footerMode: z.ZodEnum<{
|
|
1909
|
-
none: "none";
|
|
1910
|
-
default: "default";
|
|
1911
1909
|
blocks: "blocks";
|
|
1910
|
+
default: "default";
|
|
1911
|
+
none: "none";
|
|
1912
1912
|
"default+blocks": "default+blocks";
|
|
1913
1913
|
}>;
|
|
1914
1914
|
export declare const footerSchema: z.ZodObject<{
|
|
1915
1915
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
1916
|
-
none: "none";
|
|
1917
|
-
default: "default";
|
|
1918
1916
|
blocks: "blocks";
|
|
1917
|
+
default: "default";
|
|
1918
|
+
none: "none";
|
|
1919
1919
|
"default+blocks": "default+blocks";
|
|
1920
1920
|
}>>;
|
|
1921
1921
|
variant: z.ZodEnum<{
|
|
1922
|
-
columns: "columns";
|
|
1923
1922
|
split: "split";
|
|
1924
1923
|
simple: "simple";
|
|
1924
|
+
columns: "columns";
|
|
1925
1925
|
}>;
|
|
1926
1926
|
maxWidth: z.ZodEnum<{
|
|
1927
1927
|
full: "full";
|
|
@@ -1991,54 +1991,54 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
1991
1991
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1992
1992
|
}, z.core.$strip>>;
|
|
1993
1993
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
1994
|
+
minimal: "minimal";
|
|
1994
1995
|
scale: "scale";
|
|
1995
|
-
solid: "solid";
|
|
1996
1996
|
underline: "underline";
|
|
1997
|
-
|
|
1997
|
+
solid: "solid";
|
|
1998
1998
|
"underline-grow": "underline-grow";
|
|
1999
1999
|
capsule: "capsule";
|
|
2000
2000
|
frosted: "frosted";
|
|
2001
2001
|
}>>;
|
|
2002
2002
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2003
2003
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
2004
|
-
medium: "medium";
|
|
2005
2004
|
bold: "bold";
|
|
2006
2005
|
regular: "regular";
|
|
2006
|
+
medium: "medium";
|
|
2007
2007
|
semibold: "semibold";
|
|
2008
2008
|
}>>;
|
|
2009
2009
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
2010
2010
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
2011
2011
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
2012
|
-
base: "base";
|
|
2013
|
-
sm: "sm";
|
|
2014
2012
|
lg: "lg";
|
|
2015
2013
|
xs: "xs";
|
|
2014
|
+
sm: "sm";
|
|
2015
|
+
base: "base";
|
|
2016
2016
|
}>>;
|
|
2017
2017
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
2018
|
-
wide: "wide";
|
|
2019
2018
|
normal: "normal";
|
|
2019
|
+
wide: "wide";
|
|
2020
2020
|
wider: "wider";
|
|
2021
2021
|
widest: "widest";
|
|
2022
2022
|
}>>;
|
|
2023
2023
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2024
2024
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
2025
|
+
default: "default";
|
|
2025
2026
|
none: "none";
|
|
2026
2027
|
compact: "compact";
|
|
2027
|
-
default: "default";
|
|
2028
2028
|
}>>;
|
|
2029
2029
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
2030
|
+
default: "default";
|
|
2030
2031
|
none: "none";
|
|
2031
2032
|
compact: "compact";
|
|
2032
|
-
spacious: "spacious";
|
|
2033
|
-
default: "default";
|
|
2034
2033
|
tight: "tight";
|
|
2035
2034
|
relaxed: "relaxed";
|
|
2035
|
+
spacious: "spacious";
|
|
2036
2036
|
}>>;
|
|
2037
2037
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
2038
2038
|
full: "full";
|
|
2039
2039
|
none: "none";
|
|
2040
|
-
sm: "sm";
|
|
2041
2040
|
md: "md";
|
|
2041
|
+
sm: "sm";
|
|
2042
2042
|
}>>;
|
|
2043
2043
|
effects: z.ZodOptional<z.ZodObject<{
|
|
2044
2044
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2063,15 +2063,15 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2063
2063
|
heading: "heading";
|
|
2064
2064
|
}>>;
|
|
2065
2065
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
2066
|
-
medium: "medium";
|
|
2067
2066
|
bold: "bold";
|
|
2068
2067
|
regular: "regular";
|
|
2068
|
+
medium: "medium";
|
|
2069
2069
|
semibold: "semibold";
|
|
2070
2070
|
}>>;
|
|
2071
2071
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
2072
2072
|
none: "none";
|
|
2073
|
-
capitalize: "capitalize";
|
|
2074
2073
|
uppercase: "uppercase";
|
|
2074
|
+
capitalize: "capitalize";
|
|
2075
2075
|
}>>;
|
|
2076
2076
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
2077
2077
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -2084,31 +2084,31 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2084
2084
|
}, z.core.$strip>>;
|
|
2085
2085
|
navLayout: z.ZodOptional<z.ZodObject<{
|
|
2086
2086
|
layout: z.ZodOptional<z.ZodEnum<{
|
|
2087
|
-
inline: "inline";
|
|
2088
2087
|
stack: "stack";
|
|
2088
|
+
inline: "inline";
|
|
2089
2089
|
"inline-wrap": "inline-wrap";
|
|
2090
2090
|
}>>;
|
|
2091
2091
|
align: z.ZodOptional<z.ZodEnum<{
|
|
2092
|
-
center: "center";
|
|
2093
2092
|
start: "start";
|
|
2093
|
+
center: "center";
|
|
2094
2094
|
end: "end";
|
|
2095
2095
|
"space-between": "space-between";
|
|
2096
2096
|
}>>;
|
|
2097
2097
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
2098
|
+
default: "default";
|
|
2098
2099
|
none: "none";
|
|
2099
2100
|
compact: "compact";
|
|
2100
|
-
spacious: "spacious";
|
|
2101
|
-
default: "default";
|
|
2102
2101
|
tight: "tight";
|
|
2103
2102
|
relaxed: "relaxed";
|
|
2103
|
+
spacious: "spacious";
|
|
2104
2104
|
}>>;
|
|
2105
2105
|
gapY: z.ZodOptional<z.ZodEnum<{
|
|
2106
|
+
default: "default";
|
|
2106
2107
|
none: "none";
|
|
2107
2108
|
compact: "compact";
|
|
2108
|
-
spacious: "spacious";
|
|
2109
|
-
default: "default";
|
|
2110
2109
|
tight: "tight";
|
|
2111
2110
|
relaxed: "relaxed";
|
|
2111
|
+
spacious: "spacious";
|
|
2112
2112
|
}>>;
|
|
2113
2113
|
columns: z.ZodOptional<z.ZodNumber>;
|
|
2114
2114
|
}, z.core.$strip>>;
|
|
@@ -2122,20 +2122,20 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2122
2122
|
below: "below";
|
|
2123
2123
|
}>>;
|
|
2124
2124
|
size: z.ZodOptional<z.ZodEnum<{
|
|
2125
|
-
sm: "sm";
|
|
2126
2125
|
md: "md";
|
|
2127
2126
|
lg: "lg";
|
|
2128
2127
|
xl: "xl";
|
|
2128
|
+
sm: "sm";
|
|
2129
2129
|
}>>;
|
|
2130
2130
|
maxHeight: z.ZodOptional<z.ZodEnum<{
|
|
2131
|
-
sm: "sm";
|
|
2132
2131
|
md: "md";
|
|
2133
2132
|
lg: "lg";
|
|
2134
2133
|
xl: "xl";
|
|
2134
|
+
sm: "sm";
|
|
2135
2135
|
}>>;
|
|
2136
2136
|
align: z.ZodOptional<z.ZodEnum<{
|
|
2137
|
-
center: "center";
|
|
2138
2137
|
start: "start";
|
|
2138
|
+
center: "center";
|
|
2139
2139
|
end: "end";
|
|
2140
2140
|
}>>;
|
|
2141
2141
|
}, z.core.$strip>>;
|
|
@@ -2211,28 +2211,28 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2211
2211
|
right: "right";
|
|
2212
2212
|
}>>;
|
|
2213
2213
|
paddingY: z.ZodOptional<z.ZodEnum<{
|
|
2214
|
+
default: "default";
|
|
2214
2215
|
none: "none";
|
|
2215
2216
|
compact: "compact";
|
|
2216
|
-
spacious: "spacious";
|
|
2217
|
-
default: "default";
|
|
2218
2217
|
tight: "tight";
|
|
2219
2218
|
relaxed: "relaxed";
|
|
2219
|
+
spacious: "spacious";
|
|
2220
2220
|
}>>;
|
|
2221
2221
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
2222
|
+
default: "default";
|
|
2222
2223
|
none: "none";
|
|
2223
2224
|
compact: "compact";
|
|
2224
|
-
spacious: "spacious";
|
|
2225
|
-
default: "default";
|
|
2226
2225
|
tight: "tight";
|
|
2227
2226
|
relaxed: "relaxed";
|
|
2227
|
+
spacious: "spacious";
|
|
2228
2228
|
}>>;
|
|
2229
2229
|
borderTop: z.ZodOptional<z.ZodObject<{
|
|
2230
2230
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2231
2231
|
width: z.ZodOptional<z.ZodEnum<{
|
|
2232
|
-
medium: "medium";
|
|
2233
2232
|
none: "none";
|
|
2234
|
-
|
|
2233
|
+
medium: "medium";
|
|
2235
2234
|
thin: "thin";
|
|
2235
|
+
thick: "thick";
|
|
2236
2236
|
}>>;
|
|
2237
2237
|
}, z.core.$strip>>;
|
|
2238
2238
|
}, z.core.$strip>>;
|
|
@@ -2240,20 +2240,20 @@ export declare const footerSchema: z.ZodObject<{
|
|
|
2240
2240
|
declare const layoutSchema: z.ZodOptional<z.ZodObject<{
|
|
2241
2241
|
containerPadding: z.ZodOptional<z.ZodObject<{
|
|
2242
2242
|
mobile: z.ZodOptional<z.ZodEnum<{
|
|
2243
|
-
compact: "compact";
|
|
2244
2243
|
default: "default";
|
|
2244
|
+
compact: "compact";
|
|
2245
2245
|
tight: "tight";
|
|
2246
2246
|
relaxed: "relaxed";
|
|
2247
2247
|
}>>;
|
|
2248
2248
|
tablet: z.ZodOptional<z.ZodEnum<{
|
|
2249
|
-
compact: "compact";
|
|
2250
2249
|
default: "default";
|
|
2250
|
+
compact: "compact";
|
|
2251
2251
|
tight: "tight";
|
|
2252
2252
|
relaxed: "relaxed";
|
|
2253
2253
|
}>>;
|
|
2254
2254
|
desktop: z.ZodOptional<z.ZodEnum<{
|
|
2255
|
-
compact: "compact";
|
|
2256
2255
|
default: "default";
|
|
2256
|
+
compact: "compact";
|
|
2257
2257
|
tight: "tight";
|
|
2258
2258
|
relaxed: "relaxed";
|
|
2259
2259
|
}>>;
|
|
@@ -2262,142 +2262,142 @@ declare const layoutSchema: z.ZodOptional<z.ZodObject<{
|
|
|
2262
2262
|
declare const heroSchema: z.ZodOptional<z.ZodObject<{
|
|
2263
2263
|
typography: z.ZodOptional<z.ZodObject<{
|
|
2264
2264
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2265
|
-
base: "base";
|
|
2266
|
-
sm: "sm";
|
|
2267
2265
|
lg: "lg";
|
|
2268
2266
|
xl: "xl";
|
|
2267
|
+
sm: "sm";
|
|
2269
2268
|
"2xl": "2xl";
|
|
2269
|
+
base: "base";
|
|
2270
2270
|
"3xl": "3xl";
|
|
2271
2271
|
"4xl": "4xl";
|
|
2272
2272
|
"5xl": "5xl";
|
|
2273
2273
|
"6xl": "6xl";
|
|
2274
2274
|
}>>;
|
|
2275
2275
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2276
|
-
normal: "normal";
|
|
2277
2276
|
tight: "tight";
|
|
2277
|
+
normal: "normal";
|
|
2278
2278
|
relaxed: "relaxed";
|
|
2279
2279
|
snug: "snug";
|
|
2280
2280
|
}>>;
|
|
2281
2281
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2282
|
-
base: "base";
|
|
2283
|
-
sm: "sm";
|
|
2284
2282
|
lg: "lg";
|
|
2285
2283
|
xl: "xl";
|
|
2284
|
+
sm: "sm";
|
|
2286
2285
|
"2xl": "2xl";
|
|
2286
|
+
base: "base";
|
|
2287
2287
|
"3xl": "3xl";
|
|
2288
2288
|
"4xl": "4xl";
|
|
2289
2289
|
"5xl": "5xl";
|
|
2290
2290
|
"6xl": "6xl";
|
|
2291
2291
|
}>>;
|
|
2292
2292
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2293
|
-
normal: "normal";
|
|
2294
2293
|
tight: "tight";
|
|
2294
|
+
normal: "normal";
|
|
2295
2295
|
relaxed: "relaxed";
|
|
2296
2296
|
snug: "snug";
|
|
2297
2297
|
}>>;
|
|
2298
2298
|
microHeadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2299
|
-
base: "base";
|
|
2300
|
-
sm: "sm";
|
|
2301
2299
|
lg: "lg";
|
|
2302
2300
|
xl: "xl";
|
|
2301
|
+
sm: "sm";
|
|
2303
2302
|
"2xl": "2xl";
|
|
2303
|
+
base: "base";
|
|
2304
2304
|
"3xl": "3xl";
|
|
2305
2305
|
"4xl": "4xl";
|
|
2306
2306
|
"5xl": "5xl";
|
|
2307
2307
|
"6xl": "6xl";
|
|
2308
2308
|
}>>;
|
|
2309
2309
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2310
|
-
normal: "normal";
|
|
2311
2310
|
tight: "tight";
|
|
2311
|
+
normal: "normal";
|
|
2312
2312
|
relaxed: "relaxed";
|
|
2313
2313
|
snug: "snug";
|
|
2314
2314
|
}>>;
|
|
2315
2315
|
microSubheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2316
|
-
base: "base";
|
|
2317
|
-
sm: "sm";
|
|
2318
2316
|
lg: "lg";
|
|
2319
2317
|
xl: "xl";
|
|
2318
|
+
sm: "sm";
|
|
2320
2319
|
"2xl": "2xl";
|
|
2320
|
+
base: "base";
|
|
2321
2321
|
"3xl": "3xl";
|
|
2322
2322
|
"4xl": "4xl";
|
|
2323
2323
|
"5xl": "5xl";
|
|
2324
2324
|
"6xl": "6xl";
|
|
2325
2325
|
}>>;
|
|
2326
2326
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2327
|
-
normal: "normal";
|
|
2328
2327
|
tight: "tight";
|
|
2328
|
+
normal: "normal";
|
|
2329
2329
|
relaxed: "relaxed";
|
|
2330
2330
|
snug: "snug";
|
|
2331
2331
|
}>>;
|
|
2332
2332
|
responsive: z.ZodOptional<z.ZodObject<{
|
|
2333
2333
|
tablet: z.ZodOptional<z.ZodObject<{
|
|
2334
2334
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2335
|
-
base: "base";
|
|
2336
|
-
sm: "sm";
|
|
2337
2335
|
lg: "lg";
|
|
2338
2336
|
xl: "xl";
|
|
2337
|
+
sm: "sm";
|
|
2339
2338
|
"2xl": "2xl";
|
|
2339
|
+
base: "base";
|
|
2340
2340
|
"3xl": "3xl";
|
|
2341
2341
|
"4xl": "4xl";
|
|
2342
2342
|
"5xl": "5xl";
|
|
2343
2343
|
"6xl": "6xl";
|
|
2344
2344
|
}>>;
|
|
2345
2345
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2346
|
-
normal: "normal";
|
|
2347
2346
|
tight: "tight";
|
|
2347
|
+
normal: "normal";
|
|
2348
2348
|
relaxed: "relaxed";
|
|
2349
2349
|
snug: "snug";
|
|
2350
2350
|
}>>;
|
|
2351
2351
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2352
|
-
base: "base";
|
|
2353
|
-
sm: "sm";
|
|
2354
2352
|
lg: "lg";
|
|
2355
2353
|
xl: "xl";
|
|
2354
|
+
sm: "sm";
|
|
2356
2355
|
"2xl": "2xl";
|
|
2356
|
+
base: "base";
|
|
2357
2357
|
"3xl": "3xl";
|
|
2358
2358
|
"4xl": "4xl";
|
|
2359
2359
|
"5xl": "5xl";
|
|
2360
2360
|
"6xl": "6xl";
|
|
2361
2361
|
}>>;
|
|
2362
2362
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2363
|
-
normal: "normal";
|
|
2364
2363
|
tight: "tight";
|
|
2364
|
+
normal: "normal";
|
|
2365
2365
|
relaxed: "relaxed";
|
|
2366
2366
|
snug: "snug";
|
|
2367
2367
|
}>>;
|
|
2368
2368
|
}, z.core.$strip>>;
|
|
2369
2369
|
mobile: z.ZodOptional<z.ZodObject<{
|
|
2370
2370
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2371
|
-
base: "base";
|
|
2372
|
-
sm: "sm";
|
|
2373
2371
|
lg: "lg";
|
|
2374
2372
|
xl: "xl";
|
|
2373
|
+
sm: "sm";
|
|
2375
2374
|
"2xl": "2xl";
|
|
2375
|
+
base: "base";
|
|
2376
2376
|
"3xl": "3xl";
|
|
2377
2377
|
"4xl": "4xl";
|
|
2378
2378
|
"5xl": "5xl";
|
|
2379
2379
|
"6xl": "6xl";
|
|
2380
2380
|
}>>;
|
|
2381
2381
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2382
|
-
normal: "normal";
|
|
2383
2382
|
tight: "tight";
|
|
2383
|
+
normal: "normal";
|
|
2384
2384
|
relaxed: "relaxed";
|
|
2385
2385
|
snug: "snug";
|
|
2386
2386
|
}>>;
|
|
2387
2387
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2388
|
-
base: "base";
|
|
2389
|
-
sm: "sm";
|
|
2390
2388
|
lg: "lg";
|
|
2391
2389
|
xl: "xl";
|
|
2390
|
+
sm: "sm";
|
|
2392
2391
|
"2xl": "2xl";
|
|
2392
|
+
base: "base";
|
|
2393
2393
|
"3xl": "3xl";
|
|
2394
2394
|
"4xl": "4xl";
|
|
2395
2395
|
"5xl": "5xl";
|
|
2396
2396
|
"6xl": "6xl";
|
|
2397
2397
|
}>>;
|
|
2398
2398
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2399
|
-
normal: "normal";
|
|
2400
2399
|
tight: "tight";
|
|
2400
|
+
normal: "normal";
|
|
2401
2401
|
relaxed: "relaxed";
|
|
2402
2402
|
snug: "snug";
|
|
2403
2403
|
}>>;
|
|
@@ -2417,28 +2417,28 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2417
2417
|
siteStyleId: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("./site-styles").SiteStyleId, string>>>;
|
|
2418
2418
|
axes: z.ZodObject<{
|
|
2419
2419
|
tone: z.ZodEnum<{
|
|
2420
|
-
classic: "classic";
|
|
2421
2420
|
bold: "bold";
|
|
2422
2421
|
minimal: "minimal";
|
|
2422
|
+
classic: "classic";
|
|
2423
2423
|
}>;
|
|
2424
2424
|
energy: z.ZodEnum<{
|
|
2425
2425
|
calm: "calm";
|
|
2426
2426
|
vibrant: "vibrant";
|
|
2427
2427
|
}>;
|
|
2428
2428
|
density: z.ZodEnum<{
|
|
2429
|
-
compact: "compact";
|
|
2430
|
-
regular: "regular";
|
|
2431
2429
|
airy: "airy";
|
|
2430
|
+
regular: "regular";
|
|
2431
|
+
compact: "compact";
|
|
2432
2432
|
}>;
|
|
2433
2433
|
mediaBias: z.ZodEnum<{
|
|
2434
|
-
media: "media";
|
|
2435
|
-
text: "text";
|
|
2436
2434
|
mixed: "mixed";
|
|
2435
|
+
text: "text";
|
|
2436
|
+
media: "media";
|
|
2437
2437
|
}>;
|
|
2438
2438
|
conversionBias: z.ZodEnum<{
|
|
2439
2439
|
low: "low";
|
|
2440
|
-
high: "high";
|
|
2441
2440
|
med: "med";
|
|
2441
|
+
high: "high";
|
|
2442
2442
|
}>;
|
|
2443
2443
|
motion: z.ZodEnum<{
|
|
2444
2444
|
standard: "standard";
|
|
@@ -2453,8 +2453,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2453
2453
|
}, z.core.$strip>>;
|
|
2454
2454
|
meta: z.ZodObject<{
|
|
2455
2455
|
mode: z.ZodEnum<{
|
|
2456
|
-
dark: "dark";
|
|
2457
2456
|
light: "light";
|
|
2457
|
+
dark: "dark";
|
|
2458
2458
|
}>;
|
|
2459
2459
|
}, z.core.$strip>;
|
|
2460
2460
|
}, z.core.$strip>;
|
|
@@ -2462,16 +2462,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2462
2462
|
body: z.ZodObject<{
|
|
2463
2463
|
family: z.ZodString;
|
|
2464
2464
|
weight: z.ZodEnum<{
|
|
2465
|
-
medium: "medium";
|
|
2466
2465
|
bold: "bold";
|
|
2467
|
-
light: "light";
|
|
2468
2466
|
regular: "regular";
|
|
2467
|
+
light: "light";
|
|
2468
|
+
medium: "medium";
|
|
2469
2469
|
semibold: "semibold";
|
|
2470
2470
|
}>;
|
|
2471
2471
|
letterSpacing: z.ZodEnum<{
|
|
2472
|
+
tight: "tight";
|
|
2472
2473
|
normal: "normal";
|
|
2473
2474
|
loose: "loose";
|
|
2474
|
-
tight: "tight";
|
|
2475
2475
|
}>;
|
|
2476
2476
|
lineHeight: z.ZodEnum<{
|
|
2477
2477
|
normal: "normal";
|
|
@@ -2488,16 +2488,16 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2488
2488
|
default: z.ZodObject<{
|
|
2489
2489
|
family: z.ZodString;
|
|
2490
2490
|
weight: z.ZodEnum<{
|
|
2491
|
-
medium: "medium";
|
|
2492
2491
|
bold: "bold";
|
|
2493
|
-
light: "light";
|
|
2494
2492
|
regular: "regular";
|
|
2493
|
+
light: "light";
|
|
2494
|
+
medium: "medium";
|
|
2495
2495
|
semibold: "semibold";
|
|
2496
2496
|
}>;
|
|
2497
2497
|
letterSpacing: z.ZodEnum<{
|
|
2498
|
+
tight: "tight";
|
|
2498
2499
|
normal: "normal";
|
|
2499
2500
|
loose: "loose";
|
|
2500
|
-
tight: "tight";
|
|
2501
2501
|
}>;
|
|
2502
2502
|
lineHeight: z.ZodEnum<{
|
|
2503
2503
|
normal: "normal";
|
|
@@ -2514,24 +2514,24 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2514
2514
|
}, z.core.$strip>;
|
|
2515
2515
|
h1: z.ZodObject<{
|
|
2516
2516
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2517
|
-
medium: "medium";
|
|
2518
2517
|
bold: "bold";
|
|
2519
|
-
light: "light";
|
|
2520
2518
|
regular: "regular";
|
|
2519
|
+
light: "light";
|
|
2520
|
+
medium: "medium";
|
|
2521
2521
|
semibold: "semibold";
|
|
2522
2522
|
}>>>;
|
|
2523
2523
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2524
|
+
tight: "tight";
|
|
2524
2525
|
normal: "normal";
|
|
2525
2526
|
loose: "loose";
|
|
2526
|
-
tight: "tight";
|
|
2527
2527
|
}>>>;
|
|
2528
2528
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2529
|
-
sm: "sm";
|
|
2530
2529
|
md: "md";
|
|
2531
2530
|
lg: "lg";
|
|
2532
2531
|
xl: "xl";
|
|
2533
|
-
"2xl": "2xl";
|
|
2534
2532
|
xs: "xs";
|
|
2533
|
+
sm: "sm";
|
|
2534
|
+
"2xl": "2xl";
|
|
2535
2535
|
}>>>;
|
|
2536
2536
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2537
2537
|
normal: "normal";
|
|
@@ -2543,24 +2543,24 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2543
2543
|
}, z.core.$strip>;
|
|
2544
2544
|
h2: z.ZodObject<{
|
|
2545
2545
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2546
|
-
medium: "medium";
|
|
2547
2546
|
bold: "bold";
|
|
2548
|
-
light: "light";
|
|
2549
2547
|
regular: "regular";
|
|
2548
|
+
light: "light";
|
|
2549
|
+
medium: "medium";
|
|
2550
2550
|
semibold: "semibold";
|
|
2551
2551
|
}>>>;
|
|
2552
2552
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2553
|
+
tight: "tight";
|
|
2553
2554
|
normal: "normal";
|
|
2554
2555
|
loose: "loose";
|
|
2555
|
-
tight: "tight";
|
|
2556
2556
|
}>>>;
|
|
2557
2557
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2558
|
-
sm: "sm";
|
|
2559
2558
|
md: "md";
|
|
2560
2559
|
lg: "lg";
|
|
2561
2560
|
xl: "xl";
|
|
2562
|
-
"2xl": "2xl";
|
|
2563
2561
|
xs: "xs";
|
|
2562
|
+
sm: "sm";
|
|
2563
|
+
"2xl": "2xl";
|
|
2564
2564
|
}>>>;
|
|
2565
2565
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2566
2566
|
normal: "normal";
|
|
@@ -2572,24 +2572,24 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2572
2572
|
}, z.core.$strip>;
|
|
2573
2573
|
h3: z.ZodObject<{
|
|
2574
2574
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2575
|
-
medium: "medium";
|
|
2576
2575
|
bold: "bold";
|
|
2577
|
-
light: "light";
|
|
2578
2576
|
regular: "regular";
|
|
2577
|
+
light: "light";
|
|
2578
|
+
medium: "medium";
|
|
2579
2579
|
semibold: "semibold";
|
|
2580
2580
|
}>>>;
|
|
2581
2581
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2582
|
+
tight: "tight";
|
|
2582
2583
|
normal: "normal";
|
|
2583
2584
|
loose: "loose";
|
|
2584
|
-
tight: "tight";
|
|
2585
2585
|
}>>>;
|
|
2586
2586
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2587
|
-
sm: "sm";
|
|
2588
2587
|
md: "md";
|
|
2589
2588
|
lg: "lg";
|
|
2590
2589
|
xl: "xl";
|
|
2591
|
-
"2xl": "2xl";
|
|
2592
2590
|
xs: "xs";
|
|
2591
|
+
sm: "sm";
|
|
2592
|
+
"2xl": "2xl";
|
|
2593
2593
|
}>>>;
|
|
2594
2594
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2595
2595
|
normal: "normal";
|
|
@@ -2601,24 +2601,24 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2601
2601
|
}, z.core.$strip>;
|
|
2602
2602
|
h4: z.ZodOptional<z.ZodObject<{
|
|
2603
2603
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2604
|
-
medium: "medium";
|
|
2605
2604
|
bold: "bold";
|
|
2606
|
-
light: "light";
|
|
2607
2605
|
regular: "regular";
|
|
2606
|
+
light: "light";
|
|
2607
|
+
medium: "medium";
|
|
2608
2608
|
semibold: "semibold";
|
|
2609
2609
|
}>>>;
|
|
2610
2610
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2611
|
+
tight: "tight";
|
|
2611
2612
|
normal: "normal";
|
|
2612
2613
|
loose: "loose";
|
|
2613
|
-
tight: "tight";
|
|
2614
2614
|
}>>>;
|
|
2615
2615
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2616
|
-
sm: "sm";
|
|
2617
2616
|
md: "md";
|
|
2618
2617
|
lg: "lg";
|
|
2619
2618
|
xl: "xl";
|
|
2620
|
-
"2xl": "2xl";
|
|
2621
2619
|
xs: "xs";
|
|
2620
|
+
sm: "sm";
|
|
2621
|
+
"2xl": "2xl";
|
|
2622
2622
|
}>>>;
|
|
2623
2623
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2624
2624
|
normal: "normal";
|
|
@@ -2630,24 +2630,24 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2630
2630
|
}, z.core.$strip>>;
|
|
2631
2631
|
h5: z.ZodOptional<z.ZodObject<{
|
|
2632
2632
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2633
|
-
medium: "medium";
|
|
2634
2633
|
bold: "bold";
|
|
2635
|
-
light: "light";
|
|
2636
2634
|
regular: "regular";
|
|
2635
|
+
light: "light";
|
|
2636
|
+
medium: "medium";
|
|
2637
2637
|
semibold: "semibold";
|
|
2638
2638
|
}>>>;
|
|
2639
2639
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2640
|
+
tight: "tight";
|
|
2640
2641
|
normal: "normal";
|
|
2641
2642
|
loose: "loose";
|
|
2642
|
-
tight: "tight";
|
|
2643
2643
|
}>>>;
|
|
2644
2644
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2645
|
-
sm: "sm";
|
|
2646
2645
|
md: "md";
|
|
2647
2646
|
lg: "lg";
|
|
2648
2647
|
xl: "xl";
|
|
2649
|
-
"2xl": "2xl";
|
|
2650
2648
|
xs: "xs";
|
|
2649
|
+
sm: "sm";
|
|
2650
|
+
"2xl": "2xl";
|
|
2651
2651
|
}>>>;
|
|
2652
2652
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2653
2653
|
normal: "normal";
|
|
@@ -2659,24 +2659,24 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2659
2659
|
}, z.core.$strip>>;
|
|
2660
2660
|
h6: z.ZodOptional<z.ZodObject<{
|
|
2661
2661
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2662
|
-
medium: "medium";
|
|
2663
2662
|
bold: "bold";
|
|
2664
|
-
light: "light";
|
|
2665
2663
|
regular: "regular";
|
|
2664
|
+
light: "light";
|
|
2665
|
+
medium: "medium";
|
|
2666
2666
|
semibold: "semibold";
|
|
2667
2667
|
}>>>;
|
|
2668
2668
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2669
|
+
tight: "tight";
|
|
2669
2670
|
normal: "normal";
|
|
2670
2671
|
loose: "loose";
|
|
2671
|
-
tight: "tight";
|
|
2672
2672
|
}>>>;
|
|
2673
2673
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2674
|
-
sm: "sm";
|
|
2675
2674
|
md: "md";
|
|
2676
2675
|
lg: "lg";
|
|
2677
2676
|
xl: "xl";
|
|
2678
|
-
"2xl": "2xl";
|
|
2679
2677
|
xs: "xs";
|
|
2678
|
+
sm: "sm";
|
|
2679
|
+
"2xl": "2xl";
|
|
2680
2680
|
}>>>;
|
|
2681
2681
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2682
2682
|
normal: "normal";
|
|
@@ -2689,8 +2689,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2689
2689
|
}, z.core.$strip>;
|
|
2690
2690
|
scale: z.ZodEnum<{
|
|
2691
2691
|
compact: "compact";
|
|
2692
|
-
spacious: "spacious";
|
|
2693
2692
|
balanced: "balanced";
|
|
2693
|
+
spacious: "spacious";
|
|
2694
2694
|
minorThird: "minorThird";
|
|
2695
2695
|
majorThird: "majorThird";
|
|
2696
2696
|
perfectFourth: "perfectFourth";
|
|
@@ -2702,22 +2702,22 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2702
2702
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
2703
2703
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
2704
2704
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
2705
|
-
dashed: "dashed";
|
|
2706
|
-
dotted: "dotted";
|
|
2707
2705
|
solid: "solid";
|
|
2706
|
+
dotted: "dotted";
|
|
2707
|
+
dashed: "dashed";
|
|
2708
2708
|
}>>;
|
|
2709
2709
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
2710
2710
|
medium: "medium";
|
|
2711
2711
|
auto: "auto";
|
|
2712
|
-
thick: "thick";
|
|
2713
|
-
thin: "thin";
|
|
2714
2712
|
fromFont: "fromFont";
|
|
2713
|
+
thin: "thin";
|
|
2714
|
+
thick: "thick";
|
|
2715
2715
|
}>>;
|
|
2716
2716
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
2717
|
-
|
|
2717
|
+
tight: "tight";
|
|
2718
2718
|
normal: "normal";
|
|
2719
2719
|
loose: "loose";
|
|
2720
|
-
|
|
2720
|
+
auto: "auto";
|
|
2721
2721
|
}>>;
|
|
2722
2722
|
}, z.core.$strip>>;
|
|
2723
2723
|
}, z.core.$strip>;
|
|
@@ -2729,25 +2729,25 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2729
2729
|
border: z.ZodObject<{
|
|
2730
2730
|
width: z.ZodEnum<{
|
|
2731
2731
|
none: "none";
|
|
2732
|
-
thick: "thick";
|
|
2733
2732
|
thin: "thin";
|
|
2733
|
+
thick: "thick";
|
|
2734
2734
|
hairline: "hairline";
|
|
2735
2735
|
}>;
|
|
2736
2736
|
style: z.ZodEnum<{
|
|
2737
|
-
dashed: "dashed";
|
|
2738
2737
|
solid: "solid";
|
|
2738
|
+
dashed: "dashed";
|
|
2739
2739
|
}>;
|
|
2740
2740
|
}, z.core.$strip>;
|
|
2741
2741
|
shadow: z.ZodObject<{
|
|
2742
2742
|
elevation: z.ZodEnum<{
|
|
2743
|
-
medium: "medium";
|
|
2744
2743
|
none: "none";
|
|
2745
2744
|
low: "low";
|
|
2746
2745
|
high: "high";
|
|
2746
|
+
medium: "medium";
|
|
2747
2747
|
}>;
|
|
2748
2748
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
2749
|
-
soft: "soft";
|
|
2750
2749
|
crisp: "crisp";
|
|
2750
|
+
soft: "soft";
|
|
2751
2751
|
hard: "hard";
|
|
2752
2752
|
}>>;
|
|
2753
2753
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -2757,10 +2757,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2757
2757
|
}, z.core.$strip>;
|
|
2758
2758
|
motion: z.ZodObject<{
|
|
2759
2759
|
level: z.ZodEnum<{
|
|
2760
|
-
|
|
2760
|
+
off: "off";
|
|
2761
2761
|
low: "low";
|
|
2762
2762
|
high: "high";
|
|
2763
|
-
|
|
2763
|
+
medium: "medium";
|
|
2764
2764
|
}>;
|
|
2765
2765
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
2766
2766
|
standard: "standard";
|
|
@@ -2769,10 +2769,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2769
2769
|
}>>;
|
|
2770
2770
|
}, z.core.$strip>;
|
|
2771
2771
|
corners: z.ZodEnum<{
|
|
2772
|
-
|
|
2772
|
+
soft: "soft";
|
|
2773
2773
|
square: "square";
|
|
2774
|
+
rounded: "rounded";
|
|
2774
2775
|
pill: "pill";
|
|
2775
|
-
soft: "soft";
|
|
2776
2776
|
}>;
|
|
2777
2777
|
gradients: z.ZodOptional<z.ZodObject<{
|
|
2778
2778
|
button: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2782,20 +2782,20 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2782
2782
|
layout: z.ZodOptional<z.ZodObject<{
|
|
2783
2783
|
containerPadding: z.ZodOptional<z.ZodObject<{
|
|
2784
2784
|
mobile: z.ZodOptional<z.ZodEnum<{
|
|
2785
|
-
compact: "compact";
|
|
2786
2785
|
default: "default";
|
|
2786
|
+
compact: "compact";
|
|
2787
2787
|
tight: "tight";
|
|
2788
2788
|
relaxed: "relaxed";
|
|
2789
2789
|
}>>;
|
|
2790
2790
|
tablet: z.ZodOptional<z.ZodEnum<{
|
|
2791
|
-
compact: "compact";
|
|
2792
2791
|
default: "default";
|
|
2792
|
+
compact: "compact";
|
|
2793
2793
|
tight: "tight";
|
|
2794
2794
|
relaxed: "relaxed";
|
|
2795
2795
|
}>>;
|
|
2796
2796
|
desktop: z.ZodOptional<z.ZodEnum<{
|
|
2797
|
-
compact: "compact";
|
|
2798
2797
|
default: "default";
|
|
2798
|
+
compact: "compact";
|
|
2799
2799
|
tight: "tight";
|
|
2800
2800
|
relaxed: "relaxed";
|
|
2801
2801
|
}>>;
|
|
@@ -2804,142 +2804,142 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2804
2804
|
hero: z.ZodOptional<z.ZodObject<{
|
|
2805
2805
|
typography: z.ZodOptional<z.ZodObject<{
|
|
2806
2806
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2807
|
-
base: "base";
|
|
2808
|
-
sm: "sm";
|
|
2809
2807
|
lg: "lg";
|
|
2810
2808
|
xl: "xl";
|
|
2809
|
+
sm: "sm";
|
|
2811
2810
|
"2xl": "2xl";
|
|
2811
|
+
base: "base";
|
|
2812
2812
|
"3xl": "3xl";
|
|
2813
2813
|
"4xl": "4xl";
|
|
2814
2814
|
"5xl": "5xl";
|
|
2815
2815
|
"6xl": "6xl";
|
|
2816
2816
|
}>>;
|
|
2817
2817
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2818
|
-
normal: "normal";
|
|
2819
2818
|
tight: "tight";
|
|
2819
|
+
normal: "normal";
|
|
2820
2820
|
relaxed: "relaxed";
|
|
2821
2821
|
snug: "snug";
|
|
2822
2822
|
}>>;
|
|
2823
2823
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2824
|
-
base: "base";
|
|
2825
|
-
sm: "sm";
|
|
2826
2824
|
lg: "lg";
|
|
2827
2825
|
xl: "xl";
|
|
2826
|
+
sm: "sm";
|
|
2828
2827
|
"2xl": "2xl";
|
|
2828
|
+
base: "base";
|
|
2829
2829
|
"3xl": "3xl";
|
|
2830
2830
|
"4xl": "4xl";
|
|
2831
2831
|
"5xl": "5xl";
|
|
2832
2832
|
"6xl": "6xl";
|
|
2833
2833
|
}>>;
|
|
2834
2834
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2835
|
-
normal: "normal";
|
|
2836
2835
|
tight: "tight";
|
|
2836
|
+
normal: "normal";
|
|
2837
2837
|
relaxed: "relaxed";
|
|
2838
2838
|
snug: "snug";
|
|
2839
2839
|
}>>;
|
|
2840
2840
|
microHeadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2841
|
-
base: "base";
|
|
2842
|
-
sm: "sm";
|
|
2843
2841
|
lg: "lg";
|
|
2844
2842
|
xl: "xl";
|
|
2843
|
+
sm: "sm";
|
|
2845
2844
|
"2xl": "2xl";
|
|
2845
|
+
base: "base";
|
|
2846
2846
|
"3xl": "3xl";
|
|
2847
2847
|
"4xl": "4xl";
|
|
2848
2848
|
"5xl": "5xl";
|
|
2849
2849
|
"6xl": "6xl";
|
|
2850
2850
|
}>>;
|
|
2851
2851
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2852
|
-
normal: "normal";
|
|
2853
2852
|
tight: "tight";
|
|
2853
|
+
normal: "normal";
|
|
2854
2854
|
relaxed: "relaxed";
|
|
2855
2855
|
snug: "snug";
|
|
2856
2856
|
}>>;
|
|
2857
2857
|
microSubheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2858
|
-
base: "base";
|
|
2859
|
-
sm: "sm";
|
|
2860
2858
|
lg: "lg";
|
|
2861
2859
|
xl: "xl";
|
|
2860
|
+
sm: "sm";
|
|
2862
2861
|
"2xl": "2xl";
|
|
2862
|
+
base: "base";
|
|
2863
2863
|
"3xl": "3xl";
|
|
2864
2864
|
"4xl": "4xl";
|
|
2865
2865
|
"5xl": "5xl";
|
|
2866
2866
|
"6xl": "6xl";
|
|
2867
2867
|
}>>;
|
|
2868
2868
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2869
|
-
normal: "normal";
|
|
2870
2869
|
tight: "tight";
|
|
2870
|
+
normal: "normal";
|
|
2871
2871
|
relaxed: "relaxed";
|
|
2872
2872
|
snug: "snug";
|
|
2873
2873
|
}>>;
|
|
2874
2874
|
responsive: z.ZodOptional<z.ZodObject<{
|
|
2875
2875
|
tablet: z.ZodOptional<z.ZodObject<{
|
|
2876
2876
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2877
|
-
base: "base";
|
|
2878
|
-
sm: "sm";
|
|
2879
2877
|
lg: "lg";
|
|
2880
2878
|
xl: "xl";
|
|
2879
|
+
sm: "sm";
|
|
2881
2880
|
"2xl": "2xl";
|
|
2881
|
+
base: "base";
|
|
2882
2882
|
"3xl": "3xl";
|
|
2883
2883
|
"4xl": "4xl";
|
|
2884
2884
|
"5xl": "5xl";
|
|
2885
2885
|
"6xl": "6xl";
|
|
2886
2886
|
}>>;
|
|
2887
2887
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2888
|
-
normal: "normal";
|
|
2889
2888
|
tight: "tight";
|
|
2889
|
+
normal: "normal";
|
|
2890
2890
|
relaxed: "relaxed";
|
|
2891
2891
|
snug: "snug";
|
|
2892
2892
|
}>>;
|
|
2893
2893
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2894
|
-
base: "base";
|
|
2895
|
-
sm: "sm";
|
|
2896
2894
|
lg: "lg";
|
|
2897
2895
|
xl: "xl";
|
|
2896
|
+
sm: "sm";
|
|
2898
2897
|
"2xl": "2xl";
|
|
2898
|
+
base: "base";
|
|
2899
2899
|
"3xl": "3xl";
|
|
2900
2900
|
"4xl": "4xl";
|
|
2901
2901
|
"5xl": "5xl";
|
|
2902
2902
|
"6xl": "6xl";
|
|
2903
2903
|
}>>;
|
|
2904
2904
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2905
|
-
normal: "normal";
|
|
2906
2905
|
tight: "tight";
|
|
2906
|
+
normal: "normal";
|
|
2907
2907
|
relaxed: "relaxed";
|
|
2908
2908
|
snug: "snug";
|
|
2909
2909
|
}>>;
|
|
2910
2910
|
}, z.core.$strip>>;
|
|
2911
2911
|
mobile: z.ZodOptional<z.ZodObject<{
|
|
2912
2912
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2913
|
-
base: "base";
|
|
2914
|
-
sm: "sm";
|
|
2915
2913
|
lg: "lg";
|
|
2916
2914
|
xl: "xl";
|
|
2915
|
+
sm: "sm";
|
|
2917
2916
|
"2xl": "2xl";
|
|
2917
|
+
base: "base";
|
|
2918
2918
|
"3xl": "3xl";
|
|
2919
2919
|
"4xl": "4xl";
|
|
2920
2920
|
"5xl": "5xl";
|
|
2921
2921
|
"6xl": "6xl";
|
|
2922
2922
|
}>>;
|
|
2923
2923
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2924
|
-
normal: "normal";
|
|
2925
2924
|
tight: "tight";
|
|
2925
|
+
normal: "normal";
|
|
2926
2926
|
relaxed: "relaxed";
|
|
2927
2927
|
snug: "snug";
|
|
2928
2928
|
}>>;
|
|
2929
2929
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
2930
|
-
base: "base";
|
|
2931
|
-
sm: "sm";
|
|
2932
2930
|
lg: "lg";
|
|
2933
2931
|
xl: "xl";
|
|
2932
|
+
sm: "sm";
|
|
2934
2933
|
"2xl": "2xl";
|
|
2934
|
+
base: "base";
|
|
2935
2935
|
"3xl": "3xl";
|
|
2936
2936
|
"4xl": "4xl";
|
|
2937
2937
|
"5xl": "5xl";
|
|
2938
2938
|
"6xl": "6xl";
|
|
2939
2939
|
}>>;
|
|
2940
2940
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
2941
|
-
normal: "normal";
|
|
2942
2941
|
tight: "tight";
|
|
2942
|
+
normal: "normal";
|
|
2943
2943
|
relaxed: "relaxed";
|
|
2944
2944
|
snug: "snug";
|
|
2945
2945
|
}>>;
|
|
@@ -2956,8 +2956,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
2956
2956
|
editorial: "editorial";
|
|
2957
2957
|
}>;
|
|
2958
2958
|
positioning: z.ZodEnum<{
|
|
2959
|
-
static: "static";
|
|
2960
2959
|
fixed: "fixed";
|
|
2960
|
+
static: "static";
|
|
2961
2961
|
sticky: "sticky";
|
|
2962
2962
|
}>;
|
|
2963
2963
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -3070,67 +3070,67 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3070
3070
|
}, z.core.$strip>>;
|
|
3071
3071
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3072
3072
|
navStyle: z.ZodEnum<{
|
|
3073
|
+
minimal: "minimal";
|
|
3073
3074
|
scale: "scale";
|
|
3074
|
-
solid: "solid";
|
|
3075
3075
|
underline: "underline";
|
|
3076
|
-
|
|
3076
|
+
solid: "solid";
|
|
3077
3077
|
"underline-grow": "underline-grow";
|
|
3078
3078
|
capsule: "capsule";
|
|
3079
3079
|
frosted: "frosted";
|
|
3080
3080
|
}>;
|
|
3081
3081
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3082
3082
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
3083
|
-
medium: "medium";
|
|
3084
3083
|
bold: "bold";
|
|
3085
3084
|
regular: "regular";
|
|
3085
|
+
medium: "medium";
|
|
3086
3086
|
semibold: "semibold";
|
|
3087
3087
|
}>>;
|
|
3088
3088
|
container: z.ZodOptional<z.ZodObject<{
|
|
3089
3089
|
rounded: z.ZodDefault<z.ZodEnum<{
|
|
3090
3090
|
none: "none";
|
|
3091
|
-
sm: "sm";
|
|
3092
3091
|
md: "md";
|
|
3093
3092
|
lg: "lg";
|
|
3094
3093
|
xl: "xl";
|
|
3094
|
+
sm: "sm";
|
|
3095
3095
|
"2xl": "2xl";
|
|
3096
3096
|
}>>;
|
|
3097
3097
|
border: z.ZodDefault<z.ZodBoolean>;
|
|
3098
3098
|
shadow: z.ZodDefault<z.ZodBoolean>;
|
|
3099
3099
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
3100
|
-
sm: "sm";
|
|
3101
3100
|
md: "md";
|
|
3102
3101
|
lg: "lg";
|
|
3102
|
+
sm: "sm";
|
|
3103
3103
|
}>>;
|
|
3104
3104
|
tint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3105
3105
|
opacity: z.ZodDefault<z.ZodNumber>;
|
|
3106
3106
|
}, z.core.$strip>>;
|
|
3107
3107
|
border: z.ZodOptional<z.ZodObject<{
|
|
3108
3108
|
width: z.ZodDefault<z.ZodEnum<{
|
|
3109
|
-
medium: "medium";
|
|
3110
3109
|
none: "none";
|
|
3111
|
-
|
|
3110
|
+
medium: "medium";
|
|
3112
3111
|
thin: "thin";
|
|
3112
|
+
thick: "thick";
|
|
3113
3113
|
hairline: "hairline";
|
|
3114
3114
|
}>>;
|
|
3115
3115
|
style: z.ZodDefault<z.ZodEnum<{
|
|
3116
|
-
dashed: "dashed";
|
|
3117
3116
|
solid: "solid";
|
|
3117
|
+
dashed: "dashed";
|
|
3118
3118
|
}>>;
|
|
3119
3119
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
3120
3120
|
position: z.ZodDefault<z.ZodEnum<{
|
|
3121
3121
|
none: "none";
|
|
3122
|
-
both: "both";
|
|
3123
|
-
top: "top";
|
|
3124
3122
|
bottom: "bottom";
|
|
3123
|
+
top: "top";
|
|
3124
|
+
both: "both";
|
|
3125
3125
|
}>>;
|
|
3126
3126
|
}, z.core.$strip>>;
|
|
3127
3127
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
3128
3128
|
elevation: z.ZodDefault<z.ZodEnum<{
|
|
3129
3129
|
none: "none";
|
|
3130
|
-
sm: "sm";
|
|
3131
3130
|
md: "md";
|
|
3132
3131
|
lg: "lg";
|
|
3133
3132
|
xl: "xl";
|
|
3133
|
+
sm: "sm";
|
|
3134
3134
|
"2xl": "2xl";
|
|
3135
3135
|
}>>;
|
|
3136
3136
|
}, z.core.$strip>>;
|
|
@@ -3140,8 +3140,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3140
3140
|
heading: "heading";
|
|
3141
3141
|
}>>;
|
|
3142
3142
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
3143
|
-
wide: "wide";
|
|
3144
3143
|
normal: "normal";
|
|
3144
|
+
wide: "wide";
|
|
3145
3145
|
wider: "wider";
|
|
3146
3146
|
widest: "widest";
|
|
3147
3147
|
}>>;
|
|
@@ -3150,9 +3150,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3150
3150
|
logoText: z.ZodOptional<z.ZodObject<{
|
|
3151
3151
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
3152
3152
|
mobileMaxWidth: z.ZodOptional<z.ZodEnum<{
|
|
3153
|
-
sm: "sm";
|
|
3154
3153
|
md: "md";
|
|
3155
3154
|
xs: "xs";
|
|
3155
|
+
sm: "sm";
|
|
3156
3156
|
}>>;
|
|
3157
3157
|
hideOnShrink: z.ZodOptional<z.ZodBoolean>;
|
|
3158
3158
|
}, z.core.$strip>>;
|
|
@@ -3174,36 +3174,36 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3174
3174
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
3175
3175
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
3176
3176
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
3177
|
-
base: "base";
|
|
3178
|
-
sm: "sm";
|
|
3179
3177
|
lg: "lg";
|
|
3180
3178
|
xs: "xs";
|
|
3179
|
+
sm: "sm";
|
|
3180
|
+
base: "base";
|
|
3181
3181
|
}>>;
|
|
3182
3182
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
3183
|
-
wide: "wide";
|
|
3184
3183
|
normal: "normal";
|
|
3184
|
+
wide: "wide";
|
|
3185
3185
|
wider: "wider";
|
|
3186
3186
|
widest: "widest";
|
|
3187
3187
|
}>>;
|
|
3188
3188
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3189
3189
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
3190
|
+
default: "default";
|
|
3190
3191
|
none: "none";
|
|
3191
3192
|
compact: "compact";
|
|
3192
|
-
default: "default";
|
|
3193
3193
|
}>>;
|
|
3194
3194
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
3195
|
+
default: "default";
|
|
3195
3196
|
none: "none";
|
|
3196
3197
|
compact: "compact";
|
|
3197
|
-
spacious: "spacious";
|
|
3198
|
-
default: "default";
|
|
3199
3198
|
tight: "tight";
|
|
3200
3199
|
relaxed: "relaxed";
|
|
3200
|
+
spacious: "spacious";
|
|
3201
3201
|
}>>;
|
|
3202
3202
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
3203
3203
|
full: "full";
|
|
3204
3204
|
none: "none";
|
|
3205
|
-
sm: "sm";
|
|
3206
3205
|
md: "md";
|
|
3206
|
+
sm: "sm";
|
|
3207
3207
|
}>>;
|
|
3208
3208
|
effects: z.ZodOptional<z.ZodObject<{
|
|
3209
3209
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3228,26 +3228,26 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3228
3228
|
heading: "heading";
|
|
3229
3229
|
}>>;
|
|
3230
3230
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
3231
|
-
medium: "medium";
|
|
3232
3231
|
bold: "bold";
|
|
3233
3232
|
regular: "regular";
|
|
3233
|
+
medium: "medium";
|
|
3234
3234
|
semibold: "semibold";
|
|
3235
3235
|
}>>;
|
|
3236
3236
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
3237
3237
|
none: "none";
|
|
3238
|
-
capitalize: "capitalize";
|
|
3239
3238
|
uppercase: "uppercase";
|
|
3239
|
+
capitalize: "capitalize";
|
|
3240
3240
|
}>>;
|
|
3241
3241
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
3242
3242
|
name: z.ZodOptional<z.ZodString>;
|
|
3243
3243
|
}, z.core.$strip>>;
|
|
3244
3244
|
ctaGap: z.ZodOptional<z.ZodEnum<{
|
|
3245
|
+
default: "default";
|
|
3245
3246
|
none: "none";
|
|
3246
3247
|
compact: "compact";
|
|
3247
|
-
spacious: "spacious";
|
|
3248
|
-
default: "default";
|
|
3249
3248
|
tight: "tight";
|
|
3250
3249
|
relaxed: "relaxed";
|
|
3250
|
+
spacious: "spacious";
|
|
3251
3251
|
}>>;
|
|
3252
3252
|
dropdownStyle: z.ZodOptional<z.ZodObject<{
|
|
3253
3253
|
background: z.ZodDefault<z.ZodString>;
|
|
@@ -3255,53 +3255,53 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3255
3255
|
borderColor: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
3256
3256
|
shadow: z.ZodDefault<z.ZodEnum<{
|
|
3257
3257
|
none: "none";
|
|
3258
|
-
sm: "sm";
|
|
3259
3258
|
md: "md";
|
|
3260
3259
|
lg: "lg";
|
|
3260
|
+
sm: "sm";
|
|
3261
3261
|
}>>;
|
|
3262
3262
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
3263
3263
|
none: "none";
|
|
3264
|
-
sm: "sm";
|
|
3265
3264
|
md: "md";
|
|
3266
3265
|
lg: "lg";
|
|
3266
|
+
sm: "sm";
|
|
3267
3267
|
}>>;
|
|
3268
3268
|
hoverBackground: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3269
3269
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3270
3270
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
3271
3271
|
none: "none";
|
|
3272
|
-
capitalize: "capitalize";
|
|
3273
3272
|
uppercase: "uppercase";
|
|
3273
|
+
capitalize: "capitalize";
|
|
3274
3274
|
}>>;
|
|
3275
3275
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
3276
|
-
wide: "wide";
|
|
3277
3276
|
normal: "normal";
|
|
3277
|
+
wide: "wide";
|
|
3278
3278
|
wider: "wider";
|
|
3279
3279
|
}>>;
|
|
3280
3280
|
fontWeight: z.ZodOptional<z.ZodEnum<{
|
|
3281
|
-
medium: "medium";
|
|
3282
3281
|
bold: "bold";
|
|
3283
3282
|
regular: "regular";
|
|
3283
|
+
medium: "medium";
|
|
3284
3284
|
semibold: "semibold";
|
|
3285
3285
|
}>>;
|
|
3286
3286
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
3287
|
-
base: "base";
|
|
3288
|
-
sm: "sm";
|
|
3289
3287
|
lg: "lg";
|
|
3290
3288
|
xs: "xs";
|
|
3289
|
+
sm: "sm";
|
|
3290
|
+
base: "base";
|
|
3291
3291
|
}>>;
|
|
3292
3292
|
}, z.core.$strip>>;
|
|
3293
3293
|
}, z.core.$strip>;
|
|
3294
3294
|
footer: z.ZodObject<{
|
|
3295
3295
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
3296
|
-
none: "none";
|
|
3297
|
-
default: "default";
|
|
3298
3296
|
blocks: "blocks";
|
|
3297
|
+
default: "default";
|
|
3298
|
+
none: "none";
|
|
3299
3299
|
"default+blocks": "default+blocks";
|
|
3300
3300
|
}>>;
|
|
3301
3301
|
variant: z.ZodEnum<{
|
|
3302
|
-
columns: "columns";
|
|
3303
3302
|
split: "split";
|
|
3304
3303
|
simple: "simple";
|
|
3304
|
+
columns: "columns";
|
|
3305
3305
|
}>;
|
|
3306
3306
|
maxWidth: z.ZodEnum<{
|
|
3307
3307
|
full: "full";
|
|
@@ -3371,54 +3371,54 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3371
3371
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3372
3372
|
}, z.core.$strip>>;
|
|
3373
3373
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
3374
|
+
minimal: "minimal";
|
|
3374
3375
|
scale: "scale";
|
|
3375
|
-
solid: "solid";
|
|
3376
3376
|
underline: "underline";
|
|
3377
|
-
|
|
3377
|
+
solid: "solid";
|
|
3378
3378
|
"underline-grow": "underline-grow";
|
|
3379
3379
|
capsule: "capsule";
|
|
3380
3380
|
frosted: "frosted";
|
|
3381
3381
|
}>>;
|
|
3382
3382
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3383
3383
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
3384
|
-
medium: "medium";
|
|
3385
3384
|
bold: "bold";
|
|
3386
3385
|
regular: "regular";
|
|
3386
|
+
medium: "medium";
|
|
3387
3387
|
semibold: "semibold";
|
|
3388
3388
|
}>>;
|
|
3389
3389
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
3390
3390
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
3391
3391
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
3392
|
-
base: "base";
|
|
3393
|
-
sm: "sm";
|
|
3394
3392
|
lg: "lg";
|
|
3395
3393
|
xs: "xs";
|
|
3394
|
+
sm: "sm";
|
|
3395
|
+
base: "base";
|
|
3396
3396
|
}>>;
|
|
3397
3397
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
3398
|
-
wide: "wide";
|
|
3399
3398
|
normal: "normal";
|
|
3399
|
+
wide: "wide";
|
|
3400
3400
|
wider: "wider";
|
|
3401
3401
|
widest: "widest";
|
|
3402
3402
|
}>>;
|
|
3403
3403
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3404
3404
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
3405
|
+
default: "default";
|
|
3405
3406
|
none: "none";
|
|
3406
3407
|
compact: "compact";
|
|
3407
|
-
default: "default";
|
|
3408
3408
|
}>>;
|
|
3409
3409
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
3410
|
+
default: "default";
|
|
3410
3411
|
none: "none";
|
|
3411
3412
|
compact: "compact";
|
|
3412
|
-
spacious: "spacious";
|
|
3413
|
-
default: "default";
|
|
3414
3413
|
tight: "tight";
|
|
3415
3414
|
relaxed: "relaxed";
|
|
3415
|
+
spacious: "spacious";
|
|
3416
3416
|
}>>;
|
|
3417
3417
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
3418
3418
|
full: "full";
|
|
3419
3419
|
none: "none";
|
|
3420
|
-
sm: "sm";
|
|
3421
3420
|
md: "md";
|
|
3421
|
+
sm: "sm";
|
|
3422
3422
|
}>>;
|
|
3423
3423
|
effects: z.ZodOptional<z.ZodObject<{
|
|
3424
3424
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3443,15 +3443,15 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3443
3443
|
heading: "heading";
|
|
3444
3444
|
}>>;
|
|
3445
3445
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
3446
|
-
medium: "medium";
|
|
3447
3446
|
bold: "bold";
|
|
3448
3447
|
regular: "regular";
|
|
3448
|
+
medium: "medium";
|
|
3449
3449
|
semibold: "semibold";
|
|
3450
3450
|
}>>;
|
|
3451
3451
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
3452
3452
|
none: "none";
|
|
3453
|
-
capitalize: "capitalize";
|
|
3454
3453
|
uppercase: "uppercase";
|
|
3454
|
+
capitalize: "capitalize";
|
|
3455
3455
|
}>>;
|
|
3456
3456
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
3457
3457
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -3464,31 +3464,31 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3464
3464
|
}, z.core.$strip>>;
|
|
3465
3465
|
navLayout: z.ZodOptional<z.ZodObject<{
|
|
3466
3466
|
layout: z.ZodOptional<z.ZodEnum<{
|
|
3467
|
-
inline: "inline";
|
|
3468
3467
|
stack: "stack";
|
|
3468
|
+
inline: "inline";
|
|
3469
3469
|
"inline-wrap": "inline-wrap";
|
|
3470
3470
|
}>>;
|
|
3471
3471
|
align: z.ZodOptional<z.ZodEnum<{
|
|
3472
|
-
center: "center";
|
|
3473
3472
|
start: "start";
|
|
3473
|
+
center: "center";
|
|
3474
3474
|
end: "end";
|
|
3475
3475
|
"space-between": "space-between";
|
|
3476
3476
|
}>>;
|
|
3477
3477
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
3478
|
+
default: "default";
|
|
3478
3479
|
none: "none";
|
|
3479
3480
|
compact: "compact";
|
|
3480
|
-
spacious: "spacious";
|
|
3481
|
-
default: "default";
|
|
3482
3481
|
tight: "tight";
|
|
3483
3482
|
relaxed: "relaxed";
|
|
3483
|
+
spacious: "spacious";
|
|
3484
3484
|
}>>;
|
|
3485
3485
|
gapY: z.ZodOptional<z.ZodEnum<{
|
|
3486
|
+
default: "default";
|
|
3486
3487
|
none: "none";
|
|
3487
3488
|
compact: "compact";
|
|
3488
|
-
spacious: "spacious";
|
|
3489
|
-
default: "default";
|
|
3490
3489
|
tight: "tight";
|
|
3491
3490
|
relaxed: "relaxed";
|
|
3491
|
+
spacious: "spacious";
|
|
3492
3492
|
}>>;
|
|
3493
3493
|
columns: z.ZodOptional<z.ZodNumber>;
|
|
3494
3494
|
}, z.core.$strip>>;
|
|
@@ -3502,20 +3502,20 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3502
3502
|
below: "below";
|
|
3503
3503
|
}>>;
|
|
3504
3504
|
size: z.ZodOptional<z.ZodEnum<{
|
|
3505
|
-
sm: "sm";
|
|
3506
3505
|
md: "md";
|
|
3507
3506
|
lg: "lg";
|
|
3508
3507
|
xl: "xl";
|
|
3508
|
+
sm: "sm";
|
|
3509
3509
|
}>>;
|
|
3510
3510
|
maxHeight: z.ZodOptional<z.ZodEnum<{
|
|
3511
|
-
sm: "sm";
|
|
3512
3511
|
md: "md";
|
|
3513
3512
|
lg: "lg";
|
|
3514
3513
|
xl: "xl";
|
|
3514
|
+
sm: "sm";
|
|
3515
3515
|
}>>;
|
|
3516
3516
|
align: z.ZodOptional<z.ZodEnum<{
|
|
3517
|
-
center: "center";
|
|
3518
3517
|
start: "start";
|
|
3518
|
+
center: "center";
|
|
3519
3519
|
end: "end";
|
|
3520
3520
|
}>>;
|
|
3521
3521
|
}, z.core.$strip>>;
|
|
@@ -3591,28 +3591,28 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3591
3591
|
right: "right";
|
|
3592
3592
|
}>>;
|
|
3593
3593
|
paddingY: z.ZodOptional<z.ZodEnum<{
|
|
3594
|
+
default: "default";
|
|
3594
3595
|
none: "none";
|
|
3595
3596
|
compact: "compact";
|
|
3596
|
-
spacious: "spacious";
|
|
3597
|
-
default: "default";
|
|
3598
3597
|
tight: "tight";
|
|
3599
3598
|
relaxed: "relaxed";
|
|
3599
|
+
spacious: "spacious";
|
|
3600
3600
|
}>>;
|
|
3601
3601
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
3602
|
+
default: "default";
|
|
3602
3603
|
none: "none";
|
|
3603
3604
|
compact: "compact";
|
|
3604
|
-
spacious: "spacious";
|
|
3605
|
-
default: "default";
|
|
3606
3605
|
tight: "tight";
|
|
3607
3606
|
relaxed: "relaxed";
|
|
3607
|
+
spacious: "spacious";
|
|
3608
3608
|
}>>;
|
|
3609
3609
|
borderTop: z.ZodOptional<z.ZodObject<{
|
|
3610
3610
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3611
3611
|
width: z.ZodOptional<z.ZodEnum<{
|
|
3612
|
-
medium: "medium";
|
|
3613
3612
|
none: "none";
|
|
3614
|
-
|
|
3613
|
+
medium: "medium";
|
|
3615
3614
|
thin: "thin";
|
|
3615
|
+
thick: "thick";
|
|
3616
3616
|
}>>;
|
|
3617
3617
|
}, z.core.$strip>>;
|
|
3618
3618
|
}, z.core.$strip>>;
|
|
@@ -3620,22 +3620,22 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3620
3620
|
buttons: z.ZodOptional<z.ZodObject<{
|
|
3621
3621
|
global: z.ZodObject<{
|
|
3622
3622
|
cornerStyle: z.ZodEnum<{
|
|
3623
|
-
rounded: "rounded";
|
|
3624
3623
|
square: "square";
|
|
3624
|
+
rounded: "rounded";
|
|
3625
3625
|
pill: "pill";
|
|
3626
3626
|
}>;
|
|
3627
3627
|
cornerRadius: z.ZodOptional<z.ZodNumber>;
|
|
3628
3628
|
shadow: z.ZodEnum<{
|
|
3629
|
-
medium: "medium";
|
|
3630
3629
|
none: "none";
|
|
3631
3630
|
low: "low";
|
|
3632
3631
|
high: "high";
|
|
3632
|
+
medium: "medium";
|
|
3633
3633
|
}>;
|
|
3634
3634
|
textTransform: z.ZodEnum<{
|
|
3635
3635
|
none: "none";
|
|
3636
|
+
uppercase: "uppercase";
|
|
3636
3637
|
capitalize: "capitalize";
|
|
3637
3638
|
lowercase: "lowercase";
|
|
3638
|
-
uppercase: "uppercase";
|
|
3639
3639
|
}>;
|
|
3640
3640
|
fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
|
|
3641
3641
|
borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
@@ -3645,15 +3645,15 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3645
3645
|
}>>;
|
|
3646
3646
|
fontSize: z.ZodOptional<z.ZodString>;
|
|
3647
3647
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
3648
|
+
tight: "tight";
|
|
3648
3649
|
normal: "normal";
|
|
3649
3650
|
loose: "loose";
|
|
3650
|
-
tight: "tight";
|
|
3651
3651
|
}>>;
|
|
3652
3652
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
3653
3653
|
paddingPreset: z.ZodOptional<z.ZodEnum<{
|
|
3654
|
+
default: "default";
|
|
3654
3655
|
compact: "compact";
|
|
3655
3656
|
spacious: "spacious";
|
|
3656
|
-
default: "default";
|
|
3657
3657
|
}>>;
|
|
3658
3658
|
hoverTransform: z.ZodEnum<{
|
|
3659
3659
|
none: "none";
|
|
@@ -3664,8 +3664,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3664
3664
|
hoverColor: z.ZodEnum<{
|
|
3665
3665
|
none: "none";
|
|
3666
3666
|
token: "token";
|
|
3667
|
-
darken: "darken";
|
|
3668
3667
|
brighten: "brighten";
|
|
3668
|
+
darken: "darken";
|
|
3669
3669
|
saturate: "saturate";
|
|
3670
3670
|
}>;
|
|
3671
3671
|
hoverColorToken: z.ZodOptional<z.ZodString>;
|
|
@@ -3677,8 +3677,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3677
3677
|
gradientAngle: z.ZodOptional<z.ZodNumber>;
|
|
3678
3678
|
gradientSharpness: z.ZodOptional<z.ZodEnum<{
|
|
3679
3679
|
medium: "medium";
|
|
3680
|
-
smooth: "smooth";
|
|
3681
3680
|
hard: "hard";
|
|
3681
|
+
smooth: "smooth";
|
|
3682
3682
|
}>>;
|
|
3683
3683
|
}, z.core.$strip>;
|
|
3684
3684
|
variants: z.ZodArray<z.ZodObject<{
|
|
@@ -3709,14 +3709,14 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3709
3709
|
borderRadius: z.ZodOptional<z.ZodString>;
|
|
3710
3710
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
3711
3711
|
elevation: z.ZodEnum<{
|
|
3712
|
-
medium: "medium";
|
|
3713
3712
|
none: "none";
|
|
3714
3713
|
low: "low";
|
|
3715
3714
|
high: "high";
|
|
3715
|
+
medium: "medium";
|
|
3716
3716
|
}>;
|
|
3717
3717
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
3718
|
-
soft: "soft";
|
|
3719
3718
|
crisp: "crisp";
|
|
3719
|
+
soft: "soft";
|
|
3720
3720
|
hard: "hard";
|
|
3721
3721
|
}>>;
|
|
3722
3722
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -3846,23 +3846,23 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3846
3846
|
type: z.ZodLiteral<"transparent">;
|
|
3847
3847
|
}, z.core.$strip>], "type">;
|
|
3848
3848
|
spacing: z.ZodEnum<{
|
|
3849
|
-
medium: "medium";
|
|
3850
3849
|
none: "none";
|
|
3851
3850
|
compact: "compact";
|
|
3852
|
-
|
|
3853
|
-
comfortable: "comfortable";
|
|
3851
|
+
medium: "medium";
|
|
3854
3852
|
spacious: "spacious";
|
|
3853
|
+
comfortable: "comfortable";
|
|
3854
|
+
cozy: "cozy";
|
|
3855
3855
|
}>;
|
|
3856
3856
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
3857
3857
|
elevation: z.ZodEnum<{
|
|
3858
|
-
medium: "medium";
|
|
3859
3858
|
none: "none";
|
|
3860
3859
|
low: "low";
|
|
3861
3860
|
high: "high";
|
|
3861
|
+
medium: "medium";
|
|
3862
3862
|
}>;
|
|
3863
3863
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
3864
|
-
soft: "soft";
|
|
3865
3864
|
crisp: "crisp";
|
|
3865
|
+
soft: "soft";
|
|
3866
3866
|
hard: "hard";
|
|
3867
3867
|
}>>;
|
|
3868
3868
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -3871,10 +3871,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3871
3871
|
}>>;
|
|
3872
3872
|
}, z.core.$strip>>;
|
|
3873
3873
|
corners: z.ZodOptional<z.ZodEnum<{
|
|
3874
|
-
|
|
3874
|
+
soft: "soft";
|
|
3875
3875
|
square: "square";
|
|
3876
|
+
rounded: "rounded";
|
|
3876
3877
|
pill: "pill";
|
|
3877
|
-
soft: "soft";
|
|
3878
3878
|
}>>;
|
|
3879
3879
|
border: z.ZodOptional<z.ZodObject<{
|
|
3880
3880
|
widthClass: z.ZodString;
|
|
@@ -3888,18 +3888,18 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3888
3888
|
colorToken: z.ZodString;
|
|
3889
3889
|
}, z.core.$strip>;
|
|
3890
3890
|
spacing: z.ZodEnum<{
|
|
3891
|
-
medium: "medium";
|
|
3892
3891
|
none: "none";
|
|
3893
3892
|
compact: "compact";
|
|
3894
|
-
|
|
3895
|
-
comfortable: "comfortable";
|
|
3893
|
+
medium: "medium";
|
|
3896
3894
|
spacious: "spacious";
|
|
3895
|
+
comfortable: "comfortable";
|
|
3896
|
+
cozy: "cozy";
|
|
3897
3897
|
}>;
|
|
3898
3898
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
3899
|
-
|
|
3899
|
+
soft: "soft";
|
|
3900
3900
|
square: "square";
|
|
3901
|
+
rounded: "rounded";
|
|
3901
3902
|
pill: "pill";
|
|
3902
|
-
soft: "soft";
|
|
3903
3903
|
}>>;
|
|
3904
3904
|
border: z.ZodNullable<z.ZodObject<{
|
|
3905
3905
|
widthClass: z.ZodString;
|
|
@@ -3907,14 +3907,14 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3907
3907
|
}, z.core.$strip>>;
|
|
3908
3908
|
shadow: z.ZodNullable<z.ZodObject<{
|
|
3909
3909
|
elevation: z.ZodEnum<{
|
|
3910
|
-
medium: "medium";
|
|
3911
3910
|
none: "none";
|
|
3912
3911
|
low: "low";
|
|
3913
3912
|
high: "high";
|
|
3913
|
+
medium: "medium";
|
|
3914
3914
|
}>;
|
|
3915
3915
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
3916
|
-
soft: "soft";
|
|
3917
3916
|
crisp: "crisp";
|
|
3917
|
+
soft: "soft";
|
|
3918
3918
|
hard: "hard";
|
|
3919
3919
|
}>>;
|
|
3920
3920
|
position: z.ZodEnum<{
|
|
@@ -3924,9 +3924,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3924
3924
|
}, z.core.$strip>>;
|
|
3925
3925
|
icon: z.ZodObject<{
|
|
3926
3926
|
style: z.ZodEnum<{
|
|
3927
|
-
caret: "caret";
|
|
3928
3927
|
"plus-minus": "plus-minus";
|
|
3929
3928
|
chevron: "chevron";
|
|
3929
|
+
caret: "caret";
|
|
3930
3930
|
arrow: "arrow";
|
|
3931
3931
|
"circle-plus-minus": "circle-plus-minus";
|
|
3932
3932
|
}>;
|
|
@@ -3935,17 +3935,17 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3935
3935
|
right: "right";
|
|
3936
3936
|
}>;
|
|
3937
3937
|
size: z.ZodEnum<{
|
|
3938
|
-
sm: "sm";
|
|
3939
3938
|
md: "md";
|
|
3940
3939
|
lg: "lg";
|
|
3940
|
+
sm: "sm";
|
|
3941
3941
|
}>;
|
|
3942
3942
|
}, z.core.$strip>;
|
|
3943
3943
|
trigger: z.ZodObject<{
|
|
3944
3944
|
textColorToken: z.ZodString;
|
|
3945
3945
|
fontWeight: z.ZodNullable<z.ZodEnum<{
|
|
3946
|
-
medium: "medium";
|
|
3947
3946
|
bold: "bold";
|
|
3948
3947
|
regular: "regular";
|
|
3948
|
+
medium: "medium";
|
|
3949
3949
|
semibold: "semibold";
|
|
3950
3950
|
}>>;
|
|
3951
3951
|
}, z.core.$strip>;
|
|
@@ -3976,59 +3976,59 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3976
3976
|
}>>;
|
|
3977
3977
|
}, z.core.$strip>;
|
|
3978
3978
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
3979
|
-
|
|
3979
|
+
soft: "soft";
|
|
3980
3980
|
square: "square";
|
|
3981
|
+
rounded: "rounded";
|
|
3981
3982
|
pill: "pill";
|
|
3982
|
-
soft: "soft";
|
|
3983
3983
|
}>>;
|
|
3984
3984
|
shadow: z.ZodNullable<z.ZodObject<{
|
|
3985
3985
|
elevation: z.ZodEnum<{
|
|
3986
|
-
medium: "medium";
|
|
3987
3986
|
none: "none";
|
|
3988
3987
|
low: "low";
|
|
3988
|
+
medium: "medium";
|
|
3989
3989
|
}>;
|
|
3990
3990
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
3991
|
-
soft: "soft";
|
|
3992
3991
|
crisp: "crisp";
|
|
3992
|
+
soft: "soft";
|
|
3993
3993
|
hard: "hard";
|
|
3994
3994
|
}>>;
|
|
3995
3995
|
}, z.core.$strip>>;
|
|
3996
3996
|
spacing: z.ZodEnum<{
|
|
3997
|
-
medium: "medium";
|
|
3998
3997
|
compact: "compact";
|
|
3999
|
-
|
|
3998
|
+
medium: "medium";
|
|
4000
3999
|
comfortable: "comfortable";
|
|
4000
|
+
cozy: "cozy";
|
|
4001
4001
|
}>;
|
|
4002
4002
|
fontSize: z.ZodEnum<{
|
|
4003
|
-
base: "base";
|
|
4004
|
-
sm: "sm";
|
|
4005
4003
|
lg: "lg";
|
|
4004
|
+
sm: "sm";
|
|
4005
|
+
base: "base";
|
|
4006
4006
|
}>;
|
|
4007
4007
|
}, z.core.$strip>;
|
|
4008
4008
|
label: z.ZodObject<{
|
|
4009
4009
|
textColorToken: z.ZodString;
|
|
4010
4010
|
fontWeight: z.ZodEnum<{
|
|
4011
|
-
medium: "medium";
|
|
4012
4011
|
bold: "bold";
|
|
4013
|
-
black: "black";
|
|
4014
4012
|
regular: "regular";
|
|
4013
|
+
medium: "medium";
|
|
4015
4014
|
semibold: "semibold";
|
|
4015
|
+
black: "black";
|
|
4016
4016
|
}>;
|
|
4017
4017
|
fontSize: z.ZodEnum<{
|
|
4018
|
-
|
|
4018
|
+
xs: "xs";
|
|
4019
4019
|
sm: "sm";
|
|
4020
|
+
base: "base";
|
|
4020
4021
|
"2xs": "2xs";
|
|
4021
|
-
xs: "xs";
|
|
4022
4022
|
}>;
|
|
4023
4023
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
4024
4024
|
none: "none";
|
|
4025
|
+
uppercase: "uppercase";
|
|
4025
4026
|
capitalize: "capitalize";
|
|
4026
4027
|
lowercase: "lowercase";
|
|
4027
|
-
uppercase: "uppercase";
|
|
4028
4028
|
}>>;
|
|
4029
4029
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
4030
|
-
wide: "wide";
|
|
4031
4030
|
normal: "normal";
|
|
4031
|
+
wide: "wide";
|
|
4032
4032
|
wider: "wider";
|
|
4033
4033
|
widest: "widest";
|
|
4034
4034
|
}>>;
|
|
@@ -4056,14 +4056,14 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4056
4056
|
}, z.core.$strip>>;
|
|
4057
4057
|
inputStyle: z.ZodOptional<z.ZodObject<{
|
|
4058
4058
|
shape: z.ZodEnum<{
|
|
4059
|
-
|
|
4059
|
+
soft: "soft";
|
|
4060
4060
|
square: "square";
|
|
4061
|
+
rounded: "rounded";
|
|
4061
4062
|
pill: "pill";
|
|
4062
|
-
soft: "soft";
|
|
4063
4063
|
}>;
|
|
4064
4064
|
border: z.ZodEnum<{
|
|
4065
|
-
underline: "underline";
|
|
4066
4065
|
subtle: "subtle";
|
|
4066
|
+
underline: "underline";
|
|
4067
4067
|
defined: "defined";
|
|
4068
4068
|
}>;
|
|
4069
4069
|
focus: z.ZodEnum<{
|
|
@@ -4072,8 +4072,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4072
4072
|
ring: "ring";
|
|
4073
4073
|
}>;
|
|
4074
4074
|
label: z.ZodEnum<{
|
|
4075
|
-
inside: "inside";
|
|
4076
4075
|
above: "above";
|
|
4076
|
+
inside: "inside";
|
|
4077
4077
|
}>;
|
|
4078
4078
|
}, z.core.$strip>>;
|
|
4079
4079
|
blockCustomVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -4086,22 +4086,22 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4086
4086
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
4087
4087
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
4088
4088
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
4089
|
-
dashed: "dashed";
|
|
4090
|
-
dotted: "dotted";
|
|
4091
4089
|
solid: "solid";
|
|
4090
|
+
dotted: "dotted";
|
|
4091
|
+
dashed: "dashed";
|
|
4092
4092
|
}>>;
|
|
4093
4093
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
4094
4094
|
medium: "medium";
|
|
4095
4095
|
auto: "auto";
|
|
4096
|
-
thick: "thick";
|
|
4097
|
-
thin: "thin";
|
|
4098
4096
|
fromFont: "fromFont";
|
|
4097
|
+
thin: "thin";
|
|
4098
|
+
thick: "thick";
|
|
4099
4099
|
}>>;
|
|
4100
4100
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
4101
|
-
|
|
4101
|
+
tight: "tight";
|
|
4102
4102
|
normal: "normal";
|
|
4103
4103
|
loose: "loose";
|
|
4104
|
-
|
|
4104
|
+
auto: "auto";
|
|
4105
4105
|
}>>;
|
|
4106
4106
|
}, z.core.$strip>>;
|
|
4107
4107
|
}, z.core.$strip>>;
|
|
@@ -4158,9 +4158,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4158
4158
|
}, z.core.$strip>>>;
|
|
4159
4159
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4160
4160
|
fill: "fill";
|
|
4161
|
+
custom: "custom";
|
|
4161
4162
|
fit: "fit";
|
|
4162
4163
|
original: "original";
|
|
4163
|
-
custom: "custom";
|
|
4164
4164
|
}>>>;
|
|
4165
4165
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4166
4166
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4179,12 +4179,12 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4179
4179
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4180
4180
|
}, z.core.$strip>>>;
|
|
4181
4181
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4182
|
-
medium: "medium";
|
|
4183
4182
|
none: "none";
|
|
4184
4183
|
compact: "compact";
|
|
4185
|
-
|
|
4186
|
-
comfortable: "comfortable";
|
|
4184
|
+
medium: "medium";
|
|
4187
4185
|
spacious: "spacious";
|
|
4186
|
+
comfortable: "comfortable";
|
|
4187
|
+
cozy: "cozy";
|
|
4188
4188
|
}>>>;
|
|
4189
4189
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4190
4190
|
none: "none";
|
|
@@ -4244,9 +4244,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4244
4244
|
}, z.core.$strip>>>;
|
|
4245
4245
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4246
4246
|
fill: "fill";
|
|
4247
|
+
custom: "custom";
|
|
4247
4248
|
fit: "fit";
|
|
4248
4249
|
original: "original";
|
|
4249
|
-
custom: "custom";
|
|
4250
4250
|
}>>>;
|
|
4251
4251
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4252
4252
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4265,21 +4265,21 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4265
4265
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4266
4266
|
}, z.core.$strip>>>;
|
|
4267
4267
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4268
|
-
medium: "medium";
|
|
4269
4268
|
none: "none";
|
|
4270
4269
|
compact: "compact";
|
|
4271
|
-
|
|
4272
|
-
comfortable: "comfortable";
|
|
4270
|
+
medium: "medium";
|
|
4273
4271
|
spacious: "spacious";
|
|
4272
|
+
comfortable: "comfortable";
|
|
4273
|
+
cozy: "cozy";
|
|
4274
4274
|
}>>>;
|
|
4275
4275
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
4276
4276
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4277
4277
|
full: "full";
|
|
4278
4278
|
none: "none";
|
|
4279
|
-
sm: "sm";
|
|
4280
4279
|
md: "md";
|
|
4281
4280
|
lg: "lg";
|
|
4282
4281
|
xl: "xl";
|
|
4282
|
+
sm: "sm";
|
|
4283
4283
|
"2xl": "2xl";
|
|
4284
4284
|
}>>>;
|
|
4285
4285
|
fullWidth: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -4336,9 +4336,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4336
4336
|
}, z.core.$strip>>>;
|
|
4337
4337
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4338
4338
|
fill: "fill";
|
|
4339
|
+
custom: "custom";
|
|
4339
4340
|
fit: "fit";
|
|
4340
4341
|
original: "original";
|
|
4341
|
-
custom: "custom";
|
|
4342
4342
|
}>>>;
|
|
4343
4343
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4344
4344
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4367,21 +4367,21 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4367
4367
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4368
4368
|
}, z.core.$strip>>>;
|
|
4369
4369
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4370
|
-
medium: "medium";
|
|
4371
4370
|
none: "none";
|
|
4372
4371
|
compact: "compact";
|
|
4373
|
-
|
|
4374
|
-
comfortable: "comfortable";
|
|
4372
|
+
medium: "medium";
|
|
4375
4373
|
spacious: "spacious";
|
|
4374
|
+
comfortable: "comfortable";
|
|
4375
|
+
cozy: "cozy";
|
|
4376
4376
|
}>>>;
|
|
4377
4377
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
4378
4378
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4379
4379
|
full: "full";
|
|
4380
4380
|
none: "none";
|
|
4381
|
-
sm: "sm";
|
|
4382
4381
|
md: "md";
|
|
4383
4382
|
lg: "lg";
|
|
4384
4383
|
xl: "xl";
|
|
4384
|
+
sm: "sm";
|
|
4385
4385
|
"2xl": "2xl";
|
|
4386
4386
|
}>>>;
|
|
4387
4387
|
}, z.core.$strip>>>;
|
|
@@ -4442,28 +4442,28 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4442
4442
|
siteStyleId: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<import("./site-styles").SiteStyleId, string>>>;
|
|
4443
4443
|
axes: z.ZodObject<{
|
|
4444
4444
|
tone: z.ZodEnum<{
|
|
4445
|
-
classic: "classic";
|
|
4446
4445
|
bold: "bold";
|
|
4447
4446
|
minimal: "minimal";
|
|
4447
|
+
classic: "classic";
|
|
4448
4448
|
}>;
|
|
4449
4449
|
energy: z.ZodEnum<{
|
|
4450
4450
|
calm: "calm";
|
|
4451
4451
|
vibrant: "vibrant";
|
|
4452
4452
|
}>;
|
|
4453
4453
|
density: z.ZodEnum<{
|
|
4454
|
-
compact: "compact";
|
|
4455
|
-
regular: "regular";
|
|
4456
4454
|
airy: "airy";
|
|
4455
|
+
regular: "regular";
|
|
4456
|
+
compact: "compact";
|
|
4457
4457
|
}>;
|
|
4458
4458
|
mediaBias: z.ZodEnum<{
|
|
4459
|
-
media: "media";
|
|
4460
|
-
text: "text";
|
|
4461
4459
|
mixed: "mixed";
|
|
4460
|
+
text: "text";
|
|
4461
|
+
media: "media";
|
|
4462
4462
|
}>;
|
|
4463
4463
|
conversionBias: z.ZodEnum<{
|
|
4464
4464
|
low: "low";
|
|
4465
|
-
high: "high";
|
|
4466
4465
|
med: "med";
|
|
4466
|
+
high: "high";
|
|
4467
4467
|
}>;
|
|
4468
4468
|
motion: z.ZodEnum<{
|
|
4469
4469
|
standard: "standard";
|
|
@@ -4478,8 +4478,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4478
4478
|
}, z.core.$strip>>;
|
|
4479
4479
|
meta: z.ZodObject<{
|
|
4480
4480
|
mode: z.ZodEnum<{
|
|
4481
|
-
dark: "dark";
|
|
4482
4481
|
light: "light";
|
|
4482
|
+
dark: "dark";
|
|
4483
4483
|
}>;
|
|
4484
4484
|
}, z.core.$strip>;
|
|
4485
4485
|
}, z.core.$strip>;
|
|
@@ -4487,16 +4487,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4487
4487
|
body: z.ZodObject<{
|
|
4488
4488
|
family: z.ZodString;
|
|
4489
4489
|
weight: z.ZodEnum<{
|
|
4490
|
-
medium: "medium";
|
|
4491
4490
|
bold: "bold";
|
|
4492
|
-
light: "light";
|
|
4493
4491
|
regular: "regular";
|
|
4492
|
+
light: "light";
|
|
4493
|
+
medium: "medium";
|
|
4494
4494
|
semibold: "semibold";
|
|
4495
4495
|
}>;
|
|
4496
4496
|
letterSpacing: z.ZodEnum<{
|
|
4497
|
+
tight: "tight";
|
|
4497
4498
|
normal: "normal";
|
|
4498
4499
|
loose: "loose";
|
|
4499
|
-
tight: "tight";
|
|
4500
4500
|
}>;
|
|
4501
4501
|
lineHeight: z.ZodEnum<{
|
|
4502
4502
|
normal: "normal";
|
|
@@ -4513,16 +4513,16 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4513
4513
|
default: z.ZodObject<{
|
|
4514
4514
|
family: z.ZodString;
|
|
4515
4515
|
weight: z.ZodEnum<{
|
|
4516
|
-
medium: "medium";
|
|
4517
4516
|
bold: "bold";
|
|
4518
|
-
light: "light";
|
|
4519
4517
|
regular: "regular";
|
|
4518
|
+
light: "light";
|
|
4519
|
+
medium: "medium";
|
|
4520
4520
|
semibold: "semibold";
|
|
4521
4521
|
}>;
|
|
4522
4522
|
letterSpacing: z.ZodEnum<{
|
|
4523
|
+
tight: "tight";
|
|
4523
4524
|
normal: "normal";
|
|
4524
4525
|
loose: "loose";
|
|
4525
|
-
tight: "tight";
|
|
4526
4526
|
}>;
|
|
4527
4527
|
lineHeight: z.ZodEnum<{
|
|
4528
4528
|
normal: "normal";
|
|
@@ -4539,24 +4539,24 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4539
4539
|
}, z.core.$strip>;
|
|
4540
4540
|
h1: z.ZodObject<{
|
|
4541
4541
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4542
|
-
medium: "medium";
|
|
4543
4542
|
bold: "bold";
|
|
4544
|
-
light: "light";
|
|
4545
4543
|
regular: "regular";
|
|
4544
|
+
light: "light";
|
|
4545
|
+
medium: "medium";
|
|
4546
4546
|
semibold: "semibold";
|
|
4547
4547
|
}>>>;
|
|
4548
4548
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4549
|
+
tight: "tight";
|
|
4549
4550
|
normal: "normal";
|
|
4550
4551
|
loose: "loose";
|
|
4551
|
-
tight: "tight";
|
|
4552
4552
|
}>>>;
|
|
4553
4553
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4554
|
-
sm: "sm";
|
|
4555
4554
|
md: "md";
|
|
4556
4555
|
lg: "lg";
|
|
4557
4556
|
xl: "xl";
|
|
4558
|
-
"2xl": "2xl";
|
|
4559
4557
|
xs: "xs";
|
|
4558
|
+
sm: "sm";
|
|
4559
|
+
"2xl": "2xl";
|
|
4560
4560
|
}>>>;
|
|
4561
4561
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4562
4562
|
normal: "normal";
|
|
@@ -4568,24 +4568,24 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4568
4568
|
}, z.core.$strip>;
|
|
4569
4569
|
h2: z.ZodObject<{
|
|
4570
4570
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4571
|
-
medium: "medium";
|
|
4572
4571
|
bold: "bold";
|
|
4573
|
-
light: "light";
|
|
4574
4572
|
regular: "regular";
|
|
4573
|
+
light: "light";
|
|
4574
|
+
medium: "medium";
|
|
4575
4575
|
semibold: "semibold";
|
|
4576
4576
|
}>>>;
|
|
4577
4577
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4578
|
+
tight: "tight";
|
|
4578
4579
|
normal: "normal";
|
|
4579
4580
|
loose: "loose";
|
|
4580
|
-
tight: "tight";
|
|
4581
4581
|
}>>>;
|
|
4582
4582
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4583
|
-
sm: "sm";
|
|
4584
4583
|
md: "md";
|
|
4585
4584
|
lg: "lg";
|
|
4586
4585
|
xl: "xl";
|
|
4587
|
-
"2xl": "2xl";
|
|
4588
4586
|
xs: "xs";
|
|
4587
|
+
sm: "sm";
|
|
4588
|
+
"2xl": "2xl";
|
|
4589
4589
|
}>>>;
|
|
4590
4590
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4591
4591
|
normal: "normal";
|
|
@@ -4597,24 +4597,24 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4597
4597
|
}, z.core.$strip>;
|
|
4598
4598
|
h3: z.ZodObject<{
|
|
4599
4599
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4600
|
-
medium: "medium";
|
|
4601
4600
|
bold: "bold";
|
|
4602
|
-
light: "light";
|
|
4603
4601
|
regular: "regular";
|
|
4602
|
+
light: "light";
|
|
4603
|
+
medium: "medium";
|
|
4604
4604
|
semibold: "semibold";
|
|
4605
4605
|
}>>>;
|
|
4606
4606
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4607
|
+
tight: "tight";
|
|
4607
4608
|
normal: "normal";
|
|
4608
4609
|
loose: "loose";
|
|
4609
|
-
tight: "tight";
|
|
4610
4610
|
}>>>;
|
|
4611
4611
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4612
|
-
sm: "sm";
|
|
4613
4612
|
md: "md";
|
|
4614
4613
|
lg: "lg";
|
|
4615
4614
|
xl: "xl";
|
|
4616
|
-
"2xl": "2xl";
|
|
4617
4615
|
xs: "xs";
|
|
4616
|
+
sm: "sm";
|
|
4617
|
+
"2xl": "2xl";
|
|
4618
4618
|
}>>>;
|
|
4619
4619
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4620
4620
|
normal: "normal";
|
|
@@ -4626,24 +4626,24 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4626
4626
|
}, z.core.$strip>;
|
|
4627
4627
|
h4: z.ZodOptional<z.ZodObject<{
|
|
4628
4628
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4629
|
-
medium: "medium";
|
|
4630
4629
|
bold: "bold";
|
|
4631
|
-
light: "light";
|
|
4632
4630
|
regular: "regular";
|
|
4631
|
+
light: "light";
|
|
4632
|
+
medium: "medium";
|
|
4633
4633
|
semibold: "semibold";
|
|
4634
4634
|
}>>>;
|
|
4635
4635
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4636
|
+
tight: "tight";
|
|
4636
4637
|
normal: "normal";
|
|
4637
4638
|
loose: "loose";
|
|
4638
|
-
tight: "tight";
|
|
4639
4639
|
}>>>;
|
|
4640
4640
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4641
|
-
sm: "sm";
|
|
4642
4641
|
md: "md";
|
|
4643
4642
|
lg: "lg";
|
|
4644
4643
|
xl: "xl";
|
|
4645
|
-
"2xl": "2xl";
|
|
4646
4644
|
xs: "xs";
|
|
4645
|
+
sm: "sm";
|
|
4646
|
+
"2xl": "2xl";
|
|
4647
4647
|
}>>>;
|
|
4648
4648
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4649
4649
|
normal: "normal";
|
|
@@ -4655,24 +4655,24 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4655
4655
|
}, z.core.$strip>>;
|
|
4656
4656
|
h5: z.ZodOptional<z.ZodObject<{
|
|
4657
4657
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4658
|
-
medium: "medium";
|
|
4659
4658
|
bold: "bold";
|
|
4660
|
-
light: "light";
|
|
4661
4659
|
regular: "regular";
|
|
4660
|
+
light: "light";
|
|
4661
|
+
medium: "medium";
|
|
4662
4662
|
semibold: "semibold";
|
|
4663
4663
|
}>>>;
|
|
4664
4664
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4665
|
+
tight: "tight";
|
|
4665
4666
|
normal: "normal";
|
|
4666
4667
|
loose: "loose";
|
|
4667
|
-
tight: "tight";
|
|
4668
4668
|
}>>>;
|
|
4669
4669
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4670
|
-
sm: "sm";
|
|
4671
4670
|
md: "md";
|
|
4672
4671
|
lg: "lg";
|
|
4673
4672
|
xl: "xl";
|
|
4674
|
-
"2xl": "2xl";
|
|
4675
4673
|
xs: "xs";
|
|
4674
|
+
sm: "sm";
|
|
4675
|
+
"2xl": "2xl";
|
|
4676
4676
|
}>>>;
|
|
4677
4677
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4678
4678
|
normal: "normal";
|
|
@@ -4684,24 +4684,24 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4684
4684
|
}, z.core.$strip>>;
|
|
4685
4685
|
h6: z.ZodOptional<z.ZodObject<{
|
|
4686
4686
|
weight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4687
|
-
medium: "medium";
|
|
4688
4687
|
bold: "bold";
|
|
4689
|
-
light: "light";
|
|
4690
4688
|
regular: "regular";
|
|
4689
|
+
light: "light";
|
|
4690
|
+
medium: "medium";
|
|
4691
4691
|
semibold: "semibold";
|
|
4692
4692
|
}>>>;
|
|
4693
4693
|
letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4694
|
+
tight: "tight";
|
|
4694
4695
|
normal: "normal";
|
|
4695
4696
|
loose: "loose";
|
|
4696
|
-
tight: "tight";
|
|
4697
4697
|
}>>>;
|
|
4698
4698
|
size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4699
|
-
sm: "sm";
|
|
4700
4699
|
md: "md";
|
|
4701
4700
|
lg: "lg";
|
|
4702
4701
|
xl: "xl";
|
|
4703
|
-
"2xl": "2xl";
|
|
4704
4702
|
xs: "xs";
|
|
4703
|
+
sm: "sm";
|
|
4704
|
+
"2xl": "2xl";
|
|
4705
4705
|
}>>>;
|
|
4706
4706
|
lineHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4707
4707
|
normal: "normal";
|
|
@@ -4714,8 +4714,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4714
4714
|
}, z.core.$strip>;
|
|
4715
4715
|
scale: z.ZodEnum<{
|
|
4716
4716
|
compact: "compact";
|
|
4717
|
-
spacious: "spacious";
|
|
4718
4717
|
balanced: "balanced";
|
|
4718
|
+
spacious: "spacious";
|
|
4719
4719
|
minorThird: "minorThird";
|
|
4720
4720
|
majorThird: "majorThird";
|
|
4721
4721
|
perfectFourth: "perfectFourth";
|
|
@@ -4727,22 +4727,22 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4727
4727
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
4728
4728
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
4729
4729
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
4730
|
-
dashed: "dashed";
|
|
4731
|
-
dotted: "dotted";
|
|
4732
4730
|
solid: "solid";
|
|
4731
|
+
dotted: "dotted";
|
|
4732
|
+
dashed: "dashed";
|
|
4733
4733
|
}>>;
|
|
4734
4734
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
4735
4735
|
medium: "medium";
|
|
4736
4736
|
auto: "auto";
|
|
4737
|
-
thick: "thick";
|
|
4738
|
-
thin: "thin";
|
|
4739
4737
|
fromFont: "fromFont";
|
|
4738
|
+
thin: "thin";
|
|
4739
|
+
thick: "thick";
|
|
4740
4740
|
}>>;
|
|
4741
4741
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
4742
|
-
|
|
4742
|
+
tight: "tight";
|
|
4743
4743
|
normal: "normal";
|
|
4744
4744
|
loose: "loose";
|
|
4745
|
-
|
|
4745
|
+
auto: "auto";
|
|
4746
4746
|
}>>;
|
|
4747
4747
|
}, z.core.$strip>>;
|
|
4748
4748
|
}, z.core.$strip>;
|
|
@@ -4754,25 +4754,25 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4754
4754
|
border: z.ZodObject<{
|
|
4755
4755
|
width: z.ZodEnum<{
|
|
4756
4756
|
none: "none";
|
|
4757
|
-
thick: "thick";
|
|
4758
4757
|
thin: "thin";
|
|
4758
|
+
thick: "thick";
|
|
4759
4759
|
hairline: "hairline";
|
|
4760
4760
|
}>;
|
|
4761
4761
|
style: z.ZodEnum<{
|
|
4762
|
-
dashed: "dashed";
|
|
4763
4762
|
solid: "solid";
|
|
4763
|
+
dashed: "dashed";
|
|
4764
4764
|
}>;
|
|
4765
4765
|
}, z.core.$strip>;
|
|
4766
4766
|
shadow: z.ZodObject<{
|
|
4767
4767
|
elevation: z.ZodEnum<{
|
|
4768
|
-
medium: "medium";
|
|
4769
4768
|
none: "none";
|
|
4770
4769
|
low: "low";
|
|
4771
4770
|
high: "high";
|
|
4771
|
+
medium: "medium";
|
|
4772
4772
|
}>;
|
|
4773
4773
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
4774
|
-
soft: "soft";
|
|
4775
4774
|
crisp: "crisp";
|
|
4775
|
+
soft: "soft";
|
|
4776
4776
|
hard: "hard";
|
|
4777
4777
|
}>>;
|
|
4778
4778
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -4782,10 +4782,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4782
4782
|
}, z.core.$strip>;
|
|
4783
4783
|
motion: z.ZodObject<{
|
|
4784
4784
|
level: z.ZodEnum<{
|
|
4785
|
-
|
|
4785
|
+
off: "off";
|
|
4786
4786
|
low: "low";
|
|
4787
4787
|
high: "high";
|
|
4788
|
-
|
|
4788
|
+
medium: "medium";
|
|
4789
4789
|
}>;
|
|
4790
4790
|
easing: z.ZodNullable<z.ZodEnum<{
|
|
4791
4791
|
standard: "standard";
|
|
@@ -4794,10 +4794,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4794
4794
|
}>>;
|
|
4795
4795
|
}, z.core.$strip>;
|
|
4796
4796
|
corners: z.ZodEnum<{
|
|
4797
|
-
|
|
4797
|
+
soft: "soft";
|
|
4798
4798
|
square: "square";
|
|
4799
|
+
rounded: "rounded";
|
|
4799
4800
|
pill: "pill";
|
|
4800
|
-
soft: "soft";
|
|
4801
4801
|
}>;
|
|
4802
4802
|
gradients: z.ZodOptional<z.ZodObject<{
|
|
4803
4803
|
button: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4807,20 +4807,20 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4807
4807
|
layout: z.ZodOptional<z.ZodObject<{
|
|
4808
4808
|
containerPadding: z.ZodOptional<z.ZodObject<{
|
|
4809
4809
|
mobile: z.ZodOptional<z.ZodEnum<{
|
|
4810
|
-
compact: "compact";
|
|
4811
4810
|
default: "default";
|
|
4811
|
+
compact: "compact";
|
|
4812
4812
|
tight: "tight";
|
|
4813
4813
|
relaxed: "relaxed";
|
|
4814
4814
|
}>>;
|
|
4815
4815
|
tablet: z.ZodOptional<z.ZodEnum<{
|
|
4816
|
-
compact: "compact";
|
|
4817
4816
|
default: "default";
|
|
4817
|
+
compact: "compact";
|
|
4818
4818
|
tight: "tight";
|
|
4819
4819
|
relaxed: "relaxed";
|
|
4820
4820
|
}>>;
|
|
4821
4821
|
desktop: z.ZodOptional<z.ZodEnum<{
|
|
4822
|
-
compact: "compact";
|
|
4823
4822
|
default: "default";
|
|
4823
|
+
compact: "compact";
|
|
4824
4824
|
tight: "tight";
|
|
4825
4825
|
relaxed: "relaxed";
|
|
4826
4826
|
}>>;
|
|
@@ -4829,142 +4829,142 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4829
4829
|
hero: z.ZodOptional<z.ZodObject<{
|
|
4830
4830
|
typography: z.ZodOptional<z.ZodObject<{
|
|
4831
4831
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
4832
|
-
base: "base";
|
|
4833
|
-
sm: "sm";
|
|
4834
4832
|
lg: "lg";
|
|
4835
4833
|
xl: "xl";
|
|
4834
|
+
sm: "sm";
|
|
4836
4835
|
"2xl": "2xl";
|
|
4836
|
+
base: "base";
|
|
4837
4837
|
"3xl": "3xl";
|
|
4838
4838
|
"4xl": "4xl";
|
|
4839
4839
|
"5xl": "5xl";
|
|
4840
4840
|
"6xl": "6xl";
|
|
4841
4841
|
}>>;
|
|
4842
4842
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4843
|
-
normal: "normal";
|
|
4844
4843
|
tight: "tight";
|
|
4844
|
+
normal: "normal";
|
|
4845
4845
|
relaxed: "relaxed";
|
|
4846
4846
|
snug: "snug";
|
|
4847
4847
|
}>>;
|
|
4848
4848
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
4849
|
-
base: "base";
|
|
4850
|
-
sm: "sm";
|
|
4851
4849
|
lg: "lg";
|
|
4852
4850
|
xl: "xl";
|
|
4851
|
+
sm: "sm";
|
|
4853
4852
|
"2xl": "2xl";
|
|
4853
|
+
base: "base";
|
|
4854
4854
|
"3xl": "3xl";
|
|
4855
4855
|
"4xl": "4xl";
|
|
4856
4856
|
"5xl": "5xl";
|
|
4857
4857
|
"6xl": "6xl";
|
|
4858
4858
|
}>>;
|
|
4859
4859
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4860
|
-
normal: "normal";
|
|
4861
4860
|
tight: "tight";
|
|
4861
|
+
normal: "normal";
|
|
4862
4862
|
relaxed: "relaxed";
|
|
4863
4863
|
snug: "snug";
|
|
4864
4864
|
}>>;
|
|
4865
4865
|
microHeadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
4866
|
-
base: "base";
|
|
4867
|
-
sm: "sm";
|
|
4868
4866
|
lg: "lg";
|
|
4869
4867
|
xl: "xl";
|
|
4868
|
+
sm: "sm";
|
|
4870
4869
|
"2xl": "2xl";
|
|
4870
|
+
base: "base";
|
|
4871
4871
|
"3xl": "3xl";
|
|
4872
4872
|
"4xl": "4xl";
|
|
4873
4873
|
"5xl": "5xl";
|
|
4874
4874
|
"6xl": "6xl";
|
|
4875
4875
|
}>>;
|
|
4876
4876
|
microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4877
|
-
normal: "normal";
|
|
4878
4877
|
tight: "tight";
|
|
4878
|
+
normal: "normal";
|
|
4879
4879
|
relaxed: "relaxed";
|
|
4880
4880
|
snug: "snug";
|
|
4881
4881
|
}>>;
|
|
4882
4882
|
microSubheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
4883
|
-
base: "base";
|
|
4884
|
-
sm: "sm";
|
|
4885
4883
|
lg: "lg";
|
|
4886
4884
|
xl: "xl";
|
|
4885
|
+
sm: "sm";
|
|
4887
4886
|
"2xl": "2xl";
|
|
4887
|
+
base: "base";
|
|
4888
4888
|
"3xl": "3xl";
|
|
4889
4889
|
"4xl": "4xl";
|
|
4890
4890
|
"5xl": "5xl";
|
|
4891
4891
|
"6xl": "6xl";
|
|
4892
4892
|
}>>;
|
|
4893
4893
|
microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4894
|
-
normal: "normal";
|
|
4895
4894
|
tight: "tight";
|
|
4895
|
+
normal: "normal";
|
|
4896
4896
|
relaxed: "relaxed";
|
|
4897
4897
|
snug: "snug";
|
|
4898
4898
|
}>>;
|
|
4899
4899
|
responsive: z.ZodOptional<z.ZodObject<{
|
|
4900
4900
|
tablet: z.ZodOptional<z.ZodObject<{
|
|
4901
4901
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
4902
|
-
base: "base";
|
|
4903
|
-
sm: "sm";
|
|
4904
4902
|
lg: "lg";
|
|
4905
4903
|
xl: "xl";
|
|
4904
|
+
sm: "sm";
|
|
4906
4905
|
"2xl": "2xl";
|
|
4906
|
+
base: "base";
|
|
4907
4907
|
"3xl": "3xl";
|
|
4908
4908
|
"4xl": "4xl";
|
|
4909
4909
|
"5xl": "5xl";
|
|
4910
4910
|
"6xl": "6xl";
|
|
4911
4911
|
}>>;
|
|
4912
4912
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4913
|
-
normal: "normal";
|
|
4914
4913
|
tight: "tight";
|
|
4914
|
+
normal: "normal";
|
|
4915
4915
|
relaxed: "relaxed";
|
|
4916
4916
|
snug: "snug";
|
|
4917
4917
|
}>>;
|
|
4918
4918
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
4919
|
-
base: "base";
|
|
4920
|
-
sm: "sm";
|
|
4921
4919
|
lg: "lg";
|
|
4922
4920
|
xl: "xl";
|
|
4921
|
+
sm: "sm";
|
|
4923
4922
|
"2xl": "2xl";
|
|
4923
|
+
base: "base";
|
|
4924
4924
|
"3xl": "3xl";
|
|
4925
4925
|
"4xl": "4xl";
|
|
4926
4926
|
"5xl": "5xl";
|
|
4927
4927
|
"6xl": "6xl";
|
|
4928
4928
|
}>>;
|
|
4929
4929
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4930
|
-
normal: "normal";
|
|
4931
4930
|
tight: "tight";
|
|
4931
|
+
normal: "normal";
|
|
4932
4932
|
relaxed: "relaxed";
|
|
4933
4933
|
snug: "snug";
|
|
4934
4934
|
}>>;
|
|
4935
4935
|
}, z.core.$strip>>;
|
|
4936
4936
|
mobile: z.ZodOptional<z.ZodObject<{
|
|
4937
4937
|
headlineSize: z.ZodOptional<z.ZodEnum<{
|
|
4938
|
-
base: "base";
|
|
4939
|
-
sm: "sm";
|
|
4940
4938
|
lg: "lg";
|
|
4941
4939
|
xl: "xl";
|
|
4940
|
+
sm: "sm";
|
|
4942
4941
|
"2xl": "2xl";
|
|
4942
|
+
base: "base";
|
|
4943
4943
|
"3xl": "3xl";
|
|
4944
4944
|
"4xl": "4xl";
|
|
4945
4945
|
"5xl": "5xl";
|
|
4946
4946
|
"6xl": "6xl";
|
|
4947
4947
|
}>>;
|
|
4948
4948
|
headlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4949
|
-
normal: "normal";
|
|
4950
4949
|
tight: "tight";
|
|
4950
|
+
normal: "normal";
|
|
4951
4951
|
relaxed: "relaxed";
|
|
4952
4952
|
snug: "snug";
|
|
4953
4953
|
}>>;
|
|
4954
4954
|
subheadlineSize: z.ZodOptional<z.ZodEnum<{
|
|
4955
|
-
base: "base";
|
|
4956
|
-
sm: "sm";
|
|
4957
4955
|
lg: "lg";
|
|
4958
4956
|
xl: "xl";
|
|
4957
|
+
sm: "sm";
|
|
4959
4958
|
"2xl": "2xl";
|
|
4959
|
+
base: "base";
|
|
4960
4960
|
"3xl": "3xl";
|
|
4961
4961
|
"4xl": "4xl";
|
|
4962
4962
|
"5xl": "5xl";
|
|
4963
4963
|
"6xl": "6xl";
|
|
4964
4964
|
}>>;
|
|
4965
4965
|
subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
|
|
4966
|
-
normal: "normal";
|
|
4967
4966
|
tight: "tight";
|
|
4967
|
+
normal: "normal";
|
|
4968
4968
|
relaxed: "relaxed";
|
|
4969
4969
|
snug: "snug";
|
|
4970
4970
|
}>>;
|
|
@@ -4981,8 +4981,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
4981
4981
|
editorial: "editorial";
|
|
4982
4982
|
}>;
|
|
4983
4983
|
positioning: z.ZodEnum<{
|
|
4984
|
-
static: "static";
|
|
4985
4984
|
fixed: "fixed";
|
|
4985
|
+
static: "static";
|
|
4986
4986
|
sticky: "sticky";
|
|
4987
4987
|
}>;
|
|
4988
4988
|
shrinkOnScroll: z.ZodBoolean;
|
|
@@ -5095,67 +5095,67 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5095
5095
|
}, z.core.$strip>>;
|
|
5096
5096
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5097
5097
|
navStyle: z.ZodEnum<{
|
|
5098
|
+
minimal: "minimal";
|
|
5098
5099
|
scale: "scale";
|
|
5099
|
-
solid: "solid";
|
|
5100
5100
|
underline: "underline";
|
|
5101
|
-
|
|
5101
|
+
solid: "solid";
|
|
5102
5102
|
"underline-grow": "underline-grow";
|
|
5103
5103
|
capsule: "capsule";
|
|
5104
5104
|
frosted: "frosted";
|
|
5105
5105
|
}>;
|
|
5106
5106
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5107
5107
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
5108
|
-
medium: "medium";
|
|
5109
5108
|
bold: "bold";
|
|
5110
5109
|
regular: "regular";
|
|
5110
|
+
medium: "medium";
|
|
5111
5111
|
semibold: "semibold";
|
|
5112
5112
|
}>>;
|
|
5113
5113
|
container: z.ZodOptional<z.ZodObject<{
|
|
5114
5114
|
rounded: z.ZodDefault<z.ZodEnum<{
|
|
5115
5115
|
none: "none";
|
|
5116
|
-
sm: "sm";
|
|
5117
5116
|
md: "md";
|
|
5118
5117
|
lg: "lg";
|
|
5119
5118
|
xl: "xl";
|
|
5119
|
+
sm: "sm";
|
|
5120
5120
|
"2xl": "2xl";
|
|
5121
5121
|
}>>;
|
|
5122
5122
|
border: z.ZodDefault<z.ZodBoolean>;
|
|
5123
5123
|
shadow: z.ZodDefault<z.ZodBoolean>;
|
|
5124
5124
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
5125
|
-
sm: "sm";
|
|
5126
5125
|
md: "md";
|
|
5127
5126
|
lg: "lg";
|
|
5127
|
+
sm: "sm";
|
|
5128
5128
|
}>>;
|
|
5129
5129
|
tint: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5130
5130
|
opacity: z.ZodDefault<z.ZodNumber>;
|
|
5131
5131
|
}, z.core.$strip>>;
|
|
5132
5132
|
border: z.ZodOptional<z.ZodObject<{
|
|
5133
5133
|
width: z.ZodDefault<z.ZodEnum<{
|
|
5134
|
-
medium: "medium";
|
|
5135
5134
|
none: "none";
|
|
5136
|
-
|
|
5135
|
+
medium: "medium";
|
|
5137
5136
|
thin: "thin";
|
|
5137
|
+
thick: "thick";
|
|
5138
5138
|
hairline: "hairline";
|
|
5139
5139
|
}>>;
|
|
5140
5140
|
style: z.ZodDefault<z.ZodEnum<{
|
|
5141
|
-
dashed: "dashed";
|
|
5142
5141
|
solid: "solid";
|
|
5142
|
+
dashed: "dashed";
|
|
5143
5143
|
}>>;
|
|
5144
5144
|
colorToken: z.ZodOptional<z.ZodString>;
|
|
5145
5145
|
position: z.ZodDefault<z.ZodEnum<{
|
|
5146
5146
|
none: "none";
|
|
5147
|
-
both: "both";
|
|
5148
|
-
top: "top";
|
|
5149
5147
|
bottom: "bottom";
|
|
5148
|
+
top: "top";
|
|
5149
|
+
both: "both";
|
|
5150
5150
|
}>>;
|
|
5151
5151
|
}, z.core.$strip>>;
|
|
5152
5152
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
5153
5153
|
elevation: z.ZodDefault<z.ZodEnum<{
|
|
5154
5154
|
none: "none";
|
|
5155
|
-
sm: "sm";
|
|
5156
5155
|
md: "md";
|
|
5157
5156
|
lg: "lg";
|
|
5158
5157
|
xl: "xl";
|
|
5158
|
+
sm: "sm";
|
|
5159
5159
|
"2xl": "2xl";
|
|
5160
5160
|
}>>;
|
|
5161
5161
|
}, z.core.$strip>>;
|
|
@@ -5165,8 +5165,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5165
5165
|
heading: "heading";
|
|
5166
5166
|
}>>;
|
|
5167
5167
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
5168
|
-
wide: "wide";
|
|
5169
5168
|
normal: "normal";
|
|
5169
|
+
wide: "wide";
|
|
5170
5170
|
wider: "wider";
|
|
5171
5171
|
widest: "widest";
|
|
5172
5172
|
}>>;
|
|
@@ -5175,9 +5175,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5175
5175
|
logoText: z.ZodOptional<z.ZodObject<{
|
|
5176
5176
|
mobileWrapLines: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
5177
5177
|
mobileMaxWidth: z.ZodOptional<z.ZodEnum<{
|
|
5178
|
-
sm: "sm";
|
|
5179
5178
|
md: "md";
|
|
5180
5179
|
xs: "xs";
|
|
5180
|
+
sm: "sm";
|
|
5181
5181
|
}>>;
|
|
5182
5182
|
hideOnShrink: z.ZodOptional<z.ZodBoolean>;
|
|
5183
5183
|
}, z.core.$strip>>;
|
|
@@ -5199,36 +5199,36 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5199
5199
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
5200
5200
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
5201
5201
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
5202
|
-
base: "base";
|
|
5203
|
-
sm: "sm";
|
|
5204
5202
|
lg: "lg";
|
|
5205
5203
|
xs: "xs";
|
|
5204
|
+
sm: "sm";
|
|
5205
|
+
base: "base";
|
|
5206
5206
|
}>>;
|
|
5207
5207
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
5208
|
-
wide: "wide";
|
|
5209
5208
|
normal: "normal";
|
|
5209
|
+
wide: "wide";
|
|
5210
5210
|
wider: "wider";
|
|
5211
5211
|
widest: "widest";
|
|
5212
5212
|
}>>;
|
|
5213
5213
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5214
5214
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
5215
|
+
default: "default";
|
|
5215
5216
|
none: "none";
|
|
5216
5217
|
compact: "compact";
|
|
5217
|
-
default: "default";
|
|
5218
5218
|
}>>;
|
|
5219
5219
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
5220
|
+
default: "default";
|
|
5220
5221
|
none: "none";
|
|
5221
5222
|
compact: "compact";
|
|
5222
|
-
spacious: "spacious";
|
|
5223
|
-
default: "default";
|
|
5224
5223
|
tight: "tight";
|
|
5225
5224
|
relaxed: "relaxed";
|
|
5225
|
+
spacious: "spacious";
|
|
5226
5226
|
}>>;
|
|
5227
5227
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
5228
5228
|
full: "full";
|
|
5229
5229
|
none: "none";
|
|
5230
|
-
sm: "sm";
|
|
5231
5230
|
md: "md";
|
|
5231
|
+
sm: "sm";
|
|
5232
5232
|
}>>;
|
|
5233
5233
|
effects: z.ZodOptional<z.ZodObject<{
|
|
5234
5234
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5253,26 +5253,26 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5253
5253
|
heading: "heading";
|
|
5254
5254
|
}>>;
|
|
5255
5255
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
5256
|
-
medium: "medium";
|
|
5257
5256
|
bold: "bold";
|
|
5258
5257
|
regular: "regular";
|
|
5258
|
+
medium: "medium";
|
|
5259
5259
|
semibold: "semibold";
|
|
5260
5260
|
}>>;
|
|
5261
5261
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
5262
5262
|
none: "none";
|
|
5263
|
-
capitalize: "capitalize";
|
|
5264
5263
|
uppercase: "uppercase";
|
|
5264
|
+
capitalize: "capitalize";
|
|
5265
5265
|
}>>;
|
|
5266
5266
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
5267
5267
|
name: z.ZodOptional<z.ZodString>;
|
|
5268
5268
|
}, z.core.$strip>>;
|
|
5269
5269
|
ctaGap: z.ZodOptional<z.ZodEnum<{
|
|
5270
|
+
default: "default";
|
|
5270
5271
|
none: "none";
|
|
5271
5272
|
compact: "compact";
|
|
5272
|
-
spacious: "spacious";
|
|
5273
|
-
default: "default";
|
|
5274
5273
|
tight: "tight";
|
|
5275
5274
|
relaxed: "relaxed";
|
|
5275
|
+
spacious: "spacious";
|
|
5276
5276
|
}>>;
|
|
5277
5277
|
dropdownStyle: z.ZodOptional<z.ZodObject<{
|
|
5278
5278
|
background: z.ZodDefault<z.ZodString>;
|
|
@@ -5280,53 +5280,53 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5280
5280
|
borderColor: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
5281
5281
|
shadow: z.ZodDefault<z.ZodEnum<{
|
|
5282
5282
|
none: "none";
|
|
5283
|
-
sm: "sm";
|
|
5284
5283
|
md: "md";
|
|
5285
5284
|
lg: "lg";
|
|
5285
|
+
sm: "sm";
|
|
5286
5286
|
}>>;
|
|
5287
5287
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
5288
5288
|
none: "none";
|
|
5289
|
-
sm: "sm";
|
|
5290
5289
|
md: "md";
|
|
5291
5290
|
lg: "lg";
|
|
5291
|
+
sm: "sm";
|
|
5292
5292
|
}>>;
|
|
5293
5293
|
hoverBackground: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5294
5294
|
hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5295
5295
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
5296
5296
|
none: "none";
|
|
5297
|
-
capitalize: "capitalize";
|
|
5298
5297
|
uppercase: "uppercase";
|
|
5298
|
+
capitalize: "capitalize";
|
|
5299
5299
|
}>>;
|
|
5300
5300
|
letterSpacing: z.ZodDefault<z.ZodEnum<{
|
|
5301
|
-
wide: "wide";
|
|
5302
5301
|
normal: "normal";
|
|
5302
|
+
wide: "wide";
|
|
5303
5303
|
wider: "wider";
|
|
5304
5304
|
}>>;
|
|
5305
5305
|
fontWeight: z.ZodOptional<z.ZodEnum<{
|
|
5306
|
-
medium: "medium";
|
|
5307
5306
|
bold: "bold";
|
|
5308
5307
|
regular: "regular";
|
|
5308
|
+
medium: "medium";
|
|
5309
5309
|
semibold: "semibold";
|
|
5310
5310
|
}>>;
|
|
5311
5311
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
5312
|
-
base: "base";
|
|
5313
|
-
sm: "sm";
|
|
5314
5312
|
lg: "lg";
|
|
5315
5313
|
xs: "xs";
|
|
5314
|
+
sm: "sm";
|
|
5315
|
+
base: "base";
|
|
5316
5316
|
}>>;
|
|
5317
5317
|
}, z.core.$strip>>;
|
|
5318
5318
|
}, z.core.$strip>;
|
|
5319
5319
|
footer: z.ZodObject<{
|
|
5320
5320
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
5321
|
-
none: "none";
|
|
5322
|
-
default: "default";
|
|
5323
5321
|
blocks: "blocks";
|
|
5322
|
+
default: "default";
|
|
5323
|
+
none: "none";
|
|
5324
5324
|
"default+blocks": "default+blocks";
|
|
5325
5325
|
}>>;
|
|
5326
5326
|
variant: z.ZodEnum<{
|
|
5327
|
-
columns: "columns";
|
|
5328
5327
|
split: "split";
|
|
5329
5328
|
simple: "simple";
|
|
5329
|
+
columns: "columns";
|
|
5330
5330
|
}>;
|
|
5331
5331
|
maxWidth: z.ZodEnum<{
|
|
5332
5332
|
full: "full";
|
|
@@ -5396,54 +5396,54 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5396
5396
|
textColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5397
5397
|
}, z.core.$strip>>;
|
|
5398
5398
|
navStyle: z.ZodDefault<z.ZodEnum<{
|
|
5399
|
+
minimal: "minimal";
|
|
5399
5400
|
scale: "scale";
|
|
5400
|
-
solid: "solid";
|
|
5401
5401
|
underline: "underline";
|
|
5402
|
-
|
|
5402
|
+
solid: "solid";
|
|
5403
5403
|
"underline-grow": "underline-grow";
|
|
5404
5404
|
capsule: "capsule";
|
|
5405
5405
|
frosted: "frosted";
|
|
5406
5406
|
}>>;
|
|
5407
5407
|
navColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5408
5408
|
navWeight: z.ZodDefault<z.ZodEnum<{
|
|
5409
|
-
medium: "medium";
|
|
5410
5409
|
bold: "bold";
|
|
5411
5410
|
regular: "regular";
|
|
5411
|
+
medium: "medium";
|
|
5412
5412
|
semibold: "semibold";
|
|
5413
5413
|
}>>;
|
|
5414
5414
|
navLinkStyle: z.ZodOptional<z.ZodObject<{
|
|
5415
5415
|
colorToken: z.ZodDefault<z.ZodString>;
|
|
5416
5416
|
textSize: z.ZodOptional<z.ZodEnum<{
|
|
5417
|
-
base: "base";
|
|
5418
|
-
sm: "sm";
|
|
5419
5417
|
lg: "lg";
|
|
5420
5418
|
xs: "xs";
|
|
5419
|
+
sm: "sm";
|
|
5420
|
+
base: "base";
|
|
5421
5421
|
}>>;
|
|
5422
5422
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
5423
|
-
wide: "wide";
|
|
5424
5423
|
normal: "normal";
|
|
5424
|
+
wide: "wide";
|
|
5425
5425
|
wider: "wider";
|
|
5426
5426
|
widest: "widest";
|
|
5427
5427
|
}>>;
|
|
5428
5428
|
hoverColorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5429
5429
|
padding: z.ZodDefault<z.ZodEnum<{
|
|
5430
|
+
default: "default";
|
|
5430
5431
|
none: "none";
|
|
5431
5432
|
compact: "compact";
|
|
5432
|
-
default: "default";
|
|
5433
5433
|
}>>;
|
|
5434
5434
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
5435
|
+
default: "default";
|
|
5435
5436
|
none: "none";
|
|
5436
5437
|
compact: "compact";
|
|
5437
|
-
spacious: "spacious";
|
|
5438
|
-
default: "default";
|
|
5439
5438
|
tight: "tight";
|
|
5440
5439
|
relaxed: "relaxed";
|
|
5440
|
+
spacious: "spacious";
|
|
5441
5441
|
}>>;
|
|
5442
5442
|
borderRadius: z.ZodDefault<z.ZodEnum<{
|
|
5443
5443
|
full: "full";
|
|
5444
5444
|
none: "none";
|
|
5445
|
-
sm: "sm";
|
|
5446
5445
|
md: "md";
|
|
5446
|
+
sm: "sm";
|
|
5447
5447
|
}>>;
|
|
5448
5448
|
effects: z.ZodOptional<z.ZodObject<{
|
|
5449
5449
|
base: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5468,15 +5468,15 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5468
5468
|
heading: "heading";
|
|
5469
5469
|
}>>;
|
|
5470
5470
|
fontWeight: z.ZodDefault<z.ZodEnum<{
|
|
5471
|
-
medium: "medium";
|
|
5472
5471
|
bold: "bold";
|
|
5473
5472
|
regular: "regular";
|
|
5473
|
+
medium: "medium";
|
|
5474
5474
|
semibold: "semibold";
|
|
5475
5475
|
}>>;
|
|
5476
5476
|
textTransform: z.ZodDefault<z.ZodEnum<{
|
|
5477
5477
|
none: "none";
|
|
5478
|
-
capitalize: "capitalize";
|
|
5479
5478
|
uppercase: "uppercase";
|
|
5479
|
+
capitalize: "capitalize";
|
|
5480
5480
|
}>>;
|
|
5481
5481
|
italic: z.ZodDefault<z.ZodBoolean>;
|
|
5482
5482
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -5489,31 +5489,31 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5489
5489
|
}, z.core.$strip>>;
|
|
5490
5490
|
navLayout: z.ZodOptional<z.ZodObject<{
|
|
5491
5491
|
layout: z.ZodOptional<z.ZodEnum<{
|
|
5492
|
-
inline: "inline";
|
|
5493
5492
|
stack: "stack";
|
|
5493
|
+
inline: "inline";
|
|
5494
5494
|
"inline-wrap": "inline-wrap";
|
|
5495
5495
|
}>>;
|
|
5496
5496
|
align: z.ZodOptional<z.ZodEnum<{
|
|
5497
|
-
center: "center";
|
|
5498
5497
|
start: "start";
|
|
5498
|
+
center: "center";
|
|
5499
5499
|
end: "end";
|
|
5500
5500
|
"space-between": "space-between";
|
|
5501
5501
|
}>>;
|
|
5502
5502
|
gapX: z.ZodOptional<z.ZodEnum<{
|
|
5503
|
+
default: "default";
|
|
5503
5504
|
none: "none";
|
|
5504
5505
|
compact: "compact";
|
|
5505
|
-
spacious: "spacious";
|
|
5506
|
-
default: "default";
|
|
5507
5506
|
tight: "tight";
|
|
5508
5507
|
relaxed: "relaxed";
|
|
5508
|
+
spacious: "spacious";
|
|
5509
5509
|
}>>;
|
|
5510
5510
|
gapY: z.ZodOptional<z.ZodEnum<{
|
|
5511
|
+
default: "default";
|
|
5511
5512
|
none: "none";
|
|
5512
5513
|
compact: "compact";
|
|
5513
|
-
spacious: "spacious";
|
|
5514
|
-
default: "default";
|
|
5515
5514
|
tight: "tight";
|
|
5516
5515
|
relaxed: "relaxed";
|
|
5516
|
+
spacious: "spacious";
|
|
5517
5517
|
}>>;
|
|
5518
5518
|
columns: z.ZodOptional<z.ZodNumber>;
|
|
5519
5519
|
}, z.core.$strip>>;
|
|
@@ -5527,20 +5527,20 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5527
5527
|
below: "below";
|
|
5528
5528
|
}>>;
|
|
5529
5529
|
size: z.ZodOptional<z.ZodEnum<{
|
|
5530
|
-
sm: "sm";
|
|
5531
5530
|
md: "md";
|
|
5532
5531
|
lg: "lg";
|
|
5533
5532
|
xl: "xl";
|
|
5533
|
+
sm: "sm";
|
|
5534
5534
|
}>>;
|
|
5535
5535
|
maxHeight: z.ZodOptional<z.ZodEnum<{
|
|
5536
|
-
sm: "sm";
|
|
5537
5536
|
md: "md";
|
|
5538
5537
|
lg: "lg";
|
|
5539
5538
|
xl: "xl";
|
|
5539
|
+
sm: "sm";
|
|
5540
5540
|
}>>;
|
|
5541
5541
|
align: z.ZodOptional<z.ZodEnum<{
|
|
5542
|
-
center: "center";
|
|
5543
5542
|
start: "start";
|
|
5543
|
+
center: "center";
|
|
5544
5544
|
end: "end";
|
|
5545
5545
|
}>>;
|
|
5546
5546
|
}, z.core.$strip>>;
|
|
@@ -5616,28 +5616,28 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5616
5616
|
right: "right";
|
|
5617
5617
|
}>>;
|
|
5618
5618
|
paddingY: z.ZodOptional<z.ZodEnum<{
|
|
5619
|
+
default: "default";
|
|
5619
5620
|
none: "none";
|
|
5620
5621
|
compact: "compact";
|
|
5621
|
-
spacious: "spacious";
|
|
5622
|
-
default: "default";
|
|
5623
5622
|
tight: "tight";
|
|
5624
5623
|
relaxed: "relaxed";
|
|
5624
|
+
spacious: "spacious";
|
|
5625
5625
|
}>>;
|
|
5626
5626
|
paddingX: z.ZodOptional<z.ZodEnum<{
|
|
5627
|
+
default: "default";
|
|
5627
5628
|
none: "none";
|
|
5628
5629
|
compact: "compact";
|
|
5629
|
-
spacious: "spacious";
|
|
5630
|
-
default: "default";
|
|
5631
5630
|
tight: "tight";
|
|
5632
5631
|
relaxed: "relaxed";
|
|
5632
|
+
spacious: "spacious";
|
|
5633
5633
|
}>>;
|
|
5634
5634
|
borderTop: z.ZodOptional<z.ZodObject<{
|
|
5635
5635
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5636
5636
|
width: z.ZodOptional<z.ZodEnum<{
|
|
5637
|
-
medium: "medium";
|
|
5638
5637
|
none: "none";
|
|
5639
|
-
|
|
5638
|
+
medium: "medium";
|
|
5640
5639
|
thin: "thin";
|
|
5640
|
+
thick: "thick";
|
|
5641
5641
|
}>>;
|
|
5642
5642
|
}, z.core.$strip>>;
|
|
5643
5643
|
}, z.core.$strip>>;
|
|
@@ -5645,22 +5645,22 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5645
5645
|
buttons: z.ZodOptional<z.ZodObject<{
|
|
5646
5646
|
global: z.ZodObject<{
|
|
5647
5647
|
cornerStyle: z.ZodEnum<{
|
|
5648
|
-
rounded: "rounded";
|
|
5649
5648
|
square: "square";
|
|
5649
|
+
rounded: "rounded";
|
|
5650
5650
|
pill: "pill";
|
|
5651
5651
|
}>;
|
|
5652
5652
|
cornerRadius: z.ZodOptional<z.ZodNumber>;
|
|
5653
5653
|
shadow: z.ZodEnum<{
|
|
5654
|
-
medium: "medium";
|
|
5655
5654
|
none: "none";
|
|
5656
5655
|
low: "low";
|
|
5657
5656
|
high: "high";
|
|
5657
|
+
medium: "medium";
|
|
5658
5658
|
}>;
|
|
5659
5659
|
textTransform: z.ZodEnum<{
|
|
5660
5660
|
none: "none";
|
|
5661
|
+
uppercase: "uppercase";
|
|
5661
5662
|
capitalize: "capitalize";
|
|
5662
5663
|
lowercase: "lowercase";
|
|
5663
|
-
uppercase: "uppercase";
|
|
5664
5664
|
}>;
|
|
5665
5665
|
fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
|
|
5666
5666
|
borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
|
@@ -5670,15 +5670,15 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5670
5670
|
}>>;
|
|
5671
5671
|
fontSize: z.ZodOptional<z.ZodString>;
|
|
5672
5672
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
5673
|
+
tight: "tight";
|
|
5673
5674
|
normal: "normal";
|
|
5674
5675
|
loose: "loose";
|
|
5675
|
-
tight: "tight";
|
|
5676
5676
|
}>>;
|
|
5677
5677
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
5678
5678
|
paddingPreset: z.ZodOptional<z.ZodEnum<{
|
|
5679
|
+
default: "default";
|
|
5679
5680
|
compact: "compact";
|
|
5680
5681
|
spacious: "spacious";
|
|
5681
|
-
default: "default";
|
|
5682
5682
|
}>>;
|
|
5683
5683
|
hoverTransform: z.ZodEnum<{
|
|
5684
5684
|
none: "none";
|
|
@@ -5689,8 +5689,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5689
5689
|
hoverColor: z.ZodEnum<{
|
|
5690
5690
|
none: "none";
|
|
5691
5691
|
token: "token";
|
|
5692
|
-
darken: "darken";
|
|
5693
5692
|
brighten: "brighten";
|
|
5693
|
+
darken: "darken";
|
|
5694
5694
|
saturate: "saturate";
|
|
5695
5695
|
}>;
|
|
5696
5696
|
hoverColorToken: z.ZodOptional<z.ZodString>;
|
|
@@ -5702,8 +5702,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5702
5702
|
gradientAngle: z.ZodOptional<z.ZodNumber>;
|
|
5703
5703
|
gradientSharpness: z.ZodOptional<z.ZodEnum<{
|
|
5704
5704
|
medium: "medium";
|
|
5705
|
-
smooth: "smooth";
|
|
5706
5705
|
hard: "hard";
|
|
5706
|
+
smooth: "smooth";
|
|
5707
5707
|
}>>;
|
|
5708
5708
|
}, z.core.$strip>;
|
|
5709
5709
|
variants: z.ZodArray<z.ZodObject<{
|
|
@@ -5734,14 +5734,14 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5734
5734
|
borderRadius: z.ZodOptional<z.ZodString>;
|
|
5735
5735
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
5736
5736
|
elevation: z.ZodEnum<{
|
|
5737
|
-
medium: "medium";
|
|
5738
5737
|
none: "none";
|
|
5739
5738
|
low: "low";
|
|
5740
5739
|
high: "high";
|
|
5740
|
+
medium: "medium";
|
|
5741
5741
|
}>;
|
|
5742
5742
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
5743
|
-
soft: "soft";
|
|
5744
5743
|
crisp: "crisp";
|
|
5744
|
+
soft: "soft";
|
|
5745
5745
|
hard: "hard";
|
|
5746
5746
|
}>>;
|
|
5747
5747
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -5871,23 +5871,23 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5871
5871
|
type: z.ZodLiteral<"transparent">;
|
|
5872
5872
|
}, z.core.$strip>], "type">;
|
|
5873
5873
|
spacing: z.ZodEnum<{
|
|
5874
|
-
medium: "medium";
|
|
5875
5874
|
none: "none";
|
|
5876
5875
|
compact: "compact";
|
|
5877
|
-
|
|
5878
|
-
comfortable: "comfortable";
|
|
5876
|
+
medium: "medium";
|
|
5879
5877
|
spacious: "spacious";
|
|
5878
|
+
comfortable: "comfortable";
|
|
5879
|
+
cozy: "cozy";
|
|
5880
5880
|
}>;
|
|
5881
5881
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
5882
5882
|
elevation: z.ZodEnum<{
|
|
5883
|
-
medium: "medium";
|
|
5884
5883
|
none: "none";
|
|
5885
5884
|
low: "low";
|
|
5886
5885
|
high: "high";
|
|
5886
|
+
medium: "medium";
|
|
5887
5887
|
}>;
|
|
5888
5888
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
5889
|
-
soft: "soft";
|
|
5890
5889
|
crisp: "crisp";
|
|
5890
|
+
soft: "soft";
|
|
5891
5891
|
hard: "hard";
|
|
5892
5892
|
}>>;
|
|
5893
5893
|
position: z.ZodDefault<z.ZodEnum<{
|
|
@@ -5896,10 +5896,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5896
5896
|
}>>;
|
|
5897
5897
|
}, z.core.$strip>>;
|
|
5898
5898
|
corners: z.ZodOptional<z.ZodEnum<{
|
|
5899
|
-
|
|
5899
|
+
soft: "soft";
|
|
5900
5900
|
square: "square";
|
|
5901
|
+
rounded: "rounded";
|
|
5901
5902
|
pill: "pill";
|
|
5902
|
-
soft: "soft";
|
|
5903
5903
|
}>>;
|
|
5904
5904
|
border: z.ZodOptional<z.ZodObject<{
|
|
5905
5905
|
widthClass: z.ZodString;
|
|
@@ -5913,18 +5913,18 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5913
5913
|
colorToken: z.ZodString;
|
|
5914
5914
|
}, z.core.$strip>;
|
|
5915
5915
|
spacing: z.ZodEnum<{
|
|
5916
|
-
medium: "medium";
|
|
5917
5916
|
none: "none";
|
|
5918
5917
|
compact: "compact";
|
|
5919
|
-
|
|
5920
|
-
comfortable: "comfortable";
|
|
5918
|
+
medium: "medium";
|
|
5921
5919
|
spacious: "spacious";
|
|
5920
|
+
comfortable: "comfortable";
|
|
5921
|
+
cozy: "cozy";
|
|
5922
5922
|
}>;
|
|
5923
5923
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
5924
|
-
|
|
5924
|
+
soft: "soft";
|
|
5925
5925
|
square: "square";
|
|
5926
|
+
rounded: "rounded";
|
|
5926
5927
|
pill: "pill";
|
|
5927
|
-
soft: "soft";
|
|
5928
5928
|
}>>;
|
|
5929
5929
|
border: z.ZodNullable<z.ZodObject<{
|
|
5930
5930
|
widthClass: z.ZodString;
|
|
@@ -5932,14 +5932,14 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5932
5932
|
}, z.core.$strip>>;
|
|
5933
5933
|
shadow: z.ZodNullable<z.ZodObject<{
|
|
5934
5934
|
elevation: z.ZodEnum<{
|
|
5935
|
-
medium: "medium";
|
|
5936
5935
|
none: "none";
|
|
5937
5936
|
low: "low";
|
|
5938
5937
|
high: "high";
|
|
5938
|
+
medium: "medium";
|
|
5939
5939
|
}>;
|
|
5940
5940
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
5941
|
-
soft: "soft";
|
|
5942
5941
|
crisp: "crisp";
|
|
5942
|
+
soft: "soft";
|
|
5943
5943
|
hard: "hard";
|
|
5944
5944
|
}>>;
|
|
5945
5945
|
position: z.ZodEnum<{
|
|
@@ -5949,9 +5949,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5949
5949
|
}, z.core.$strip>>;
|
|
5950
5950
|
icon: z.ZodObject<{
|
|
5951
5951
|
style: z.ZodEnum<{
|
|
5952
|
-
caret: "caret";
|
|
5953
5952
|
"plus-minus": "plus-minus";
|
|
5954
5953
|
chevron: "chevron";
|
|
5954
|
+
caret: "caret";
|
|
5955
5955
|
arrow: "arrow";
|
|
5956
5956
|
"circle-plus-minus": "circle-plus-minus";
|
|
5957
5957
|
}>;
|
|
@@ -5960,17 +5960,17 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5960
5960
|
right: "right";
|
|
5961
5961
|
}>;
|
|
5962
5962
|
size: z.ZodEnum<{
|
|
5963
|
-
sm: "sm";
|
|
5964
5963
|
md: "md";
|
|
5965
5964
|
lg: "lg";
|
|
5965
|
+
sm: "sm";
|
|
5966
5966
|
}>;
|
|
5967
5967
|
}, z.core.$strip>;
|
|
5968
5968
|
trigger: z.ZodObject<{
|
|
5969
5969
|
textColorToken: z.ZodString;
|
|
5970
5970
|
fontWeight: z.ZodNullable<z.ZodEnum<{
|
|
5971
|
-
medium: "medium";
|
|
5972
5971
|
bold: "bold";
|
|
5973
5972
|
regular: "regular";
|
|
5973
|
+
medium: "medium";
|
|
5974
5974
|
semibold: "semibold";
|
|
5975
5975
|
}>>;
|
|
5976
5976
|
}, z.core.$strip>;
|
|
@@ -6001,59 +6001,59 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6001
6001
|
}>>;
|
|
6002
6002
|
}, z.core.$strip>;
|
|
6003
6003
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
6004
|
-
|
|
6004
|
+
soft: "soft";
|
|
6005
6005
|
square: "square";
|
|
6006
|
+
rounded: "rounded";
|
|
6006
6007
|
pill: "pill";
|
|
6007
|
-
soft: "soft";
|
|
6008
6008
|
}>>;
|
|
6009
6009
|
shadow: z.ZodNullable<z.ZodObject<{
|
|
6010
6010
|
elevation: z.ZodEnum<{
|
|
6011
|
-
medium: "medium";
|
|
6012
6011
|
none: "none";
|
|
6013
6012
|
low: "low";
|
|
6013
|
+
medium: "medium";
|
|
6014
6014
|
}>;
|
|
6015
6015
|
softness: z.ZodNullable<z.ZodEnum<{
|
|
6016
|
-
soft: "soft";
|
|
6017
6016
|
crisp: "crisp";
|
|
6017
|
+
soft: "soft";
|
|
6018
6018
|
hard: "hard";
|
|
6019
6019
|
}>>;
|
|
6020
6020
|
}, z.core.$strip>>;
|
|
6021
6021
|
spacing: z.ZodEnum<{
|
|
6022
|
-
medium: "medium";
|
|
6023
6022
|
compact: "compact";
|
|
6024
|
-
|
|
6023
|
+
medium: "medium";
|
|
6025
6024
|
comfortable: "comfortable";
|
|
6025
|
+
cozy: "cozy";
|
|
6026
6026
|
}>;
|
|
6027
6027
|
fontSize: z.ZodEnum<{
|
|
6028
|
-
base: "base";
|
|
6029
|
-
sm: "sm";
|
|
6030
6028
|
lg: "lg";
|
|
6029
|
+
sm: "sm";
|
|
6030
|
+
base: "base";
|
|
6031
6031
|
}>;
|
|
6032
6032
|
}, z.core.$strip>;
|
|
6033
6033
|
label: z.ZodObject<{
|
|
6034
6034
|
textColorToken: z.ZodString;
|
|
6035
6035
|
fontWeight: z.ZodEnum<{
|
|
6036
|
-
medium: "medium";
|
|
6037
6036
|
bold: "bold";
|
|
6038
|
-
black: "black";
|
|
6039
6037
|
regular: "regular";
|
|
6038
|
+
medium: "medium";
|
|
6040
6039
|
semibold: "semibold";
|
|
6040
|
+
black: "black";
|
|
6041
6041
|
}>;
|
|
6042
6042
|
fontSize: z.ZodEnum<{
|
|
6043
|
-
|
|
6043
|
+
xs: "xs";
|
|
6044
6044
|
sm: "sm";
|
|
6045
|
+
base: "base";
|
|
6045
6046
|
"2xs": "2xs";
|
|
6046
|
-
xs: "xs";
|
|
6047
6047
|
}>;
|
|
6048
6048
|
textTransform: z.ZodOptional<z.ZodEnum<{
|
|
6049
6049
|
none: "none";
|
|
6050
|
+
uppercase: "uppercase";
|
|
6050
6051
|
capitalize: "capitalize";
|
|
6051
6052
|
lowercase: "lowercase";
|
|
6052
|
-
uppercase: "uppercase";
|
|
6053
6053
|
}>>;
|
|
6054
6054
|
letterSpacing: z.ZodOptional<z.ZodEnum<{
|
|
6055
|
-
wide: "wide";
|
|
6056
6055
|
normal: "normal";
|
|
6056
|
+
wide: "wide";
|
|
6057
6057
|
wider: "wider";
|
|
6058
6058
|
widest: "widest";
|
|
6059
6059
|
}>>;
|
|
@@ -6081,14 +6081,14 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6081
6081
|
}, z.core.$strip>>;
|
|
6082
6082
|
inputStyle: z.ZodOptional<z.ZodObject<{
|
|
6083
6083
|
shape: z.ZodEnum<{
|
|
6084
|
-
|
|
6084
|
+
soft: "soft";
|
|
6085
6085
|
square: "square";
|
|
6086
|
+
rounded: "rounded";
|
|
6086
6087
|
pill: "pill";
|
|
6087
|
-
soft: "soft";
|
|
6088
6088
|
}>;
|
|
6089
6089
|
border: z.ZodEnum<{
|
|
6090
|
-
underline: "underline";
|
|
6091
6090
|
subtle: "subtle";
|
|
6091
|
+
underline: "underline";
|
|
6092
6092
|
defined: "defined";
|
|
6093
6093
|
}>;
|
|
6094
6094
|
focus: z.ZodEnum<{
|
|
@@ -6097,8 +6097,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6097
6097
|
ring: "ring";
|
|
6098
6098
|
}>;
|
|
6099
6099
|
label: z.ZodEnum<{
|
|
6100
|
-
inside: "inside";
|
|
6101
6100
|
above: "above";
|
|
6101
|
+
inside: "inside";
|
|
6102
6102
|
}>;
|
|
6103
6103
|
}, z.core.$strip>>;
|
|
6104
6104
|
blockCustomVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -6111,22 +6111,22 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6111
6111
|
decorationColorToken: z.ZodOptional<z.ZodString>;
|
|
6112
6112
|
hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
|
|
6113
6113
|
underlineStyle: z.ZodOptional<z.ZodEnum<{
|
|
6114
|
-
dashed: "dashed";
|
|
6115
|
-
dotted: "dotted";
|
|
6116
6114
|
solid: "solid";
|
|
6115
|
+
dotted: "dotted";
|
|
6116
|
+
dashed: "dashed";
|
|
6117
6117
|
}>>;
|
|
6118
6118
|
underlineThickness: z.ZodOptional<z.ZodEnum<{
|
|
6119
6119
|
medium: "medium";
|
|
6120
6120
|
auto: "auto";
|
|
6121
|
-
thick: "thick";
|
|
6122
|
-
thin: "thin";
|
|
6123
6121
|
fromFont: "fromFont";
|
|
6122
|
+
thin: "thin";
|
|
6123
|
+
thick: "thick";
|
|
6124
6124
|
}>>;
|
|
6125
6125
|
underlineOffset: z.ZodOptional<z.ZodEnum<{
|
|
6126
|
-
|
|
6126
|
+
tight: "tight";
|
|
6127
6127
|
normal: "normal";
|
|
6128
6128
|
loose: "loose";
|
|
6129
|
-
|
|
6129
|
+
auto: "auto";
|
|
6130
6130
|
}>>;
|
|
6131
6131
|
}, z.core.$strip>>;
|
|
6132
6132
|
}, z.core.$strip>>;
|
|
@@ -6183,9 +6183,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6183
6183
|
}, z.core.$strip>>>;
|
|
6184
6184
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6185
6185
|
fill: "fill";
|
|
6186
|
+
custom: "custom";
|
|
6186
6187
|
fit: "fit";
|
|
6187
6188
|
original: "original";
|
|
6188
|
-
custom: "custom";
|
|
6189
6189
|
}>>>;
|
|
6190
6190
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6191
6191
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6204,12 +6204,12 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6204
6204
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6205
6205
|
}, z.core.$strip>>>;
|
|
6206
6206
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6207
|
-
medium: "medium";
|
|
6208
6207
|
none: "none";
|
|
6209
6208
|
compact: "compact";
|
|
6210
|
-
|
|
6211
|
-
comfortable: "comfortable";
|
|
6209
|
+
medium: "medium";
|
|
6212
6210
|
spacious: "spacious";
|
|
6211
|
+
comfortable: "comfortable";
|
|
6212
|
+
cozy: "cozy";
|
|
6213
6213
|
}>>>;
|
|
6214
6214
|
minHeight: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6215
6215
|
none: "none";
|
|
@@ -6269,9 +6269,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6269
6269
|
}, z.core.$strip>>>;
|
|
6270
6270
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6271
6271
|
fill: "fill";
|
|
6272
|
+
custom: "custom";
|
|
6272
6273
|
fit: "fit";
|
|
6273
6274
|
original: "original";
|
|
6274
|
-
custom: "custom";
|
|
6275
6275
|
}>>>;
|
|
6276
6276
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6277
6277
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6290,21 +6290,21 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6290
6290
|
headingColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6291
6291
|
}, z.core.$strip>>>;
|
|
6292
6292
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6293
|
-
medium: "medium";
|
|
6294
6293
|
none: "none";
|
|
6295
6294
|
compact: "compact";
|
|
6296
|
-
|
|
6297
|
-
comfortable: "comfortable";
|
|
6295
|
+
medium: "medium";
|
|
6298
6296
|
spacious: "spacious";
|
|
6297
|
+
comfortable: "comfortable";
|
|
6298
|
+
cozy: "cozy";
|
|
6299
6299
|
}>>>;
|
|
6300
6300
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
6301
6301
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6302
6302
|
full: "full";
|
|
6303
6303
|
none: "none";
|
|
6304
|
-
sm: "sm";
|
|
6305
6304
|
md: "md";
|
|
6306
6305
|
lg: "lg";
|
|
6307
6306
|
xl: "xl";
|
|
6307
|
+
sm: "sm";
|
|
6308
6308
|
"2xl": "2xl";
|
|
6309
6309
|
}>>>;
|
|
6310
6310
|
fullWidth: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -6361,9 +6361,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6361
6361
|
}, z.core.$strip>>>;
|
|
6362
6362
|
objectFit: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6363
6363
|
fill: "fill";
|
|
6364
|
+
custom: "custom";
|
|
6364
6365
|
fit: "fit";
|
|
6365
6366
|
original: "original";
|
|
6366
|
-
custom: "custom";
|
|
6367
6367
|
}>>>;
|
|
6368
6368
|
scale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6369
6369
|
position: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6392,21 +6392,21 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6392
6392
|
colorToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6393
6393
|
}, z.core.$strip>>>;
|
|
6394
6394
|
spacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6395
|
-
medium: "medium";
|
|
6396
6395
|
none: "none";
|
|
6397
6396
|
compact: "compact";
|
|
6398
|
-
|
|
6399
|
-
comfortable: "comfortable";
|
|
6397
|
+
medium: "medium";
|
|
6400
6398
|
spacious: "spacious";
|
|
6399
|
+
comfortable: "comfortable";
|
|
6400
|
+
cozy: "cozy";
|
|
6401
6401
|
}>>>;
|
|
6402
6402
|
raised: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
6403
6403
|
rounded: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
6404
6404
|
full: "full";
|
|
6405
6405
|
none: "none";
|
|
6406
|
-
sm: "sm";
|
|
6407
6406
|
md: "md";
|
|
6408
6407
|
lg: "lg";
|
|
6409
6408
|
xl: "xl";
|
|
6409
|
+
sm: "sm";
|
|
6410
6410
|
"2xl": "2xl";
|
|
6411
6411
|
}>>>;
|
|
6412
6412
|
}, z.core.$strip>>>;
|