@riverbankcms/sdk 0.72.0 → 0.75.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 (146) hide show
  1. package/README.md +1 -1
  2. package/dist/{PreviewEditorSidebar-44T64SAR.mjs → PreviewEditorSidebar-U2IHCBYN.mjs} +3 -3
  3. package/dist/{PreviewEditorUI-4WKHZTXW.mjs → PreviewEditorUI-ZGH2RQNP.mjs} +3 -3
  4. package/dist/SdkPreviewModeRuntime-MTUGBTLQ.mjs +8 -0
  5. package/dist/_dts/ai/src/contracts/proposals.d.ts +10 -10
  6. package/dist/_dts/api/src/cache-tags.d.ts +22 -0
  7. package/dist/_dts/api/src/contentRuntime.d.ts +1 -0
  8. package/dist/_dts/api/src/endpoints.d.ts +24 -24
  9. package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +2 -1
  10. package/dist/_dts/block-form/src/blockDraftSaveability.d.ts +4 -1
  11. package/dist/_dts/blocks/src/client/booking-form.d.ts +2 -0
  12. package/dist/_dts/blocks/src/client/carousel.d.ts +1 -0
  13. package/dist/_dts/blocks/src/client/course-registration.d.ts +2 -0
  14. package/dist/_dts/blocks/src/client/events.d.ts +4 -0
  15. package/dist/_dts/blocks/src/client/form.d.ts +2 -0
  16. package/dist/_dts/blocks/src/client/header.d.ts +1 -0
  17. package/dist/_dts/blocks/src/client/location-map.d.ts +1 -0
  18. package/dist/_dts/blocks/src/client/newsletter-form.d.ts +2 -0
  19. package/dist/_dts/blocks/src/client/shop.d.ts +6 -0
  20. package/dist/_dts/blocks/src/lib/video.d.ts +2 -0
  21. package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +21 -1
  22. package/dist/_dts/blocks/src/system/manifest/schema.d.ts +6 -6
  23. package/dist/_dts/blocks/src/system/node/fragments/backgroundLayer.d.ts +15 -1
  24. package/dist/_dts/blocks/src/system/node/fragments/styledSection.d.ts +11 -0
  25. package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +1 -0
  26. package/dist/_dts/blocks/src/system/runtime/header/enhanceHeaderSection.d.ts +13 -0
  27. package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +3 -2
  28. package/dist/_dts/blocks/src/system/runtime/nodes/events/index.d.ts +3 -0
  29. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +1 -0
  30. package/dist/_dts/blocks/src/system/runtime/nodes/header-section.server.d.ts +1 -0
  31. package/dist/_dts/blocks/src/system/runtime/nodes/media.d.ts +6 -0
  32. package/dist/_dts/content-editor/src/hooks/validateBlocksForPublish.d.ts +5 -0
  33. package/dist/_dts/preview-next/src/client/preview/SiteChromeEditableSurface.d.ts +12 -2
  34. package/dist/_dts/sdk/src/public-api/contracts.d.ts +1 -0
  35. package/dist/_dts/sdk/src/rendering/components/Layout.d.ts +2 -2
  36. package/dist/_dts/sdk/src/rendering/islands/deferredVideoEmbeds.d.ts +2 -0
  37. package/dist/_dts/sdk/src/rendering/islands/enhancers/accordion.d.ts +1 -0
  38. package/dist/_dts/sdk/src/rendering/islands/enhancers/bookingForm.d.ts +1 -0
  39. package/dist/_dts/sdk/src/rendering/islands/enhancers/carousel.d.ts +1 -0
  40. package/dist/_dts/sdk/src/rendering/islands/enhancers/cart.d.ts +1 -0
  41. package/dist/_dts/sdk/src/rendering/islands/enhancers/checkout.d.ts +1 -0
  42. package/dist/_dts/sdk/src/rendering/islands/enhancers/courseRegistration.d.ts +1 -0
  43. package/dist/_dts/sdk/src/rendering/islands/enhancers/eventCalendar.d.ts +1 -0
  44. package/dist/_dts/sdk/src/rendering/islands/enhancers/eventCombined.d.ts +1 -0
  45. package/dist/_dts/sdk/src/rendering/islands/enhancers/eventDetails.d.ts +1 -0
  46. package/dist/_dts/sdk/src/rendering/islands/enhancers/eventListing.d.ts +1 -0
  47. package/dist/_dts/sdk/src/rendering/islands/enhancers/eventRegistration.d.ts +1 -0
  48. package/dist/_dts/sdk/src/rendering/islands/enhancers/form.d.ts +1 -0
  49. package/dist/_dts/sdk/src/rendering/islands/enhancers/headerSection.d.ts +1 -0
  50. package/dist/_dts/sdk/src/rendering/islands/enhancers/locationMap.d.ts +1 -0
  51. package/dist/_dts/sdk/src/rendering/islands/enhancers/newsletterForm.d.ts +1 -0
  52. package/dist/_dts/sdk/src/rendering/islands/enhancers/productDetail.d.ts +1 -0
  53. package/dist/_dts/sdk/src/rendering/islands/enhancers/productList.d.ts +1 -0
  54. package/dist/_dts/sdk/src/rendering/islands/enhancers/shop.d.ts +1 -0
  55. package/dist/_dts/sdk/src/rendering/islands/hydrateBlocksIslands.d.ts +2 -2
  56. package/dist/_dts/sdk/src/rendering/islands/propsDecoder.d.ts +7 -0
  57. package/dist/_dts/sdk/src/rendering/islands/types.d.ts +9 -0
  58. package/dist/_dts/sdk/src/rendering/server.d.ts +3 -0
  59. package/dist/_dts/sdk/src/version.d.ts +1 -1
  60. package/dist/_dts/theme-core/src/accordions/types.d.ts +3 -3
  61. package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +7 -7
  62. package/dist/_dts/theme-core/src/buttons/types.d.ts +20 -20
  63. package/dist/_dts/theme-core/src/cards/types.d.ts +2 -2
  64. package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
  65. package/dist/_dts/theme-core/src/header/navDropdownSizing.d.ts +7 -0
  66. package/dist/_dts/theme-core/src/inputs/types.d.ts +3 -3
  67. package/dist/_dts/theme-core/src/interactive/baseSchema.d.ts +1 -1
  68. package/dist/_dts/theme-core/src/mock-themes/all.d.ts +156 -156
  69. package/dist/_dts/theme-core/src/navigation/types.d.ts +1 -1
  70. package/dist/_dts/theme-core/src/palette/variants/types.d.ts +4 -4
  71. package/dist/_dts/theme-core/src/schema.d.ts +178 -178
  72. package/dist/_dts/theme-core/src/shared/componentStyles.d.ts +2 -2
  73. package/dist/_dts/theme-core/src/site-styles/designState.d.ts +8 -8
  74. package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +5 -5
  75. package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -2
  76. package/dist/{chunk-G4NLITC2.mjs → chunk-BGMNDF6T.mjs} +7 -7
  77. package/dist/{chunk-3YNCQG5N.mjs → chunk-GFE74WRD.mjs} +457 -98
  78. package/dist/{chunk-HV745JYE.mjs → chunk-RWXQBRQZ.mjs} +1 -1
  79. package/dist/{chunk-7RX72SK2.mjs → chunk-VX7B5VAC.mjs} +36 -25
  80. package/dist/{chunk-YRJKZEQ3.mjs → chunk-Z7JLNTJR.mjs} +1 -1
  81. package/dist/{chunk-KWQPAJYS.mjs → chunk-ZSHFGFUG.mjs} +2 -2
  82. package/dist/cli/index.mjs +3498 -3826
  83. package/dist/client/accordion-T2UD2ZTH.mjs +120 -0
  84. package/dist/client/altcha-LIGLPZS5.mjs +2755 -0
  85. package/dist/client/bookingForm-GUP75FKN.mjs +3022 -0
  86. package/dist/client/bookings.mjs +32 -10
  87. package/dist/client/carousel-2NQA6V57.mjs +47 -0
  88. package/dist/client/cart-5TFIAFDS.mjs +18 -0
  89. package/dist/client/checkout-TP4WAHZE.mjs +18 -0
  90. package/dist/client/chunk-2PHQZ666.mjs +383 -0
  91. package/dist/client/chunk-3DCJ45Z2.mjs +36 -0
  92. package/dist/client/chunk-3PEDD5KJ.mjs +146 -0
  93. package/dist/client/chunk-CY2ZTSE5.mjs +204 -0
  94. package/dist/client/chunk-F7LHOKEH.mjs +146 -0
  95. package/dist/client/chunk-FU2QRZMX.mjs +7617 -0
  96. package/dist/client/chunk-I2MMZO53.mjs +6 -0
  97. package/dist/client/chunk-II7O4XN3.mjs +2206 -0
  98. package/dist/client/chunk-M3L3KYYR.mjs +1181 -0
  99. package/dist/client/chunk-N7PBWBWQ.mjs +26 -0
  100. package/dist/client/chunk-NWOUL6JY.mjs +1378 -0
  101. package/dist/client/chunk-OJPZEZU2.mjs +31 -0
  102. package/dist/client/chunk-PMAIXMAB.mjs +1960 -0
  103. package/dist/client/chunk-RTZ3JKKX.mjs +178 -0
  104. package/dist/client/chunk-TQ5MSPDX.mjs +74 -0
  105. package/dist/client/chunk-VUAOE3AG.mjs +5592 -0
  106. package/dist/client/chunk-WJXXNDSE.mjs +245 -0
  107. package/dist/client/chunk-YLMKMCSJ.mjs +86 -0
  108. package/dist/client/chunk-ZLMS67RR.mjs +106 -0
  109. package/dist/client/client.mjs +51865 -52071
  110. package/dist/client/courseRegistration-5DPU6PDY.mjs +1737 -0
  111. package/dist/client/eventCalendar-F3GZGTEF.mjs +40 -0
  112. package/dist/client/eventCombined-BQOB6QMY.mjs +37 -0
  113. package/dist/client/eventDetails-PEM2EJWE.mjs +25 -0
  114. package/dist/client/eventListing-YMIQPVME.mjs +40 -0
  115. package/dist/client/eventRegistration-4I6ZNDUF.mjs +40 -0
  116. package/dist/client/form-ZJVAYZ6G.mjs +300 -0
  117. package/dist/client/headerSection-TOT5MGTF.mjs +729 -0
  118. package/dist/client/hooks.mjs +91 -42
  119. package/dist/client/locationMap-J66NZREU.mjs +227 -0
  120. package/dist/client/newsletterForm-ET2XUMRO.mjs +208 -0
  121. package/dist/client/productDetail-C2XIH7C5.mjs +18 -0
  122. package/dist/client/productList-T2AZLFTP.mjs +18 -0
  123. package/dist/client/rendering/client.mjs +12796 -18295
  124. package/dist/client/rendering/islands.mjs +108 -44022
  125. package/dist/client/rendering.mjs +45141 -45346
  126. package/dist/client/shop-UZ6IUZXD.mjs +20 -0
  127. package/dist/preview-next/before-render.mjs +37 -25
  128. package/dist/preview-next/client/runtime.mjs +5 -5
  129. package/dist/preview-next/middleware.mjs +37 -25
  130. package/dist/{sdk-runtime-NGDWSWOS.mjs → sdk-runtime-JCUQM63Y.mjs} +6 -6
  131. package/dist/server/components.mjs +472 -276
  132. package/dist/server/config-validation.mjs +91 -42
  133. package/dist/server/config.mjs +91 -42
  134. package/dist/server/data.mjs +91 -42
  135. package/dist/server/index.mjs +45 -33
  136. package/dist/server/next.mjs +468 -272
  137. package/dist/server/page-converter.mjs +41 -17
  138. package/dist/server/prebuild.mjs +1 -1
  139. package/dist/server/rendering/server.mjs +556 -275
  140. package/dist/server/rendering.mjs +474 -278
  141. package/dist/server/routing.mjs +99 -43
  142. package/dist/server/server.mjs +92 -43
  143. package/dist/server/theme-bridge.mjs +29 -0
  144. package/dist/styles/index.css +16 -0
  145. package/package.json +2 -1
  146. package/dist/SdkPreviewModeRuntime-FO6V7YVY.mjs +0 -8
