@pixelated-tech/components 3.11.9 → 3.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (320) hide show
  1. package/dist/components/admin/componentusage/componentAnalysis.js +2 -0
  2. package/dist/components/admin/deploy/deployment.integration.js +8 -0
  3. package/dist/components/admin/site-health/site-health-accessibility.js +6 -0
  4. package/dist/components/admin/site-health/site-health-axe-core.js +6 -0
  5. package/dist/components/admin/site-health/site-health-cloudwatch.js +10 -0
  6. package/dist/components/admin/site-health/site-health-dependency-vulnerabilities.js +6 -0
  7. package/dist/components/admin/site-health/site-health-github.js +10 -0
  8. package/dist/components/admin/site-health/site-health-google-analytics.js +10 -0
  9. package/dist/components/admin/site-health/site-health-google-search-console.js +10 -0
  10. package/dist/components/admin/site-health/site-health-mock-context.js +8 -0
  11. package/dist/components/admin/site-health/site-health-on-site-seo.js +6 -0
  12. package/dist/components/admin/site-health/site-health-overview.js +6 -0
  13. package/dist/components/admin/site-health/site-health-performance.js +6 -0
  14. package/dist/components/admin/site-health/site-health-security.js +6 -0
  15. package/dist/components/admin/site-health/site-health-seo.js +6 -0
  16. package/dist/components/admin/site-health/site-health-template.js +28 -0
  17. package/dist/components/admin/site-health/site-health-uptime.js +6 -0
  18. package/dist/components/config/config.js +41 -2
  19. package/dist/components/config/config.server.js +8 -0
  20. package/dist/components/general/404.js +6 -0
  21. package/dist/components/general/accordion.js +11 -0
  22. package/dist/components/general/buzzwordbingo.js +18 -0
  23. package/dist/components/general/callout.js +65 -2
  24. package/dist/components/general/carousel.drag.js +12 -0
  25. package/dist/components/general/carousel.js +50 -0
  26. package/dist/components/general/faq-accordion.js +15 -0
  27. package/dist/components/general/global-error.js +12 -0
  28. package/dist/components/general/hero.js +13 -0
  29. package/dist/components/general/loading.js +10 -1
  30. package/dist/components/general/markdown.js +6 -0
  31. package/dist/components/general/menu-accordion.js +30 -1
  32. package/dist/components/general/menu-expando.js +24 -1
  33. package/dist/components/general/menu-simple.js +21 -0
  34. package/dist/components/general/metadata.components.js +10 -0
  35. package/dist/components/general/metadata.functions.js +1 -1
  36. package/dist/components/general/microinteractions.js +22 -0
  37. package/dist/components/general/modal.js +12 -0
  38. package/dist/components/general/nerdjoke.js +11 -1
  39. package/dist/components/general/proxy-handler.js +7 -7
  40. package/dist/components/general/recipe.js +46 -1
  41. package/dist/components/general/resume.js +82 -0
  42. package/dist/components/general/schema-blogposting.js +6 -0
  43. package/dist/components/general/schema-localbusiness.js +36 -0
  44. package/dist/components/general/schema-recipe.js +20 -0
  45. package/dist/components/general/semantic.js +178 -0
  46. package/dist/components/general/sidepanel.js +26 -0
  47. package/dist/components/general/sitemap.js +50 -0
  48. package/dist/components/general/skeleton-loading.js +10 -1
  49. package/dist/components/general/skeleton.js +15 -0
  50. package/dist/components/general/smartimage.js +48 -2
  51. package/dist/components/general/splitscroll.js +21 -10
  52. package/dist/components/general/styleguide.js +6 -0
  53. package/dist/components/general/tab.js +12 -0
  54. package/dist/components/general/table.js +12 -0
  55. package/dist/components/general/tiles.js +32 -1
  56. package/dist/components/general/timeline.js +22 -0
  57. package/dist/components/general/well-known.js +137 -0
  58. package/dist/components/integrations/calendly.js +10 -0
  59. package/dist/components/integrations/cloudinary.js +16 -0
  60. package/dist/components/integrations/contentful.delivery.js +84 -0
  61. package/dist/components/integrations/contentful.items.components.js +46 -0
  62. package/dist/components/integrations/contentful.management.js +25 -25
  63. package/dist/components/integrations/flickr.js +34 -0
  64. package/dist/components/integrations/google.reviews.components.js +14 -0
  65. package/dist/components/integrations/googleanalytics.js +14 -0
  66. package/dist/components/integrations/googlemap.js +20 -0
  67. package/dist/components/integrations/googlesearch.js +6 -0
  68. package/dist/components/integrations/gravatar.components.js +59 -0
  69. package/dist/components/integrations/hubspot.components.js +30 -0
  70. package/dist/components/integrations/instagram.components.js +18 -0
  71. package/dist/components/integrations/lipsum.js +45 -0
  72. package/dist/components/integrations/loremipsum.js +12 -0
  73. package/dist/components/integrations/socialcard.js +20 -1
  74. package/dist/components/integrations/wordpress.components.js +40 -0
  75. package/dist/components/integrations/wordpress.functions.js +24 -0
  76. package/dist/components/integrations/yelp.js +8 -0
  77. package/dist/components/shoppingcart/ebay.components.js +70 -0
  78. package/dist/components/shoppingcart/ebay.functions.js +52 -0
  79. package/dist/components/shoppingcart/shoppingcart.components.js +89 -0
  80. package/dist/components/sitebuilder/config/CompoundFontSelector.js +32 -0
  81. package/dist/components/sitebuilder/config/ConfigBuilder.js +8 -0
  82. package/dist/components/sitebuilder/config/FontSelector.js +40 -0
  83. package/dist/components/sitebuilder/form/formbuilder.js +10 -1
  84. package/dist/components/sitebuilder/form/formcomponents.js +325 -6
  85. package/dist/components/sitebuilder/form/formengine.js +35 -1
  86. package/dist/components/sitebuilder/form/formextractor.js +33 -1
  87. package/dist/components/sitebuilder/form/formutils.js +0 -4
  88. package/dist/components/sitebuilder/form/formvalidator.js +6 -0
  89. package/dist/components/sitebuilder/page/components/ComponentPropertiesForm.js +8 -0
  90. package/dist/components/sitebuilder/page/components/ComponentSelector.js +10 -0
  91. package/dist/components/sitebuilder/page/components/ComponentTree.js +20 -0
  92. package/dist/components/sitebuilder/page/components/PageBuilderUI.js +6 -0
  93. package/dist/components/sitebuilder/page/components/PageEngine.js +20 -0
  94. package/dist/components/sitebuilder/page/components/SaveLoadSection.js +10 -0
  95. package/dist/components/sitebuilder/page/lib/pageStorageContentful.js +4 -4
  96. package/dist/config/pixelated.config.json.enc +1 -1
  97. package/dist/index.js +1 -1
  98. package/dist/index.server.js +4 -4
  99. package/dist/scripts/pixelated-eslint-plugin.js +105 -1
  100. package/dist/scripts/release.sh +12 -21
  101. package/dist/types/components/admin/componentusage/componentAnalysis.d.ts +2 -5
  102. package/dist/types/components/admin/componentusage/componentAnalysis.d.ts.map +1 -1
  103. package/dist/types/components/admin/deploy/deployment.integration.d.ts +1 -5
  104. package/dist/types/components/admin/deploy/deployment.integration.d.ts.map +1 -1
  105. package/dist/types/components/admin/site-health/site-health-accessibility.d.ts +1 -0
  106. package/dist/types/components/admin/site-health/site-health-accessibility.d.ts.map +1 -1
  107. package/dist/types/components/admin/site-health/site-health-axe-core.d.ts +1 -0
  108. package/dist/types/components/admin/site-health/site-health-axe-core.d.ts.map +1 -1
  109. package/dist/types/components/admin/site-health/site-health-cloudwatch.d.ts +3 -0
  110. package/dist/types/components/admin/site-health/site-health-cloudwatch.d.ts.map +1 -1
  111. package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts +1 -0
  112. package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts.map +1 -1
  113. package/dist/types/components/admin/site-health/site-health-github.d.ts +3 -0
  114. package/dist/types/components/admin/site-health/site-health-github.d.ts.map +1 -1
  115. package/dist/types/components/admin/site-health/site-health-github.integration.d.ts +1 -11
  116. package/dist/types/components/admin/site-health/site-health-github.integration.d.ts.map +1 -1
  117. package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts +3 -0
  118. package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts.map +1 -1
  119. package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts +3 -0
  120. package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts.map +1 -1
  121. package/dist/types/components/admin/site-health/site-health-mock-context.d.ts +8 -0
  122. package/dist/types/components/admin/site-health/site-health-mock-context.d.ts.map +1 -1
  123. package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts +1 -0
  124. package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts.map +1 -1
  125. package/dist/types/components/admin/site-health/site-health-overview.d.ts +1 -0
  126. package/dist/types/components/admin/site-health/site-health-overview.d.ts.map +1 -1
  127. package/dist/types/components/admin/site-health/site-health-performance.d.ts +1 -0
  128. package/dist/types/components/admin/site-health/site-health-performance.d.ts.map +1 -1
  129. package/dist/types/components/admin/site-health/site-health-security.d.ts +1 -0
  130. package/dist/types/components/admin/site-health/site-health-security.d.ts.map +1 -1
  131. package/dist/types/components/admin/site-health/site-health-seo.d.ts +1 -0
  132. package/dist/types/components/admin/site-health/site-health-seo.d.ts.map +1 -1
  133. package/dist/types/components/admin/site-health/site-health-template.d.ts +12 -0
  134. package/dist/types/components/admin/site-health/site-health-template.d.ts.map +1 -1
  135. package/dist/types/components/admin/site-health/site-health-uptime.d.ts +1 -0
  136. package/dist/types/components/admin/site-health/site-health-uptime.d.ts.map +1 -1
  137. package/dist/types/components/admin/sites/sites.integration.d.ts +7 -1
  138. package/dist/types/components/admin/sites/sites.integration.d.ts.map +1 -1
  139. package/dist/types/components/config/config.d.ts.map +1 -1
  140. package/dist/types/components/config/config.server.d.ts +2 -0
  141. package/dist/types/components/config/config.server.d.ts.map +1 -1
  142. package/dist/types/components/config/config.types.d.ts +2 -2
  143. package/dist/types/components/config/config.types.d.ts.map +1 -1
  144. package/dist/types/components/general/404.d.ts +1 -0
  145. package/dist/types/components/general/404.d.ts.map +1 -1
  146. package/dist/types/components/general/accordion.d.ts +2 -0
  147. package/dist/types/components/general/accordion.d.ts.map +1 -1
  148. package/dist/types/components/general/buzzwordbingo.d.ts +3 -0
  149. package/dist/types/components/general/buzzwordbingo.d.ts.map +1 -1
  150. package/dist/types/components/general/callout.d.ts +24 -0
  151. package/dist/types/components/general/callout.d.ts.map +1 -1
  152. package/dist/types/components/general/carousel.d.ts +13 -0
  153. package/dist/types/components/general/carousel.d.ts.map +1 -1
  154. package/dist/types/components/general/carousel.drag.d.ts +4 -0
  155. package/dist/types/components/general/carousel.drag.d.ts.map +1 -1
  156. package/dist/types/components/general/faq-accordion.d.ts +5 -0
  157. package/dist/types/components/general/faq-accordion.d.ts.map +1 -1
  158. package/dist/types/components/general/global-error.d.ts +4 -0
  159. package/dist/types/components/general/global-error.d.ts.map +1 -1
  160. package/dist/types/components/general/hero.d.ts +4 -0
  161. package/dist/types/components/general/hero.d.ts.map +1 -1
  162. package/dist/types/components/general/loading.d.ts +1 -0
  163. package/dist/types/components/general/loading.d.ts.map +1 -1
  164. package/dist/types/components/general/markdown.d.ts +1 -0
  165. package/dist/types/components/general/markdown.d.ts.map +1 -1
  166. package/dist/types/components/general/menu-accordion.d.ts +7 -0
  167. package/dist/types/components/general/menu-accordion.d.ts.map +1 -1
  168. package/dist/types/components/general/menu-expando.d.ts +6 -0
  169. package/dist/types/components/general/menu-expando.d.ts.map +1 -1
  170. package/dist/types/components/general/menu-simple.d.ts +6 -0
  171. package/dist/types/components/general/menu-simple.d.ts.map +1 -1
  172. package/dist/types/components/general/metadata.components.d.ts +3 -0
  173. package/dist/types/components/general/metadata.components.d.ts.map +1 -1
  174. package/dist/types/components/general/microinteractions.d.ts +9 -0
  175. package/dist/types/components/general/microinteractions.d.ts.map +1 -1
  176. package/dist/types/components/general/modal.d.ts +4 -0
  177. package/dist/types/components/general/modal.d.ts.map +1 -1
  178. package/dist/types/components/general/nerdjoke.d.ts +2 -0
  179. package/dist/types/components/general/nerdjoke.d.ts.map +1 -1
  180. package/dist/types/components/general/proxy-handler.d.ts +7 -7
  181. package/dist/types/components/general/proxy-handler.d.ts.map +1 -1
  182. package/dist/types/components/general/recipe.d.ts +13 -0
  183. package/dist/types/components/general/recipe.d.ts.map +1 -1
  184. package/dist/types/components/general/resume.d.ts +21 -0
  185. package/dist/types/components/general/resume.d.ts.map +1 -1
  186. package/dist/types/components/general/schema-blogposting.d.ts +1 -0
  187. package/dist/types/components/general/schema-blogposting.d.ts.map +1 -1
  188. package/dist/types/components/general/schema-localbusiness.d.ts +16 -0
  189. package/dist/types/components/general/schema-localbusiness.d.ts.map +1 -1
  190. package/dist/types/components/general/schema-recipe.d.ts +1 -0
  191. package/dist/types/components/general/schema-recipe.d.ts.map +1 -1
  192. package/dist/types/components/general/semantic.d.ts +67 -0
  193. package/dist/types/components/general/semantic.d.ts.map +1 -1
  194. package/dist/types/components/general/sidepanel.d.ts +11 -0
  195. package/dist/types/components/general/sidepanel.d.ts.map +1 -1
  196. package/dist/types/components/general/sitemap.d.ts +19 -0
  197. package/dist/types/components/general/sitemap.d.ts.map +1 -1
  198. package/dist/types/components/general/skeleton-loading.d.ts +3 -6
  199. package/dist/types/components/general/skeleton-loading.d.ts.map +1 -1
  200. package/dist/types/components/general/skeleton.d.ts +5 -0
  201. package/dist/types/components/general/skeleton.d.ts.map +1 -1
  202. package/dist/types/components/general/smartimage.d.ts +22 -0
  203. package/dist/types/components/general/smartimage.d.ts.map +1 -1
  204. package/dist/types/components/general/splitscroll.d.ts +18 -40
  205. package/dist/types/components/general/splitscroll.d.ts.map +1 -1
  206. package/dist/types/components/general/styleguide.d.ts +1 -0
  207. package/dist/types/components/general/styleguide.d.ts.map +1 -1
  208. package/dist/types/components/general/tab.d.ts +4 -0
  209. package/dist/types/components/general/tab.d.ts.map +1 -1
  210. package/dist/types/components/general/table.d.ts +4 -0
  211. package/dist/types/components/general/table.d.ts.map +1 -1
  212. package/dist/types/components/general/tiles.d.ts +12 -1
  213. package/dist/types/components/general/tiles.d.ts.map +1 -1
  214. package/dist/types/components/general/timeline.d.ts +5 -0
  215. package/dist/types/components/general/timeline.d.ts.map +1 -1
  216. package/dist/types/components/general/well-known.d.ts +56 -0
  217. package/dist/types/components/general/well-known.d.ts.map +1 -0
  218. package/dist/types/components/integrations/calendly.d.ts +3 -0
  219. package/dist/types/components/integrations/calendly.d.ts.map +1 -1
  220. package/dist/types/components/integrations/cloudinary.d.ts +4 -0
  221. package/dist/types/components/integrations/cloudinary.d.ts.map +1 -1
  222. package/dist/types/components/integrations/contentful.delivery.d.ts +22 -0
  223. package/dist/types/components/integrations/contentful.delivery.d.ts.map +1 -1
  224. package/dist/types/components/integrations/contentful.items.components.d.ts +10 -0
  225. package/dist/types/components/integrations/contentful.items.components.d.ts.map +1 -1
  226. package/dist/types/components/integrations/contentful.management.d.ts +1 -5
  227. package/dist/types/components/integrations/contentful.management.d.ts.map +1 -1
  228. package/dist/types/components/integrations/flickr.d.ts +11 -0
  229. package/dist/types/components/integrations/flickr.d.ts.map +1 -1
  230. package/dist/types/components/integrations/google.reviews.components.d.ts +5 -0
  231. package/dist/types/components/integrations/google.reviews.components.d.ts.map +1 -1
  232. package/dist/types/components/integrations/googleanalytics.d.ts +3 -0
  233. package/dist/types/components/integrations/googleanalytics.d.ts.map +1 -1
  234. package/dist/types/components/integrations/googlemap.d.ts +8 -0
  235. package/dist/types/components/integrations/googlemap.d.ts.map +1 -1
  236. package/dist/types/components/integrations/googlesearch.d.ts +1 -0
  237. package/dist/types/components/integrations/googlesearch.d.ts.map +1 -1
  238. package/dist/types/components/integrations/gravatar.components.d.ts +35 -0
  239. package/dist/types/components/integrations/gravatar.components.d.ts.map +1 -1
  240. package/dist/types/components/integrations/hubspot.components.d.ts +9 -0
  241. package/dist/types/components/integrations/hubspot.components.d.ts.map +1 -1
  242. package/dist/types/components/integrations/instagram.components.d.ts +7 -0
  243. package/dist/types/components/integrations/instagram.components.d.ts.map +1 -1
  244. package/dist/types/components/integrations/lipsum.d.ts +14 -0
  245. package/dist/types/components/integrations/lipsum.d.ts.map +1 -0
  246. package/dist/types/components/integrations/loremipsum.d.ts +4 -0
  247. package/dist/types/components/integrations/loremipsum.d.ts.map +1 -1
  248. package/dist/types/components/integrations/socialcard.d.ts +4 -0
  249. package/dist/types/components/integrations/socialcard.d.ts.map +1 -1
  250. package/dist/types/components/integrations/wordpress.components.d.ts +14 -0
  251. package/dist/types/components/integrations/wordpress.components.d.ts.map +1 -1
  252. package/dist/types/components/integrations/wordpress.functions.d.ts +6 -0
  253. package/dist/types/components/integrations/wordpress.functions.d.ts.map +1 -1
  254. package/dist/types/components/integrations/yelp.d.ts +2 -0
  255. package/dist/types/components/integrations/yelp.d.ts.map +1 -1
  256. package/dist/types/components/shoppingcart/ebay.components.d.ts +15 -0
  257. package/dist/types/components/shoppingcart/ebay.components.d.ts.map +1 -1
  258. package/dist/types/components/shoppingcart/ebay.functions.d.ts +14 -2
  259. package/dist/types/components/shoppingcart/ebay.functions.d.ts.map +1 -1
  260. package/dist/types/components/shoppingcart/paypal.d.ts.map +1 -1
  261. package/dist/types/components/shoppingcart/shoppingcart.components.d.ts +30 -0
  262. package/dist/types/components/shoppingcart/shoppingcart.components.d.ts.map +1 -1
  263. package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts +20 -12
  264. package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts.map +1 -1
  265. package/dist/types/components/sitebuilder/config/CompoundFontSelector.d.ts +12 -0
  266. package/dist/types/components/sitebuilder/config/CompoundFontSelector.d.ts.map +1 -1
  267. package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts +2 -0
  268. package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts.map +1 -1
  269. package/dist/types/components/sitebuilder/config/FontSelector.d.ts +16 -0
  270. package/dist/types/components/sitebuilder/config/FontSelector.d.ts.map +1 -1
  271. package/dist/types/components/sitebuilder/form/formbuilder.d.ts +5 -1
  272. package/dist/types/components/sitebuilder/form/formbuilder.d.ts.map +1 -1
  273. package/dist/types/components/sitebuilder/form/formcomponents.d.ts +129 -0
  274. package/dist/types/components/sitebuilder/form/formcomponents.d.ts.map +1 -1
  275. package/dist/types/components/sitebuilder/form/formengine.d.ts +5 -0
  276. package/dist/types/components/sitebuilder/form/formengine.d.ts.map +1 -1
  277. package/dist/types/components/sitebuilder/form/formextractor.d.ts +6 -0
  278. package/dist/types/components/sitebuilder/form/formextractor.d.ts.map +1 -1
  279. package/dist/types/components/sitebuilder/form/formutils.d.ts +0 -2
  280. package/dist/types/components/sitebuilder/form/formutils.d.ts.map +1 -1
  281. package/dist/types/components/sitebuilder/form/formvalidator.d.ts +1 -0
  282. package/dist/types/components/sitebuilder/form/formvalidator.d.ts.map +1 -1
  283. package/dist/types/components/sitebuilder/page/components/ComponentPropertiesForm.d.ts +2 -0
  284. package/dist/types/components/sitebuilder/page/components/ComponentPropertiesForm.d.ts.map +1 -1
  285. package/dist/types/components/sitebuilder/page/components/ComponentSelector.d.ts +3 -0
  286. package/dist/types/components/sitebuilder/page/components/ComponentSelector.d.ts.map +1 -1
  287. package/dist/types/components/sitebuilder/page/components/ComponentTree.d.ts +8 -0
  288. package/dist/types/components/sitebuilder/page/components/ComponentTree.d.ts.map +1 -1
  289. package/dist/types/components/sitebuilder/page/components/PageBuilderUI.d.ts +1 -0
  290. package/dist/types/components/sitebuilder/page/components/PageBuilderUI.d.ts.map +1 -1
  291. package/dist/types/components/sitebuilder/page/components/PageEngine.d.ts +8 -0
  292. package/dist/types/components/sitebuilder/page/components/PageEngine.d.ts.map +1 -1
  293. package/dist/types/components/sitebuilder/page/components/SaveLoadSection.d.ts +3 -0
  294. package/dist/types/components/sitebuilder/page/components/SaveLoadSection.d.ts.map +1 -1
  295. package/dist/types/components/sitebuilder/page/lib/pageStorageContentful.d.ts +1 -1
  296. package/dist/types/components/sitebuilder/page/lib/pageStorageContentful.d.ts.map +1 -1
  297. package/dist/types/index.d.ts +1 -1
  298. package/dist/types/index.server.d.ts +4 -4
  299. package/dist/types/scripts/pixelated-eslint-plugin.d.ts +36 -0
  300. package/dist/types/stories/general/skeleton-loading.stories.d.ts +1 -1
  301. package/dist/types/stories/general/skeleton-loading.stories.d.ts.map +1 -1
  302. package/dist/types/stories/integrations/lipsum.stories.d.ts +38 -0
  303. package/dist/types/stories/integrations/lipsum.stories.d.ts.map +1 -0
  304. package/dist/types/stories/shoppingcart/shoppingcart.stories.d.ts +3 -1
  305. package/dist/types/stories/shoppingcart/shoppingcart.stories.d.ts.map +1 -1
  306. package/dist/types/tests/args.test.d.ts +2 -0
  307. package/dist/types/tests/args.test.d.ts.map +1 -0
  308. package/dist/types/tests/lipsum.test.d.ts +2 -0
  309. package/dist/types/tests/lipsum.test.d.ts.map +1 -0
  310. package/dist/types/tests/securitytxt.test.d.ts +2 -0
  311. package/dist/types/tests/securitytxt.test.d.ts.map +1 -0
  312. package/dist/types/tests/storybook-docgen.test.d.ts +2 -0
  313. package/dist/types/tests/storybook-docgen.test.d.ts.map +1 -0
  314. package/package.json +17 -14
  315. package/dist/components/config/config.utils.js +0 -52
  316. package/dist/components/general/humanstxt.js +0 -81
  317. package/dist/types/components/config/config.utils.d.ts +0 -6
  318. package/dist/types/components/config/config.utils.d.ts.map +0 -1
  319. package/dist/types/components/general/humanstxt.d.ts +0 -37
  320. package/dist/types/components/general/humanstxt.d.ts.map +0 -1
