@pixelated-tech/components 3.4.3 → 3.5.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 (228) hide show
  1. package/README.md +12 -191
  2. package/dist/components/admin/componentusage/componentAnalysis.js +12 -4
  3. package/dist/components/admin/componentusage/componentDiscovery.js +20 -6
  4. package/dist/components/admin/site-health/site-health-accessibility.js +5 -1
  5. package/dist/components/admin/site-health/site-health-axe-core.js +4 -0
  6. package/dist/components/admin/site-health/site-health-cloudwatch.integration.js +0 -5
  7. package/dist/components/admin/site-health/site-health-cloudwatch.js +7 -1
  8. package/dist/components/admin/site-health/site-health-dependency-vulnerabilities.js +4 -0
  9. package/dist/components/admin/site-health/site-health-github.js +6 -0
  10. package/dist/components/admin/site-health/site-health-google-analytics.js +6 -0
  11. package/dist/components/admin/site-health/site-health-google-search-console.js +6 -0
  12. package/dist/components/admin/site-health/site-health-on-site-seo.integration.js +128 -55
  13. package/dist/components/admin/site-health/site-health-on-site-seo.js +4 -0
  14. package/dist/components/admin/site-health/site-health-overview.js +11 -4
  15. package/dist/components/admin/site-health/site-health-performance.js +4 -0
  16. package/dist/components/admin/site-health/site-health-security.js +5 -1
  17. package/dist/components/admin/site-health/site-health-seo.js +5 -1
  18. package/dist/components/admin/site-health/site-health-template.js +19 -9
  19. package/dist/components/admin/site-health/site-health-uptime.js +4 -0
  20. package/dist/components/callout/callout.js +0 -10
  21. package/dist/components/carousel/carousel.js +15 -4
  22. package/dist/components/carousel/tiles.js +1 -1
  23. package/dist/components/cms/contentful.items.components.js +3 -4
  24. package/dist/components/cms/flickr.js +1 -1
  25. package/dist/components/cms/google.reviews.components.js +3 -3
  26. package/dist/components/cms/instagram.components.js +15 -5
  27. package/dist/components/cms/smartimage.js +2 -2
  28. package/dist/components/cms/wordpress.components.js +32 -6
  29. package/dist/components/cms/yelp.js +5 -0
  30. package/dist/components/config/config.server.js +7 -1
  31. package/dist/components/general/css.js +0 -1
  32. package/dist/components/general/image.js +0 -1
  33. package/dist/components/general/loading.js +2 -1
  34. package/dist/components/general/microinteractions.js +0 -1
  35. package/dist/components/general/modal.css +2 -4
  36. package/dist/components/general/modal.js +72 -30
  37. package/dist/components/general/sidepanel.js +16 -0
  38. package/dist/components/general/tab.js +1 -0
  39. package/dist/components/menu/menu-accordion.css +1 -1
  40. package/dist/components/menu/menu-accordion.js +15 -4
  41. package/dist/components/menu/menu-expando.js +21 -19
  42. package/dist/components/menu/menu-simple.js +14 -14
  43. package/dist/components/nerdjoke/nerdjoke.js +1 -1
  44. package/dist/components/seo/googlesearch.js +0 -1
  45. package/dist/components/seo/schema-blogposting.js +6 -1
  46. package/dist/components/seo/schema-recipe.js +34 -1
  47. package/dist/components/seo/schema-services.js +20 -2
  48. package/dist/components/shoppingcart/ebay.components.js +3 -3
  49. package/dist/components/shoppingcart/shoppingcart.components.js +76 -28
  50. package/dist/components/shoppingcart/shoppingcart.functions.js +4 -4
  51. package/dist/components/sitebuilder/config/CompoundFontSelector.js +13 -4
  52. package/dist/components/sitebuilder/config/ConfigBuilder.css +194 -5
  53. package/dist/components/sitebuilder/config/ConfigBuilder.js +183 -17
  54. package/dist/components/sitebuilder/config/FontSelector.js +13 -2
  55. package/dist/components/sitebuilder/config/routes-form.json +67 -0
  56. package/dist/components/sitebuilder/config/siteinfo-form.json +28 -14
  57. package/dist/components/sitebuilder/config/visualdesignform.json +4 -4
  58. package/dist/components/sitebuilder/form/formbuilder.js +1 -0
  59. package/dist/components/sitebuilder/form/formcomponents.js +2 -3
  60. package/dist/components/sitebuilder/form/formengine.js +6 -5
  61. package/dist/components/sitebuilder/form/formvalidator.js +5 -0
  62. package/dist/components/sitebuilder/page/components/PageBuilderUI.js +5 -1
  63. package/dist/components/structured/buzzwordbingo.css +0 -1
  64. package/dist/components/structured/recipe.js +1 -1
  65. package/dist/components/structured/socialcard.js +2 -2
  66. package/dist/components/utilities/functions.js +82 -1
  67. package/dist/components/utilities/gemini-api.client.js +76 -0
  68. package/dist/components/utilities/gemini-api.server.js +185 -0
  69. package/dist/data/routes.json +5 -5
  70. package/dist/index.adminclient.js +30 -0
  71. package/dist/index.adminserver.js +21 -0
  72. package/dist/index.js +4 -18
  73. package/dist/index.server.js +15 -28
  74. package/dist/types/components/admin/componentusage/componentAnalysis.d.ts.map +1 -1
  75. package/dist/types/components/admin/componentusage/componentDiscovery.d.ts +1 -1
  76. package/dist/types/components/admin/componentusage/componentDiscovery.d.ts.map +1 -1
  77. package/dist/types/components/admin/site-health/site-health-accessibility.d.ts +7 -4
  78. package/dist/types/components/admin/site-health/site-health-accessibility.d.ts.map +1 -1
  79. package/dist/types/components/admin/site-health/site-health-axe-core.d.ts +7 -4
  80. package/dist/types/components/admin/site-health/site-health-axe-core.d.ts.map +1 -1
  81. package/dist/types/components/admin/site-health/site-health-cloudwatch.d.ts +9 -6
  82. package/dist/types/components/admin/site-health/site-health-cloudwatch.d.ts.map +1 -1
  83. package/dist/types/components/admin/site-health/site-health-cloudwatch.integration.d.ts.map +1 -1
  84. package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts +7 -4
  85. package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts.map +1 -1
  86. package/dist/types/components/admin/site-health/site-health-github.d.ts +9 -6
  87. package/dist/types/components/admin/site-health/site-health-github.d.ts.map +1 -1
  88. package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts +9 -6
  89. package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts.map +1 -1
  90. package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts +9 -6
  91. package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts.map +1 -1
  92. package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts +8 -3
  93. package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts.map +1 -1
  94. package/dist/types/components/admin/site-health/site-health-on-site-seo.integration.d.ts.map +1 -1
  95. package/dist/types/components/admin/site-health/site-health-overview.d.ts +7 -4
  96. package/dist/types/components/admin/site-health/site-health-overview.d.ts.map +1 -1
  97. package/dist/types/components/admin/site-health/site-health-performance.d.ts +7 -4
  98. package/dist/types/components/admin/site-health/site-health-performance.d.ts.map +1 -1
  99. package/dist/types/components/admin/site-health/site-health-security.d.ts +7 -4
  100. package/dist/types/components/admin/site-health/site-health-security.d.ts.map +1 -1
  101. package/dist/types/components/admin/site-health/site-health-seo.d.ts +7 -4
  102. package/dist/types/components/admin/site-health/site-health-seo.d.ts.map +1 -1
  103. package/dist/types/components/admin/site-health/site-health-template.d.ts +12 -10
  104. package/dist/types/components/admin/site-health/site-health-template.d.ts.map +1 -1
  105. package/dist/types/components/admin/site-health/site-health-uptime.d.ts +7 -4
  106. package/dist/types/components/admin/site-health/site-health-uptime.d.ts.map +1 -1
  107. package/dist/types/components/callout/callout.d.ts +3 -3
  108. package/dist/types/components/callout/callout.d.ts.map +1 -1
  109. package/dist/types/components/carousel/carousel.d.ts +16 -7
  110. package/dist/types/components/carousel/carousel.d.ts.map +1 -1
  111. package/dist/types/components/carousel/tiles.d.ts +3 -6
  112. package/dist/types/components/carousel/tiles.d.ts.map +1 -1
  113. package/dist/types/components/cms/flickr.d.ts +3 -6
  114. package/dist/types/components/cms/flickr.d.ts.map +1 -1
  115. package/dist/types/components/cms/google.reviews.components.d.ts +1 -7
  116. package/dist/types/components/cms/google.reviews.components.d.ts.map +1 -1
  117. package/dist/types/components/cms/hubspot.components.d.ts +1 -2
  118. package/dist/types/components/cms/hubspot.components.d.ts.map +1 -1
  119. package/dist/types/components/cms/instagram.components.d.ts +14 -9
  120. package/dist/types/components/cms/instagram.components.d.ts.map +1 -1
  121. package/dist/types/components/cms/smartimage.d.ts +2 -28
  122. package/dist/types/components/cms/smartimage.d.ts.map +1 -1
  123. package/dist/types/components/cms/wordpress.components.d.ts +33 -14
  124. package/dist/types/components/cms/wordpress.components.d.ts.map +1 -1
  125. package/dist/types/components/cms/yelp.d.ts +9 -4
  126. package/dist/types/components/cms/yelp.d.ts.map +1 -1
  127. package/dist/types/components/config/config.server.d.ts +9 -6
  128. package/dist/types/components/config/config.server.d.ts.map +1 -1
  129. package/dist/types/components/general/loading.d.ts +5 -1
  130. package/dist/types/components/general/loading.d.ts.map +1 -1
  131. package/dist/types/components/general/microinteractions.d.ts +1 -3
  132. package/dist/types/components/general/microinteractions.d.ts.map +1 -1
  133. package/dist/types/components/general/modal.d.ts +11 -5
  134. package/dist/types/components/general/modal.d.ts.map +1 -1
  135. package/dist/types/components/general/semantic.d.ts +3 -3
  136. package/dist/types/components/general/sidepanel.d.ts +20 -13
  137. package/dist/types/components/general/sidepanel.d.ts.map +1 -1
  138. package/dist/types/components/general/tab.d.ts +1 -2
  139. package/dist/types/components/general/tab.d.ts.map +1 -1
  140. package/dist/types/components/menu/menu-accordion.d.ts +22 -9
  141. package/dist/types/components/menu/menu-accordion.d.ts.map +1 -1
  142. package/dist/types/components/menu/menu-expando.d.ts +14 -5
  143. package/dist/types/components/menu/menu-expando.d.ts.map +1 -1
  144. package/dist/types/components/menu/menu-simple.d.ts +4 -5
  145. package/dist/types/components/menu/menu-simple.d.ts.map +1 -1
  146. package/dist/types/components/nerdjoke/nerdjoke.d.ts +1 -1
  147. package/dist/types/components/nerdjoke/nerdjoke.d.ts.map +1 -1
  148. package/dist/types/components/seo/googleanalytics.d.ts.map +1 -1
  149. package/dist/types/components/seo/metadata.components.d.ts +2 -2
  150. package/dist/types/components/seo/metadata.components.d.ts.map +1 -1
  151. package/dist/types/components/seo/schema-blogposting.d.ts +7 -4
  152. package/dist/types/components/seo/schema-blogposting.d.ts.map +1 -1
  153. package/dist/types/components/seo/schema-recipe.d.ts +29 -30
  154. package/dist/types/components/seo/schema-recipe.d.ts.map +1 -1
  155. package/dist/types/components/seo/schema-services.d.ts +19 -9
  156. package/dist/types/components/seo/schema-services.d.ts.map +1 -1
  157. package/dist/types/components/shoppingcart/paypal.d.ts +1 -1
  158. package/dist/types/components/shoppingcart/paypal.d.ts.map +1 -1
  159. package/dist/types/components/shoppingcart/shoppingcart.components.d.ts +77 -28
  160. package/dist/types/components/shoppingcart/shoppingcart.components.d.ts.map +1 -1
  161. package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts +4 -23
  162. package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts.map +1 -1
  163. package/dist/types/components/sitebuilder/config/CompoundFontSelector.d.ts +10 -11
  164. package/dist/types/components/sitebuilder/config/CompoundFontSelector.d.ts.map +1 -1
  165. package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts +41 -174
  166. package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts.map +1 -1
  167. package/dist/types/components/sitebuilder/config/FontSelector.d.ts +12 -13
  168. package/dist/types/components/sitebuilder/config/FontSelector.d.ts.map +1 -1
  169. package/dist/types/components/sitebuilder/form/formbuilder.d.ts +7 -3
  170. package/dist/types/components/sitebuilder/form/formbuilder.d.ts.map +1 -1
  171. package/dist/types/components/sitebuilder/form/formcomponents.d.ts +1 -1
  172. package/dist/types/components/sitebuilder/form/formcomponents.d.ts.map +1 -1
  173. package/dist/types/components/sitebuilder/form/formengine.d.ts +1 -2
  174. package/dist/types/components/sitebuilder/form/formengine.d.ts.map +1 -1
  175. package/dist/types/components/sitebuilder/form/formextractor.d.ts +5 -4
  176. package/dist/types/components/sitebuilder/form/formextractor.d.ts.map +1 -1
  177. package/dist/types/components/sitebuilder/form/formtypes.d.ts +3 -3
  178. package/dist/types/components/sitebuilder/form/formtypes.d.ts.map +1 -1
  179. package/dist/types/components/sitebuilder/form/formvalidator.d.ts +8 -3
  180. package/dist/types/components/sitebuilder/form/formvalidator.d.ts.map +1 -1
  181. package/dist/types/components/sitebuilder/page/components/ComponentPropertiesForm.d.ts +2 -3
  182. package/dist/types/components/sitebuilder/page/components/ComponentPropertiesForm.d.ts.map +1 -1
  183. package/dist/types/components/sitebuilder/page/components/ComponentSelector.d.ts +2 -3
  184. package/dist/types/components/sitebuilder/page/components/ComponentSelector.d.ts.map +1 -1
  185. package/dist/types/components/sitebuilder/page/components/ComponentTree.d.ts +2 -3
  186. package/dist/types/components/sitebuilder/page/components/ComponentTree.d.ts.map +1 -1
  187. package/dist/types/components/sitebuilder/page/components/PageBuilderUI.d.ts +8 -7
  188. package/dist/types/components/sitebuilder/page/components/PageBuilderUI.d.ts.map +1 -1
  189. package/dist/types/components/sitebuilder/page/components/PageEngine.d.ts.map +1 -1
  190. package/dist/types/components/sitebuilder/page/components/SaveLoadSection.d.ts +2 -3
  191. package/dist/types/components/sitebuilder/page/components/SaveLoadSection.d.ts.map +1 -1
  192. package/dist/types/components/sitebuilder/page/lib/componentMap.d.ts +1 -1
  193. package/dist/types/components/structured/markdown.d.ts +1 -3
  194. package/dist/types/components/structured/markdown.d.ts.map +1 -1
  195. package/dist/types/components/structured/recipe.d.ts +5 -32
  196. package/dist/types/components/structured/recipe.d.ts.map +1 -1
  197. package/dist/types/components/structured/socialcard.d.ts +4 -0
  198. package/dist/types/components/structured/socialcard.d.ts.map +1 -1
  199. package/dist/types/components/structured/timeline.d.ts +1 -3
  200. package/dist/types/components/structured/timeline.d.ts.map +1 -1
  201. package/dist/types/components/utilities/functions.d.ts +20 -0
  202. package/dist/types/components/utilities/functions.d.ts.map +1 -1
  203. package/dist/types/components/utilities/gemini-api.client.d.ts +38 -0
  204. package/dist/types/components/utilities/gemini-api.client.d.ts.map +1 -0
  205. package/dist/types/components/utilities/gemini-api.server.d.ts +17 -0
  206. package/dist/types/components/utilities/gemini-api.server.d.ts.map +1 -0
  207. package/dist/types/index.adminclient.d.ts +27 -0
  208. package/dist/types/index.adminclient.d.ts.map +1 -0
  209. package/dist/types/index.adminserver.d.ts +19 -0
  210. package/dist/types/index.adminserver.d.ts.map +1 -0
  211. package/dist/types/index.d.ts +4 -18
  212. package/dist/types/index.server.d.ts +5 -28
  213. package/dist/types/stories/general/sidepanel.stories.d.ts.map +1 -1
  214. package/dist/types/stories/general/smartimage.stories.d.ts +74 -2
  215. package/dist/types/stories/general/smartimage.stories.d.ts.map +1 -1
  216. package/package.json +19 -9
  217. package/README.COMPONENTS.md +0 -2310
  218. package/dist/components/cms/pixelated.linkedin.js +0 -180
  219. package/dist/components/cms/pixelated.linkedin1.js +0 -84
  220. package/dist/components/cms/pixelated.linkedin2.js +0 -92
  221. package/dist/types/components/cms/pixelated.linkedin.d.ts +0 -2
  222. package/dist/types/components/cms/pixelated.linkedin.d.ts.map +0 -1
  223. package/dist/types/components/cms/pixelated.linkedin1.d.ts +0 -2
  224. package/dist/types/components/cms/pixelated.linkedin1.d.ts.map +0 -1
  225. package/dist/types/components/cms/pixelated.linkedin2.d.ts +0 -2
  226. package/dist/types/components/cms/pixelated.linkedin2.d.ts.map +0 -1
  227. package/dist/types/tests/pixelated.menu-expando.test.d.ts +0 -2
  228. package/dist/types/tests/pixelated.menu-expando.test.d.ts.map +0 -1
