polen 0.11.0-next.15 → 0.11.0-next.16

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 (1118) hide show
  1. package/build/api/{api.d.ts → $$.d.ts} +6 -3
  2. package/build/api/$$.d.ts.map +1 -0
  3. package/build/api/$$.js +13 -0
  4. package/build/api/$$.js.map +1 -0
  5. package/build/api/$.d.ts +2 -0
  6. package/build/api/$.d.ts.map +1 -0
  7. package/build/api/$.js +2 -0
  8. package/build/api/$.js.map +1 -0
  9. package/build/api/config/$$.d.ts +1 -0
  10. package/build/api/config/$$.d.ts.map +1 -1
  11. package/build/api/config/$$.js +1 -0
  12. package/build/api/config/$$.js.map +1 -1
  13. package/build/api/config/home.d.ts +639 -0
  14. package/build/api/config/home.d.ts.map +1 -0
  15. package/build/api/config/home.js +487 -0
  16. package/build/api/config/home.js.map +1 -0
  17. package/build/api/config/input.d.ts +1307 -9
  18. package/build/api/config/input.d.ts.map +1 -1
  19. package/build/api/config/input.js +102 -24
  20. package/build/api/config/input.js.map +1 -1
  21. package/build/api/config/normalized.d.ts +2261 -129
  22. package/build/api/config/normalized.d.ts.map +1 -1
  23. package/build/api/config/normalized.js +424 -27
  24. package/build/api/config/normalized.js.map +1 -1
  25. package/build/api/config-template/template.d.ts +2991 -0
  26. package/build/api/config-template/template.d.ts.map +1 -0
  27. package/build/api/config-template/template.js +53 -0
  28. package/build/api/config-template/template.js.map +1 -0
  29. package/build/api/content/$$.d.ts +1 -0
  30. package/build/api/content/$$.d.ts.map +1 -1
  31. package/build/api/content/$$.js +1 -0
  32. package/build/api/content/$$.js.map +1 -1
  33. package/build/api/content/mdx-compiler.d.ts +54 -0
  34. package/build/api/content/mdx-compiler.d.ts.map +1 -0
  35. package/build/api/content/mdx-compiler.js +68 -0
  36. package/build/api/content/mdx-compiler.js.map +1 -0
  37. package/build/api/content/navbar.js +1 -1
  38. package/build/api/content/navbar.js.map +1 -1
  39. package/build/api/examples/$$.d.ts +8 -0
  40. package/build/api/examples/$$.d.ts.map +1 -0
  41. package/build/api/examples/$$.js +8 -0
  42. package/build/api/examples/$$.js.map +1 -0
  43. package/build/api/examples/$.d.ts +2 -0
  44. package/build/api/examples/$.d.ts.map +1 -0
  45. package/build/api/examples/$.js +2 -0
  46. package/build/api/examples/$.js.map +1 -0
  47. package/build/api/examples/config.d.ts +709 -0
  48. package/build/api/examples/config.d.ts.map +1 -0
  49. package/build/api/examples/config.js +169 -0
  50. package/build/api/examples/config.js.map +1 -0
  51. package/build/api/examples/diagnostic/diagnostic.d.ts +152 -0
  52. package/build/api/examples/diagnostic/diagnostic.d.ts.map +1 -0
  53. package/build/api/examples/diagnostic/diagnostic.js +20 -0
  54. package/build/api/examples/diagnostic/diagnostic.js.map +1 -0
  55. package/build/api/examples/diagnostic/duplicate-content.d.ts +55 -0
  56. package/build/api/examples/diagnostic/duplicate-content.d.ts.map +1 -0
  57. package/build/api/examples/diagnostic/duplicate-content.js +22 -0
  58. package/build/api/examples/diagnostic/duplicate-content.js.map +1 -0
  59. package/build/api/examples/diagnostic/invalid-filename.d.ts +43 -0
  60. package/build/api/examples/diagnostic/invalid-filename.d.ts.map +1 -0
  61. package/build/api/examples/diagnostic/invalid-filename.js +16 -0
  62. package/build/api/examples/diagnostic/invalid-filename.js.map +1 -0
  63. package/build/api/examples/diagnostic/missing-versions.d.ts +51 -0
  64. package/build/api/examples/diagnostic/missing-versions.d.ts.map +1 -0
  65. package/build/api/examples/diagnostic/missing-versions.js +20 -0
  66. package/build/api/examples/diagnostic/missing-versions.js.map +1 -0
  67. package/build/api/examples/diagnostic/unknown-version.d.ts +51 -0
  68. package/build/api/examples/diagnostic/unknown-version.d.ts.map +1 -0
  69. package/build/api/examples/diagnostic/unknown-version.js +20 -0
  70. package/build/api/examples/diagnostic/unknown-version.js.map +1 -0
  71. package/build/api/examples/diagnostic/unused-default.d.ts +49 -0
  72. package/build/api/examples/diagnostic/unused-default.d.ts.map +1 -0
  73. package/build/api/examples/diagnostic/unused-default.js +19 -0
  74. package/build/api/examples/diagnostic/unused-default.js.map +1 -0
  75. package/build/api/examples/diagnostic/validation-error.d.ts +63 -0
  76. package/build/api/examples/diagnostic/validation-error.d.ts.map +1 -0
  77. package/build/api/examples/diagnostic/validation-error.js +21 -0
  78. package/build/api/examples/diagnostic/validation-error.js.map +1 -0
  79. package/build/api/examples/diagnostic/validator.d.ts +13 -0
  80. package/build/api/examples/diagnostic/validator.d.ts.map +1 -0
  81. package/build/api/examples/diagnostic/validator.js +116 -0
  82. package/build/api/examples/diagnostic/validator.js.map +1 -0
  83. package/build/api/examples/filter.d.ts +19 -0
  84. package/build/api/examples/filter.d.ts.map +1 -0
  85. package/build/api/examples/filter.js +64 -0
  86. package/build/api/examples/filter.js.map +1 -0
  87. package/build/api/examples/scanner.d.ts +18 -0
  88. package/build/api/examples/scanner.d.ts.map +1 -0
  89. package/build/api/examples/scanner.js +264 -0
  90. package/build/api/examples/scanner.js.map +1 -0
  91. package/build/api/examples/schemas/catalog.d.ts +248 -0
  92. package/build/api/examples/schemas/catalog.d.ts.map +1 -0
  93. package/build/api/examples/schemas/catalog.js +42 -0
  94. package/build/api/examples/schemas/catalog.js.map +1 -0
  95. package/build/api/examples/schemas/example/$$.d.ts +2 -0
  96. package/build/api/examples/schemas/example/$$.d.ts.map +1 -0
  97. package/build/api/examples/schemas/example/$$.js +2 -0
  98. package/build/api/examples/schemas/example/$$.js.map +1 -0
  99. package/build/api/examples/schemas/example/$.d.ts +2 -0
  100. package/build/api/examples/schemas/example/$.d.ts.map +1 -0
  101. package/build/api/examples/schemas/example/$.js +2 -0
  102. package/build/api/examples/schemas/example/$.js.map +1 -0
  103. package/build/api/examples/schemas/example/example.d.ts +134 -0
  104. package/build/api/examples/schemas/example/example.d.ts.map +1 -0
  105. package/build/api/examples/schemas/example/example.js +51 -0
  106. package/build/api/examples/schemas/example/example.js.map +1 -0
  107. package/build/api/examples/schemas/type-usage-index.d.ts +72 -0
  108. package/build/api/examples/schemas/type-usage-index.d.ts.map +1 -0
  109. package/build/api/examples/schemas/type-usage-index.js +64 -0
  110. package/build/api/examples/schemas/type-usage-index.js.map +1 -0
  111. package/build/api/examples/type-generator.d.ts +8 -0
  112. package/build/api/examples/type-generator.d.ts.map +1 -0
  113. package/build/api/examples/type-generator.js +36 -0
  114. package/build/api/examples/type-generator.js.map +1 -0
  115. package/build/api/examples/type-usage-indexer.d.ts +18 -0
  116. package/build/api/examples/type-usage-indexer.d.ts.map +1 -0
  117. package/build/api/examples/type-usage-indexer.js +220 -0
  118. package/build/api/examples/type-usage-indexer.js.map +1 -0
  119. package/build/api/iso/schema/routing.js +2 -2
  120. package/build/api/iso/schema/routing.js.map +1 -1
  121. package/build/api/project/$$.d.ts +2 -0
  122. package/build/api/project/$$.d.ts.map +1 -0
  123. package/build/api/project/$$.js +2 -0
  124. package/build/api/project/$$.js.map +1 -0
  125. package/build/api/project/$.d.ts +2 -0
  126. package/build/api/project/$.d.ts.map +1 -0
  127. package/build/api/project/$.js +2 -0
  128. package/build/api/project/$.js.map +1 -0
  129. package/build/api/schema/config-schema.d.ts +3 -3
  130. package/build/api/schema/input-sources/directory.d.ts +31 -31
  131. package/build/api/schema/input-sources/file.d.ts +31 -31
  132. package/build/api/schema/input-sources/introspection-file.d.ts +31 -31
  133. package/build/api/schema/input-sources/introspection.d.ts +31 -31
  134. package/build/api/schema/input-sources/memory.d.ts +31 -31
  135. package/build/api/schema/input-sources/versioned-directory.d.ts +65 -76
  136. package/build/api/schema/input-sources/versioned-directory.d.ts.map +1 -1
  137. package/build/api/schema/input-sources/versioned-directory.js +4 -4
  138. package/build/api/schema/input-sources/versioned-directory.js.map +1 -1
  139. package/build/api/typings/$$.d.ts +2 -0
  140. package/build/api/typings/$$.d.ts.map +1 -0
  141. package/build/api/typings/$$.js +2 -0
  142. package/build/api/typings/$$.js.map +1 -0
  143. package/build/api/typings/$.d.ts +2 -0
  144. package/build/api/typings/$.d.ts.map +1 -0
  145. package/build/api/typings/$.js +2 -0
  146. package/build/api/typings/$.js.map +1 -0
  147. package/build/api/typings/typings.d.ts +88 -0
  148. package/build/api/typings/typings.d.ts.map +1 -0
  149. package/build/api/typings/typings.js +180 -0
  150. package/build/api/typings/typings.js.map +1 -0
  151. package/build/cli/_/parameters.d.ts +4 -4
  152. package/build/cli/_/parameters.d.ts.map +1 -1
  153. package/build/cli/_/parameters.js +4 -10
  154. package/build/cli/_/parameters.js.map +1 -1
  155. package/build/cli/commands/build.d.ts +9 -10
  156. package/build/cli/commands/build.d.ts.map +1 -1
  157. package/build/cli/commands/build.js +36 -50
  158. package/build/cli/commands/build.js.map +1 -1
  159. package/build/cli/commands/cache/delete.d.ts +6 -1
  160. package/build/cli/commands/cache/delete.d.ts.map +1 -1
  161. package/build/cli/commands/cache/delete.js +12 -20
  162. package/build/cli/commands/cache/delete.js.map +1 -1
  163. package/build/cli/commands/cache/show.d.ts +5 -1
  164. package/build/cli/commands/cache/show.d.ts.map +1 -1
  165. package/build/cli/commands/cache/show.js +51 -59
  166. package/build/cli/commands/cache/show.js.map +1 -1
  167. package/build/cli/commands/cache.d.ts +10 -2
  168. package/build/cli/commands/cache.d.ts.map +1 -1
  169. package/build/cli/commands/cache.js +17 -6
  170. package/build/cli/commands/cache.js.map +1 -1
  171. package/build/cli/commands/config/create.d.ts +6 -1
  172. package/build/cli/commands/config/create.d.ts.map +1 -1
  173. package/build/cli/commands/config/create.js +27 -24
  174. package/build/cli/commands/config/create.js.map +1 -1
  175. package/build/cli/commands/config.d.ts +7 -2
  176. package/build/cli/commands/config.d.ts.map +1 -1
  177. package/build/cli/commands/config.js +15 -6
  178. package/build/cli/commands/config.js.map +1 -1
  179. package/build/cli/commands/create.d.ts +9 -1
  180. package/build/cli/commands/create.d.ts.map +1 -1
  181. package/build/cli/commands/create.js +63 -61
  182. package/build/cli/commands/create.js.map +1 -1
  183. package/build/cli/commands/dev.d.ts +9 -1
  184. package/build/cli/commands/dev.d.ts.map +1 -1
  185. package/build/cli/commands/dev.js +41 -51
  186. package/build/cli/commands/dev.js.map +1 -1
  187. package/build/cli/commands/hero-image.d.ts +8 -0
  188. package/build/cli/commands/hero-image.d.ts.map +1 -0
  189. package/build/cli/commands/hero-image.js +235 -0
  190. package/build/cli/commands/hero-image.js.map +1 -0
  191. package/build/cli/commands/open.d.ts +10 -1
  192. package/build/cli/commands/open.d.ts.map +1 -1
  193. package/build/cli/commands/open.js +93 -107
  194. package/build/cli/commands/open.js.map +1 -1
  195. package/build/cli/commands/static/rebase.d.ts +8 -1
  196. package/build/cli/commands/static/rebase.d.ts.map +1 -1
  197. package/build/cli/commands/static/rebase.js +43 -29
  198. package/build/cli/commands/static/rebase.js.map +1 -1
  199. package/build/cli/commands/static.d.ts +9 -2
  200. package/build/cli/commands/static.d.ts.map +1 -1
  201. package/build/cli/commands/static.js +28 -6
  202. package/build/cli/commands/static.js.map +1 -1
  203. package/build/cli/index.d.ts +54 -1
  204. package/build/cli/index.d.ts.map +1 -1
  205. package/build/cli/index.js +77 -8
  206. package/build/cli/index.js.map +1 -1
  207. package/build/lib/ai-image-generation/$$.d.ts +3 -0
  208. package/build/lib/ai-image-generation/$$.d.ts.map +1 -0
  209. package/build/lib/ai-image-generation/$$.js +3 -0
  210. package/build/lib/ai-image-generation/$$.js.map +1 -0
  211. package/build/lib/ai-image-generation/$.d.ts +2 -0
  212. package/build/lib/ai-image-generation/$.d.ts.map +1 -0
  213. package/build/lib/ai-image-generation/$.js +2 -0
  214. package/build/lib/ai-image-generation/$.js.map +1 -0
  215. package/build/lib/ai-image-generation/ai-image-generation.d.ts +132 -0
  216. package/build/lib/ai-image-generation/ai-image-generation.d.ts.map +1 -0
  217. package/build/lib/ai-image-generation/ai-image-generation.js +170 -0
  218. package/build/lib/ai-image-generation/ai-image-generation.js.map +1 -0
  219. package/build/lib/ai-image-generation/providers/pollinations.d.ts +22 -0
  220. package/build/lib/ai-image-generation/providers/pollinations.d.ts.map +1 -0
  221. package/build/lib/ai-image-generation/providers/pollinations.js +45 -0
  222. package/build/lib/ai-image-generation/providers/pollinations.js.map +1 -0
  223. package/build/lib/ai-image-generation/service.d.ts +42 -0
  224. package/build/lib/ai-image-generation/service.d.ts.map +1 -0
  225. package/build/lib/ai-image-generation/service.js +147 -0
  226. package/build/lib/ai-image-generation/service.js.map +1 -0
  227. package/build/lib/catalog/catalog.d.ts +7811 -706
  228. package/build/lib/catalog/catalog.d.ts.map +1 -1
  229. package/build/lib/catalog/catalog.js +30 -1
  230. package/build/lib/catalog/catalog.js.map +1 -1
  231. package/build/lib/catalog/unversioned.d.ts +245 -245
  232. package/build/lib/catalog/unversioned.d.ts.map +1 -1
  233. package/build/lib/catalog/versioned.d.ts +513 -592
  234. package/build/lib/catalog/versioned.d.ts.map +1 -1
  235. package/build/lib/catalog/versioned.js +18 -0
  236. package/build/lib/catalog/versioned.js.map +1 -1
  237. package/build/lib/catalog-statistics/$$.d.ts +5 -0
  238. package/build/lib/catalog-statistics/$$.d.ts.map +1 -0
  239. package/build/lib/catalog-statistics/$$.js +5 -0
  240. package/build/lib/catalog-statistics/$$.js.map +1 -0
  241. package/build/lib/catalog-statistics/$.d.ts +2 -0
  242. package/build/lib/catalog-statistics/$.d.ts.map +1 -0
  243. package/build/lib/catalog-statistics/$.js +2 -0
  244. package/build/lib/catalog-statistics/$.js.map +1 -0
  245. package/build/lib/catalog-statistics/analyze-catalog.d.ts +8 -0
  246. package/build/lib/catalog-statistics/analyze-catalog.d.ts.map +1 -0
  247. package/build/lib/catalog-statistics/analyze-catalog.js +132 -0
  248. package/build/lib/catalog-statistics/analyze-catalog.js.map +1 -0
  249. package/build/lib/catalog-statistics/analyze-options.d.ts +16 -0
  250. package/build/lib/catalog-statistics/analyze-options.d.ts.map +1 -0
  251. package/build/lib/catalog-statistics/analyze-options.js +2 -0
  252. package/build/lib/catalog-statistics/analyze-options.js.map +1 -0
  253. package/build/lib/catalog-statistics/analyze-schema.d.ts +8 -0
  254. package/build/lib/catalog-statistics/analyze-schema.d.ts.map +1 -0
  255. package/build/lib/catalog-statistics/analyze-schema.js +185 -0
  256. package/build/lib/catalog-statistics/analyze-schema.js.map +1 -0
  257. package/build/lib/catalog-statistics/data.d.ts +195 -0
  258. package/build/lib/catalog-statistics/data.d.ts.map +1 -0
  259. package/build/lib/catalog-statistics/data.js +176 -0
  260. package/build/lib/catalog-statistics/data.js.map +1 -0
  261. package/build/lib/catalog-statistics/report.d.ts +841 -0
  262. package/build/lib/catalog-statistics/report.d.ts.map +1 -0
  263. package/build/lib/catalog-statistics/report.js +37 -0
  264. package/build/lib/catalog-statistics/report.js.map +1 -0
  265. package/build/lib/change/change.d.ts +185 -185
  266. package/build/lib/change/change.d.ts.map +1 -1
  267. package/build/lib/change/criticality.d.ts +2 -2
  268. package/build/lib/change/criticality.d.ts.map +1 -1
  269. package/build/lib/date-only/date-only.d.ts +1 -1
  270. package/build/lib/date-only/date-only.d.ts.map +1 -1
  271. package/build/lib/diagnostic/$$.d.ts +6 -0
  272. package/build/lib/diagnostic/$$.d.ts.map +1 -0
  273. package/build/lib/diagnostic/$$.js +6 -0
  274. package/build/lib/diagnostic/$$.js.map +1 -0
  275. package/build/lib/diagnostic/$.d.ts +2 -0
  276. package/build/lib/diagnostic/$.d.ts.map +1 -0
  277. package/build/lib/diagnostic/$.js +2 -0
  278. package/build/lib/diagnostic/$.js.map +1 -0
  279. package/build/lib/diagnostic/control.d.ts +79 -0
  280. package/build/lib/diagnostic/control.d.ts.map +1 -0
  281. package/build/lib/diagnostic/control.js +107 -0
  282. package/build/lib/diagnostic/control.js.map +1 -0
  283. package/build/lib/diagnostic/diagnostic.d.ts +130 -0
  284. package/build/lib/diagnostic/diagnostic.d.ts.map +1 -0
  285. package/build/lib/diagnostic/diagnostic.js +106 -0
  286. package/build/lib/diagnostic/diagnostic.js.map +1 -0
  287. package/build/lib/diagnostic/filter.d.ts +11 -0
  288. package/build/lib/diagnostic/filter.d.ts.map +1 -0
  289. package/build/lib/diagnostic/filter.js +16 -0
  290. package/build/lib/diagnostic/filter.js.map +1 -0
  291. package/build/lib/diagnostic/reporter.d.ts +22 -0
  292. package/build/lib/diagnostic/reporter.d.ts.map +1 -0
  293. package/build/lib/diagnostic/reporter.js +66 -0
  294. package/build/lib/diagnostic/reporter.js.map +1 -0
  295. package/build/lib/diagnostic/severity.d.ts +32 -0
  296. package/build/lib/diagnostic/severity.d.ts.map +1 -0
  297. package/build/lib/diagnostic/severity.js +73 -0
  298. package/build/lib/diagnostic/severity.js.map +1 -0
  299. package/build/lib/directed-filter/$$.d.ts +2 -0
  300. package/build/lib/directed-filter/$$.d.ts.map +1 -0
  301. package/build/lib/directed-filter/$$.js +2 -0
  302. package/build/lib/directed-filter/$$.js.map +1 -0
  303. package/build/lib/directed-filter/$.d.ts +2 -0
  304. package/build/lib/directed-filter/$.d.ts.map +1 -0
  305. package/build/lib/directed-filter/$.js +2 -0
  306. package/build/lib/directed-filter/$.js.map +1 -0
  307. package/build/lib/directed-filter/directed-filter.d.ts +127 -0
  308. package/build/lib/directed-filter/directed-filter.d.ts.map +1 -0
  309. package/build/lib/directed-filter/directed-filter.js +153 -0
  310. package/build/lib/directed-filter/directed-filter.js.map +1 -0
  311. package/build/lib/document/$$.d.ts +4 -0
  312. package/build/lib/document/$$.d.ts.map +1 -0
  313. package/build/lib/document/$$.js +4 -0
  314. package/build/lib/document/$$.js.map +1 -0
  315. package/build/lib/document/$.d.ts +2 -0
  316. package/build/lib/document/$.d.ts.map +1 -0
  317. package/build/lib/document/$.js +2 -0
  318. package/build/lib/document/$.js.map +1 -0
  319. package/build/lib/document/document.d.ts +59 -0
  320. package/build/lib/document/document.d.ts.map +1 -0
  321. package/build/lib/document/document.js +23 -0
  322. package/build/lib/document/document.js.map +1 -0
  323. package/build/lib/document/unversioned.d.ts +38 -0
  324. package/build/lib/document/unversioned.d.ts.map +1 -0
  325. package/build/lib/document/unversioned.js +22 -0
  326. package/build/lib/document/unversioned.js.map +1 -0
  327. package/build/lib/document/versioned.d.ts +58 -0
  328. package/build/lib/document/versioned.d.ts.map +1 -0
  329. package/build/lib/document/versioned.js +82 -0
  330. package/build/lib/document/versioned.js.map +1 -0
  331. package/build/lib/effect-cli-help-markdown/$$.d.ts +2 -0
  332. package/build/lib/effect-cli-help-markdown/$$.d.ts.map +1 -0
  333. package/build/lib/effect-cli-help-markdown/$$.js +2 -0
  334. package/build/lib/effect-cli-help-markdown/$$.js.map +1 -0
  335. package/build/lib/effect-cli-help-markdown/$.d.ts +2 -0
  336. package/build/lib/effect-cli-help-markdown/$.d.ts.map +1 -0
  337. package/build/lib/effect-cli-help-markdown/$.js +2 -0
  338. package/build/lib/effect-cli-help-markdown/$.js.map +1 -0
  339. package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.d.ts +32 -0
  340. package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.d.ts.map +1 -0
  341. package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.js +477 -0
  342. package/build/lib/effect-cli-help-markdown/effect-cli-help-markdown.js.map +1 -0
  343. package/build/lib/effect-glob/$$.d.ts +2 -0
  344. package/build/lib/effect-glob/$$.d.ts.map +1 -0
  345. package/build/lib/effect-glob/$$.js +2 -0
  346. package/build/lib/effect-glob/$$.js.map +1 -0
  347. package/build/lib/effect-glob/$.d.ts +2 -0
  348. package/build/lib/effect-glob/$.d.ts.map +1 -0
  349. package/build/lib/effect-glob/$.js +2 -0
  350. package/build/lib/effect-glob/$.js.map +1 -0
  351. package/build/lib/effect-glob/effect-glob.d.ts +13 -0
  352. package/build/lib/effect-glob/effect-glob.d.ts.map +1 -0
  353. package/build/lib/effect-glob/effect-glob.js +18 -0
  354. package/build/lib/effect-glob/effect-glob.js.map +1 -0
  355. package/build/lib/file-path/$$.d.ts +3 -0
  356. package/build/lib/file-path/$$.d.ts.map +1 -1
  357. package/build/lib/file-path/$$.js +3 -3
  358. package/build/lib/file-path/$$.js.map +1 -1
  359. package/build/lib/file-path/$.d.ts +1 -1
  360. package/build/lib/file-path/$.d.ts.map +1 -1
  361. package/build/lib/file-path/$.js +1 -1
  362. package/build/lib/file-path/$.js.map +1 -1
  363. package/build/lib/file-path/absolute.d.ts +38 -0
  364. package/build/lib/file-path/absolute.d.ts.map +1 -0
  365. package/build/lib/file-path/absolute.js +47 -0
  366. package/build/lib/file-path/absolute.js.map +1 -0
  367. package/build/lib/file-path/file-path.d.ts +41 -43
  368. package/build/lib/file-path/file-path.d.ts.map +1 -1
  369. package/build/lib/file-path/file-path.js +15 -87
  370. package/build/lib/file-path/file-path.js.map +1 -1
  371. package/build/lib/file-path/relative.d.ts +38 -0
  372. package/build/lib/file-path/relative.d.ts.map +1 -0
  373. package/build/lib/file-path/relative.js +51 -0
  374. package/build/lib/file-path/relative.js.map +1 -0
  375. package/build/lib/file-path/segment/$.d.ts +2 -0
  376. package/build/lib/file-path/segment/$.d.ts.map +1 -0
  377. package/build/lib/file-path/segment/$.js +2 -0
  378. package/build/lib/file-path/segment/$.js.map +1 -0
  379. package/build/lib/file-path/segment/segment.d.ts +45 -0
  380. package/build/lib/file-path/segment/segment.d.ts.map +1 -0
  381. package/build/lib/file-path/segment/segment.js +96 -0
  382. package/build/lib/file-path/segment/segment.js.map +1 -0
  383. package/build/lib/file-router/linter.d.ts +214 -34
  384. package/build/lib/file-router/linter.d.ts.map +1 -1
  385. package/build/lib/file-router/linter.js +66 -12
  386. package/build/lib/file-router/linter.js.map +1 -1
  387. package/build/lib/graph/graph.d.ts +1 -1
  388. package/build/lib/graph/graph.d.ts.map +1 -1
  389. package/build/lib/graphql-error/$$.d.ts +2 -0
  390. package/build/lib/graphql-error/$$.d.ts.map +1 -0
  391. package/build/lib/graphql-error/$$.js +2 -0
  392. package/build/lib/graphql-error/$$.js.map +1 -0
  393. package/build/lib/graphql-error/$.d.ts +2 -0
  394. package/build/lib/graphql-error/$.d.ts.map +1 -0
  395. package/build/lib/graphql-error/$.js +2 -0
  396. package/build/lib/graphql-error/$.js.map +1 -0
  397. package/build/lib/graphql-error/graphql-error.d.ts +150 -0
  398. package/build/lib/graphql-error/graphql-error.d.ts.map +1 -0
  399. package/build/lib/graphql-error/graphql-error.js +57 -0
  400. package/build/lib/graphql-error/graphql-error.js.map +1 -0
  401. package/build/lib/kit-temp/effect.d.ts +14 -0
  402. package/build/lib/kit-temp/effect.d.ts.map +1 -1
  403. package/build/lib/kit-temp/effect.js +29 -0
  404. package/build/lib/kit-temp/effect.js.map +1 -1
  405. package/build/lib/kit-temp/ob.d.ts +4 -0
  406. package/build/lib/kit-temp/ob.d.ts.map +1 -1
  407. package/build/lib/kit-temp/ob.js +3 -1
  408. package/build/lib/kit-temp/ob.js.map +1 -1
  409. package/build/lib/kit-temp/resource.d.ts +1 -2
  410. package/build/lib/kit-temp/resource.d.ts.map +1 -1
  411. package/build/lib/kit-temp/resource.js +1 -2
  412. package/build/lib/kit-temp/resource.js.map +1 -1
  413. package/build/lib/react-router-effect/route-helpers.d.ts +9 -3
  414. package/build/lib/react-router-effect/route-helpers.d.ts.map +1 -1
  415. package/build/lib/react-router-effect/route-helpers.js +54 -6
  416. package/build/lib/react-router-effect/route-helpers.js.map +1 -1
  417. package/build/lib/react-router-effect/route.d.ts.map +1 -1
  418. package/build/lib/react-router-effect/route.js +13 -1
  419. package/build/lib/react-router-effect/route.js.map +1 -1
  420. package/build/lib/react-router-effect/types.d.ts +10 -2
  421. package/build/lib/react-router-effect/types.d.ts.map +1 -1
  422. package/build/lib/react-router-effect/use-loader-data.d.ts +3 -3
  423. package/build/lib/react-router-effect/use-loader-data.d.ts.map +1 -1
  424. package/build/lib/react-router-effect/use-loader-data.js +2 -2
  425. package/build/lib/react-router-effect/use-loader-data.js.map +1 -1
  426. package/build/lib/revision/revision.d.ts +925 -925
  427. package/build/lib/revision/revision.d.ts.map +1 -1
  428. package/build/lib/schema/schema.d.ts +553 -629
  429. package/build/lib/schema/schema.d.ts.map +1 -1
  430. package/build/lib/schema/unversioned.d.ts +865 -865
  431. package/build/lib/schema/unversioned.d.ts.map +1 -1
  432. package/build/lib/schema/versioned.d.ts +495 -583
  433. package/build/lib/schema/versioned.d.ts.map +1 -1
  434. package/build/lib/schema-definition/schema-definition.d.ts +1 -1
  435. package/build/lib/schema-definition/schema-definition.d.ts.map +1 -1
  436. package/build/lib/semver/official-release.d.ts +1 -1
  437. package/build/lib/semver/official-release.d.ts.map +1 -1
  438. package/build/lib/semver/pre-release.d.ts +1 -1
  439. package/build/lib/semver/pre-release.d.ts.map +1 -1
  440. package/build/lib/semver/semver.d.ts +1 -1
  441. package/build/lib/semver/semver.d.ts.map +1 -1
  442. package/build/lib/swiss/$$.d.ts +5 -0
  443. package/build/lib/swiss/$$.d.ts.map +1 -0
  444. package/build/lib/swiss/$$.js +6 -0
  445. package/build/lib/swiss/$$.js.map +1 -0
  446. package/build/lib/swiss/$.d.ts +2 -0
  447. package/build/lib/swiss/$.d.ts.map +1 -0
  448. package/build/lib/swiss/$.js +3 -0
  449. package/build/lib/swiss/$.js.map +1 -0
  450. package/build/lib/swiss/grid.d.ts +17 -0
  451. package/build/lib/swiss/grid.d.ts.map +1 -0
  452. package/build/lib/swiss/grid.js +30 -0
  453. package/build/lib/swiss/grid.js.map +1 -0
  454. package/build/lib/swiss/items.d.ts +53 -0
  455. package/build/lib/swiss/items.d.ts.map +1 -0
  456. package/build/lib/swiss/items.js +188 -0
  457. package/build/lib/swiss/items.js.map +1 -0
  458. package/build/lib/swiss/styles.css +298 -0
  459. package/build/lib/swiss/subgrid.d.ts +25 -0
  460. package/build/lib/swiss/subgrid.d.ts.map +1 -0
  461. package/build/lib/swiss/subgrid.js +48 -0
  462. package/build/lib/swiss/subgrid.js.map +1 -0
  463. package/build/lib/swiss/types.d.ts +340 -0
  464. package/build/lib/swiss/types.d.ts.map +1 -0
  465. package/build/lib/swiss/types.js +2 -0
  466. package/build/lib/swiss/types.js.map +1 -0
  467. package/build/lib/swiss/utils.d.ts +37 -0
  468. package/build/lib/swiss/utils.d.ts.map +1 -0
  469. package/build/lib/swiss/utils.js +163 -0
  470. package/build/lib/swiss/utils.js.map +1 -0
  471. package/build/lib/version/custom.d.ts +11 -30
  472. package/build/lib/version/custom.d.ts.map +1 -1
  473. package/build/lib/version/custom.js +3 -7
  474. package/build/lib/version/custom.js.map +1 -1
  475. package/build/lib/version/date.d.ts +11 -30
  476. package/build/lib/version/date.d.ts.map +1 -1
  477. package/build/lib/version/date.js +3 -7
  478. package/build/lib/version/date.js.map +1 -1
  479. package/build/lib/version/integer.d.ts +11 -30
  480. package/build/lib/version/integer.d.ts.map +1 -1
  481. package/build/lib/version/integer.js +3 -7
  482. package/build/lib/version/integer.js.map +1 -1
  483. package/build/lib/version/semver.d.ts +11 -30
  484. package/build/lib/version/semver.d.ts.map +1 -1
  485. package/build/lib/version/semver.js +3 -7
  486. package/build/lib/version/semver.js.map +1 -1
  487. package/build/lib/version/version.d.ts +17 -333
  488. package/build/lib/version/version.d.ts.map +1 -1
  489. package/build/lib/version/version.js +11 -11
  490. package/build/lib/version/version.js.map +1 -1
  491. package/build/lib/version-selection/$$.d.ts +2 -0
  492. package/build/lib/version-selection/$$.d.ts.map +1 -0
  493. package/build/lib/version-selection/$$.js +2 -0
  494. package/build/lib/version-selection/$$.js.map +1 -0
  495. package/build/lib/version-selection/$.d.ts +2 -0
  496. package/build/lib/version-selection/$.d.ts.map +1 -0
  497. package/build/lib/version-selection/$.js +2 -0
  498. package/build/lib/version-selection/$.js.map +1 -0
  499. package/build/lib/version-selection/version-selection.d.ts +42 -0
  500. package/build/lib/version-selection/version-selection.d.ts.map +1 -0
  501. package/build/lib/version-selection/version-selection.js +86 -0
  502. package/build/lib/version-selection/version-selection.js.map +1 -0
  503. package/build/lib/vite-reactive/$$.d.ts +2 -0
  504. package/build/lib/vite-reactive/$$.d.ts.map +1 -0
  505. package/build/lib/vite-reactive/$$.js +2 -0
  506. package/build/lib/vite-reactive/$$.js.map +1 -0
  507. package/build/lib/vite-reactive/$.d.ts +2 -0
  508. package/build/lib/vite-reactive/$.d.ts.map +1 -0
  509. package/build/lib/vite-reactive/$.js +2 -0
  510. package/build/lib/vite-reactive/$.js.map +1 -0
  511. package/build/lib/vite-reactive/reactive-asset-plugin.d.ts +71 -0
  512. package/build/lib/vite-reactive/reactive-asset-plugin.d.ts.map +1 -0
  513. package/build/lib/vite-reactive/reactive-asset-plugin.js +155 -0
  514. package/build/lib/vite-reactive/reactive-asset-plugin.js.map +1 -0
  515. package/build/template/components/Carousel.d.ts +25 -0
  516. package/build/template/components/Carousel.d.ts.map +1 -0
  517. package/build/template/components/Carousel.js +134 -0
  518. package/build/template/components/Carousel.js.map +1 -0
  519. package/build/template/components/CarouselPill.d.ts +19 -0
  520. package/build/template/components/CarouselPill.d.ts.map +1 -0
  521. package/build/template/components/CarouselPill.js +31 -0
  522. package/build/template/components/CarouselPill.js.map +1 -0
  523. package/build/template/components/Changelog/Changelog.d.ts.map +1 -1
  524. package/build/template/components/Changelog/Changelog.js +16 -10
  525. package/build/template/components/Changelog/Changelog.js.map +1 -1
  526. package/build/template/components/Changelog/groups/TypeOperation.d.ts +2 -0
  527. package/build/template/components/Changelog/groups/TypeOperation.d.ts.map +1 -1
  528. package/build/template/components/Changelog/groups/TypeOperation.js +31 -5
  529. package/build/template/components/Changelog/groups/TypeOperation.js.map +1 -1
  530. package/build/template/components/CodeBlock.js +2 -2
  531. package/build/template/components/CodeBlock.js.map +1 -1
  532. package/build/template/components/DevelopmentTip.d.ts +13 -0
  533. package/build/template/components/DevelopmentTip.d.ts.map +1 -0
  534. package/build/template/components/DevelopmentTip.js +16 -0
  535. package/build/template/components/DevelopmentTip.js.map +1 -0
  536. package/build/template/components/ExampleLink.d.ts +11 -0
  537. package/build/template/components/ExampleLink.d.ts.map +1 -0
  538. package/build/template/components/ExampleLink.js +13 -0
  539. package/build/template/components/ExampleLink.js.map +1 -0
  540. package/build/template/components/Field.js +1 -1
  541. package/build/template/components/Field.js.map +1 -1
  542. package/build/template/components/GraphQLDocument.d.ts +25 -0
  543. package/build/template/components/GraphQLDocument.d.ts.map +1 -0
  544. package/build/template/components/GraphQLDocument.js +67 -0
  545. package/build/template/components/GraphQLDocument.js.map +1 -0
  546. package/build/template/components/GraphQLInteractive/GraphQLInteractive.d.ts +6 -2
  547. package/build/template/components/GraphQLInteractive/GraphQLInteractive.d.ts.map +1 -1
  548. package/build/template/components/GraphQLInteractive/GraphQLInteractive.js +8 -2
  549. package/build/template/components/GraphQLInteractive/GraphQLInteractive.js.map +1 -1
  550. package/build/template/components/HamburgerMenu.d.ts +11 -1
  551. package/build/template/components/HamburgerMenu.d.ts.map +1 -1
  552. package/build/template/components/HamburgerMenu.js.map +1 -1
  553. package/build/template/components/Logo.d.ts +8 -1
  554. package/build/template/components/Logo.d.ts.map +1 -1
  555. package/build/template/components/Logo.js +27 -12
  556. package/build/template/components/Logo.js.map +1 -1
  557. package/build/template/components/NamedType.d.ts.map +1 -1
  558. package/build/template/components/NamedType.js +12 -4
  559. package/build/template/components/NamedType.js.map +1 -1
  560. package/build/template/components/SimpleVersionPicker.d.ts +15 -0
  561. package/build/template/components/SimpleVersionPicker.d.ts.map +1 -0
  562. package/build/template/components/SimpleVersionPicker.js +15 -0
  563. package/build/template/components/SimpleVersionPicker.js.map +1 -0
  564. package/build/template/components/TypeAnnotation.d.ts.map +1 -1
  565. package/build/template/components/TypeAnnotation.js +8 -15
  566. package/build/template/components/TypeAnnotation.js.map +1 -1
  567. package/build/template/components/VersionCoveragePicker.d.ts +17 -0
  568. package/build/template/components/VersionCoveragePicker.d.ts.map +1 -0
  569. package/build/template/components/VersionCoveragePicker.js +28 -0
  570. package/build/template/components/VersionCoveragePicker.js.map +1 -0
  571. package/build/template/components/VersionPicker.d.ts.map +1 -1
  572. package/build/template/components/VersionPicker.js +9 -17
  573. package/build/template/components/VersionPicker.js.map +1 -1
  574. package/build/template/components/home/ExamplesSection.d.ts +13 -0
  575. package/build/template/components/home/ExamplesSection.d.ts.map +1 -0
  576. package/build/template/components/home/ExamplesSection.js +15 -0
  577. package/build/template/components/home/ExamplesSection.js.map +1 -0
  578. package/build/template/components/home/FeaturesGrid.d.ts +12 -0
  579. package/build/template/components/home/FeaturesGrid.d.ts.map +1 -0
  580. package/build/template/components/home/FeaturesGrid.js +73 -0
  581. package/build/template/components/home/FeaturesGrid.js.map +1 -0
  582. package/build/template/components/home/HeroSection.d.ts +16 -0
  583. package/build/template/components/home/HeroSection.d.ts.map +1 -0
  584. package/build/template/components/home/HeroSection.js +178 -0
  585. package/build/template/components/home/HeroSection.js.map +1 -0
  586. package/build/template/components/home/PlaygroundPreview.d.ts +9 -0
  587. package/build/template/components/home/PlaygroundPreview.d.ts.map +1 -0
  588. package/build/template/components/home/PlaygroundPreview.js +38 -0
  589. package/build/template/components/home/PlaygroundPreview.js.map +1 -0
  590. package/build/template/components/home/QuickStart.d.ts +11 -0
  591. package/build/template/components/home/QuickStart.d.ts.map +1 -0
  592. package/build/template/components/home/QuickStart.js +74 -0
  593. package/build/template/components/home/QuickStart.js.map +1 -0
  594. package/build/template/components/home/RecentChanges.d.ts +8 -0
  595. package/build/template/components/home/RecentChanges.d.ts.map +1 -0
  596. package/build/template/components/home/RecentChanges.js +60 -0
  597. package/build/template/components/home/RecentChanges.js.map +1 -0
  598. package/build/template/components/home/Resources.d.ts +24 -0
  599. package/build/template/components/home/Resources.d.ts.map +1 -0
  600. package/build/template/components/home/Resources.js +53 -0
  601. package/build/template/components/home/Resources.js.map +1 -0
  602. package/build/template/components/home/SocialProof.d.ts +13 -0
  603. package/build/template/components/home/SocialProof.d.ts.map +1 -0
  604. package/build/template/components/home/SocialProof.js +47 -0
  605. package/build/template/components/home/SocialProof.js.map +1 -0
  606. package/build/template/components/navbar/DefaultNavbar.d.ts.map +1 -1
  607. package/build/template/components/navbar/DefaultNavbar.js +5 -6
  608. package/build/template/components/navbar/DefaultNavbar.js.map +1 -1
  609. package/build/template/components/sidebar/Sidebar.d.ts +10 -1
  610. package/build/template/components/sidebar/Sidebar.d.ts.map +1 -1
  611. package/build/template/components/sidebar/Sidebar.js.map +1 -1
  612. package/build/template/components/sidebar/SidebarItem.d.ts +11 -2
  613. package/build/template/components/sidebar/SidebarItem.d.ts.map +1 -1
  614. package/build/template/components/sidebar/SidebarItem.js.map +1 -1
  615. package/build/template/components/swiss/SwissHeading.d.ts +10 -0
  616. package/build/template/components/swiss/SwissHeading.d.ts.map +1 -0
  617. package/build/template/components/swiss/SwissHeading.js +26 -0
  618. package/build/template/components/swiss/SwissHeading.js.map +1 -0
  619. package/build/template/components/swiss/index.d.ts +2 -0
  620. package/build/template/components/swiss/index.d.ts.map +1 -0
  621. package/build/template/components/swiss/index.js +2 -0
  622. package/build/template/components/swiss/index.js.map +1 -0
  623. package/build/template/contexts/GraphqlLifecycleContext.d.ts +1 -13
  624. package/build/template/contexts/GraphqlLifecycleContext.d.ts.map +1 -1
  625. package/build/template/entry.client.js +3 -3
  626. package/build/template/entry.client.js.map +1 -1
  627. package/build/template/hooks/use-examples.d.ts +38 -0
  628. package/build/template/hooks/use-examples.d.ts.map +1 -0
  629. package/build/template/hooks/use-examples.js +37 -0
  630. package/build/template/hooks/use-examples.js.map +1 -0
  631. package/build/template/hooks/use-highlighted.d.ts +14 -0
  632. package/build/template/hooks/use-highlighted.d.ts.map +1 -0
  633. package/build/template/hooks/use-highlighted.js +41 -0
  634. package/build/template/hooks/use-highlighted.js.map +1 -0
  635. package/build/template/layouts/SidebarLayout.d.ts +9 -1
  636. package/build/template/layouts/SidebarLayout.d.ts.map +1 -1
  637. package/build/template/layouts/SidebarLayout.js +4 -7
  638. package/build/template/layouts/SidebarLayout.js.map +1 -1
  639. package/build/template/layouts/index.d.ts +0 -1
  640. package/build/template/layouts/index.d.ts.map +1 -1
  641. package/build/template/layouts/index.js +0 -1
  642. package/build/template/layouts/index.js.map +1 -1
  643. package/build/template/lib/polen-url.js +3 -3
  644. package/build/template/lib/polen-url.js.map +1 -1
  645. package/build/template/providers/mdx.d.ts +8 -0
  646. package/build/template/providers/mdx.d.ts.map +1 -0
  647. package/build/template/providers/mdx.js +44 -0
  648. package/build/template/providers/mdx.js.map +1 -0
  649. package/build/template/routes/changelog.d.ts +3 -18
  650. package/build/template/routes/changelog.d.ts.map +1 -1
  651. package/build/template/routes/changelog.js +157 -26
  652. package/build/template/routes/changelog.js.map +1 -1
  653. package/build/template/routes/examples/_.d.ts +65 -0
  654. package/build/template/routes/examples/_.d.ts.map +1 -0
  655. package/build/template/routes/examples/_.js +56 -0
  656. package/build/template/routes/examples/_.js.map +1 -0
  657. package/build/template/routes/examples/_index.d.ts +39 -0
  658. package/build/template/routes/examples/_index.d.ts.map +1 -0
  659. package/build/template/routes/examples/_index.js +54 -0
  660. package/build/template/routes/examples/_index.js.map +1 -0
  661. package/build/template/routes/examples/name.d.ts +31 -0
  662. package/build/template/routes/examples/name.d.ts.map +1 -0
  663. package/build/template/routes/examples/name.js +50 -0
  664. package/build/template/routes/examples/name.js.map +1 -0
  665. package/build/template/routes/index.d.ts +1 -1
  666. package/build/template/routes/index.d.ts.map +1 -1
  667. package/build/template/routes/index.js +23 -3
  668. package/build/template/routes/index.js.map +1 -1
  669. package/build/template/routes/pages.d.ts.map +1 -1
  670. package/build/template/routes/pages.js +4 -44
  671. package/build/template/routes/pages.js.map +1 -1
  672. package/build/template/routes/reference.d.ts.map +1 -1
  673. package/build/template/routes/reference.js +53 -38
  674. package/build/template/routes/reference.js.map +1 -1
  675. package/build/template/routes/root.d.ts +3 -2
  676. package/build/template/routes/root.d.ts.map +1 -1
  677. package/build/template/routes/root.js +57 -17
  678. package/build/template/routes/root.js.map +1 -1
  679. package/build/template/server/create-page-html-response.js +2 -2
  680. package/build/template/server/create-page-html-response.js.map +1 -1
  681. package/build/template/server/main.js +5 -5
  682. package/build/template/server/main.js.map +1 -1
  683. package/build/template/server/view.js +3 -3
  684. package/build/template/server/view.js.map +1 -1
  685. package/build/template/stores/changelog.d.ts +31 -31
  686. package/build/template/stores/changelog.js +3 -3
  687. package/build/template/stores/changelog.js.map +1 -1
  688. package/build/template/stores/schema.d.ts +1 -1
  689. package/build/template/stores/toast.d.ts +1 -1
  690. package/build/template/theme/swiss-sharp.css +117 -0
  691. package/build/template/theme/swiss-sharp.d.ts +9 -0
  692. package/build/template/theme/swiss-sharp.d.ts.map +1 -0
  693. package/build/template/theme/swiss-sharp.js +13 -0
  694. package/build/template/theme/swiss-sharp.js.map +1 -0
  695. package/build/vite/config.d.ts +1 -1
  696. package/build/vite/config.d.ts.map +1 -1
  697. package/build/vite/logger.d.ts +2 -2
  698. package/build/vite/logger.d.ts.map +1 -1
  699. package/build/vite/logger.js +0 -1
  700. package/build/vite/logger.js.map +1 -1
  701. package/build/vite/plugins/branding.d.ts +2 -2
  702. package/build/vite/plugins/branding.d.ts.map +1 -1
  703. package/build/vite/plugins/branding.js +125 -10
  704. package/build/vite/plugins/branding.js.map +1 -1
  705. package/build/vite/plugins/build.d.ts +1 -1
  706. package/build/vite/plugins/build.d.ts.map +1 -1
  707. package/build/vite/plugins/config.d.ts +17 -0
  708. package/build/vite/plugins/config.d.ts.map +1 -0
  709. package/build/vite/plugins/config.js +33 -0
  710. package/build/vite/plugins/config.js.map +1 -0
  711. package/build/vite/plugins/core.d.ts +1 -5
  712. package/build/vite/plugins/core.d.ts.map +1 -1
  713. package/build/vite/plugins/core.js +43 -127
  714. package/build/vite/plugins/core.js.map +1 -1
  715. package/build/vite/plugins/examples.d.ts +23 -0
  716. package/build/vite/plugins/examples.d.ts.map +1 -0
  717. package/build/vite/plugins/examples.js +149 -0
  718. package/build/vite/plugins/examples.js.map +1 -0
  719. package/build/vite/plugins/hooks.d.ts +12 -0
  720. package/build/vite/plugins/hooks.d.ts.map +1 -0
  721. package/build/vite/plugins/hooks.js +41 -0
  722. package/build/vite/plugins/hooks.js.map +1 -0
  723. package/build/vite/plugins/index.d.ts +2 -1
  724. package/build/vite/plugins/index.d.ts.map +1 -1
  725. package/build/vite/plugins/index.js +2 -1
  726. package/build/vite/plugins/index.js.map +1 -1
  727. package/build/vite/plugins/main.d.ts +1 -1
  728. package/build/vite/plugins/main.d.ts.map +1 -1
  729. package/build/vite/plugins/manifest.d.ts +1 -1
  730. package/build/vite/plugins/manifest.d.ts.map +1 -1
  731. package/build/vite/plugins/navbar.d.ts +16 -0
  732. package/build/vite/plugins/navbar.d.ts.map +1 -0
  733. package/build/vite/plugins/navbar.js +60 -0
  734. package/build/vite/plugins/navbar.js.map +1 -0
  735. package/build/vite/plugins/pages.d.ts +10 -4
  736. package/build/vite/plugins/pages.d.ts.map +1 -1
  737. package/build/vite/plugins/pages.js +48 -120
  738. package/build/vite/plugins/pages.js.map +1 -1
  739. package/build/vite/plugins/routes-manifest.d.ts +1 -1
  740. package/build/vite/plugins/routes-manifest.d.ts.map +1 -1
  741. package/build/vite/plugins/routes-manifest.js +12 -15
  742. package/build/vite/plugins/routes-manifest.js.map +1 -1
  743. package/build/vite/plugins/schemas.d.ts +30 -0
  744. package/build/vite/plugins/schemas.d.ts.map +1 -0
  745. package/build/vite/plugins/schemas.js +116 -0
  746. package/build/vite/plugins/schemas.js.map +1 -0
  747. package/build/vite/plugins/serve.d.ts +1 -1
  748. package/build/vite/plugins/serve.d.ts.map +1 -1
  749. package/package.json +62 -11
  750. package/src/api/{api.ts → $$.ts} +6 -2
  751. package/src/api/$.ts +1 -0
  752. package/src/api/config/$$.ts +1 -0
  753. package/src/api/config/home.ts +542 -0
  754. package/src/api/config/input.ts +109 -26
  755. package/src/api/config/normalized.ts +474 -30
  756. package/src/api/config-template/template.ts +77 -0
  757. package/src/api/content/$$.ts +1 -0
  758. package/src/api/content/mdx-compiler.ts +74 -0
  759. package/src/api/content/navbar.test.ts +3 -3
  760. package/src/api/content/navbar.ts +1 -1
  761. package/src/api/examples/$$.ts +7 -0
  762. package/src/api/examples/$.test.ts +201 -0
  763. package/src/api/examples/$.ts +1 -0
  764. package/src/api/examples/config.test.ts +92 -0
  765. package/src/api/examples/config.ts +242 -0
  766. package/src/api/examples/diagnostic/diagnostic.ts +30 -0
  767. package/src/api/examples/diagnostic/duplicate-content.ts +25 -0
  768. package/src/api/examples/diagnostic/invalid-filename.ts +19 -0
  769. package/src/api/examples/diagnostic/missing-versions.ts +23 -0
  770. package/src/api/examples/diagnostic/unknown-version.ts +23 -0
  771. package/src/api/examples/diagnostic/unused-default.ts +22 -0
  772. package/src/api/examples/diagnostic/validation-error.ts +24 -0
  773. package/src/api/examples/diagnostic/validator.test.ts +277 -0
  774. package/src/api/examples/diagnostic/validator.ts +178 -0
  775. package/src/api/examples/filter.test.ts +56 -0
  776. package/src/api/examples/filter.ts +82 -0
  777. package/src/api/examples/scanner.ts +341 -0
  778. package/src/api/examples/schemas/catalog.ts +51 -0
  779. package/src/api/examples/schemas/example/$$.ts +1 -0
  780. package/src/api/examples/schemas/example/$.ts +1 -0
  781. package/src/api/examples/schemas/example/example.ts +73 -0
  782. package/src/api/examples/schemas/type-usage-index.ts +75 -0
  783. package/src/api/examples/type-generator.ts +49 -0
  784. package/src/api/examples/type-usage-indexer.test.ts +265 -0
  785. package/src/api/examples/type-usage-indexer.ts +294 -0
  786. package/src/api/iso/schema/routing.ts +2 -2
  787. package/src/api/project/$.ts +1 -0
  788. package/src/api/schema/input-sources/versioned-directory.ts +4 -4
  789. package/src/api/typings/$$.ts +1 -0
  790. package/src/api/typings/$.ts +1 -0
  791. package/src/api/typings/typings.ts +273 -0
  792. package/src/cli/_/parameters.ts +12 -12
  793. package/src/cli/commands/build.ts +58 -67
  794. package/src/cli/commands/cache/delete.ts +17 -24
  795. package/src/cli/commands/cache/show.ts +70 -72
  796. package/src/cli/commands/cache.ts +24 -6
  797. package/src/cli/commands/config/create.ts +37 -31
  798. package/src/cli/commands/config.ts +22 -6
  799. package/src/cli/commands/create.ts +104 -84
  800. package/src/cli/commands/dev.ts +59 -65
  801. package/src/cli/commands/hero-image.ts +282 -0
  802. package/src/cli/commands/open.ts +139 -140
  803. package/src/cli/commands/static/rebase.ts +61 -39
  804. package/src/cli/commands/static.ts +36 -6
  805. package/src/cli/index.ts +103 -8
  806. package/src/lib/ai-image-generation/$$.ts +2 -0
  807. package/src/lib/ai-image-generation/$.test.ts +344 -0
  808. package/src/lib/ai-image-generation/$.ts +1 -0
  809. package/src/lib/ai-image-generation/ai-image-generation.ts +231 -0
  810. package/src/lib/ai-image-generation/providers/pollinations.ts +65 -0
  811. package/src/lib/ai-image-generation/service.ts +185 -0
  812. package/src/lib/catalog/catalog.ts +35 -2
  813. package/src/lib/catalog/unversioned.ts +1 -1
  814. package/src/lib/catalog/versioned.ts +21 -1
  815. package/src/lib/catalog-statistics/$$.ts +4 -0
  816. package/src/lib/catalog-statistics/$.test.ts +151 -0
  817. package/src/lib/catalog-statistics/$.ts +1 -0
  818. package/src/lib/catalog-statistics/analyze-catalog.ts +158 -0
  819. package/src/lib/catalog-statistics/analyze-options.ts +15 -0
  820. package/src/lib/catalog-statistics/analyze-schema.ts +226 -0
  821. package/src/lib/catalog-statistics/data.ts +196 -0
  822. package/src/lib/catalog-statistics/report.ts +45 -0
  823. package/src/lib/change/change.ts +1 -1
  824. package/src/lib/change/criticality.ts +2 -2
  825. package/src/lib/date-only/date-only.ts +1 -1
  826. package/src/lib/diagnostic/$$.ts +5 -0
  827. package/src/lib/diagnostic/$.test.ts +109 -0
  828. package/src/lib/diagnostic/$.ts +1 -0
  829. package/src/lib/diagnostic/control.test.ts +75 -0
  830. package/src/lib/diagnostic/control.ts +140 -0
  831. package/src/lib/diagnostic/diagnostic.ts +144 -0
  832. package/src/lib/diagnostic/filter.ts +21 -0
  833. package/src/lib/diagnostic/reporter.ts +74 -0
  834. package/src/lib/diagnostic/severity.ts +93 -0
  835. package/src/lib/directed-filter/$$.ts +1 -0
  836. package/src/lib/directed-filter/$.test.ts +169 -0
  837. package/src/lib/directed-filter/$.ts +1 -0
  838. package/src/lib/directed-filter/directed-filter.ts +241 -0
  839. package/src/lib/document/$$.ts +3 -0
  840. package/src/lib/document/$.ts +1 -0
  841. package/src/lib/document/document.ts +37 -0
  842. package/src/lib/document/unversioned.ts +35 -0
  843. package/src/lib/document/versioned.ts +106 -0
  844. package/src/lib/effect-cli-help-markdown/$$.ts +1 -0
  845. package/src/lib/effect-cli-help-markdown/$.test.ts +49 -0
  846. package/src/lib/effect-cli-help-markdown/$.ts +1 -0
  847. package/src/lib/effect-cli-help-markdown/effect-cli-help-markdown.ts +699 -0
  848. package/src/lib/effect-glob/$$.ts +1 -0
  849. package/src/lib/effect-glob/$.ts +1 -0
  850. package/src/lib/effect-glob/effect-glob.ts +33 -0
  851. package/src/lib/file-path/$$.ts +3 -4
  852. package/src/lib/file-path/$.test.ts +45 -0
  853. package/src/lib/file-path/$.ts +1 -1
  854. package/src/lib/file-path/absolute.ts +66 -0
  855. package/src/lib/file-path/file-path.ts +17 -117
  856. package/src/lib/file-path/relative.ts +72 -0
  857. package/src/lib/file-path/segment/$.ts +1 -0
  858. package/src/lib/file-path/{file-path.test.ts → segment/segment.test.ts} +2 -2
  859. package/src/lib/file-path/segment/segment.ts +134 -0
  860. package/src/lib/file-router/linter.ts +82 -49
  861. package/src/lib/graph/graph.ts +1 -1
  862. package/src/lib/graphql-error/$$.ts +1 -0
  863. package/src/lib/graphql-error/$.ts +1 -0
  864. package/src/lib/graphql-error/graphql-error.ts +74 -0
  865. package/src/lib/kit-temp/effect.ts +69 -0
  866. package/src/lib/kit-temp/ob.ts +13 -0
  867. package/src/lib/kit-temp/other.test.ts +1 -1
  868. package/src/lib/kit-temp/resource.ts +1 -2
  869. package/src/lib/react-router-effect/route-helpers.ts +71 -8
  870. package/src/lib/react-router-effect/route.ts +14 -1
  871. package/src/lib/react-router-effect/types.ts +11 -3
  872. package/src/lib/react-router-effect/use-loader-data.ts +3 -3
  873. package/src/lib/revision/revision.ts +1 -1
  874. package/src/lib/schema/$.test.ts +1 -1
  875. package/src/lib/schema/schema.ts +1 -1
  876. package/src/lib/schema/unversioned.ts +1 -1
  877. package/src/lib/schema-definition/schema-definition.ts +1 -1
  878. package/src/lib/semver/official-release.ts +1 -1
  879. package/src/lib/semver/pre-release.ts +1 -1
  880. package/src/lib/semver/semver.ts +1 -1
  881. package/src/lib/swiss/$$.ts +5 -0
  882. package/src/lib/swiss/$.test.ts +89 -0
  883. package/src/lib/swiss/$.ts +2 -0
  884. package/src/lib/swiss/grid.tsx +61 -0
  885. package/src/lib/swiss/items.tsx +288 -0
  886. package/src/lib/swiss/styles.css +298 -0
  887. package/src/lib/swiss/subgrid.tsx +83 -0
  888. package/src/lib/swiss/types.ts +353 -0
  889. package/src/lib/swiss/utils.ts +144 -0
  890. package/src/lib/version/$.test.ts +2 -2
  891. package/src/lib/version/custom.ts +2 -13
  892. package/src/lib/version/date.ts +2 -13
  893. package/src/lib/version/integer.ts +2 -13
  894. package/src/lib/version/semver.ts +2 -13
  895. package/src/lib/version/version.ts +15 -12
  896. package/src/lib/version-selection/$$.ts +1 -0
  897. package/src/lib/version-selection/$.ts +1 -0
  898. package/src/lib/version-selection/version-selection.ts +117 -0
  899. package/src/lib/vite-reactive/$$.ts +1 -0
  900. package/src/lib/vite-reactive/$.ts +1 -0
  901. package/src/lib/vite-reactive/reactive-asset-plugin.ts +280 -0
  902. package/src/template/components/Carousel.tsx +224 -0
  903. package/src/template/components/CarouselPill.tsx +101 -0
  904. package/src/template/components/Changelog/Changelog.tsx +16 -10
  905. package/src/template/components/Changelog/groups/TypeOperation.tsx +53 -5
  906. package/src/template/components/CodeBlock.tsx +2 -2
  907. package/src/template/components/DevelopmentTip.tsx +43 -0
  908. package/src/template/components/ExampleLink.tsx +25 -0
  909. package/src/template/components/Field.tsx +1 -1
  910. package/src/template/components/GraphQLDocument.tsx +145 -0
  911. package/src/template/components/GraphQLInteractive/GraphQLInteractive.tsx +25 -3
  912. package/src/template/components/HamburgerMenu.tsx +14 -1
  913. package/src/template/components/Logo.tsx +35 -15
  914. package/src/template/components/NamedType.tsx +27 -3
  915. package/src/template/components/SimpleVersionPicker.tsx +48 -0
  916. package/src/template/components/TypeAnnotation.tsx +8 -26
  917. package/src/template/components/VersionCoveragePicker.tsx +57 -0
  918. package/src/template/components/VersionPicker.tsx +12 -30
  919. package/src/template/components/home/ExamplesSection.tsx +49 -0
  920. package/src/template/components/home/FeaturesGrid.tsx +135 -0
  921. package/src/template/components/home/HeroSection.tsx +379 -0
  922. package/src/template/components/home/PlaygroundPreview.tsx +138 -0
  923. package/src/template/components/home/QuickStart.tsx +132 -0
  924. package/src/template/components/home/RecentChanges.tsx +152 -0
  925. package/src/template/components/home/Resources.tsx +207 -0
  926. package/src/template/components/home/SocialProof.tsx +109 -0
  927. package/src/template/components/navbar/DefaultNavbar.tsx +23 -12
  928. package/src/template/components/sidebar/Sidebar.tsx +14 -1
  929. package/src/template/components/sidebar/SidebarItem.tsx +18 -6
  930. package/src/template/components/swiss/SwissHeading.tsx +44 -0
  931. package/src/template/components/swiss/index.ts +1 -0
  932. package/src/template/entry.client.tsx +3 -3
  933. package/src/template/hooks/use-examples.ts +46 -0
  934. package/src/template/hooks/use-highlighted.ts +57 -0
  935. package/src/template/layouts/SidebarLayout.tsx +34 -27
  936. package/src/template/layouts/index.ts +0 -1
  937. package/src/template/lib/polen-url.ts +3 -3
  938. package/src/template/providers/mdx.tsx +75 -0
  939. package/src/template/routes/changelog.tsx +247 -28
  940. package/src/template/routes/examples/_.tsx +90 -0
  941. package/src/template/routes/examples/_index.tsx +93 -0
  942. package/src/template/routes/examples/name.tsx +69 -0
  943. package/src/template/routes/index.tsx +48 -2
  944. package/src/template/routes/pages.tsx +5 -67
  945. package/src/template/routes/reference.tsx +36 -14
  946. package/src/template/routes/root.tsx +94 -38
  947. package/src/template/server/create-page-html-response.ts +2 -2
  948. package/src/template/server/main.ts +6 -6
  949. package/src/template/server/view.ts +3 -3
  950. package/src/template/stores/changelog.ts +3 -3
  951. package/src/template/theme/swiss-sharp.css +117 -0
  952. package/src/template/theme/swiss-sharp.ts +14 -0
  953. package/src/types/virtual-modules.d.ts +26 -19
  954. package/src/vite/config.ts +1 -1
  955. package/src/vite/logger.ts +2 -3
  956. package/src/vite/plugins/branding.ts +141 -12
  957. package/src/vite/plugins/build.ts +1 -1
  958. package/src/vite/plugins/config.ts +57 -0
  959. package/src/vite/plugins/core.ts +45 -167
  960. package/src/vite/plugins/examples.ts +201 -0
  961. package/src/vite/plugins/hooks.ts +49 -0
  962. package/src/vite/plugins/index.ts +2 -1
  963. package/src/vite/plugins/main.ts +1 -1
  964. package/src/vite/plugins/manifest.ts +1 -1
  965. package/src/vite/plugins/navbar.ts +102 -0
  966. package/src/vite/plugins/pages.ts +70 -155
  967. package/src/vite/plugins/routes-manifest.ts +15 -13
  968. package/src/vite/plugins/schemas.ts +145 -0
  969. package/src/vite/plugins/serve.ts +1 -1
  970. package/build/api/api.d.ts.map +0 -1
  971. package/build/api/api.js +0 -9
  972. package/build/api/api.js.map +0 -1
  973. package/build/api/index.d.ts +0 -2
  974. package/build/api/index.d.ts.map +0 -1
  975. package/build/api/index.js +0 -2
  976. package/build/api/index.js.map +0 -1
  977. package/build/api/project/index.d.ts +0 -2
  978. package/build/api/project/index.d.ts.map +0 -1
  979. package/build/api/project/index.js +0 -2
  980. package/build/api/project/index.js.map +0 -1
  981. package/build/cli/commands/$default.d.ts +0 -3
  982. package/build/cli/commands/$default.d.ts.map +0 -1
  983. package/build/cli/commands/$default.js +0 -89
  984. package/build/cli/commands/$default.js.map +0 -1
  985. package/build/cli/commands/cache/$default.d.ts +0 -3
  986. package/build/cli/commands/cache/$default.d.ts.map +0 -1
  987. package/build/cli/commands/cache/$default.js +0 -10
  988. package/build/cli/commands/cache/$default.js.map +0 -1
  989. package/build/cli/commands/config/$default.d.ts +0 -2
  990. package/build/cli/commands/config/$default.d.ts.map +0 -1
  991. package/build/cli/commands/config/$default.js +0 -7
  992. package/build/cli/commands/config/$default.js.map +0 -1
  993. package/build/cli/commands/static/$default.d.ts +0 -3
  994. package/build/cli/commands/static/$default.d.ts.map +0 -1
  995. package/build/cli/commands/static/$default.js +0 -38
  996. package/build/cli/commands/static/$default.js.map +0 -1
  997. package/build/cli-effect/_/parameters.d.ts +0 -7
  998. package/build/cli-effect/_/parameters.d.ts.map +0 -1
  999. package/build/cli-effect/_/parameters.js +0 -7
  1000. package/build/cli-effect/_/parameters.js.map +0 -1
  1001. package/build/cli-effect/commands/build.d.ts +0 -11
  1002. package/build/cli-effect/commands/build.d.ts.map +0 -1
  1003. package/build/cli-effect/commands/build.js +0 -40
  1004. package/build/cli-effect/commands/build.js.map +0 -1
  1005. package/build/cli-effect/commands/cache/delete.d.ts +0 -7
  1006. package/build/cli-effect/commands/cache/delete.d.ts.map +0 -1
  1007. package/build/cli-effect/commands/cache/delete.js +0 -15
  1008. package/build/cli-effect/commands/cache/delete.js.map +0 -1
  1009. package/build/cli-effect/commands/cache/show.d.ts +0 -6
  1010. package/build/cli-effect/commands/cache/show.d.ts.map +0 -1
  1011. package/build/cli-effect/commands/cache/show.js +0 -80
  1012. package/build/cli-effect/commands/cache/show.js.map +0 -1
  1013. package/build/cli-effect/commands/cache.d.ts +0 -11
  1014. package/build/cli-effect/commands/cache.d.ts.map +0 -1
  1015. package/build/cli-effect/commands/cache.js +0 -18
  1016. package/build/cli-effect/commands/cache.js.map +0 -1
  1017. package/build/cli-effect/commands/config/create.d.ts +0 -7
  1018. package/build/cli-effect/commands/config/create.d.ts.map +0 -1
  1019. package/build/cli-effect/commands/config/create.js +0 -36
  1020. package/build/cli-effect/commands/config/create.js.map +0 -1
  1021. package/build/cli-effect/commands/config.d.ts +0 -8
  1022. package/build/cli-effect/commands/config.d.ts.map +0 -1
  1023. package/build/cli-effect/commands/config.js +0 -16
  1024. package/build/cli-effect/commands/config.js.map +0 -1
  1025. package/build/cli-effect/commands/create.d.ts +0 -10
  1026. package/build/cli-effect/commands/create.d.ts.map +0 -1
  1027. package/build/cli-effect/commands/create.js +0 -112
  1028. package/build/cli-effect/commands/create.js.map +0 -1
  1029. package/build/cli-effect/commands/dev.d.ts +0 -10
  1030. package/build/cli-effect/commands/dev.d.ts.map +0 -1
  1031. package/build/cli-effect/commands/dev.js +0 -48
  1032. package/build/cli-effect/commands/dev.js.map +0 -1
  1033. package/build/cli-effect/commands/open.d.ts +0 -11
  1034. package/build/cli-effect/commands/open.d.ts.map +0 -1
  1035. package/build/cli-effect/commands/open.js +0 -131
  1036. package/build/cli-effect/commands/open.js.map +0 -1
  1037. package/build/cli-effect/commands/static/rebase.d.ts +0 -9
  1038. package/build/cli-effect/commands/static/rebase.d.ts.map +0 -1
  1039. package/build/cli-effect/commands/static/rebase.js +0 -44
  1040. package/build/cli-effect/commands/static/rebase.js.map +0 -1
  1041. package/build/cli-effect/commands/static.d.ts +0 -10
  1042. package/build/cli-effect/commands/static.d.ts.map +0 -1
  1043. package/build/cli-effect/commands/static.js +0 -29
  1044. package/build/cli-effect/commands/static.js.map +0 -1
  1045. package/build/cli-effect/index.d.ts +0 -3
  1046. package/build/cli-effect/index.d.ts.map +0 -1
  1047. package/build/cli-effect/index.js +0 -61
  1048. package/build/cli-effect/index.js.map +0 -1
  1049. package/build/lib/file-router/diagnostic-reporter.d.ts +0 -3
  1050. package/build/lib/file-router/diagnostic-reporter.d.ts.map +0 -1
  1051. package/build/lib/file-router/diagnostic-reporter.js +0 -18
  1052. package/build/lib/file-router/diagnostic-reporter.js.map +0 -1
  1053. package/build/lib/task/$$.d.ts +0 -3
  1054. package/build/lib/task/$$.d.ts.map +0 -1
  1055. package/build/lib/task/$$.js +0 -3
  1056. package/build/lib/task/$$.js.map +0 -1
  1057. package/build/lib/task/$.d.ts +0 -2
  1058. package/build/lib/task/$.d.ts.map +0 -1
  1059. package/build/lib/task/$.js +0 -2
  1060. package/build/lib/task/$.js.map +0 -1
  1061. package/build/lib/task/report.d.ts +0 -28
  1062. package/build/lib/task/report.d.ts.map +0 -1
  1063. package/build/lib/task/report.js +0 -33
  1064. package/build/lib/task/report.js.map +0 -1
  1065. package/build/lib/task/task.d.ts +0 -45
  1066. package/build/lib/task/task.d.ts.map +0 -1
  1067. package/build/lib/task/task.js +0 -71
  1068. package/build/lib/task/task.js.map +0 -1
  1069. package/build/project-data.d.ts +0 -10
  1070. package/build/project-data.d.ts.map +0 -1
  1071. package/build/project-data.js +0 -2
  1072. package/build/project-data.js.map +0 -1
  1073. package/build/template/catalog-bridge.d.ts +0 -1837
  1074. package/build/template/catalog-bridge.d.ts.map +0 -1
  1075. package/build/template/catalog-bridge.js +0 -87
  1076. package/build/template/catalog-bridge.js.map +0 -1
  1077. package/build/template/data/catalog.d.ts +0 -3
  1078. package/build/template/data/catalog.d.ts.map +0 -1
  1079. package/build/template/data/catalog.js +0 -7
  1080. package/build/template/data/catalog.js.map +0 -1
  1081. package/build/template/layouts/ChangelogLayout.d.ts +0 -9
  1082. package/build/template/layouts/ChangelogLayout.d.ts.map +0 -1
  1083. package/build/template/layouts/ChangelogLayout.js +0 -97
  1084. package/build/template/layouts/ChangelogLayout.js.map +0 -1
  1085. package/build/vite/plugins/schema-assets.d.ts +0 -20
  1086. package/build/vite/plugins/schema-assets.d.ts.map +0 -1
  1087. package/build/vite/plugins/schema-assets.js +0 -225
  1088. package/build/vite/plugins/schema-assets.js.map +0 -1
  1089. package/src/api/index.ts +0 -1
  1090. package/src/cli/commands/$default.ts +0 -102
  1091. package/src/cli/commands/cache/$default.ts +0 -10
  1092. package/src/cli/commands/config/$default.ts +0 -7
  1093. package/src/cli/commands/static/$default.ts +0 -43
  1094. package/src/cli-effect/_/parameters.ts +0 -17
  1095. package/src/cli-effect/commands/build.ts +0 -66
  1096. package/src/cli-effect/commands/cache/delete.ts +0 -21
  1097. package/src/cli-effect/commands/cache/show.ts +0 -99
  1098. package/src/cli-effect/commands/cache.ts +0 -27
  1099. package/src/cli-effect/commands/config/create.ts +0 -49
  1100. package/src/cli-effect/commands/config.ts +0 -25
  1101. package/src/cli-effect/commands/create.ts +0 -167
  1102. package/src/cli-effect/commands/dev.ts +0 -72
  1103. package/src/cli-effect/commands/open.ts +0 -183
  1104. package/src/cli-effect/commands/static/rebase.ts +0 -66
  1105. package/src/cli-effect/commands/static.ts +0 -39
  1106. package/src/cli-effect/index.ts +0 -79
  1107. package/src/lib/file-router/diagnostic-reporter.ts +0 -22
  1108. package/src/lib/task/$$.ts +0 -2
  1109. package/src/lib/task/$.test.ts +0 -210
  1110. package/src/lib/task/$.ts +0 -1
  1111. package/src/lib/task/report.ts +0 -72
  1112. package/src/lib/task/task.ts +0 -129
  1113. package/src/project-data.ts +0 -10
  1114. package/src/template/catalog-bridge.ts +0 -102
  1115. package/src/template/data/catalog.ts +0 -7
  1116. package/src/template/layouts/ChangelogLayout.tsx +0 -185
  1117. package/src/vite/plugins/schema-assets.ts +0 -265
  1118. /package/src/api/project/{index.ts → $$.ts} +0 -0
