@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
@@ -1 +1 @@
1
- {"version":3,"file":"hubspot.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/hubspot.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAMnD,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,QAUvE;AASD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,EAC3B,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,WAAsC,EACxE,EAAE,eAAe,2CA+BjB;yBAjCe,WAAW;;;;;;;;;AAyC3B,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,2CAQjE;yBARe,mBAAmB;;;;;AAmBnC,MAAM,MAAM,6BAA6B,GAAG,UAAU,CAAC,OAAO,yBAAyB,CAAC,SAAS,CAAC,CAAC;AACnG,wBAAsB,yBAAyB,CAAC,KAAK,EAAE,6BAA6B,gBAmBnF;yBAnBqB,yBAAyB"}
1
+ {"version":3,"file":"hubspot.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/hubspot.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAMnD,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,QAUvE;AAuBD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,EAC3B,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,WAAsC,EACxE,EAAE,eAAe,2CA+BjB;yBAjCe,WAAW;;QAZ3B,0BAA0B;;QAEzB,gCAAgC;;QAEhC,wBAAwB;;QAExB,kDAAkD;;QAElD,mDAAmD;;;;AAmDpD,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,2CAQjE;yBARe,mBAAmB;;QAJnC,sDAAsD;;;;AAiCtD,MAAM,MAAM,6BAA6B,GAAG,UAAU,CAAC,OAAO,yBAAyB,CAAC,SAAS,CAAC,CAAC;AACnG,wBAAsB,yBAAyB,CAAC,KAAK,EAAE,6BAA6B,gBAmBnF;yBAnBqB,yBAAyB;;QAR/C,kDAAkD;;QAEjD,wBAAwB;;QAExB,4CAA4C"}
@@ -3,12 +3,19 @@ export type InstagramTilesType = InferProps<typeof InstagramTiles.propTypes>;
3
3
  export declare function InstagramTiles(props: InstagramTilesType): import("react/jsx-runtime").JSX.Element;
4
4
  export declare namespace InstagramTiles {
5
5
  var propTypes: {
6
+ /** Instagram access token */
6
7
  accessToken: PropTypes.Requireable<string>;
8
+ /** Instagram user ID */
7
9
  userId: PropTypes.Requireable<string>;
10
+ /** Max number of media items to fetch */
8
11
  limit: PropTypes.Requireable<number>;
12
+ /** Number of columns/rows used by Tiles layout */
9
13
  rowCount: PropTypes.Requireable<number>;
14
+ /** Prefer thumbnails when available */
10
15
  useThumbnails: PropTypes.Requireable<boolean>;
16
+ /** Include video posts */
11
17
  includeVideos: PropTypes.Requireable<boolean>;
18
+ /** Include captions in tile metadata */
12
19
  includeCaptions: PropTypes.Requireable<boolean>;
13
20
  };
14
21
  }
