@riverbankcms/sdk 0.72.0 → 0.74.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/README.md +1 -1
  2. package/dist/{PreviewEditorSidebar-44T64SAR.mjs → PreviewEditorSidebar-5XL7M3OM.mjs} +2 -2
  3. package/dist/{PreviewEditorUI-4WKHZTXW.mjs → PreviewEditorUI-ZDFRDJID.mjs} +2 -2
  4. package/dist/SdkPreviewModeRuntime-CRYNDSPL.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +10 -10
  6. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +6 -6
  7. package/dist/_dts/blocks/src/system/node/fragments/backgroundLayer.d.ts +15 -1
  8. package/dist/_dts/blocks/src/system/node/fragments/styledSection.d.ts +11 -0
  9. package/dist/_dts/blocks/src/system/runtime/header/enhanceHeaderSection.d.ts +13 -0
  10. package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +6 -0
  11. package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +2 -2
  12. package/dist/_dts/sdk/src/rendering/islands/enhancers/accordion.d.ts +1 -0
  13. package/dist/_dts/sdk/src/rendering/islands/enhancers/bookingForm.d.ts +1 -0
  14. package/dist/_dts/sdk/src/rendering/islands/enhancers/carousel.d.ts +1 -0
  15. package/dist/_dts/sdk/src/rendering/islands/enhancers/cart.d.ts +1 -0
  16. package/dist/_dts/sdk/src/rendering/islands/enhancers/checkout.d.ts +1 -0
  17. package/dist/_dts/sdk/src/rendering/islands/enhancers/courseRegistration.d.ts +1 -0
  18. package/dist/_dts/sdk/src/rendering/islands/enhancers/eventCalendar.d.ts +1 -0
  19. package/dist/_dts/sdk/src/rendering/islands/enhancers/eventCombined.d.ts +1 -0
  20. package/dist/_dts/sdk/src/rendering/islands/enhancers/eventDetails.d.ts +1 -0
  21. package/dist/_dts/sdk/src/rendering/islands/enhancers/eventListing.d.ts +1 -0
  22. package/dist/_dts/sdk/src/rendering/islands/enhancers/eventRegistration.d.ts +1 -0
  23. package/dist/_dts/sdk/src/rendering/islands/enhancers/form.d.ts +1 -0
  24. package/dist/_dts/sdk/src/rendering/islands/enhancers/headerSection.d.ts +1 -0
  25. package/dist/_dts/sdk/src/rendering/islands/enhancers/locationMap.d.ts +1 -0
  26. package/dist/_dts/sdk/src/rendering/islands/enhancers/newsletterForm.d.ts +1 -0
  27. package/dist/_dts/sdk/src/rendering/islands/enhancers/productDetail.d.ts +1 -0
  28. package/dist/_dts/sdk/src/rendering/islands/enhancers/productList.d.ts +1 -0
  29. package/dist/_dts/sdk/src/rendering/islands/enhancers/shop.d.ts +1 -0
  30. package/dist/_dts/sdk/src/rendering/islands/hydrateBlocksIslands.d.ts +2 -2
  31. package/dist/_dts/sdk/src/rendering/islands/propsDecoder.d.ts +7 -0
  32. package/dist/_dts/sdk/src/rendering/islands/types.d.ts +9 -0
  33. package/dist/_dts/sdk/src/version.d.ts +1 -1
  34. package/dist/_dts/theme-core/src/accordions/types.d.ts +3 -3
  35. package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +7 -7
  36. package/dist/_dts/theme-core/src/buttons/types.d.ts +20 -20
  37. package/dist/_dts/theme-core/src/cards/types.d.ts +2 -2
  38. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  39. package/dist/_dts/theme-core/src/header/navDropdownSizing.d.ts +7 -0
  40. package/dist/_dts/theme-core/src/inputs/types.d.ts +3 -3
  41. package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
  42. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +156 -156
  43. package/dist/_dts/theme-core/src/navigation/types.d.ts +1 -1
  44. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +4 -4
  45. package/dist/_dts/theme-core/src/schema.d.ts +178 -178
  46. package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
  47. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +8 -8
  48. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +5 -5
  49. package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -2
  50. package/dist/{chunk-3YNCQG5N.mjs → chunk-2MIWNFJM.mjs} +149 -15
  51. package/dist/{chunk-KWQPAJYS.mjs → chunk-CBD47MTM.mjs} +1 -1
  52. package/dist/{chunk-HV745JYE.mjs → chunk-CEQBBLMJ.mjs} +1 -1
  53. package/dist/{chunk-G4NLITC2.mjs → chunk-YY7K3QD2.mjs} +5 -5
  54. package/dist/cli/index.mjs +233 -203
  55. package/dist/client/accordion-ZZVXWV3N.mjs +120 -0
  56. package/dist/client/altcha-LIGLPZS5.mjs +2755 -0
  57. package/dist/client/bookingForm-4X77HKDS.mjs +34 -0
  58. package/dist/client/bookings.mjs +13 -0
  59. package/dist/client/carousel-25WK2H7G.mjs +46 -0
  60. package/dist/client/cart-JWD2VRFU.mjs +11 -0
  61. package/dist/client/checkout-V7KYGWL7.mjs +11 -0
  62. package/dist/client/chunk-5IYGMTUE.mjs +18614 -0
  63. package/dist/client/chunk-6VGXRE34.mjs +7617 -0
  64. package/dist/client/chunk-N7PBWBWQ.mjs +26 -0
  65. package/dist/client/chunk-PMAIXMAB.mjs +1960 -0
  66. package/dist/client/chunk-RKCFVIMS.mjs +26 -0
  67. package/dist/client/client.mjs +621 -379
  68. package/dist/client/courseRegistration-O6ZPK4YT.mjs +29 -0
  69. package/dist/client/eventCalendar-X6GIPYFM.mjs +29 -0
  70. package/dist/client/eventCombined-EZUOPM3G.mjs +26 -0
  71. package/dist/client/eventDetails-3WODIXET.mjs +14 -0
  72. package/dist/client/eventListing-HEFGAETC.mjs +29 -0
  73. package/dist/client/eventRegistration-3LCP2V3P.mjs +29 -0
  74. package/dist/client/form-AKXQMY6Z.mjs +85 -0
  75. package/dist/client/headerSection-5KHCMU6B.mjs +12 -0
  76. package/dist/client/hooks.mjs +42 -9
  77. package/dist/client/locationMap-7HIADW76.mjs +14 -0
  78. package/dist/client/newsletterForm-5N4YTMU3.mjs +60 -0
  79. package/dist/client/productDetail-IZUA7ZP3.mjs +11 -0
  80. package/dist/client/productList-KWIIJE6I.mjs +11 -0
  81. package/dist/client/rendering/client.mjs +1655 -6472
  82. package/dist/client/rendering/islands.mjs +40 -44031
  83. package/dist/client/rendering.mjs +2909 -2663
  84. package/dist/client/shop-XZQFRQWZ.mjs +13 -0
  85. package/dist/preview-next/client/runtime.mjs +3 -3
  86. package/dist/{sdk-runtime-NGDWSWOS.mjs → sdk-runtime-OHNONZ5U.mjs} +4 -4
  87. package/dist/server/components.mjs +64 -11
  88. package/dist/server/config-validation.mjs +42 -9
  89. package/dist/server/config.mjs +42 -9
  90. package/dist/server/data.mjs +42 -9
  91. package/dist/server/index.mjs +1 -1
  92. package/dist/server/next.mjs +65 -12
  93. package/dist/server/page-converter.mjs +29 -9
  94. package/dist/server/prebuild.mjs +1 -1
  95. package/dist/server/rendering/server.mjs +64 -11
  96. package/dist/server/rendering.mjs +64 -11
  97. package/dist/server/routing.mjs +50 -10
  98. package/dist/server/server.mjs +43 -10
  99. package/dist/server/theme-bridge.mjs +24 -0
  100. package/dist/styles/index.css +11 -0
  101. package/package.json +1 -1
  102. package/dist/SdkPreviewModeRuntime-FO6V7YVY.mjs +0 -8