@@ -21,8 +21,8 @@ export declare const axesSchema: z.ZodObject<{
21
21
  mixed: "mixed";
22
22
  }>;
23
23
  conversionBias: z.ZodEnum<{
24
- low: "low";
25
24
  high: "high";
25
+ low: "low";
26
26
  med: "med";
27
27
  }>;
28
28
  motion: z.ZodEnum<{
@@ -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
- light: "light";
41
40
  dark: "dark";
41
+ light: "light";
42
42
  }>;
43
43
  }, z.core.$strip>;
44
44
  export declare const paletteSchema: z.ZodObject<{
@@ -48,8 +48,8 @@ export declare const paletteSchema: z.ZodObject<{
48
48
  }, z.core.$strip>>;
49
49
  meta: z.ZodObject<{
50
50
  mode: z.ZodEnum<{
51
- light: "light";
52
51
  dark: "dark";
52
+ light: "light";
53
53
  }>;
54
54
  }, z.core.$strip>;
55
55
  }, z.core.$strip>;
@@ -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
- solid: "solid";
72
- dotted: "dotted";
73
71
  dashed: "dashed";
72
+ dotted: "dotted";
73
+ solid: "solid";
74
74
  }>>;
75
75
  underlineThickness: z.ZodOptional<z.ZodEnum<{
76
76
  medium: "medium";
77
77
  auto: "auto";
78
- fromFont: "fromFont";
79
- thin: "thin";
80
78
  thick: "thick";
79
+ thin: "thin";
80
+ fromFont: "fromFont";
81
81
  }>>;
82
82
  underlineOffset: z.ZodOptional<z.ZodEnum<{
83
83
  auto: "auto";
84
- tight: "tight";
85
84
  normal: "normal";
86
85
  loose: "loose";
86
+ tight: "tight";
87
87
  }>>;
88
88
  }, z.core.$strip>;
89
89
  export declare const sectionStylesOverrideSchema: z.ZodObject<{
@@ -711,22 +711,22 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
711
711
  decorationColorToken: z.ZodOptional<z.ZodString>;
712
712
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
713
713
  underlineStyle: z.ZodOptional<z.ZodEnum<{
714
- solid: "solid";
715
- dotted: "dotted";
716
714
  dashed: "dashed";
715
+ dotted: "dotted";
716
+ solid: "solid";
717
717
  }>>;
718
718
  underlineThickness: z.ZodOptional<z.ZodEnum<{
719
719
  medium: "medium";
720
720
  auto: "auto";
721
- fromFont: "fromFont";
722
- thin: "thin";
723
721
  thick: "thick";
722
+ thin: "thin";
723
+ fromFont: "fromFont";
724
724
  }>>;
725
725
  underlineOffset: z.ZodOptional<z.ZodEnum<{
726
726
  auto: "auto";
727
- tight: "tight";
728
727
  normal: "normal";
729
728
  loose: "loose";
729
+ tight: "tight";
730
730
  }>>;
731
731
  }, z.core.$strip>>;
732
732
  }, z.core.$strip>>;
@@ -1059,9 +1059,9 @@ export declare const typographySchema: z.ZodObject<{
1059
1059
  semibold: "semibold";
1060
1060
  }>;
1061
1061
  letterSpacing: z.ZodEnum<{
1062
- tight: "tight";
1063
1062
  normal: "normal";
1064
1063
  loose: "loose";
1064
+ tight: "tight";
1065
1065
  }>;
1066
1066
  lineHeight: z.ZodEnum<{
1067
1067
  normal: "normal";
@@ -1085,9 +1085,9 @@ export declare const typographySchema: z.ZodObject<{
1085
1085
  semibold: "semibold";
1086
1086
  }>;
1087
1087
  letterSpacing: z.ZodEnum<{
1088
- tight: "tight";
1089
1088
  normal: "normal";
1090
1089
  loose: "loose";
1090
+ tight: "tight";
1091
1091
  }>;
1092
1092
  lineHeight: z.ZodEnum<{
1093
1093
  normal: "normal";
@@ -1095,8 +1095,8 @@ export declare const typographySchema: z.ZodObject<{
1095
1095
  relaxed: "relaxed";
1096
1096
  }>;
1097
1097
  case: z.ZodNullable<z.ZodEnum<{
1098
- uppercase: "uppercase";
1099
1098
  normal: "normal";
1099
+ uppercase: "uppercase";
1100
1100
  smallCaps: "smallCaps";
1101
1101
  }>>;
1102
1102
  italic: z.ZodNullable<z.ZodBoolean>;
@@ -1111,9 +1111,9 @@ export declare const typographySchema: z.ZodObject<{
1111
1111
  semibold: "semibold";
1112
1112
  }>>>;
1113
1113
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1114
- tight: "tight";
1115
1114
  normal: "normal";
1116
1115
  loose: "loose";
1116
+ tight: "tight";
1117
1117
  }>>>;
1118
1118
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1119
1119
  sm: "sm";
@@ -1140,9 +1140,9 @@ export declare const typographySchema: z.ZodObject<{
1140
1140
  semibold: "semibold";
1141
1141
  }>>>;
1142
1142
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1143
- tight: "tight";
1144
1143
  normal: "normal";
1145
1144
  loose: "loose";
1145
+ tight: "tight";
1146
1146
  }>>>;
1147
1147
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1148
1148
  sm: "sm";
@@ -1169,9 +1169,9 @@ export declare const typographySchema: z.ZodObject<{
1169
1169
  semibold: "semibold";
1170
1170
  }>>>;
1171
1171
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1172
- tight: "tight";
1173
1172
  normal: "normal";
1174
1173
  loose: "loose";
1174
+ tight: "tight";
1175
1175
  }>>>;
1176
1176
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1177
1177
  sm: "sm";
@@ -1198,9 +1198,9 @@ export declare const typographySchema: z.ZodObject<{
1198
1198
  semibold: "semibold";
1199
1199
  }>>>;
1200
1200
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1201
- tight: "tight";
1202
1201
  normal: "normal";
1203
1202
  loose: "loose";
1203
+ tight: "tight";
1204
1204
  }>>>;
1205
1205
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1206
1206
  sm: "sm";
@@ -1227,9 +1227,9 @@ export declare const typographySchema: z.ZodObject<{
1227
1227
  semibold: "semibold";
1228
1228
  }>>>;
1229
1229
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1230
- tight: "tight";
1231
1230
  normal: "normal";
1232
1231
  loose: "loose";
1232
+ tight: "tight";
1233
1233
  }>>>;
1234
1234
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1235
1235
  sm: "sm";
@@ -1256,9 +1256,9 @@ export declare const typographySchema: z.ZodObject<{
1256
1256
  semibold: "semibold";
1257
1257
  }>>>;
1258
1258
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1259
- tight: "tight";
1260
1259
  normal: "normal";
1261
1260
  loose: "loose";
1261
+ tight: "tight";
1262
1262
  }>>>;
1263
1263
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1264
1264
  sm: "sm";
