@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
@@ -5,6 +5,7 @@ export type TimelineType = InferProps<typeof Timeline.propTypes>;
5
5
  export declare function Timeline(props: TimelineType): import("react/jsx-runtime").JSX.Element;
6
6
  export declare namespace Timeline {
7
7
  var propTypes: {
8
+ /** Array of timeline item objects with title, content, image and direction. */
8
9
  timelineData: PropTypes.Validator<(PropTypes.InferProps<{
9
10
  title: PropTypes.Validator<string>;
10
11
  content: PropTypes.Requireable<string>;
@@ -19,9 +20,13 @@ export type TimelineItemType = InferProps<typeof TimelineItem.propTypes> & {
19
20
  declare function TimelineItem(props: TimelineItemType): import("react/jsx-runtime").JSX.Element;
20
21
  declare namespace TimelineItem {
21
22
  var propTypes: {
23
+ /** Item title */
22
24
  title: PropTypes.Validator<string>;
25
+ /** Item content or description */
23
26
  content: PropTypes.Requireable<string>;
27
+ /** Optional image URL for the item */
24
28
  image: PropTypes.Requireable<string>;
29
+ /** Placement direction ('left'|'right') */
25
30
  direction: PropTypes.Validator<string>;
26
31
  };
27
32
  }
@@ -1 +1 @@
1
- {"version":3,"file":"timeline.d.ts","sourceRoot":"","sources":["../../../../src/components/general/timeline.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,gBAAgB,CAAC;AAcxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE,YAAY,2CAiB3C;yBAjBe,QAAQ;;;;;;;;;;AA0BxB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AACtG,iBAAwB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAkB3D;kBAlBuB,YAAY;;;;;;;;eAAZ,YAAY"}
1
+ {"version":3,"file":"timeline.d.ts","sourceRoot":"","sources":["../../../../src/components/general/timeline.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,gBAAgB,CAAC;AAwBxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE,YAAY,2CAiB3C;yBAjBe,QAAQ;;QAXxB,+EAA+E;;;;;;;;;AAiD/E,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AACtG,iBAAwB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAkB3D;kBAlBuB,YAAY;;QAXpC,iBAAiB;;QAEhB,kCAAkC;;QAElC,sCAAsC;;QAEtC,2CAA2C;;;;eAKpB,YAAY"}
@@ -0,0 +1,56 @@
1
+ import PropTypes, { InferProps } from 'prop-types';
2
+ import type { NextRequest } from 'next/server';
3
+ import { NextResponse } from 'next/server';
4
+ /**
5
+ * Read JSON from disk safely — returns null on error. Exported for testing.
6
+ */
7
+ export declare function safeJSON(path: string): Promise<any>;
8
+ /**
9
+ * Normalize a value into a single-line trimmed string (safe for humans.txt / security.txt).
10
+ * Exported for testing.
11
+ */
12
+ export declare function sanitizeString(v: unknown): string;
13
+ /**
14
+ * Build a plain-text response payload including ETag and standard headers.
15
+ * Exported for testing and reuse across .well-known generators.
16
+ */
17
+ export declare function createTextResponsePayload(body: string): {
18
+ body: string;
19
+ etag: string;
20
+ headers: Record<string, string>;
21
+ };
22
+ export type GenerateHumansTxtType = InferProps<typeof generateHumansTxt.propTypes>;
23
+ export declare function generateHumansTxt(opts?: GenerateHumansTxtType): Promise<{
24
+ body: string;
25
+ etag: string;
26
+ headers: Record<string, string>;
27
+ }>;
28
+ export declare namespace generateHumansTxt {
29
+ var propTypes: {
30
+ /** base directory to read package.json / routes.json from (defaults to process.cwd()) */
31
+ cwd: PropTypes.Requireable<string>;
32
+ /** optional package.json object (if provided, fs is not used) */
33
+ pkg: PropTypes.Requireable<object>;
34
+ /** optional routes.json object (if provided, fs is not used) */
35
+ routesJson: PropTypes.Requireable<object>;
36
+ /** limit how many routes to include (default 50) */
37
+ maxRoutes: PropTypes.Requireable<number>;
38
+ };
39
+ }
40
+ export type GenerateSecurityTxtType = InferProps<typeof generateSecurityTxt.propTypes>;
41
+ export declare function generateSecurityTxt(props?: GenerateSecurityTxtType): Promise<{
42
+ body: string;
43
+ etag: string;
44
+ headers: Record<string, string>;
45
+ }>;
46
+ export declare namespace generateSecurityTxt {
47
+ var propTypes: {
48
+ routesJson: PropTypes.Requireable<object>;
49
+ };
50
+ }
51
+ /**
52
+ * Create a response for a well-known resource.
53
+ * @param {'humans'|'security'} type - Which resource to generate ('humans' | 'security').
54
+ */
55
+ export declare function createWellKnownResponse(type: 'humans' | 'security', req?: NextRequest, opts?: any): Promise<NextResponse<unknown>>;
56
+ //# sourceMappingURL=well-known.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"well-known.d.ts","sourceRoot":"","sources":["../../../../src/components/general/well-known.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAK3C;;GAEG;AACH,wBAAsB,QAAQ,CAAC,IAAI,EAAE,MAAM,gBAO1C;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAAE,OAAO,UAExC;AAED;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,MAAM;;;;EAQrD;AAcD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAsB,iBAAiB,CAAC,IAAI,GAAE,qBAA0B;;;;GAsDvE;yBAtDqB,iBAAiB;;QAVtC,yFAAyF;;QAEzF,iEAAiE;;QAEjE,gEAAgE;;QAEhE,oDAAoD;;;;AAmErD,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAsB,mBAAmB,CAAC,KAAK,GAAE,uBAA4B;;;;GAsB5E;yBAtBqB,mBAAmB;;;;;AA2BzC;;;GAGG;AACH,wBAAsB,uBAAuB,CAAC,IAAI,EAAE,QAAQ,GAAG,UAAU,EAAE,GAAG,CAAC,EAAE,WAAW,EAAE,IAAI,GAAE,GAAQ,kCAO3G"}
@@ -3,8 +3,11 @@ export type CalendlyType = InferProps<typeof Calendly.propTypes>;
3
3
  export declare function Calendly({ url, width, height }: CalendlyType): import("react/jsx-runtime").JSX.Element;
4
4
  export declare namespace Calendly {
5
5
  var propTypes: {
6
+ /** Calendly widget URL */
6
7
  url: PropTypes.Validator<string>;
8
+ /** Minimum width for the widget container */
7
9
  width: PropTypes.Validator<string>;
10
+ /** Height for the widget container */
8
11
  height: PropTypes.Validator<string>;
9
12
  };
10
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"calendly.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/calendly.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAOnD,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,YAAY,2CAmB5D;yBAnBe,QAAQ"}
1
+ {"version":3,"file":"calendly.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/calendly.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAiBnD,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,YAAY,2CAmB5D;yBAnBe,QAAQ;;QARxB,0BAA0B;;QAEzB,6CAA6C;;QAE7C,sCAAsC"}
@@ -11,7 +11,9 @@ export type getCloudinaryRemoteFetchURLType = InferProps<typeof getCloudinaryRem
11
11
  export declare function getCloudinaryRemoteFetchURL(props: getCloudinaryRemoteFetchURLType): string;
12
12
  export declare namespace getCloudinaryRemoteFetchURL {
13
13
  var propTypes: {
14
+ /** Image URL or path to transform via Cloudinary */
14
15
  url: PropTypes.Validator<string>;
16
+ /** Cloudinary product environment (cloud name) */
15
17
  product_env: PropTypes.Validator<string>;
16
18
  };
17
19
  }
@@ -20,7 +22,9 @@ export type loadAllImagesFromCloudinaryType = InferProps<typeof loadAllImagesFro
20
22
  export declare function loadAllImagesFromCloudinary(props: loadAllImagesFromCloudinaryType): void;
21
23
  export declare namespace loadAllImagesFromCloudinary {
22
24
  var propTypes: {
25
+ /** Optional origin string to detect local dev */
23
26
  origin: PropTypes.Requireable<string>;
27
+ /** Cloudinary product environment (cloud name) */
24
28
  product_env: PropTypes.Validator<string>;
25
29
  };
26
30
  }
@@ -1 +1 @@
1
- {"version":3,"file":"cloudinary.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/cloudinary.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAiBnD,wBAAgB,kBAAkB,CAAC,MAAM,EAAE;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,UA0CxM;AAQD,MAAM,MAAM,+BAA+B,GAAG,UAAU,CAAC,OAAO,2BAA2B,CAAC,SAAS,CAAC,CAAC;AACvG,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,+BAA+B,UAKjF;yBALe,2BAA2B;;;;;;AAQ3C,wBAAgB,YAAY,YAO3B;AAOD,MAAM,MAAM,+BAA+B,GAAG,UAAU,CAAC,OAAO,2BAA2B,CAAC,SAAS,CAAC,CAAC;AACvG,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,+BAA+B,QAqBjF;yBArBe,2BAA2B"}
1
+ {"version":3,"file":"cloudinary.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/cloudinary.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAiBnD,wBAAgB,kBAAkB,CAAC,MAAM,EAAE;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,UA0CxM;AAgBD,MAAM,MAAM,+BAA+B,GAAG,UAAU,CAAC,OAAO,2BAA2B,CAAC,SAAS,CAAC,CAAC;AACvG,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,+BAA+B,UAKjF;yBALe,2BAA2B;;QAN3C,oDAAoD;;QAEnD,kDAAkD;;;;AAYnD,wBAAgB,YAAY,YAO3B;AAeD,MAAM,MAAM,+BAA+B,GAAG,UAAU,CAAC,OAAO,2BAA2B,CAAC,SAAS,CAAC,CAAC;AACvG,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,+BAA+B,QAqBjF;yBArBe,2BAA2B;;QAN3C,iDAAiD;;QAEhD,kDAAkD"}
@@ -12,6 +12,7 @@ export type callContentfulDeliveryAPIType = InferProps<typeof callContentfulDeli
12
12
  export declare function callContentfulDeliveryAPI(props: callContentfulDeliveryAPIType): Promise<any>;
13
13
  export declare namespace callContentfulDeliveryAPI {
14
14
  var propTypes: {
15
+ /** Full request URL to the Contentful Delivery API */
15
16
  full_url: PropTypes.Validator<string>;
16
17
  };
17
18
  }
@@ -19,11 +20,17 @@ export type getContentfulEntriesType = InferProps<typeof getContentfulEntries.pr
19
20
  export declare function getContentfulEntries(props: getContentfulEntriesType): Promise<any>;
20
21
  export declare namespace getContentfulEntries {
21
22
  var propTypes: {
23
+ /** Contentful API configuration */
22
24
  apiProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
25
+ /** Optional proxy base URL */
23
26
  proxyURL: PropTypes.Requireable<string>;
27
+ /** Contentful CDN base URL */
24
28
  base_url: PropTypes.Validator<string>;
29
+ /** Contentful space ID */
25
30
  space_id: PropTypes.Validator<string>;
31
+ /** Contentful environment */
26
32
  environment: PropTypes.Validator<string>;
33
+ /** Delivery API access token */
27
34
  delivery_access_token: PropTypes.Validator<string>;
28
35
  }>>>;
29
36
  };
@@ -32,6 +39,7 @@ export type getContentfulEntriesByTypeType = InferProps<typeof getContentfulEntr
32
39
  export declare function getContentfulEntriesByType(props: getContentfulEntriesByTypeType): Promise<any>;
33
40
  export declare namespace getContentfulEntriesByType {
34
41
  var propTypes: {
42
+ /** Contentful API configuration */
35
43
  apiProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
36
44
  proxyURL: PropTypes.Requireable<string>;
37
45
  base_url: PropTypes.Validator<string>;
@@ -39,6 +47,7 @@ export declare namespace getContentfulEntriesByType {
39
47
  environment: PropTypes.Validator<string>;
40
48
  delivery_access_token: PropTypes.Validator<string>;
41
49
  }>>>;
50
+ /** Content type ID to filter by */
42
51
  contentType: PropTypes.Validator<string>;
43
52
  };
44
53
  }
@@ -46,6 +55,7 @@ export type getContentfulContentTypeType = InferProps<typeof getContentfulConten
46
55
  export declare function getContentfulContentType(props: getContentfulContentTypeType): Promise<any>;
47
56
  export declare namespace getContentfulContentType {
48
57
  var propTypes: {
58
+ /** Contentful API configuration */
49
59
  apiProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
50
60
  proxyURL: PropTypes.Requireable<string>;
51
61
  base_url: PropTypes.Validator<string>;
@@ -53,6 +63,7 @@ export declare namespace getContentfulContentType {
53
63
  environment: PropTypes.Validator<string>;
54
64
  access_token: PropTypes.Validator<string>;
55
65
  }>>>;
66
+ /** Content type ID to retrieve */
56
67
  contentType: PropTypes.Validator<string>;
57
68
  };
58
69
  }
@@ -60,6 +71,7 @@ export type getContentfulEntryByEntryIDType = InferProps<typeof getContentfulEnt
60
71
  export declare function getContentfulEntryByEntryID(props: getContentfulEntryByEntryIDType): Promise<any>;
61
72
  export declare namespace getContentfulEntryByEntryID {
62
73
  var propTypes: {
74
+ /** Contentful API configuration */
63
75
  apiProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
64
76
  proxyURL: PropTypes.Requireable<string>;
65
77
  base_url: PropTypes.Validator<string>;
@@ -67,6 +79,7 @@ export declare namespace getContentfulEntryByEntryID {
67
79
  environment: PropTypes.Validator<string>;
68
80
  delivery_access_token: PropTypes.Validator<string>;
69
81
  }>>>;
82
+ /** Target entry ID */
70
83
  entry_id: PropTypes.Validator<string>;
71
84
  };
72
85
  }
@@ -80,6 +93,7 @@ export type getContentfulFieldValuesType = InferProps<typeof getContentfulFieldV
80
93
  export declare function getContentfulFieldValues(props: getContentfulFieldValuesType): Promise<string[]>;
81
94
  export declare namespace getContentfulFieldValues {
82
95
  var propTypes: {
96
+ /** Contentful API configuration */
83
97
  apiProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
84
98
  proxyURL: PropTypes.Requireable<string>;
85
99
  base_url: PropTypes.Validator<string>;
@@ -87,7 +101,9 @@ export declare namespace getContentfulFieldValues {
87
101
  environment: PropTypes.Validator<string>;
88
102
  delivery_access_token: PropTypes.Validator<string>;
89
103
  }>>>;
104
+ /** Content type ID to query */
90
105
  contentType: PropTypes.Validator<string>;
106
+ /** Field name to extract values from */
91
107
  field: PropTypes.Validator<string>;
92
108
  };
93
109
  }
@@ -98,7 +114,9 @@ export declare function getContentfulImagesFromEntries(props: getContentfulImage
98
114
  }[]>;
99
115
  export declare namespace getContentfulImagesFromEntries {
100
116
  var propTypes: {
117
+ /** Entry image references to resolve */
101
118
  images: PropTypes.Validator<any>;
119
+ /** Contentful asset objects containing file URLs and descriptions */
102
120
  assets: PropTypes.Validator<any>;
103
121
  };
104
122
  }
@@ -106,6 +124,7 @@ export type getContentfulAssetsType = InferProps<typeof getContentfulAssets.prop
106
124
  export declare function getContentfulAssets(props: getContentfulAssetsType): Promise<any>;
107
125
  export declare namespace getContentfulAssets {
108
126
  var propTypes: {
127
+ /** Contentful API configuration */
109
128
  apiProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
110
129
  proxyURL: PropTypes.Requireable<string>;
111
130
  base_url: PropTypes.Validator<string>;
@@ -122,6 +141,7 @@ export declare function getContentfulAssetURLs(props: getContentfulAssetURLsType
122
141
  }[]>;
123
142
  export declare namespace getContentfulAssetURLs {
124
143
  var propTypes: {
144
+ /** Contentful API configuration */
125
145
  apiProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
126
146
  proxyURL: PropTypes.Requireable<string>;
127
147
  base_url: PropTypes.Validator<string>;
@@ -135,6 +155,7 @@ export type getContentfulDiscountCodesType = InferProps<typeof getContentfulDisc
135
155
  export declare function getContentfulDiscountCodes(props: getContentfulDiscountCodesType): Promise<any>;
136
156
  export declare namespace getContentfulDiscountCodes {
137
157
  var propTypes: {
158
+ /** Contentful API configuration */
138
159
  apiProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
139
160
  proxyURL: PropTypes.Requireable<string>;
140
161
  base_url: PropTypes.Validator<string>;
@@ -142,6 +163,7 @@ export declare namespace getContentfulDiscountCodes {
142
163
  environment: PropTypes.Validator<string>;
143
164
  delivery_access_token: PropTypes.Validator<string>;
144
165
  }>>>;
166
+ /** Contentful content type ID to fetch */
145
167
  contentType: PropTypes.Validator<string>;
146
168
  };
147
169
  }
@@ -1 +1 @@
1
- {"version":3,"file":"contentful.delivery.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/contentful.delivery.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAMnD,MAAM,MAAM,iBAAiB,GAAG;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC;AAMF,MAAM,MAAM,6BAA6B,GAAG,UAAU,CAAC,OAAO,yBAAyB,CAAC,SAAS,CAAC,CAAC;AACnG,wBAAsB,yBAAyB,CAAC,KAAK,EAAE,6BAA6B,gBAiBnF;yBAjBqB,yBAAyB;;;;;AAiC/C,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAsB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,gBAQzE;yBARqB,oBAAoB;;;;;;;;;;;AA0B1C,MAAM,MAAM,8BAA8B,GAAG,UAAU,CAAC,OAAO,0BAA0B,CAAC,SAAS,CAAC,CAAC;AACrG,wBAAsB,0BAA0B,CAAC,KAAK,EAAE,8BAA8B,gBAarF;yBAbqB,0BAA0B;;;;;;;;;;;;AAgChD,MAAM,MAAM,4BAA4B,GAAG,UAAU,CAAC,OAAO,wBAAwB,CAAC,SAAS,CAAC,CAAC;AACjG,wBAAsB,wBAAwB,CAAC,KAAK,EAAE,4BAA4B,gBAQjF;yBARqB,wBAAwB;;;;;;;;;;;;AA2B9C,MAAM,MAAM,+BAA+B,GAAG,UAAU,CAAC,OAAO,2BAA2B,CAAC,SAAS,CAAC,CAAC;AACvG,wBAAsB,2BAA2B,CAAC,KAAK,EAAE,+BAA+B,gBAQvF;yBARqB,2BAA2B;;;;;;;;;;;;AAgBjD,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAE,GAAG,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACrB,CAAA;AAED,wBAAsB,yBAAyB,CAAC,MAAM,EAAE,oBAAoB,gBAS3E;AAoBD,MAAM,MAAM,4BAA4B,GAAG,UAAU,CAAC,OAAO,wBAAwB,CAAC,SAAS,CAAC,CAAC;AACjG,wBAAsB,wBAAwB,CAAC,KAAK,EAAE,4BAA4B,qBASjF;yBATqB,wBAAwB;;;;;;;;;;;;;AAkB9C,MAAM,MAAM,kCAAkC,GAAG,UAAU,CAAC,OAAO,8BAA8B,CAAC,SAAS,CAAC,CAAC;AAC7G,wBAAsB,8BAA8B,CAAC,KAAK,EAAE,kCAAkC;;;KAa7F;yBAbqB,8BAA8B;;;;;;AA4BpD,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAsB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,gBAOvE;yBAPqB,mBAAmB;;;;;;;;;;;AAuBzC,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,SAAS,CAAC,CAAC;AAC7F,wBAAsB,sBAAsB,CAAC,KAAK,EAAE,0BAA0B;;;KAW7E;yBAXqB,sBAAsB;;;;;;;;;;;AA0B5C,MAAM,MAAM,8BAA8B,GAAG,UAAU,CAAC,OAAO,0BAA0B,CAAC,SAAS,CAAC,CAAC;AACrG,wBAAsB,0BAA0B,CAAC,KAAK,EAAE,8BAA8B,gBA4BrF;yBA5BqB,0BAA0B"}
1
+ {"version":3,"file":"contentful.delivery.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/contentful.delivery.ts"],"names":[],"mappings":"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"}
@@ -5,7 +5,9 @@ export type ContentfulItemsType = InferProps<typeof ContentfulItems.propTypes>;
5
5
  export declare function ContentfulItems(props: ContentfulItemsType): import("react/jsx-runtime").JSX.Element;
6
6
  export declare namespace ContentfulItems {
7
7
  var propTypes: {
8
+ /** Contentful API configuration object */
8
9
  apiProps: PropTypes.Validator<object>;
10
+ /** Optional Cloudinary product environment (cloud name) for image transforms */
9
11
  cloudinaryProductEnv: PropTypes.Requireable<string>;
10
12
  };
11
13
  }
@@ -13,7 +15,9 @@ export type ContentfulListItemType = InferProps<typeof ContentfulListItem.propTy
13
15
  export declare function ContentfulListItem(props: ContentfulListItemType): import("react/jsx-runtime").JSX.Element;
14
16
  export declare namespace ContentfulListItem {
15
17
  var propTypes: {
18
+ /** Contentful item entry object */
16
19
  item: PropTypes.Validator<any>;
20
+ /** Optional Cloudinary product environment */
17
21
  cloudinaryProductEnv: PropTypes.Requireable<string>;
18
22
  };
19
23
  }
@@ -21,8 +25,11 @@ export type ContentfulItemHeaderType = InferProps<typeof ContentfulItemHeader.pr
21
25
  export declare function ContentfulItemHeader(props: ContentfulItemHeaderType): import("react/jsx-runtime").JSX.Element;
22
26
  export declare namespace ContentfulItemHeader {
23
27
  var propTypes: {
28
+ /** Item title text */
24
29
  title: PropTypes.Validator<string>;
30
+ /** Optional link URL for the title */
25
31
  url: PropTypes.Requireable<string>;
32
+ /** Link target attribute (e.g., '_blank') */
26
33
  target: PropTypes.Requireable<string>;
27
34
  };
28
35
  }
@@ -30,8 +37,11 @@ export type ContentfulItemDetailType = InferProps<typeof ContentfulItemDetail.pr
30
37
  export declare function ContentfulItemDetail(props: ContentfulItemDetailType): import("react/jsx-runtime").JSX.Element;
31
38
  export declare namespace ContentfulItemDetail {
32
39
  var propTypes: {
40
+ /** Contentful API configuration object */
33
41
  apiProps: PropTypes.Validator<object>;
42
+ /** Entry ID of the item to fetch */
34
43
  entry_id: PropTypes.Validator<string>;
44
+ /** Optional Cloudinary product env (cloud name) for image transforms */
35
45
  cloudinaryProductEnv: PropTypes.Requireable<string>;
36
46
  };
37
47
  }
@@ -1 +1 @@
1
- {"version":3,"file":"contentful.items.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/contentful.items.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAWnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,wBAAwB,CAAC;AAsBhC,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAiGzD;yBAjGe,eAAe;;;;;;AA6G/B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,2CA6D/D;yBA7De,kBAAkB;;;;;;AA0ElC,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,2CASnE;yBATe,oBAAoB;;;;;;;AAsBpC,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,2CAwInE;yBAxIe,oBAAoB"}
1
+ {"version":3,"file":"contentful.items.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/contentful.items.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAWnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,wBAAwB,CAAC;AA8BhC,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CA2GzD;yBA3Ge,eAAe;;QAN/B,0CAA0C;;QAEzC,gFAAgF;;;;AAmIjF,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,2CA6D/D;yBA7De,kBAAkB;;QANlC,mCAAmC;;QAElC,8CAA8C;;;;AAwF/C,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,2CASnE;yBATe,oBAAoB;;QARpC,sBAAsB;;QAErB,sCAAsC;;QAEtC,6CAA6C;;;;AAoC9C,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,2CAwInE;yBAxIe,oBAAoB;;QARpC,0CAA0C;;QAEzC,oCAAoC;;QAEpC,wEAAwE"}
@@ -3,11 +3,7 @@
3
3
  *
4
4
  * Provides reusable CRUD operations for any Contentful content type
5
5
  */
6
- export interface ContentfulConfig {
7
- spaceId: string;
8
- accessToken: string;
9
- environment?: string;
10
- }
6
+ import type { ContentfulConfig } from '../config/config.types';
11
7
  export interface ContentfulEntry {
12
8
  sys: {
13
9
  id: string;
@@ -1 +1 @@
1
- {"version":3,"file":"contentful.management.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/contentful.management.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"contentful.management.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/contentful.management.ts"],"names":[],"mappings":"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"}
@@ -4,7 +4,9 @@ export type GetFlickrDataType = InferProps<typeof GetFlickrData.propTypes>;
4
4
  export declare function GetFlickrData(props: GetFlickrDataType): Promise<any>;
5
5
  export declare namespace GetFlickrData {
6
6
  var propTypes: {
7
+ /** Flickr-specific query overrides */
7
8
  flickr: PropTypes.Requireable<object>;
9
+ /** Optional provider configuration for Flickr requests */
8
10
  config: PropTypes.Requireable<object>;
9
11
  };
10
12
  }
@@ -19,7 +21,9 @@ export declare function GenerateFlickrCards(props: GenerateFlickrCardsType): {
19
21
  }[] | undefined;
20
22
  export declare namespace GenerateFlickrCards {
21
23
  var propTypes: {
24
+ /** Flickr image array */
22
25
  flickrImages: PropTypes.Validator<any[]>;
26
+ /** Desired photo size label */
23
27
  photoSize: PropTypes.Validator<string>;
24
28
  };
25
29
  }
@@ -27,12 +31,19 @@ export type FlickrWrapperType = InferProps<typeof FlickrWrapper.propTypes>;
27
31
  export declare function FlickrWrapper(props: FlickrWrapperType): Promise<CarouselCardType[] | undefined>;
28
32
  export declare namespace FlickrWrapper {
29
33
  var propTypes: {
34
+ /** Flickr API method */
30
35
  method: PropTypes.Requireable<string>;
36
+ /** Flickr API key */
31
37
  api_key: PropTypes.Validator<string>;
38
+ /** Flickr user id */
32
39
  user_id: PropTypes.Validator<string>;
40
+ /** Tag filter string */
33
41
  tags: PropTypes.Requireable<string>;
42
+ /** Photoset/album id */
34
43
  photoset_id: PropTypes.Requireable<string>;
44
+ /** Desired photo size label (e.g., 'Medium', 'Large') */
35
45
  photoSize: PropTypes.Requireable<string>;
46
+ /** Callback invoked with an array of Carousel cards after data is fetched */
36
47
  callback: PropTypes.Validator<(...args: any[]) => any>;
37
48
  };
38
49
  }
@@ -1 +1 @@
1
- {"version":3,"file":"flickr.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/flickr.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAsE5D,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,KAAK,EAAE,iBAAiB,gBA2DtD;yBA3De,aAAa;;;;;;AAmE7B,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB;;;;;;;gBAejE;yBAfe,mBAAmB;;;;;;AA8BnC,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,KAAK,EAAE,iBAAiB,2CA0CtD;yBA1Ce,aAAa"}
1
+ {"version":3,"file":"flickr.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/flickr.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AA8E5D,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,KAAK,EAAE,iBAAiB,gBA2DtD;yBA3De,aAAa;;QAN7B,sCAAsC;;QAErC,0DAA0D;;;;AA+E3D,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB;;;;;;;gBAejE;yBAfe,mBAAmB;;QANnC,yBAAyB;;QAExB,+BAA+B;;;;AAoDhC,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,KAAK,EAAE,iBAAiB,2CA0CtD;yBA1Ce,aAAa;;QAjB7B,wBAAwB;;QAEvB,qBAAqB;;QAErB,qBAAqB;;QAErB,wBAAwB;;QAExB,wBAAwB;;QAExB,yDAAyD;;QAEzD,6EAA6E"}
@@ -4,10 +4,15 @@ export type GoogleReviewsCardType = InferProps<typeof GoogleReviewsCard.propType
4
4
  export declare function GoogleReviewsCard(props: GoogleReviewsCardType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace GoogleReviewsCard {
6
6
  var propTypes: {
7
+ /** Google Place ID (required) */
7
8
  placeId: PropTypes.Validator<string>;
9
+ /** Language code for localization (optional) */
8
10
  language: PropTypes.Requireable<string>;
11
+ /** Max number of reviews to display */
9
12
  maxReviews: PropTypes.Requireable<number>;
13
+ /** Optional proxy base URL to avoid CORS issues */
10
14
  proxyBase: PropTypes.Requireable<string>;
15
+ /** Optional Google API key */
11
16
  apiKey: PropTypes.Requireable<string>;
12
17
  };
13
18
  }
@@ -1 +1 @@
1
- {"version":3,"file":"google.reviews.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/google.reviews.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,sBAAsB,CAAC;AAU9B,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAqG7D;yBArGe,iBAAiB"}
1
+ {"version":3,"file":"google.reviews.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/google.reviews.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,sBAAsB,CAAC;AAwB9B,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAqG7D;yBArGe,iBAAiB;;QAZjC,iCAAiC;;QAEhC,gDAAgD;;QAEhD,uCAAuC;;QAEvC,mDAAmD;;QAEnD,8BAA8B"}
@@ -9,6 +9,7 @@ export type GoogleAnalyticsType = InferProps<typeof GoogleAnalytics.propTypes>;
9
9
  export declare function GoogleAnalytics(props: GoogleAnalyticsType): import("react/jsx-runtime").JSX.Element | undefined;
10
10
  export declare namespace GoogleAnalytics {
11
11
  var propTypes: {
12
+ /** Google Analytics measurement ID */
12
13
  id: PropTypes.Requireable<string>;
13
14
  };
14
15
  }
@@ -16,7 +17,9 @@ export type GoogleAnalyticsEventType = InferProps<typeof GoogleAnalyticsEvent.pr
16
17
  export declare function GoogleAnalyticsEvent(props: GoogleAnalyticsEventType): null | undefined;
17
18
  export declare namespace GoogleAnalyticsEvent {
18
19
  var propTypes: {
20
+ /** Event name for gtag */
19
21
  event_name: PropTypes.Validator<string>;
22
+ /** Event parameter object */
20
23
  event_parameters: PropTypes.Validator<object>;
21
24
  };
22
25
  }
@@ -1 +1 @@
1
- {"version":3,"file":"googleanalytics.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/googleanalytics.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAanD,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;QAClB,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;KAChC;CACD;AAgBD,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAE,KAAK,EAAE,mBAAmB,uDAsC1D;yBAtCe,eAAe;;;;;AA2C/B,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAE,KAAK,EAAE,wBAAwB,oBAYpE;yBAZe,oBAAoB"}
1
+ {"version":3,"file":"googleanalytics.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/googleanalytics.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAanD,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;QAClB,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;KAChC;CACD;AAsBD,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAE,KAAK,EAAE,mBAAmB,uDAsC1D;yBAtCe,eAAe;;QAJ/B,sCAAsC;;;;AAuDtC,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAE,KAAK,EAAE,wBAAwB,oBAYpE;yBAZe,oBAAoB;;QANpC,0BAA0B;;QAEzB,6BAA6B"}
@@ -3,13 +3,21 @@ export type GoogleMapsType = InferProps<typeof GoogleMaps.propTypes>;
3
3
  export declare function GoogleMaps(props: GoogleMapsType): import("react/jsx-runtime").JSX.Element;
4
4
  export declare namespace GoogleMaps {
5
5
  var propTypes: {
6
+ /** Accessible iframe title */
6
7
  title: PropTypes.Requireable<string>;
8
+ /** iframe width (pixels or %) */
7
9
  width: PropTypes.Requireable<string>;
10
+ /** iframe height (pixels) */
8
11
  height: PropTypes.Requireable<string>;
12
+ /** iframe frameBorder attribute */
9
13
  frameBorder: PropTypes.Requireable<string>;
14
+ /** Inline style object for the iframe */
10
15
  style: PropTypes.Requireable<object>;
16
+ /** Maps embed mode (required) */
11
17
  map_mode: PropTypes.Validator<string>;
18
+ /** Google Maps API key */
12
19
  api_key: PropTypes.Requireable<string>;
20
+ /** Additional query parameters for the embed URL */
13
21
  parameters: PropTypes.Requireable<string>;
14
22
  };
15
23
  }
@@ -1 +1 @@
1
- {"version":3,"file":"googlemap.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/googlemap.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAgBnD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAkB/C;yBAlBe,UAAU"}
1
+ {"version":3,"file":"googlemap.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/googlemap.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAoCnD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAkB/C;yBAlBe,UAAU;;QAlB1B,8BAA8B;;QAE7B,iCAAiC;;QAEjC,6BAA6B;;QAE7B,mCAAmC;;QAEnC,yCAAyC;;QAEzC,iCAAiC;;QAEjC,0BAA0B;;QAE1B,oDAAoD"}
@@ -4,6 +4,7 @@ export type GoogleSearchType = InferProps<typeof GoogleSearch.propTypes>;
4
4
  export declare function GoogleSearch(props: GoogleSearchType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace GoogleSearch {
6
6
  var propTypes: {
7
+ /** CSE 'cx' id for the Google Programmable Search Engine */
7
8
  id: PropTypes.Validator<string>;
8
9
  };
9
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"googlesearch.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/googlesearch.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,oBAAoB,CAAC;AAuB5B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAenD;yBAfe,YAAY"}
1
+ {"version":3,"file":"googlesearch.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/googlesearch.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,oBAAoB,CAAC;AA6B5B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAenD;yBAfe,YAAY;;QAJ5B,4DAA4D"}
@@ -4,30 +4,54 @@ export type GravatarCardType = InferProps<typeof GravatarCard.propTypes>;
4
4
  export declare function GravatarCard(props: GravatarCardType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace GravatarCard {
6
6
  var propTypes: {
7
+ /** Gravatar profile object with common fields */
7
8
  profile: PropTypes.Requireable<PropTypes.InferProps<{
9
+ /** Gravatar hash used to construct avatar URLs */
8
10
  hash: PropTypes.Requireable<string>;
11
+ /** Optional request identifier used when fetching the profile */
9
12
  requestHash: PropTypes.Requireable<string>;
13
+ /** Direct URL to the Gravatar profile */
10
14
  profileUrl: PropTypes.Requireable<string>;
15
+ /** Preferred username from the Gravatar profile */
11
16
  preferredUsername: PropTypes.Requireable<string>;
17
+ /** Avatar thumbnail URL from the profile */
12
18
  thumbnailUrl: PropTypes.Requireable<string>;
19
+ /** Display name from profile */
13
20
  displayName: PropTypes.Requireable<string>;
21
+ /** Pronouns string */
14
22
  pronouns: PropTypes.Requireable<string>;
23
+ /** Short bio / about text */
15
24
  aboutMe: PropTypes.Requireable<string>;
25
+ /** Current location string */
16
26
  currentLocation: PropTypes.Requireable<string>;
27
+ /** Job title from profile */
17
28
  job_title: PropTypes.Requireable<string>;
29
+ /** Company name from profile */
18
30
  company: PropTypes.Requireable<string>;
31
+ /** Social accounts array */
19
32
  accounts: PropTypes.Requireable<(PropTypes.InferProps<{
33
+ /** Account domain (e.g., 'github.com') */
20
34
  domain: PropTypes.Requireable<string>;
35
+ /** Display label for the account */
21
36
  display: PropTypes.Requireable<string>;
37
+ /** URL for the account */
22
38
  url: PropTypes.Requireable<string>;
39
+ /** Icon URL for the account */
23
40
  iconUrl: PropTypes.Requireable<string>;
41
+ /** Account username */
24
42
  username: PropTypes.Requireable<string>;
43
+ /** Whether the account is verified */
25
44
  verified: PropTypes.Requireable<boolean>;
45
+ /** Full name associated with the account */
26
46
  name: PropTypes.Requireable<string>;
47
+ /** Shortname used to identify the service (e.g., 'github') */
27
48
  shortname: PropTypes.Requireable<string>;
28
49
  }> | null | undefined)[]>;
50
+ /** Email addresses associated with the profile */
29
51
  emails: PropTypes.Requireable<(PropTypes.InferProps<{
52
+ /** Email primary flag (if applicable) */
30
53
  primary: PropTypes.Requireable<string>;
54
+ /** Email address value */
31
55
  value: PropTypes.Requireable<string>;
32
56
  }> | null | undefined)[]>;
33
57
  }>>;
@@ -39,17 +63,28 @@ export declare namespace GravatarCard {
39
63
  company: PropTypes.Requireable<string>;
40
64
  pronouns: PropTypes.Requireable<string>;
41
65
  profileUrl: PropTypes.Requireable<string>;
66
+ /** Optional custom role to display instead of job_title */
42
67
  customRole: PropTypes.Requireable<string>;
68
+ /** Overrides for social links (preferred over profile accounts) */
43
69
  socialLinks: PropTypes.Requireable<PropTypes.InferProps<{
70
+ /** GitHub profile URL */
44
71
  github: PropTypes.Requireable<string>;
72
+ /** LinkedIn profile URL */
45
73
  linkedin: PropTypes.Requireable<string>;
74
+ /** Twitter profile URL */
46
75
  twitter: PropTypes.Requireable<string>;
76
+ /** Instagram profile URL */
47
77
  instagram: PropTypes.Requireable<string>;
78
+ /** Personal website URL */
48
79
  website: PropTypes.Requireable<string>;
49
80
  }>>;
81
+ /** Layout style: 'horizontal' or 'vertical' */
50
82
  layout: PropTypes.Requireable<string>;
83
+ /** Photo position when horizontal: 'left' or 'right' */
51
84
  direction: PropTypes.Requireable<string>;
85
+ /** Avatar size in pixels */
52
86
  avatarSize: PropTypes.Requireable<number>;
87
+ /** Compact card variant */
53
88
  compact: PropTypes.Requireable<boolean>;
54
89
  };
55
90
  }
@@ -1 +1 @@
1
- {"version":3,"file":"gravatar.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/gravatar.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,gBAAgB,CAAC;AAwFxB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAoInD;yBApIe,YAAY"}
1
+ {"version":3,"file":"gravatar.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/gravatar.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,gBAAgB,CAAC;AAmJxB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAoInD;yBApIe,YAAY;;QA3F5B,iDAAiD;;YAE/C,kDAAkD;;YAElD,iEAAiE;;YAEjE,yCAAyC;;YAEzC,mDAAmD;;YAEnD,4CAA4C;;YAE5C,gCAAgC;;YAEhC,sBAAsB;;YAEtB,6BAA6B;;YAE7B,8BAA8B;;YAE9B,6BAA6B;;YAE7B,gCAAgC;;YAEhC,4BAA4B;;gBAG1B,0CAA0C;;gBAE1C,oCAAoC;;gBAEpC,0BAA0B;;gBAE1B,+BAA+B;;gBAE/B,uBAAuB;;gBAEvB,sCAAsC;;gBAEtC,4CAA4C;;gBAE5C,8DAA8D;;;YAIhE,kDAAkD;;gBAGhD,yCAAyC;;gBAEzC,0BAA0B;;;;;;;;;;;;QAe7B,2DAA2D;;QAE3D,mEAAmE;;YAElE,yBAAyB;;YAEzB,2BAA2B;;YAE3B,0BAA0B;;YAE1B,4BAA4B;;YAE5B,2BAA2B;;;QAI5B,+CAA+C;;QAE/C,wDAAwD;;QAExD,4BAA4B;;QAE5B,2BAA2B"}
@@ -4,10 +4,15 @@ export type HubSpotFormType = InferProps<typeof HubSpotForm.propTypes>;
4
4
  export declare function HubSpotForm({ region, portalId, formId, target, containerId }: HubSpotFormType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace HubSpotForm {
6
6
  var propTypes: {
7
+ /** HubSpot region code */
7
8
  region: PropTypes.Requireable<string>;
9
+ /** HubSpot portal/account ID */
8
10
  portalId: PropTypes.Requireable<string>;
11
+ /** HubSpot form GUID */
9
12
  formId: PropTypes.Requireable<string>;
13
+ /** CSS selector or target element for the form */
10
14
  target: PropTypes.Requireable<string>;
15
+ /** DOM ID of the container element for the form */
11
16
  containerId: PropTypes.Requireable<string>;
12
17
  };
13
18
  }
@@ -15,6 +20,7 @@ export type HubspotTrackingCodeType = InferProps<typeof HubspotTrackingCode.prop
15
20
  export declare function HubspotTrackingCode(props: HubspotTrackingCodeType): import("react/jsx-runtime").JSX.Element;
16
21
  export declare namespace HubspotTrackingCode {
17
22
  var propTypes: {
23
+ /** HubSpot portal ID for tracking script injection */
18
24
  hubID: PropTypes.Validator<string>;
19
25
  };
20
26
  }
@@ -22,8 +28,11 @@ export type getHubspotFormSubmissionsType = InferProps<typeof getHubspotFormSubm
22
28
  export declare function getHubspotFormSubmissions(props: getHubspotFormSubmissionsType): Promise<any>;
23
29
  export declare namespace getHubspotFormSubmissions {
24
30
  var propTypes: {
31
+ /** Proxy base URL to route the request through */
25
32
  proxyURL: PropTypes.Validator<string>;
33
+ /** HubSpot form GUID */
26
34
  formGUID: PropTypes.Validator<string>;
35
+ /** Bearer API token for HubSpot requests */
27
36
  apiToken: PropTypes.Validator<string>;
28
37
  };
29
38
  }