@@ -1 +1 @@
1
- {"version":3,"file":"instagram.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/instagram.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAenD,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAyDvD;yBAzDe,cAAc"}
1
+ {"version":3,"file":"instagram.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/instagram.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAiCnD,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAyDvD;yBAzDe,cAAc;;QAhB9B,6BAA6B;;QAE5B,wBAAwB;;QAExB,yCAAyC;;QAEzC,kDAAkD;;QAElD,uCAAuC;;QAEvC,0BAA0B;;QAE1B,wCAAwC"}
@@ -0,0 +1,14 @@
1
+ import PropTypes, { InferProps } from 'prop-types';
2
+ export type LipsumType = InferProps<typeof getLipsum.propTypes>;
3
+ export declare function getLipsum(props: LipsumType): Promise<string[]>;
4
+ export declare namespace getLipsum {
5
+ var propTypes: {
6
+ /** Type of lipsum content to request */
7
+ LipsumTypeId: PropTypes.Validator<string>;
8
+ /** Number of items to request */
9
+ Amount: PropTypes.Validator<number>;
10
+ /** Start with the canonical Lorem Ipsum text */
11
+ StartWithLoremIpsum: PropTypes.Requireable<boolean>;
12
+ };
13
+ }
14
+ //# sourceMappingURL=lipsum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lipsum.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/lipsum.tsx"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAmBnD,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AAChE,wBAAsB,SAAS,CAAC,KAAK,EAAE,UAAU,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CA2BpE;yBA3BqB,SAAS;;QAR/B,wCAAwC;;QAEvC,iCAAiC;;QAEjC,gDAAgD"}
@@ -5,9 +5,13 @@ export type LoremIpsumType = InferProps<typeof LoremIpsum.propTypes> & {
5
5
  export declare function LoremIpsum({ paragraphs, seed, proxyBase, className }: LoremIpsumType): import("react/jsx-runtime").JSX.Element;
6
6
  export declare namespace LoremIpsum {
7
7
  var propTypes: {
8
+ /** Paragraph count to request */
8
9
  paragraphs: PropTypes.Requireable<number>;
10
+ /** Optional deterministic seed for content */
9
11
  seed: PropTypes.Requireable<string>;
12
+ /** Proxy base URL used as a fallback */
10
13
  proxyBase: PropTypes.Requireable<string>;
14
+ /** Wrapper CSS class name */
11
15
  className: PropTypes.Requireable<string>;
12
16
  };
13
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"loremipsum.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/loremipsum.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAWnD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAC9F,wBAAgB,UAAU,CAAC,EAAE,UAAc,EAAE,IAAS,EAAE,SAAS,EAAE,SAAc,EAAE,EAAE,cAAc,2CAyGlG;yBAzGe,UAAU"}
1
+ {"version":3,"file":"loremipsum.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/loremipsum.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAuBnD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAC9F,wBAAgB,UAAU,CAAC,EAAE,UAAc,EAAE,IAAS,EAAE,SAAS,EAAE,SAAc,EAAE,EAAE,cAAc,2CAyGlG;yBAzGe,UAAU;;QAV1B,iCAAiC;;QAEhC,8CAA8C;;QAE9C,wCAAwC;;QAExC,6BAA6B"}
@@ -4,6 +4,7 @@ export type SocialCardsType = InferProps<typeof SocialCards.propTypes>;
4
4
  export declare function SocialCards(props: SocialCardsType): import("react/jsx-runtime").JSX.Element | never[];
5
5
  export declare namespace SocialCards {
6
6
  var propTypes: {
7
+ /** Map of feed source configurations (e.g., { instagram: { userID, entryCount }, blog: { url, entryCount }, ... }) */
7
8
  sources: PropTypes.Validator<object>;
8
9
  };
9
10
  }
@@ -11,8 +12,11 @@ export type SocialCardType = InferProps<typeof SocialCard.propTypes>;
11
12
  export declare function SocialCard(props: SocialCardType): import("react/jsx-runtime").JSX.Element;
12
13
  export declare namespace SocialCard {
13
14
  var propTypes: {
15
+ /** Source icon image URL */
14
16
  iconSrc: PropTypes.Validator<string>;
17
+ /** Alt text for the icon */
15
18
  iconSrcAlt: PropTypes.Validator<string>;
19
+ /** Feed item object with title/link/description/pubDate */
16
20
  card: PropTypes.Validator<any>;
17
21
  };
18
22
  }
@@ -1 +1 @@
1
- {"version":3,"file":"socialcard.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/socialcard.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,kBAAkB,CAAC;AAiC1B,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,KAAK,EAAE,eAAe,qDAoNjD;yBApNe,WAAW;;;;;AA2N3B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAoB/C;yBApBe,UAAU;;;;;;;AAwB1B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,4CAMjC;yBANe,kBAAkB"}
1
+ {"version":3,"file":"socialcard.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/socialcard.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,kBAAkB,CAAC;AAuC1B,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,KAAK,EAAE,eAAe,qDAoNjD;yBApNe,WAAW;;QAJ3B,sHAAsH;;;;AAyOtH,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAoB/C;yBApBe,UAAU;;QAR1B,4BAA4B;;QAE3B,4BAA4B;;QAE5B,2DAA2D;;;;AAgC5D,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,4CAMjC;yBANe,kBAAkB"}
@@ -4,10 +4,15 @@ export type BlogPostListType = InferProps<typeof BlogPostList.propTypes>;
4
4
  export declare function BlogPostList(props: BlogPostListType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace BlogPostList {
6
6
  var propTypes: {
7
+ /** WordPress site identifier */
7
8
  site: PropTypes.Requireable<string>;
9
+ /** Optional WordPress base URL */
8
10
  baseURL: PropTypes.Requireable<string>;
11
+ /** Max number of posts to fetch/display */
9
12
  count: PropTypes.Requireable<number>;
13
+ /** Optional array of pre-fetched posts */
10
14
  posts: PropTypes.Requireable<any[]>;
15
+ /** Show category icons next to posts */
11
16
  showCategories: PropTypes.Requireable<boolean>;
12
17
  };
13
18
  }
@@ -15,13 +20,21 @@ export type BlogPostSummaryType = InferProps<typeof BlogPostSummary.propTypes>;
15
20
  export declare function BlogPostSummary(props: BlogPostSummaryType): import("react/jsx-runtime").JSX.Element;
16
21
  export declare namespace BlogPostSummary {
17
22
  var propTypes: {
23
+ /** Post ID (string or number) */
18
24
  ID: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
25
+ /** Post title */
19
26
  title: PropTypes.Requireable<string>;
27
+ /** Post publish date (ISO string) */
20
28
  date: PropTypes.Requireable<string>;
29
+ /** HTML excerpt */
21
30
  excerpt: PropTypes.Requireable<string>;
31
+ /** Canonical URL for the post */
22
32
  URL: PropTypes.Requireable<string>;
33
+ /** Categories object used for icons */
23
34
  categories: PropTypes.Requireable<object>;
35
+ /** Featured image URL */
24
36
  featured_image: PropTypes.Requireable<string>;
37
+ /** Show categories flag */
25
38
  showCategories: PropTypes.Requireable<boolean>;
26
39
  };
27
40
  }
@@ -29,6 +42,7 @@ export type BlogPostCategoriesType = InferProps<typeof BlogPostCategories.propTy
29
42
  export declare function BlogPostCategories(props: BlogPostCategoriesType): import("react/jsx-runtime").JSX.Element | null;
30
43
  export declare namespace BlogPostCategories {
31
44
  var propTypes: {
45
+ /** Array of category names */
32
46
  categories: PropTypes.Requireable<(string | null | undefined)[]>;
33
47
  };
34
48
  }
@@ -1 +1 @@
1
- {"version":3,"file":"wordpress.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/wordpress.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAQnD,OAAO,iBAAiB,CAAC;AAkBzB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAsDnD;yBAtDe,YAAY;;;;;;;;;AAkE5B,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAgDzD;yBAhDe,eAAe;;;;;;;;;;;;AAuD/B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,kDAyB/D;yBAzBe,kBAAkB"}
1
+ {"version":3,"file":"wordpress.components.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/wordpress.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAQnD,OAAO,iBAAiB,CAAC;AAgCzB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAsDnD;yBAtDe,YAAY;;QAZ5B,gCAAgC;;QAE/B,kCAAkC;;QAElC,2CAA2C;;QAE3C,0CAA0C;;QAE1C,wCAAwC;;;;AA0FzC,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAgDzD;yBAhDe,eAAe;;QAlB/B,iCAAiC;;QAEhC,iBAAiB;;QAEjB,qCAAqC;;QAErC,mBAAmB;;QAEnB,iCAAiC;;QAEjC,uCAAuC;;QAEvC,yBAAyB;;QAEzB,2BAA2B;;;;AAiE5B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,kDAyB/D;yBAzBe,kBAAkB;;QAJlC,8BAA8B"}
@@ -23,8 +23,11 @@ export declare function getWordPressItems(props: {
23
23
  }): Promise<BlogPostType[] | undefined>;
24
24
  export declare namespace getWordPressItems {
25
25
  var propTypes: {
26
+ /** WordPress site identifier (slug or domain) */
26
27
  site: PropTypes.Validator<string>;
28
+ /** Number of posts to fetch (optional) */
27
29
  count: PropTypes.Requireable<number>;
30
+ /** Base URL for WordPress API (optional) */
28
31
  baseURL: PropTypes.Requireable<string>;
29
32
  };
30
33
  }
@@ -38,6 +41,7 @@ export type getWordPressItemImagesType = InferProps<typeof getWordPressItemImage
38
41
  export declare function getWordPressItemImages(item: BlogPostType): WordPressSitemapImage[];
39
42
  export declare namespace getWordPressItemImages {
40
43
  var propTypes: {
44
+ /** WordPress post object */
41
45
  item: PropTypes.Validator<object>;
42
46
  };
43
47
  }
@@ -56,7 +60,9 @@ export declare function getWordPressCategories(props: {
56
60
  }): Promise<any[] | undefined>;
57
61
  export declare namespace getWordPressCategories {
58
62
  var propTypes: {
63
+ /** WordPress site identifier (slug or domain) */
59
64
  site: PropTypes.Validator<string>;
65
+ /** Base URL for WordPress API (optional) */
60
66
  baseURL: PropTypes.Requireable<string>;
61
67
  };
62
68
  }
@@ -1 +1 @@
1
- {"version":3,"file":"wordpress.functions.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/wordpress.functions.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAWnD,MAAM,MAAM,YAAY,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,EAAE,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE;QAChB,GAAG,EAAE,MAAM,CAAC;KACZ,CAAA;IACD,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAClC,CAAC;AAMF,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAsB,iBAAiB,CAAC,KAAK,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,uCAkChG;yBAlCqB,iBAAiB;;;;;;;AAwCvC,MAAM,MAAM,qBAAqB,GAAG;IACnC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAIF,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,SAAS,CAAC,CAAC;AAC7F,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,YAAY,GAAG,qBAAqB,EAAE,CAuClF;yBAvCe,sBAAsB;;;;;AA8CtC,MAAM,MAAM,oBAAoB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CACjB,CAAC;AAKF,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,SAAS,CAAC,CAAC;AAC7F,wBAAsB,sBAAsB,CAAC,KAAK,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,8BAerF;yBAfqB,sBAAsB;;;;;;AAiB5C;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAkB7D"}
1
+ {"version":3,"file":"wordpress.functions.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/wordpress.functions.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAWnD,MAAM,MAAM,YAAY,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,EAAE,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE;QAChB,GAAG,EAAE,MAAM,CAAC;KACZ,CAAA;IACD,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAClC,CAAC;AAgBF,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAsB,iBAAiB,CAAC,KAAK,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,uCAkChG;yBAlCqB,iBAAiB;;QARvC,iDAAiD;;QAEhD,0CAA0C;;QAE1C,4CAA4C;;;;AA4C7C,MAAM,MAAM,qBAAqB,GAAG;IACnC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAUF,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,SAAS,CAAC,CAAC;AAC7F,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,YAAY,GAAG,qBAAqB,EAAE,CAuClF;yBAvCe,sBAAsB;;QAJtC,4BAA4B;;;;AAkD5B,MAAM,MAAM,oBAAoB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CACjB,CAAC;AAaF,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,SAAS,CAAC,CAAC;AAC7F,wBAAsB,sBAAsB,CAAC,KAAK,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,8BAerF;yBAfqB,sBAAsB;;QAN5C,iDAAiD;;QAEhD,4CAA4C;;;;AAqB7C;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAkB7D"}
@@ -3,7 +3,9 @@ export type YelpReviewsType = InferProps<typeof YelpReviews.propTypes>;
3
3
  export declare function YelpReviews(props: YelpReviewsType): import("react/jsx-runtime").JSX.Element;
4
4
  export declare namespace YelpReviews {
5
5
  var propTypes: {
6
+ /** Yelp business identifier */
6
7
  businessID: PropTypes.Validator<string>;
8
+ /** Optional Yelp API key */
7
9
  key: PropTypes.Requireable<string>;
8
10
  };
9
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"yelp.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/yelp.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAqBnD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,KAAK,EAAE,eAAe,2CAwDjD;yBAxDe,WAAW"}
1
+ {"version":3,"file":"yelp.d.ts","sourceRoot":"","sources":["../../../../src/components/integrations/yelp.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AA6BnD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,KAAK,EAAE,eAAe,2CAwDjD;yBAxDe,WAAW;;QAN3B,+BAA+B;;QAE9B,4BAA4B"}
@@ -5,7 +5,9 @@ export type EbayItemsType = InferProps<typeof EbayItems.propTypes>;
5
5
  export declare function EbayItems(props: EbayItemsType): import("react/jsx-runtime").JSX.Element;
6
6
  export declare namespace EbayItems {
7
7
  var propTypes: {
8
+ /** eBay API configuration and query params */
8
9
  apiProps: PropTypes.Validator<object>;
10
+ /** Optional Cloudinary product environment for image transforms */
9
11
  cloudinaryProductEnv: PropTypes.Requireable<string>;
10
12
  };
11
13
  }
@@ -13,7 +15,9 @@ export type EbayListFilterType = InferProps<typeof EbayListFilter.propTypes>;
13
15
  export declare function EbayListFilter(props: EbayListFilterType): import("react/jsx-runtime").JSX.Element | null;
14
16
  export declare namespace EbayListFilter {
15
17
  var propTypes: {
18
+ /** Aspect distributions used to render filter controls */
16
19
  aspects: PropTypes.Validator<any>;
20
+ /** Callback to fetch filtered results */
17
21
  callback: PropTypes.Validator<(...args: any[]) => any>;
18
22
  };
19
23
  }
@@ -21,8 +25,11 @@ export type EbayListItemType = InferProps<typeof EbayListItem.propTypes>;
21
25
  export declare function EbayListItem(props: EbayListItemType): import("react/jsx-runtime").JSX.Element;
22
26
  export declare namespace EbayListItem {
23
27
  var propTypes: {
28
+ /** eBay item object */
24
29
  item: PropTypes.Validator<any>;
30
+ /** Optional Cloudinary product environment */
25
31
  cloudinaryProductEnv: PropTypes.Requireable<string>;
32
+ /** eBay API properties */
26
33
  apiProps: PropTypes.Requireable<any>;
27
34
  };
28
35
  }
@@ -30,8 +37,11 @@ export type EbayItemHeaderType = InferProps<typeof EbayItemHeader.propTypes>;
30
37
  export declare function EbayItemHeader(props: EbayItemHeaderType): import("react/jsx-runtime").JSX.Element;
31
38
  export declare namespace EbayItemHeader {
32
39
  var propTypes: {
40
+ /** The item title text */
33
41
  title: PropTypes.Validator<string>;
42
+ /** Optional link URL for the title */
34
43
  url: PropTypes.Requireable<string>;
44
+ /** Link target attribute (e.g., '_blank') */
35
45
  target: PropTypes.Requireable<string>;
36
46
  };
37
47
  }
@@ -39,8 +49,11 @@ export type EbayItemDetailType = InferProps<typeof EbayItemDetail.propTypes>;
39
49
  export declare function EbayItemDetail(props: EbayItemDetailType): import("react/jsx-runtime").JSX.Element;
40
50
  export declare namespace EbayItemDetail {
41
51
  var propTypes: {
52
+ /** eBay API configuration */
42
53
  apiProps: PropTypes.Validator<object>;
54
+ /** eBay item ID to fetch details for */
43
55
  itemID: PropTypes.Validator<string>;
56
+ /** Cloudinary product env for image transforms */
44
57
  cloudinaryProductEnv: PropTypes.Requireable<string>;
45
58
  };
46
59
  }
@@ -48,7 +61,9 @@ export type EbayRateLimitsVisualizerType = InferProps<typeof EbayRateLimitsVisua
48
61
  export declare function EbayRateLimitsVisualizer(props: EbayRateLimitsVisualizerType): import("react/jsx-runtime").JSX.Element;
49
62
  export declare namespace EbayRateLimitsVisualizer {
50
63
  var propTypes: {
64
+ /** OAuth access token for analytics endpoints */
51
65
  token: PropTypes.Requireable<string>;
66
+ /** eBay analytics API configuration */
52
67
  apiProps: PropTypes.Requireable<object>;
53
68
  };
54
69
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ebay.components.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/ebay.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AASnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,YAAY,CAAC;AAUpB,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,wBAAgB,SAAS,CAAC,KAAK,EAAE,aAAa,2CAmF7C;yBAnFe,SAAS;;;;;;AA4FzB,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,kDAqEvD;yBArEe,cAAc;;;;;;AAgF9B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAwDnD;yBAxDe,YAAY;;;;;;;AAiE5B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CASvD;yBATe,cAAc;;;;;;;AAoB9B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAuFvD;yBAvFe,cAAc;;;;;;;AAgG9B,MAAM,MAAM,4BAA4B,GAAG,UAAU,CAAC,OAAO,wBAAwB,CAAC,SAAS,CAAC,CAAC;AACjG,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,4BAA4B,2CAgK3E;yBAhKe,wBAAwB"}
1
+ {"version":3,"file":"ebay.components.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/ebay.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AASnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,YAAY,CAAC;AAkBpB,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,wBAAgB,SAAS,CAAC,KAAK,EAAE,aAAa,2CAmG7C;yBAnGe,SAAS;;QANzB,8CAA8C;;QAE7C,mEAAmE;;;;AAwHpE,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,kDAqEvD;yBArEe,cAAc;;QAN9B,0DAA0D;;QAEzD,yCAAyC;;;;AA8F1C,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAwDnD;yBAxDe,YAAY;;QAR5B,uBAAuB;;QAEtB,8CAA8C;;QAE9C,0BAA0B;;;;AA+E3B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CASvD;yBATe,cAAc;;QAR9B,0BAA0B;;QAEzB,sCAAsC;;QAEtC,6CAA6C;;;;AAkC9C,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAuFvD;yBAvFe,cAAc;;QAR9B,6BAA6B;;QAE5B,wCAAwC;;QAExC,kDAAkD;;;;AA4GnD,MAAM,MAAM,4BAA4B,GAAG,UAAU,CAAC,OAAO,wBAAwB,CAAC,SAAS,CAAC,CAAC;AACjG,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,4BAA4B,2CAgK3E;yBAhKe,wBAAwB;;QANxC,iDAAiD;;QAEhD,uCAAuC"}
@@ -1,5 +1,5 @@
1
1
  import PropTypes, { InferProps } from "prop-types";
2
- import type { ShoppingCartType } from "./shoppingcart.functions";
2
+ import type { CartItemType } from "./shoppingcart.functions";
3
3
  export type EbayApiType = {
4
4
  proxyURL: string;
5
5
  baseTokenURL: string;
@@ -15,11 +15,14 @@ export type EbayApiType = {
15
15
  itemCategory?: string;
16
16
  };
17
17
  export type getShoppingCartItemType = InferProps<typeof getShoppingCartItem.propTypes>;
18
- export declare function getShoppingCartItem(props: getShoppingCartItemType): ShoppingCartType;
18
+ export declare function getShoppingCartItem(props: getShoppingCartItemType): CartItemType;
19
19
  export declare namespace getShoppingCartItem {
20
20
  var propTypes: {
21
+ /** Raw eBay item object */
21
22
  thisItem: PropTypes.Validator<any>;
23
+ /** Optional Cloudinary product environment */
22
24
  cloudinaryProductEnv: PropTypes.Requireable<string>;
25
+ /** eBay API properties */
23
26
  apiProps: PropTypes.Requireable<any>;
24
27
  };
25
28
  }
@@ -27,6 +30,7 @@ export type getEbayAppTokenType = InferProps<typeof getEbayAppToken.propTypes>;
27
30
  export declare function getEbayAppToken(props: getEbayAppTokenType): Promise<any>;
28
31
  export declare namespace getEbayAppToken {
29
32
  var propTypes: {
33
+ /** eBay API configuration for token retrieval */
30
34
  apiProps: PropTypes.Validator<object>;
31
35
  };
32
36
  }
@@ -34,7 +38,9 @@ export type getEbayBrowseSearchType = InferProps<typeof getEbayBrowseSearch.prop
34
38
  export declare function getEbayBrowseSearch(props: getEbayBrowseSearchType): Promise<any>;
35
39
  export declare namespace getEbayBrowseSearch {
36
40
  var propTypes: {
41
+ /** eBay API configuration */
37
42
  apiProps: PropTypes.Validator<object>;
43
+ /** OAuth token to authorize the request */
38
44
  token: PropTypes.Validator<string>;
39
45
  };
40
46
  }
@@ -42,7 +48,9 @@ export type getEbayBrowseItemType = InferProps<typeof getEbayBrowseItem.propType
42
48
  export declare function getEbayBrowseItem(props: getEbayBrowseItemType): Promise<any>;
43
49
  export declare namespace getEbayBrowseItem {
44
50
  var propTypes: {
51
+ /** eBay API configuration */
45
52
  apiProps: PropTypes.Validator<object>;
53
+ /** OAuth token to authorize the request */
46
54
  token: PropTypes.Validator<string>;
47
55
  };
48
56
  }
@@ -53,7 +61,9 @@ export declare function getEbayRateLimits(props: getEbayRateLimitsType): Promise
53
61
  } | undefined>;
54
62
  export declare namespace getEbayRateLimits {
55
63
  var propTypes: {
64
+ /** eBay analytics API configuration */
56
65
  apiProps: PropTypes.Validator<object>;
66
+ /** OAuth token for analytics requests */
57
67
  token: PropTypes.Validator<string>;
58
68
  };
59
69
  }
@@ -61,6 +71,7 @@ export type getEbayItemsType = InferProps<typeof getEbayItems.propTypes>;
61
71
  export declare function getEbayItems(props: getEbayItemsType): Promise<any>;
62
72
  export declare namespace getEbayItems {
63
73
  var propTypes: {
74
+ /** eBay API configuration and query params */
64
75
  apiProps: PropTypes.Validator<object>;
65
76
  };
66
77
  }
@@ -68,6 +79,7 @@ export type getEbayItemType = InferProps<typeof getEbayItem.propTypes>;
68
79
  export declare function getEbayItem(props: getEbayItemType): Promise<any>;
69
80
  export declare namespace getEbayItem {
70
81
  var propTypes: {
82
+ /** eBay API item config */
71
83
  apiProps: PropTypes.Validator<object>;
72
84
  };
73
85
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ebay.functions.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/ebay.functions.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AA4DjE,MAAM,MAAM,WAAW,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB,CAAA;AAQD,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,oBA4BjE;yBA5Be,mBAAmB;;;;;;;AA2CnC,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,gBA8BzD;yBA9Be,eAAe;;;;;AAwC/B,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,gBAwCjE;yBAxCe,mBAAmB;;;;;;AAkDnC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,gBAwC7D;yBAxCe,iBAAiB;;;;;;AAkDjC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB;;;eAyC7D;yBAzCe,iBAAiB;;;;;;AAmDjC,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAsB,YAAY,CAAC,KAAK,EAAE,gBAAgB,gBAazD;yBAbqB,YAAY;;;;;AAoBlC,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAsB,WAAW,CAAC,KAAK,EAAE,eAAe,gBAavD;yBAbqB,WAAW;;;;;AAoBjC,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,GAAG,gBAuC5C"}
1
+ {"version":3,"file":"ebay.functions.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/ebay.functions.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AA4D7D,MAAM,MAAM,WAAW,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB,CAAA;AAkBD,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,gBA4BjE;yBA5Be,mBAAmB;;QARnC,2BAA2B;;QAE1B,8CAA8C;;QAE9C,0BAA0B;;;;AAqD3B,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,gBA8BzD;yBA9Be,eAAe;;QAJ/B,iDAAiD;;;;AAoDjD,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,gBAwCjE;yBAxCe,mBAAmB;;QANnC,6BAA6B;;QAE5B,2CAA2C;;;;AA8D5C,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,gBAwC7D;yBAxCe,iBAAiB;;QANjC,6BAA6B;;QAE5B,2CAA2C;;;;AA8D5C,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB;;;eAyC7D;yBAzCe,iBAAiB;;QANjC,uCAAuC;;QAEtC,yCAAyC;;;;AA6D1C,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAsB,YAAY,CAAC,KAAK,EAAE,gBAAgB,gBAazD;yBAbqB,YAAY;;QAJlC,8CAA8C;;;;AA8B9C,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAsB,WAAW,CAAC,KAAK,EAAE,eAAe,gBAavD;yBAbqB,WAAW;;QAJjC,2BAA2B;;;;AAwB3B,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,GAAG,gBAuC5C"}
@@ -1 +1 @@
1
- {"version":3,"file":"paypal.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/paypal.tsx"],"names":[],"mappings":"AAKA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAoB,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAuB/E,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,SAAS,CAAC,CAAC;AAC7D,wBAAgB,MAAM,CAAC,KAAK,EAAE,GAAG,2CAsBhC;yBAtBe,MAAM;;;;;;;AAwBtB,wBAAgB,gBAAgB,CAAC,KAAK,EAAE;IAAC,YAAY,EAAE,YAAY,CAAC;IAAC,SAAS,EAAE,GAAG,CAAA;CAAC,QA4HnF"}
1
+ {"version":3,"file":"paypal.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/paypal.tsx"],"names":[],"mappings":"AAKA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAgB,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAuB3E,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,SAAS,CAAC,CAAC;AAC7D,wBAAgB,MAAM,CAAC,KAAK,EAAE,GAAG,2CAsBhC;yBAtBe,MAAM;;;;;;;AAwBtB,wBAAgB,gBAAgB,CAAC,KAAK,EAAE;IAAC,YAAY,EAAE,YAAY,CAAC;IAAC,SAAS,EAAE,GAAG,CAAA;CAAC,QA4HnF"}
@@ -5,6 +5,7 @@ export type ShoppingCartType = InferProps<typeof ShoppingCart.propTypes>;
5
5
  export declare function ShoppingCart(props: ShoppingCartType): import("react/jsx-runtime").JSX.Element;
6
6
  export declare namespace ShoppingCart {
7
7
  var propTypes: {
8
+ /** Optional PayPal client ID to enable PayPal checkout */
8
9
  payPalClientID: PropTypes.Requireable<string>;
9
10
  };
10
11
  }
@@ -12,12 +13,19 @@ export type ShoppingCartItemType = InferProps<typeof ShoppingCartItem.propTypes>
12
13
  export declare function ShoppingCartItem(props: ShoppingCartItemType): import("react/jsx-runtime").JSX.Element;
13
14
  export declare namespace ShoppingCartItem {
14
15
  var propTypes: {
16
+ /** Shopping cart line item object */
15
17
  item: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
18
+ /** Unique item id */
16
19
  itemID: PropTypes.Validator<string>;
20
+ /** Optional URL for the item details */
17
21
  itemURL: PropTypes.Requireable<string>;
22
+ /** Item display title */
18
23
  itemTitle: PropTypes.Validator<string>;
24
+ /** Thumbnail image URL */
19
25
  itemImageURL: PropTypes.Requireable<string>;
26
+ /** Line item quantity */
20
27
  itemQuantity: PropTypes.Validator<number>;
28
+ /** Per-item price */
21
29
  itemCost: PropTypes.Validator<number>;
22
30
  }>>>;
23
31
  };
@@ -26,14 +34,22 @@ export type CheckoutItemsType = InferProps<typeof CheckoutItems.propTypes>;
26
34
  export declare function CheckoutItems(props: CheckoutItemsType): import("react/jsx-runtime").JSX.Element;
27
35
  export declare namespace CheckoutItems {
28
36
  var propTypes: {
37
+ /** Array of cart items to summarize */
29
38
  items: PropTypes.Validator<(PropTypes.InferProps<{
39
+ /** Item identifier */
30
40
  itemID: PropTypes.Validator<string>;
41
+ /** Item detail URL (optional) */
31
42
  itemURL: PropTypes.Requireable<string>;
43
+ /** Item title */
32
44
  itemTitle: PropTypes.Validator<string>;
45
+ /** Item image URL */
33
46
  itemImageURL: PropTypes.Requireable<string>;
47
+ /** Quantity for this item */
34
48
  itemQuantity: PropTypes.Validator<number>;
49
+ /** Per-item price */
35
50
  itemCost: PropTypes.Validator<number>;
36
51
  }> | null | undefined)[]>;
52
+ /** Shipping address object */
37
53
  shippingTo: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
38
54
  name: PropTypes.Validator<string>;
39
55
  street1: PropTypes.Validator<string>;
@@ -41,11 +57,17 @@ export declare namespace CheckoutItems {
41
57
  state: PropTypes.Validator<string>;
42
58
  zip: PropTypes.Validator<string>;
43
59
  }>>>;
60
+ /** Discount amount applied to subtotal */
44
61
  subtotal_discount: PropTypes.Validator<number>;
62
+ /** Subtotal amount before shipping and taxes */
45
63
  subtotal: PropTypes.Validator<number>;
64
+ /** Shipping cost for the order */
46
65
  shippingCost: PropTypes.Validator<number>;
66
+ /** Handling fee applied to the order */
47
67
  handlingFee: PropTypes.Validator<number>;
68
+ /** Sales tax amount */
48
69
  salesTax: PropTypes.Validator<number>;
70
+ /** Final total amount */
49
71
  total: PropTypes.Validator<number>;
50
72
  };
51
73
  }
@@ -53,6 +75,7 @@ export type CartButtonType = InferProps<typeof CartButton.propTypes>;
53
75
  export declare function CartButton(props: CartButtonType): import("react/jsx-runtime").JSX.Element;
54
76
  export declare namespace CartButton {
55
77
  var propTypes: {
78
+ /** Destination URL for viewing the shopping cart */
56
79
  href: PropTypes.Validator<string>;
57
80
  };
58
81
  }
@@ -60,7 +83,9 @@ export type ViewItemDetailsType = InferProps<typeof ViewItemDetails.propTypes>;
60
83
  export declare function ViewItemDetails(props: ViewItemDetailsType): import("react/jsx-runtime").JSX.Element;
61
84
  export declare namespace ViewItemDetails {
62
85
  var propTypes: {
86
+ /** Base URL for item details */
63
87
  href: PropTypes.Validator<string>;
88
+ /** Item identifier to navigate to */
64
89
  itemID: PropTypes.Validator<string>;
65
90
  };
66
91
  }
@@ -68,8 +93,11 @@ export type AddToCartButtonType = InferProps<typeof AddToCartButton.propTypes>;
68
93
  export declare function AddToCartButton(props: AddToCartButtonType): import("react/jsx-runtime").JSX.Element;
69
94
  export declare namespace AddToCartButton {
70
95
  var propTypes: {
96
+ /** Handler called to add the item to cart */
71
97
  handler: PropTypes.Validator<(...args: any[]) => any>;
98
+ /** Shopping cart item object */
72
99
  item: PropTypes.Validator<object>;
100
+ /** Unique item identifier */
73
101
  itemID: PropTypes.Validator<string>;
74
102
  };
75
103
  }
@@ -77,7 +105,9 @@ export type GoToCartButtonType = InferProps<typeof GoToCartButton.propTypes>;
77
105
  export declare function GoToCartButton(props: GoToCartButtonType): import("react/jsx-runtime").JSX.Element;
78
106
  export declare namespace GoToCartButton {
79
107
  var propTypes: {
108
+ /** Cart page URL */
80
109
  href: PropTypes.Validator<string>;
110
+ /** Item ID used for button id attributes */
81
111
  itemID: PropTypes.Validator<string>;
82
112
  };
83
113
  }
@@ -1 +1 @@
1
- {"version":3,"file":"shoppingcart.components.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/shoppingcart.components.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAMnD,OAAO,8BAA8B,CAAC;AAStC,OAAO,oBAAoB,CAAC;AAa5B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAE,KAAK,EAAE,gBAAgB,2CA2LpD;yBA3Le,YAAY;;;;;AAwM5B,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AACjF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,oBAAoB,2CAmD3D;yBAnDe,gBAAgB;;;;;;;;;;;;AA8EhC,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAoDrD;yBApDe,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;AA0D7B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAiC/C;yBAjCe,UAAU;;;;;AAwC1B,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAQzD;yBARe,eAAe;;;;;;AAgB/B,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAkBzD;yBAlBe,eAAe;;;;;;;AAyB/B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAQvD;yBARe,cAAc"}
1
+ {"version":3,"file":"shoppingcart.components.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/shoppingcart.components.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAMnD,OAAO,8BAA8B,CAAC;AAStC,OAAO,oBAAoB,CAAC;AAoB5B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAE,KAAK,EAAE,gBAAgB,2CAiMpD;yBAjMe,YAAY;;QAJ3B,0DAA0D;;;;AAoO3D,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AACjF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,oBAAoB,2CAmD3D;yBAnDe,gBAAgB;;QAjBhC,qCAAqC;;YAEnC,qBAAqB;;YAErB,wCAAwC;;YAExC,yBAAyB;;YAEzB,0BAA0B;;YAE1B,yBAAyB;;YAEzB,qBAAqB;;;;;AA6GvB,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAoDrD;yBApDe,aAAa;;QArC7B,uCAAuC;;YAErC,sBAAsB;;YAEtB,iCAAiC;;YAEjC,iBAAiB;;YAEjB,qBAAqB;;YAErB,6BAA6B;;YAE7B,qBAAqB;;;QAGtB,8BAA8B;;;;;;;;QAQ9B,0CAA0C;;QAE1C,gDAAgD;;QAEhD,kCAAkC;;QAElC,wCAAwC;;QAExC,uBAAuB;;QAEvB,yBAAyB;;;;AAoE1B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAiC/C;yBAjCe,UAAU;;QAJ1B,oDAAoD;;;;AAoDpD,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAQzD;yBARe,eAAe;;QAN/B,gCAAgC;;QAE/B,qCAAqC;;;;AA8BtC,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAkBzD;yBAlBe,eAAe;;QAR/B,6CAA6C;;QAE5C,gCAAgC;;QAEhC,6BAA6B;;;;AAqC9B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAQvD;yBARe,cAAc;;QAN9B,oBAAoB;;QAEnB,4CAA4C"}
@@ -2,7 +2,15 @@ export declare const shoppingCartKey = "pixelvividCart";
2
2
  export declare const shippingInfoKey = "pixelvividCartShipping";
3
3
  export declare const discountCodesKey = "pixelvividDiscountCodes";
4
4
  export declare const checkoutInfoKey = "pixelvividCartCheckout";
5
- export type ShoppingCartType = {
5
+ /**
6
+ * Canonical Cart Item model (data-only)
7
+ *
8
+ * This type is the *single source of truth* for shopping cart items used by
9
+ * business logic, storage, and integrations. Component prop types should
10
+ * either alias this type (e.g. `ShoppingCartItemProps = { item: CartItemType }`)
11
+ * or use their own `...Props` names to remain UI-focused.
12
+ */
13
+ export type CartItemType = {
6
14
  itemID: string;
7
15
  itemURL?: string;
8
16
  itemTitle: string;
@@ -29,7 +37,7 @@ export type DiscountCodeType = {
29
37
  codeValue: number;
30
38
  };
31
39
  export type CheckoutType = {
32
- items: ShoppingCartType[];
40
+ items: CartItemType[];
33
41
  subtotal: number;
34
42
  subtotal_discount: number;
35
43
  shippingTo: AddressType;
@@ -42,15 +50,15 @@ export type CheckoutType = {
42
50
  };
43
51
  export declare function formatAsUSD(cost: number): string;
44
52
  export declare function formatAsHundredths(num: number): number;
45
- export declare function getCart(): ShoppingCartType[];
46
- export declare function setCart(shoppingCartJSON: ShoppingCartType[]): void;
47
- export declare function alreadyInCart(cart: ShoppingCartType[], itemID: string): boolean;
48
- export declare function increaseQuantityCart(cart: ShoppingCartType[], itemID: string): void;
49
- export declare function getIndexInCart(cart: ShoppingCartType[], itemID: string): number;
50
- export declare function getCartItemCount(cart: ShoppingCartType[]): number;
51
- export declare function getCartSubTotal(cart: ShoppingCartType[]): number;
52
- export declare function addToShoppingCart(thisItem: ShoppingCartType): void;
53
- export declare function removeFromShoppingCart(thisItem: ShoppingCartType): void;
53
+ export declare function getCart(): CartItemType[];
54
+ export declare function setCart(shoppingCartJSON: CartItemType[]): void;
55
+ export declare function alreadyInCart(cart: CartItemType[], itemID: string): boolean;
56
+ export declare function increaseQuantityCart(cart: CartItemType[], itemID: string): void;
57
+ export declare function getIndexInCart(cart: CartItemType[], itemID: string): number;
58
+ export declare function getCartItemCount(cart: CartItemType[]): number;
59
+ export declare function getCartSubTotal(cart: CartItemType[]): number;
60
+ export declare function addToShoppingCart(thisItem: CartItemType): void;
61
+ export declare function removeFromShoppingCart(thisItem: CartItemType): void;
54
62
  export declare function clearShoppingCart(): void;
55
63
  export declare function getShippingInfo(): any;
56
64
  export declare function setShippingInfo(shippingFormData: any): void;
@@ -62,7 +70,7 @@ export declare function getRemoteDiscountCodes(): Promise<any>;
62
70
  export declare function getLocalDiscountCodes(): DiscountCodeType[];
63
71
  export declare function setDiscountCodes(discountCodesJSON: DiscountCodeType[]): void;
64
72
  export declare function getDiscountCode(codeString: string): DiscountCodeType | undefined;
65
- export declare function getCartSubtotalDiscount(cart: ShoppingCartType[]): number;
73
+ export declare function getCartSubtotalDiscount(cart: CartItemType[]): number;
66
74
  export declare function getHandlingFee(): number;
67
75
  export declare function getSalesTax(): number;
68
76
  export declare function getCheckoutTotal(): number;
@@ -1 +1 @@
1
- {"version":3,"file":"shoppingcart.functions.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/shoppingcart.functions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"shoppingcart.functions.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/shoppingcart.functions.ts"],"names":[],"mappings":"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"}
@@ -4,18 +4,30 @@ export type CompoundFontSelectorType = InferProps<typeof CompoundFontSelector.pr
4
4
  export declare function CompoundFontSelector(props: CompoundFontSelectorType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace CompoundFontSelector {
6
6
  var propTypes: {
7
+ /** Base id for internal inputs */
7
8
  id: PropTypes.Validator<string>;
9
+ /** Base name for internal inputs */
8
10
  name: PropTypes.Validator<string>;
11
+ /** Display label for the control */
9
12
  label: PropTypes.Validator<string>;
13
+ /** Required flag for the primary font */
10
14
  required: PropTypes.Requireable<boolean>;
15
+ /** Combined font stack value */
11
16
  value: PropTypes.Requireable<string>;
17
+ /** onChange callback receiving combined font string */
12
18
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
13
19
  } | {
20
+ /** Base id for internal inputs */
14
21
  id: PropTypes.Validator<string>;
22
+ /** Base name for internal inputs */
15
23
  name: PropTypes.Validator<string>;
24
+ /** Display label for the control */
16
25
  label: PropTypes.Validator<string>;
26
+ /** Required flag for the primary font */
17
27
  required: PropTypes.Requireable<boolean>;
28
+ /** Combined font stack value */
18
29
  value: PropTypes.Requireable<string>;
30
+ /** onChange callback receiving combined font string */
19
31
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
20
32
  };
21
33
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CompoundFontSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/config/CompoundFontSelector.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,4BAA4B,CAAC;AAUpC,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,2CAqEnE;yBArEe,oBAAoB"}
1
+ {"version":3,"file":"CompoundFontSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/config/CompoundFontSelector.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,4BAA4B,CAAC;AA0BpC,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,2CAqEnE;yBArEe,oBAAoB;;QAdpC,kCAAkC;;QAEjC,oCAAoC;;QAEpC,oCAAoC;;QAEpC,yCAAyC;;QAEzC,gCAAgC;;QAEhC,uDAAuD;;;QAsFxD,kCAAkC;;QAEjC,oCAAoC;;QAEpC,oCAAoC;;QAEpC,yCAAyC;;QAEzC,gCAAgC;;QAEhC,uDAAuD"}
@@ -192,6 +192,7 @@ export type ConfigBuilderType = InferProps<typeof ConfigBuilder.propTypes>;
192
192
  export declare function ConfigBuilder(props: ConfigBuilderType): import("react/jsx-runtime").JSX.Element;
193
193
  export declare namespace ConfigBuilder {
194
194
  var propTypes: {
195
+ /** Initial site configuration to edit */
195
196
  initialConfig: PropTypes.Requireable<PropTypes.InferProps<{
196
197
  siteInfo: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
197
198
  name: PropTypes.Validator<string>;
@@ -379,6 +380,7 @@ export declare namespace ConfigBuilder {
379
380
  }>>>;
380
381
  }>>>;
381
382
  }>>;
383
+ /** Save callback to persist config changes */
382
384
  onSave: PropTypes.Requireable<(...args: any[]) => any>;
383
385
  };
384
386
  }