@@ -1,32 +1,7 @@
1
1
  import React from 'react';
2
2
  import PropTypes, { InferProps } from 'prop-types';
3
- declare const SMARTIMAGE_PROP_TYPES: {
4
- cloudinaryEnv: PropTypes.Requireable<string>;
5
- cloudinaryDomain: PropTypes.Requireable<string>;
6
- cloudinaryTransforms: PropTypes.Requireable<string>;
7
- src: PropTypes.Validator<string>;
8
- alt: PropTypes.Validator<string>;
9
- width: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
10
- height: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
11
- aboveFold: PropTypes.Requireable<boolean>;
12
- loading: PropTypes.Requireable<string>;
13
- preload: PropTypes.Requireable<boolean>;
14
- decoding: PropTypes.Requireable<string>;
15
- fetchPriority: PropTypes.Requireable<string>;
16
- sizes: PropTypes.Requireable<string>;
17
- srcSet: PropTypes.Requireable<string>;
18
- className: PropTypes.Requireable<string>;
19
- style: PropTypes.Requireable<object>;
20
- id: PropTypes.Requireable<string>;
21
- name: PropTypes.Requireable<string>;
22
- title: PropTypes.Requireable<string>;
23
- quality: PropTypes.Requireable<number>;
24
- placeholder: PropTypes.Requireable<string>;
25
- blurDataURL: PropTypes.Requireable<string>;
26
- variant: PropTypes.Requireable<string>;
27
- };
28
- export type SmartImageProps = InferProps<typeof SMARTIMAGE_PROP_TYPES> & React.ImgHTMLAttributes<HTMLImageElement>;
29
- export declare function SmartImage(props: SmartImageProps): import("react/jsx-runtime").JSX.Element;
3
+ export type SmartImageType = InferProps<typeof SmartImage.propTypes> & React.ImgHTMLAttributes<HTMLImageElement>;
4
+ export declare function SmartImage(props: SmartImageType): import("react/jsx-runtime").JSX.Element;
30
5
  export declare namespace SmartImage {
31
6
  var propTypes: {
32
7
  cloudinaryEnv: PropTypes.Requireable<string>;
@@ -54,5 +29,4 @@ export declare namespace SmartImage {
54
29
  variant: PropTypes.Requireable<string>;
55
30
  };
56
31
  }
57
- export {};
58
32
  //# sourceMappingURL=smartimage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"smartimage.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/smartimage.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAmDnD,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;CAwB1B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,GAAG,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;AACnH,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CA4IhD;yBA5Ie,UAAU"}
1
+ {"version":3,"file":"smartimage.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/smartimage.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AA6EnD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;AACjH,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CA4I/C;yBA5Ie,UAAU"}
@@ -1,16 +1,35 @@
1
- import type { BlogPostType } from './wordpress.functions';
1
+ import PropTypes, { InferProps } from 'prop-types';
2
2
  import "./wordpress.css";
3
- export declare function BlogPostList(props: {
4
- site?: string;
5
- baseURL?: string;
6
- count?: number;
7
- posts?: BlogPostType[];
8
- showCategories?: boolean;
9
- }): import("react/jsx-runtime").JSX.Element;
10
- export declare function BlogPostSummary(props: BlogPostType & {
11
- showCategories?: boolean;
12
- }): import("react/jsx-runtime").JSX.Element;
13
- export declare function BlogPostCategories(props: {
14
- categories: string[];
15
- }): import("react/jsx-runtime").JSX.Element | null;
3
+ export type BlogPostListType = InferProps<typeof BlogPostList.propTypes>;
4
+ export declare function BlogPostList(props: BlogPostListType): import("react/jsx-runtime").JSX.Element;
5
+ export declare namespace BlogPostList {
6
+ var propTypes: {
7
+ site: PropTypes.Requireable<string>;
8
+ baseURL: PropTypes.Requireable<string>;
9
+ count: PropTypes.Requireable<number>;
10
+ posts: PropTypes.Requireable<any[]>;
11
+ showCategories: PropTypes.Requireable<boolean>;
12
+ };
13
+ }
14
+ export type BlogPostSummaryType = InferProps<typeof BlogPostSummary.propTypes>;
15
+ export declare function BlogPostSummary(props: BlogPostSummaryType): import("react/jsx-runtime").JSX.Element;
16
+ export declare namespace BlogPostSummary {
17
+ var propTypes: {
18
+ ID: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
19
+ title: PropTypes.Requireable<string>;
20
+ date: PropTypes.Requireable<string>;
21
+ excerpt: PropTypes.Requireable<string>;
22
+ URL: PropTypes.Requireable<string>;
23
+ categories: PropTypes.Requireable<object>;
24
+ featured_image: PropTypes.Requireable<string>;
25
+ showCategories: PropTypes.Requireable<boolean>;
26
+ };
27
+ }
28
+ export type BlogPostCategoriesType = InferProps<typeof BlogPostCategories.propTypes>;
29
+ export declare function BlogPostCategories(props: BlogPostCategoriesType): import("react/jsx-runtime").JSX.Element | null;
30
+ export declare namespace BlogPostCategories {
31
+ var propTypes: {
32
+ categories: PropTypes.Requireable<(string | null | undefined)[]>;
33
+ };
34
+ }
16
35
  //# sourceMappingURL=wordpress.components.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wordpress.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/wordpress.components.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAI1D,OAAO,iBAAiB,CAAC;AAWzB,wBAAgB,YAAY,CAAC,KAAK,EAAE;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC;IAAC,cAAc,CAAC,EAAE,OAAO,CAAA;CAAE,2CAmDxI;AAGD,wBAAgB,eAAe,CAAC,KAAK,EAAE,YAAY,GAAG;IAAE,cAAc,CAAC,EAAE,OAAO,CAAA;CAAE,2CAiDjF;AAID,wBAAgB,kBAAkB,CAAC,KAAK,EAAE;IAAE,UAAU,EAAE,MAAM,EAAE,CAAA;CAAE,kDA0BjE"}
1
+ {"version":3,"file":"wordpress.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/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,2CAiDzD;yBAjDe,eAAe;;;;;;;;;;;;AAwD/B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,kDA0B/D;yBA1Be,kBAAkB"}
@@ -1,5 +1,10 @@
1
- export declare function YelpReviews(props: {
2
- businessID: string;
3
- key: string;
4
- }): import("react/jsx-runtime").JSX.Element;
1
+ import PropTypes, { InferProps } from 'prop-types';
2
+ export type YelpReviewsType = InferProps<typeof YelpReviews.propTypes>;
3
+ export declare function YelpReviews(props: YelpReviewsType): import("react/jsx-runtime").JSX.Element;
4
+ export declare namespace YelpReviews {
5
+ var propTypes: {
6
+ businessID: PropTypes.Validator<string>;
7
+ key: PropTypes.Requireable<string>;
8
+ };
9
+ }
5
10
  //# sourceMappingURL=yelp.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"yelp.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/yelp.tsx"],"names":[],"mappings":"AAoBA,wBAAgB,WAAW,CAAC,KAAK,EAAE;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,2CAwDrE"}
1
+ {"version":3,"file":"yelp.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/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,7 +1,10 @@
1
- import type { ReactNode } from 'react';
2
- import type { PixelatedConfig } from './config.types';
3
- export declare function PixelatedServerConfigProvider({ config, children, }: {
4
- config?: PixelatedConfig;
5
- children: ReactNode;
6
- }): Promise<import("react/jsx-runtime").JSX.Element>;
1
+ import PropTypes, { InferProps } from 'prop-types';
2
+ export type PixelatedServerConfigProviderType = InferProps<typeof PixelatedServerConfigProvider.propTypes>;
3
+ export declare function PixelatedServerConfigProvider(props: PixelatedServerConfigProviderType): Promise<import("react/jsx-runtime").JSX.Element>;
4
+ export declare namespace PixelatedServerConfigProvider {
5
+ var propTypes: {
6
+ config: PropTypes.Requireable<object>;
7
+ children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
8
+ };
9
+ }
7
10
  //# sourceMappingURL=config.server.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.server.d.ts","sourceRoot":"","sources":["../../../../src/components/config/config.server.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAMtD,wBAAsB,6BAA6B,CAAC,EACnD,MAAM,EACN,QAAQ,GACR,EAAE;IACF,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB,QAAQ,EAAE,SAAS,CAAC;CACpB,oDAKA"}
1
+ {"version":3,"file":"config.server.d.ts","sourceRoot":"","sources":["../../../../src/components/config/config.server.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAUnD,MAAM,MAAM,iCAAiC,GAAG,UAAU,CAAC,OAAO,6BAA6B,CAAC,SAAS,CAAC,CAAC;AAC3G,wBAAsB,6BAA6B,CAAC,KAAK,EAAE,iCAAiC,oDAM3F;yBANqB,6BAA6B"}
@@ -1,6 +1,10 @@
1
1
  import PropTypes, { InferProps } from "prop-types";
2
2
  import "./loading.scss";
3
- export declare function Loading(): import("react/jsx-runtime").JSX.Element;
3
+ export type LoadingType = InferProps<typeof Loading.propTypes>;
4
+ export declare function Loading(props: LoadingType): import("react/jsx-runtime").JSX.Element;
5
+ export declare namespace Loading {
6
+ var propTypes: {};
7
+ }
4
8
  export type ToggleLoadingType = InferProps<typeof ToggleLoading.propTypes>;
5
9
  export declare function ToggleLoading(props: ToggleLoadingType): void;
6
10
  export declare namespace ToggleLoading {
@@ -1 +1 @@
1
- {"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../../src/components/general/loading.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,gBAAgB,CAAC;AASxB,wBAAgB,OAAO,4CAqBtB;AAKD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,QAkBrD;yBAlBe,aAAa"}
1
+ {"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../../src/components/general/loading.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,gBAAgB,CAAC;AAUxB,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,SAAS,CAAC,CAAC;AAC/D,wBAAgB,OAAO,CAAC,KAAK,EAAE,WAAW,2CAqBzC;yBArBe,OAAO;;;AA0BvB,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,QAkBrD;yBAlBe,aAAa"}
@@ -1,8 +1,6 @@
1
1
  import PropTypes, { InferProps } from "prop-types";
2
2
  import './microinteractions.css';
3
- export type MicroInteractionsType = InferProps<typeof MicroInteractions.propTypes> & {
4
- [key: string]: unknown;
5
- };
3
+ export type MicroInteractionsType = InferProps<typeof MicroInteractions.propTypes>;
6
4
  export declare function MicroInteractions(props: MicroInteractionsType): void;
7
5
  export declare namespace MicroInteractions {
8
6
  var propTypes: {
@@ -1 +1 @@
1
- {"version":3,"file":"microinteractions.d.ts","sourceRoot":"","sources":["../../../../src/components/general/microinteractions.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,yBAAyB,CAAC;AAcjC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAChH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,QAa7D;yBAbe,iBAAiB"}
1
+ {"version":3,"file":"microinteractions.d.ts","sourceRoot":"","sources":["../../../../src/components/general/microinteractions.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,yBAAyB,CAAC;AAcjC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,QAa7D;yBAbe,iBAAiB"}
@@ -1,8 +1,14 @@
1
- import React from 'react';
1
+ import PropTypes, { InferProps } from 'prop-types';
2
2
  import './modal.css';
3
- export declare function Modal(props: {
4
- modalContent: React.ReactNode;
5
- modalID?: string;
6
- }): import("react/jsx-runtime").JSX.Element;
3
+ export type ModalType = InferProps<typeof Modal.propTypes>;
4
+ export declare function Modal({ modalContent, modalID, isOpen, handleCloseEvent }: ModalType): import("react/jsx-runtime").JSX.Element;
5
+ export declare namespace Modal {
6
+ var propTypes: {
7
+ modalContent: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
8
+ modalID: PropTypes.Requireable<string>;
9
+ isOpen: PropTypes.Requireable<boolean>;
10
+ handleCloseEvent: PropTypes.Requireable<(...args: any[]) => any>;
11
+ };
12
+ }
7
13
  export declare const handleModalOpen: (event: MouseEvent, modalID?: string) => void;
8
14
  //# sourceMappingURL=modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../src/components/general/modal.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,aAAa,CAAC;AAMrB,wBAAgB,KAAK,CAAC,KAAK,EAAE;IAAE,YAAY,EAAE,KAAK,CAAC,SAAS,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,2CAsC/E;AAED,eAAO,MAAM,eAAe,GAAI,OAAO,UAAU,EAAE,UAAU,MAAM,SAKlE,CAAC"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../src/components/general/modal.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,aAAa,CAAC;AAYrB,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,SAAS,CAAC,CAAC;AAC3D,wBAAgB,KAAK,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE,MAAc,EAAE,gBAAgB,EAAE,EAAE,SAAS,2CA0F3F;yBA1Fe,KAAK;;;;;;;;AA4FrB,eAAO,MAAM,eAAe,GAAI,OAAO,UAAU,EAAE,UAAU,MAAM,SAKlE,CAAC"}
@@ -30,7 +30,7 @@ export declare namespace PageSection {
30
30
  backgroundImage: PropTypes.Requireable<string>;
31
31
  columns: PropTypes.Requireable<number>;
32
32
  autoFlow: PropTypes.Requireable<"row" | "column" | "dense" | "row dense" | "column dense">;
33
- justifyItems: PropTypes.Requireable<"center" | "end" | "start" | "stretch">;
33
+ justifyItems: PropTypes.Requireable<"start" | "center" | "end" | "stretch">;
34
34
  responsive: PropTypes.Requireable<PropTypes.InferProps<{
35
35
  mobile: PropTypes.Requireable<number>;
36
36
  tablet: PropTypes.Requireable<number>;
@@ -38,8 +38,8 @@ export declare namespace PageSection {
38
38
  }>>;
39
39
  direction: PropTypes.Requireable<"row" | "column" | "row-reverse" | "column-reverse">;
40
40
  wrap: PropTypes.Requireable<"nowrap" | "wrap" | "wrap-reverse">;
41
- justifyContent: PropTypes.Requireable<"center" | "end" | "start" | "space-between" | "space-around" | "space-evenly">;
42
- alignItems: PropTypes.Requireable<"center" | "end" | "start" | "stretch" | "baseline">;
41
+ justifyContent: PropTypes.Requireable<"start" | "center" | "end" | "space-between" | "space-around" | "space-evenly">;
42
+ alignItems: PropTypes.Requireable<"start" | "center" | "end" | "stretch" | "baseline">;
43
43
  children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
44
44
  };
45
45
  }
@@ -1,18 +1,25 @@
1
1
  import React from 'react';
2
+ import PropTypes, { InferProps } from 'prop-types';
2
3
  import './sidepanel.css';
3
- export interface SidePanelProps {
4
- isOpen: boolean;
5
- onClose: () => void;
6
- onToggle?: () => void;
7
- position?: 'left' | 'right';
8
- width?: string;
9
- showOverlay?: boolean;
10
- showTab?: boolean;
11
- tabIcon?: React.ReactNode;
12
- tabLabel?: string;
13
- children?: React.ReactNode;
14
- className?: string;
4
+ export declare const positions: readonly ["left", "right"];
5
+ export type PositionType = typeof positions[number];
6
+ export type SidePanelType = InferProps<typeof SidePanel.propTypes>;
7
+ declare function SidePanel({ isOpen, onClose, onToggle, position, width, showOverlay, showTab, tabIcon, tabLabel, children, className }: SidePanelType): React.ReactPortal | null;
8
+ declare namespace SidePanel {
9
+ var propTypes: {
10
+ isOpen: PropTypes.Validator<boolean>;
11
+ onClose: PropTypes.Validator<(...args: any[]) => any>;
12
+ onToggle: PropTypes.Requireable<(...args: any[]) => any>;
13
+ position: PropTypes.Requireable<"left" | "right">;
14
+ width: PropTypes.Requireable<string>;
15
+ showOverlay: PropTypes.Requireable<boolean>;
16
+ showTab: PropTypes.Requireable<boolean>;
17
+ tabIcon: PropTypes.Requireable<PropTypes.ReactNodeLike>;
18
+ tabLabel: PropTypes.Requireable<string>;
19
+ children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
20
+ className: PropTypes.Requireable<string>;
21
+ };
15
22
  }
16
- export default function SidePanel({ isOpen, onClose, onToggle, position, width, showOverlay, showTab, tabIcon, tabLabel, children, className }: SidePanelProps): React.ReactPortal | null;
23
+ export default SidePanel;
17
24
  export { SidePanel };
18
25
  //# sourceMappingURL=sidepanel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sidepanel.d.ts","sourceRoot":"","sources":["../../../../src/components/general/sidepanel.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,iBAAiB,CAAC;AAEzB,MAAM,WAAW,cAAc;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EACjC,MAAM,EACN,OAAO,EACP,QAAQ,EACR,QAAiB,EACjB,KAAe,EACf,WAAkB,EAClB,OAAe,EACf,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,SAAc,EACd,EAAE,cAAc,4BA2FhB;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"sidepanel.d.ts","sourceRoot":"","sources":["../../../../src/components/general/sidepanel.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,iBAAiB,CAAC;AAGzB,eAAO,MAAM,SAAS,4BAA6B,CAAC;AAGpD,MAAM,MAAM,YAAY,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC,CAAC;AAepD,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,iBAAwB,SAAS,CAAC,EACjC,MAAM,EACN,OAAO,EACP,QAAQ,EACR,QAAiB,EACjB,KAAe,EACf,WAAkB,EAClB,OAAe,EACf,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,SAAc,EACd,EAAE,aAAa,4BA2Ff;kBAvGuB,SAAS;;;;;;;;;;;;;;;eAAT,SAAS;AAyGjC,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import PropTypes, { InferProps } from 'prop-types';
2
2
  import './tab.css';
3
- type TabType = InferProps<typeof Tab.propTypes>;
3
+ export type TabType = InferProps<typeof Tab.propTypes>;
4
4
  export declare function Tab({ tabs, orientation, defaultActiveTab, onTabChange }: TabType): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace Tab {
6
6
  var propTypes: {
@@ -14,5 +14,4 @@ export declare namespace Tab {
14
14
  onTabChange: PropTypes.Requireable<(...args: any[]) => any>;
15
15
  };
16
16
  }
17
- export {};
18
17
  //# sourceMappingURL=tab.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tab.d.ts","sourceRoot":"","sources":["../../../../src/components/general/tab.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,WAAW,CAAC;AAenB,KAAK,OAAO,GAAG,UAAU,CAAC,OAAO,GAAG,CAAC,SAAS,CAAC,CAAC;AAEhD,wBAAgB,GAAG,CAAC,EACnB,IAAI,EACJ,WAAmB,EACnB,gBAAgB,EAChB,WAAW,EACX,EAAE,OAAO,2CAgCT;yBArCe,GAAG"}
1
+ {"version":3,"file":"tab.d.ts","sourceRoot":"","sources":["../../../../src/components/general/tab.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,WAAW,CAAC;AAenB,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC,OAAO,GAAG,CAAC,SAAS,CAAC,CAAC;AACvD,wBAAgB,GAAG,CAAC,EACnB,IAAI,EACJ,WAAmB,EACnB,gBAAgB,EAChB,WAAW,EACX,EAAE,OAAO,2CAgCT;yBArCe,GAAG"}
@@ -5,17 +5,18 @@ declare global {
5
5
  moveMenu: () => void;
6
6
  }
7
7
  }
8
- export type MenuItem = {
9
- name: string;
10
- path: string;
11
- target?: string;
12
- routes?: MenuItem[];
13
- };
8
+ export type MenuItem = MenuAccordionType['menuItems'][0];
14
9
  export type MenuAccordionType = InferProps<typeof MenuAccordion.propTypes>;
15
10
  export declare function MenuAccordion(props: MenuAccordionType): import("react/jsx-runtime").JSX.Element;
16
11
  export declare namespace MenuAccordion {
17
12
  var propTypes: {
18
- menuItems: PropTypes.Validator<any>;
13
+ menuItems: PropTypes.Validator<(PropTypes.InferProps<{
14
+ name: PropTypes.Validator<string>;
15
+ path: PropTypes.Requireable<string>;
16
+ target: PropTypes.Requireable<string>;
17
+ routes: PropTypes.Requireable<any[]>;
18
+ hidden: PropTypes.Requireable<boolean>;
19
+ }> | null | undefined)[]>;
19
20
  showHidden: PropTypes.Requireable<boolean>;
20
21
  };
21
22
  }
@@ -23,7 +24,19 @@ export type MenuAccordionGroupType = InferProps<typeof MenuAccordionGroup.propTy
23
24
  export declare function MenuAccordionGroup(props: MenuAccordionGroupType): import("react/jsx-runtime").JSX.Element;
24
25
  export declare namespace MenuAccordionGroup {
25
26
  var propTypes: {
26
- menuItems: PropTypes.Validator<object>;
27
+ menuItems: PropTypes.Validator<NonNullable<NonNullable<PropTypes.InferProps<{
28
+ name: PropTypes.Validator<string>;
29
+ path: PropTypes.Requireable<string>;
30
+ target: PropTypes.Requireable<string>;
31
+ routes: PropTypes.Requireable<any[]>;
32
+ hidden: PropTypes.Requireable<boolean>;
33
+ }> | (PropTypes.InferProps<{
34
+ name: PropTypes.Validator<string>;
35
+ path: PropTypes.Requireable<string>;
36
+ target: PropTypes.Requireable<string>;
37
+ routes: PropTypes.Requireable<any[]>;
38
+ hidden: PropTypes.Requireable<boolean>;
39
+ }> | null | undefined)[] | null | undefined>>>;
27
40
  state: PropTypes.Requireable<string>;
28
41
  };
29
42
  }
@@ -37,7 +50,7 @@ export declare namespace MenuAccordionItem {
37
50
  };
38
51
  }
39
52
  export type MenuAccordionButtonType = InferProps<typeof MenuAccordionButton.propTypes>;
40
- export declare function MenuAccordionButton(): import("react/jsx-runtime").JSX.Element;
53
+ export declare function MenuAccordionButton(props: MenuAccordionButtonType): import("react/jsx-runtime").JSX.Element;
41
54
  export declare namespace MenuAccordionButton {
42
55
  var propTypes: {};
43
56
  }
@@ -1 +1 @@
1
- {"version":3,"file":"menu-accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-accordion.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,sBAAsB,CAAC;AAI9B,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,QAAQ,EAAE,MAAM,IAAI,CAAC;KACrB;CACD;AAED,MAAM,MAAM,QAAQ,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,QAAQ,EAAE,CAAC;CACpB,CAAA;AAmCD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAyGrD;yBAzGe,aAAa;;;;;;AAoH7B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,2CAO/D;yBAPe,kBAAkB;;;;;;AAkBlC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAQ7D;yBARe,iBAAiB;;;;;;;AAoBjC,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,4CAmBlC;yBAnBe,mBAAmB"}
1
+ {"version":3,"file":"menu-accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-accordion.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,sBAAsB,CAAC;AAI9B,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,QAAQ,EAAE,MAAM,IAAI,CAAC;KACrB;CACD;AAUD,MAAM,MAAM,QAAQ,GAAG,iBAAiB,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;AAqCzD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAyGrD;yBAzGe,aAAa;;;;;;;;;;;;AAuH7B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,2CAO/D;yBAPe,kBAAkB;;;;;;;;;;;;;;;;;;AAkBlC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAQ7D;yBARe,iBAAiB;;;;;;;AAmBjC,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,2CAmBjE;yBAnBe,mBAAmB"}
@@ -1,19 +1,28 @@
1
- import PropTypes from 'prop-types';
1
+ import PropTypes, { InferProps } from 'prop-types';
2
2
  import './menu-expando.css';
3
- export declare function MenuExpando(props: any): import("react/jsx-runtime").JSX.Element;
3
+ export type MenuExpandoType = InferProps<typeof MenuExpando.propTypes>;
4
+ export declare function MenuExpando(props: MenuExpandoType): import("react/jsx-runtime").JSX.Element;
4
5
  export declare namespace MenuExpando {
5
6
  var propTypes: {
6
- menuItems: PropTypes.Validator<object>;
7
+ menuItems: PropTypes.Validator<NonNullable<NonNullable<{
8
+ [x: string]: string | null | undefined;
9
+ } | (PropTypes.InferProps<{
10
+ name: PropTypes.Validator<string>;
11
+ path: PropTypes.Validator<string>;
12
+ routes: PropTypes.Requireable<any[]>;
13
+ }> | null | undefined)[] | null | undefined>>>;
7
14
  };
8
15
  }
9
- export declare function MenuExpandoItem(props: any): import("react/jsx-runtime").JSX.Element;
16
+ export type MenuExpandoItemType = InferProps<typeof MenuExpandoItem.propTypes>;
17
+ export declare function MenuExpandoItem(props: MenuExpandoItemType): import("react/jsx-runtime").JSX.Element;
10
18
  export declare namespace MenuExpandoItem {
11
19
  var propTypes: {
12
20
  name: PropTypes.Validator<string>;
13
21
  href: PropTypes.Validator<string>;
14
22
  };
15
23
  }
16
- export declare function MenuExpandoButton(): import("react/jsx-runtime").JSX.Element;
24
+ export type MenuExpandoButtonType = InferProps<typeof MenuExpandoButton.propTypes>;
25
+ export declare function MenuExpandoButton(props: MenuExpandoButtonType): import("react/jsx-runtime").JSX.Element;
17
26
  export declare namespace MenuExpandoButton {
18
27
  var propTypes: {};
19
28
  }
@@ -1 +1 @@
1
- {"version":3,"file":"menu-expando.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-expando.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,oBAAoB,CAAC;AAE5B,wBAAgB,WAAW,CAAC,KAAK,EAAE,GAAG,2CAkJrC;yBAlJe,WAAW;;;;;AA+J3B,wBAAgB,eAAe,CAAC,KAAK,EAAE,GAAG,2CAIzC;yBAJe,eAAe;;;;;;AAW/B,wBAAgB,iBAAiB,4CA4BhC;yBA5Be,iBAAiB"}
1
+ {"version":3,"file":"menu-expando.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-expando.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,oBAAoB,CAAC;AAY5B,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,KAAK,EAAE,eAAe,2CAqJjD;yBArJe,WAAW;;;;;;;;;;;AA2J3B,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAIzD;yBAJe,eAAe;;;;;;AAQ/B,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CA4B7D;yBA5Be,iBAAiB"}
@@ -1,13 +1,12 @@
1
1
  import PropTypes, { InferProps } from "prop-types";
2
2
  import './menu-simple.css';
3
- export declare function MenuSimple(props: {
4
- menuItems: MenuSimpleItemType[];
5
- }): import("react/jsx-runtime").JSX.Element;
3
+ export type MenuSimpleType = InferProps<typeof MenuSimple.propTypes>;
4
+ export declare function MenuSimple(props: MenuSimpleType): import("react/jsx-runtime").JSX.Element;
6
5
  export declare namespace MenuSimple {
7
6
  var propTypes: {
8
7
  menuItems: PropTypes.Validator<(PropTypes.InferProps<{
9
8
  name: PropTypes.Validator<string>;
10
- path: PropTypes.Validator<string>;
9
+ path: PropTypes.Requireable<string>;
11
10
  target: PropTypes.Requireable<string>;
12
11
  hidden: PropTypes.Requireable<boolean>;
13
12
  routes: PropTypes.Requireable<any[]>;
@@ -19,7 +18,7 @@ export declare function MenuSimpleItem(props: MenuSimpleItemType): import("react
19
18
  export declare namespace MenuSimpleItem {
20
19
  var propTypes: {
21
20
  name: PropTypes.Validator<string>;
22
- path: PropTypes.Requireable<string>;
21
+ path: PropTypes.Validator<string>;
23
22
  target: PropTypes.Requireable<string>;
24
23
  hidden: PropTypes.Requireable<boolean>;
25
24
  routes: PropTypes.Requireable<any[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"menu-simple.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-simple.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,mBAAmB,CAAC;AAc3B,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAAE,SAAS,EAAE,kBAAkB,EAAE,CAAA;CAAE,2CAsCpE;yBAtCe,UAAU;;;;;;;;;;;AAkD1B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAavD;yBAbe,cAAc"}
1
+ {"version":3,"file":"menu-simple.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-simple.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,mBAAmB,CAAC;AAa3B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAuC/C;yBAvCe,UAAU;;;;;;;;;;;AAmD1B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAavD;yBAbe,cAAc"}
@@ -2,7 +2,7 @@ import PropTypes, { InferProps } from "prop-types";
2
2
  import "../../css/pixelated.grid.scss";
3
3
  import "./nerdjoke.css";
4
4
  export type NerdJokeType = InferProps<typeof NerdJoke.propTypes>;
5
- export declare function NerdJoke(): import("react/jsx-runtime").JSX.Element;
5
+ export declare function NerdJoke(props: NerdJokeType): import("react/jsx-runtime").JSX.Element;
6
6
  export declare namespace NerdJoke {
7
7
  var propTypes: {};
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"nerdjoke.d.ts","sourceRoot":"","sources":["../../../../src/components/nerdjoke/nerdjoke.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,gBAAgB,CAAC;AAOxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,4CAsIvB;yBAtIe,QAAQ;;;AA8IxB,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,iBAAS,UAAU,CAAC,KAAK,EAAE,cAAc,2CASxC;kBATQ,UAAU"}
1
+ {"version":3,"file":"nerdjoke.d.ts","sourceRoot":"","sources":["../../../../src/components/nerdjoke/nerdjoke.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,gBAAgB,CAAC;AAOxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE,YAAY,2CAsI3C;yBAtIe,QAAQ;;;AA8IxB,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,iBAAS,UAAU,CAAC,KAAK,EAAE,cAAc,2CASxC;kBATQ,UAAU"}
@@ -1 +1 @@
1
- {"version":3,"file":"googleanalytics.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/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;AAiBD,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAE,KAAK,EAAE,mBAAmB,uDAsC1D;yBAtCe,eAAe;;;;;AA8C/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/seo/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,6 +1,6 @@
1
1
  import PropTypes, { InferProps } from "prop-types";
2
- export type SetClientMetadataProps = InferProps<typeof setClientMetadata.propTypes>;
3
- export declare function setClientMetadata(props: SetClientMetadataProps): void;
2
+ export type SetClientMetadataType = InferProps<typeof setClientMetadata.propTypes>;
3
+ export declare function setClientMetadata(props: SetClientMetadataType): void;
4
4
  export declare namespace setClientMetadata {
5
5
  var propTypes: {
6
6
  title: PropTypes.Validator<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"metadata.components.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/metadata.components.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAQnD,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACpF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,QAQ9D;yBARe,iBAAiB"}
1
+ {"version":3,"file":"metadata.components.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/metadata.components.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAQnD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,QAQ7D;yBARe,iBAAiB"}
@@ -1,7 +1,10 @@
1
- import type { BlogPostingSchema } from './schema-blogposting.functions';
2
- interface SchemaBlogPostingProps {
3
- post: BlogPostingSchema;
1
+ import PropTypes, { InferProps } from 'prop-types';
2
+ export type SchemaBlogPostingType = InferProps<typeof SchemaBlogPosting.propTypes>;
3
+ export declare function SchemaBlogPosting(props: SchemaBlogPostingType): import("react/jsx-runtime").JSX.Element;
4
+ export declare namespace SchemaBlogPosting {
5
+ var propTypes: {
6
+ post: PropTypes.Validator<object>;
7
+ };
4
8
  }
5
- export declare function SchemaBlogPosting({ post }: SchemaBlogPostingProps): import("react/jsx-runtime").JSX.Element;
6
9
  export default SchemaBlogPosting;
7
10
  //# sourceMappingURL=schema-blogposting.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schema-blogposting.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/schema-blogposting.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAExE,UAAU,sBAAsB;IAC/B,IAAI,EAAE,iBAAiB,CAAC;CACxB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,IAAI,EAAE,EAAE,sBAAsB,2CASjE;AAED,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"schema-blogposting.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/schema-blogposting.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAKnD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAU7D;yBAVe,iBAAiB;;;;;AAYjC,eAAe,iBAAiB,CAAC"}
@@ -1,34 +1,33 @@
1
- /**
2
- * Recipe Schema Component
3
- * Generates JSON-LD structured data for recipes
4
- * https://schema.org/Recipe
5
- */
6
- export interface RecipeSchemaProps {
7
- recipe: {
8
- '@context': string;
9
- '@type': string;
10
- name: string;
11
- description?: string;
12
- author?: {
13
- '@type': string;
14
- name: string;
15
- };
16
- datePublished?: string;
17
- image?: string;
18
- recipeYield?: string;
19
- prepTime?: string;
20
- cookTime?: string;
21
- totalTime?: string;
22
- recipeCategory?: string;
23
- recipeCuisine?: string;
24
- recipeIngredient?: string[];
25
- recipeInstructions?: Array<{
26
- '@type': string;
27
- text: string;
28
- }>;
29
- license?: string;
1
+ import PropTypes, { InferProps } from 'prop-types';
2
+ export type RecipeSchemaType = InferProps<typeof RecipeSchema.propTypes>;
3
+ export declare function RecipeSchema(props: RecipeSchemaType): import("react/jsx-runtime").JSX.Element;
4
+ export declare namespace RecipeSchema {
5
+ var propTypes: {
6
+ recipe: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
7
+ '@context': PropTypes.Validator<string>;
8
+ '@type': PropTypes.Validator<string>;
9
+ name: PropTypes.Validator<string>;
10
+ description: PropTypes.Requireable<string>;
11
+ author: PropTypes.Requireable<PropTypes.InferProps<{
12
+ '@type': PropTypes.Validator<string>;
13
+ name: PropTypes.Validator<string>;
14
+ }>>;
15
+ datePublished: PropTypes.Requireable<string>;
16
+ image: PropTypes.Requireable<string>;
17
+ recipeYield: PropTypes.Requireable<string>;
18
+ prepTime: PropTypes.Requireable<string>;
19
+ cookTime: PropTypes.Requireable<string>;
20
+ totalTime: PropTypes.Requireable<string>;
21
+ recipeCategory: PropTypes.Requireable<string>;
22
+ recipeCuisine: PropTypes.Requireable<string>;
23
+ recipeIngredient: PropTypes.Requireable<(string | null | undefined)[]>;
24
+ recipeInstructions: PropTypes.Requireable<(PropTypes.InferProps<{
25
+ '@type': PropTypes.Validator<string>;
26
+ text: PropTypes.Validator<string>;
27
+ }> | null | undefined)[]>;
28
+ license: PropTypes.Requireable<string>;
29
+ }>>>;
30
30
  };
31
31
  }
32
- export declare function RecipeSchema({ recipe }: RecipeSchemaProps): import("react/jsx-runtime").JSX.Element;
33
32
  export default RecipeSchema;
34
33
  //# sourceMappingURL=schema-recipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schema-recipe.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/schema-recipe.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,MAAM,WAAW,iBAAiB;IACjC,MAAM,EAAE;QACP,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,MAAM,CAAC,EAAE;YACR,OAAO,EAAE,MAAM,CAAC;YAChB,IAAI,EAAE,MAAM,CAAC;SACb,CAAC;QACF,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;QAC5B,kBAAkB,CAAC,EAAE,KAAK,CAAC;YAC1B,OAAO,EAAE,MAAM,CAAC;YAChB,IAAI,EAAE,MAAM,CAAC;SACb,CAAC,CAAC;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACF;AAED,wBAAgB,YAAY,CAAE,EAAE,MAAM,EAAE,EAAE,iBAAiB,2CAO1D;AAED,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"schema-recipe.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/schema-recipe.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAkCnD,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAQnD;yBARe,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAU5B,eAAe,YAAY,CAAC"}