@@ -10,7 +10,7 @@ export declare const mockThemes: {
10
10
  energy: "calm" | "vibrant";
11
11
  density: "compact" | "airy" | "regular";
12
12
  mediaBias: "media" | "text" | "mixed";
13
- conversionBias: "low" | "high" | "med";
13
+ conversionBias: "high" | "low" | "med";
14
14
  motion: "standard" | "subtle" | "expressive";
15
15
  };
16
16
  palette: {
@@ -19,14 +19,14 @@ export declare const mockThemes: {
19
19
  hex: string;
20
20
  }[];
21
21
  meta: {
22
- mode: "light" | "dark";
22
+ mode: "dark" | "light";
23
23
  };
24
24
  };
25
25
  typography: {
26
26
  body: {
27
27
  family: string;
28
28
  weight: "medium" | "bold" | "light" | "regular" | "semibold";
29
- letterSpacing: "tight" | "normal" | "loose";
29
+ letterSpacing: "normal" | "loose" | "tight";
30
30
  lineHeight: "normal" | "loose" | "relaxed";
31
31
  size: "md" | "lg" | "xl";
32
32
  };
@@ -34,15 +34,15 @@ export declare const mockThemes: {
34
34
  default: {
35
35
  family: string;
36
36
  weight: "medium" | "bold" | "light" | "regular" | "semibold";
37
- letterSpacing: "tight" | "normal" | "loose";
37
+ letterSpacing: "normal" | "loose" | "tight";
38
38
  lineHeight: "normal" | "loose" | "relaxed";
39
- case: "uppercase" | "normal" | "smallCaps" | null;
39
+ case: "normal" | "uppercase" | "smallCaps" | null;
40
40
  italic: boolean | null;
41
41
  colorToken?: string | null | undefined;
42
42
  };
43
43
  h1: {
44
44
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
45
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
45
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
46
46
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
47
47
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
48
48
  italic?: boolean | null | undefined;
@@ -50,7 +50,7 @@ export declare const mockThemes: {
50
50
  };
51
51
  h2: {
52
52
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
53
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
53
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
54
54
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
55
55
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
56
56
  italic?: boolean | null | undefined;
@@ -58,7 +58,7 @@ export declare const mockThemes: {
58
58
  };
59
59
  h3: {
60
60
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
61
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
61
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
62
62
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
63
63
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
64
64
  italic?: boolean | null | undefined;
@@ -66,7 +66,7 @@ export declare const mockThemes: {
66
66
  };
67
67
  h4?: {
68
68
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
69
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
69
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
70
70
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
71
71
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
72
72
  italic?: boolean | null | undefined;
@@ -74,7 +74,7 @@ export declare const mockThemes: {
74
74
  } | undefined;
75
75
  h5?: {
76
76
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
77
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
77
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
78
78
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
79
79
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
80
80
  italic?: boolean | null | undefined;
@@ -82,7 +82,7 @@ export declare const mockThemes: {
82
82
  } | undefined;
83
83
  h6?: {
84
84
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
85
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
85
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
86
86
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
87
87
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
88
88
  italic?: boolean | null | undefined;
@@ -96,23 +96,23 @@ export declare const mockThemes: {
96
96
  underline?: boolean | undefined;
97
97
  decorationColorToken?: string | undefined;
98
98
  hoverDecorationColorToken?: string | undefined;
99
- underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
100
- underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
101
- underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
99
+ underlineStyle?: "dashed" | "dotted" | "solid" | undefined;
100
+ underlineThickness?: "medium" | "auto" | "thick" | "thin" | "fromFont" | undefined;
101
+ underlineOffset?: "auto" | "normal" | "loose" | "tight" | undefined;
102
102
  } | undefined;
103
103
  };
104
104
  space: "standard" | "comfortable" | "dense";
105
105
  border: {
106
- width: "none" | "thin" | "thick" | "hairline";
107
- style: "solid" | "dashed";
106
+ width: "none" | "thick" | "thin" | "hairline";
107
+ style: "dashed" | "solid";
108
108
  };
109
109
  shadow: {
110
- elevation: "medium" | "none" | "low" | "high";
110
+ elevation: "medium" | "none" | "high" | "low";
111
111
  softness: "soft" | "crisp" | "hard" | null;
112
112
  position: "bottom" | "bottom-right";
113
113
  };
114
114
  motion: {
115
- level: "medium" | "low" | "high" | "off";
115
+ level: "medium" | "off" | "high" | "low";
116
116
  easing: "standard" | "snappy" | "gentle" | null;
117
117
  };
118
118
  corners: "rounded" | "square" | "pill" | "soft";
@@ -169,7 +169,7 @@ export declare const mockThemes: {
169
169
  } | null | undefined;
170
170
  textColor?: string | null | undefined;
171
171
  };
172
- navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
172
+ navStyle: "scale" | "solid" | "underline" | "minimal" | "underline-grow" | "capsule" | "frosted";
173
173
  navWeight: "medium" | "bold" | "regular" | "semibold";
174
174
  navContainer: {
175
175
  type: "none" | "pill" | "glass";
@@ -221,8 +221,8 @@ export declare const mockThemes: {
221
221
  tint?: string | null | undefined;
222
222
  } | undefined;
223
223
  border?: {
224
- width: "medium" | "none" | "thin" | "thick" | "hairline";
225
- style: "solid" | "dashed";
224
+ width: "medium" | "none" | "thick" | "thin" | "hairline";
225
+ style: "dashed" | "solid";
226
226
  position: "none" | "both" | "top" | "bottom";
227
227
  colorToken?: string | undefined;
228
228
  } | undefined;
@@ -251,7 +251,7 @@ export declare const mockThemes: {
251
251
  borderRadius: "full" | "none" | "sm" | "md";
252
252
  typography: "body" | "heading";
253
253
  fontWeight: "medium" | "bold" | "regular" | "semibold";
254
- textTransform: "none" | "uppercase" | "capitalize";
254
+ textTransform: "none" | "capitalize" | "uppercase";
255
255
  italic: boolean;
256
256
  textSize?: "base" | "sm" | "lg" | "xs" | undefined;
257
257
  letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
@@ -286,7 +286,7 @@ export declare const mockThemes: {
286
286
  borderColor: string | null;
287
287
  shadow: "none" | "sm" | "md" | "lg";
288
288
  borderRadius: "none" | "sm" | "md" | "lg";
289
- textTransform: "none" | "uppercase" | "capitalize";
289
+ textTransform: "none" | "capitalize" | "uppercase";
290
290
  letterSpacing: "wide" | "normal" | "wider";
291
291
  hoverBackground?: string | null | undefined;
292
292
  hoverTextColor?: string | null | undefined;
@@ -345,7 +345,7 @@ export declare const mockThemes: {
345
345
  } | null | undefined;
346
346
  textColor?: string | null | undefined;
347
347
  };
348
- navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
348
+ navStyle: "scale" | "solid" | "underline" | "minimal" | "underline-grow" | "capsule" | "frosted";
349
349
  navWeight: "medium" | "bold" | "regular" | "semibold";
350
350
  mode?: "none" | "default" | "blocks" | "default+blocks" | undefined;
351
351
  showLogoText?: boolean | undefined;
@@ -356,7 +356,7 @@ export declare const mockThemes: {
356
356
  borderRadius: "full" | "none" | "sm" | "md";
357
357
  typography: "body" | "heading";
358
358
  fontWeight: "medium" | "bold" | "regular" | "semibold";
359
- textTransform: "none" | "uppercase" | "capitalize";
359
+ textTransform: "none" | "capitalize" | "uppercase";
360
360
  italic: boolean;
361
361
  textSize?: "base" | "sm" | "lg" | "xs" | undefined;
362
362
  letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
@@ -390,7 +390,7 @@ export declare const mockThemes: {
390
390
  } | undefined;
391
391
  navLayout?: {
392
392
  layout?: "inline" | "stack" | "inline-wrap" | undefined;
393
- align?: "center" | "start" | "end" | "space-between" | undefined;
393
+ align?: "center" | "space-between" | "end" | "start" | undefined;
394
394
  gapX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
395
395
  gapY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
396
396
  columns?: number | undefined;
@@ -401,7 +401,7 @@ export declare const mockThemes: {
401
401
  placement?: "left" | "right" | "above" | "below" | undefined;
402
402
  size?: "sm" | "md" | "lg" | "xl" | undefined;
403
403
  maxHeight?: "sm" | "md" | "lg" | "xl" | undefined;
404
- align?: "center" | "start" | "end" | undefined;
404
+ align?: "center" | "end" | "start" | undefined;
405
405
  } | undefined;
406
406
  bottomBar?: {
407
407
  enabled?: boolean | undefined;
@@ -460,7 +460,7 @@ export declare const mockThemes: {
460
460
  paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
461
461
  borderTop?: {
462
462
  colorToken?: string | null | undefined;
463
- width?: "medium" | "none" | "thin" | "thick" | undefined;
463
+ width?: "medium" | "none" | "thick" | "thin" | undefined;
464
464
  } | undefined;
465
465
  } | undefined;
466
466
  };
@@ -480,25 +480,25 @@ export declare const mockThemes: {
480
480
  hero?: {
481
481
  typography?: {
482
482
  headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
483
- headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
483
+ headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
484
484
  subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
485
- subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
485
+ subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
486
486
  microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
487
- microHeadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
487
+ microHeadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
488
488
  microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
489
- microSubheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
489
+ microSubheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
490
490
  responsive?: {
491
491
  tablet?: {
492
492
  headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
493
- headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
493
+ headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
494
494
  subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
495
- subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
495
+ subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
496
496
  } | undefined;
497
497
  mobile?: {
498
498
  headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
499
- headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
499
+ headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
500
500
  subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
501
- subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
501
+ subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
502
502
  } | undefined;
503
503
  } | undefined;
504
504
  } | undefined;
@@ -512,22 +512,22 @@ export declare const mockThemes: {
512
512
  buttons?: {
513
513
  global: {
514
514
  cornerStyle: "rounded" | "square" | "pill";
515
- shadow: "medium" | "none" | "low" | "high";
516
- textTransform: "none" | "uppercase" | "lowercase" | "capitalize";
515
+ shadow: "medium" | "none" | "high" | "low";
516
+ textTransform: "none" | "capitalize" | "lowercase" | "uppercase";
517
517
  fontWeight: 600 | 500 | 700;
518
518
  borderWidth: 1 | 2 | 3;
519
519
  hoverTransform: "none" | "scale" | "lift" | "press";
520
- hoverColor: "none" | "token" | "brighten" | "darken" | "saturate";
520
+ hoverColor: "none" | "token" | "darken" | "brighten" | "saturate";
521
521
  cornerRadius?: number | undefined;
522
522
  typography?: "body" | "heading" | undefined;
523
523
  fontSize?: string | undefined;
524
- letterSpacing?: "tight" | "normal" | "loose" | undefined;
524
+ letterSpacing?: "normal" | "loose" | "tight" | undefined;
525
525
  italic?: boolean | undefined;
526
526
  paddingPreset?: "compact" | "spacious" | "default" | undefined;
527
527
  hoverColorToken?: string | undefined;
528
528
  gradientStyle?: "linear" | "radial" | "conic" | undefined;
529
529
  gradientAngle?: number | undefined;
530
- gradientSharpness?: "medium" | "hard" | "smooth" | undefined;
530
+ gradientSharpness?: "medium" | "smooth" | "hard" | undefined;
531
531
  };
532
532
  variants: {
533
533
  id: string;
@@ -547,7 +547,7 @@ export declare const mockThemes: {
547
547
  textColorToken: string;
548
548
  borderRadius?: string | undefined;
549
549
  shadow?: {
550
- elevation: "medium" | "none" | "low" | "high";
550
+ elevation: "medium" | "none" | "high" | "low";
551
551
  softness: "soft" | "crisp" | "hard" | null;
552
552
  position: "bottom" | "bottom-right";
553
553
  } | undefined;
@@ -631,7 +631,7 @@ export declare const mockThemes: {
631
631
  };
632
632
  spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
633
633
  shadow?: {
634
- elevation: "medium" | "none" | "low" | "high";
634
+ elevation: "medium" | "none" | "high" | "low";
635
635
  softness: "soft" | "crisp" | "hard" | null;
636
636
  position: "bottom" | "bottom-right";
637
637
  } | undefined;
@@ -654,12 +654,12 @@ export declare const mockThemes: {
654
654
  colorToken: string;
655
655
  } | null;
656
656
  shadow: {
657
- elevation: "medium" | "none" | "low" | "high";
657
+ elevation: "medium" | "none" | "high" | "low";
658
658
  softness: "soft" | "crisp" | "hard" | null;
659
659
  position: "bottom" | "bottom-right";
660
660
  } | null;
661
661
  icon: {
662
- style: "plus-minus" | "chevron" | "caret" | "arrow" | "circle-plus-minus";
662
+ style: "caret" | "plus-minus" | "chevron" | "arrow" | "circle-plus-minus";
663
663
  position: "left" | "right";
664
664
  size: "sm" | "md" | "lg";
665
665
  };
@@ -700,9 +700,9 @@ export declare const mockThemes: {
700
700
  };
701
701
  label: {
702
702
  textColorToken: string;
703
- fontWeight: "medium" | "bold" | "regular" | "semibold" | "black";
703
+ fontWeight: "medium" | "bold" | "black" | "regular" | "semibold";
704
704
  fontSize: "base" | "sm" | "2xs" | "xs";
705
- textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
705
+ textTransform?: "none" | "capitalize" | "lowercase" | "uppercase" | undefined;
706
706
  letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
707
707
  opacity?: number | undefined;
708
708
  };
@@ -723,9 +723,9 @@ export declare const mockThemes: {
723
723
  } | undefined;
724
724
  inputStyle?: {
725
725
  shape: "rounded" | "square" | "pill" | "soft";
726
- border: "subtle" | "underline" | "defined";
726
+ border: "underline" | "subtle" | "defined";
727
727
  focus: "underline" | "glow" | "ring";
728
- label: "above" | "inside";
728
+ label: "inside" | "above";
729
729
  } | undefined;
730
730
  blockCustomVars?: Record<string, Record<string, string>> | undefined;
731
731
  blockOverrides?: Record<string, {
@@ -736,9 +736,9 @@ export declare const mockThemes: {
736
736
  underline?: boolean | undefined;
737
737
  decorationColorToken?: string | undefined;
738
738
  hoverDecorationColorToken?: string | undefined;
739
- underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
740
- underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
741
- underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
739
+ underlineStyle?: "dashed" | "dotted" | "solid" | undefined;
740
+ underlineThickness?: "medium" | "auto" | "thick" | "thin" | "fromFont" | undefined;
741
+ underlineOffset?: "auto" | "normal" | "loose" | "tight" | undefined;
742
742
  } | undefined;
743
743
  } | undefined;
744
744
  styles?: {
@@ -981,7 +981,7 @@ export declare const mockThemes: {
981
981
  energy: "calm" | "vibrant";
982
982
  density: "compact" | "airy" | "regular";
983
983
  mediaBias: "media" | "text" | "mixed";
984
- conversionBias: "low" | "high" | "med";
984
+ conversionBias: "high" | "low" | "med";
985
985
  motion: "standard" | "subtle" | "expressive";
986
986
  };
987
987
  palette: {
@@ -990,14 +990,14 @@ export declare const mockThemes: {
990
990
  hex: string;
991
991
  }[];
992
992
  meta: {
993
- mode: "light" | "dark";
993
+ mode: "dark" | "light";
994
994
  };
995
995
  };
996
996
  typography: {
997
997
  body: {
998
998
  family: string;
999
999
  weight: "medium" | "bold" | "light" | "regular" | "semibold";
1000
- letterSpacing: "tight" | "normal" | "loose";
1000
+ letterSpacing: "normal" | "loose" | "tight";
1001
1001
  lineHeight: "normal" | "loose" | "relaxed";
1002
1002
  size: "md" | "lg" | "xl";
1003
1003
  };
@@ -1005,15 +1005,15 @@ export declare const mockThemes: {
1005
1005
  default: {
1006
1006
  family: string;
1007
1007
  weight: "medium" | "bold" | "light" | "regular" | "semibold";
1008
- letterSpacing: "tight" | "normal" | "loose";
1008
+ letterSpacing: "normal" | "loose" | "tight";
1009
1009
  lineHeight: "normal" | "loose" | "relaxed";
1010
- case: "uppercase" | "normal" | "smallCaps" | null;
1010
+ case: "normal" | "uppercase" | "smallCaps" | null;
1011
1011
  italic: boolean | null;
1012
1012
  colorToken?: string | null | undefined;
1013
1013
  };
1014
1014
  h1: {
1015
1015
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
1016
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
1016
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
1017
1017
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
1018
1018
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
1019
1019
  italic?: boolean | null | undefined;
@@ -1021,7 +1021,7 @@ export declare const mockThemes: {
1021
1021
  };
1022
1022
  h2: {
1023
1023
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
1024
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
1024
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
1025
1025
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
1026
1026
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
1027
1027
  italic?: boolean | null | undefined;
@@ -1029,7 +1029,7 @@ export declare const mockThemes: {
1029
1029
  };
1030
1030
  h3: {
1031
1031
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
1032
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
1032
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
1033
1033
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
1034
1034
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
1035
1035
  italic?: boolean | null | undefined;
@@ -1037,7 +1037,7 @@ export declare const mockThemes: {
1037
1037
  };
1038
1038
  h4?: {
1039
1039
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
1040
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
1040
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
1041
1041
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
1042
1042
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
1043
1043
  italic?: boolean | null | undefined;
@@ -1045,7 +1045,7 @@ export declare const mockThemes: {
1045
1045
  } | undefined;
1046
1046
  h5?: {
1047
1047
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
1048
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
1048
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
1049
1049
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
1050
1050
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
1051
1051
  italic?: boolean | null | undefined;
@@ -1053,7 +1053,7 @@ export declare const mockThemes: {
1053
1053
  } | undefined;
1054
1054
  h6?: {
1055
1055
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
1056
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
1056
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
1057
1057
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
1058
1058
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
1059
1059
  italic?: boolean | null | undefined;
@@ -1067,23 +1067,23 @@ export declare const mockThemes: {
1067
1067
  underline?: boolean | undefined;
1068
1068
  decorationColorToken?: string | undefined;
1069
1069
  hoverDecorationColorToken?: string | undefined;
1070
- underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
1071
- underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
1072
- underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
1070
+ underlineStyle?: "dashed" | "dotted" | "solid" | undefined;
1071
+ underlineThickness?: "medium" | "auto" | "thick" | "thin" | "fromFont" | undefined;
1072
+ underlineOffset?: "auto" | "normal" | "loose" | "tight" | undefined;
1073
1073
  } | undefined;
1074
1074
  };
1075
1075
  space: "standard" | "comfortable" | "dense";
1076
1076
  border: {
1077
- width: "none" | "thin" | "thick" | "hairline";
1078
- style: "solid" | "dashed";
1077
+ width: "none" | "thick" | "thin" | "hairline";
1078
+ style: "dashed" | "solid";
1079
1079
  };
1080
1080
  shadow: {
1081
- elevation: "medium" | "none" | "low" | "high";
1081
+ elevation: "medium" | "none" | "high" | "low";
1082
1082
  softness: "soft" | "crisp" | "hard" | null;
1083
1083
  position: "bottom" | "bottom-right";
1084
1084
  };
1085
1085
  motion: {
1086
- level: "medium" | "low" | "high" | "off";
1086
+ level: "medium" | "off" | "high" | "low";
1087
1087
  easing: "standard" | "snappy" | "gentle" | null;
1088
1088
  };
1089
1089
  corners: "rounded" | "square" | "pill" | "soft";
@@ -1140,7 +1140,7 @@ export declare const mockThemes: {
1140
1140
  } | null | undefined;
1141
1141
  textColor?: string | null | undefined;
1142
1142
  };
1143
- navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
1143
+ navStyle: "scale" | "solid" | "underline" | "minimal" | "underline-grow" | "capsule" | "frosted";
1144
1144
  navWeight: "medium" | "bold" | "regular" | "semibold";
1145
1145
  navContainer: {
1146
1146
  type: "none" | "pill" | "glass";
@@ -1192,8 +1192,8 @@ export declare const mockThemes: {
1192
1192
  tint?: string | null | undefined;
1193
1193
  } | undefined;
1194
1194
  border?: {
1195
- width: "medium" | "none" | "thin" | "thick" | "hairline";
1196
- style: "solid" | "dashed";
1195
+ width: "medium" | "none" | "thick" | "thin" | "hairline";
1196
+ style: "dashed" | "solid";
1197
1197
  position: "none" | "both" | "top" | "bottom";
1198
1198
  colorToken?: string | undefined;
1199
1199
  } | undefined;
@@ -1222,7 +1222,7 @@ export declare const mockThemes: {
1222
1222
  borderRadius: "full" | "none" | "sm" | "md";
1223
1223
  typography: "body" | "heading";
1224
1224
  fontWeight: "medium" | "bold" | "regular" | "semibold";
1225
- textTransform: "none" | "uppercase" | "capitalize";
1225
+ textTransform: "none" | "capitalize" | "uppercase";
1226
1226
  italic: boolean;
1227
1227
  textSize?: "base" | "sm" | "lg" | "xs" | undefined;
1228
1228
  letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
@@ -1257,7 +1257,7 @@ export declare const mockThemes: {
1257
1257
  borderColor: string | null;
1258
1258
  shadow: "none" | "sm" | "md" | "lg";
1259
1259
  borderRadius: "none" | "sm" | "md" | "lg";
1260
- textTransform: "none" | "uppercase" | "capitalize";
1260
+ textTransform: "none" | "capitalize" | "uppercase";
1261
1261
  letterSpacing: "wide" | "normal" | "wider";
1262
1262
  hoverBackground?: string | null | undefined;
1263
1263
  hoverTextColor?: string | null | undefined;
@@ -1316,7 +1316,7 @@ export declare const mockThemes: {
1316
1316
  } | null | undefined;
1317
1317
  textColor?: string | null | undefined;
1318
1318
  };
1319
- navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
1319
+ navStyle: "scale" | "solid" | "underline" | "minimal" | "underline-grow" | "capsule" | "frosted";
1320
1320
  navWeight: "medium" | "bold" | "regular" | "semibold";
1321
1321
  mode?: "none" | "default" | "blocks" | "default+blocks" | undefined;
1322
1322
  showLogoText?: boolean | undefined;
@@ -1327,7 +1327,7 @@ export declare const mockThemes: {
1327
1327
  borderRadius: "full" | "none" | "sm" | "md";
1328
1328
  typography: "body" | "heading";
1329
1329
  fontWeight: "medium" | "bold" | "regular" | "semibold";
1330
- textTransform: "none" | "uppercase" | "capitalize";
1330
+ textTransform: "none" | "capitalize" | "uppercase";
1331
1331
  italic: boolean;
1332
1332
  textSize?: "base" | "sm" | "lg" | "xs" | undefined;
1333
1333
  letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
@@ -1361,7 +1361,7 @@ export declare const mockThemes: {
1361
1361
  } | undefined;
1362
1362
  navLayout?: {
1363
1363
  layout?: "inline" | "stack" | "inline-wrap" | undefined;
1364
- align?: "center" | "start" | "end" | "space-between" | undefined;
1364
+ align?: "center" | "space-between" | "end" | "start" | undefined;
1365
1365
  gapX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
1366
1366
  gapY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
1367
1367
  columns?: number | undefined;
@@ -1372,7 +1372,7 @@ export declare const mockThemes: {
1372
1372
  placement?: "left" | "right" | "above" | "below" | undefined;
1373
1373
  size?: "sm" | "md" | "lg" | "xl" | undefined;
1374
1374
  maxHeight?: "sm" | "md" | "lg" | "xl" | undefined;
1375
- align?: "center" | "start" | "end" | undefined;
1375
+ align?: "center" | "end" | "start" | undefined;
1376
1376
  } | undefined;
1377
1377
  bottomBar?: {
1378
1378
  enabled?: boolean | undefined;
@@ -1431,7 +1431,7 @@ export declare const mockThemes: {
1431
1431
  paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
1432
1432
  borderTop?: {
1433
1433
  colorToken?: string | null | undefined;
1434
- width?: "medium" | "none" | "thin" | "thick" | undefined;
1434
+ width?: "medium" | "none" | "thick" | "thin" | undefined;
1435
1435
  } | undefined;
1436
1436
  } | undefined;
1437
1437
  };
@@ -1451,25 +1451,25 @@ export declare const mockThemes: {
1451
1451
  hero?: {
1452
1452
  typography?: {
1453
1453
  headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
1454
- headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
1454
+ headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
1455
1455
  subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
1456
- subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
1456
+ subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
1457
1457
  microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
1458
- microHeadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
1458
+ microHeadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
1459
1459
  microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
1460
- microSubheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
1460
+ microSubheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
1461
1461
  responsive?: {
1462
1462
  tablet?: {
1463
1463
  headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
1464
- headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
1464
+ headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
1465
1465
  subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
1466
- subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
1466
+ subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
1467
1467
  } | undefined;
1468
1468
  mobile?: {
1469
1469
  headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
1470
- headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
1470
+ headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
1471
1471
  subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
1472
- subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
1472
+ subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
1473
1473
  } | undefined;
1474
1474
  } | undefined;
1475
1475
  } | undefined;
@@ -1483,22 +1483,22 @@ export declare const mockThemes: {
1483
1483
  buttons?: {
1484
1484
  global: {
1485
1485
  cornerStyle: "rounded" | "square" | "pill";
1486
- shadow: "medium" | "none" | "low" | "high";
1487
- textTransform: "none" | "uppercase" | "lowercase" | "capitalize";
1486
+ shadow: "medium" | "none" | "high" | "low";
1487
+ textTransform: "none" | "capitalize" | "lowercase" | "uppercase";
1488
1488
  fontWeight: 600 | 500 | 700;
1489
1489
  borderWidth: 1 | 2 | 3;
1490
1490
  hoverTransform: "none" | "scale" | "lift" | "press";
1491
- hoverColor: "none" | "token" | "brighten" | "darken" | "saturate";
1491
+ hoverColor: "none" | "token" | "darken" | "brighten" | "saturate";
1492
1492
  cornerRadius?: number | undefined;
1493
1493
  typography?: "body" | "heading" | undefined;
1494
1494
  fontSize?: string | undefined;
1495
- letterSpacing?: "tight" | "normal" | "loose" | undefined;
1495
+ letterSpacing?: "normal" | "loose" | "tight" | undefined;
1496
1496
  italic?: boolean | undefined;
1497
1497
  paddingPreset?: "compact" | "spacious" | "default" | undefined;
1498
1498
  hoverColorToken?: string | undefined;
1499
1499
  gradientStyle?: "linear" | "radial" | "conic" | undefined;
1500
1500
  gradientAngle?: number | undefined;
1501
- gradientSharpness?: "medium" | "hard" | "smooth" | undefined;
1501
+ gradientSharpness?: "medium" | "smooth" | "hard" | undefined;
1502
1502
  };
1503
1503
  variants: {
1504
1504
  id: string;
@@ -1518,7 +1518,7 @@ export declare const mockThemes: {
1518
1518
  textColorToken: string;
1519
1519
  borderRadius?: string | undefined;
1520
1520
  shadow?: {
1521
- elevation: "medium" | "none" | "low" | "high";
1521
+ elevation: "medium" | "none" | "high" | "low";
1522
1522
  softness: "soft" | "crisp" | "hard" | null;
1523
1523
  position: "bottom" | "bottom-right";
1524
1524
  } | undefined;
@@ -1602,7 +1602,7 @@ export declare const mockThemes: {
1602
1602
  };
1603
1603
  spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
1604
1604
  shadow?: {
1605
- elevation: "medium" | "none" | "low" | "high";
1605
+ elevation: "medium" | "none" | "high" | "low";
1606
1606
  softness: "soft" | "crisp" | "hard" | null;
1607
1607
  position: "bottom" | "bottom-right";
1608
1608
  } | undefined;
@@ -1625,12 +1625,12 @@ export declare const mockThemes: {
1625
1625
  colorToken: string;
1626
1626
  } | null;
1627
1627
  shadow: {
1628
- elevation: "medium" | "none" | "low" | "high";
1628
+ elevation: "medium" | "none" | "high" | "low";
1629
1629
  softness: "soft" | "crisp" | "hard" | null;
1630
1630
  position: "bottom" | "bottom-right";
1631
1631
  } | null;
1632
1632
  icon: {
1633
- style: "plus-minus" | "chevron" | "caret" | "arrow" | "circle-plus-minus";
1633
+ style: "caret" | "plus-minus" | "chevron" | "arrow" | "circle-plus-minus";
1634
1634
  position: "left" | "right";
1635
1635
  size: "sm" | "md" | "lg";
1636
1636
  };
@@ -1671,9 +1671,9 @@ export declare const mockThemes: {
1671
1671
  };
1672
1672
  label: {
1673
1673
  textColorToken: string;
1674
- fontWeight: "medium" | "bold" | "regular" | "semibold" | "black";
1674
+ fontWeight: "medium" | "bold" | "black" | "regular" | "semibold";
1675
1675
  fontSize: "base" | "sm" | "2xs" | "xs";
1676
- textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
1676
+ textTransform?: "none" | "capitalize" | "lowercase" | "uppercase" | undefined;
1677
1677
  letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
1678
1678
  opacity?: number | undefined;
1679
1679
  };
@@ -1694,9 +1694,9 @@ export declare const mockThemes: {
1694
1694
  } | undefined;
1695
1695
  inputStyle?: {
1696
1696
  shape: "rounded" | "square" | "pill" | "soft";
1697
- border: "subtle" | "underline" | "defined";
1697
+ border: "underline" | "subtle" | "defined";
1698
1698
  focus: "underline" | "glow" | "ring";
1699
- label: "above" | "inside";
1699
+ label: "inside" | "above";
1700
1700
  } | undefined;
1701
1701
  blockCustomVars?: Record<string, Record<string, string>> | undefined;
1702
1702
  blockOverrides?: Record<string, {
@@ -1707,9 +1707,9 @@ export declare const mockThemes: {
1707
1707
  underline?: boolean | undefined;
1708
1708
  decorationColorToken?: string | undefined;
1709
1709
  hoverDecorationColorToken?: string | undefined;
1710
- underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
1711
- underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
1712
- underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
1710
+ underlineStyle?: "dashed" | "dotted" | "solid" | undefined;
1711
+ underlineThickness?: "medium" | "auto" | "thick" | "thin" | "fromFont" | undefined;
1712
+ underlineOffset?: "auto" | "normal" | "loose" | "tight" | undefined;
1713
1713
  } | undefined;
1714
1714
  } | undefined;
1715
1715
  styles?: {
@@ -1952,7 +1952,7 @@ export declare const mockThemes: {
1952
1952
  energy: "calm" | "vibrant";
1953
1953
  density: "compact" | "airy" | "regular";
1954
1954
  mediaBias: "media" | "text" | "mixed";
1955
- conversionBias: "low" | "high" | "med";
1955
+ conversionBias: "high" | "low" | "med";
1956
1956
  motion: "standard" | "subtle" | "expressive";
1957
1957
  };
1958
1958
  palette: {
@@ -1961,14 +1961,14 @@ export declare const mockThemes: {
1961
1961
  hex: string;
1962
1962
  }[];
1963
1963
  meta: {
1964
- mode: "light" | "dark";
1964
+ mode: "dark" | "light";
1965
1965
  };
1966
1966
  };
1967
1967
  typography: {
1968
1968
  body: {
1969
1969
  family: string;
1970
1970
  weight: "medium" | "bold" | "light" | "regular" | "semibold";
1971
- letterSpacing: "tight" | "normal" | "loose";
1971
+ letterSpacing: "normal" | "loose" | "tight";
1972
1972
  lineHeight: "normal" | "loose" | "relaxed";
1973
1973
  size: "md" | "lg" | "xl";
1974
1974
  };
@@ -1976,15 +1976,15 @@ export declare const mockThemes: {
1976
1976
  default: {
1977
1977
  family: string;
1978
1978
  weight: "medium" | "bold" | "light" | "regular" | "semibold";
1979
- letterSpacing: "tight" | "normal" | "loose";
1979
+ letterSpacing: "normal" | "loose" | "tight";
1980
1980
  lineHeight: "normal" | "loose" | "relaxed";
1981
- case: "uppercase" | "normal" | "smallCaps" | null;
1981
+ case: "normal" | "uppercase" | "smallCaps" | null;
1982
1982
  italic: boolean | null;
1983
1983
  colorToken?: string | null | undefined;
1984
1984
  };
1985
1985
  h1: {
1986
1986
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
1987
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
1987
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
1988
1988
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
1989
1989
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
1990
1990
  italic?: boolean | null | undefined;
@@ -1992,7 +1992,7 @@ export declare const mockThemes: {
1992
1992
  };
1993
1993
  h2: {
1994
1994
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
1995
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
1995
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
1996
1996
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
1997
1997
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
1998
1998
  italic?: boolean | null | undefined;
@@ -2000,7 +2000,7 @@ export declare const mockThemes: {
2000
2000
  };
2001
2001
  h3: {
2002
2002
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
2003
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
2003
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
2004
2004
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
2005
2005
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
2006
2006
  italic?: boolean | null | undefined;
@@ -2008,7 +2008,7 @@ export declare const mockThemes: {
2008
2008
  };
2009
2009
  h4?: {
2010
2010
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
2011
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
2011
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
2012
2012
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
2013
2013
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
2014
2014
  italic?: boolean | null | undefined;
@@ -2016,7 +2016,7 @@ export declare const mockThemes: {
2016
2016
  } | undefined;
2017
2017
  h5?: {
2018
2018
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
2019
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
2019
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
2020
2020
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
2021
2021
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
2022
2022
  italic?: boolean | null | undefined;
@@ -2024,7 +2024,7 @@ export declare const mockThemes: {
2024
2024
  } | undefined;
2025
2025
  h6?: {
2026
2026
  weight?: "medium" | "bold" | "light" | "regular" | "semibold" | null | undefined;
2027
- letterSpacing?: "tight" | "normal" | "loose" | null | undefined;
2027
+ letterSpacing?: "normal" | "loose" | "tight" | null | undefined;
2028
2028
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
2029
2029
  lineHeight?: "normal" | "loose" | "relaxed" | null | undefined;
2030
2030
  italic?: boolean | null | undefined;
@@ -2038,23 +2038,23 @@ export declare const mockThemes: {
2038
2038
  underline?: boolean | undefined;
2039
2039
  decorationColorToken?: string | undefined;
2040
2040
  hoverDecorationColorToken?: string | undefined;
2041
- underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
2042
- underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
2043
- underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
2041
+ underlineStyle?: "dashed" | "dotted" | "solid" | undefined;
2042
+ underlineThickness?: "medium" | "auto" | "thick" | "thin" | "fromFont" | undefined;
2043
+ underlineOffset?: "auto" | "normal" | "loose" | "tight" | undefined;
2044
2044
  } | undefined;
2045
2045
  };
2046
2046
  space: "standard" | "comfortable" | "dense";
2047
2047
  border: {
2048
- width: "none" | "thin" | "thick" | "hairline";
2049
- style: "solid" | "dashed";
2048
+ width: "none" | "thick" | "thin" | "hairline";
2049
+ style: "dashed" | "solid";
2050
2050
  };
2051
2051
  shadow: {
2052
- elevation: "medium" | "none" | "low" | "high";
2052
+ elevation: "medium" | "none" | "high" | "low";
2053
2053
  softness: "soft" | "crisp" | "hard" | null;
2054
2054
  position: "bottom" | "bottom-right";
2055
2055
  };
2056
2056
  motion: {
2057
- level: "medium" | "low" | "high" | "off";
2057
+ level: "medium" | "off" | "high" | "low";
2058
2058
  easing: "standard" | "snappy" | "gentle" | null;
2059
2059
  };
2060
2060
  corners: "rounded" | "square" | "pill" | "soft";
@@ -2111,7 +2111,7 @@ export declare const mockThemes: {
2111
2111
  } | null | undefined;
2112
2112
  textColor?: string | null | undefined;
2113
2113
  };
2114
- navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
2114
+ navStyle: "scale" | "solid" | "underline" | "minimal" | "underline-grow" | "capsule" | "frosted";
2115
2115
  navWeight: "medium" | "bold" | "regular" | "semibold";
2116
2116
  navContainer: {
2117
2117
  type: "none" | "pill" | "glass";
@@ -2163,8 +2163,8 @@ export declare const mockThemes: {
2163
2163
  tint?: string | null | undefined;
2164
2164
  } | undefined;
2165
2165
  border?: {
2166
- width: "medium" | "none" | "thin" | "thick" | "hairline";
2167
- style: "solid" | "dashed";
2166
+ width: "medium" | "none" | "thick" | "thin" | "hairline";
2167
+ style: "dashed" | "solid";
2168
2168
  position: "none" | "both" | "top" | "bottom";
2169
2169
  colorToken?: string | undefined;
2170
2170
  } | undefined;
@@ -2193,7 +2193,7 @@ export declare const mockThemes: {
2193
2193
  borderRadius: "full" | "none" | "sm" | "md";
2194
2194
  typography: "body" | "heading";
2195
2195
  fontWeight: "medium" | "bold" | "regular" | "semibold";
2196
- textTransform: "none" | "uppercase" | "capitalize";
2196
+ textTransform: "none" | "capitalize" | "uppercase";
2197
2197
  italic: boolean;
2198
2198
  textSize?: "base" | "sm" | "lg" | "xs" | undefined;
2199
2199
  letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
@@ -2228,7 +2228,7 @@ export declare const mockThemes: {
2228
2228
  borderColor: string | null;
2229
2229
  shadow: "none" | "sm" | "md" | "lg";
2230
2230
  borderRadius: "none" | "sm" | "md" | "lg";
2231
- textTransform: "none" | "uppercase" | "capitalize";
2231
+ textTransform: "none" | "capitalize" | "uppercase";
2232
2232
  letterSpacing: "wide" | "normal" | "wider";
2233
2233
  hoverBackground?: string | null | undefined;
2234
2234
  hoverTextColor?: string | null | undefined;
@@ -2287,7 +2287,7 @@ export declare const mockThemes: {
2287
2287
  } | null | undefined;
2288
2288
  textColor?: string | null | undefined;
2289
2289
  };
2290
- navStyle: "scale" | "solid" | "minimal" | "underline" | "underline-grow" | "capsule" | "frosted";
2290
+ navStyle: "scale" | "solid" | "underline" | "minimal" | "underline-grow" | "capsule" | "frosted";
2291
2291
  navWeight: "medium" | "bold" | "regular" | "semibold";
2292
2292
  mode?: "none" | "default" | "blocks" | "default+blocks" | undefined;
2293
2293
  showLogoText?: boolean | undefined;
@@ -2298,7 +2298,7 @@ export declare const mockThemes: {
2298
2298
  borderRadius: "full" | "none" | "sm" | "md";
2299
2299
  typography: "body" | "heading";
2300
2300
  fontWeight: "medium" | "bold" | "regular" | "semibold";
2301
- textTransform: "none" | "uppercase" | "capitalize";
2301
+ textTransform: "none" | "capitalize" | "uppercase";
2302
2302
  italic: boolean;
2303
2303
  textSize?: "base" | "sm" | "lg" | "xs" | undefined;
2304
2304
  letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
@@ -2332,7 +2332,7 @@ export declare const mockThemes: {
2332
2332
  } | undefined;
2333
2333
  navLayout?: {
2334
2334
  layout?: "inline" | "stack" | "inline-wrap" | undefined;
2335
- align?: "center" | "start" | "end" | "space-between" | undefined;
2335
+ align?: "center" | "space-between" | "end" | "start" | undefined;
2336
2336
  gapX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
2337
2337
  gapY?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
2338
2338
  columns?: number | undefined;
@@ -2343,7 +2343,7 @@ export declare const mockThemes: {
2343
2343
  placement?: "left" | "right" | "above" | "below" | undefined;
2344
2344
  size?: "sm" | "md" | "lg" | "xl" | undefined;
2345
2345
  maxHeight?: "sm" | "md" | "lg" | "xl" | undefined;
2346
- align?: "center" | "start" | "end" | undefined;
2346
+ align?: "center" | "end" | "start" | undefined;
2347
2347
  } | undefined;
2348
2348
  bottomBar?: {
2349
2349
  enabled?: boolean | undefined;
@@ -2402,7 +2402,7 @@ export declare const mockThemes: {
2402
2402
  paddingX?: "none" | "compact" | "spacious" | "default" | "tight" | "relaxed" | undefined;
2403
2403
  borderTop?: {
2404
2404
  colorToken?: string | null | undefined;
2405
- width?: "medium" | "none" | "thin" | "thick" | undefined;
2405
+ width?: "medium" | "none" | "thick" | "thin" | undefined;
2406
2406
  } | undefined;
2407
2407
  } | undefined;
2408
2408
  };
@@ -2422,25 +2422,25 @@ export declare const mockThemes: {
2422
2422
  hero?: {
2423
2423
  typography?: {
2424
2424
  headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
2425
- headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
2425
+ headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
2426
2426
  subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
2427
- subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
2427
+ subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
2428
2428
  microHeadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
2429
- microHeadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
2429
+ microHeadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
2430
2430
  microSubheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
2431
- microSubheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
2431
+ microSubheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
2432
2432
  responsive?: {
2433
2433
  tablet?: {
2434
2434
  headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
2435
- headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
2435
+ headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
2436
2436
  subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
2437
- subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
2437
+ subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
2438
2438
  } | undefined;
2439
2439
  mobile?: {
2440
2440
  headlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
2441
- headlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
2441
+ headlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
2442
2442
  subheadlineSize?: "base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "editorial" | "4xl" | "5xl" | "6xl" | undefined;
2443
- subheadlineLineHeight?: "tight" | "normal" | "relaxed" | "snug" | undefined;
2443
+ subheadlineLineHeight?: "normal" | "tight" | "relaxed" | "snug" | undefined;
2444
2444
  } | undefined;
2445
2445
  } | undefined;
2446
2446
  } | undefined;
@@ -2454,22 +2454,22 @@ export declare const mockThemes: {
2454
2454
  buttons?: {
2455
2455
  global: {
2456
2456
  cornerStyle: "rounded" | "square" | "pill";
2457
- shadow: "medium" | "none" | "low" | "high";
2458
- textTransform: "none" | "uppercase" | "lowercase" | "capitalize";
2457
+ shadow: "medium" | "none" | "high" | "low";
2458
+ textTransform: "none" | "capitalize" | "lowercase" | "uppercase";
2459
2459
  fontWeight: 600 | 500 | 700;
2460
2460
  borderWidth: 1 | 2 | 3;
2461
2461
  hoverTransform: "none" | "scale" | "lift" | "press";
2462
- hoverColor: "none" | "token" | "brighten" | "darken" | "saturate";
2462
+ hoverColor: "none" | "token" | "darken" | "brighten" | "saturate";
2463
2463
  cornerRadius?: number | undefined;
2464
2464
  typography?: "body" | "heading" | undefined;
2465
2465
  fontSize?: string | undefined;
2466
- letterSpacing?: "tight" | "normal" | "loose" | undefined;
2466
+ letterSpacing?: "normal" | "loose" | "tight" | undefined;
2467
2467
  italic?: boolean | undefined;
2468
2468
  paddingPreset?: "compact" | "spacious" | "default" | undefined;
2469
2469
  hoverColorToken?: string | undefined;
2470
2470
  gradientStyle?: "linear" | "radial" | "conic" | undefined;
2471
2471
  gradientAngle?: number | undefined;
2472
- gradientSharpness?: "medium" | "hard" | "smooth" | undefined;
2472
+ gradientSharpness?: "medium" | "smooth" | "hard" | undefined;
2473
2473
  };
2474
2474
  variants: {
2475
2475
  id: string;
@@ -2489,7 +2489,7 @@ export declare const mockThemes: {
2489
2489
  textColorToken: string;
2490
2490
  borderRadius?: string | undefined;
2491
2491
  shadow?: {
2492
- elevation: "medium" | "none" | "low" | "high";
2492
+ elevation: "medium" | "none" | "high" | "low";
2493
2493
  softness: "soft" | "crisp" | "hard" | null;
2494
2494
  position: "bottom" | "bottom-right";
2495
2495
  } | undefined;
@@ -2573,7 +2573,7 @@ export declare const mockThemes: {
2573
2573
  };
2574
2574
  spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
2575
2575
  shadow?: {
2576
- elevation: "medium" | "none" | "low" | "high";
2576
+ elevation: "medium" | "none" | "high" | "low";
2577
2577
  softness: "soft" | "crisp" | "hard" | null;
2578
2578
  position: "bottom" | "bottom-right";
2579
2579
  } | undefined;
@@ -2596,12 +2596,12 @@ export declare const mockThemes: {
2596
2596
  colorToken: string;
2597
2597
  } | null;
2598
2598
  shadow: {
2599
- elevation: "medium" | "none" | "low" | "high";
2599
+ elevation: "medium" | "none" | "high" | "low";
2600
2600
  softness: "soft" | "crisp" | "hard" | null;
2601
2601
  position: "bottom" | "bottom-right";
2602
2602
  } | null;
2603
2603
  icon: {
2604
- style: "plus-minus" | "chevron" | "caret" | "arrow" | "circle-plus-minus";
2604
+ style: "caret" | "plus-minus" | "chevron" | "arrow" | "circle-plus-minus";
2605
2605
  position: "left" | "right";
2606
2606
  size: "sm" | "md" | "lg";
2607
2607
  };
@@ -2642,9 +2642,9 @@ export declare const mockThemes: {
2642
2642
  };
2643
2643
  label: {
2644
2644
  textColorToken: string;
2645
- fontWeight: "medium" | "bold" | "regular" | "semibold" | "black";
2645
+ fontWeight: "medium" | "bold" | "black" | "regular" | "semibold";
2646
2646
  fontSize: "base" | "sm" | "2xs" | "xs";
2647
- textTransform?: "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
2647
+ textTransform?: "none" | "capitalize" | "lowercase" | "uppercase" | undefined;
2648
2648
  letterSpacing?: "wide" | "normal" | "wider" | "widest" | undefined;
2649
2649
  opacity?: number | undefined;
2650
2650
  };
@@ -2665,9 +2665,9 @@ export declare const mockThemes: {
2665
2665
  } | undefined;
2666
2666
  inputStyle?: {
2667
2667
  shape: "rounded" | "square" | "pill" | "soft";
2668
- border: "subtle" | "underline" | "defined";
2668
+ border: "underline" | "subtle" | "defined";
2669
2669
  focus: "underline" | "glow" | "ring";
2670
- label: "above" | "inside";
2670
+ label: "inside" | "above";
2671
2671
  } | undefined;
2672
2672
  blockCustomVars?: Record<string, Record<string, string>> | undefined;
2673
2673
  blockOverrides?: Record<string, {
@@ -2678,9 +2678,9 @@ export declare const mockThemes: {
2678
2678
  underline?: boolean | undefined;
2679
2679
  decorationColorToken?: string | undefined;
2680
2680
  hoverDecorationColorToken?: string | undefined;
2681
- underlineStyle?: "solid" | "dotted" | "dashed" | undefined;
2682
- underlineThickness?: "medium" | "auto" | "fromFont" | "thin" | "thick" | undefined;
2683
- underlineOffset?: "auto" | "tight" | "normal" | "loose" | undefined;
2681
+ underlineStyle?: "dashed" | "dotted" | "solid" | undefined;
2682
+ underlineThickness?: "medium" | "auto" | "thick" | "thin" | "fromFont" | undefined;
2683
+ underlineOffset?: "auto" | "normal" | "loose" | "tight" | undefined;
2684
2684
  } | undefined;
2685
2685
  } | undefined;
2686
2686
  styles?: {