@@ -1292,22 +1292,22 @@ export declare const typographySchema: z.ZodObject<{
1292
1292
  decorationColorToken: z.ZodOptional<z.ZodString>;
1293
1293
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
1294
1294
  underlineStyle: z.ZodOptional<z.ZodEnum<{
1295
- solid: "solid";
1296
- dotted: "dotted";
1297
1295
  dashed: "dashed";
1296
+ dotted: "dotted";
1297
+ solid: "solid";
1298
1298
  }>>;
1299
1299
  underlineThickness: z.ZodOptional<z.ZodEnum<{
1300
1300
  medium: "medium";
1301
1301
  auto: "auto";
1302
- fromFont: "fromFont";
1303
- thin: "thin";
1304
1302
  thick: "thick";
1303
+ thin: "thin";
1304
+ fromFont: "fromFont";
1305
1305
  }>>;
1306
1306
  underlineOffset: z.ZodOptional<z.ZodEnum<{
1307
1307
  auto: "auto";
1308
- tight: "tight";
1309
1308
  normal: "normal";
1310
1309
  loose: "loose";
1310
+ tight: "tight";
1311
1311
  }>>;
1312
1312
  }, z.core.$strip>>;
1313
1313
  }, z.core.$strip>;
@@ -1326,8 +1326,8 @@ export declare const shadow: z.ZodObject<{
1326
1326
  elevation: z.ZodEnum<{
1327
1327
  medium: "medium";
1328
1328
  none: "none";
1329
- low: "low";
1330
1329
  high: "high";
1330
+ low: "low";
1331
1331
  }>;
1332
1332
  softness: z.ZodNullable<z.ZodEnum<{
1333
1333
  soft: "soft";
@@ -1342,21 +1342,21 @@ export declare const shadow: z.ZodObject<{
1342
1342
  export declare const border: z.ZodObject<{
1343
1343
  width: z.ZodEnum<{
1344
1344
  none: "none";
1345
- thin: "thin";
1346
1345
  thick: "thick";
1346
+ thin: "thin";
1347
1347
  hairline: "hairline";
1348
1348
  }>;
1349
1349
  style: z.ZodEnum<{
1350
- solid: "solid";
1351
1350
  dashed: "dashed";
1351
+ solid: "solid";
1352
1352
  }>;
1353
1353
  }, z.core.$strip>;
1354
1354
  export declare const motion: z.ZodObject<{
1355
1355
  level: z.ZodEnum<{
1356
1356
  medium: "medium";
1357
- low: "low";
1358
- high: "high";
1359
1357
  off: "off";
1358
+ high: "high";
1359
+ low: "low";
1360
1360
  }>;
1361
1361
  easing: z.ZodNullable<z.ZodEnum<{
1362
1362
  standard: "standard";
@@ -1376,8 +1376,8 @@ export declare const cardStyle: z.ZodObject<{
1376
1376
  elevation: z.ZodEnum<{
1377
1377
  medium: "medium";
1378
1378
  none: "none";
1379
- low: "low";
1380
1379
  high: "high";
1380
+ low: "low";
1381
1381
  }>;
1382
1382
  border: z.ZodEnum<{
1383
1383
  none: "none";
@@ -1409,8 +1409,8 @@ export declare const inputStyle: z.ZodObject<{
1409
1409
  soft: "soft";
1410
1410
  }>;
1411
1411
  border: z.ZodEnum<{
1412
- subtle: "subtle";
1413
1412
  underline: "underline";
1413
+ subtle: "subtle";
1414
1414
  defined: "defined";
1415
1415
  }>;
1416
1416
  focus: z.ZodEnum<{
@@ -1419,8 +1419,8 @@ export declare const inputStyle: z.ZodObject<{
1419
1419
  ring: "ring";
1420
1420
  }>;
1421
1421
  label: z.ZodEnum<{
1422
- above: "above";
1423
1422
  inside: "inside";
1423
+ above: "above";
1424
1424
  }>;
1425
1425
  }, z.core.$strip>;
1426
1426
  declare const headerVariant: z.ZodEnum<{
@@ -1438,8 +1438,8 @@ declare const headerPositioning: z.ZodEnum<{
1438
1438
  declare const headerNavStyle: z.ZodEnum<{
1439
1439
  scale: "scale";
1440
1440
  solid: "solid";
1441
- minimal: "minimal";
1442
1441
  underline: "underline";
1442
+ minimal: "minimal";
1443
1443
  "underline-grow": "underline-grow";
1444
1444
  capsule: "capsule";
1445
1445
  frosted: "frosted";
@@ -1477,13 +1477,13 @@ declare const headerBorderSchema: z.ZodOptional<z.ZodObject<{
1477
1477
  width: z.ZodDefault<z.ZodEnum<{
1478
1478
  medium: "medium";
1479
1479
  none: "none";
1480
- thin: "thin";
1481
1480
  thick: "thick";
1481
+ thin: "thin";
1482
1482
  hairline: "hairline";
1483
1483
  }>>;
1484
1484
  style: z.ZodDefault<z.ZodEnum<{
1485
- solid: "solid";
1486
1485
  dashed: "dashed";
1486
+ solid: "solid";
1487
1487
  }>>;
1488
1488
  colorToken: z.ZodOptional<z.ZodString>;
1489
1489
  position: z.ZodDefault<z.ZodEnum<{
@@ -1541,8 +1541,8 @@ declare const dropdownStyleSchema: z.ZodOptional<z.ZodObject<{
1541
1541
  hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1542
1542
  textTransform: z.ZodDefault<z.ZodEnum<{
1543
1543
  none: "none";
1544
- uppercase: "uppercase";
1545
1544
  capitalize: "capitalize";
1545
+ uppercase: "uppercase";
1546
1546
  }>>;
1547
1547
  letterSpacing: z.ZodDefault<z.ZodEnum<{
1548
1548
  wide: "wide";
@@ -1761,8 +1761,8 @@ export declare const headerSchema: z.ZodObject<{
1761
1761
  navStyle: z.ZodEnum<{
1762
1762
  scale: "scale";
1763
1763
  solid: "solid";
1764
- minimal: "minimal";
1765
1764
  underline: "underline";
1765
+ minimal: "minimal";
1766
1766
  "underline-grow": "underline-grow";
1767
1767
  capsule: "capsule";
1768
1768
  frosted: "frosted";
@@ -1797,13 +1797,13 @@ export declare const headerSchema: z.ZodObject<{
1797
1797
  width: z.ZodDefault<z.ZodEnum<{
1798
1798
  medium: "medium";
1799
1799
  none: "none";
1800
- thin: "thin";
1801
1800
  thick: "thick";
1801
+ thin: "thin";
1802
1802
  hairline: "hairline";
1803
1803
  }>>;
1804
1804
  style: z.ZodDefault<z.ZodEnum<{
1805
- solid: "solid";
1806
1805
  dashed: "dashed";
1806
+ solid: "solid";
1807
1807
  }>>;
1808
1808
  colorToken: z.ZodOptional<z.ZodString>;
1809
1809
  position: z.ZodDefault<z.ZodEnum<{
@@ -1924,8 +1924,8 @@ export declare const headerSchema: z.ZodObject<{
1924
1924
  }>>;
1925
1925
  textTransform: z.ZodDefault<z.ZodEnum<{
1926
1926
  none: "none";
1927
- uppercase: "uppercase";
1928
1927
  capitalize: "capitalize";
1928
+ uppercase: "uppercase";
1929
1929
  }>>;
1930
1930
  italic: z.ZodDefault<z.ZodBoolean>;
1931
1931
  name: z.ZodOptional<z.ZodString>;
@@ -1967,8 +1967,8 @@ export declare const headerSchema: z.ZodObject<{
1967
1967
  hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1968
1968
  textTransform: z.ZodDefault<z.ZodEnum<{
1969
1969
  none: "none";
1970
- uppercase: "uppercase";
1971
1970
  capitalize: "capitalize";
1971
+ uppercase: "uppercase";
1972
1972
  }>>;
1973
1973
  letterSpacing: z.ZodDefault<z.ZodEnum<{
1974
1974
  wide: "wide";
@@ -2086,8 +2086,8 @@ export declare const footerSchema: z.ZodObject<{
2086
2086
  navStyle: z.ZodDefault<z.ZodEnum<{
2087
2087
  scale: "scale";
2088
2088
  solid: "solid";
2089
- minimal: "minimal";
2090
2089
  underline: "underline";
2090
+ minimal: "minimal";
2091
2091
  "underline-grow": "underline-grow";
2092
2092
  capsule: "capsule";
2093
2093
  frosted: "frosted";
@@ -2163,8 +2163,8 @@ export declare const footerSchema: z.ZodObject<{
2163
2163
  }>>;
2164
2164
  textTransform: z.ZodDefault<z.ZodEnum<{
2165
2165
  none: "none";
2166
- uppercase: "uppercase";
2167
2166
  capitalize: "capitalize";
2167
+ uppercase: "uppercase";
2168
2168
  }>>;
2169
2169
  italic: z.ZodDefault<z.ZodBoolean>;
2170
2170
  name: z.ZodOptional<z.ZodString>;
@@ -2183,9 +2183,9 @@ export declare const footerSchema: z.ZodObject<{
2183
2183
  }>>;
2184
2184
  align: z.ZodOptional<z.ZodEnum<{
2185
2185
  center: "center";
2186
- start: "start";
2187
- end: "end";
2188
2186
  "space-between": "space-between";
2187
+ end: "end";
2188
+ start: "start";
2189
2189
  }>>;
2190
2190
  gapX: z.ZodOptional<z.ZodEnum<{
2191
2191
  none: "none";
@@ -2228,8 +2228,8 @@ export declare const footerSchema: z.ZodObject<{
2228
2228
  }>>;
2229
2229
  align: z.ZodOptional<z.ZodEnum<{
2230
2230
  center: "center";
2231
- start: "start";
2232
2231
  end: "end";
2232
+ start: "start";
2233
2233
  }>>;
2234
2234
  }, z.core.$strip>>;
2235
2235
  bottomBar: z.ZodOptional<z.ZodObject<{
@@ -2324,8 +2324,8 @@ export declare const footerSchema: z.ZodObject<{
2324
2324
  width: z.ZodOptional<z.ZodEnum<{
2325
2325
  medium: "medium";
2326
2326
  none: "none";
2327
- thin: "thin";
2328
2327
  thick: "thick";
2328
+ thin: "thin";
2329
2329
  }>>;
2330
2330
  }, z.core.$strip>>;
2331
2331
  }, z.core.$strip>>;
@@ -2367,8 +2367,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2367
2367
  "6xl": "6xl";
2368
2368
  }>>;
2369
2369
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2370
- tight: "tight";
2371
2370
  normal: "normal";
2371
+ tight: "tight";
2372
2372
  relaxed: "relaxed";
2373
2373
  snug: "snug";
2374
2374
  }>>;
@@ -2385,8 +2385,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2385
2385
  "6xl": "6xl";
2386
2386
  }>>;
2387
2387
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2388
- tight: "tight";
2389
2388
  normal: "normal";
2389
+ tight: "tight";
2390
2390
  relaxed: "relaxed";
2391
2391
  snug: "snug";
2392
2392
  }>>;
@@ -2403,8 +2403,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2403
2403
  "6xl": "6xl";
2404
2404
  }>>;
2405
2405
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2406
- tight: "tight";
2407
2406
  normal: "normal";
2407
+ tight: "tight";
2408
2408
  relaxed: "relaxed";
2409
2409
  snug: "snug";
2410
2410
  }>>;
@@ -2421,8 +2421,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2421
2421
  "6xl": "6xl";
2422
2422
  }>>;
2423
2423
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2424
- tight: "tight";
2425
2424
  normal: "normal";
2425
+ tight: "tight";
2426
2426
  relaxed: "relaxed";
2427
2427
  snug: "snug";
2428
2428
  }>>;
@@ -2441,8 +2441,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2441
2441
  "6xl": "6xl";
2442
2442
  }>>;
2443
2443
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2444
- tight: "tight";
2445
2444
  normal: "normal";
2445
+ tight: "tight";
2446
2446
  relaxed: "relaxed";
2447
2447
  snug: "snug";
2448
2448
  }>>;
@@ -2459,8 +2459,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2459
2459
  "6xl": "6xl";
2460
2460
  }>>;
2461
2461
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2462
- tight: "tight";
2463
2462
  normal: "normal";
2463
+ tight: "tight";
2464
2464
  relaxed: "relaxed";
2465
2465
  snug: "snug";
2466
2466
  }>>;
@@ -2479,8 +2479,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2479
2479
  "6xl": "6xl";
2480
2480
  }>>;
2481
2481
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2482
- tight: "tight";
2483
2482
  normal: "normal";
2483
+ tight: "tight";
2484
2484
  relaxed: "relaxed";
2485
2485
  snug: "snug";
2486
2486
  }>>;
@@ -2497,8 +2497,8 @@ declare const heroSchema: z.ZodOptional<z.ZodObject<{
2497
2497
  "6xl": "6xl";
2498
2498
  }>>;
2499
2499
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2500
- tight: "tight";
2501
2500
  normal: "normal";
2501
+ tight: "tight";
2502
2502
  relaxed: "relaxed";
2503
2503
  snug: "snug";
2504
2504
  }>>;
@@ -2549,8 +2549,8 @@ export declare const themeSchema: z.ZodObject<{
2549
2549
  mixed: "mixed";
2550
2550
  }>;
2551
2551
  conversionBias: z.ZodEnum<{
2552
- low: "low";
2553
2552
  high: "high";
2553
+ low: "low";
2554
2554
  med: "med";
2555
2555
  }>;
2556
2556
  motion: z.ZodEnum<{
@@ -2566,8 +2566,8 @@ export declare const themeSchema: z.ZodObject<{
2566
2566
  }, z.core.$strip>>;
2567
2567
  meta: z.ZodObject<{
2568
2568
  mode: z.ZodEnum<{
2569
- light: "light";
2570
2569
  dark: "dark";
2570
+ light: "light";
2571
2571
  }>;
2572
2572
  }, z.core.$strip>;
2573
2573
  }, z.core.$strip>;
@@ -2582,9 +2582,9 @@ export declare const themeSchema: z.ZodObject<{
2582
2582
  semibold: "semibold";
2583
2583
  }>;
2584
2584
  letterSpacing: z.ZodEnum<{
2585
- tight: "tight";
2586
2585
  normal: "normal";
2587
2586
  loose: "loose";
2587
+ tight: "tight";
2588
2588
  }>;
2589
2589
  lineHeight: z.ZodEnum<{
2590
2590
  normal: "normal";
@@ -2608,9 +2608,9 @@ export declare const themeSchema: z.ZodObject<{
2608
2608
  semibold: "semibold";
2609
2609
  }>;
2610
2610
  letterSpacing: z.ZodEnum<{
2611
- tight: "tight";
2612
2611
  normal: "normal";
2613
2612
  loose: "loose";
2613
+ tight: "tight";
2614
2614
  }>;
2615
2615
  lineHeight: z.ZodEnum<{
2616
2616
  normal: "normal";
@@ -2618,8 +2618,8 @@ export declare const themeSchema: z.ZodObject<{
2618
2618
  relaxed: "relaxed";
2619
2619
  }>;
2620
2620
  case: z.ZodNullable<z.ZodEnum<{
2621
- uppercase: "uppercase";
2622
2621
  normal: "normal";
2622
+ uppercase: "uppercase";
2623
2623
  smallCaps: "smallCaps";
2624
2624
  }>>;
2625
2625
  italic: z.ZodNullable<z.ZodBoolean>;
@@ -2634,9 +2634,9 @@ export declare const themeSchema: z.ZodObject<{
2634
2634
  semibold: "semibold";
2635
2635
  }>>>;
2636
2636
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2637
- tight: "tight";
2638
2637
  normal: "normal";
2639
2638
  loose: "loose";
2639
+ tight: "tight";
2640
2640
  }>>>;
2641
2641
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2642
2642
  sm: "sm";
@@ -2663,9 +2663,9 @@ export declare const themeSchema: z.ZodObject<{
2663
2663
  semibold: "semibold";
2664
2664
  }>>>;
2665
2665
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2666
- tight: "tight";
2667
2666
  normal: "normal";
2668
2667
  loose: "loose";
2668
+ tight: "tight";
2669
2669
  }>>>;
2670
2670
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2671
2671
  sm: "sm";
@@ -2692,9 +2692,9 @@ export declare const themeSchema: z.ZodObject<{
2692
2692
  semibold: "semibold";
2693
2693
  }>>>;
2694
2694
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2695
- tight: "tight";
2696
2695
  normal: "normal";
2697
2696
  loose: "loose";
2697
+ tight: "tight";
2698
2698
  }>>>;
2699
2699
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2700
2700
  sm: "sm";
@@ -2721,9 +2721,9 @@ export declare const themeSchema: z.ZodObject<{
2721
2721
  semibold: "semibold";
2722
2722
  }>>>;
2723
2723
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2724
- tight: "tight";
2725
2724
  normal: "normal";
2726
2725
  loose: "loose";
2726
+ tight: "tight";
2727
2727
  }>>>;
2728
2728
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2729
2729
  sm: "sm";
@@ -2750,9 +2750,9 @@ export declare const themeSchema: z.ZodObject<{
2750
2750
  semibold: "semibold";
2751
2751
  }>>>;
2752
2752
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2753
- tight: "tight";
2754
2753
  normal: "normal";
2755
2754
  loose: "loose";
2755
+ tight: "tight";
2756
2756
  }>>>;
2757
2757
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2758
2758
  sm: "sm";
@@ -2779,9 +2779,9 @@ export declare const themeSchema: z.ZodObject<{
2779
2779
  semibold: "semibold";
2780
2780
  }>>>;
2781
2781
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2782
- tight: "tight";
2783
2782
  normal: "normal";
2784
2783
  loose: "loose";
2784
+ tight: "tight";
2785
2785
  }>>>;
2786
2786
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2787
2787
  sm: "sm";
@@ -2815,22 +2815,22 @@ export declare const themeSchema: z.ZodObject<{
2815
2815
  decorationColorToken: z.ZodOptional<z.ZodString>;
2816
2816
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
2817
2817
  underlineStyle: z.ZodOptional<z.ZodEnum<{
2818
- solid: "solid";
2819
- dotted: "dotted";
2820
2818
  dashed: "dashed";
2819
+ dotted: "dotted";
2820
+ solid: "solid";
2821
2821
  }>>;
2822
2822
  underlineThickness: z.ZodOptional<z.ZodEnum<{
2823
2823
  medium: "medium";
2824
2824
  auto: "auto";
2825
- fromFont: "fromFont";
2826
- thin: "thin";
2827
2825
  thick: "thick";
2826
+ thin: "thin";
2827
+ fromFont: "fromFont";
2828
2828
  }>>;
2829
2829
  underlineOffset: z.ZodOptional<z.ZodEnum<{
2830
2830
  auto: "auto";
2831
- tight: "tight";
2832
2831
  normal: "normal";
2833
2832
  loose: "loose";
2833
+ tight: "tight";
2834
2834
  }>>;
2835
2835
  }, z.core.$strip>>;
2836
2836
  }, z.core.$strip>;
@@ -2842,21 +2842,21 @@ export declare const themeSchema: z.ZodObject<{
2842
2842
  border: z.ZodObject<{
2843
2843
  width: z.ZodEnum<{
2844
2844
  none: "none";
2845
- thin: "thin";
2846
2845
  thick: "thick";
2846
+ thin: "thin";
2847
2847
  hairline: "hairline";
2848
2848
  }>;
2849
2849
  style: z.ZodEnum<{
2850
- solid: "solid";
2851
2850
  dashed: "dashed";
2851
+ solid: "solid";
2852
2852
  }>;
2853
2853
  }, z.core.$strip>;
2854
2854
  shadow: z.ZodObject<{
2855
2855
  elevation: z.ZodEnum<{
2856
2856
  medium: "medium";
2857
2857
  none: "none";
2858
- low: "low";
2859
2858
  high: "high";
2859
+ low: "low";
2860
2860
  }>;
2861
2861
  softness: z.ZodNullable<z.ZodEnum<{
2862
2862
  soft: "soft";
@@ -2871,9 +2871,9 @@ export declare const themeSchema: z.ZodObject<{
2871
2871
  motion: z.ZodObject<{
2872
2872
  level: z.ZodEnum<{
2873
2873
  medium: "medium";
2874
- low: "low";
2875
- high: "high";
2876
2874
  off: "off";
2875
+ high: "high";
2876
+ low: "low";
2877
2877
  }>;
2878
2878
  easing: z.ZodNullable<z.ZodEnum<{
2879
2879
  standard: "standard";
@@ -2929,8 +2929,8 @@ export declare const themeSchema: z.ZodObject<{
2929
2929
  "6xl": "6xl";
2930
2930
  }>>;
2931
2931
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
2932
- tight: "tight";
2933
2932
  normal: "normal";
2933
+ tight: "tight";
2934
2934
  relaxed: "relaxed";
2935
2935
  snug: "snug";
2936
2936
  }>>;
@@ -2947,8 +2947,8 @@ export declare const themeSchema: z.ZodObject<{
2947
2947
  "6xl": "6xl";
2948
2948
  }>>;
2949
2949
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2950
- tight: "tight";
2951
2950
  normal: "normal";
2951
+ tight: "tight";
2952
2952
  relaxed: "relaxed";
2953
2953
  snug: "snug";
2954
2954
  }>>;
@@ -2965,8 +2965,8 @@ export declare const themeSchema: z.ZodObject<{
2965
2965
  "6xl": "6xl";
2966
2966
  }>>;
2967
2967
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2968
- tight: "tight";
2969
2968
  normal: "normal";
2969
+ tight: "tight";
2970
2970
  relaxed: "relaxed";
2971
2971
  snug: "snug";
2972
2972
  }>>;
@@ -2983,8 +2983,8 @@ export declare const themeSchema: z.ZodObject<{
2983
2983
  "6xl": "6xl";
2984
2984
  }>>;
2985
2985
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
2986
- tight: "tight";
2987
2986
  normal: "normal";
2987
+ tight: "tight";
2988
2988
  relaxed: "relaxed";
2989
2989
  snug: "snug";
2990
2990
  }>>;
@@ -3003,8 +3003,8 @@ export declare const themeSchema: z.ZodObject<{
3003
3003
  "6xl": "6xl";
3004
3004
  }>>;
3005
3005
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
3006
- tight: "tight";
3007
3006
  normal: "normal";
3007
+ tight: "tight";
3008
3008
  relaxed: "relaxed";
3009
3009
  snug: "snug";
3010
3010
  }>>;
@@ -3021,8 +3021,8 @@ export declare const themeSchema: z.ZodObject<{
3021
3021
  "6xl": "6xl";
3022
3022
  }>>;
3023
3023
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3024
- tight: "tight";
3025
3024
  normal: "normal";
3025
+ tight: "tight";
3026
3026
  relaxed: "relaxed";
3027
3027
  snug: "snug";
3028
3028
  }>>;
@@ -3041,8 +3041,8 @@ export declare const themeSchema: z.ZodObject<{
3041
3041
  "6xl": "6xl";
3042
3042
  }>>;
3043
3043
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
3044
- tight: "tight";
3045
3044
  normal: "normal";
3045
+ tight: "tight";
3046
3046
  relaxed: "relaxed";
3047
3047
  snug: "snug";
3048
3048
  }>>;
@@ -3059,8 +3059,8 @@ export declare const themeSchema: z.ZodObject<{
3059
3059
  "6xl": "6xl";
3060
3060
  }>>;
3061
3061
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
3062
- tight: "tight";
3063
3062
  normal: "normal";
3063
+ tight: "tight";
3064
3064
  relaxed: "relaxed";
3065
3065
  snug: "snug";
3066
3066
  }>>;
