@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,3 +1,4 @@
1
+ import PropTypes, { InferProps } from 'prop-types';
1
2
  /**
2
3
  * Services Schema Component
3
4
  * Generates JSON-LD structured data for services
@@ -10,16 +11,25 @@ export interface ServiceItem {
10
11
  image?: string;
11
12
  areaServed?: string | string[];
12
13
  }
13
- export interface ServicesSchemaProps {
14
- provider: {
15
- name: string;
16
- url: string;
17
- logo?: string;
18
- telephone?: string;
19
- email?: string;
14
+ export type ServicesSchemaType = InferProps<typeof ServicesSchema.propTypes>;
15
+ export declare function ServicesSchema(props: ServicesSchemaType): import("react/jsx-runtime").JSX.Element;
16
+ export declare namespace ServicesSchema {
17
+ var propTypes: {
18
+ provider: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
19
+ name: PropTypes.Validator<string>;
20
+ url: PropTypes.Validator<string>;
21
+ logo: PropTypes.Requireable<string>;
22
+ telephone: PropTypes.Requireable<string>;
23
+ email: PropTypes.Requireable<string>;
24
+ }>>>;
25
+ services: PropTypes.Validator<(PropTypes.InferProps<{
26
+ name: PropTypes.Validator<string>;
27
+ description: PropTypes.Validator<string>;
28
+ url: PropTypes.Requireable<string>;
29
+ image: PropTypes.Requireable<string>;
30
+ areaServed: PropTypes.Requireable<NonNullable<string | (string | null | undefined)[] | null | undefined>>;
31
+ }> | null | undefined)[]>;
20
32
  };
21
- services: ServiceItem[];
22
33
  }
23
- export declare function ServicesSchema({ provider, services }: ServicesSchemaProps): import("react/jsx-runtime").JSX.Element;
24
34
  export default ServicesSchema;
25
35
  //# sourceMappingURL=schema-services.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schema-services.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/schema-services.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,MAAM,WAAW,WAAW;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAmB;IACnC,QAAQ,EAAE;QACT,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;IACF,QAAQ,EAAE,WAAW,EAAE,CAAC;CACxB;AAED,wBAAgB,cAAc,CAAE,EAC/B,QAAQ,EACR,QAAQ,EACR,EAAE,mBAAmB,2CAgCrB;AAED,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"schema-services.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/schema-services.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD;;;;GAIG;AAEH,MAAM,WAAW,WAAW;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAkBD,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAiCvD;yBAjCe,cAAc;;;;;;;;;;;;;;;;;;AAmC9B,eAAe,cAAc,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import PropTypes, { InferProps } from 'prop-types';
2
- import type { CheckoutType } from "./shoppingcart.components";
2
+ import type { CheckoutType } from "./shoppingcart.functions";
3
3
  export type PayPalType = InferProps<typeof PayPal.propTypes>;
4
4
  export declare function PayPal(props: any): import("react/jsx-runtime").JSX.Element;
5
5
  export declare namespace PayPal {
@@ -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,2BAA2B,CAAC;AAuBhF,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,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,35 +1,84 @@
1
- import PropTypes from 'prop-types';
1
+ import PropTypes, { InferProps } from 'prop-types';
2
2
  import '../sitebuilder/form/form.css';
3
- import type { ShoppingCartType, CheckoutType } from "./shoppingcart.functions";
4
3
  import "./shoppingcart.css";
5
- export declare function ShoppingCart(props: {
6
- payPalClientID: string;
7
- }): import("react/jsx-runtime").JSX.Element;
8
- export declare function ShoppingCartItem(props: {
9
- item: ShoppingCartType;
10
- }): import("react/jsx-runtime").JSX.Element;
4
+ export type ShoppingCartType = InferProps<typeof ShoppingCart.propTypes>;
5
+ export declare function ShoppingCart(props: ShoppingCartType): import("react/jsx-runtime").JSX.Element;
6
+ export declare namespace ShoppingCart {
7
+ var propTypes: {
8
+ payPalClientID: PropTypes.Validator<string>;
9
+ };
10
+ }
11
+ export type ShoppingCartItemType = InferProps<typeof ShoppingCartItem.propTypes>;
12
+ export declare function ShoppingCartItem(props: ShoppingCartItemType): import("react/jsx-runtime").JSX.Element;
11
13
  export declare namespace ShoppingCartItem {
12
- var PropTypes: {
14
+ var propTypes: {
15
+ item: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
16
+ itemID: PropTypes.Validator<string>;
17
+ itemURL: PropTypes.Requireable<string>;
18
+ itemTitle: PropTypes.Validator<string>;
19
+ itemImageURL: PropTypes.Requireable<string>;
20
+ itemQuantity: PropTypes.Validator<number>;
21
+ itemCost: PropTypes.Validator<number>;
22
+ }>>>;
23
+ };
24
+ }
25
+ export type CheckoutItemsType = InferProps<typeof CheckoutItems.propTypes>;
26
+ export declare function CheckoutItems(props: CheckoutItemsType): import("react/jsx-runtime").JSX.Element;
27
+ export declare namespace CheckoutItems {
28
+ var propTypes: {
29
+ items: PropTypes.Validator<(PropTypes.InferProps<{
30
+ itemID: PropTypes.Validator<string>;
31
+ itemURL: PropTypes.Requireable<string>;
32
+ itemTitle: PropTypes.Validator<string>;
33
+ itemImageURL: PropTypes.Requireable<string>;
34
+ itemQuantity: PropTypes.Validator<number>;
35
+ itemCost: PropTypes.Validator<number>;
36
+ }> | null | undefined)[]>;
37
+ shippingTo: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
38
+ name: PropTypes.Validator<string>;
39
+ street1: PropTypes.Validator<string>;
40
+ city: PropTypes.Validator<string>;
41
+ state: PropTypes.Validator<string>;
42
+ zip: PropTypes.Validator<string>;
43
+ }>>>;
44
+ subtotal_discount: PropTypes.Validator<number>;
45
+ subtotal: PropTypes.Validator<number>;
46
+ shippingCost: PropTypes.Validator<number>;
47
+ handlingFee: PropTypes.Validator<number>;
48
+ salesTax: PropTypes.Validator<number>;
49
+ total: PropTypes.Validator<number>;
50
+ };
51
+ }
52
+ export type CartButtonType = InferProps<typeof CartButton.propTypes>;
53
+ export declare function CartButton(props: CartButtonType): import("react/jsx-runtime").JSX.Element;
54
+ export declare namespace CartButton {
55
+ var propTypes: {
56
+ href: PropTypes.Validator<string>;
57
+ };
58
+ }
59
+ export type ViewItemDetailsType = InferProps<typeof ViewItemDetails.propTypes>;
60
+ export declare function ViewItemDetails(props: ViewItemDetailsType): import("react/jsx-runtime").JSX.Element;
61
+ export declare namespace ViewItemDetails {
62
+ var propTypes: {
63
+ href: PropTypes.Validator<string>;
64
+ itemID: PropTypes.Validator<string>;
65
+ };
66
+ }
67
+ export type AddToCartButtonType = InferProps<typeof AddToCartButton.propTypes>;
68
+ export declare function AddToCartButton(props: AddToCartButtonType): import("react/jsx-runtime").JSX.Element;
69
+ export declare namespace AddToCartButton {
70
+ var propTypes: {
71
+ handler: PropTypes.Validator<(...args: any[]) => any>;
13
72
  item: PropTypes.Validator<object>;
73
+ itemID: PropTypes.Validator<string>;
74
+ };
75
+ }
76
+ export type GoToCartButtonType = InferProps<typeof GoToCartButton.propTypes>;
77
+ export declare function GoToCartButton(props: GoToCartButtonType): import("react/jsx-runtime").JSX.Element;
78
+ export declare namespace GoToCartButton {
79
+ var propTypes: {
80
+ href: PropTypes.Validator<string>;
81
+ itemID: PropTypes.Validator<string>;
14
82
  };
15
83
  }
16
- export declare function CheckoutItems(props: {
17
- checkoutData: CheckoutType;
18
- }): import("react/jsx-runtime").JSX.Element;
19
- export declare function CartButton(props: {
20
- href: string;
21
- }): import("react/jsx-runtime").JSX.Element;
22
- export declare function ViewItemDetails(props: {
23
- href: string;
24
- itemID: string;
25
- }): import("react/jsx-runtime").JSX.Element;
26
- export declare function AddToCartButton(props: {
27
- handler: any;
28
- item: ShoppingCartType;
29
- itemID: string;
30
- }): import("react/jsx-runtime").JSX.Element;
31
- export declare function GoToCartButton(props: {
32
- href: string;
33
- itemID: string;
34
- }): import("react/jsx-runtime").JSX.Element;
35
84
  //# sourceMappingURL=shoppingcart.components.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shoppingcart.components.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/shoppingcart.components.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAyB,MAAM,YAAY,CAAC;AAMnD,OAAO,8BAA8B,CAAC;AAKtC,OAAO,KAAK,EAAE,gBAAgB,EAAe,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAI5F,OAAO,oBAAoB,CAAC;AAY5B,wBAAgB,YAAY,CAAE,KAAK,EAAE;IAAC,cAAc,EAAE,MAAM,CAAA;CAAC,2CAuL5D;AAMD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE;IAAC,IAAI,EAAE,gBAAgB,CAAA;CAAC,2CA+C/D;yBA/Ce,gBAAgB;;;;;AAmDhC,wBAAgB,aAAa,CAAC,KAAK,EAAE;IAAE,YAAY,EAAE,YAAY,CAAA;CAAE,2CA4ClE;AAGD,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAAC,IAAI,EAAE,MAAM,CAAA;CAAC,2CAkC/C;AAGD,wBAAgB,eAAe,CAAC,KAAK,EAAE;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAC,2CAQpE;AAGD,wBAAgB,eAAe,CAAC,KAAK,EAAE;IAAC,OAAO,EAAE,GAAG,CAAC;IAAC,IAAI,EAAE,gBAAgB,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAC,2CAkB5F;AAGD,wBAAgB,cAAc,CAAC,KAAK,EAAE;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAC,2CAQnE"}
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,2CAuLpD;yBAvLe,YAAY;;;;;AAoM5B,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AACjF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,oBAAoB,2CA+C3D;yBA/Ce,gBAAgB;;;;;;;;;;;;AA0EhC,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CA0CrD;yBA1Ce,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;AAgD7B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAkC/C;yBAlCe,UAAU;;;;;AAyC1B,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"}
@@ -10,25 +10,6 @@ export type ShoppingCartType = {
10
10
  itemQuantity: number;
11
11
  itemCost: number;
12
12
  };
13
- export type ShoppingCartItemType = {
14
- itemID: string;
15
- itemURL?: string;
16
- itemTitle: string;
17
- itemDescription: string;
18
- itemCost: number;
19
- itemCategory?: string;
20
- itemCondition?: string;
21
- itemProperties?: {
22
- [key: string]: any;
23
- };
24
- itemImageThumbnail?: string;
25
- itemImages?: string[];
26
- itemQuantity: number;
27
- itemSeller?: string;
28
- itemBuyingFormat?: string;
29
- itemLocation?: string;
30
- itemListingDate: string;
31
- };
32
13
  export type AddressType = {
33
14
  name: string;
34
15
  street1: string;
@@ -68,11 +49,11 @@ export declare function increaseQuantityCart(cart: ShoppingCartType[], itemID: s
68
49
  export declare function getIndexInCart(cart: ShoppingCartType[], itemID: string): number;
69
50
  export declare function getCartItemCount(cart: ShoppingCartType[]): number;
70
51
  export declare function getCartSubTotal(cart: ShoppingCartType[]): number;
71
- export declare function AddToShoppingCart(thisItem: ShoppingCartType): void;
72
- export declare function RemoveFromShoppingCart(thisItem: ShoppingCartType): void;
73
- export declare function ClearShoppingCart(): void;
52
+ export declare function addToShoppingCart(thisItem: ShoppingCartType): void;
53
+ export declare function removeFromShoppingCart(thisItem: ShoppingCartType): void;
54
+ export declare function clearShoppingCart(): void;
74
55
  export declare function getShippingInfo(): any;
75
- export declare function SetShippingInfo(shippingFormData: any): void;
56
+ export declare function setShippingInfo(shippingFormData: any): void;
76
57
  export declare function getShippingCost(): number;
77
58
  export declare function validateDiscountCode(field: {
78
59
  value: string;
@@ -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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"}
@@ -1,14 +1,7 @@
1
- import PropTypes from 'prop-types';
1
+ import PropTypes, { InferProps } from 'prop-types';
2
2
  import './CompoundFontSelector.css';
3
- interface CompoundFontSelectorProps {
4
- id: string;
5
- name: string;
6
- label: string;
7
- required?: boolean;
8
- value?: string;
9
- onChange?: (value: string) => void;
10
- }
11
- export declare function CompoundFontSelector({ id, name, label, required, value, onChange }: CompoundFontSelectorProps): import("react/jsx-runtime").JSX.Element;
3
+ export type CompoundFontSelectorType = InferProps<typeof CompoundFontSelector.propTypes>;
4
+ export declare function CompoundFontSelector(props: CompoundFontSelectorType): import("react/jsx-runtime").JSX.Element;
12
5
  export declare namespace CompoundFontSelector {
13
6
  var propTypes: {
14
7
  id: PropTypes.Validator<string>;
@@ -17,7 +10,13 @@ export declare namespace CompoundFontSelector {
17
10
  required: PropTypes.Requireable<boolean>;
18
11
  value: PropTypes.Requireable<string>;
19
12
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
13
+ } | {
14
+ id: PropTypes.Validator<string>;
15
+ name: PropTypes.Validator<string>;
16
+ label: PropTypes.Validator<string>;
17
+ required: PropTypes.Requireable<boolean>;
18
+ value: PropTypes.Requireable<string>;
19
+ onChange: PropTypes.Requireable<(...args: any[]) => any>;
20
20
  };
21
21
  }
22
- export {};
23
22
  //# sourceMappingURL=CompoundFontSelector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CompoundFontSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/config/CompoundFontSelector.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,4BAA4B,CAAC;AAEpC,UAAU,yBAAyB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,wBAAgB,oBAAoB,CAAC,EACpC,EAAE,EACF,IAAI,EACJ,KAAK,EACL,QAAgB,EAChB,KAAU,EACV,QAAQ,EACR,EAAE,yBAAyB,2CAoE3B;yBA3Ee,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;AAUpC,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,2CAqEnE;yBArEe,oBAAoB"}
@@ -1,180 +1,45 @@
1
1
  import PropTypes, { InferProps } from 'prop-types';
2
2
  import './ConfigBuilder.css';
3
- declare const ConfigBuilderPropTypes: {
4
- initialConfig: PropTypes.Requireable<PropTypes.InferProps<{
5
- siteInfo: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
6
- name: PropTypes.Validator<string>;
7
- author: PropTypes.Validator<string>;
8
- description: PropTypes.Validator<string>;
9
- url: PropTypes.Validator<string>;
10
- email: PropTypes.Validator<string>;
11
- favicon: PropTypes.Validator<string>;
12
- favicon_sizes: PropTypes.Validator<string>;
13
- favicon_type: PropTypes.Validator<string>;
14
- theme_color: PropTypes.Validator<string>;
15
- background_color: PropTypes.Validator<string>;
16
- default_locale: PropTypes.Validator<string>;
17
- display: PropTypes.Validator<string>;
18
- image: PropTypes.Requireable<string>;
19
- image_height: PropTypes.Requireable<string>;
20
- image_width: PropTypes.Requireable<string>;
21
- telephone: PropTypes.Requireable<string>;
22
- address: PropTypes.Requireable<PropTypes.InferProps<{
23
- streetAddress: PropTypes.Validator<string>;
24
- addressLocality: PropTypes.Validator<string>;
25
- addressRegion: PropTypes.Validator<string>;
26
- postalCode: PropTypes.Validator<string>;
27
- addressCountry: PropTypes.Validator<string>;
28
- }>>;
29
- priceRange: PropTypes.Requireable<string>;
30
- sameAs: PropTypes.Requireable<string[]>;
31
- keywords: PropTypes.Requireable<string>;
32
- }>>>;
33
- routes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
34
- path: PropTypes.Validator<string>;
35
- component: PropTypes.Validator<string>;
36
- title: PropTypes.Requireable<string>;
37
- description: PropTypes.Requireable<string>;
38
- }>>[]>;
39
- visualdesign: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
40
- 'primary-color': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
41
- value: PropTypes.Validator<string>;
42
- type: PropTypes.Validator<string>;
43
- group: PropTypes.Validator<string>;
44
- label: PropTypes.Validator<string>;
45
- }>>>;
46
- 'secondary-color': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
47
- value: PropTypes.Validator<string>;
48
- type: PropTypes.Validator<string>;
49
- group: PropTypes.Validator<string>;
50
- label: PropTypes.Validator<string>;
51
- }>>>;
52
- 'accent1-color': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
53
- value: PropTypes.Validator<string>;
54
- type: PropTypes.Validator<string>;
55
- group: PropTypes.Validator<string>;
56
- label: PropTypes.Validator<string>;
57
- }>>>;
58
- 'accent2-color': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
59
- value: PropTypes.Validator<string>;
60
- type: PropTypes.Validator<string>;
61
- group: PropTypes.Validator<string>;
62
- label: PropTypes.Validator<string>;
63
- }>>>;
64
- 'bg-color': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
65
- value: PropTypes.Validator<string>;
66
- type: PropTypes.Validator<string>;
67
- group: PropTypes.Validator<string>;
68
- label: PropTypes.Validator<string>;
69
- }>>>;
70
- 'text-color': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
71
- value: PropTypes.Validator<string>;
72
- type: PropTypes.Validator<string>;
73
- group: PropTypes.Validator<string>;
74
- label: PropTypes.Validator<string>;
75
- }>>>;
76
- 'header-font': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
77
- value: PropTypes.Validator<string>;
78
- type: PropTypes.Validator<string>;
79
- group: PropTypes.Validator<string>;
80
- label: PropTypes.Validator<string>;
81
- }>>>;
82
- 'body-font': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
83
- value: PropTypes.Validator<string>;
84
- type: PropTypes.Validator<string>;
85
- group: PropTypes.Validator<string>;
86
- label: PropTypes.Validator<string>;
87
- }>>>;
88
- 'font-size1-min': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
89
- value: PropTypes.Validator<string>;
90
- type: PropTypes.Validator<string>;
91
- group: PropTypes.Validator<string>;
92
- label: PropTypes.Validator<string>;
93
- }>>>;
94
- 'font-size1-max': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
95
- value: PropTypes.Validator<string>;
96
- type: PropTypes.Validator<string>;
97
- group: PropTypes.Validator<string>;
98
- label: PropTypes.Validator<string>;
99
- }>>>;
100
- 'font-size2-min': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
101
- value: PropTypes.Validator<string>;
102
- type: PropTypes.Validator<string>;
103
- group: PropTypes.Validator<string>;
104
- label: PropTypes.Validator<string>;
105
- }>>>;
106
- 'font-size2-max': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
107
- value: PropTypes.Validator<string>;
108
- type: PropTypes.Validator<string>;
109
- group: PropTypes.Validator<string>;
110
- label: PropTypes.Validator<string>;
111
- }>>>;
112
- 'font-size3-min': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
113
- value: PropTypes.Validator<string>;
114
- type: PropTypes.Validator<string>;
115
- group: PropTypes.Validator<string>;
116
- label: PropTypes.Validator<string>;
117
- }>>>;
118
- 'font-size3-max': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
119
- value: PropTypes.Validator<string>;
120
- type: PropTypes.Validator<string>;
121
- group: PropTypes.Validator<string>;
122
- label: PropTypes.Validator<string>;
123
- }>>>;
124
- 'font-size4-min': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
125
- value: PropTypes.Validator<string>;
126
- type: PropTypes.Validator<string>;
127
- group: PropTypes.Validator<string>;
128
- label: PropTypes.Validator<string>;
129
- }>>>;
130
- 'font-size4-max': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
131
- value: PropTypes.Validator<string>;
132
- type: PropTypes.Validator<string>;
133
- group: PropTypes.Validator<string>;
134
- label: PropTypes.Validator<string>;
135
- }>>>;
136
- 'font-size5-min': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
137
- value: PropTypes.Validator<string>;
138
- type: PropTypes.Validator<string>;
139
- group: PropTypes.Validator<string>;
140
- label: PropTypes.Validator<string>;
141
- }>>>;
142
- 'font-size5-max': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
143
- value: PropTypes.Validator<string>;
144
- type: PropTypes.Validator<string>;
145
- group: PropTypes.Validator<string>;
146
- label: PropTypes.Validator<string>;
147
- }>>>;
148
- 'font-size6-min': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
149
- value: PropTypes.Validator<string>;
150
- type: PropTypes.Validator<string>;
151
- group: PropTypes.Validator<string>;
152
- label: PropTypes.Validator<string>;
153
- }>>>;
154
- 'font-size6-max': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
155
- value: PropTypes.Validator<string>;
156
- type: PropTypes.Validator<string>;
157
- group: PropTypes.Validator<string>;
158
- label: PropTypes.Validator<string>;
159
- }>>>;
160
- 'font-min-screen': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
161
- value: PropTypes.Validator<string>;
162
- type: PropTypes.Validator<string>;
163
- group: PropTypes.Validator<string>;
164
- label: PropTypes.Validator<string>;
165
- }>>>;
166
- 'font-max-screen': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
167
- value: PropTypes.Validator<string>;
168
- type: PropTypes.Validator<string>;
169
- group: PropTypes.Validator<string>;
170
- label: PropTypes.Validator<string>;
171
- }>>>;
172
- }>>>;
3
+ declare const RoutePropTypes: {
4
+ name: PropTypes.Requireable<string>;
5
+ path: PropTypes.Validator<string>;
6
+ title: PropTypes.Requireable<string>;
7
+ description: PropTypes.Requireable<string>;
8
+ keywords: PropTypes.Requireable<(string | null | undefined)[]>;
9
+ hidden: PropTypes.Requireable<boolean>;
10
+ };
11
+ export type RouteType = InferProps<typeof RoutePropTypes>;
12
+ declare const SiteInfoPropTypes: {
13
+ name: PropTypes.Validator<string>;
14
+ author: PropTypes.Validator<string>;
15
+ description: PropTypes.Validator<string>;
16
+ url: PropTypes.Validator<string>;
17
+ email: PropTypes.Validator<string>;
18
+ favicon: PropTypes.Validator<string>;
19
+ favicon_sizes: PropTypes.Validator<string>;
20
+ favicon_type: PropTypes.Validator<string>;
21
+ theme_color: PropTypes.Validator<string>;
22
+ background_color: PropTypes.Validator<string>;
23
+ default_locale: PropTypes.Validator<string>;
24
+ display: PropTypes.Validator<string>;
25
+ image: PropTypes.Requireable<string>;
26
+ image_height: PropTypes.Requireable<string>;
27
+ image_width: PropTypes.Requireable<string>;
28
+ telephone: PropTypes.Requireable<string>;
29
+ address: PropTypes.Requireable<PropTypes.InferProps<{
30
+ streetAddress: PropTypes.Validator<string>;
31
+ addressLocality: PropTypes.Validator<string>;
32
+ addressRegion: PropTypes.Validator<string>;
33
+ postalCode: PropTypes.Validator<string>;
34
+ addressCountry: PropTypes.Validator<string>;
173
35
  }>>;
174
- onSave: PropTypes.Requireable<(...args: any[]) => any>;
36
+ priceRange: PropTypes.Requireable<string>;
37
+ sameAs: PropTypes.Requireable<string[]>;
38
+ keywords: PropTypes.Requireable<string>;
175
39
  };
176
- type ConfigBuilderProps = InferProps<typeof ConfigBuilderPropTypes>;
177
- export declare function ConfigBuilder(props: ConfigBuilderProps): import("react/jsx-runtime").JSX.Element;
40
+ export type SiteInfoType = InferProps<typeof SiteInfoPropTypes>;
41
+ export type ConfigBuilderType = InferProps<typeof ConfigBuilder.propTypes>;
42
+ export declare function ConfigBuilder(props: ConfigBuilderType): import("react/jsx-runtime").JSX.Element;
178
43
  export declare namespace ConfigBuilder {
179
44
  var propTypes: {
180
45
  initialConfig: PropTypes.Requireable<PropTypes.InferProps<{
@@ -207,10 +72,12 @@ export declare namespace ConfigBuilder {
207
72
  keywords: PropTypes.Requireable<string>;
208
73
  }>>>;
209
74
  routes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
75
+ name: PropTypes.Requireable<string>;
210
76
  path: PropTypes.Validator<string>;
211
- component: PropTypes.Validator<string>;
212
77
  title: PropTypes.Requireable<string>;
213
78
  description: PropTypes.Requireable<string>;
79
+ keywords: PropTypes.Requireable<(string | null | undefined)[]>;
80
+ hidden: PropTypes.Requireable<boolean>;
214
81
  }>>[]>;
215
82
  visualdesign: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
216
83
  'primary-color': PropTypes.Validator<NonNullable<PropTypes.InferProps<{
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/config/ConfigBuilder.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAOnD,OAAO,qBAAqB,CAAC;AAiF7B,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG3B,CAAC;AACF,KAAK,kBAAkB,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEpE,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,2CAsXtD;yBAtXe,aAAa"}
1
+ {"version":3,"file":"ConfigBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/config/ConfigBuilder.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAYnD,OAAO,qBAAqB,CAAC;AAE7B,QAAA,MAAM,cAAc;;;;;;;CAOnB,CAAC;AACF,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAE1D,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BtB,CAAC;AACF,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AA+ChE,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAgnBrD;yBAhnBe,aAAa"}
@@ -1,16 +1,7 @@
1
- import PropTypes from 'prop-types';
1
+ import PropTypes, { InferProps } from 'prop-types';
2
2
  import './FontSelector.css';
3
- interface FontSelectorProps {
4
- id: string;
5
- name: string;
6
- label: string;
7
- fontType: 'google' | 'websafe' | 'generic';
8
- required?: boolean;
9
- placeholder?: string;
10
- value?: string;
11
- onChange?: (value: string) => void;
12
- }
13
- export declare function FontSelector({ id, name, label, fontType, required, placeholder, value, onChange }: FontSelectorProps): import("react/jsx-runtime").JSX.Element;
3
+ export type FontSelectorType = InferProps<typeof FontSelector.propTypes>;
4
+ export declare function FontSelector(props: FontSelectorType): import("react/jsx-runtime").JSX.Element;
14
5
  export declare namespace FontSelector {
15
6
  var propTypes: {
16
7
  id: PropTypes.Validator<string>;
@@ -21,7 +12,15 @@ export declare namespace FontSelector {
21
12
  placeholder: PropTypes.Requireable<string>;
22
13
  value: PropTypes.Requireable<string>;
23
14
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
15
+ } | {
16
+ id: PropTypes.Validator<string>;
17
+ name: PropTypes.Validator<string>;
18
+ label: PropTypes.Validator<string>;
19
+ fontType: PropTypes.Validator<string>;
20
+ required: PropTypes.Requireable<boolean>;
21
+ placeholder: PropTypes.Requireable<string>;
22
+ value: PropTypes.Requireable<string>;
23
+ onChange: PropTypes.Requireable<(...args: any[]) => any>;
24
24
  };
25
25
  }
26
- export {};
27
26
  //# sourceMappingURL=FontSelector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FontSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/config/FontSelector.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,oBAAoB,CAAC;AAE5B,UAAU,iBAAiB;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAC;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC;AAED,wBAAgB,YAAY,CAAC,EAC5B,EAAE,EACF,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,QAAgB,EAChB,WAAW,EACX,KAAU,EACV,QAAQ,EACR,EAAE,iBAAiB,2CAqInB;yBA9Ie,YAAY"}
1
+ {"version":3,"file":"FontSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/config/FontSelector.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,oBAAoB,CAAC;AAuB5B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAsInD;yBAtIe,YAAY"}
@@ -1,11 +1,15 @@
1
+ import { JSX } from 'react';
1
2
  import PropTypes, { InferProps } from 'prop-types';
2
- export declare function FormBuilder(): import("react/jsx-runtime").JSX.Element;
3
- type FormBuildType = InferProps<typeof FormBuild.propTypes>;
3
+ export type FormBuilderType = InferProps<typeof FormBuilder.propTypes>;
4
+ export declare function FormBuilder(): JSX.Element;
5
+ export declare namespace FormBuilder {
6
+ var propTypes: {};
7
+ }
8
+ export type FormBuildType = InferProps<typeof FormBuild.propTypes>;
4
9
  export declare function FormBuild(props: FormBuildType): import("react/jsx-runtime").JSX.Element;
5
10
  export declare namespace FormBuild {
6
11
  var propTypes: {
7
12
  setFormData: PropTypes.Validator<(...args: any[]) => any>;
8
13
  };
9
14
  }
10
- export {};
11
15
  //# sourceMappingURL=formbuilder.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"formbuilder.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formbuilder.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AASnD,wBAAgB,WAAW,4CA4D1B;AAaD,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AAC5D,wBAAgB,SAAS,CAAC,KAAK,EAAE,aAAa,2CA0D7C;yBA1De,SAAS"}
1
+ {"version":3,"file":"formbuilder.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formbuilder.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAY,GAAG,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAUnD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,IAAI,GAAG,CAAC,OAAO,CA4DzC;yBA5De,WAAW;;;AAyE3B,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,wBAAgB,SAAS,CAAC,KAAK,EAAE,aAAa,2CA0D7C;yBA1De,SAAS"}
@@ -195,7 +195,7 @@ export declare namespace FormDataList {
195
195
  };
196
196
  }
197
197
  export type FormFieldsetType = InferProps<typeof FormFieldset.propTypes>;
198
- export declare function FormFieldset(): import("react/jsx-runtime").JSX.Element;
198
+ export declare function FormFieldset(props: FormFieldsetType): import("react/jsx-runtime").JSX.Element;
199
199
  export declare namespace FormFieldset {
200
200
  var propTypes: {};
201
201
  }
@@ -1 +1 @@
1
- {"version":3,"file":"formcomponents.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formcomponents.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,YAAY,CAAC;AAuIpB,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,iBAAS,SAAS,CAAC,KAAK,EAAE,aAAa,2CAYtC;kBAZQ,SAAS;;;;;;;;;;;;;AA4BlB,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,iBAAS,WAAW,CAAC,KAAK,EAAE,eAAe,kDA2C1C;kBA3CQ,WAAW;;;;;;;;;;;;AAiFpB,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,wBAAgB,SAAS,CAAC,KAAK,EAAE,aAAa,2CAmB7C;yBAnBe,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDzB,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAc/C;yBAde,UAAU;;;;;;;;;;;;;;;;;;;;;AA6B1B,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AACjF,iBAAS,gBAAgB,CAAC,KAAK,EAAE,oBAAoB,2CAUpD;kBAVQ,gBAAgB;;;;;;;AAyCzB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAWnD;yBAXe,YAAY;;;;;;;;;;;;;;;;;;;;;;AAmC5B,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,wBAAgB,SAAS,CAAC,KAAK,EAAE,aAAa,2CAY7C;yBAZe,SAAS;;;;;;;;;;;;;;;;AA4BzB,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,iBAAS,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAsBlD;kBAtBQ,eAAe;;;;;;;;;AA6CxB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAYnD;yBAZe,YAAY;;;;;;;;;;;;;;;;AA6B5B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,iBAAS,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,2CA2BxD;kBA3BQ,kBAAkB;;;;;;;;AA0C3B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAU/C;yBAVe,UAAU;;;;;;;;;AAuB1B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAWnD;yBAXe,YAAY;;;;;;AAsB5B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,4CAI3B;yBAJe,YAAY;;;AAO5B,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"formcomponents.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formcomponents.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,YAAY,CAAC;AAuIpB,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,iBAAS,SAAS,CAAC,KAAK,EAAE,aAAa,2CAYtC;kBAZQ,SAAS;;;;;;;;;;;;;AA4BlB,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,iBAAS,WAAW,CAAC,KAAK,EAAE,eAAe,kDA2C1C;kBA3CQ,WAAW;;;;;;;;;;;;AAiFpB,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,wBAAgB,SAAS,CAAC,KAAK,EAAE,aAAa,2CAmB7C;yBAnBe,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDzB,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAc/C;yBAde,UAAU;;;;;;;;;;;;;;;;;;;;;AA6B1B,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AACjF,iBAAS,gBAAgB,CAAC,KAAK,EAAE,oBAAoB,2CAUpD;kBAVQ,gBAAgB;;;;;;;AAyCzB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAWnD;yBAXe,YAAY;;;;;;;;;;;;;;;;;;;;;;AAmC5B,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,wBAAgB,SAAS,CAAC,KAAK,EAAE,aAAa,2CAY7C;yBAZe,SAAS;;;;;;;;;;;;;;;;AA4BzB,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,iBAAS,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAsBlD;kBAtBQ,eAAe;;;;;;;;;AA6CxB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAYnD;yBAZe,YAAY;;;;;;;;;;;;;;;;AA6B5B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,iBAAS,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,2CA2BxD;kBA3BQ,kBAAkB;;;;;;;;AA0C3B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAU/C;yBAVe,UAAU;;;;;;;;;AAuB1B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAWnD;yBAXe,YAAY;;;;;;AAsB5B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAInD;yBAJe,YAAY;;;AAO5B,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import PropTypes, { InferProps } from 'prop-types';
2
- import { FormEngineProps } from './formtypes';
3
2
  export type FormEngineType = InferProps<typeof FormEngine.propTypes>;
4
- export declare function FormEngine(props: FormEngineProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare function FormEngine(props: FormEngineType): import("react/jsx-runtime").JSX.Element;
5
4
  export declare namespace FormEngine {
6
5
  var propTypes: {
7
6
  name: PropTypes.Requireable<string>;