@@ -4,10 +4,15 @@ export type FAQAccordionType = InferProps<typeof FAQAccordion.propTypes>;
4
4
  export declare function FAQAccordion({ faqsData }: FAQAccordionType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace FAQAccordion {
6
6
  var propTypes: {
7
+ /** FAQ data wrapper object; should contain mainEntity array. */
7
8
  faqsData: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
9
+ /** Array of FAQ objects to render as accordion items. */
8
10
  mainEntity: PropTypes.Requireable<(PropTypes.InferProps<{
11
+ /** Question text/title. */
9
12
  name: PropTypes.Requireable<string>;
13
+ /** Category key for grouping or icons. */
10
14
  category: PropTypes.Requireable<string>;
15
+ /** Accepted answer object with text or list of paragraphs. */
11
16
  acceptedAnswer: PropTypes.Requireable<PropTypes.InferProps<{
12
17
  text: PropTypes.Requireable<NonNullable<string | (string | null | undefined)[] | null | undefined>>;
13
18
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"faq-accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/general/faq-accordion.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,qBAAqB,CAAC;AA+B7B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CAuF1D;yBAvFe,YAAY"}
1
+ {"version":3,"file":"faq-accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/general/faq-accordion.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,qBAAqB,CAAC;AA8C7B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CAuF1D;yBAvFe,YAAY;;QArB3B,gEAAgE;;YAE/D,yDAAyD;;gBAGvD,2BAA2B;;gBAE3B,0CAA0C;;gBAE1C,8DAA8D"}
@@ -4,9 +4,13 @@ export type GlobalErrorUIType = InferProps<typeof GlobalErrorUI.propTypes>;
4
4
  export declare function GlobalErrorUI({ error, reset, siteInfo, className }: GlobalErrorUIType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace GlobalErrorUI {
6
6
  var propTypes: {
7
+ /** Error object; message and stack will be shown when details are expanded. */
7
8
  error: PropTypes.Requireable<any>;
9
+ /** Optional retry/reset function called when the user clicks 'Try again'. */
8
10
  reset: PropTypes.Requireable<(...args: any[]) => any>;
11
+ /** Optional site information (used to build a contact mailto link when an email is available). */
9
12
  siteInfo: PropTypes.Requireable<object>;
13
+ /** Additional class names to apply to the component root. */
10
14
  className: PropTypes.Requireable<string>;
11
15
  };
12
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"global-error.d.ts","sourceRoot":"","sources":["../../../../src/components/general/global-error.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,oBAAoB,CAAC;AAQ5B,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,EAAE,KAAY,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAc,EAAE,EAAG,iBAAiB,2CA2ClG;yBA3Ce,aAAa"}
1
+ {"version":3,"file":"global-error.d.ts","sourceRoot":"","sources":["../../../../src/components/general/global-error.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,oBAAoB,CAAC;AAoB5B,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,EAAE,KAAY,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAc,EAAE,EAAG,iBAAiB,2CA2ClG;yBA3Ce,aAAa;;QAV5B,+EAA+E;;QAE/E,6EAA6E;;QAE7E,kGAAkG;;QAElG,6DAA6D"}
@@ -4,9 +4,13 @@ export type HeroType = InferProps<typeof Hero.propTypes>;
4
4
  export declare function Hero({ img, /* imgAlt, */ variant, height, children }: HeroType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace Hero {
6
6
  var propTypes: {
7
+ /** Background image URL (required) */
7
8
  img: PropTypes.Validator<string>;
9
+ /** Layout variant: 'static' or 'anchored' */
8
10
  variant: PropTypes.Requireable<string>;
11
+ /** Height for hero section (string like '60vh' or number) */
9
12
  height: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
13
+ /** Child nodes to render over the background */
10
14
  children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
11
15
  };
12
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"hero.d.ts","sourceRoot":"","sources":["../../../../src/components/general/hero.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,YAAY,CAAC;AASpB,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;AACzD,wBAAgB,IAAI,CAAC,EAAE,GAAG,EAAE,aAAa,CAAC,OAAkB,EAAE,MAAe,EAAE,QAAQ,EAAE,EAAE,QAAQ,2CASlG;yBATe,IAAI"}
1
+ {"version":3,"file":"hero.d.ts","sourceRoot":"","sources":["../../../../src/components/general/hero.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,YAAY,CAAC;AAsBpB,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;AACzD,wBAAgB,IAAI,CAAC,EAAE,GAAG,EAAE,aAAa,CAAC,OAAkB,EAAE,MAAe,EAAE,QAAQ,EAAE,EAAE,QAAQ,2CASlG;yBATe,IAAI;;QAXnB,sCAAsC;;QAGtC,6CAA6C;;QAE7C,6DAA6D;;QAE7D,gDAAgD"}
@@ -9,6 +9,7 @@ export type ToggleLoadingType = InferProps<typeof ToggleLoading.propTypes>;
9
9
  export declare function ToggleLoading(props: ToggleLoadingType): void;
10
10
  export declare namespace ToggleLoading {
11
11
  var propTypes: {
12
+ /** When true shows the global loading spinner; false hides it; omitted toggles the current state. */
12
13
  show: PropTypes.Requireable<boolean>;
13
14
  };
14
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../../src/components/general/loading.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,gBAAgB,CAAC;AAUxB,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,SAAS,CAAC,CAAC;AAC/D,wBAAgB,OAAO,CAAC,KAAK,EAAE,WAAW,2CAqBzC;yBArBe,OAAO;;;AA0BvB,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,QAkBrD;yBAlBe,aAAa"}
1
+ {"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../../src/components/general/loading.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,gBAAgB,CAAC;AAmBxB,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,SAAS,CAAC,CAAC;AAC/D,wBAAgB,OAAO,CAAC,KAAK,EAAE,WAAW,2CAqBzC;yBArBe,OAAO;;;AA2BvB,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,QAkBrD;yBAlBe,aAAa;;QAJ7B,qGAAqG"}
@@ -4,6 +4,7 @@ export type MarkdownType = InferProps<typeof Markdown.propTypes>;
4
4
  export declare function Markdown(props: MarkdownType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace Markdown {
6
6
  var propTypes: {
7
+ /** Markdown input (string) to render */
7
8
  markdowndata: PropTypes.Validator<string>;
8
9
  };
9
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"markdown.d.ts","sourceRoot":"","sources":["../../../../src/components/general/markdown.tsx"],"names":[],"mappings":"AAMA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,gBAAgB,CAAC;AAMxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE,YAAY,2CAqC3C;yBArCe,QAAQ"}
1
+ {"version":3,"file":"markdown.d.ts","sourceRoot":"","sources":["../../../../src/components/general/markdown.tsx"],"names":[],"mappings":"AAMA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,gBAAgB,CAAC;AAYxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE,YAAY,2CAqC3C;yBArCe,QAAQ;;QAJvB,wCAAwC"}
@@ -10,6 +10,7 @@ export type MenuAccordionType = InferProps<typeof MenuAccordion.propTypes>;
10
10
  export declare function MenuAccordion(props: MenuAccordionType): import("react/jsx-runtime").JSX.Element;
11
11
  export declare namespace MenuAccordion {
12
12
  var propTypes: {
13
+ /** Array of menu items (can contain nested `routes`) */
13
14
  menuItems: PropTypes.Validator<(PropTypes.InferProps<{
14
15
  name: PropTypes.Validator<string>;
15
16
  path: PropTypes.Requireable<string>;
@@ -17,6 +18,7 @@ export declare namespace MenuAccordion {
17
18
  routes: PropTypes.Requireable<any[]>;
18
19
  hidden: PropTypes.Requireable<boolean>;
19
20
  }> | null | undefined)[]>;
21
+ /** Show items marked `hidden` */
20
22
  showHidden: PropTypes.Requireable<boolean>;
21
23
  };
22
24
  }
@@ -24,6 +26,7 @@ export type MenuAccordionGroupType = InferProps<typeof MenuAccordionGroup.propTy
24
26
  export declare function MenuAccordionGroup(props: MenuAccordionGroupType): import("react/jsx-runtime").JSX.Element;
25
27
  export declare namespace MenuAccordionGroup {
26
28
  var propTypes: {
29
+ /** Menu item or array of menu items (routes) */
27
30
  menuItems: PropTypes.Validator<NonNullable<NonNullable<PropTypes.InferProps<{
28
31
  name: PropTypes.Validator<string>;
29
32
  path: PropTypes.Requireable<string>;
@@ -37,6 +40,7 @@ export declare namespace MenuAccordionGroup {
37
40
  routes: PropTypes.Requireable<any[]>;
38
41
  hidden: PropTypes.Requireable<boolean>;
39
42
  }> | null | undefined)[] | null | undefined>>>;
43
+ /** Visibility state 'hide' | 'show' */
40
44
  state: PropTypes.Requireable<string>;
41
45
  };
42
46
  }
@@ -44,8 +48,11 @@ export type MenuAccordionItemType = InferProps<typeof MenuAccordionItem.propType
44
48
  export declare function MenuAccordionItem(props: MenuAccordionItemType): import("react/jsx-runtime").JSX.Element;
45
49
  export declare namespace MenuAccordionItem {
46
50
  var propTypes: {
51
+ /** Display text for the menu item */
47
52
  name: PropTypes.Validator<string>;
53
+ /** Link href (or empty string for toggle items) */
48
54
  href: PropTypes.Validator<string>;
55
+ /** Optional link target attribute */
49
56
  target: PropTypes.Requireable<string>;
50
57
  };
51
58
  }
@@ -1 +1 @@
1
- {"version":3,"file":"menu-accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/general/menu-accordion.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,sBAAsB,CAAC;AAI9B,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,QAAQ,EAAE,MAAM,IAAI,CAAC;KACrB;CACD;AAUD,MAAM,MAAM,QAAQ,GAAG,iBAAiB,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;AAqCzD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAyGrD;yBAzGe,aAAa;;;;;;;;;;;;AAuH7B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,2CAO/D;yBAPe,kBAAkB;;;;;;;;;;;;;;;;;;AAkBlC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAQ7D;yBARe,iBAAiB;;;;;;;AAmBjC,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,2CAkBjE;yBAlBe,mBAAmB"}
1
+ {"version":3,"file":"menu-accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/general/menu-accordion.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,sBAAsB,CAAC;AAI9B,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,QAAQ,EAAE,MAAM,IAAI,CAAC;KACrB;CACD;AAUD,MAAM,MAAM,QAAQ,GAAG,iBAAiB,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;AA6CzD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAyGrD;yBAzGe,aAAa;;QAN7B,wDAAwD;;;;;;;;QAEvD,iCAAiC;;;;AAmIlC,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,2CAO/D;yBAPe,kBAAkB;;QATlC,gDAAgD;;;;;;;;;;;;;;QAK/C,uCAAuC;;;;AAgCxC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAQ7D;yBARe,iBAAiB;;QARjC,qCAAqC;;QAEpC,mDAAmD;;QAEnD,qCAAqC;;;;AA4BtC,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,2CAkBjE;yBAlBe,mBAAmB"}
@@ -4,11 +4,15 @@ export type MenuExpandoType = InferProps<typeof MenuExpando.propTypes>;
4
4
  export declare function MenuExpando(props: MenuExpandoType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace MenuExpando {
6
6
  var propTypes: {
7
+ /** Menu items can be provided as { name: href } or as an array of items with optional nested routes. */
7
8
  menuItems: PropTypes.Validator<NonNullable<NonNullable<{
8
9
  [x: string]: string | null | undefined;
9
10
  } | (PropTypes.InferProps<{
11
+ /** Menu item display name */
10
12
  name: PropTypes.Validator<string>;
13
+ /** Href/path for the menu item */
11
14
  path: PropTypes.Validator<string>;
15
+ /** Optional nested routes (array of route objects) */
12
16
  routes: PropTypes.Requireable<any[]>;
13
17
  }> | null | undefined)[] | null | undefined>>>;
14
18
  };
@@ -17,7 +21,9 @@ export type MenuExpandoItemType = InferProps<typeof MenuExpandoItem.propTypes>;
17
21
  export declare function MenuExpandoItem(props: MenuExpandoItemType): import("react/jsx-runtime").JSX.Element;
18
22
  export declare namespace MenuExpandoItem {
19
23
  var propTypes: {
24
+ /** Display text for the menu item. */
20
25
  name: PropTypes.Validator<string>;
26
+ /** Href or path for the menu item. */
21
27
  href: PropTypes.Validator<string>;
22
28
  };
23
29
  }
@@ -1 +1 @@
1
- {"version":3,"file":"menu-expando.d.ts","sourceRoot":"","sources":["../../../../src/components/general/menu-expando.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,oBAAoB,CAAC;AAY5B,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,KAAK,EAAE,eAAe,2CAqJjD;yBArJe,WAAW;;;;;;;;;;;AA2J3B,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAIzD;yBAJe,eAAe;;;;;;AAQ/B,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CA4B7D;yBA5Be,iBAAiB"}
1
+ {"version":3,"file":"menu-expando.d.ts","sourceRoot":"","sources":["../../../../src/components/general/menu-expando.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,oBAAoB,CAAC;AAwB5B,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,KAAK,EAAE,eAAe,2CAqJjD;yBArJe,WAAW;;QAd3B,wGAAwG;;;;YAIrG,6BAA6B;;YAE7B,kCAAkC;;YAElC,sDAAsD;;;;;AAyKzD,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAIzD;yBAJe,eAAe;;QAN/B,sCAAsC;;QAErC,sCAAsC;;;;AAevC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CA4B7D;yBA5Be,iBAAiB"}
@@ -4,6 +4,7 @@ export type MenuSimpleType = InferProps<typeof MenuSimple.propTypes>;
4
4
  export declare function MenuSimple(props: MenuSimpleType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace MenuSimple {
6
6
  var propTypes: {
7
+ /** Array of menu items to render (flat list). */
7
8
  menuItems: PropTypes.Validator<(PropTypes.InferProps<{
8
9
  name: PropTypes.Validator<string>;
9
10
  path: PropTypes.Requireable<string>;
@@ -17,10 +18,15 @@ export type MenuSimpleItemType = InferProps<typeof MenuSimpleItem.propTypes>;
17
18
  export declare function MenuSimpleItem(props: MenuSimpleItemType): import("react/jsx-runtime").JSX.Element;
18
19
  export declare namespace MenuSimpleItem {
19
20
  var propTypes: {
21
+ /** Display text for the item */
20
22
  name: PropTypes.Validator<string>;
23
+ /** Destination href or path */
21
24
  path: PropTypes.Validator<string>;
25
+ /** Optional link target */
22
26
  target: PropTypes.Requireable<string>;
27
+ /** When true, the item is hidden */
23
28
  hidden: PropTypes.Requireable<boolean>;
29
+ /** Optional nested routes (ignored by this renderer) */
24
30
  routes: PropTypes.Requireable<any[]>;
25
31
  };
26
32
  }
@@ -1 +1 @@
1
- {"version":3,"file":"menu-simple.d.ts","sourceRoot":"","sources":["../../../../src/components/general/menu-simple.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,mBAAmB,CAAC;AAa3B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAuC/C;yBAvCe,UAAU;;;;;;;;;;;AAmD1B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAavD;yBAbe,cAAc"}
1
+ {"version":3,"file":"menu-simple.d.ts","sourceRoot":"","sources":["../../../../src/components/general/menu-simple.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,mBAAmB,CAAC;AAmB3B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAwC/C;yBAxCe,UAAU;;QAJ1B,iDAAiD;;;;;;;;;;AAsEjD,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAavD;yBAbe,cAAc;;QAZ9B,gCAAgC;;QAE/B,+BAA+B;;QAE/B,2BAA2B;;QAE3B,oCAAoC;;QAEpC,wDAAwD"}
@@ -3,8 +3,11 @@ export type SetClientMetadataType = InferProps<typeof setClientMetadata.propType
3
3
  export declare function setClientMetadata(props: SetClientMetadataType): void;
4
4
  export declare namespace setClientMetadata {
5
5
  var propTypes: {
6
+ /** Title to set as document.title and og:title. */
6
7
  title: PropTypes.Validator<string>;
8
+ /** Meta description text applied to several description tags. */
7
9
  description: PropTypes.Validator<string>;
10
+ /** Comma-separated keywords string applied to meta[name='keywords']. */
8
11
  keywords: PropTypes.Validator<string>;
9
12
  };
10
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"metadata.components.d.ts","sourceRoot":"","sources":["../../../../src/components/general/metadata.components.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAQnD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,QAQ7D;yBARe,iBAAiB"}
1
+ {"version":3,"file":"metadata.components.d.ts","sourceRoot":"","sources":["../../../../src/components/general/metadata.components.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAkBnD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,QAQ7D;yBARe,iBAAiB;;QARjC,mDAAmD;;QAElD,iEAAiE;;QAEjE,wEAAwE"}
@@ -4,14 +4,23 @@ export type MicroInteractionsType = InferProps<typeof MicroInteractions.propType
4
4
  export declare function MicroInteractions(props: MicroInteractionsType): (() => void) | undefined;
5
5
  export declare namespace MicroInteractions {
6
6
  var propTypes: {
7
+ /** Enable ring animation on buttons. */
7
8
  buttonring: PropTypes.Requireable<boolean>;
9
+ /** Enable pulse animation on cart icon or similar. */
8
10
  cartpulse: PropTypes.Requireable<boolean>;
11
+ /** Enable glow effects on focused form elements. */
9
12
  formglow: PropTypes.Requireable<boolean>;
13
+ /** Enable grayscale hover-to-color transitions on elements. */
10
14
  grayscalehover: PropTypes.Requireable<boolean>;
15
+ /** Enable scale-up animation on image hover. */
11
16
  imgscale: PropTypes.Requireable<boolean>;
17
+ /** Enable slight twist/rotation on image hover. */
12
18
  imgtwist: PropTypes.Requireable<boolean>;
19
+ /** Enable hue-shift color changes on hover. */
13
20
  imghue: PropTypes.Requireable<boolean>;
21
+ /** Toggle simplified menu button interactions. */
14
22
  simplemenubutton: PropTypes.Requireable<boolean>;
23
+ /** Selector for elements that should receive the scroll-fade animation. */
15
24
  scrollfadeElements: PropTypes.Requireable<string>;
16
25
  };
17
26
  }
@@ -1 +1 @@
1
- {"version":3,"file":"microinteractions.d.ts","sourceRoot":"","sources":["../../../../src/components/general/microinteractions.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,yBAAyB,CAAC;AAsBjC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,4BAgB7D;yBAhBe,iBAAiB"}
1
+ {"version":3,"file":"microinteractions.d.ts","sourceRoot":"","sources":["../../../../src/components/general/microinteractions.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,yBAAyB,CAAC;AA4CjC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,4BAgB7D;yBAhBe,iBAAiB;;QApBjC,wCAAwC;;QAEvC,sDAAsD;;QAEtD,oDAAoD;;QAEpD,+DAA+D;;QAE/D,gDAAgD;;QAEhD,mDAAmD;;QAEnD,+CAA+C;;QAE/C,kDAAkD;;QAElD,2EAA2E"}
@@ -4,9 +4,13 @@ export type ModalType = InferProps<typeof Modal.propTypes>;
4
4
  export declare function Modal({ modalContent, modalID, isOpen, handleCloseEvent }: ModalType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace Modal {
6
6
  var propTypes: {
7
+ /** Content rendered inside the modal dialog. */
7
8
  modalContent: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
9
+ /** Optional id suffix for the modal; used for legacy DOM-style open/close helpers. */
8
10
  modalID: PropTypes.Requireable<string>;
11
+ /** Flag indicating whether the modal is visible. */
9
12
  isOpen: PropTypes.Requireable<boolean>;
13
+ /** Optional close callback invoked by escape key, overlay click, or controls. */
10
14
  handleCloseEvent: PropTypes.Requireable<(...args: any[]) => any>;
11
15
  };
12
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../src/components/general/modal.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,aAAa,CAAC;AAYrB,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,SAAS,CAAC,CAAC;AAC3D,wBAAgB,KAAK,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE,MAAc,EAAE,gBAAgB,EAAE,EAAE,SAAS,2CA8F3F;yBA9Fe,KAAK;;;;;;;;AAgGrB,eAAO,MAAM,eAAe,GAAI,OAAO,UAAU,EAAE,UAAU,MAAM,SAKlE,CAAC"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../src/components/general/modal.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,aAAa,CAAC;AAwBrB,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,SAAS,CAAC,CAAC;AAC3D,wBAAgB,KAAK,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE,MAAc,EAAE,gBAAgB,EAAE,EAAE,SAAS,2CA8F3F;yBA9Fe,KAAK;;QAVrB,gDAAgD;;QAE/C,sFAAsF;;QAEtF,oDAAoD;;QAEpD,iFAAiF;;;;AAoGlF,eAAO,MAAM,eAAe,GAAI,OAAO,UAAU,EAAE,UAAU,MAAM,SAKlE,CAAC"}
@@ -10,7 +10,9 @@ export type JokeButtonType = InferProps<typeof JokeButton.propTypes>;
10
10
  declare function JokeButton(props: JokeButtonType): import("react/jsx-runtime").JSX.Element;
11
11
  declare namespace JokeButton {
12
12
  var propTypes: {
13
+ /** Click handler invoked when the button is pressed (e.g., pause or fetch next). */
13
14
  clickFunction: PropTypes.Validator<(...args: any[]) => any>;
15
+ /** Label text to render inside the button. */
14
16
  buttonText: PropTypes.Validator<string>;
15
17
  };
16
18
  }
@@ -1 +1 @@
1
- {"version":3,"file":"nerdjoke.d.ts","sourceRoot":"","sources":["../../../../src/components/general/nerdjoke.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,gBAAgB,CAAC;AAOxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE,YAAY,2CAsI3C;yBAtIe,QAAQ;;;AA8IxB,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,iBAAS,UAAU,CAAC,KAAK,EAAE,cAAc,2CASxC;kBATQ,UAAU"}
1
+ {"version":3,"file":"nerdjoke.d.ts","sourceRoot":"","sources":["../../../../src/components/general/nerdjoke.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,gBAAgB,CAAC;AAexB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE,YAAY,2CAsI3C;yBAtIe,QAAQ;;;AAgJxB,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,iBAAS,UAAU,CAAC,KAAK,EAAE,cAAc,2CASxC;kBATQ,UAAU;;QANnB,oFAAoF;;QAEnF,8CAA8C"}
@@ -1,5 +1,12 @@
1
1
  import { NextResponse } from "next/server";
2
2
  import type { NextRequest } from "next/server";
3
+ /**
4
+ * STANDARD_PROXY_MATCHER
5
+ *
6
+ * A statically analyzable matcher array for Next.js middleware.
7
+ * Excludes static assets, images, API routes, and favicons from proxy processing.
8
+ */
9
+ export declare const STANDARD_PROXY_MATCHER: string[];
3
10
  /**
4
11
  * handlePixelatedProxy
5
12
  *
@@ -9,12 +16,5 @@ import type { NextRequest } from "next/server";
9
16
  * TODO: Future enhancement - Accept an options object to allow per-site CSP overrides,
10
17
  * enabling/disabling specific permissions (e.g., camera access), or setting custom rate limits.
11
18
  */
12
- /**
13
- * STANDARD_PROXY_MATCHER
14
- *
15
- * A statically analyzable matcher array for Next.js middleware.
16
- * Excludes static assets, images, API routes, and favicons from proxy processing.
17
- */
18
- export declare const STANDARD_PROXY_MATCHER: string[];
19
19
  export declare function handlePixelatedProxy(req: NextRequest): NextResponse<unknown>;
20
20
  //# sourceMappingURL=proxy-handler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"proxy-handler.d.ts","sourceRoot":"","sources":["../../../../src/components/general/proxy-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C;;;;;;;;GAQG;AAEH;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,UAAwD,CAAC;AAE5F,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,WAAW,yBAoDpD"}
1
+ {"version":3,"file":"proxy-handler.d.ts","sourceRoot":"","sources":["../../../../src/components/general/proxy-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,UAAwD,CAAC;AAE5F;;;;;;;;GAQG;AACH,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,WAAW,yBAoDpD"}
@@ -18,9 +18,12 @@ export type RecipeBookType = InferProps<typeof RecipeBook.propTypes>;
18
18
  export declare function RecipeBook(props: RecipeBookType): import("react/jsx-runtime").JSX.Element;
19
19
  export declare namespace RecipeBook {
20
20
  var propTypes: {
21
+ /** Object containing recipe items (schema.org/Recipe objects). */
21
22
  recipeData: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
23
+ /** Array of recipe items used to render the book. */
22
24
  items: PropTypes.Validator<any[]>;
23
25
  }>>>;
26
+ /** Categories used to group recipes in the book (array of strings). */
24
27
  recipeCategories: PropTypes.Validator<any[]>;
25
28
  };
26
29
  }
@@ -28,9 +31,13 @@ export type RecipeCategoryType = InferProps<typeof RecipeCategory.propTypes>;
28
31
  export declare function RecipeCategory(props: RecipeCategoryType): import("react/jsx-runtime").JSX.Element;
29
32
  export declare namespace RecipeCategory {
30
33
  var propTypes: {
34
+ /** DOM id for the category heading. */
31
35
  id: PropTypes.Validator<string>;
36
+ /** CSS class names to apply to the heading. */
32
37
  className: PropTypes.Validator<string>;
38
+ /** Category display name. */
33
39
  category: PropTypes.Validator<string>;
40
+ /** Filter token used to show only a specific recipe or category. */
34
41
  showOnly: PropTypes.Validator<string>;
35
42
  };
36
43
  }
@@ -38,8 +45,11 @@ export type RecipeBookItemType = InferProps<typeof RecipeBookItem.propTypes>;
38
45
  export declare function RecipeBookItem(props: RecipeBookItemType): import("react/jsx-runtime").JSX.Element;
39
46
  export declare namespace RecipeBookItem {
40
47
  var propTypes: {
48
+ /** Normalized recipe data object used to render the recipe view. */
41
49
  recipeData: PropTypes.Validator<object>;
50
+ /** DOM id used for deep-linking. */
42
51
  id: PropTypes.Validator<string>;
52
+ /** Filter token used when deep-linking or scoping displayed recipes. */
43
53
  showOnly: PropTypes.Validator<string>;
44
54
  };
45
55
  }
@@ -47,8 +57,11 @@ export type RecipePickListType = InferProps<typeof RecipePickList.propTypes>;
47
57
  export declare function RecipePickList(props: RecipePickListType): import("react/jsx-runtime").JSX.Element;
48
58
  export declare namespace RecipePickList {
49
59
  var propTypes: {
60
+ /** Recipe data object containing items used to build the pick list. */
50
61
  recipeData: PropTypes.Validator<object>;
62
+ /** Array of category names for grouping recipes in the select. */
51
63
  recipeCategories: PropTypes.Validator<any[]>;
64
+ /** Change handler called with the selected recipe identifier when the pick list changes. */
52
65
  handleRecipePickListChange: PropTypes.Validator<(...args: any[]) => any>;
53
66
  };
54
67
  }
@@ -1 +1 @@
1
- {"version":3,"file":"recipe.d.ts","sourceRoot":"","sources":["../../../../src/components/general/recipe.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,cAAc,CAAC;AAetB,MAAM,MAAM,gBAAgB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,wBAAgB,wBAAwB,CAAC,YAAY,EAAE,GAAG,GAAG,gBAAgB,CAuD5E;AA8CD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAkF/C;yBAlFe,UAAU;;;;;;;;AA6F1B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAOvD;yBAPe,cAAc;;;;;;;;AAiB9B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAE,KAAK,EAAE,kBAAkB,2CA0CxD;yBA1Ce,cAAc;;;;;;;AAmD9B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CA8CvD;yBA9Ce,cAAc;;;;;;;AAkD9B,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,wBAAgB,SAAS,4CAwBxB;yBAxBe,SAAS"}
1
+ {"version":3,"file":"recipe.d.ts","sourceRoot":"","sources":["../../../../src/components/general/recipe.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,cAAc,CAAC;AAetB,MAAM,MAAM,gBAAgB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,wBAAgB,wBAAwB,CAAC,YAAY,EAAE,GAAG,GAAG,gBAAgB,CAuD5E;AAwDD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAkF/C;yBAlFe,UAAU;;QAT1B,kEAAkE;;YAEhE,qDAAqD;;;QAGtD,uEAAuE;;;;AA6GxE,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAOvD;yBAPe,cAAc;;QAV9B,uCAAuC;;QAEtC,+CAA+C;;QAE/C,6BAA6B;;QAE7B,oEAAoE;;;;AA+BrE,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAE,KAAK,EAAE,kBAAkB,2CA0CxD;yBA1Ce,cAAc;;QAR9B,oEAAoE;;QAEnE,oCAAoC;;QAEpC,wEAAwE;;;;AAiEzE,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CA8CvD;yBA9Ce,cAAc;;QAR9B,uEAAuE;;QAEtE,kEAAkE;;QAElE,4FAA4F;;;;AA0D7F,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,wBAAgB,SAAS,4CAwBxB;yBAxBe,SAAS"}
@@ -5,6 +5,7 @@ export type ResumeType = InferProps<typeof Resume.propTypes>;
5
5
  export declare function Resume(props: ResumeType): import("react/jsx-runtime").JSX.Element;
6
6
  export declare namespace Resume {
7
7
  var propTypes: {
8
+ /** Resume data object (h-resume) */
8
9
  data: PropTypes.Validator<any>;
9
10
  };
10
11
  }
@@ -12,6 +13,7 @@ export type ResumeNameType = InferProps<typeof ResumeName.propTypes>;
12
13
  export declare function ResumeName(props: ResumeNameType): import("react/jsx-runtime").JSX.Element;
13
14
  export declare namespace ResumeName {
14
15
  var propTypes: {
16
+ /** Array containing the name value(s) */
15
17
  data: PropTypes.Validator<any>;
16
18
  };
17
19
  }
@@ -19,7 +21,9 @@ export type ResumeContactType = InferProps<typeof ResumeContact.propTypes>;
19
21
  export declare function ResumeContact(props: ResumeContactType): import("react/jsx-runtime").JSX.Element;
20
22
  export declare namespace ResumeContact {
21
23
  var propTypes: {
24
+ /** Contact microformat data array */
22
25
  data: PropTypes.Validator<any>;
26
+ /** Section title */
23
27
  title: PropTypes.Validator<string>;
24
28
  };
25
29
  }
@@ -27,9 +31,13 @@ export type ResumeEventsType = InferProps<typeof ResumeEvents.propTypes>;
27
31
  export declare function ResumeEvents(props: ResumeEventsType): import("react/jsx-runtime").JSX.Element;
28
32
  export declare namespace ResumeEvents {
29
33
  var propTypes: {
34
+ /** Array of event objects (work, education, etc.) */
30
35
  data: PropTypes.Validator<any>;
36
+ /** Date format string for display */
31
37
  dateFormat: PropTypes.Validator<string>;
38
+ /** When true, events are shown inside a collapsible details element */
32
39
  collapsible: PropTypes.Requireable<boolean>;
40
+ /** Section title */
33
41
  title: PropTypes.Validator<string>;
34
42
  };
35
43
  }
@@ -37,7 +45,9 @@ export type ResumeQualificationsType = InferProps<typeof ResumeQualifications.pr
37
45
  export declare function ResumeQualifications(props: ResumeQualificationsType): import("react/jsx-runtime").JSX.Element;
38
46
  export declare namespace ResumeQualifications {
39
47
  var propTypes: {
48
+ /** Qualifications data by category */
40
49
  data: PropTypes.Validator<any>;
50
+ /** Section title */
41
51
  title: PropTypes.Validator<string>;
42
52
  };
43
53
  }
@@ -45,7 +55,9 @@ export type ResumeSkillsType = InferProps<typeof ResumeSkills.propTypes>;
45
55
  export declare function ResumeSkills(props: ResumeSkillsType): import("react/jsx-runtime").JSX.Element;
46
56
  export declare namespace ResumeSkills {
47
57
  var propTypes: {
58
+ /** Skills data (categories and lists) */
48
59
  data: PropTypes.Validator<any>;
60
+ /** Section title */
49
61
  title: PropTypes.Validator<string>;
50
62
  };
51
63
  }
@@ -53,7 +65,9 @@ export type ResumeSummaryType = InferProps<typeof ResumeSummary.propTypes>;
53
65
  export declare function ResumeSummary(props: ResumeSummaryType): import("react/jsx-runtime").JSX.Element;
54
66
  export declare namespace ResumeSummary {
55
67
  var propTypes: {
68
+ /** Summary text or paragraphs */
56
69
  data: PropTypes.Validator<any>;
70
+ /** Section title */
57
71
  title: PropTypes.Validator<string>;
58
72
  };
59
73
  }
@@ -61,8 +75,11 @@ export type ResumeReferencesType = InferProps<typeof ResumeReferences.propTypes>
61
75
  export declare function ResumeReferences(props: ResumeReferencesType): import("react/jsx-runtime").JSX.Element;
62
76
  export declare namespace ResumeReferences {
63
77
  var propTypes: {
78
+ /** Reference objects array */
64
79
  data: PropTypes.Validator<any>;
80
+ /** Section title */
65
81
  title: PropTypes.Validator<any>;
82
+ /** When true, make the section collapsible */
66
83
  collapsible: PropTypes.Requireable<boolean>;
67
84
  };
68
85
  }
@@ -70,6 +87,7 @@ export type ResumeReferenceType = InferProps<typeof ResumeReference.propTypes>;
70
87
  export declare function ResumeReference(props: ResumeReferenceType): import("react/jsx-runtime").JSX.Element;
71
88
  export declare namespace ResumeReference {
72
89
  var propTypes: {
90
+ /** Reference object with contact details */
73
91
  data: PropTypes.Validator<any>;
74
92
  };
75
93
  }
@@ -77,8 +95,11 @@ export type ResumeProjectsType = InferProps<typeof ResumeProjects.propTypes>;
77
95
  export declare function ResumeProjects(props: ResumeProjectsType): import("react/jsx-runtime").JSX.Element;
78
96
  export declare namespace ResumeProjects {
79
97
  var propTypes: {
98
+ /** Projects array */
80
99
  data: PropTypes.Validator<any>;
100
+ /** Section title */
81
101
  title: PropTypes.Validator<any>;
102
+ /** When true, make the section collapsible */
82
103
  collapsible: PropTypes.Requireable<boolean>;
83
104
  };
84
105
  }
@@ -1 +1 @@
1
- {"version":3,"file":"resume.d.ts","sourceRoot":"","sources":["../../../../src/components/general/resume.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,+BAA+B,CAAC;AACvC,OAAO,cAAc,CAAC;AAkCtB,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,SAAS,CAAC,CAAC;AAC7D,wBAAgB,MAAM,CAAE,KAAK,EAAE,UAAU,2CAyDxC;yBAzDe,MAAM;;;;;AA8DtB,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAO/C;yBAPe,UAAU;;;;;AAa1B,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAgBrD;yBAhBe,aAAa;;;;;;AAwB7B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAyDnD;yBAzDe,YAAY;;;;;;;;AA+D5B,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,2CAkBnE;yBAlBe,oBAAoB;;;;;;AAwBpC,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAE,KAAK,EAAE,gBAAgB,2CAiBpD;yBAjBe,YAAY;;;;;;AAuB5B,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,KAAK,EAAE,iBAAiB,2CActD;yBAde,aAAa;;;;;;AAqB7B,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AACjF,wBAAgB,gBAAgB,CAAE,KAAK,EAAE,oBAAoB,2CA0B5D;yBA1Be,gBAAgB;;;;;;;AA+BhC,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAE,KAAK,EAAE,mBAAmB,2CAoB1D;yBApBe,eAAe;;;;;AA2B/B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAgDvD;yBAhDe,cAAc"}
1
+ {"version":3,"file":"resume.d.ts","sourceRoot":"","sources":["../../../../src/components/general/resume.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,+BAA+B,CAAC;AACvC,OAAO,cAAc,CAAC;AAwCtB,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,SAAS,CAAC,CAAC;AAC7D,wBAAgB,MAAM,CAAE,KAAK,EAAE,UAAU,2CAyDxC;yBAzDe,MAAM;;QAJtB,oCAAoC;;;;AAwEpC,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAO/C;yBAPe,UAAU;;QAJ1B,yCAAyC;;;;AAyBzC,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAgBrD;yBAhBe,aAAa;;QAN7B,qCAAqC;;QAErC,oBAAoB;;;;AAwCpB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAyDnD;yBAzDe,YAAY;;QAV5B,qDAAqD;;QAErD,qCAAqC;;QAErC,uEAAuE;;QAEvE,oBAAoB;;;;AA2EpB,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,2CAkBnE;yBAlBe,oBAAoB;;QANpC,sCAAsC;;QAEtC,oBAAoB;;;;AAoCpB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAE,KAAK,EAAE,gBAAgB,2CAiBpD;yBAjBe,YAAY;;QAN5B,yCAAyC;;QAEzC,oBAAoB;;;;AAmCpB,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,KAAK,EAAE,iBAAiB,2CActD;yBAde,aAAa;;QAN7B,iCAAiC;;QAEjC,oBAAoB;;;;AAmCpB,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AACjF,wBAAgB,gBAAgB,CAAE,KAAK,EAAE,oBAAoB,2CA0B5D;yBA1Be,gBAAgB;;QARhC,8BAA8B;;QAE9B,oBAAoB;;QAEpB,8CAA8C;;;;AAyC9C,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAE,KAAK,EAAE,mBAAmB,2CAoB1D;yBApBe,eAAe;;QAJ/B,4CAA4C;;;;AAyC5C,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAgDvD;yBAhDe,cAAc;;QAR9B,qBAAqB;;QAErB,oBAAoB;;QAEpB,8CAA8C"}
@@ -3,6 +3,7 @@ export type SchemaBlogPostingType = InferProps<typeof SchemaBlogPosting.propType
3
3
  export declare function SchemaBlogPosting(props: SchemaBlogPostingType): import("react/jsx-runtime").JSX.Element;
4
4
  export declare namespace SchemaBlogPosting {
5
5
  var propTypes: {
6
+ /** Structured BlogPosting JSON-LD object */
6
7
  post: PropTypes.Validator<object>;
7
8
  };
8
9
  }
@@ -1 +1 @@
1
- {"version":3,"file":"schema-blogposting.d.ts","sourceRoot":"","sources":["../../../../src/components/general/schema-blogposting.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAKnD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAU7D;yBAVe,iBAAiB;;;;;AAYjC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"schema-blogposting.d.ts","sourceRoot":"","sources":["../../../../src/components/general/schema-blogposting.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAWnD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAU7D;yBAVe,iBAAiB;;QAJjC,4CAA4C;;;;AAgB5C,eAAe,iBAAiB,CAAC"}
@@ -3,21 +3,37 @@ export type LocalBusinessSchemaType = InferProps<typeof LocalBusinessSchema.prop
3
3
  export declare function LocalBusinessSchema(props: LocalBusinessSchemaType): import("react/jsx-runtime").JSX.Element;
4
4
  export declare namespace LocalBusinessSchema {
5
5
  var propTypes: {
6
+ /** Business name to include in schema (falls back to siteInfo.name). */
6
7
  name: PropTypes.Requireable<string>;
8
+ /** Street address for the business. */
7
9
  streetAddress: PropTypes.Requireable<string>;
10
+ /** City or locality for the business address. */
8
11
  addressLocality: PropTypes.Requireable<string>;
12
+ /** State/region for the business address. */
9
13
  addressRegion: PropTypes.Requireable<string>;
14
+ /** Postal or ZIP code for the address. */
10
15
  postalCode: PropTypes.Requireable<string>;
16
+ /** Country for the address (defaults to United States when absent). */
11
17
  addressCountry: PropTypes.Requireable<string>;
18
+ /** Contact telephone number. */
12
19
  telephone: PropTypes.Requireable<string>;
20
+ /** Canonical website URL. */
13
21
  url: PropTypes.Requireable<string>;
22
+ /** Logo image URL for schema/logo property. */
14
23
  logo: PropTypes.Requireable<string>;
24
+ /** Representative image URL. */
15
25
  image: PropTypes.Requireable<string>;
26
+ /** Opening hours as a string or array in schema.org format (e.g., "Mo-Fr 09:00-17:00"). */
16
27
  openingHours: PropTypes.Requireable<NonNullable<string | (string | null | undefined)[] | null | undefined>>;
28
+ /** Short description for schema. */
17
29
  description: PropTypes.Requireable<string>;
30
+ /** Contact email address. */
18
31
  email: PropTypes.Requireable<string>;
32
+ /** Price range string (e.g. '$$'). */
19
33
  priceRange: PropTypes.Requireable<string>;
34
+ /** Array of profile/URL strings for sameAs (social links). */
20
35
  sameAs: PropTypes.Requireable<(string | null | undefined)[]>;
36
+ /** Site-level fallback information object (used when props omitted). */
21
37
  siteInfo: PropTypes.Requireable<object>;
22
38
  };
23
39
  }
@@ -1 +1 @@
1
- {"version":3,"file":"schema-localbusiness.d.ts","sourceRoot":"","sources":["../../../../src/components/general/schema-localbusiness.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAiCnD,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAE,KAAK,EAAE,uBAAuB,2CAiDlE;yBAjDe,mBAAmB"}
1
+ {"version":3,"file":"schema-localbusiness.d.ts","sourceRoot":"","sources":["../../../../src/components/general/schema-localbusiness.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAqEnD,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAE,KAAK,EAAE,uBAAuB,2CAiDlE;yBAjDe,mBAAmB;;QAlCnC,wEAAwE;;QAEvE,uCAAuC;;QAEvC,iDAAiD;;QAEjD,6CAA6C;;QAE7C,0CAA0C;;QAE1C,uEAAuE;;QAEvE,gCAAgC;;QAEhC,6BAA6B;;QAE7B,+CAA+C;;QAE/C,gCAAgC;;QAEhC,2FAA2F;;QAE3F,oCAAoC;;QAEpC,6BAA6B;;QAE7B,sCAAsC;;QAEtC,8DAA8D;;QAE9D,wEAAwE"}
@@ -3,6 +3,7 @@ export type RecipeSchemaType = InferProps<typeof RecipeSchema.propTypes>;
3
3
  export declare function RecipeSchema(props: RecipeSchemaType): import("react/jsx-runtime").JSX.Element;
4
4
  export declare namespace RecipeSchema {
5
5
  var propTypes: {
6
+ /** Recipe information object to be serialized as JSON-LD. */
6
7
  recipe: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
7
8
  '@context': PropTypes.Validator<string>;
8
9
  '@type': PropTypes.Validator<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"schema-recipe.d.ts","sourceRoot":"","sources":["../../../../src/components/general/schema-recipe.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAkCnD,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAQnD;yBARe,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAU5B,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"schema-recipe.d.ts","sourceRoot":"","sources":["../../../../src/components/general/schema-recipe.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAsDnD,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAQnD;yBARe,YAAY;;QA3B5B,6DAA6D;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqC7D,eAAe,YAAY,CAAC"}