@@ -3205,8 +3205,8 @@ export declare const themeSchema: z.ZodObject<{
3205
3205
  navStyle: z.ZodEnum<{
3206
3206
  scale: "scale";
3207
3207
  solid: "solid";
3208
- minimal: "minimal";
3209
3208
  underline: "underline";
3209
+ minimal: "minimal";
3210
3210
  "underline-grow": "underline-grow";
3211
3211
  capsule: "capsule";
3212
3212
  frosted: "frosted";
@@ -3241,13 +3241,13 @@ export declare const themeSchema: z.ZodObject<{
3241
3241
  width: z.ZodDefault<z.ZodEnum<{
3242
3242
  medium: "medium";
3243
3243
  none: "none";
3244
- thin: "thin";
3245
3244
  thick: "thick";
3245
+ thin: "thin";
3246
3246
  hairline: "hairline";
3247
3247
  }>>;
3248
3248
  style: z.ZodDefault<z.ZodEnum<{
3249
- solid: "solid";
3250
3249
  dashed: "dashed";
3250
+ solid: "solid";
3251
3251
  }>>;
3252
3252
  colorToken: z.ZodOptional<z.ZodString>;
3253
3253
  position: z.ZodDefault<z.ZodEnum<{
@@ -3368,8 +3368,8 @@ export declare const themeSchema: z.ZodObject<{
3368
3368
  }>>;
3369
3369
  textTransform: z.ZodDefault<z.ZodEnum<{
3370
3370
  none: "none";
3371
- uppercase: "uppercase";
3372
3371
  capitalize: "capitalize";
3372
+ uppercase: "uppercase";
3373
3373
  }>>;
3374
3374
  italic: z.ZodDefault<z.ZodBoolean>;
3375
3375
  name: z.ZodOptional<z.ZodString>;
@@ -3411,8 +3411,8 @@ export declare const themeSchema: z.ZodObject<{
3411
3411
  hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3412
3412
  textTransform: z.ZodDefault<z.ZodEnum<{
3413
3413
  none: "none";
3414
- uppercase: "uppercase";
3415
3414
  capitalize: "capitalize";
3415
+ uppercase: "uppercase";
3416
3416
  }>>;
3417
3417
  letterSpacing: z.ZodDefault<z.ZodEnum<{
3418
3418
  wide: "wide";
@@ -3515,8 +3515,8 @@ export declare const themeSchema: z.ZodObject<{
3515
3515
  navStyle: z.ZodDefault<z.ZodEnum<{
3516
3516
  scale: "scale";
3517
3517
  solid: "solid";
3518
- minimal: "minimal";
3519
3518
  underline: "underline";
3519
+ minimal: "minimal";
3520
3520
  "underline-grow": "underline-grow";
3521
3521
  capsule: "capsule";
3522
3522
  frosted: "frosted";
@@ -3592,8 +3592,8 @@ export declare const themeSchema: z.ZodObject<{
3592
3592
  }>>;
3593
3593
  textTransform: z.ZodDefault<z.ZodEnum<{
3594
3594
  none: "none";
3595
- uppercase: "uppercase";
3596
3595
  capitalize: "capitalize";
3596
+ uppercase: "uppercase";
3597
3597
  }>>;
3598
3598
  italic: z.ZodDefault<z.ZodBoolean>;
3599
3599
  name: z.ZodOptional<z.ZodString>;
@@ -3612,9 +3612,9 @@ export declare const themeSchema: z.ZodObject<{
3612
3612
  }>>;
3613
3613
  align: z.ZodOptional<z.ZodEnum<{
3614
3614
  center: "center";
3615
- start: "start";
3616
- end: "end";
3617
3615
  "space-between": "space-between";
3616
+ end: "end";
3617
+ start: "start";
3618
3618
  }>>;
3619
3619
  gapX: z.ZodOptional<z.ZodEnum<{
3620
3620
  none: "none";
@@ -3657,8 +3657,8 @@ export declare const themeSchema: z.ZodObject<{
3657
3657
  }>>;
3658
3658
  align: z.ZodOptional<z.ZodEnum<{
3659
3659
  center: "center";
3660
- start: "start";
3661
3660
  end: "end";
3661
+ start: "start";
3662
3662
  }>>;
3663
3663
  }, z.core.$strip>>;
3664
3664
  bottomBar: z.ZodOptional<z.ZodObject<{
@@ -3753,8 +3753,8 @@ export declare const themeSchema: z.ZodObject<{
3753
3753
  width: z.ZodOptional<z.ZodEnum<{
3754
3754
  medium: "medium";
3755
3755
  none: "none";
3756
- thin: "thin";
3757
3756
  thick: "thick";
3757
+ thin: "thin";
3758
3758
  }>>;
3759
3759
  }, z.core.$strip>>;
3760
3760
  }, z.core.$strip>>;
@@ -3770,14 +3770,14 @@ export declare const themeSchema: z.ZodObject<{
3770
3770
  shadow: z.ZodEnum<{
3771
3771
  medium: "medium";
3772
3772
  none: "none";
3773
- low: "low";
3774
3773
  high: "high";
3774
+ low: "low";
3775
3775
  }>;
3776
3776
  textTransform: z.ZodEnum<{
3777
3777
  none: "none";
3778
- uppercase: "uppercase";
3779
- lowercase: "lowercase";
3780
3778
  capitalize: "capitalize";
3779
+ lowercase: "lowercase";
3780
+ uppercase: "uppercase";
3781
3781
  }>;
3782
3782
  fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
3783
3783
  borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
@@ -3787,9 +3787,9 @@ export declare const themeSchema: z.ZodObject<{
3787
3787
  }>>;
3788
3788
  fontSize: z.ZodOptional<z.ZodString>;
3789
3789
  letterSpacing: z.ZodOptional<z.ZodEnum<{
3790
- tight: "tight";
3791
3790
  normal: "normal";
3792
3791
  loose: "loose";
3792
+ tight: "tight";
3793
3793
  }>>;
3794
3794
  italic: z.ZodOptional<z.ZodBoolean>;
3795
3795
  paddingPreset: z.ZodOptional<z.ZodEnum<{
@@ -3806,8 +3806,8 @@ export declare const themeSchema: z.ZodObject<{
3806
3806
  hoverColor: z.ZodEnum<{
3807
3807
  none: "none";
3808
3808
  token: "token";
3809
- brighten: "brighten";
3810
3809
  darken: "darken";
3810
+ brighten: "brighten";
3811
3811
  saturate: "saturate";
3812
3812
  }>;
3813
3813
  hoverColorToken: z.ZodOptional<z.ZodString>;
@@ -3819,8 +3819,8 @@ export declare const themeSchema: z.ZodObject<{
3819
3819
  gradientAngle: z.ZodOptional<z.ZodNumber>;
3820
3820
  gradientSharpness: z.ZodOptional<z.ZodEnum<{
3821
3821
  medium: "medium";
3822
- hard: "hard";
3823
3822
  smooth: "smooth";
3823
+ hard: "hard";
3824
3824
  }>>;
3825
3825
  }, z.core.$strip>;
3826
3826
  variants: z.ZodArray<z.ZodObject<{
@@ -3853,8 +3853,8 @@ export declare const themeSchema: z.ZodObject<{
3853
3853
  elevation: z.ZodEnum<{
3854
3854
  medium: "medium";
3855
3855
  none: "none";
3856
- low: "low";
3857
3856
  high: "high";
3857
+ low: "low";
3858
3858
  }>;
3859
3859
  softness: z.ZodNullable<z.ZodEnum<{
3860
3860
  soft: "soft";
@@ -3999,8 +3999,8 @@ export declare const themeSchema: z.ZodObject<{
3999
3999
  elevation: z.ZodEnum<{
4000
4000
  medium: "medium";
4001
4001
  none: "none";
4002
- low: "low";
4003
4002
  high: "high";
4003
+ low: "low";
4004
4004
  }>;
4005
4005
  softness: z.ZodNullable<z.ZodEnum<{
4006
4006
  soft: "soft";
@@ -4051,8 +4051,8 @@ export declare const themeSchema: z.ZodObject<{
4051
4051
  elevation: z.ZodEnum<{
4052
4052
  medium: "medium";
4053
4053
  none: "none";
4054
- low: "low";
4055
4054
  high: "high";
4055
+ low: "low";
4056
4056
  }>;
4057
4057
  softness: z.ZodNullable<z.ZodEnum<{
4058
4058
  soft: "soft";
@@ -4066,9 +4066,9 @@ export declare const themeSchema: z.ZodObject<{
4066
4066
  }, z.core.$strip>>;
4067
4067
  icon: z.ZodObject<{
4068
4068
  style: z.ZodEnum<{
4069
+ caret: "caret";
4069
4070
  "plus-minus": "plus-minus";
4070
4071
  chevron: "chevron";
4071
- caret: "caret";
4072
4072
  arrow: "arrow";
4073
4073
  "circle-plus-minus": "circle-plus-minus";
4074
4074
  }>;
@@ -4152,9 +4152,9 @@ export declare const themeSchema: z.ZodObject<{
4152
4152
  fontWeight: z.ZodEnum<{
4153
4153
  medium: "medium";
4154
4154
  bold: "bold";
4155
+ black: "black";
4155
4156
  regular: "regular";
4156
4157
  semibold: "semibold";
4157
- black: "black";
4158
4158
  }>;
4159
4159
  fontSize: z.ZodEnum<{
4160
4160
  base: "base";
@@ -4164,9 +4164,9 @@ export declare const themeSchema: z.ZodObject<{
4164
4164
  }>;
4165
4165
  textTransform: z.ZodOptional<z.ZodEnum<{
4166
4166
  none: "none";
4167
- uppercase: "uppercase";
4168
- lowercase: "lowercase";
4169
4167
  capitalize: "capitalize";
4168
+ lowercase: "lowercase";
4169
+ uppercase: "uppercase";
4170
4170
  }>>;
4171
4171
  letterSpacing: z.ZodOptional<z.ZodEnum<{
4172
4172
  wide: "wide";
@@ -4204,8 +4204,8 @@ export declare const themeSchema: z.ZodObject<{
4204
4204
  soft: "soft";
4205
4205
  }>;
4206
4206
  border: z.ZodEnum<{
4207
- subtle: "subtle";
4208
4207
  underline: "underline";
4208
+ subtle: "subtle";
4209
4209
  defined: "defined";
4210
4210
  }>;
4211
4211
  focus: z.ZodEnum<{
@@ -4214,8 +4214,8 @@ export declare const themeSchema: z.ZodObject<{
4214
4214
  ring: "ring";
4215
4215
  }>;
4216
4216
  label: z.ZodEnum<{
4217
- above: "above";
4218
4217
  inside: "inside";
4218
+ above: "above";
4219
4219
  }>;
4220
4220
  }, z.core.$strip>>;
4221
4221
  blockCustomVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
@@ -4228,22 +4228,22 @@ export declare const themeSchema: z.ZodObject<{
4228
4228
  decorationColorToken: z.ZodOptional<z.ZodString>;
4229
4229
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
4230
4230
  underlineStyle: z.ZodOptional<z.ZodEnum<{
4231
- solid: "solid";
4232
- dotted: "dotted";
4233
4231
  dashed: "dashed";
4232
+ dotted: "dotted";
4233
+ solid: "solid";
4234
4234
  }>>;
4235
4235
  underlineThickness: z.ZodOptional<z.ZodEnum<{
4236
4236
  medium: "medium";
4237
4237
  auto: "auto";
4238
- fromFont: "fromFont";
4239
- thin: "thin";
4240
4238
  thick: "thick";
4239
+ thin: "thin";
4240
+ fromFont: "fromFont";
4241
4241
  }>>;
4242
4242
  underlineOffset: z.ZodOptional<z.ZodEnum<{
4243
4243
  auto: "auto";
4244
- tight: "tight";
4245
4244
  normal: "normal";
4246
4245
  loose: "loose";
4246
+ tight: "tight";
4247
4247
  }>>;
4248
4248
  }, z.core.$strip>>;
4249
4249
  }, z.core.$strip>>;
@@ -4631,8 +4631,8 @@ export declare const themesTurnSchema: z.ZodObject<{
4631
4631
  mixed: "mixed";
4632
4632
  }>;
4633
4633
  conversionBias: z.ZodEnum<{
4634
- low: "low";
4635
4634
  high: "high";
4635
+ low: "low";
4636
4636
  med: "med";
4637
4637
  }>;
4638
4638
  motion: z.ZodEnum<{
@@ -4648,8 +4648,8 @@ export declare const themesTurnSchema: z.ZodObject<{
4648
4648
  }, z.core.$strip>>;
4649
4649
  meta: z.ZodObject<{
4650
4650
  mode: z.ZodEnum<{
4651
- light: "light";
4652
4651
  dark: "dark";
4652
+ light: "light";
4653
4653
  }>;
4654
4654
  }, z.core.$strip>;
4655
4655
  }, z.core.$strip>;
@@ -4664,9 +4664,9 @@ export declare const themesTurnSchema: z.ZodObject<{
4664
4664
  semibold: "semibold";
4665
4665
  }>;
4666
4666
  letterSpacing: z.ZodEnum<{
4667
- tight: "tight";
4668
4667
  normal: "normal";
4669
4668
  loose: "loose";
4669
+ tight: "tight";
4670
4670
  }>;
4671
4671
  lineHeight: z.ZodEnum<{
4672
4672
  normal: "normal";
@@ -4690,9 +4690,9 @@ export declare const themesTurnSchema: z.ZodObject<{
4690
4690
  semibold: "semibold";
4691
4691
  }>;
4692
4692
  letterSpacing: z.ZodEnum<{
4693
- tight: "tight";
4694
4693
  normal: "normal";
4695
4694
  loose: "loose";
4695
+ tight: "tight";
4696
4696
  }>;
4697
4697
  lineHeight: z.ZodEnum<{
4698
4698
  normal: "normal";
@@ -4700,8 +4700,8 @@ export declare const themesTurnSchema: z.ZodObject<{
4700
4700
  relaxed: "relaxed";
4701
4701
  }>;
4702
4702
  case: z.ZodNullable<z.ZodEnum<{
4703
- uppercase: "uppercase";
4704
4703
  normal: "normal";
4704
+ uppercase: "uppercase";
4705
4705
  smallCaps: "smallCaps";
4706
4706
  }>>;
4707
4707
  italic: z.ZodNullable<z.ZodBoolean>;
@@ -4716,9 +4716,9 @@ export declare const themesTurnSchema: z.ZodObject<{
4716
4716
  semibold: "semibold";
4717
4717
  }>>>;
4718
4718
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4719
- tight: "tight";
4720
4719
  normal: "normal";
4721
4720
  loose: "loose";
4721
+ tight: "tight";
4722
4722
  }>>>;
4723
4723
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4724
4724
  sm: "sm";
@@ -4745,9 +4745,9 @@ export declare const themesTurnSchema: z.ZodObject<{
4745
4745
  semibold: "semibold";
4746
4746
  }>>>;
4747
4747
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4748
- tight: "tight";
4749
4748
  normal: "normal";
4750
4749
  loose: "loose";
4750
+ tight: "tight";
4751
4751
  }>>>;
4752
4752
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4753
4753
  sm: "sm";
@@ -4774,9 +4774,9 @@ export declare const themesTurnSchema: z.ZodObject<{
4774
4774
  semibold: "semibold";
4775
4775
  }>>>;
4776
4776
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4777
- tight: "tight";
4778
4777
  normal: "normal";
4779
4778
  loose: "loose";
4779
+ tight: "tight";
4780
4780
  }>>>;
4781
4781
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4782
4782
  sm: "sm";
@@ -4803,9 +4803,9 @@ export declare const themesTurnSchema: z.ZodObject<{
4803
4803
  semibold: "semibold";
4804
4804
  }>>>;
4805
4805
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4806
- tight: "tight";
4807
4806
  normal: "normal";
4808
4807
  loose: "loose";
4808
+ tight: "tight";
4809
4809
  }>>>;
4810
4810
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4811
4811
  sm: "sm";
@@ -4832,9 +4832,9 @@ export declare const themesTurnSchema: z.ZodObject<{
4832
4832
  semibold: "semibold";
4833
4833
  }>>>;
4834
4834
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4835
- tight: "tight";
4836
4835
  normal: "normal";
4837
4836
  loose: "loose";
4837
+ tight: "tight";
4838
4838
  }>>>;
4839
4839
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4840
4840
  sm: "sm";
@@ -4861,9 +4861,9 @@ export declare const themesTurnSchema: z.ZodObject<{
4861
4861
  semibold: "semibold";
4862
4862
  }>>>;
4863
4863
  letterSpacing: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4864
- tight: "tight";
4865
4864
  normal: "normal";
4866
4865
  loose: "loose";
4866
+ tight: "tight";
4867
4867
  }>>>;
4868
4868
  size: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4869
4869
  sm: "sm";
@@ -4897,22 +4897,22 @@ export declare const themesTurnSchema: z.ZodObject<{
4897
4897
  decorationColorToken: z.ZodOptional<z.ZodString>;
4898
4898
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
4899
4899
  underlineStyle: z.ZodOptional<z.ZodEnum<{
4900
- solid: "solid";
4901
- dotted: "dotted";
4902
4900
  dashed: "dashed";
4901
+ dotted: "dotted";
4902
+ solid: "solid";
4903
4903
  }>>;
4904
4904
  underlineThickness: z.ZodOptional<z.ZodEnum<{
4905
4905
  medium: "medium";
4906
4906
  auto: "auto";
4907
- fromFont: "fromFont";
4908
- thin: "thin";
4909
4907
  thick: "thick";
4908
+ thin: "thin";
4909
+ fromFont: "fromFont";
4910
4910
  }>>;
4911
4911
  underlineOffset: z.ZodOptional<z.ZodEnum<{
4912
4912
  auto: "auto";
4913
- tight: "tight";
4914
4913
  normal: "normal";
4915
4914
  loose: "loose";
4915
+ tight: "tight";
4916
4916
  }>>;
4917
4917
  }, z.core.$strip>>;
4918
4918
  }, z.core.$strip>;
@@ -4924,21 +4924,21 @@ export declare const themesTurnSchema: z.ZodObject<{
4924
4924
  border: z.ZodObject<{
4925
4925
  width: z.ZodEnum<{
4926
4926
  none: "none";
4927
- thin: "thin";
4928
4927
  thick: "thick";
4928
+ thin: "thin";
4929
4929
  hairline: "hairline";
4930
4930
  }>;
4931
4931
  style: z.ZodEnum<{
4932
- solid: "solid";
4933
4932
  dashed: "dashed";
4933
+ solid: "solid";
4934
4934
  }>;
4935
4935
  }, z.core.$strip>;
4936
4936
  shadow: z.ZodObject<{
4937
4937
  elevation: z.ZodEnum<{
4938
4938
  medium: "medium";
4939
4939
  none: "none";
4940
- low: "low";
4941
4940
  high: "high";
4941
+ low: "low";
4942
4942
  }>;
4943
4943
  softness: z.ZodNullable<z.ZodEnum<{
4944
4944
  soft: "soft";
@@ -4953,9 +4953,9 @@ export declare const themesTurnSchema: z.ZodObject<{
4953
4953
  motion: z.ZodObject<{
4954
4954
  level: z.ZodEnum<{
4955
4955
  medium: "medium";
4956
- low: "low";
4957
- high: "high";
4958
4956
  off: "off";
4957
+ high: "high";
4958
+ low: "low";
4959
4959
  }>;
4960
4960
  easing: z.ZodNullable<z.ZodEnum<{
4961
4961
  standard: "standard";
@@ -5011,8 +5011,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5011
5011
  "6xl": "6xl";
5012
5012
  }>>;
5013
5013
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5014
- tight: "tight";
5015
5014
  normal: "normal";
5015
+ tight: "tight";
5016
5016
  relaxed: "relaxed";
5017
5017
  snug: "snug";
5018
5018
  }>>;
@@ -5029,8 +5029,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5029
5029
  "6xl": "6xl";
5030
5030
  }>>;
5031
5031
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5032
- tight: "tight";
5033
5032
  normal: "normal";
5033
+ tight: "tight";
5034
5034
  relaxed: "relaxed";
5035
5035
  snug: "snug";
5036
5036
  }>>;
@@ -5047,8 +5047,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5047
5047
  "6xl": "6xl";
5048
5048
  }>>;
5049
5049
  microHeadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5050
- tight: "tight";
5051
5050
  normal: "normal";
5051
+ tight: "tight";
5052
5052
  relaxed: "relaxed";
5053
5053
  snug: "snug";
5054
5054
  }>>;
@@ -5065,8 +5065,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5065
5065
  "6xl": "6xl";
5066
5066
  }>>;
5067
5067
  microSubheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5068
- tight: "tight";
5069
5068
  normal: "normal";
5069
+ tight: "tight";
5070
5070
  relaxed: "relaxed";
5071
5071
  snug: "snug";
5072
5072
  }>>;
@@ -5085,8 +5085,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5085
5085
  "6xl": "6xl";
5086
5086
  }>>;
5087
5087
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5088
- tight: "tight";
5089
5088
  normal: "normal";
5089
+ tight: "tight";
5090
5090
  relaxed: "relaxed";
5091
5091
  snug: "snug";
5092
5092
  }>>;
@@ -5103,8 +5103,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5103
5103
  "6xl": "6xl";
5104
5104
  }>>;
5105
5105
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5106
- tight: "tight";
5107
5106
  normal: "normal";
5107
+ tight: "tight";
5108
5108
  relaxed: "relaxed";
5109
5109
  snug: "snug";
5110
5110
  }>>;
@@ -5123,8 +5123,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5123
5123
  "6xl": "6xl";
5124
5124
  }>>;
5125
5125
  headlineLineHeight: z.ZodOptional<z.ZodEnum<{
5126
- tight: "tight";
5127
5126
  normal: "normal";
5127
+ tight: "tight";
5128
5128
  relaxed: "relaxed";
5129
5129
  snug: "snug";
5130
5130
  }>>;
@@ -5141,8 +5141,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5141
5141
  "6xl": "6xl";
5142
5142
  }>>;
5143
5143
  subheadlineLineHeight: z.ZodOptional<z.ZodEnum<{
5144
- tight: "tight";
5145
5144
  normal: "normal";
5145
+ tight: "tight";
5146
5146
  relaxed: "relaxed";
5147
5147
  snug: "snug";
5148
5148
  }>>;
@@ -5287,8 +5287,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5287
5287
  navStyle: z.ZodEnum<{
5288
5288
  scale: "scale";
5289
5289
  solid: "solid";
5290
- minimal: "minimal";
5291
5290
  underline: "underline";
5291
+ minimal: "minimal";
5292
5292
  "underline-grow": "underline-grow";
5293
5293
  capsule: "capsule";
5294
5294
  frosted: "frosted";
@@ -5323,13 +5323,13 @@ export declare const themesTurnSchema: z.ZodObject<{
5323
5323
  width: z.ZodDefault<z.ZodEnum<{
5324
5324
  medium: "medium";
5325
5325
  none: "none";
5326
- thin: "thin";
5327
5326
  thick: "thick";
5327
+ thin: "thin";
5328
5328
  hairline: "hairline";
5329
5329
  }>>;
5330
5330
  style: z.ZodDefault<z.ZodEnum<{
5331
- solid: "solid";
5332
5331
  dashed: "dashed";
5332
+ solid: "solid";
5333
5333
  }>>;
5334
5334
  colorToken: z.ZodOptional<z.ZodString>;
5335
5335
  position: z.ZodDefault<z.ZodEnum<{
@@ -5450,8 +5450,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5450
5450
  }>>;
5451
5451
  textTransform: z.ZodDefault<z.ZodEnum<{
5452
5452
  none: "none";
5453
- uppercase: "uppercase";
5454
5453
  capitalize: "capitalize";
5454
+ uppercase: "uppercase";
5455
5455
  }>>;
5456
5456
  italic: z.ZodDefault<z.ZodBoolean>;
5457
5457
  name: z.ZodOptional<z.ZodString>;
@@ -5493,8 +5493,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5493
5493
  hoverTextColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5494
5494
  textTransform: z.ZodDefault<z.ZodEnum<{
5495
5495
  none: "none";
5496
- uppercase: "uppercase";
5497
5496
  capitalize: "capitalize";
5497
+ uppercase: "uppercase";
5498
5498
  }>>;
5499
5499
  letterSpacing: z.ZodDefault<z.ZodEnum<{
5500
5500
  wide: "wide";
@@ -5597,8 +5597,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5597
5597
  navStyle: z.ZodDefault<z.ZodEnum<{
5598
5598
  scale: "scale";
5599
5599
  solid: "solid";
5600
- minimal: "minimal";
5601
5600
  underline: "underline";
5601
+ minimal: "minimal";
5602
5602
  "underline-grow": "underline-grow";
5603
5603
  capsule: "capsule";
5604
5604
  frosted: "frosted";
@@ -5674,8 +5674,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5674
5674
  }>>;
5675
5675
  textTransform: z.ZodDefault<z.ZodEnum<{
5676
5676
  none: "none";
5677
- uppercase: "uppercase";
5678
5677
  capitalize: "capitalize";
5678
+ uppercase: "uppercase";
5679
5679
  }>>;
5680
5680
  italic: z.ZodDefault<z.ZodBoolean>;
5681
5681
  name: z.ZodOptional<z.ZodString>;
@@ -5694,9 +5694,9 @@ export declare const themesTurnSchema: z.ZodObject<{
5694
5694
  }>>;
5695
5695
  align: z.ZodOptional<z.ZodEnum<{
5696
5696
  center: "center";
5697
- start: "start";
5698
- end: "end";
5699
5697
  "space-between": "space-between";
5698
+ end: "end";
5699
+ start: "start";
5700
5700
  }>>;
5701
5701
  gapX: z.ZodOptional<z.ZodEnum<{
5702
5702
  none: "none";
@@ -5739,8 +5739,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5739
5739
  }>>;
5740
5740
  align: z.ZodOptional<z.ZodEnum<{
5741
5741
  center: "center";
5742
- start: "start";
5743
5742
  end: "end";
5743
+ start: "start";
5744
5744
  }>>;
5745
5745
  }, z.core.$strip>>;
5746
5746
  bottomBar: z.ZodOptional<z.ZodObject<{
@@ -5835,8 +5835,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5835
5835
  width: z.ZodOptional<z.ZodEnum<{
5836
5836
  medium: "medium";
5837
5837
  none: "none";
5838
- thin: "thin";
5839
5838
  thick: "thick";
5839
+ thin: "thin";
5840
5840
  }>>;
5841
5841
  }, z.core.$strip>>;
5842
5842
  }, z.core.$strip>>;
@@ -5852,14 +5852,14 @@ export declare const themesTurnSchema: z.ZodObject<{
5852
5852
  shadow: z.ZodEnum<{
5853
5853
  medium: "medium";
5854
5854
  none: "none";
5855
- low: "low";
5856
5855
  high: "high";
5856
+ low: "low";
5857
5857
  }>;
5858
5858
  textTransform: z.ZodEnum<{
5859
5859
  none: "none";
5860
- uppercase: "uppercase";
5861
- lowercase: "lowercase";
5862
5860
  capitalize: "capitalize";
5861
+ lowercase: "lowercase";
5862
+ uppercase: "uppercase";
5863
5863
  }>;
5864
5864
  fontWeight: z.ZodUnion<readonly [z.ZodLiteral<500>, z.ZodLiteral<600>, z.ZodLiteral<700>]>;
5865
5865
  borderWidth: z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
@@ -5869,9 +5869,9 @@ export declare const themesTurnSchema: z.ZodObject<{
5869
5869
  }>>;
5870
5870
  fontSize: z.ZodOptional<z.ZodString>;
5871
5871
  letterSpacing: z.ZodOptional<z.ZodEnum<{
5872
- tight: "tight";
5873
5872
  normal: "normal";
5874
5873
  loose: "loose";
5874
+ tight: "tight";
5875
5875
  }>>;
5876
5876
  italic: z.ZodOptional<z.ZodBoolean>;
5877
5877
  paddingPreset: z.ZodOptional<z.ZodEnum<{
@@ -5888,8 +5888,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5888
5888
  hoverColor: z.ZodEnum<{
5889
5889
  none: "none";
5890
5890
  token: "token";
5891
- brighten: "brighten";
5892
5891
  darken: "darken";
5892
+ brighten: "brighten";
5893
5893
  saturate: "saturate";
5894
5894
  }>;
5895
5895
  hoverColorToken: z.ZodOptional<z.ZodString>;
@@ -5901,8 +5901,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5901
5901
  gradientAngle: z.ZodOptional<z.ZodNumber>;
5902
5902
  gradientSharpness: z.ZodOptional<z.ZodEnum<{
5903
5903
  medium: "medium";
5904
- hard: "hard";
5905
5904
  smooth: "smooth";
5905
+ hard: "hard";
5906
5906
  }>>;
5907
5907
  }, z.core.$strip>;
5908
5908
  variants: z.ZodArray<z.ZodObject<{
@@ -5935,8 +5935,8 @@ export declare const themesTurnSchema: z.ZodObject<{
5935
5935
  elevation: z.ZodEnum<{
5936
5936
  medium: "medium";
5937
5937
  none: "none";
5938
- low: "low";
5939
5938
  high: "high";
5939
+ low: "low";
5940
5940
  }>;
5941
5941
  softness: z.ZodNullable<z.ZodEnum<{
5942
5942
  soft: "soft";
@@ -6081,8 +6081,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6081
6081
  elevation: z.ZodEnum<{
6082
6082
  medium: "medium";
6083
6083
  none: "none";
6084
- low: "low";
6085
6084
  high: "high";
6085
+ low: "low";
6086
6086
  }>;
6087
6087
  softness: z.ZodNullable<z.ZodEnum<{
6088
6088
  soft: "soft";
@@ -6133,8 +6133,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6133
6133
  elevation: z.ZodEnum<{
6134
6134
  medium: "medium";
6135
6135
  none: "none";
6136
- low: "low";
6137
6136
  high: "high";
6137
+ low: "low";
6138
6138
  }>;
6139
6139
  softness: z.ZodNullable<z.ZodEnum<{
6140
6140
  soft: "soft";
@@ -6148,9 +6148,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6148
6148
  }, z.core.$strip>>;
6149
6149
  icon: z.ZodObject<{
6150
6150
  style: z.ZodEnum<{
6151
+ caret: "caret";
6151
6152
  "plus-minus": "plus-minus";
6152
6153
  chevron: "chevron";
6153
- caret: "caret";
6154
6154
  arrow: "arrow";
6155
6155
  "circle-plus-minus": "circle-plus-minus";
6156
6156
  }>;
@@ -6234,9 +6234,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6234
6234
  fontWeight: z.ZodEnum<{
6235
6235
  medium: "medium";
6236
6236
  bold: "bold";
6237
+ black: "black";
6237
6238
  regular: "regular";
6238
6239
  semibold: "semibold";
6239
- black: "black";
6240
6240
  }>;
6241
6241
  fontSize: z.ZodEnum<{
6242
6242
  base: "base";
@@ -6246,9 +6246,9 @@ export declare const themesTurnSchema: z.ZodObject<{
6246
6246
  }>;
6247
6247
  textTransform: z.ZodOptional<z.ZodEnum<{
6248
6248
  none: "none";
6249
- uppercase: "uppercase";
6250
- lowercase: "lowercase";
6251
6249
  capitalize: "capitalize";
6250
+ lowercase: "lowercase";
6251
+ uppercase: "uppercase";
6252
6252
  }>>;
6253
6253
  letterSpacing: z.ZodOptional<z.ZodEnum<{
6254
6254
  wide: "wide";
@@ -6286,8 +6286,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6286
6286
  soft: "soft";
6287
6287
  }>;
6288
6288
  border: z.ZodEnum<{
6289
- subtle: "subtle";
6290
6289
  underline: "underline";
6290
+ subtle: "subtle";
6291
6291
  defined: "defined";
6292
6292
  }>;
6293
6293
  focus: z.ZodEnum<{
@@ -6296,8 +6296,8 @@ export declare const themesTurnSchema: z.ZodObject<{
6296
6296
  ring: "ring";
6297
6297
  }>;
6298
6298
  label: z.ZodEnum<{
6299
- above: "above";
6300
6299
  inside: "inside";
6300
+ above: "above";
6301
6301
  }>;
6302
6302
  }, z.core.$strip>>;
6303
6303
  blockCustomVars: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
@@ -6310,22 +6310,22 @@ export declare const themesTurnSchema: z.ZodObject<{
6310
6310
  decorationColorToken: z.ZodOptional<z.ZodString>;
6311
6311
  hoverDecorationColorToken: z.ZodOptional<z.ZodString>;
6312
6312
  underlineStyle: z.ZodOptional<z.ZodEnum<{
6313
- solid: "solid";
6314
- dotted: "dotted";
6315
6313
  dashed: "dashed";
6314
+ dotted: "dotted";
6315
+ solid: "solid";
6316
6316
  }>>;
6317
6317
  underlineThickness: z.ZodOptional<z.ZodEnum<{
6318
6318
  medium: "medium";
6319
6319
  auto: "auto";
6320
- fromFont: "fromFont";
6321
- thin: "thin";
6322
6320
  thick: "thick";
6321
+ thin: "thin";
6322
+ fromFont: "fromFont";
6323
6323
  }>>;
6324
6324
  underlineOffset: z.ZodOptional<z.ZodEnum<{
6325
6325
  auto: "auto";
6326
- tight: "tight";
6327
6326
  normal: "normal";
6328
6327
  loose: "loose";
6328
+ tight: "tight";
6329
6329
  }>>;
6330
6330
  }, z.core.$strip>>;
6331
6331
  }, z.core.$strip>>;