@@ -1,10 +1,107 @@
1
1
  import { S } from '#lib/kit-temp/effect';
2
2
  import { Effect } from 'effect';
3
- import { type ConfigInput } from './input.js';
4
- declare const TemplateVariablesSchema: S.Struct<{
3
+ import { ConfigInput } from './input.js';
4
+ /**
5
+ * Normalized home configuration where all `true` values are expanded to their object forms.
6
+ * This is the shape after normalization, not the input shape.
7
+ */
8
+ declare const HomeConfig: S.Struct<{
9
+ /**
10
+ * Whether the home page is enabled.
11
+ */
12
+ enabled: typeof S.Boolean;
13
+ /**
14
+ * Hero section configuration.
15
+ * After normalization, always an object with enabled field.
16
+ */
17
+ hero: S.Struct<{
18
+ enabled: typeof S.Boolean;
19
+ title: S.optional<typeof S.String>;
20
+ tagline: S.optional<typeof S.String>;
21
+ callToActions: S.optional<typeof S.Unknown>;
22
+ layout: S.optional<S.Union<[S.Literal<["asymmetric"]>, S.Literal<["cinematic"]>, S.Literal<["auto"]>]>>;
23
+ heroImage: S.optional<S.Union<[S.transformOrFail<typeof S.String, S.TaggedStruct<"FilePathAbsolute", {
24
+ segments: S.Array$<S.brand<typeof S.String, "FilePathSegment">>;
25
+ }>, never>, S.transformOrFail<typeof S.String, S.TaggedStruct<"FilePathRelative", {
26
+ segments: S.Array$<S.brand<typeof S.String, "FilePathSegment">>;
27
+ }>, never>]>>;
28
+ }>;
29
+ /**
30
+ * Social proof section - false to disable, object with configuration.
31
+ */
32
+ socialProof: S.Union<[S.Literal<[false]>, S.Struct<{
33
+ title: S.optional<typeof S.String>;
34
+ logos: S.Array$<typeof S.Unknown>;
35
+ }>]>;
36
+ /**
37
+ * Social media section - false to disable, object with configuration.
38
+ */
39
+ socialMedia: S.Union<[S.Literal<[false]>, S.Struct<{
40
+ posts: S.Array$<typeof S.Unknown>;
41
+ displayMode: S.optional<S.Literal<["embed", "screenshot"]>>;
42
+ }>]>;
43
+ /**
44
+ * Examples section configuration.
45
+ * After normalization, always an object with enabled flag.
46
+ * Uses DirectedFilter for include/exclude logic (never optional, uses AllowAll as default).
47
+ */
48
+ examples: S.Struct<{
49
+ enabled: typeof S.Boolean;
50
+ title: S.optional<typeof S.String>;
51
+ description: S.optional<typeof S.String>;
52
+ maxExamples: typeof S.Number;
53
+ filter: S.Union<[S.Struct<{
54
+ _tag: S.tag<"DirectedFilterAllow">;
55
+ } & {
56
+ items: S.Array$<typeof S.String>;
57
+ }>, S.Struct<{
58
+ _tag: S.tag<"DirectedFilterDeny">;
59
+ } & {
60
+ items: S.Array$<typeof S.String>;
61
+ }>, S.Struct<{
62
+ _tag: S.tag<"DirectedFilterAllowAll">;
63
+ }>, S.Struct<{
64
+ _tag: S.tag<"DirectedFilterDenyAll">;
65
+ }>]>;
66
+ }>;
67
+ /**
68
+ * Quick start section - false to disable, object with configuration.
69
+ */
70
+ quickStart: S.Union<[S.Literal<[false]>, S.Struct<{
71
+ tabs: S.optional<S.Array$<S.Literal<["setup", "examples", "playground"]>>>;
72
+ steps: S.optional<S.Array$<typeof S.Unknown>>;
73
+ languages: S.optional<S.Array$<typeof S.String>>;
74
+ playground: S.optional<typeof S.Unknown>;
75
+ }>]>;
76
+ /**
77
+ * Stats section - false to disable, object with configuration.
78
+ */
79
+ stats: S.Union<[S.Literal<[false]>, S.Struct<{
80
+ showSchemaStats: S.optional<typeof S.Boolean>;
81
+ statusEndpoint: S.optional<typeof S.String>;
82
+ customMetrics: S.optional<S.Array$<typeof S.Unknown>>;
83
+ }>]>;
84
+ /**
85
+ * Changelog section - false to disable, object with configuration.
86
+ */
87
+ changelog: S.Union<[S.Literal<[false]>, S.Struct<{
88
+ limit: S.optional<typeof S.Number>;
89
+ showVersions: S.optional<typeof S.Boolean>;
90
+ }>]>;
91
+ /**
92
+ * Resources section - false to disable, object with configuration.
93
+ */
94
+ resources: S.Union<[S.Literal<[false]>, S.Struct<{
95
+ links: S.optional<S.Array$<typeof S.Unknown>>;
96
+ communityLinks: S.optional<S.Array$<typeof S.Unknown>>;
97
+ supportContact: S.optional<typeof S.Unknown>;
98
+ }>]>;
99
+ }>;
100
+ export type HomeConfig = S.Schema.Type<typeof HomeConfig>;
101
+ declare const TemplateVariables: S.Struct<{
5
102
  title: typeof S.String;
6
103
  }>;
7
- export type TemplateVariables = S.Schema.Type<typeof TemplateVariablesSchema>;
104
+ export type TemplateVariables = S.Schema.Type<typeof TemplateVariables>;
8
105
  /**
9
106
  * Normalized Polen configuration with all defaults resolved.
10
107
  *
@@ -13,7 +110,7 @@ export type TemplateVariables = S.Schema.Type<typeof TemplateVariablesSchema>;
13
110
  * - Computing derived paths
14
111
  * - Resolving package.json fallbacks
15
112
  */
16
- export declare const ConfigSchema: S.Struct<{
113
+ export declare const Config: S.Struct<{
17
114
  /**
18
115
  * The original user input configuration.
19
116
  */
@@ -22,6 +119,62 @@ export declare const ConfigSchema: S.Struct<{
22
119
  readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
23
120
  readonly base?: string | undefined;
24
121
  } | undefined;
122
+ readonly description?: string | undefined;
123
+ readonly name?: string | undefined;
124
+ readonly examples?: {
125
+ readonly enabled?: boolean | undefined;
126
+ readonly display?: "all" | "none" | {
127
+ readonly include: readonly string[];
128
+ } | {
129
+ readonly exclude: readonly string[];
130
+ } | undefined;
131
+ readonly diagnostics?: {
132
+ readonly validation?: boolean | {
133
+ readonly build?: {
134
+ readonly enabled?: boolean | undefined;
135
+ readonly severity?: "error" | "warning" | "info" | undefined;
136
+ } | undefined;
137
+ readonly enabled: boolean;
138
+ readonly dev?: {
139
+ readonly enabled?: boolean | undefined;
140
+ readonly severity?: "error" | "warning" | "info" | undefined;
141
+ } | undefined;
142
+ } | undefined;
143
+ readonly unusedVersions?: boolean | {
144
+ readonly build?: {
145
+ readonly enabled?: boolean | undefined;
146
+ readonly severity?: "error" | "warning" | "info" | undefined;
147
+ } | undefined;
148
+ readonly enabled: boolean;
149
+ readonly dev?: {
150
+ readonly enabled?: boolean | undefined;
151
+ readonly severity?: "error" | "warning" | "info" | undefined;
152
+ } | undefined;
153
+ } | undefined;
154
+ readonly duplicateContent?: boolean | {
155
+ readonly build?: {
156
+ readonly enabled?: boolean | undefined;
157
+ readonly severity?: "error" | "warning" | "info" | undefined;
158
+ } | undefined;
159
+ readonly enabled: boolean;
160
+ readonly dev?: {
161
+ readonly enabled?: boolean | undefined;
162
+ readonly severity?: "error" | "warning" | "info" | undefined;
163
+ } | undefined;
164
+ } | undefined;
165
+ readonly missingVersions?: boolean | {
166
+ readonly build?: {
167
+ readonly enabled?: boolean | undefined;
168
+ readonly severity?: "error" | "warning" | "info" | undefined;
169
+ } | undefined;
170
+ readonly enabled: boolean;
171
+ readonly dev?: {
172
+ readonly enabled?: boolean | undefined;
173
+ readonly severity?: "error" | "warning" | "info" | undefined;
174
+ } | undefined;
175
+ } | undefined;
176
+ } | undefined;
177
+ } | undefined;
25
178
  readonly schema?: {
26
179
  readonly enabled?: boolean | undefined;
27
180
  readonly augmentations?: readonly {
@@ -52,10 +205,10 @@ export declare const ConfigSchema: S.Struct<{
52
205
  readonly revisions: unknown;
53
206
  } | undefined;
54
207
  readonly introspection?: {
55
- readonly url: string;
56
208
  readonly headers?: {
57
209
  readonly [x: string]: string;
58
210
  } | undefined;
211
+ readonly url: string;
59
212
  } | undefined;
60
213
  readonly introspectionFile?: {
61
214
  readonly path?: string | undefined;
@@ -65,6 +218,124 @@ export declare const ConfigSchema: S.Struct<{
65
218
  readonly templateVariables?: {
66
219
  readonly title?: string | undefined;
67
220
  } | undefined;
221
+ readonly home?: {
222
+ readonly enabled?: boolean | undefined;
223
+ readonly examples?: boolean | {
224
+ readonly description?: string | undefined;
225
+ readonly title?: string | undefined;
226
+ readonly maxExamples?: number | undefined;
227
+ readonly only?: readonly string[] | undefined;
228
+ readonly exclude?: readonly string[] | undefined;
229
+ } | undefined;
230
+ readonly topics?: readonly string[] | undefined;
231
+ readonly hero?: boolean | {
232
+ readonly title?: string | undefined;
233
+ readonly tagline?: string | undefined;
234
+ readonly callToActions?: readonly {
235
+ readonly label: string;
236
+ readonly href: string;
237
+ readonly variant?: "primary" | "secondary" | undefined;
238
+ }[] | {
239
+ readonly before?: readonly {
240
+ readonly label: string;
241
+ readonly href: string;
242
+ readonly variant?: "primary" | "secondary" | undefined;
243
+ }[] | undefined;
244
+ readonly after?: readonly {
245
+ readonly label: string;
246
+ readonly href: string;
247
+ readonly variant?: "primary" | "secondary" | undefined;
248
+ }[] | undefined;
249
+ readonly over?: readonly {
250
+ readonly label: string;
251
+ readonly href: string;
252
+ readonly variant?: "primary" | "secondary" | undefined;
253
+ }[] | undefined;
254
+ } | undefined;
255
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
256
+ readonly prompt?: string | undefined;
257
+ readonly heroImage?: string | {
258
+ readonly src?: string | undefined;
259
+ readonly ai?: {
260
+ readonly prompt?: string | undefined;
261
+ readonly enabled: boolean;
262
+ readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
263
+ readonly width?: number | undefined;
264
+ readonly height?: number | undefined;
265
+ readonly seed?: number | undefined;
266
+ readonly nologo?: boolean | undefined;
267
+ readonly cache?: boolean | undefined;
268
+ } | undefined;
269
+ } | undefined;
270
+ } | undefined;
271
+ readonly socialProof?: boolean | {
272
+ readonly title?: string | undefined;
273
+ readonly logos: readonly (string | {
274
+ readonly src: string;
275
+ readonly name: string;
276
+ readonly href?: string | undefined;
277
+ })[];
278
+ } | undefined;
279
+ readonly socialMedia?: boolean | {
280
+ readonly posts: readonly {
281
+ readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
282
+ readonly id: string;
283
+ readonly embedCode?: string | undefined;
284
+ }[];
285
+ readonly displayMode?: "embed" | "screenshot" | undefined;
286
+ } | undefined;
287
+ readonly quickStart?: boolean | {
288
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
289
+ readonly playground?: {
290
+ readonly endpoint?: string | undefined;
291
+ readonly headers?: {
292
+ readonly [x: string]: string;
293
+ } | undefined;
294
+ readonly defaultQuery?: string | undefined;
295
+ readonly useMockData?: boolean | undefined;
296
+ } | undefined;
297
+ readonly steps?: readonly {
298
+ readonly description?: string | undefined;
299
+ readonly title: string;
300
+ readonly code: string;
301
+ readonly language?: string | undefined;
302
+ }[] | undefined;
303
+ readonly languages?: readonly string[] | undefined;
304
+ } | undefined;
305
+ readonly stats?: boolean | {
306
+ readonly showSchemaStats?: boolean | undefined;
307
+ readonly statusEndpoint?: string | undefined;
308
+ readonly customMetrics?: readonly {
309
+ readonly label: string;
310
+ readonly value: string | number;
311
+ readonly icon?: string | undefined;
312
+ }[] | undefined;
313
+ } | undefined;
314
+ readonly changelog?: boolean | {
315
+ readonly limit?: number | undefined;
316
+ readonly showVersions?: boolean | undefined;
317
+ } | undefined;
318
+ readonly resources?: boolean | {
319
+ readonly links?: readonly {
320
+ readonly description?: string | undefined;
321
+ readonly href: string;
322
+ readonly title: string;
323
+ readonly icon?: string | undefined;
324
+ }[] | undefined;
325
+ readonly communityLinks?: readonly {
326
+ readonly href: string;
327
+ readonly platform: string;
328
+ }[] | undefined;
329
+ readonly supportContact?: {
330
+ readonly href?: string | undefined;
331
+ readonly email?: string | undefined;
332
+ readonly text?: string | undefined;
333
+ } | undefined;
334
+ } | undefined;
335
+ } | undefined;
336
+ readonly branding?: {
337
+ readonly logoDesignedFor?: "light" | "dark" | undefined;
338
+ } | undefined;
68
339
  readonly server?: {
69
340
  readonly port?: number | undefined;
70
341
  } | undefined;
@@ -87,6 +358,62 @@ export declare const ConfigSchema: S.Struct<{
87
358
  readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
88
359
  readonly base?: string | undefined;
89
360
  } | undefined;
361
+ readonly description?: string | undefined;
362
+ readonly name?: string | undefined;
363
+ readonly examples?: {
364
+ readonly enabled?: boolean | undefined;
365
+ readonly display?: "all" | "none" | {
366
+ readonly include: readonly string[];
367
+ } | {
368
+ readonly exclude: readonly string[];
369
+ } | undefined;
370
+ readonly diagnostics?: {
371
+ readonly validation?: boolean | {
372
+ readonly enabled: boolean;
373
+ readonly build?: {
374
+ readonly enabled?: boolean | undefined;
375
+ readonly severity?: "error" | "warning" | "info" | undefined;
376
+ } | undefined;
377
+ readonly dev?: {
378
+ readonly enabled?: boolean | undefined;
379
+ readonly severity?: "error" | "warning" | "info" | undefined;
380
+ } | undefined;
381
+ } | undefined;
382
+ readonly unusedVersions?: boolean | {
383
+ readonly enabled: boolean;
384
+ readonly build?: {
385
+ readonly enabled?: boolean | undefined;
386
+ readonly severity?: "error" | "warning" | "info" | undefined;
387
+ } | undefined;
388
+ readonly dev?: {
389
+ readonly enabled?: boolean | undefined;
390
+ readonly severity?: "error" | "warning" | "info" | undefined;
391
+ } | undefined;
392
+ } | undefined;
393
+ readonly duplicateContent?: boolean | {
394
+ readonly enabled: boolean;
395
+ readonly build?: {
396
+ readonly enabled?: boolean | undefined;
397
+ readonly severity?: "error" | "warning" | "info" | undefined;
398
+ } | undefined;
399
+ readonly dev?: {
400
+ readonly enabled?: boolean | undefined;
401
+ readonly severity?: "error" | "warning" | "info" | undefined;
402
+ } | undefined;
403
+ } | undefined;
404
+ readonly missingVersions?: boolean | {
405
+ readonly enabled: boolean;
406
+ readonly build?: {
407
+ readonly enabled?: boolean | undefined;
408
+ readonly severity?: "error" | "warning" | "info" | undefined;
409
+ } | undefined;
410
+ readonly dev?: {
411
+ readonly enabled?: boolean | undefined;
412
+ readonly severity?: "error" | "warning" | "info" | undefined;
413
+ } | undefined;
414
+ } | undefined;
415
+ } | undefined;
416
+ } | undefined;
90
417
  readonly schema?: {
91
418
  readonly enabled?: boolean | undefined;
92
419
  readonly augmentations?: readonly {
@@ -130,6 +457,124 @@ export declare const ConfigSchema: S.Struct<{
130
457
  readonly templateVariables?: {
131
458
  readonly title?: string | undefined;
132
459
  } | undefined;
460
+ readonly home?: {
461
+ readonly enabled?: boolean | undefined;
462
+ readonly examples?: boolean | {
463
+ readonly description?: string | undefined;
464
+ readonly title?: string | undefined;
465
+ readonly maxExamples?: number | undefined;
466
+ readonly only?: readonly string[] | undefined;
467
+ readonly exclude?: readonly string[] | undefined;
468
+ } | undefined;
469
+ readonly topics?: readonly string[] | undefined;
470
+ readonly hero?: boolean | {
471
+ readonly title?: string | undefined;
472
+ readonly tagline?: string | undefined;
473
+ readonly callToActions?: readonly {
474
+ readonly label: string;
475
+ readonly href: string;
476
+ readonly variant?: "primary" | "secondary" | undefined;
477
+ }[] | {
478
+ readonly before?: readonly {
479
+ readonly label: string;
480
+ readonly href: string;
481
+ readonly variant?: "primary" | "secondary" | undefined;
482
+ }[] | undefined;
483
+ readonly after?: readonly {
484
+ readonly label: string;
485
+ readonly href: string;
486
+ readonly variant?: "primary" | "secondary" | undefined;
487
+ }[] | undefined;
488
+ readonly over?: readonly {
489
+ readonly label: string;
490
+ readonly href: string;
491
+ readonly variant?: "primary" | "secondary" | undefined;
492
+ }[] | undefined;
493
+ } | undefined;
494
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
495
+ readonly prompt?: string | undefined;
496
+ readonly heroImage?: string | {
497
+ readonly src?: string | undefined;
498
+ readonly ai?: {
499
+ readonly enabled: boolean;
500
+ readonly prompt?: string | undefined;
501
+ readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
502
+ readonly width?: number | undefined;
503
+ readonly height?: number | undefined;
504
+ readonly seed?: number | undefined;
505
+ readonly nologo?: boolean | undefined;
506
+ readonly cache?: boolean | undefined;
507
+ } | undefined;
508
+ } | undefined;
509
+ } | undefined;
510
+ readonly socialProof?: boolean | {
511
+ readonly logos: readonly (string | {
512
+ readonly src: string;
513
+ readonly name: string;
514
+ readonly href?: string | undefined;
515
+ })[];
516
+ readonly title?: string | undefined;
517
+ } | undefined;
518
+ readonly socialMedia?: boolean | {
519
+ readonly posts: readonly {
520
+ readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
521
+ readonly id: string;
522
+ readonly embedCode?: string | undefined;
523
+ }[];
524
+ readonly displayMode?: "embed" | "screenshot" | undefined;
525
+ } | undefined;
526
+ readonly quickStart?: boolean | {
527
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
528
+ readonly playground?: {
529
+ readonly endpoint?: string | undefined;
530
+ readonly headers?: {
531
+ readonly [x: string]: string;
532
+ } | undefined;
533
+ readonly defaultQuery?: string | undefined;
534
+ readonly useMockData?: boolean | undefined;
535
+ } | undefined;
536
+ readonly steps?: readonly {
537
+ readonly title: string;
538
+ readonly code: string;
539
+ readonly description?: string | undefined;
540
+ readonly language?: string | undefined;
541
+ }[] | undefined;
542
+ readonly languages?: readonly string[] | undefined;
543
+ } | undefined;
544
+ readonly stats?: boolean | {
545
+ readonly showSchemaStats?: boolean | undefined;
546
+ readonly statusEndpoint?: string | undefined;
547
+ readonly customMetrics?: readonly {
548
+ readonly label: string;
549
+ readonly value: string | number;
550
+ readonly icon?: string | undefined;
551
+ }[] | undefined;
552
+ } | undefined;
553
+ readonly changelog?: boolean | {
554
+ readonly limit?: number | undefined;
555
+ readonly showVersions?: boolean | undefined;
556
+ } | undefined;
557
+ readonly resources?: boolean | {
558
+ readonly links?: readonly {
559
+ readonly href: string;
560
+ readonly title: string;
561
+ readonly description?: string | undefined;
562
+ readonly icon?: string | undefined;
563
+ }[] | undefined;
564
+ readonly communityLinks?: readonly {
565
+ readonly href: string;
566
+ readonly platform: string;
567
+ }[] | undefined;
568
+ readonly supportContact?: {
569
+ readonly href?: string | undefined;
570
+ readonly email?: string | undefined;
571
+ readonly text?: string | undefined;
572
+ } | undefined;
573
+ } | undefined;
574
+ } | undefined;
575
+ readonly branding?: {
576
+ readonly logoDesignedFor?: "light" | "dark" | undefined;
577
+ } | undefined;
133
578
  readonly server?: {
134
579
  readonly port?: number | undefined;
135
580
  } | undefined;
@@ -148,6 +593,16 @@ export declare const ConfigSchema: S.Struct<{
148
593
  } | undefined;
149
594
  } | undefined;
150
595
  }, never>;
596
+ /**
597
+ * Name of the API/project.
598
+ * Falls back to package.json name or 'My Developer Portal'.
599
+ */
600
+ name: typeof S.String;
601
+ /**
602
+ * Description of the API/project.
603
+ * Falls back to a generic description.
604
+ */
605
+ description: typeof S.String;
151
606
  /**
152
607
  * Build configuration with resolved defaults.
153
608
  */
@@ -173,7 +628,7 @@ export declare const ConfigSchema: S.Struct<{
173
628
  /**
174
629
  * Schema configuration or null if disabled.
175
630
  */
176
- schema: S.Union<[typeof S.Null, S.Struct<{
631
+ schema: S.Struct<{
177
632
  enabled: S.optional<typeof S.Boolean>;
178
633
  augmentations: S.optional<S.Array$<S.Struct<{
179
634
  type: S.Literal<["description"]>;
@@ -224,7 +679,197 @@ export declare const ConfigSchema: S.Struct<{
224
679
  path: S.optional<typeof S.String>;
225
680
  }>>;
226
681
  }>>;
227
- }>]>;
682
+ }>;
683
+ /**
684
+ * Examples configuration with resolved defaults.
685
+ */
686
+ examples: S.Struct<{
687
+ enabled: S.optional<typeof S.Boolean>;
688
+ display: S.optional<S.Union<[S.Literal<["all"]>, S.Literal<["none"]>, S.Struct<{
689
+ include: S.Array$<S.transform<typeof S.String, S.SchemaClass<string, string, never>>>;
690
+ }>, S.Struct<{
691
+ exclude: S.Array$<S.transform<typeof S.String, S.SchemaClass<string, string, never>>>;
692
+ }>]>>;
693
+ diagnostics: S.optional<S.Struct<{
694
+ validation: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
695
+ enabled: typeof S.Boolean;
696
+ dev: S.optional<S.Struct<{
697
+ enabled: S.optional<typeof S.Boolean>;
698
+ severity: S.optional<S.Enums<{
699
+ readonly error: "error";
700
+ readonly warning: "warning";
701
+ readonly info: "info";
702
+ }>>;
703
+ }>>;
704
+ build: S.optional<S.Struct<{
705
+ enabled: S.optional<typeof S.Boolean>;
706
+ severity: S.optional<S.Enums<{
707
+ readonly error: "error";
708
+ readonly warning: "warning";
709
+ readonly info: "info";
710
+ }>>;
711
+ }>>;
712
+ }>]>>;
713
+ unusedVersions: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
714
+ enabled: typeof S.Boolean;
715
+ dev: S.optional<S.Struct<{
716
+ enabled: S.optional<typeof S.Boolean>;
717
+ severity: S.optional<S.Enums<{
718
+ readonly error: "error";
719
+ readonly warning: "warning";
720
+ readonly info: "info";
721
+ }>>;
722
+ }>>;
723
+ build: S.optional<S.Struct<{
724
+ enabled: S.optional<typeof S.Boolean>;
725
+ severity: S.optional<S.Enums<{
726
+ readonly error: "error";
727
+ readonly warning: "warning";
728
+ readonly info: "info";
729
+ }>>;
730
+ }>>;
731
+ }>]>>;
732
+ duplicateContent: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
733
+ enabled: typeof S.Boolean;
734
+ dev: S.optional<S.Struct<{
735
+ enabled: S.optional<typeof S.Boolean>;
736
+ severity: S.optional<S.Enums<{
737
+ readonly error: "error";
738
+ readonly warning: "warning";
739
+ readonly info: "info";
740
+ }>>;
741
+ }>>;
742
+ build: S.optional<S.Struct<{
743
+ enabled: S.optional<typeof S.Boolean>;
744
+ severity: S.optional<S.Enums<{
745
+ readonly error: "error";
746
+ readonly warning: "warning";
747
+ readonly info: "info";
748
+ }>>;
749
+ }>>;
750
+ }>]>>;
751
+ missingVersions: S.optional<S.Union<[typeof S.Boolean, S.Struct<{
752
+ enabled: typeof S.Boolean;
753
+ dev: S.optional<S.Struct<{
754
+ enabled: S.optional<typeof S.Boolean>;
755
+ severity: S.optional<S.Enums<{
756
+ readonly error: "error";
757
+ readonly warning: "warning";
758
+ readonly info: "info";
759
+ }>>;
760
+ }>>;
761
+ build: S.optional<S.Struct<{
762
+ enabled: S.optional<typeof S.Boolean>;
763
+ severity: S.optional<S.Enums<{
764
+ readonly error: "error";
765
+ readonly warning: "warning";
766
+ readonly info: "info";
767
+ }>>;
768
+ }>>;
769
+ }>]>>;
770
+ }>>;
771
+ }>;
772
+ /**
773
+ * Home page configuration with resolved defaults.
774
+ */
775
+ home: S.Struct<{
776
+ /**
777
+ * Whether the home page is enabled.
778
+ */
779
+ enabled: typeof S.Boolean;
780
+ /**
781
+ * Hero section configuration.
782
+ * After normalization, always an object with enabled field.
783
+ */
784
+ hero: S.Struct<{
785
+ enabled: typeof S.Boolean;
786
+ title: S.optional<typeof S.String>;
787
+ tagline: S.optional<typeof S.String>;
788
+ callToActions: S.optional<typeof S.Unknown>;
789
+ layout: S.optional<S.Union<[S.Literal<["asymmetric"]>, S.Literal<["cinematic"]>, S.Literal<["auto"]>]>>;
790
+ heroImage: S.optional<S.Union<[S.transformOrFail<typeof S.String, S.TaggedStruct<"FilePathAbsolute", {
791
+ segments: S.Array$<S.brand<typeof S.String, "FilePathSegment">>;
792
+ }>, never>, S.transformOrFail<typeof S.String, S.TaggedStruct<"FilePathRelative", {
793
+ segments: S.Array$<S.brand<typeof S.String, "FilePathSegment">>;
794
+ }>, never>]>>;
795
+ }>;
796
+ /**
797
+ * Social proof section - false to disable, object with configuration.
798
+ */
799
+ socialProof: S.Union<[S.Literal<[false]>, S.Struct<{
800
+ title: S.optional<typeof S.String>;
801
+ logos: S.Array$<typeof S.Unknown>;
802
+ }>]>;
803
+ /**
804
+ * Social media section - false to disable, object with configuration.
805
+ */
806
+ socialMedia: S.Union<[S.Literal<[false]>, S.Struct<{
807
+ posts: S.Array$<typeof S.Unknown>;
808
+ displayMode: S.optional<S.Literal<["embed", "screenshot"]>>;
809
+ }>]>;
810
+ /**
811
+ * Examples section configuration.
812
+ * After normalization, always an object with enabled flag.
813
+ * Uses DirectedFilter for include/exclude logic (never optional, uses AllowAll as default).
814
+ */
815
+ examples: S.Struct<{
816
+ enabled: typeof S.Boolean;
817
+ title: S.optional<typeof S.String>;
818
+ description: S.optional<typeof S.String>;
819
+ maxExamples: typeof S.Number;
820
+ filter: S.Union<[S.Struct<{
821
+ _tag: S.tag<"DirectedFilterAllow">;
822
+ } & {
823
+ items: S.Array$<typeof S.String>;
824
+ }>, S.Struct<{
825
+ _tag: S.tag<"DirectedFilterDeny">;
826
+ } & {
827
+ items: S.Array$<typeof S.String>;
828
+ }>, S.Struct<{
829
+ _tag: S.tag<"DirectedFilterAllowAll">;
830
+ }>, S.Struct<{
831
+ _tag: S.tag<"DirectedFilterDenyAll">;
832
+ }>]>;
833
+ }>;
834
+ /**
835
+ * Quick start section - false to disable, object with configuration.
836
+ */
837
+ quickStart: S.Union<[S.Literal<[false]>, S.Struct<{
838
+ tabs: S.optional<S.Array$<S.Literal<["setup", "examples", "playground"]>>>;
839
+ steps: S.optional<S.Array$<typeof S.Unknown>>;
840
+ languages: S.optional<S.Array$<typeof S.String>>;
841
+ playground: S.optional<typeof S.Unknown>;
842
+ }>]>;
843
+ /**
844
+ * Stats section - false to disable, object with configuration.
845
+ */
846
+ stats: S.Union<[S.Literal<[false]>, S.Struct<{
847
+ showSchemaStats: S.optional<typeof S.Boolean>;
848
+ statusEndpoint: S.optional<typeof S.String>;
849
+ customMetrics: S.optional<S.Array$<typeof S.Unknown>>;
850
+ }>]>;
851
+ /**
852
+ * Changelog section - false to disable, object with configuration.
853
+ */
854
+ changelog: S.Union<[S.Literal<[false]>, S.Struct<{
855
+ limit: S.optional<typeof S.Number>;
856
+ showVersions: S.optional<typeof S.Boolean>;
857
+ }>]>;
858
+ /**
859
+ * Resources section - false to disable, object with configuration.
860
+ */
861
+ resources: S.Union<[S.Literal<[false]>, S.Struct<{
862
+ links: S.optional<S.Array$<typeof S.Unknown>>;
863
+ communityLinks: S.optional<S.Array$<typeof S.Unknown>>;
864
+ supportContact: S.optional<typeof S.Unknown>;
865
+ }>]>;
866
+ }>;
867
+ /**
868
+ * Branding configuration with resolved defaults.
869
+ */
870
+ branding: S.Struct<{
871
+ logoDesignedFor: S.Literal<["light", "dark"]>;
872
+ }>;
228
873
  /**
229
874
  * SSR configuration.
230
875
  */
@@ -318,6 +963,10 @@ export declare const ConfigSchema: S.Struct<{
318
963
  absolute: typeof S.String;
319
964
  schemas: typeof S.String;
320
965
  }>;
966
+ generatedTypes: S.Struct<{
967
+ relative: typeof S.String;
968
+ absolute: typeof S.String;
969
+ }>;
321
970
  }>>;
322
971
  }>;
323
972
  /**
@@ -333,33 +982,74 @@ export declare const ConfigSchema: S.Struct<{
333
982
  /**
334
983
  * The normalized configuration type derived from the schema.
335
984
  */
336
- export type Config = S.Schema.Type<typeof ConfigSchema>;
985
+ export type Config = S.Schema.Type<typeof Config>;
337
986
  export declare const decode: (i: {
338
987
  readonly build: {
339
988
  readonly architecture: "ssr" | "ssg" | "spa";
340
989
  readonly base: string;
341
990
  };
991
+ readonly description: string;
992
+ readonly name: string;
993
+ readonly examples: {
994
+ readonly enabled?: boolean | undefined;
995
+ readonly display?: "all" | "none" | {
996
+ readonly include: readonly string[];
997
+ } | {
998
+ readonly exclude: readonly string[];
999
+ } | undefined;
1000
+ readonly diagnostics?: {
1001
+ readonly validation?: boolean | {
1002
+ readonly enabled: boolean;
1003
+ readonly build?: {
1004
+ readonly enabled?: boolean | undefined;
1005
+ readonly severity?: "error" | "warning" | "info" | undefined;
1006
+ } | undefined;
1007
+ readonly dev?: {
1008
+ readonly enabled?: boolean | undefined;
1009
+ readonly severity?: "error" | "warning" | "info" | undefined;
1010
+ } | undefined;
1011
+ } | undefined;
1012
+ readonly unusedVersions?: boolean | {
1013
+ readonly enabled: boolean;
1014
+ readonly build?: {
1015
+ readonly enabled?: boolean | undefined;
1016
+ readonly severity?: "error" | "warning" | "info" | undefined;
1017
+ } | undefined;
1018
+ readonly dev?: {
1019
+ readonly enabled?: boolean | undefined;
1020
+ readonly severity?: "error" | "warning" | "info" | undefined;
1021
+ } | undefined;
1022
+ } | undefined;
1023
+ readonly duplicateContent?: boolean | {
1024
+ readonly enabled: boolean;
1025
+ readonly build?: {
1026
+ readonly enabled?: boolean | undefined;
1027
+ readonly severity?: "error" | "warning" | "info" | undefined;
1028
+ } | undefined;
1029
+ readonly dev?: {
1030
+ readonly enabled?: boolean | undefined;
1031
+ readonly severity?: "error" | "warning" | "info" | undefined;
1032
+ } | undefined;
1033
+ } | undefined;
1034
+ readonly missingVersions?: boolean | {
1035
+ readonly enabled: boolean;
1036
+ readonly build?: {
1037
+ readonly enabled?: boolean | undefined;
1038
+ readonly severity?: "error" | "warning" | "info" | undefined;
1039
+ } | undefined;
1040
+ readonly dev?: {
1041
+ readonly enabled?: boolean | undefined;
1042
+ readonly severity?: "error" | "warning" | "info" | undefined;
1043
+ } | undefined;
1044
+ } | undefined;
1045
+ } | undefined;
1046
+ };
342
1047
  readonly ssr: {
343
1048
  readonly enabled: boolean;
344
1049
  };
345
1050
  readonly paths: {
346
1051
  readonly project: {
347
1052
  readonly rootDir: string;
348
- readonly absolute: {
349
- readonly build: {
350
- readonly root: string;
351
- readonly assets: {
352
- readonly root: string;
353
- readonly schemas: string;
354
- };
355
- readonly serverEntrypoint: string;
356
- };
357
- readonly pages: string;
358
- readonly public: {
359
- readonly root: string;
360
- readonly logo: string;
361
- };
362
- };
363
1053
  readonly relative: {
364
1054
  readonly build: {
365
1055
  readonly relative: {
@@ -379,10 +1069,25 @@ export declare const decode: (i: {
379
1069
  readonly logo: string;
380
1070
  };
381
1071
  };
1072
+ readonly absolute: {
1073
+ readonly build: {
1074
+ readonly assets: {
1075
+ readonly root: string;
1076
+ readonly schemas: string;
1077
+ };
1078
+ readonly root: string;
1079
+ readonly serverEntrypoint: string;
1080
+ };
1081
+ readonly pages: string;
1082
+ readonly public: {
1083
+ readonly root: string;
1084
+ readonly logo: string;
1085
+ };
1086
+ };
382
1087
  };
383
1088
  readonly framework: {
384
1089
  readonly template: {
385
- readonly absolute: {
1090
+ readonly relative: {
386
1091
  readonly client: {
387
1092
  readonly entrypoint: string;
388
1093
  };
@@ -392,7 +1097,7 @@ export declare const decode: (i: {
392
1097
  };
393
1098
  readonly rootDir: string;
394
1099
  };
395
- readonly relative: {
1100
+ readonly absolute: {
396
1101
  readonly client: {
397
1102
  readonly entrypoint: string;
398
1103
  };
@@ -404,19 +1109,23 @@ export declare const decode: (i: {
404
1109
  };
405
1110
  };
406
1111
  readonly name: string;
1112
+ readonly rootDir: string;
407
1113
  readonly isRunningFromSource: boolean;
408
1114
  readonly static: {
409
1115
  readonly build: string;
410
1116
  readonly source: string;
411
1117
  };
412
- readonly rootDir: string;
413
1118
  readonly sourceExtension: ".js" | ".ts";
414
1119
  readonly sourceDir: string;
415
1120
  } & {
416
1121
  readonly devAssets: {
417
- readonly absolute: string;
418
1122
  readonly relative: string;
419
1123
  readonly schemas: string;
1124
+ readonly absolute: string;
1125
+ };
1126
+ readonly generatedTypes: {
1127
+ readonly relative: string;
1128
+ readonly absolute: string;
420
1129
  };
421
1130
  };
422
1131
  };
@@ -459,10 +1168,69 @@ export declare const decode: (i: {
459
1168
  readonly path?: string | undefined;
460
1169
  } | undefined;
461
1170
  } | undefined;
462
- } | null;
1171
+ };
463
1172
  readonly templateVariables: {
464
1173
  readonly title: string;
465
1174
  };
1175
+ readonly home: {
1176
+ readonly enabled: boolean;
1177
+ readonly examples: {
1178
+ readonly filter: {
1179
+ readonly _tag: "DirectedFilterAllowAll";
1180
+ } | {
1181
+ readonly _tag: "DirectedFilterDenyAll";
1182
+ } | {
1183
+ readonly _tag: "DirectedFilterAllow";
1184
+ readonly items: readonly string[];
1185
+ } | {
1186
+ readonly _tag: "DirectedFilterDeny";
1187
+ readonly items: readonly string[];
1188
+ };
1189
+ readonly enabled: boolean;
1190
+ readonly maxExamples: number;
1191
+ readonly description?: string | undefined;
1192
+ readonly title?: string | undefined;
1193
+ };
1194
+ readonly hero: {
1195
+ readonly enabled: boolean;
1196
+ readonly title?: string | undefined;
1197
+ readonly tagline?: string | undefined;
1198
+ readonly callToActions?: unknown;
1199
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
1200
+ readonly heroImage?: string | undefined;
1201
+ };
1202
+ readonly socialProof: false | {
1203
+ readonly logos: readonly unknown[];
1204
+ readonly title?: string | undefined;
1205
+ };
1206
+ readonly socialMedia: false | {
1207
+ readonly posts: readonly unknown[];
1208
+ readonly displayMode?: "embed" | "screenshot" | undefined;
1209
+ };
1210
+ readonly quickStart: false | {
1211
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
1212
+ readonly playground?: unknown;
1213
+ readonly steps?: readonly unknown[] | undefined;
1214
+ readonly languages?: readonly string[] | undefined;
1215
+ };
1216
+ readonly stats: false | {
1217
+ readonly showSchemaStats?: boolean | undefined;
1218
+ readonly statusEndpoint?: string | undefined;
1219
+ readonly customMetrics?: readonly unknown[] | undefined;
1220
+ };
1221
+ readonly changelog: false | {
1222
+ readonly limit?: number | undefined;
1223
+ readonly showVersions?: boolean | undefined;
1224
+ };
1225
+ readonly resources: false | {
1226
+ readonly links?: readonly unknown[] | undefined;
1227
+ readonly communityLinks?: readonly unknown[] | undefined;
1228
+ readonly supportContact?: unknown;
1229
+ };
1230
+ };
1231
+ readonly branding: {
1232
+ readonly logoDesignedFor: "light" | "dark";
1233
+ };
466
1234
  readonly server: {
467
1235
  readonly port: number;
468
1236
  readonly routes: {
@@ -485,6 +1253,62 @@ export declare const decode: (i: {
485
1253
  readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
486
1254
  readonly base?: string | undefined;
487
1255
  } | undefined;
1256
+ readonly description?: string | undefined;
1257
+ readonly name?: string | undefined;
1258
+ readonly examples?: {
1259
+ readonly enabled?: boolean | undefined;
1260
+ readonly display?: "all" | "none" | {
1261
+ readonly include: readonly string[];
1262
+ } | {
1263
+ readonly exclude: readonly string[];
1264
+ } | undefined;
1265
+ readonly diagnostics?: {
1266
+ readonly validation?: boolean | {
1267
+ readonly enabled: boolean;
1268
+ readonly build?: {
1269
+ readonly enabled?: boolean | undefined;
1270
+ readonly severity?: "error" | "warning" | "info" | undefined;
1271
+ } | undefined;
1272
+ readonly dev?: {
1273
+ readonly enabled?: boolean | undefined;
1274
+ readonly severity?: "error" | "warning" | "info" | undefined;
1275
+ } | undefined;
1276
+ } | undefined;
1277
+ readonly unusedVersions?: boolean | {
1278
+ readonly enabled: boolean;
1279
+ readonly build?: {
1280
+ readonly enabled?: boolean | undefined;
1281
+ readonly severity?: "error" | "warning" | "info" | undefined;
1282
+ } | undefined;
1283
+ readonly dev?: {
1284
+ readonly enabled?: boolean | undefined;
1285
+ readonly severity?: "error" | "warning" | "info" | undefined;
1286
+ } | undefined;
1287
+ } | undefined;
1288
+ readonly duplicateContent?: boolean | {
1289
+ readonly enabled: boolean;
1290
+ readonly build?: {
1291
+ readonly enabled?: boolean | undefined;
1292
+ readonly severity?: "error" | "warning" | "info" | undefined;
1293
+ } | undefined;
1294
+ readonly dev?: {
1295
+ readonly enabled?: boolean | undefined;
1296
+ readonly severity?: "error" | "warning" | "info" | undefined;
1297
+ } | undefined;
1298
+ } | undefined;
1299
+ readonly missingVersions?: boolean | {
1300
+ readonly enabled: boolean;
1301
+ readonly build?: {
1302
+ readonly enabled?: boolean | undefined;
1303
+ readonly severity?: "error" | "warning" | "info" | undefined;
1304
+ } | undefined;
1305
+ readonly dev?: {
1306
+ readonly enabled?: boolean | undefined;
1307
+ readonly severity?: "error" | "warning" | "info" | undefined;
1308
+ } | undefined;
1309
+ } | undefined;
1310
+ } | undefined;
1311
+ } | undefined;
488
1312
  readonly schema?: {
489
1313
  readonly enabled?: boolean | undefined;
490
1314
  readonly augmentations?: readonly {
@@ -528,50 +1352,209 @@ export declare const decode: (i: {
528
1352
  readonly templateVariables?: {
529
1353
  readonly title?: string | undefined;
530
1354
  } | undefined;
531
- readonly server?: {
532
- readonly port?: number | undefined;
533
- } | undefined;
534
- readonly warnings?: {
535
- readonly interactiveWithoutSchema?: {
536
- readonly enabled?: boolean | undefined;
1355
+ readonly home?: {
1356
+ readonly enabled?: boolean | undefined;
1357
+ readonly examples?: boolean | {
1358
+ readonly description?: string | undefined;
1359
+ readonly title?: string | undefined;
1360
+ readonly maxExamples?: number | undefined;
1361
+ readonly only?: readonly string[] | undefined;
1362
+ readonly exclude?: readonly string[] | undefined;
537
1363
  } | undefined;
538
- } | undefined;
539
- readonly advanced?: {
540
- readonly explorer?: boolean | undefined;
541
- readonly isSelfContainedMode?: boolean | undefined;
542
- readonly debug?: boolean | undefined;
543
- readonly vite?: unknown;
544
- readonly paths?: {
545
- readonly devAssets?: string | undefined;
1364
+ readonly topics?: readonly string[] | undefined;
1365
+ readonly hero?: boolean | {
1366
+ readonly title?: string | undefined;
1367
+ readonly tagline?: string | undefined;
1368
+ readonly callToActions?: readonly {
1369
+ readonly label: string;
1370
+ readonly href: string;
1371
+ readonly variant?: "primary" | "secondary" | undefined;
1372
+ }[] | {
1373
+ readonly before?: readonly {
1374
+ readonly label: string;
1375
+ readonly href: string;
1376
+ readonly variant?: "primary" | "secondary" | undefined;
1377
+ }[] | undefined;
1378
+ readonly after?: readonly {
1379
+ readonly label: string;
1380
+ readonly href: string;
1381
+ readonly variant?: "primary" | "secondary" | undefined;
1382
+ }[] | undefined;
1383
+ readonly over?: readonly {
1384
+ readonly label: string;
1385
+ readonly href: string;
1386
+ readonly variant?: "primary" | "secondary" | undefined;
1387
+ }[] | undefined;
1388
+ } | undefined;
1389
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
1390
+ readonly prompt?: string | undefined;
1391
+ readonly heroImage?: string | {
1392
+ readonly src?: string | undefined;
1393
+ readonly ai?: {
1394
+ readonly enabled: boolean;
1395
+ readonly prompt?: string | undefined;
1396
+ readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
1397
+ readonly width?: number | undefined;
1398
+ readonly height?: number | undefined;
1399
+ readonly seed?: number | undefined;
1400
+ readonly nologo?: boolean | undefined;
1401
+ readonly cache?: boolean | undefined;
1402
+ } | undefined;
1403
+ } | undefined;
546
1404
  } | undefined;
547
- } | undefined;
1405
+ readonly socialProof?: boolean | {
1406
+ readonly logos: readonly (string | {
1407
+ readonly src: string;
1408
+ readonly name: string;
1409
+ readonly href?: string | undefined;
1410
+ })[];
1411
+ readonly title?: string | undefined;
1412
+ } | undefined;
1413
+ readonly socialMedia?: boolean | {
1414
+ readonly posts: readonly {
1415
+ readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
1416
+ readonly id: string;
1417
+ readonly embedCode?: string | undefined;
1418
+ }[];
1419
+ readonly displayMode?: "embed" | "screenshot" | undefined;
1420
+ } | undefined;
1421
+ readonly quickStart?: boolean | {
1422
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
1423
+ readonly playground?: {
1424
+ readonly endpoint?: string | undefined;
1425
+ readonly headers?: {
1426
+ readonly [x: string]: string;
1427
+ } | undefined;
1428
+ readonly defaultQuery?: string | undefined;
1429
+ readonly useMockData?: boolean | undefined;
1430
+ } | undefined;
1431
+ readonly steps?: readonly {
1432
+ readonly title: string;
1433
+ readonly code: string;
1434
+ readonly description?: string | undefined;
1435
+ readonly language?: string | undefined;
1436
+ }[] | undefined;
1437
+ readonly languages?: readonly string[] | undefined;
1438
+ } | undefined;
1439
+ readonly stats?: boolean | {
1440
+ readonly showSchemaStats?: boolean | undefined;
1441
+ readonly statusEndpoint?: string | undefined;
1442
+ readonly customMetrics?: readonly {
1443
+ readonly label: string;
1444
+ readonly value: string | number;
1445
+ readonly icon?: string | undefined;
1446
+ }[] | undefined;
1447
+ } | undefined;
1448
+ readonly changelog?: boolean | {
1449
+ readonly limit?: number | undefined;
1450
+ readonly showVersions?: boolean | undefined;
1451
+ } | undefined;
1452
+ readonly resources?: boolean | {
1453
+ readonly links?: readonly {
1454
+ readonly href: string;
1455
+ readonly title: string;
1456
+ readonly description?: string | undefined;
1457
+ readonly icon?: string | undefined;
1458
+ }[] | undefined;
1459
+ readonly communityLinks?: readonly {
1460
+ readonly href: string;
1461
+ readonly platform: string;
1462
+ }[] | undefined;
1463
+ readonly supportContact?: {
1464
+ readonly href?: string | undefined;
1465
+ readonly email?: string | undefined;
1466
+ readonly text?: string | undefined;
1467
+ } | undefined;
1468
+ } | undefined;
1469
+ } | undefined;
1470
+ readonly branding?: {
1471
+ readonly logoDesignedFor?: "light" | "dark" | undefined;
1472
+ } | undefined;
1473
+ readonly server?: {
1474
+ readonly port?: number | undefined;
1475
+ } | undefined;
1476
+ readonly warnings?: {
1477
+ readonly interactiveWithoutSchema?: {
1478
+ readonly enabled?: boolean | undefined;
1479
+ } | undefined;
1480
+ } | undefined;
1481
+ readonly advanced?: {
1482
+ readonly explorer?: boolean | undefined;
1483
+ readonly isSelfContainedMode?: boolean | undefined;
1484
+ readonly debug?: boolean | undefined;
1485
+ readonly vite?: unknown;
1486
+ readonly paths?: {
1487
+ readonly devAssets?: string | undefined;
1488
+ } | undefined;
1489
+ } | undefined;
548
1490
  };
549
1491
  }, overrideOptions?: import("effect/SchemaAST").ParseOptions) => Effect.Effect<{
550
1492
  readonly build: {
551
1493
  readonly architecture: "ssr" | "ssg" | "spa";
552
1494
  readonly base: string;
553
1495
  };
1496
+ readonly description: string;
1497
+ readonly name: string;
1498
+ readonly examples: {
1499
+ readonly enabled?: boolean | undefined;
1500
+ readonly display?: "all" | "none" | {
1501
+ readonly include: readonly string[];
1502
+ } | {
1503
+ readonly exclude: readonly string[];
1504
+ } | undefined;
1505
+ readonly diagnostics?: {
1506
+ readonly validation?: boolean | {
1507
+ readonly build?: {
1508
+ readonly enabled?: boolean | undefined;
1509
+ readonly severity?: "error" | "warning" | "info" | undefined;
1510
+ } | undefined;
1511
+ readonly enabled: boolean;
1512
+ readonly dev?: {
1513
+ readonly enabled?: boolean | undefined;
1514
+ readonly severity?: "error" | "warning" | "info" | undefined;
1515
+ } | undefined;
1516
+ } | undefined;
1517
+ readonly unusedVersions?: boolean | {
1518
+ readonly build?: {
1519
+ readonly enabled?: boolean | undefined;
1520
+ readonly severity?: "error" | "warning" | "info" | undefined;
1521
+ } | undefined;
1522
+ readonly enabled: boolean;
1523
+ readonly dev?: {
1524
+ readonly enabled?: boolean | undefined;
1525
+ readonly severity?: "error" | "warning" | "info" | undefined;
1526
+ } | undefined;
1527
+ } | undefined;
1528
+ readonly duplicateContent?: boolean | {
1529
+ readonly build?: {
1530
+ readonly enabled?: boolean | undefined;
1531
+ readonly severity?: "error" | "warning" | "info" | undefined;
1532
+ } | undefined;
1533
+ readonly enabled: boolean;
1534
+ readonly dev?: {
1535
+ readonly enabled?: boolean | undefined;
1536
+ readonly severity?: "error" | "warning" | "info" | undefined;
1537
+ } | undefined;
1538
+ } | undefined;
1539
+ readonly missingVersions?: boolean | {
1540
+ readonly build?: {
1541
+ readonly enabled?: boolean | undefined;
1542
+ readonly severity?: "error" | "warning" | "info" | undefined;
1543
+ } | undefined;
1544
+ readonly enabled: boolean;
1545
+ readonly dev?: {
1546
+ readonly enabled?: boolean | undefined;
1547
+ readonly severity?: "error" | "warning" | "info" | undefined;
1548
+ } | undefined;
1549
+ } | undefined;
1550
+ } | undefined;
1551
+ };
554
1552
  readonly ssr: {
555
1553
  readonly enabled: boolean;
556
1554
  };
557
1555
  readonly paths: {
558
1556
  readonly project: {
559
1557
  readonly rootDir: string;
560
- readonly absolute: {
561
- readonly build: {
562
- readonly root: string;
563
- readonly assets: {
564
- readonly root: string;
565
- readonly schemas: string;
566
- };
567
- readonly serverEntrypoint: string;
568
- };
569
- readonly pages: string;
570
- readonly public: {
571
- readonly root: string;
572
- readonly logo: string;
573
- };
574
- };
575
1558
  readonly relative: {
576
1559
  readonly build: {
577
1560
  readonly relative: {
@@ -591,10 +1574,25 @@ export declare const decode: (i: {
591
1574
  readonly logo: string;
592
1575
  };
593
1576
  };
1577
+ readonly absolute: {
1578
+ readonly build: {
1579
+ readonly assets: {
1580
+ readonly root: string;
1581
+ readonly schemas: string;
1582
+ };
1583
+ readonly root: string;
1584
+ readonly serverEntrypoint: string;
1585
+ };
1586
+ readonly pages: string;
1587
+ readonly public: {
1588
+ readonly root: string;
1589
+ readonly logo: string;
1590
+ };
1591
+ };
594
1592
  };
595
1593
  readonly framework: {
596
1594
  readonly template: {
597
- readonly absolute: {
1595
+ readonly relative: {
598
1596
  readonly client: {
599
1597
  readonly entrypoint: string;
600
1598
  };
@@ -604,7 +1602,7 @@ export declare const decode: (i: {
604
1602
  };
605
1603
  readonly rootDir: string;
606
1604
  };
607
- readonly relative: {
1605
+ readonly absolute: {
608
1606
  readonly client: {
609
1607
  readonly entrypoint: string;
610
1608
  };
@@ -616,19 +1614,23 @@ export declare const decode: (i: {
616
1614
  };
617
1615
  };
618
1616
  readonly name: string;
1617
+ readonly rootDir: string;
619
1618
  readonly isRunningFromSource: boolean;
620
1619
  readonly static: {
621
1620
  readonly build: string;
622
1621
  readonly source: string;
623
1622
  };
624
- readonly rootDir: string;
625
1623
  readonly sourceExtension: ".js" | ".ts";
626
1624
  readonly sourceDir: string;
627
1625
  } & {
628
1626
  readonly devAssets: {
629
- readonly absolute: string;
630
1627
  readonly relative: string;
631
1628
  readonly schemas: string;
1629
+ readonly absolute: string;
1630
+ };
1631
+ readonly generatedTypes: {
1632
+ readonly relative: string;
1633
+ readonly absolute: string;
632
1634
  };
633
1635
  };
634
1636
  };
@@ -662,19 +1664,84 @@ export declare const decode: (i: {
662
1664
  readonly revisions: unknown;
663
1665
  } | undefined;
664
1666
  readonly introspection?: {
665
- readonly url: string;
666
1667
  readonly headers?: {
667
1668
  readonly [x: string]: string;
668
1669
  } | undefined;
1670
+ readonly url: string;
669
1671
  } | undefined;
670
1672
  readonly introspectionFile?: {
671
1673
  readonly path?: string | undefined;
672
1674
  } | undefined;
673
1675
  } | undefined;
674
- } | null;
1676
+ };
675
1677
  readonly templateVariables: {
676
1678
  readonly title: string;
677
1679
  };
1680
+ readonly home: {
1681
+ readonly enabled: boolean;
1682
+ readonly examples: {
1683
+ readonly filter: {
1684
+ readonly _tag: "DirectedFilterAllowAll";
1685
+ } | {
1686
+ readonly _tag: "DirectedFilterDenyAll";
1687
+ } | {
1688
+ readonly _tag: "DirectedFilterAllow";
1689
+ readonly items: readonly string[];
1690
+ } | {
1691
+ readonly _tag: "DirectedFilterDeny";
1692
+ readonly items: readonly string[];
1693
+ };
1694
+ readonly description?: string | undefined;
1695
+ readonly title?: string | undefined;
1696
+ readonly enabled: boolean;
1697
+ readonly maxExamples: number;
1698
+ };
1699
+ readonly hero: {
1700
+ readonly title?: string | undefined;
1701
+ readonly tagline?: string | undefined;
1702
+ readonly callToActions?: unknown;
1703
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
1704
+ readonly heroImage?: {
1705
+ readonly _tag: "FilePathAbsolute";
1706
+ readonly segments: readonly (string & import("effect/Brand").Brand<"FilePathSegment">)[];
1707
+ } | {
1708
+ readonly _tag: "FilePathRelative";
1709
+ readonly segments: readonly (string & import("effect/Brand").Brand<"FilePathSegment">)[];
1710
+ } | undefined;
1711
+ readonly enabled: boolean;
1712
+ };
1713
+ readonly socialProof: false | {
1714
+ readonly title?: string | undefined;
1715
+ readonly logos: readonly unknown[];
1716
+ };
1717
+ readonly socialMedia: false | {
1718
+ readonly posts: readonly unknown[];
1719
+ readonly displayMode?: "embed" | "screenshot" | undefined;
1720
+ };
1721
+ readonly quickStart: false | {
1722
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
1723
+ readonly playground?: unknown;
1724
+ readonly steps?: readonly unknown[] | undefined;
1725
+ readonly languages?: readonly string[] | undefined;
1726
+ };
1727
+ readonly stats: false | {
1728
+ readonly showSchemaStats?: boolean | undefined;
1729
+ readonly statusEndpoint?: string | undefined;
1730
+ readonly customMetrics?: readonly unknown[] | undefined;
1731
+ };
1732
+ readonly changelog: false | {
1733
+ readonly limit?: number | undefined;
1734
+ readonly showVersions?: boolean | undefined;
1735
+ };
1736
+ readonly resources: false | {
1737
+ readonly links?: readonly unknown[] | undefined;
1738
+ readonly communityLinks?: readonly unknown[] | undefined;
1739
+ readonly supportContact?: unknown;
1740
+ };
1741
+ };
1742
+ readonly branding: {
1743
+ readonly logoDesignedFor: "light" | "dark";
1744
+ };
678
1745
  readonly server: {
679
1746
  readonly port: number;
680
1747
  readonly routes: {
@@ -697,6 +1764,62 @@ export declare const decode: (i: {
697
1764
  readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
698
1765
  readonly base?: string | undefined;
699
1766
  } | undefined;
1767
+ readonly description?: string | undefined;
1768
+ readonly name?: string | undefined;
1769
+ readonly examples?: {
1770
+ readonly enabled?: boolean | undefined;
1771
+ readonly display?: "all" | "none" | {
1772
+ readonly include: readonly string[];
1773
+ } | {
1774
+ readonly exclude: readonly string[];
1775
+ } | undefined;
1776
+ readonly diagnostics?: {
1777
+ readonly validation?: boolean | {
1778
+ readonly build?: {
1779
+ readonly enabled?: boolean | undefined;
1780
+ readonly severity?: "error" | "warning" | "info" | undefined;
1781
+ } | undefined;
1782
+ readonly enabled: boolean;
1783
+ readonly dev?: {
1784
+ readonly enabled?: boolean | undefined;
1785
+ readonly severity?: "error" | "warning" | "info" | undefined;
1786
+ } | undefined;
1787
+ } | undefined;
1788
+ readonly unusedVersions?: boolean | {
1789
+ readonly build?: {
1790
+ readonly enabled?: boolean | undefined;
1791
+ readonly severity?: "error" | "warning" | "info" | undefined;
1792
+ } | undefined;
1793
+ readonly enabled: boolean;
1794
+ readonly dev?: {
1795
+ readonly enabled?: boolean | undefined;
1796
+ readonly severity?: "error" | "warning" | "info" | undefined;
1797
+ } | undefined;
1798
+ } | undefined;
1799
+ readonly duplicateContent?: boolean | {
1800
+ readonly build?: {
1801
+ readonly enabled?: boolean | undefined;
1802
+ readonly severity?: "error" | "warning" | "info" | undefined;
1803
+ } | undefined;
1804
+ readonly enabled: boolean;
1805
+ readonly dev?: {
1806
+ readonly enabled?: boolean | undefined;
1807
+ readonly severity?: "error" | "warning" | "info" | undefined;
1808
+ } | undefined;
1809
+ } | undefined;
1810
+ readonly missingVersions?: boolean | {
1811
+ readonly build?: {
1812
+ readonly enabled?: boolean | undefined;
1813
+ readonly severity?: "error" | "warning" | "info" | undefined;
1814
+ } | undefined;
1815
+ readonly enabled: boolean;
1816
+ readonly dev?: {
1817
+ readonly enabled?: boolean | undefined;
1818
+ readonly severity?: "error" | "warning" | "info" | undefined;
1819
+ } | undefined;
1820
+ } | undefined;
1821
+ } | undefined;
1822
+ } | undefined;
700
1823
  readonly schema?: {
701
1824
  readonly enabled?: boolean | undefined;
702
1825
  readonly augmentations?: readonly {
@@ -727,10 +1850,10 @@ export declare const decode: (i: {
727
1850
  readonly revisions: unknown;
728
1851
  } | undefined;
729
1852
  readonly introspection?: {
730
- readonly url: string;
731
1853
  readonly headers?: {
732
1854
  readonly [x: string]: string;
733
1855
  } | undefined;
1856
+ readonly url: string;
734
1857
  } | undefined;
735
1858
  readonly introspectionFile?: {
736
1859
  readonly path?: string | undefined;
@@ -740,6 +1863,124 @@ export declare const decode: (i: {
740
1863
  readonly templateVariables?: {
741
1864
  readonly title?: string | undefined;
742
1865
  } | undefined;
1866
+ readonly home?: {
1867
+ readonly enabled?: boolean | undefined;
1868
+ readonly examples?: boolean | {
1869
+ readonly description?: string | undefined;
1870
+ readonly title?: string | undefined;
1871
+ readonly maxExamples?: number | undefined;
1872
+ readonly only?: readonly string[] | undefined;
1873
+ readonly exclude?: readonly string[] | undefined;
1874
+ } | undefined;
1875
+ readonly topics?: readonly string[] | undefined;
1876
+ readonly hero?: boolean | {
1877
+ readonly title?: string | undefined;
1878
+ readonly tagline?: string | undefined;
1879
+ readonly callToActions?: readonly {
1880
+ readonly label: string;
1881
+ readonly href: string;
1882
+ readonly variant?: "primary" | "secondary" | undefined;
1883
+ }[] | {
1884
+ readonly before?: readonly {
1885
+ readonly label: string;
1886
+ readonly href: string;
1887
+ readonly variant?: "primary" | "secondary" | undefined;
1888
+ }[] | undefined;
1889
+ readonly after?: readonly {
1890
+ readonly label: string;
1891
+ readonly href: string;
1892
+ readonly variant?: "primary" | "secondary" | undefined;
1893
+ }[] | undefined;
1894
+ readonly over?: readonly {
1895
+ readonly label: string;
1896
+ readonly href: string;
1897
+ readonly variant?: "primary" | "secondary" | undefined;
1898
+ }[] | undefined;
1899
+ } | undefined;
1900
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
1901
+ readonly prompt?: string | undefined;
1902
+ readonly heroImage?: string | {
1903
+ readonly src?: string | undefined;
1904
+ readonly ai?: {
1905
+ readonly prompt?: string | undefined;
1906
+ readonly enabled: boolean;
1907
+ readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
1908
+ readonly width?: number | undefined;
1909
+ readonly height?: number | undefined;
1910
+ readonly seed?: number | undefined;
1911
+ readonly nologo?: boolean | undefined;
1912
+ readonly cache?: boolean | undefined;
1913
+ } | undefined;
1914
+ } | undefined;
1915
+ } | undefined;
1916
+ readonly socialProof?: boolean | {
1917
+ readonly title?: string | undefined;
1918
+ readonly logos: readonly (string | {
1919
+ readonly src: string;
1920
+ readonly name: string;
1921
+ readonly href?: string | undefined;
1922
+ })[];
1923
+ } | undefined;
1924
+ readonly socialMedia?: boolean | {
1925
+ readonly posts: readonly {
1926
+ readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
1927
+ readonly id: string;
1928
+ readonly embedCode?: string | undefined;
1929
+ }[];
1930
+ readonly displayMode?: "embed" | "screenshot" | undefined;
1931
+ } | undefined;
1932
+ readonly quickStart?: boolean | {
1933
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
1934
+ readonly playground?: {
1935
+ readonly endpoint?: string | undefined;
1936
+ readonly headers?: {
1937
+ readonly [x: string]: string;
1938
+ } | undefined;
1939
+ readonly defaultQuery?: string | undefined;
1940
+ readonly useMockData?: boolean | undefined;
1941
+ } | undefined;
1942
+ readonly steps?: readonly {
1943
+ readonly description?: string | undefined;
1944
+ readonly title: string;
1945
+ readonly code: string;
1946
+ readonly language?: string | undefined;
1947
+ }[] | undefined;
1948
+ readonly languages?: readonly string[] | undefined;
1949
+ } | undefined;
1950
+ readonly stats?: boolean | {
1951
+ readonly showSchemaStats?: boolean | undefined;
1952
+ readonly statusEndpoint?: string | undefined;
1953
+ readonly customMetrics?: readonly {
1954
+ readonly label: string;
1955
+ readonly value: string | number;
1956
+ readonly icon?: string | undefined;
1957
+ }[] | undefined;
1958
+ } | undefined;
1959
+ readonly changelog?: boolean | {
1960
+ readonly limit?: number | undefined;
1961
+ readonly showVersions?: boolean | undefined;
1962
+ } | undefined;
1963
+ readonly resources?: boolean | {
1964
+ readonly links?: readonly {
1965
+ readonly description?: string | undefined;
1966
+ readonly href: string;
1967
+ readonly title: string;
1968
+ readonly icon?: string | undefined;
1969
+ }[] | undefined;
1970
+ readonly communityLinks?: readonly {
1971
+ readonly href: string;
1972
+ readonly platform: string;
1973
+ }[] | undefined;
1974
+ readonly supportContact?: {
1975
+ readonly href?: string | undefined;
1976
+ readonly email?: string | undefined;
1977
+ readonly text?: string | undefined;
1978
+ } | undefined;
1979
+ } | undefined;
1980
+ } | undefined;
1981
+ readonly branding?: {
1982
+ readonly logoDesignedFor?: "light" | "dark" | undefined;
1983
+ } | undefined;
743
1984
  readonly server?: {
744
1985
  readonly port?: number | undefined;
745
1986
  } | undefined;
@@ -764,27 +2005,68 @@ export declare const encode: (a: {
764
2005
  readonly architecture: "ssr" | "ssg" | "spa";
765
2006
  readonly base: string;
766
2007
  };
2008
+ readonly description: string;
2009
+ readonly name: string;
2010
+ readonly examples: {
2011
+ readonly enabled?: boolean | undefined;
2012
+ readonly display?: "all" | "none" | {
2013
+ readonly include: readonly string[];
2014
+ } | {
2015
+ readonly exclude: readonly string[];
2016
+ } | undefined;
2017
+ readonly diagnostics?: {
2018
+ readonly validation?: boolean | {
2019
+ readonly build?: {
2020
+ readonly enabled?: boolean | undefined;
2021
+ readonly severity?: "error" | "warning" | "info" | undefined;
2022
+ } | undefined;
2023
+ readonly enabled: boolean;
2024
+ readonly dev?: {
2025
+ readonly enabled?: boolean | undefined;
2026
+ readonly severity?: "error" | "warning" | "info" | undefined;
2027
+ } | undefined;
2028
+ } | undefined;
2029
+ readonly unusedVersions?: boolean | {
2030
+ readonly build?: {
2031
+ readonly enabled?: boolean | undefined;
2032
+ readonly severity?: "error" | "warning" | "info" | undefined;
2033
+ } | undefined;
2034
+ readonly enabled: boolean;
2035
+ readonly dev?: {
2036
+ readonly enabled?: boolean | undefined;
2037
+ readonly severity?: "error" | "warning" | "info" | undefined;
2038
+ } | undefined;
2039
+ } | undefined;
2040
+ readonly duplicateContent?: boolean | {
2041
+ readonly build?: {
2042
+ readonly enabled?: boolean | undefined;
2043
+ readonly severity?: "error" | "warning" | "info" | undefined;
2044
+ } | undefined;
2045
+ readonly enabled: boolean;
2046
+ readonly dev?: {
2047
+ readonly enabled?: boolean | undefined;
2048
+ readonly severity?: "error" | "warning" | "info" | undefined;
2049
+ } | undefined;
2050
+ } | undefined;
2051
+ readonly missingVersions?: boolean | {
2052
+ readonly build?: {
2053
+ readonly enabled?: boolean | undefined;
2054
+ readonly severity?: "error" | "warning" | "info" | undefined;
2055
+ } | undefined;
2056
+ readonly enabled: boolean;
2057
+ readonly dev?: {
2058
+ readonly enabled?: boolean | undefined;
2059
+ readonly severity?: "error" | "warning" | "info" | undefined;
2060
+ } | undefined;
2061
+ } | undefined;
2062
+ } | undefined;
2063
+ };
767
2064
  readonly ssr: {
768
2065
  readonly enabled: boolean;
769
2066
  };
770
2067
  readonly paths: {
771
2068
  readonly project: {
772
2069
  readonly rootDir: string;
773
- readonly absolute: {
774
- readonly build: {
775
- readonly root: string;
776
- readonly assets: {
777
- readonly root: string;
778
- readonly schemas: string;
779
- };
780
- readonly serverEntrypoint: string;
781
- };
782
- readonly pages: string;
783
- readonly public: {
784
- readonly root: string;
785
- readonly logo: string;
786
- };
787
- };
788
2070
  readonly relative: {
789
2071
  readonly build: {
790
2072
  readonly relative: {
@@ -804,10 +2086,25 @@ export declare const encode: (a: {
804
2086
  readonly logo: string;
805
2087
  };
806
2088
  };
2089
+ readonly absolute: {
2090
+ readonly build: {
2091
+ readonly assets: {
2092
+ readonly root: string;
2093
+ readonly schemas: string;
2094
+ };
2095
+ readonly root: string;
2096
+ readonly serverEntrypoint: string;
2097
+ };
2098
+ readonly pages: string;
2099
+ readonly public: {
2100
+ readonly root: string;
2101
+ readonly logo: string;
2102
+ };
2103
+ };
807
2104
  };
808
2105
  readonly framework: {
809
2106
  readonly template: {
810
- readonly absolute: {
2107
+ readonly relative: {
811
2108
  readonly client: {
812
2109
  readonly entrypoint: string;
813
2110
  };
@@ -817,7 +2114,7 @@ export declare const encode: (a: {
817
2114
  };
818
2115
  readonly rootDir: string;
819
2116
  };
820
- readonly relative: {
2117
+ readonly absolute: {
821
2118
  readonly client: {
822
2119
  readonly entrypoint: string;
823
2120
  };
@@ -829,19 +2126,23 @@ export declare const encode: (a: {
829
2126
  };
830
2127
  };
831
2128
  readonly name: string;
2129
+ readonly rootDir: string;
832
2130
  readonly isRunningFromSource: boolean;
833
2131
  readonly static: {
834
2132
  readonly build: string;
835
2133
  readonly source: string;
836
2134
  };
837
- readonly rootDir: string;
838
2135
  readonly sourceExtension: ".js" | ".ts";
839
2136
  readonly sourceDir: string;
840
2137
  } & {
841
2138
  readonly devAssets: {
842
- readonly absolute: string;
843
2139
  readonly relative: string;
844
2140
  readonly schemas: string;
2141
+ readonly absolute: string;
2142
+ };
2143
+ readonly generatedTypes: {
2144
+ readonly relative: string;
2145
+ readonly absolute: string;
845
2146
  };
846
2147
  };
847
2148
  };
@@ -875,19 +2176,84 @@ export declare const encode: (a: {
875
2176
  readonly revisions: unknown;
876
2177
  } | undefined;
877
2178
  readonly introspection?: {
878
- readonly url: string;
879
2179
  readonly headers?: {
880
2180
  readonly [x: string]: string;
881
2181
  } | undefined;
2182
+ readonly url: string;
882
2183
  } | undefined;
883
2184
  readonly introspectionFile?: {
884
2185
  readonly path?: string | undefined;
885
2186
  } | undefined;
886
2187
  } | undefined;
887
- } | null;
2188
+ };
888
2189
  readonly templateVariables: {
889
2190
  readonly title: string;
890
2191
  };
2192
+ readonly home: {
2193
+ readonly enabled: boolean;
2194
+ readonly examples: {
2195
+ readonly filter: {
2196
+ readonly _tag: "DirectedFilterAllowAll";
2197
+ } | {
2198
+ readonly _tag: "DirectedFilterDenyAll";
2199
+ } | {
2200
+ readonly _tag: "DirectedFilterAllow";
2201
+ readonly items: readonly string[];
2202
+ } | {
2203
+ readonly _tag: "DirectedFilterDeny";
2204
+ readonly items: readonly string[];
2205
+ };
2206
+ readonly description?: string | undefined;
2207
+ readonly title?: string | undefined;
2208
+ readonly enabled: boolean;
2209
+ readonly maxExamples: number;
2210
+ };
2211
+ readonly hero: {
2212
+ readonly title?: string | undefined;
2213
+ readonly tagline?: string | undefined;
2214
+ readonly callToActions?: unknown;
2215
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
2216
+ readonly heroImage?: {
2217
+ readonly _tag: "FilePathAbsolute";
2218
+ readonly segments: readonly (string & import("effect/Brand").Brand<"FilePathSegment">)[];
2219
+ } | {
2220
+ readonly _tag: "FilePathRelative";
2221
+ readonly segments: readonly (string & import("effect/Brand").Brand<"FilePathSegment">)[];
2222
+ } | undefined;
2223
+ readonly enabled: boolean;
2224
+ };
2225
+ readonly socialProof: false | {
2226
+ readonly title?: string | undefined;
2227
+ readonly logos: readonly unknown[];
2228
+ };
2229
+ readonly socialMedia: false | {
2230
+ readonly posts: readonly unknown[];
2231
+ readonly displayMode?: "embed" | "screenshot" | undefined;
2232
+ };
2233
+ readonly quickStart: false | {
2234
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
2235
+ readonly playground?: unknown;
2236
+ readonly steps?: readonly unknown[] | undefined;
2237
+ readonly languages?: readonly string[] | undefined;
2238
+ };
2239
+ readonly stats: false | {
2240
+ readonly showSchemaStats?: boolean | undefined;
2241
+ readonly statusEndpoint?: string | undefined;
2242
+ readonly customMetrics?: readonly unknown[] | undefined;
2243
+ };
2244
+ readonly changelog: false | {
2245
+ readonly limit?: number | undefined;
2246
+ readonly showVersions?: boolean | undefined;
2247
+ };
2248
+ readonly resources: false | {
2249
+ readonly links?: readonly unknown[] | undefined;
2250
+ readonly communityLinks?: readonly unknown[] | undefined;
2251
+ readonly supportContact?: unknown;
2252
+ };
2253
+ };
2254
+ readonly branding: {
2255
+ readonly logoDesignedFor: "light" | "dark";
2256
+ };
891
2257
  readonly server: {
892
2258
  readonly port: number;
893
2259
  readonly routes: {
@@ -910,6 +2276,62 @@ export declare const encode: (a: {
910
2276
  readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
911
2277
  readonly base?: string | undefined;
912
2278
  } | undefined;
2279
+ readonly description?: string | undefined;
2280
+ readonly name?: string | undefined;
2281
+ readonly examples?: {
2282
+ readonly enabled?: boolean | undefined;
2283
+ readonly display?: "all" | "none" | {
2284
+ readonly include: readonly string[];
2285
+ } | {
2286
+ readonly exclude: readonly string[];
2287
+ } | undefined;
2288
+ readonly diagnostics?: {
2289
+ readonly validation?: boolean | {
2290
+ readonly build?: {
2291
+ readonly enabled?: boolean | undefined;
2292
+ readonly severity?: "error" | "warning" | "info" | undefined;
2293
+ } | undefined;
2294
+ readonly enabled: boolean;
2295
+ readonly dev?: {
2296
+ readonly enabled?: boolean | undefined;
2297
+ readonly severity?: "error" | "warning" | "info" | undefined;
2298
+ } | undefined;
2299
+ } | undefined;
2300
+ readonly unusedVersions?: boolean | {
2301
+ readonly build?: {
2302
+ readonly enabled?: boolean | undefined;
2303
+ readonly severity?: "error" | "warning" | "info" | undefined;
2304
+ } | undefined;
2305
+ readonly enabled: boolean;
2306
+ readonly dev?: {
2307
+ readonly enabled?: boolean | undefined;
2308
+ readonly severity?: "error" | "warning" | "info" | undefined;
2309
+ } | undefined;
2310
+ } | undefined;
2311
+ readonly duplicateContent?: boolean | {
2312
+ readonly build?: {
2313
+ readonly enabled?: boolean | undefined;
2314
+ readonly severity?: "error" | "warning" | "info" | undefined;
2315
+ } | undefined;
2316
+ readonly enabled: boolean;
2317
+ readonly dev?: {
2318
+ readonly enabled?: boolean | undefined;
2319
+ readonly severity?: "error" | "warning" | "info" | undefined;
2320
+ } | undefined;
2321
+ } | undefined;
2322
+ readonly missingVersions?: boolean | {
2323
+ readonly build?: {
2324
+ readonly enabled?: boolean | undefined;
2325
+ readonly severity?: "error" | "warning" | "info" | undefined;
2326
+ } | undefined;
2327
+ readonly enabled: boolean;
2328
+ readonly dev?: {
2329
+ readonly enabled?: boolean | undefined;
2330
+ readonly severity?: "error" | "warning" | "info" | undefined;
2331
+ } | undefined;
2332
+ } | undefined;
2333
+ } | undefined;
2334
+ } | undefined;
913
2335
  readonly schema?: {
914
2336
  readonly enabled?: boolean | undefined;
915
2337
  readonly augmentations?: readonly {
@@ -940,10 +2362,10 @@ export declare const encode: (a: {
940
2362
  readonly revisions: unknown;
941
2363
  } | undefined;
942
2364
  readonly introspection?: {
943
- readonly url: string;
944
2365
  readonly headers?: {
945
2366
  readonly [x: string]: string;
946
2367
  } | undefined;
2368
+ readonly url: string;
947
2369
  } | undefined;
948
2370
  readonly introspectionFile?: {
949
2371
  readonly path?: string | undefined;
@@ -953,6 +2375,124 @@ export declare const encode: (a: {
953
2375
  readonly templateVariables?: {
954
2376
  readonly title?: string | undefined;
955
2377
  } | undefined;
2378
+ readonly home?: {
2379
+ readonly enabled?: boolean | undefined;
2380
+ readonly examples?: boolean | {
2381
+ readonly description?: string | undefined;
2382
+ readonly title?: string | undefined;
2383
+ readonly maxExamples?: number | undefined;
2384
+ readonly only?: readonly string[] | undefined;
2385
+ readonly exclude?: readonly string[] | undefined;
2386
+ } | undefined;
2387
+ readonly topics?: readonly string[] | undefined;
2388
+ readonly hero?: boolean | {
2389
+ readonly title?: string | undefined;
2390
+ readonly tagline?: string | undefined;
2391
+ readonly callToActions?: readonly {
2392
+ readonly label: string;
2393
+ readonly href: string;
2394
+ readonly variant?: "primary" | "secondary" | undefined;
2395
+ }[] | {
2396
+ readonly before?: readonly {
2397
+ readonly label: string;
2398
+ readonly href: string;
2399
+ readonly variant?: "primary" | "secondary" | undefined;
2400
+ }[] | undefined;
2401
+ readonly after?: readonly {
2402
+ readonly label: string;
2403
+ readonly href: string;
2404
+ readonly variant?: "primary" | "secondary" | undefined;
2405
+ }[] | undefined;
2406
+ readonly over?: readonly {
2407
+ readonly label: string;
2408
+ readonly href: string;
2409
+ readonly variant?: "primary" | "secondary" | undefined;
2410
+ }[] | undefined;
2411
+ } | undefined;
2412
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
2413
+ readonly prompt?: string | undefined;
2414
+ readonly heroImage?: string | {
2415
+ readonly src?: string | undefined;
2416
+ readonly ai?: {
2417
+ readonly prompt?: string | undefined;
2418
+ readonly enabled: boolean;
2419
+ readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
2420
+ readonly width?: number | undefined;
2421
+ readonly height?: number | undefined;
2422
+ readonly seed?: number | undefined;
2423
+ readonly nologo?: boolean | undefined;
2424
+ readonly cache?: boolean | undefined;
2425
+ } | undefined;
2426
+ } | undefined;
2427
+ } | undefined;
2428
+ readonly socialProof?: boolean | {
2429
+ readonly title?: string | undefined;
2430
+ readonly logos: readonly (string | {
2431
+ readonly src: string;
2432
+ readonly name: string;
2433
+ readonly href?: string | undefined;
2434
+ })[];
2435
+ } | undefined;
2436
+ readonly socialMedia?: boolean | {
2437
+ readonly posts: readonly {
2438
+ readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
2439
+ readonly id: string;
2440
+ readonly embedCode?: string | undefined;
2441
+ }[];
2442
+ readonly displayMode?: "embed" | "screenshot" | undefined;
2443
+ } | undefined;
2444
+ readonly quickStart?: boolean | {
2445
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
2446
+ readonly playground?: {
2447
+ readonly endpoint?: string | undefined;
2448
+ readonly headers?: {
2449
+ readonly [x: string]: string;
2450
+ } | undefined;
2451
+ readonly defaultQuery?: string | undefined;
2452
+ readonly useMockData?: boolean | undefined;
2453
+ } | undefined;
2454
+ readonly steps?: readonly {
2455
+ readonly description?: string | undefined;
2456
+ readonly title: string;
2457
+ readonly code: string;
2458
+ readonly language?: string | undefined;
2459
+ }[] | undefined;
2460
+ readonly languages?: readonly string[] | undefined;
2461
+ } | undefined;
2462
+ readonly stats?: boolean | {
2463
+ readonly showSchemaStats?: boolean | undefined;
2464
+ readonly statusEndpoint?: string | undefined;
2465
+ readonly customMetrics?: readonly {
2466
+ readonly label: string;
2467
+ readonly value: string | number;
2468
+ readonly icon?: string | undefined;
2469
+ }[] | undefined;
2470
+ } | undefined;
2471
+ readonly changelog?: boolean | {
2472
+ readonly limit?: number | undefined;
2473
+ readonly showVersions?: boolean | undefined;
2474
+ } | undefined;
2475
+ readonly resources?: boolean | {
2476
+ readonly links?: readonly {
2477
+ readonly description?: string | undefined;
2478
+ readonly href: string;
2479
+ readonly title: string;
2480
+ readonly icon?: string | undefined;
2481
+ }[] | undefined;
2482
+ readonly communityLinks?: readonly {
2483
+ readonly href: string;
2484
+ readonly platform: string;
2485
+ }[] | undefined;
2486
+ readonly supportContact?: {
2487
+ readonly href?: string | undefined;
2488
+ readonly email?: string | undefined;
2489
+ readonly text?: string | undefined;
2490
+ } | undefined;
2491
+ } | undefined;
2492
+ } | undefined;
2493
+ readonly branding?: {
2494
+ readonly logoDesignedFor?: "light" | "dark" | undefined;
2495
+ } | undefined;
956
2496
  readonly server?: {
957
2497
  readonly port?: number | undefined;
958
2498
  } | undefined;
@@ -976,27 +2516,68 @@ export declare const encode: (a: {
976
2516
  readonly architecture: "ssr" | "ssg" | "spa";
977
2517
  readonly base: string;
978
2518
  };
2519
+ readonly description: string;
2520
+ readonly name: string;
2521
+ readonly examples: {
2522
+ readonly enabled?: boolean | undefined;
2523
+ readonly display?: "all" | "none" | {
2524
+ readonly include: readonly string[];
2525
+ } | {
2526
+ readonly exclude: readonly string[];
2527
+ } | undefined;
2528
+ readonly diagnostics?: {
2529
+ readonly validation?: boolean | {
2530
+ readonly enabled: boolean;
2531
+ readonly build?: {
2532
+ readonly enabled?: boolean | undefined;
2533
+ readonly severity?: "error" | "warning" | "info" | undefined;
2534
+ } | undefined;
2535
+ readonly dev?: {
2536
+ readonly enabled?: boolean | undefined;
2537
+ readonly severity?: "error" | "warning" | "info" | undefined;
2538
+ } | undefined;
2539
+ } | undefined;
2540
+ readonly unusedVersions?: boolean | {
2541
+ readonly enabled: boolean;
2542
+ readonly build?: {
2543
+ readonly enabled?: boolean | undefined;
2544
+ readonly severity?: "error" | "warning" | "info" | undefined;
2545
+ } | undefined;
2546
+ readonly dev?: {
2547
+ readonly enabled?: boolean | undefined;
2548
+ readonly severity?: "error" | "warning" | "info" | undefined;
2549
+ } | undefined;
2550
+ } | undefined;
2551
+ readonly duplicateContent?: boolean | {
2552
+ readonly enabled: boolean;
2553
+ readonly build?: {
2554
+ readonly enabled?: boolean | undefined;
2555
+ readonly severity?: "error" | "warning" | "info" | undefined;
2556
+ } | undefined;
2557
+ readonly dev?: {
2558
+ readonly enabled?: boolean | undefined;
2559
+ readonly severity?: "error" | "warning" | "info" | undefined;
2560
+ } | undefined;
2561
+ } | undefined;
2562
+ readonly missingVersions?: boolean | {
2563
+ readonly enabled: boolean;
2564
+ readonly build?: {
2565
+ readonly enabled?: boolean | undefined;
2566
+ readonly severity?: "error" | "warning" | "info" | undefined;
2567
+ } | undefined;
2568
+ readonly dev?: {
2569
+ readonly enabled?: boolean | undefined;
2570
+ readonly severity?: "error" | "warning" | "info" | undefined;
2571
+ } | undefined;
2572
+ } | undefined;
2573
+ } | undefined;
2574
+ };
979
2575
  readonly ssr: {
980
2576
  readonly enabled: boolean;
981
2577
  };
982
2578
  readonly paths: {
983
2579
  readonly project: {
984
2580
  readonly rootDir: string;
985
- readonly absolute: {
986
- readonly build: {
987
- readonly root: string;
988
- readonly assets: {
989
- readonly root: string;
990
- readonly schemas: string;
991
- };
992
- readonly serverEntrypoint: string;
993
- };
994
- readonly pages: string;
995
- readonly public: {
996
- readonly root: string;
997
- readonly logo: string;
998
- };
999
- };
1000
2581
  readonly relative: {
1001
2582
  readonly build: {
1002
2583
  readonly relative: {
@@ -1016,10 +2597,25 @@ export declare const encode: (a: {
1016
2597
  readonly logo: string;
1017
2598
  };
1018
2599
  };
2600
+ readonly absolute: {
2601
+ readonly build: {
2602
+ readonly assets: {
2603
+ readonly root: string;
2604
+ readonly schemas: string;
2605
+ };
2606
+ readonly root: string;
2607
+ readonly serverEntrypoint: string;
2608
+ };
2609
+ readonly pages: string;
2610
+ readonly public: {
2611
+ readonly root: string;
2612
+ readonly logo: string;
2613
+ };
2614
+ };
1019
2615
  };
1020
2616
  readonly framework: {
1021
2617
  readonly template: {
1022
- readonly absolute: {
2618
+ readonly relative: {
1023
2619
  readonly client: {
1024
2620
  readonly entrypoint: string;
1025
2621
  };
@@ -1029,7 +2625,7 @@ export declare const encode: (a: {
1029
2625
  };
1030
2626
  readonly rootDir: string;
1031
2627
  };
1032
- readonly relative: {
2628
+ readonly absolute: {
1033
2629
  readonly client: {
1034
2630
  readonly entrypoint: string;
1035
2631
  };
@@ -1041,19 +2637,23 @@ export declare const encode: (a: {
1041
2637
  };
1042
2638
  };
1043
2639
  readonly name: string;
2640
+ readonly rootDir: string;
1044
2641
  readonly isRunningFromSource: boolean;
1045
2642
  readonly static: {
1046
2643
  readonly build: string;
1047
2644
  readonly source: string;
1048
2645
  };
1049
- readonly rootDir: string;
1050
2646
  readonly sourceExtension: ".js" | ".ts";
1051
2647
  readonly sourceDir: string;
1052
2648
  } & {
1053
2649
  readonly devAssets: {
1054
- readonly absolute: string;
1055
2650
  readonly relative: string;
1056
2651
  readonly schemas: string;
2652
+ readonly absolute: string;
2653
+ };
2654
+ readonly generatedTypes: {
2655
+ readonly relative: string;
2656
+ readonly absolute: string;
1057
2657
  };
1058
2658
  };
1059
2659
  };
@@ -1096,10 +2696,69 @@ export declare const encode: (a: {
1096
2696
  readonly path?: string | undefined;
1097
2697
  } | undefined;
1098
2698
  } | undefined;
1099
- } | null;
2699
+ };
1100
2700
  readonly templateVariables: {
1101
2701
  readonly title: string;
1102
2702
  };
2703
+ readonly home: {
2704
+ readonly enabled: boolean;
2705
+ readonly examples: {
2706
+ readonly filter: {
2707
+ readonly _tag: "DirectedFilterAllowAll";
2708
+ } | {
2709
+ readonly _tag: "DirectedFilterDenyAll";
2710
+ } | {
2711
+ readonly _tag: "DirectedFilterAllow";
2712
+ readonly items: readonly string[];
2713
+ } | {
2714
+ readonly _tag: "DirectedFilterDeny";
2715
+ readonly items: readonly string[];
2716
+ };
2717
+ readonly enabled: boolean;
2718
+ readonly maxExamples: number;
2719
+ readonly description?: string | undefined;
2720
+ readonly title?: string | undefined;
2721
+ };
2722
+ readonly hero: {
2723
+ readonly enabled: boolean;
2724
+ readonly title?: string | undefined;
2725
+ readonly tagline?: string | undefined;
2726
+ readonly callToActions?: unknown;
2727
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
2728
+ readonly heroImage?: string | undefined;
2729
+ };
2730
+ readonly socialProof: false | {
2731
+ readonly logos: readonly unknown[];
2732
+ readonly title?: string | undefined;
2733
+ };
2734
+ readonly socialMedia: false | {
2735
+ readonly posts: readonly unknown[];
2736
+ readonly displayMode?: "embed" | "screenshot" | undefined;
2737
+ };
2738
+ readonly quickStart: false | {
2739
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
2740
+ readonly playground?: unknown;
2741
+ readonly steps?: readonly unknown[] | undefined;
2742
+ readonly languages?: readonly string[] | undefined;
2743
+ };
2744
+ readonly stats: false | {
2745
+ readonly showSchemaStats?: boolean | undefined;
2746
+ readonly statusEndpoint?: string | undefined;
2747
+ readonly customMetrics?: readonly unknown[] | undefined;
2748
+ };
2749
+ readonly changelog: false | {
2750
+ readonly limit?: number | undefined;
2751
+ readonly showVersions?: boolean | undefined;
2752
+ };
2753
+ readonly resources: false | {
2754
+ readonly links?: readonly unknown[] | undefined;
2755
+ readonly communityLinks?: readonly unknown[] | undefined;
2756
+ readonly supportContact?: unknown;
2757
+ };
2758
+ };
2759
+ readonly branding: {
2760
+ readonly logoDesignedFor: "light" | "dark";
2761
+ };
1103
2762
  readonly server: {
1104
2763
  readonly port: number;
1105
2764
  readonly routes: {
@@ -1122,6 +2781,62 @@ export declare const encode: (a: {
1122
2781
  readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
1123
2782
  readonly base?: string | undefined;
1124
2783
  } | undefined;
2784
+ readonly description?: string | undefined;
2785
+ readonly name?: string | undefined;
2786
+ readonly examples?: {
2787
+ readonly enabled?: boolean | undefined;
2788
+ readonly display?: "all" | "none" | {
2789
+ readonly include: readonly string[];
2790
+ } | {
2791
+ readonly exclude: readonly string[];
2792
+ } | undefined;
2793
+ readonly diagnostics?: {
2794
+ readonly validation?: boolean | {
2795
+ readonly enabled: boolean;
2796
+ readonly build?: {
2797
+ readonly enabled?: boolean | undefined;
2798
+ readonly severity?: "error" | "warning" | "info" | undefined;
2799
+ } | undefined;
2800
+ readonly dev?: {
2801
+ readonly enabled?: boolean | undefined;
2802
+ readonly severity?: "error" | "warning" | "info" | undefined;
2803
+ } | undefined;
2804
+ } | undefined;
2805
+ readonly unusedVersions?: boolean | {
2806
+ readonly enabled: boolean;
2807
+ readonly build?: {
2808
+ readonly enabled?: boolean | undefined;
2809
+ readonly severity?: "error" | "warning" | "info" | undefined;
2810
+ } | undefined;
2811
+ readonly dev?: {
2812
+ readonly enabled?: boolean | undefined;
2813
+ readonly severity?: "error" | "warning" | "info" | undefined;
2814
+ } | undefined;
2815
+ } | undefined;
2816
+ readonly duplicateContent?: boolean | {
2817
+ readonly enabled: boolean;
2818
+ readonly build?: {
2819
+ readonly enabled?: boolean | undefined;
2820
+ readonly severity?: "error" | "warning" | "info" | undefined;
2821
+ } | undefined;
2822
+ readonly dev?: {
2823
+ readonly enabled?: boolean | undefined;
2824
+ readonly severity?: "error" | "warning" | "info" | undefined;
2825
+ } | undefined;
2826
+ } | undefined;
2827
+ readonly missingVersions?: boolean | {
2828
+ readonly enabled: boolean;
2829
+ readonly build?: {
2830
+ readonly enabled?: boolean | undefined;
2831
+ readonly severity?: "error" | "warning" | "info" | undefined;
2832
+ } | undefined;
2833
+ readonly dev?: {
2834
+ readonly enabled?: boolean | undefined;
2835
+ readonly severity?: "error" | "warning" | "info" | undefined;
2836
+ } | undefined;
2837
+ } | undefined;
2838
+ } | undefined;
2839
+ } | undefined;
1125
2840
  readonly schema?: {
1126
2841
  readonly enabled?: boolean | undefined;
1127
2842
  readonly augmentations?: readonly {
@@ -1165,6 +2880,124 @@ export declare const encode: (a: {
1165
2880
  readonly templateVariables?: {
1166
2881
  readonly title?: string | undefined;
1167
2882
  } | undefined;
2883
+ readonly home?: {
2884
+ readonly enabled?: boolean | undefined;
2885
+ readonly examples?: boolean | {
2886
+ readonly description?: string | undefined;
2887
+ readonly title?: string | undefined;
2888
+ readonly maxExamples?: number | undefined;
2889
+ readonly only?: readonly string[] | undefined;
2890
+ readonly exclude?: readonly string[] | undefined;
2891
+ } | undefined;
2892
+ readonly topics?: readonly string[] | undefined;
2893
+ readonly hero?: boolean | {
2894
+ readonly title?: string | undefined;
2895
+ readonly tagline?: string | undefined;
2896
+ readonly callToActions?: readonly {
2897
+ readonly label: string;
2898
+ readonly href: string;
2899
+ readonly variant?: "primary" | "secondary" | undefined;
2900
+ }[] | {
2901
+ readonly before?: readonly {
2902
+ readonly label: string;
2903
+ readonly href: string;
2904
+ readonly variant?: "primary" | "secondary" | undefined;
2905
+ }[] | undefined;
2906
+ readonly after?: readonly {
2907
+ readonly label: string;
2908
+ readonly href: string;
2909
+ readonly variant?: "primary" | "secondary" | undefined;
2910
+ }[] | undefined;
2911
+ readonly over?: readonly {
2912
+ readonly label: string;
2913
+ readonly href: string;
2914
+ readonly variant?: "primary" | "secondary" | undefined;
2915
+ }[] | undefined;
2916
+ } | undefined;
2917
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
2918
+ readonly prompt?: string | undefined;
2919
+ readonly heroImage?: string | {
2920
+ readonly src?: string | undefined;
2921
+ readonly ai?: {
2922
+ readonly enabled: boolean;
2923
+ readonly prompt?: string | undefined;
2924
+ readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
2925
+ readonly width?: number | undefined;
2926
+ readonly height?: number | undefined;
2927
+ readonly seed?: number | undefined;
2928
+ readonly nologo?: boolean | undefined;
2929
+ readonly cache?: boolean | undefined;
2930
+ } | undefined;
2931
+ } | undefined;
2932
+ } | undefined;
2933
+ readonly socialProof?: boolean | {
2934
+ readonly logos: readonly (string | {
2935
+ readonly src: string;
2936
+ readonly name: string;
2937
+ readonly href?: string | undefined;
2938
+ })[];
2939
+ readonly title?: string | undefined;
2940
+ } | undefined;
2941
+ readonly socialMedia?: boolean | {
2942
+ readonly posts: readonly {
2943
+ readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
2944
+ readonly id: string;
2945
+ readonly embedCode?: string | undefined;
2946
+ }[];
2947
+ readonly displayMode?: "embed" | "screenshot" | undefined;
2948
+ } | undefined;
2949
+ readonly quickStart?: boolean | {
2950
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
2951
+ readonly playground?: {
2952
+ readonly endpoint?: string | undefined;
2953
+ readonly headers?: {
2954
+ readonly [x: string]: string;
2955
+ } | undefined;
2956
+ readonly defaultQuery?: string | undefined;
2957
+ readonly useMockData?: boolean | undefined;
2958
+ } | undefined;
2959
+ readonly steps?: readonly {
2960
+ readonly title: string;
2961
+ readonly code: string;
2962
+ readonly description?: string | undefined;
2963
+ readonly language?: string | undefined;
2964
+ }[] | undefined;
2965
+ readonly languages?: readonly string[] | undefined;
2966
+ } | undefined;
2967
+ readonly stats?: boolean | {
2968
+ readonly showSchemaStats?: boolean | undefined;
2969
+ readonly statusEndpoint?: string | undefined;
2970
+ readonly customMetrics?: readonly {
2971
+ readonly label: string;
2972
+ readonly value: string | number;
2973
+ readonly icon?: string | undefined;
2974
+ }[] | undefined;
2975
+ } | undefined;
2976
+ readonly changelog?: boolean | {
2977
+ readonly limit?: number | undefined;
2978
+ readonly showVersions?: boolean | undefined;
2979
+ } | undefined;
2980
+ readonly resources?: boolean | {
2981
+ readonly links?: readonly {
2982
+ readonly href: string;
2983
+ readonly title: string;
2984
+ readonly description?: string | undefined;
2985
+ readonly icon?: string | undefined;
2986
+ }[] | undefined;
2987
+ readonly communityLinks?: readonly {
2988
+ readonly href: string;
2989
+ readonly platform: string;
2990
+ }[] | undefined;
2991
+ readonly supportContact?: {
2992
+ readonly href?: string | undefined;
2993
+ readonly email?: string | undefined;
2994
+ readonly text?: string | undefined;
2995
+ } | undefined;
2996
+ } | undefined;
2997
+ } | undefined;
2998
+ readonly branding?: {
2999
+ readonly logoDesignedFor?: "light" | "dark" | undefined;
3000
+ } | undefined;
1168
3001
  readonly server?: {
1169
3002
  readonly port?: number | undefined;
1170
3003
  } | undefined;
@@ -1189,27 +3022,68 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
1189
3022
  readonly architecture: "ssr" | "ssg" | "spa";
1190
3023
  readonly base: string;
1191
3024
  };
3025
+ readonly description: string;
3026
+ readonly name: string;
3027
+ readonly examples: {
3028
+ readonly enabled?: boolean | undefined;
3029
+ readonly display?: "all" | "none" | {
3030
+ readonly include: readonly string[];
3031
+ } | {
3032
+ readonly exclude: readonly string[];
3033
+ } | undefined;
3034
+ readonly diagnostics?: {
3035
+ readonly validation?: boolean | {
3036
+ readonly build?: {
3037
+ readonly enabled?: boolean | undefined;
3038
+ readonly severity?: "error" | "warning" | "info" | undefined;
3039
+ } | undefined;
3040
+ readonly enabled: boolean;
3041
+ readonly dev?: {
3042
+ readonly enabled?: boolean | undefined;
3043
+ readonly severity?: "error" | "warning" | "info" | undefined;
3044
+ } | undefined;
3045
+ } | undefined;
3046
+ readonly unusedVersions?: boolean | {
3047
+ readonly build?: {
3048
+ readonly enabled?: boolean | undefined;
3049
+ readonly severity?: "error" | "warning" | "info" | undefined;
3050
+ } | undefined;
3051
+ readonly enabled: boolean;
3052
+ readonly dev?: {
3053
+ readonly enabled?: boolean | undefined;
3054
+ readonly severity?: "error" | "warning" | "info" | undefined;
3055
+ } | undefined;
3056
+ } | undefined;
3057
+ readonly duplicateContent?: boolean | {
3058
+ readonly build?: {
3059
+ readonly enabled?: boolean | undefined;
3060
+ readonly severity?: "error" | "warning" | "info" | undefined;
3061
+ } | undefined;
3062
+ readonly enabled: boolean;
3063
+ readonly dev?: {
3064
+ readonly enabled?: boolean | undefined;
3065
+ readonly severity?: "error" | "warning" | "info" | undefined;
3066
+ } | undefined;
3067
+ } | undefined;
3068
+ readonly missingVersions?: boolean | {
3069
+ readonly build?: {
3070
+ readonly enabled?: boolean | undefined;
3071
+ readonly severity?: "error" | "warning" | "info" | undefined;
3072
+ } | undefined;
3073
+ readonly enabled: boolean;
3074
+ readonly dev?: {
3075
+ readonly enabled?: boolean | undefined;
3076
+ readonly severity?: "error" | "warning" | "info" | undefined;
3077
+ } | undefined;
3078
+ } | undefined;
3079
+ } | undefined;
3080
+ };
1192
3081
  readonly ssr: {
1193
3082
  readonly enabled: boolean;
1194
3083
  };
1195
3084
  readonly paths: {
1196
3085
  readonly project: {
1197
3086
  readonly rootDir: string;
1198
- readonly absolute: {
1199
- readonly build: {
1200
- readonly root: string;
1201
- readonly assets: {
1202
- readonly root: string;
1203
- readonly schemas: string;
1204
- };
1205
- readonly serverEntrypoint: string;
1206
- };
1207
- readonly pages: string;
1208
- readonly public: {
1209
- readonly root: string;
1210
- readonly logo: string;
1211
- };
1212
- };
1213
3087
  readonly relative: {
1214
3088
  readonly build: {
1215
3089
  readonly relative: {
@@ -1229,10 +3103,25 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
1229
3103
  readonly logo: string;
1230
3104
  };
1231
3105
  };
3106
+ readonly absolute: {
3107
+ readonly build: {
3108
+ readonly assets: {
3109
+ readonly root: string;
3110
+ readonly schemas: string;
3111
+ };
3112
+ readonly root: string;
3113
+ readonly serverEntrypoint: string;
3114
+ };
3115
+ readonly pages: string;
3116
+ readonly public: {
3117
+ readonly root: string;
3118
+ readonly logo: string;
3119
+ };
3120
+ };
1232
3121
  };
1233
3122
  readonly framework: {
1234
3123
  readonly template: {
1235
- readonly absolute: {
3124
+ readonly relative: {
1236
3125
  readonly client: {
1237
3126
  readonly entrypoint: string;
1238
3127
  };
@@ -1242,7 +3131,7 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
1242
3131
  };
1243
3132
  readonly rootDir: string;
1244
3133
  };
1245
- readonly relative: {
3134
+ readonly absolute: {
1246
3135
  readonly client: {
1247
3136
  readonly entrypoint: string;
1248
3137
  };
@@ -1254,19 +3143,23 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
1254
3143
  };
1255
3144
  };
1256
3145
  readonly name: string;
3146
+ readonly rootDir: string;
1257
3147
  readonly isRunningFromSource: boolean;
1258
3148
  readonly static: {
1259
3149
  readonly build: string;
1260
3150
  readonly source: string;
1261
3151
  };
1262
- readonly rootDir: string;
1263
3152
  readonly sourceExtension: ".js" | ".ts";
1264
3153
  readonly sourceDir: string;
1265
3154
  } & {
1266
3155
  readonly devAssets: {
1267
- readonly absolute: string;
1268
3156
  readonly relative: string;
1269
3157
  readonly schemas: string;
3158
+ readonly absolute: string;
3159
+ };
3160
+ readonly generatedTypes: {
3161
+ readonly relative: string;
3162
+ readonly absolute: string;
1270
3163
  };
1271
3164
  };
1272
3165
  };
@@ -1300,19 +3193,84 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
1300
3193
  readonly revisions: unknown;
1301
3194
  } | undefined;
1302
3195
  readonly introspection?: {
1303
- readonly url: string;
1304
3196
  readonly headers?: {
1305
3197
  readonly [x: string]: string;
1306
3198
  } | undefined;
3199
+ readonly url: string;
1307
3200
  } | undefined;
1308
3201
  readonly introspectionFile?: {
1309
3202
  readonly path?: string | undefined;
1310
3203
  } | undefined;
1311
3204
  } | undefined;
1312
- } | null;
3205
+ };
1313
3206
  readonly templateVariables: {
1314
3207
  readonly title: string;
1315
3208
  };
3209
+ readonly home: {
3210
+ readonly enabled: boolean;
3211
+ readonly examples: {
3212
+ readonly filter: {
3213
+ readonly _tag: "DirectedFilterAllowAll";
3214
+ } | {
3215
+ readonly _tag: "DirectedFilterDenyAll";
3216
+ } | {
3217
+ readonly _tag: "DirectedFilterAllow";
3218
+ readonly items: readonly string[];
3219
+ } | {
3220
+ readonly _tag: "DirectedFilterDeny";
3221
+ readonly items: readonly string[];
3222
+ };
3223
+ readonly description?: string | undefined;
3224
+ readonly title?: string | undefined;
3225
+ readonly enabled: boolean;
3226
+ readonly maxExamples: number;
3227
+ };
3228
+ readonly hero: {
3229
+ readonly title?: string | undefined;
3230
+ readonly tagline?: string | undefined;
3231
+ readonly callToActions?: unknown;
3232
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
3233
+ readonly heroImage?: {
3234
+ readonly _tag: "FilePathAbsolute";
3235
+ readonly segments: readonly (string & import("effect/Brand").Brand<"FilePathSegment">)[];
3236
+ } | {
3237
+ readonly _tag: "FilePathRelative";
3238
+ readonly segments: readonly (string & import("effect/Brand").Brand<"FilePathSegment">)[];
3239
+ } | undefined;
3240
+ readonly enabled: boolean;
3241
+ };
3242
+ readonly socialProof: false | {
3243
+ readonly title?: string | undefined;
3244
+ readonly logos: readonly unknown[];
3245
+ };
3246
+ readonly socialMedia: false | {
3247
+ readonly posts: readonly unknown[];
3248
+ readonly displayMode?: "embed" | "screenshot" | undefined;
3249
+ };
3250
+ readonly quickStart: false | {
3251
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
3252
+ readonly playground?: unknown;
3253
+ readonly steps?: readonly unknown[] | undefined;
3254
+ readonly languages?: readonly string[] | undefined;
3255
+ };
3256
+ readonly stats: false | {
3257
+ readonly showSchemaStats?: boolean | undefined;
3258
+ readonly statusEndpoint?: string | undefined;
3259
+ readonly customMetrics?: readonly unknown[] | undefined;
3260
+ };
3261
+ readonly changelog: false | {
3262
+ readonly limit?: number | undefined;
3263
+ readonly showVersions?: boolean | undefined;
3264
+ };
3265
+ readonly resources: false | {
3266
+ readonly links?: readonly unknown[] | undefined;
3267
+ readonly communityLinks?: readonly unknown[] | undefined;
3268
+ readonly supportContact?: unknown;
3269
+ };
3270
+ };
3271
+ readonly branding: {
3272
+ readonly logoDesignedFor: "light" | "dark";
3273
+ };
1316
3274
  readonly server: {
1317
3275
  readonly port: number;
1318
3276
  readonly routes: {
@@ -1335,6 +3293,62 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
1335
3293
  readonly architecture?: "ssr" | "ssg" | "spa" | undefined;
1336
3294
  readonly base?: string | undefined;
1337
3295
  } | undefined;
3296
+ readonly description?: string | undefined;
3297
+ readonly name?: string | undefined;
3298
+ readonly examples?: {
3299
+ readonly enabled?: boolean | undefined;
3300
+ readonly display?: "all" | "none" | {
3301
+ readonly include: readonly string[];
3302
+ } | {
3303
+ readonly exclude: readonly string[];
3304
+ } | undefined;
3305
+ readonly diagnostics?: {
3306
+ readonly validation?: boolean | {
3307
+ readonly build?: {
3308
+ readonly enabled?: boolean | undefined;
3309
+ readonly severity?: "error" | "warning" | "info" | undefined;
3310
+ } | undefined;
3311
+ readonly enabled: boolean;
3312
+ readonly dev?: {
3313
+ readonly enabled?: boolean | undefined;
3314
+ readonly severity?: "error" | "warning" | "info" | undefined;
3315
+ } | undefined;
3316
+ } | undefined;
3317
+ readonly unusedVersions?: boolean | {
3318
+ readonly build?: {
3319
+ readonly enabled?: boolean | undefined;
3320
+ readonly severity?: "error" | "warning" | "info" | undefined;
3321
+ } | undefined;
3322
+ readonly enabled: boolean;
3323
+ readonly dev?: {
3324
+ readonly enabled?: boolean | undefined;
3325
+ readonly severity?: "error" | "warning" | "info" | undefined;
3326
+ } | undefined;
3327
+ } | undefined;
3328
+ readonly duplicateContent?: boolean | {
3329
+ readonly build?: {
3330
+ readonly enabled?: boolean | undefined;
3331
+ readonly severity?: "error" | "warning" | "info" | undefined;
3332
+ } | undefined;
3333
+ readonly enabled: boolean;
3334
+ readonly dev?: {
3335
+ readonly enabled?: boolean | undefined;
3336
+ readonly severity?: "error" | "warning" | "info" | undefined;
3337
+ } | undefined;
3338
+ } | undefined;
3339
+ readonly missingVersions?: boolean | {
3340
+ readonly build?: {
3341
+ readonly enabled?: boolean | undefined;
3342
+ readonly severity?: "error" | "warning" | "info" | undefined;
3343
+ } | undefined;
3344
+ readonly enabled: boolean;
3345
+ readonly dev?: {
3346
+ readonly enabled?: boolean | undefined;
3347
+ readonly severity?: "error" | "warning" | "info" | undefined;
3348
+ } | undefined;
3349
+ } | undefined;
3350
+ } | undefined;
3351
+ } | undefined;
1338
3352
  readonly schema?: {
1339
3353
  readonly enabled?: boolean | undefined;
1340
3354
  readonly augmentations?: readonly {
@@ -1365,10 +3379,10 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
1365
3379
  readonly revisions: unknown;
1366
3380
  } | undefined;
1367
3381
  readonly introspection?: {
1368
- readonly url: string;
1369
3382
  readonly headers?: {
1370
3383
  readonly [x: string]: string;
1371
3384
  } | undefined;
3385
+ readonly url: string;
1372
3386
  } | undefined;
1373
3387
  readonly introspectionFile?: {
1374
3388
  readonly path?: string | undefined;
@@ -1378,6 +3392,124 @@ export declare const validate: (u: unknown, overrideOptions?: import("effect/Sch
1378
3392
  readonly templateVariables?: {
1379
3393
  readonly title?: string | undefined;
1380
3394
  } | undefined;
3395
+ readonly home?: {
3396
+ readonly enabled?: boolean | undefined;
3397
+ readonly examples?: boolean | {
3398
+ readonly description?: string | undefined;
3399
+ readonly title?: string | undefined;
3400
+ readonly maxExamples?: number | undefined;
3401
+ readonly only?: readonly string[] | undefined;
3402
+ readonly exclude?: readonly string[] | undefined;
3403
+ } | undefined;
3404
+ readonly topics?: readonly string[] | undefined;
3405
+ readonly hero?: boolean | {
3406
+ readonly title?: string | undefined;
3407
+ readonly tagline?: string | undefined;
3408
+ readonly callToActions?: readonly {
3409
+ readonly label: string;
3410
+ readonly href: string;
3411
+ readonly variant?: "primary" | "secondary" | undefined;
3412
+ }[] | {
3413
+ readonly before?: readonly {
3414
+ readonly label: string;
3415
+ readonly href: string;
3416
+ readonly variant?: "primary" | "secondary" | undefined;
3417
+ }[] | undefined;
3418
+ readonly after?: readonly {
3419
+ readonly label: string;
3420
+ readonly href: string;
3421
+ readonly variant?: "primary" | "secondary" | undefined;
3422
+ }[] | undefined;
3423
+ readonly over?: readonly {
3424
+ readonly label: string;
3425
+ readonly href: string;
3426
+ readonly variant?: "primary" | "secondary" | undefined;
3427
+ }[] | undefined;
3428
+ } | undefined;
3429
+ readonly layout?: "asymmetric" | "cinematic" | "auto" | undefined;
3430
+ readonly prompt?: string | undefined;
3431
+ readonly heroImage?: string | {
3432
+ readonly src?: string | undefined;
3433
+ readonly ai?: {
3434
+ readonly prompt?: string | undefined;
3435
+ readonly enabled: boolean;
3436
+ readonly style?: "modern" | "minimalist" | "abstract" | "technical" | "vibrant" | "professional" | "futuristic" | "gradient" | "geometric" | "illustration" | undefined;
3437
+ readonly width?: number | undefined;
3438
+ readonly height?: number | undefined;
3439
+ readonly seed?: number | undefined;
3440
+ readonly nologo?: boolean | undefined;
3441
+ readonly cache?: boolean | undefined;
3442
+ } | undefined;
3443
+ } | undefined;
3444
+ } | undefined;
3445
+ readonly socialProof?: boolean | {
3446
+ readonly title?: string | undefined;
3447
+ readonly logos: readonly (string | {
3448
+ readonly src: string;
3449
+ readonly name: string;
3450
+ readonly href?: string | undefined;
3451
+ })[];
3452
+ } | undefined;
3453
+ readonly socialMedia?: boolean | {
3454
+ readonly posts: readonly {
3455
+ readonly platform: "x" | "twitter" | "bluesky" | "mastodon";
3456
+ readonly id: string;
3457
+ readonly embedCode?: string | undefined;
3458
+ }[];
3459
+ readonly displayMode?: "embed" | "screenshot" | undefined;
3460
+ } | undefined;
3461
+ readonly quickStart?: boolean | {
3462
+ readonly tabs?: readonly ("setup" | "examples" | "playground")[] | undefined;
3463
+ readonly playground?: {
3464
+ readonly endpoint?: string | undefined;
3465
+ readonly headers?: {
3466
+ readonly [x: string]: string;
3467
+ } | undefined;
3468
+ readonly defaultQuery?: string | undefined;
3469
+ readonly useMockData?: boolean | undefined;
3470
+ } | undefined;
3471
+ readonly steps?: readonly {
3472
+ readonly description?: string | undefined;
3473
+ readonly title: string;
3474
+ readonly code: string;
3475
+ readonly language?: string | undefined;
3476
+ }[] | undefined;
3477
+ readonly languages?: readonly string[] | undefined;
3478
+ } | undefined;
3479
+ readonly stats?: boolean | {
3480
+ readonly showSchemaStats?: boolean | undefined;
3481
+ readonly statusEndpoint?: string | undefined;
3482
+ readonly customMetrics?: readonly {
3483
+ readonly label: string;
3484
+ readonly value: string | number;
3485
+ readonly icon?: string | undefined;
3486
+ }[] | undefined;
3487
+ } | undefined;
3488
+ readonly changelog?: boolean | {
3489
+ readonly limit?: number | undefined;
3490
+ readonly showVersions?: boolean | undefined;
3491
+ } | undefined;
3492
+ readonly resources?: boolean | {
3493
+ readonly links?: readonly {
3494
+ readonly description?: string | undefined;
3495
+ readonly href: string;
3496
+ readonly title: string;
3497
+ readonly icon?: string | undefined;
3498
+ }[] | undefined;
3499
+ readonly communityLinks?: readonly {
3500
+ readonly href: string;
3501
+ readonly platform: string;
3502
+ }[] | undefined;
3503
+ readonly supportContact?: {
3504
+ readonly href?: string | undefined;
3505
+ readonly email?: string | undefined;
3506
+ readonly text?: string | undefined;
3507
+ } | undefined;
3508
+ } | undefined;
3509
+ } | undefined;
3510
+ readonly branding?: {
3511
+ readonly logoDesignedFor?: "light" | "dark" | undefined;
3512
+ } | undefined;
1381
3513
  readonly server?: {
1382
3514
  readonly port?: number | undefined;
1383
3515
  } | undefined;