@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.
- package/README.md +12 -191
- package/dist/components/admin/componentusage/componentAnalysis.js +12 -4
- package/dist/components/admin/componentusage/componentDiscovery.js +20 -6
- package/dist/components/admin/site-health/site-health-accessibility.js +5 -1
- package/dist/components/admin/site-health/site-health-axe-core.js +4 -0
- package/dist/components/admin/site-health/site-health-cloudwatch.integration.js +0 -5
- package/dist/components/admin/site-health/site-health-cloudwatch.js +7 -1
- package/dist/components/admin/site-health/site-health-dependency-vulnerabilities.js +4 -0
- package/dist/components/admin/site-health/site-health-github.js +6 -0
- package/dist/components/admin/site-health/site-health-google-analytics.js +6 -0
- package/dist/components/admin/site-health/site-health-google-search-console.js +6 -0
- package/dist/components/admin/site-health/site-health-on-site-seo.integration.js +128 -55
- package/dist/components/admin/site-health/site-health-on-site-seo.js +4 -0
- package/dist/components/admin/site-health/site-health-overview.js +11 -4
- package/dist/components/admin/site-health/site-health-performance.js +4 -0
- package/dist/components/admin/site-health/site-health-security.js +5 -1
- package/dist/components/admin/site-health/site-health-seo.js +5 -1
- package/dist/components/admin/site-health/site-health-template.js +19 -9
- package/dist/components/admin/site-health/site-health-uptime.js +4 -0
- package/dist/components/callout/callout.js +0 -10
- package/dist/components/carousel/carousel.js +15 -4
- package/dist/components/carousel/tiles.js +1 -1
- package/dist/components/cms/contentful.items.components.js +3 -4
- package/dist/components/cms/flickr.js +1 -1
- package/dist/components/cms/google.reviews.components.js +3 -3
- package/dist/components/cms/instagram.components.js +15 -5
- package/dist/components/cms/smartimage.js +2 -2
- package/dist/components/cms/wordpress.components.js +32 -6
- package/dist/components/cms/yelp.js +5 -0
- package/dist/components/config/config.server.js +7 -1
- package/dist/components/general/css.js +0 -1
- package/dist/components/general/image.js +0 -1
- package/dist/components/general/loading.js +2 -1
- package/dist/components/general/microinteractions.js +0 -1
- package/dist/components/general/modal.css +2 -4
- package/dist/components/general/modal.js +72 -30
- package/dist/components/general/sidepanel.js +16 -0
- package/dist/components/general/tab.js +1 -0
- package/dist/components/menu/menu-accordion.css +1 -1
- package/dist/components/menu/menu-accordion.js +15 -4
- package/dist/components/menu/menu-expando.js +21 -19
- package/dist/components/menu/menu-simple.js +14 -14
- package/dist/components/nerdjoke/nerdjoke.js +1 -1
- package/dist/components/seo/googlesearch.js +0 -1
- package/dist/components/seo/schema-blogposting.js +6 -1
- package/dist/components/seo/schema-recipe.js +34 -1
- package/dist/components/seo/schema-services.js +20 -2
- package/dist/components/shoppingcart/ebay.components.js +3 -3
- package/dist/components/shoppingcart/shoppingcart.components.js +76 -28
- package/dist/components/shoppingcart/shoppingcart.functions.js +4 -4
- package/dist/components/sitebuilder/config/CompoundFontSelector.js +13 -4
- package/dist/components/sitebuilder/config/ConfigBuilder.css +194 -5
- package/dist/components/sitebuilder/config/ConfigBuilder.js +183 -17
- package/dist/components/sitebuilder/config/FontSelector.js +13 -2
- package/dist/components/sitebuilder/config/routes-form.json +67 -0
- package/dist/components/sitebuilder/config/siteinfo-form.json +28 -14
- package/dist/components/sitebuilder/config/visualdesignform.json +4 -4
- package/dist/components/sitebuilder/form/formbuilder.js +1 -0
- package/dist/components/sitebuilder/form/formcomponents.js +2 -3
- package/dist/components/sitebuilder/form/formengine.js +6 -5
- package/dist/components/sitebuilder/form/formvalidator.js +5 -0
- package/dist/components/sitebuilder/page/components/PageBuilderUI.js +5 -1
- package/dist/components/structured/buzzwordbingo.css +0 -1
- package/dist/components/structured/recipe.js +1 -1
- package/dist/components/structured/socialcard.js +2 -2
- package/dist/components/utilities/functions.js +82 -1
- package/dist/components/utilities/gemini-api.client.js +76 -0
- package/dist/components/utilities/gemini-api.server.js +185 -0
- package/dist/data/routes.json +5 -5
- package/dist/index.adminclient.js +30 -0
- package/dist/index.adminserver.js +21 -0
- package/dist/index.js +4 -18
- package/dist/index.server.js +15 -28
- package/dist/types/components/admin/componentusage/componentAnalysis.d.ts.map +1 -1
- package/dist/types/components/admin/componentusage/componentDiscovery.d.ts +1 -1
- package/dist/types/components/admin/componentusage/componentDiscovery.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-accessibility.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-accessibility.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-axe-core.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-axe-core.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-cloudwatch.d.ts +9 -6
- package/dist/types/components/admin/site-health/site-health-cloudwatch.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-cloudwatch.integration.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-github.d.ts +9 -6
- package/dist/types/components/admin/site-health/site-health-github.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts +9 -6
- package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts +9 -6
- package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts +8 -3
- package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-on-site-seo.integration.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-overview.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-overview.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-performance.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-performance.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-security.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-security.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-seo.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-seo.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-template.d.ts +12 -10
- package/dist/types/components/admin/site-health/site-health-template.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-uptime.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-uptime.d.ts.map +1 -1
- package/dist/types/components/callout/callout.d.ts +3 -3
- package/dist/types/components/callout/callout.d.ts.map +1 -1
- package/dist/types/components/carousel/carousel.d.ts +16 -7
- package/dist/types/components/carousel/carousel.d.ts.map +1 -1
- package/dist/types/components/carousel/tiles.d.ts +3 -6
- package/dist/types/components/carousel/tiles.d.ts.map +1 -1
- package/dist/types/components/cms/flickr.d.ts +3 -6
- package/dist/types/components/cms/flickr.d.ts.map +1 -1
- package/dist/types/components/cms/google.reviews.components.d.ts +1 -7
- package/dist/types/components/cms/google.reviews.components.d.ts.map +1 -1
- package/dist/types/components/cms/hubspot.components.d.ts +1 -2
- package/dist/types/components/cms/hubspot.components.d.ts.map +1 -1
- package/dist/types/components/cms/instagram.components.d.ts +14 -9
- package/dist/types/components/cms/instagram.components.d.ts.map +1 -1
- package/dist/types/components/cms/smartimage.d.ts +2 -28
- package/dist/types/components/cms/smartimage.d.ts.map +1 -1
- package/dist/types/components/cms/wordpress.components.d.ts +33 -14
- package/dist/types/components/cms/wordpress.components.d.ts.map +1 -1
- package/dist/types/components/cms/yelp.d.ts +9 -4
- package/dist/types/components/cms/yelp.d.ts.map +1 -1
- package/dist/types/components/config/config.server.d.ts +9 -6
- package/dist/types/components/config/config.server.d.ts.map +1 -1
- package/dist/types/components/general/loading.d.ts +5 -1
- package/dist/types/components/general/loading.d.ts.map +1 -1
- package/dist/types/components/general/microinteractions.d.ts +1 -3
- package/dist/types/components/general/microinteractions.d.ts.map +1 -1
- package/dist/types/components/general/modal.d.ts +11 -5
- package/dist/types/components/general/modal.d.ts.map +1 -1
- package/dist/types/components/general/semantic.d.ts +3 -3
- package/dist/types/components/general/sidepanel.d.ts +20 -13
- package/dist/types/components/general/sidepanel.d.ts.map +1 -1
- package/dist/types/components/general/tab.d.ts +1 -2
- package/dist/types/components/general/tab.d.ts.map +1 -1
- package/dist/types/components/menu/menu-accordion.d.ts +22 -9
- package/dist/types/components/menu/menu-accordion.d.ts.map +1 -1
- package/dist/types/components/menu/menu-expando.d.ts +14 -5
- package/dist/types/components/menu/menu-expando.d.ts.map +1 -1
- package/dist/types/components/menu/menu-simple.d.ts +4 -5
- package/dist/types/components/menu/menu-simple.d.ts.map +1 -1
- package/dist/types/components/nerdjoke/nerdjoke.d.ts +1 -1
- package/dist/types/components/nerdjoke/nerdjoke.d.ts.map +1 -1
- package/dist/types/components/seo/googleanalytics.d.ts.map +1 -1
- package/dist/types/components/seo/metadata.components.d.ts +2 -2
- package/dist/types/components/seo/metadata.components.d.ts.map +1 -1
- package/dist/types/components/seo/schema-blogposting.d.ts +7 -4
- package/dist/types/components/seo/schema-blogposting.d.ts.map +1 -1
- package/dist/types/components/seo/schema-recipe.d.ts +29 -30
- package/dist/types/components/seo/schema-recipe.d.ts.map +1 -1
- package/dist/types/components/seo/schema-services.d.ts +19 -9
- package/dist/types/components/seo/schema-services.d.ts.map +1 -1
- package/dist/types/components/shoppingcart/paypal.d.ts +1 -1
- package/dist/types/components/shoppingcart/paypal.d.ts.map +1 -1
- package/dist/types/components/shoppingcart/shoppingcart.components.d.ts +77 -28
- package/dist/types/components/shoppingcart/shoppingcart.components.d.ts.map +1 -1
- package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts +4 -23
- package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/config/CompoundFontSelector.d.ts +10 -11
- package/dist/types/components/sitebuilder/config/CompoundFontSelector.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts +41 -174
- package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/config/FontSelector.d.ts +12 -13
- package/dist/types/components/sitebuilder/config/FontSelector.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formbuilder.d.ts +7 -3
- package/dist/types/components/sitebuilder/form/formbuilder.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formcomponents.d.ts +1 -1
- package/dist/types/components/sitebuilder/form/formcomponents.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formengine.d.ts +1 -2
- package/dist/types/components/sitebuilder/form/formengine.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formextractor.d.ts +5 -4
- package/dist/types/components/sitebuilder/form/formextractor.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formtypes.d.ts +3 -3
- package/dist/types/components/sitebuilder/form/formtypes.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formvalidator.d.ts +8 -3
- package/dist/types/components/sitebuilder/form/formvalidator.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/ComponentPropertiesForm.d.ts +2 -3
- package/dist/types/components/sitebuilder/page/components/ComponentPropertiesForm.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/ComponentSelector.d.ts +2 -3
- package/dist/types/components/sitebuilder/page/components/ComponentSelector.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/ComponentTree.d.ts +2 -3
- package/dist/types/components/sitebuilder/page/components/ComponentTree.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/PageBuilderUI.d.ts +8 -7
- package/dist/types/components/sitebuilder/page/components/PageBuilderUI.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/PageEngine.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/SaveLoadSection.d.ts +2 -3
- package/dist/types/components/sitebuilder/page/components/SaveLoadSection.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/lib/componentMap.d.ts +1 -1
- package/dist/types/components/structured/markdown.d.ts +1 -3
- package/dist/types/components/structured/markdown.d.ts.map +1 -1
- package/dist/types/components/structured/recipe.d.ts +5 -32
- package/dist/types/components/structured/recipe.d.ts.map +1 -1
- package/dist/types/components/structured/socialcard.d.ts +4 -0
- package/dist/types/components/structured/socialcard.d.ts.map +1 -1
- package/dist/types/components/structured/timeline.d.ts +1 -3
- package/dist/types/components/structured/timeline.d.ts.map +1 -1
- package/dist/types/components/utilities/functions.d.ts +20 -0
- package/dist/types/components/utilities/functions.d.ts.map +1 -1
- package/dist/types/components/utilities/gemini-api.client.d.ts +38 -0
- package/dist/types/components/utilities/gemini-api.client.d.ts.map +1 -0
- package/dist/types/components/utilities/gemini-api.server.d.ts +17 -0
- package/dist/types/components/utilities/gemini-api.server.d.ts.map +1 -0
- package/dist/types/index.adminclient.d.ts +27 -0
- package/dist/types/index.adminclient.d.ts.map +1 -0
- package/dist/types/index.adminserver.d.ts +19 -0
- package/dist/types/index.adminserver.d.ts.map +1 -0
- package/dist/types/index.d.ts +4 -18
- package/dist/types/index.server.d.ts +5 -28
- package/dist/types/stories/general/sidepanel.stories.d.ts.map +1 -1
- package/dist/types/stories/general/smartimage.stories.d.ts +74 -2
- package/dist/types/stories/general/smartimage.stories.d.ts.map +1 -1
- package/package.json +19 -9
- package/README.COMPONENTS.md +0 -2310
- package/dist/components/cms/pixelated.linkedin.js +0 -180
- package/dist/components/cms/pixelated.linkedin1.js +0 -84
- package/dist/components/cms/pixelated.linkedin2.js +0 -92
- package/dist/types/components/cms/pixelated.linkedin.d.ts +0 -2
- package/dist/types/components/cms/pixelated.linkedin.d.ts.map +0 -1
- package/dist/types/components/cms/pixelated.linkedin1.d.ts +0 -2
- package/dist/types/components/cms/pixelated.linkedin1.d.ts.map +0 -1
- package/dist/types/components/cms/pixelated.linkedin2.d.ts +0 -2
- package/dist/types/components/cms/pixelated.linkedin2.d.ts.map +0 -1
- package/dist/types/tests/pixelated.menu-expando.test.d.ts +0 -2
- package/dist/types/tests/pixelated.menu-expando.test.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formengine.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formengine.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"formengine.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formengine.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAmBnD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAM/C;yBANe,UAAU"}
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
-
import { FormExtractorProps, FormExtractEngineProps, FormExtractUIProps } from './formtypes';
|
|
3
2
|
export type FormExtractorType = InferProps<typeof FormExtractor.propTypes>;
|
|
4
|
-
export declare function FormExtractor(props:
|
|
3
|
+
export declare function FormExtractor(props: FormExtractorType): import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export declare namespace FormExtractor {
|
|
6
5
|
var propTypes: {
|
|
7
6
|
url: PropTypes.Requireable<string>;
|
|
8
7
|
htmlPaste: PropTypes.Requireable<string>;
|
|
9
8
|
};
|
|
10
9
|
}
|
|
11
|
-
export
|
|
10
|
+
export type FormExtractUIType = InferProps<typeof FormExtractUI.propTypes>;
|
|
11
|
+
export declare function FormExtractUI(props: FormExtractUIType): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export declare namespace FormExtractUI {
|
|
13
13
|
var propTypes: {
|
|
14
14
|
setParentState: PropTypes.Validator<(...args: any[]) => any>;
|
|
15
15
|
};
|
|
16
16
|
}
|
|
17
|
-
export
|
|
17
|
+
export type FormExtractEngineType = InferProps<typeof FormExtractEngine.propTypes>;
|
|
18
|
+
export declare function FormExtractEngine(props: FormExtractEngineType): import("react/jsx-runtime").JSX.Element;
|
|
18
19
|
export declare namespace FormExtractEngine {
|
|
19
20
|
var propTypes: {
|
|
20
21
|
url: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formextractor.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formextractor.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"formextractor.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formextractor.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAgBnD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAyCrD;yBAzCe,aAAa;;;;;;AA8C7B,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAmCrD;yBAnCe,aAAa;;;;;AA0C7B,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAmL7D;yBAnLe,iBAAiB"}
|
|
@@ -35,9 +35,9 @@ export interface FormValidationContextType extends FormValidationState {
|
|
|
35
35
|
resetValidation: () => void;
|
|
36
36
|
}
|
|
37
37
|
export interface FormEngineProps {
|
|
38
|
-
name?: string;
|
|
39
|
-
id?: string;
|
|
40
|
-
method?: string;
|
|
38
|
+
name?: string | null;
|
|
39
|
+
id?: string | null;
|
|
40
|
+
method?: string | null;
|
|
41
41
|
onSubmitHandler?: (event: React.FormEvent) => void;
|
|
42
42
|
formData: FormData;
|
|
43
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formtypes.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formtypes.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAExC,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,eAAe,EAAE,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,cAAc,CAAC;CACvB;AAED,MAAM,WAAW,mBAAmB;IAClC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IACtC,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,yBAA0B,SAAQ,mBAAmB;IACpE,aAAa,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC7E,iBAAiB,EAAE,MAAM,OAAO,CAAC;IACjC,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"formtypes.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formtypes.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAExC,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,eAAe,EAAE,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,cAAc,CAAC;CACvB;AAED,MAAM,WAAW,mBAAmB;IAClC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IACtC,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,yBAA0B,SAAQ,mBAAmB;IACpE,aAAa,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC7E,iBAAiB,EAAE,MAAM,OAAO,CAAC;IACjC,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,SAAS,KAAK,IAAI,CAAC;IACnD,QAAQ,EAAE,QAAQ,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC/B,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;CACnC;AAED,MAAM,WAAW,kBAAkB;IACjC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,sBAAsB;IACrC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;CAClC;AAED,MAAM,WAAW,kBAAkB;IACjC,cAAc,EAAE,CAAC,KAAK,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CACrE;AAGD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;AAC7C,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;AAChD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;AACpD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC"}
|
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
3
|
import { ValidationResult, FormValidationContextType } from './formtypes';
|
|
3
4
|
/**
|
|
4
5
|
* Centralized field validation service
|
|
5
6
|
*/
|
|
6
7
|
export declare function validateField(fieldProps: any, event: React.ChangeEvent<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement> | React.FocusEvent<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>): Promise<ValidationResult>;
|
|
7
8
|
export declare function useFormValidation(): FormValidationContextType;
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
export type FormValidationProviderType = InferProps<typeof FormValidationProvider.propTypes>;
|
|
10
|
+
export declare function FormValidationProvider({ children }: FormValidationProviderType): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare namespace FormValidationProvider {
|
|
12
|
+
var propTypes: {
|
|
13
|
+
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
11
16
|
/**
|
|
12
17
|
* Cross-field validation functions
|
|
13
18
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formvalidator.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formvalidator.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"formvalidator.d.ts","sourceRoot":"","sources":["../../../../../src/components/sitebuilder/form/formvalidator.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAChF,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,EAAE,gBAAgB,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAE1E;;GAEG;AACH,wBAAsB,aAAa,CAClC,UAAU,EAAE,GAAG,EACf,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,GAAG,iBAAiB,GAAG,mBAAmB,CAAC,GAAG,KAAK,CAAC,UAAU,CAAC,gBAAgB,GAAG,iBAAiB,GAAG,mBAAmB,CAAC,GACjK,OAAO,CAAC,gBAAgB,CAAC,CAyC3B;AAOD,wBAAgB,iBAAiB,8BAMhC;AAKD,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,SAAS,CAAC,CAAC;AAC7F,wBAAgB,sBAAsB,CAAC,EAAE,QAAQ,EAAE,EAAE,0BAA0B,2CAkC9E;yBAlCe,sBAAsB;;;;;AAoCtC;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,GAAG,GAAG,gBAAgB,CAarE;AAED,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,GAAG,GAAG,gBAAgB,CAatE;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,GAAG,EAAE,gBAAgB,GAAE,CAAC,CAAC,IAAI,EAAE,GAAG,KAAK,gBAAgB,CAAC,EAAO,GAAG,gBAAgB,CAiB7H"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
-
type
|
|
3
|
-
export declare function ComponentPropertiesForm({ editableComponent, onSubmit }:
|
|
2
|
+
export type ComponentPropertiesFormType = InferProps<typeof ComponentPropertiesForm.propTypes>;
|
|
3
|
+
export declare function ComponentPropertiesForm({ editableComponent, onSubmit }: ComponentPropertiesFormType): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare namespace ComponentPropertiesForm {
|
|
5
5
|
var propTypes: {
|
|
6
6
|
editableComponent: PropTypes.Requireable<object>;
|
|
7
7
|
onSubmit: PropTypes.Validator<(...args: any[]) => any>;
|
|
8
8
|
};
|
|
9
9
|
}
|
|
10
|
-
export {};
|
|
11
10
|
//# sourceMappingURL=ComponentPropertiesForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComponentPropertiesForm.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/ComponentPropertiesForm.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"ComponentPropertiesForm.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/ComponentPropertiesForm.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAanD,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC/F,wBAAgB,uBAAuB,CAAC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,EAAE,2BAA2B,2CAkBnG;yBAlBe,uBAAuB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
-
type
|
|
3
|
-
export declare function ComponentSelector(props:
|
|
2
|
+
export type ComponentSelectorType = InferProps<typeof ComponentSelector.propTypes>;
|
|
3
|
+
export declare function ComponentSelector(props: ComponentSelectorType): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare namespace ComponentSelector {
|
|
5
5
|
var propTypes: {
|
|
6
6
|
setEditableComponent: PropTypes.Validator<(...args: any[]) => any>;
|
|
@@ -11,5 +11,4 @@ export declare namespace ComponentSelector {
|
|
|
11
11
|
}>>;
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
|
-
export {};
|
|
15
14
|
//# sourceMappingURL=ComponentSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComponentSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/ComponentSelector.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"ComponentSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/ComponentSelector.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAmBnD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAiF7D;yBAjFe,iBAAiB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
-
type
|
|
3
|
-
export declare function ComponentTree({ components, onSelectComponent, onEditComponent, onDeleteComponent, onMoveUp, onMoveDown, selectedPath, editPath }:
|
|
2
|
+
export type ComponentTreeType = InferProps<typeof ComponentTree.propTypes>;
|
|
3
|
+
export declare function ComponentTree({ components, onSelectComponent, onEditComponent, onDeleteComponent, onMoveUp, onMoveDown, selectedPath, editPath }: ComponentTreeType): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare namespace ComponentTree {
|
|
5
5
|
var propTypes: {
|
|
6
6
|
components: PropTypes.Validator<any[]>;
|
|
@@ -13,5 +13,4 @@ export declare namespace ComponentTree {
|
|
|
13
13
|
editPath: PropTypes.Requireable<string>;
|
|
14
14
|
};
|
|
15
15
|
}
|
|
16
|
-
export {};
|
|
17
16
|
//# sourceMappingURL=ComponentTree.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComponentTree.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/ComponentTree.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"ComponentTree.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/ComponentTree.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAkBnD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,EAC7B,UAAU,EACV,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,EAAE,iBAAiB,2CAkJnB;yBA3Je,aAAa"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
1
2
|
import "../../../../css/pixelated.global.css";
|
|
2
3
|
import './pagebuilder.scss';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
4
|
+
export type PageBuilderUIType = InferProps<typeof PageBuilderUI.propTypes>;
|
|
5
|
+
export declare function PageBuilderUI({ apiEndpoint }: PageBuilderUIType): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare namespace PageBuilderUI {
|
|
7
|
+
var propTypes: {
|
|
8
|
+
apiEndpoint: PropTypes.Requireable<string>;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
10
11
|
//# sourceMappingURL=PageBuilderUI.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageBuilderUI.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/PageBuilderUI.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PageBuilderUI.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/PageBuilderUI.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAOnD,OAAO,sCAAsC,CAAC;AAC9C,OAAO,oBAAoB,CAAC;AAW5B,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,EAAE,WAAgC,EAAE,EAAE,iBAAiB,2CAgIpF;yBAhIe,aAAa"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageEngine.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/PageEngine.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"PageEngine.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/PageEngine.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,oBAAoB,CAAC;AA0B5B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAiJ/C;yBAjJe,UAAU"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
-
type
|
|
3
|
-
export declare function SaveLoadSection({ pageData, onLoad, apiEndpoint }:
|
|
2
|
+
export type SaveLoadSectionType = InferProps<typeof SaveLoadSection.propTypes>;
|
|
3
|
+
export declare function SaveLoadSection({ pageData, onLoad, apiEndpoint }: SaveLoadSectionType): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare namespace SaveLoadSection {
|
|
5
5
|
var propTypes: {
|
|
6
6
|
pageData: PropTypes.Validator<object>;
|
|
@@ -8,5 +8,4 @@ export declare namespace SaveLoadSection {
|
|
|
8
8
|
apiEndpoint: PropTypes.Requireable<string>;
|
|
9
9
|
};
|
|
10
10
|
}
|
|
11
|
-
export {};
|
|
12
11
|
//# sourceMappingURL=SaveLoadSection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SaveLoadSection.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/SaveLoadSection.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"SaveLoadSection.d.ts","sourceRoot":"","sources":["../../../../../../src/components/sitebuilder/page/components/SaveLoadSection.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAQnD,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAgC,EAAE,EAAE,mBAAmB,2CAyO1G;yBAzOe,eAAe"}
|
|
@@ -21,5 +21,5 @@ export declare function isLayoutComponent(componentName: string): boolean;
|
|
|
21
21
|
/**
|
|
22
22
|
* Get component type from the registry
|
|
23
23
|
*/
|
|
24
|
-
export declare function getComponentType(componentName: string): typeof
|
|
24
|
+
export declare function getComponentType(componentName: string): typeof PageTitleHeader | typeof PageSection | typeof PageSectionHeader | typeof PageGridItem | typeof PageFlexItem | typeof Callout;
|
|
25
25
|
//# sourceMappingURL=componentMap.d.ts.map
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from "prop-types";
|
|
2
2
|
import "./markdown.css";
|
|
3
3
|
export type MarkdownType = InferProps<typeof Markdown.propTypes>;
|
|
4
|
-
export declare function Markdown(props:
|
|
5
|
-
markdowndata: any;
|
|
6
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare function Markdown(props: MarkdownType): import("react/jsx-runtime").JSX.Element;
|
|
7
5
|
export declare namespace Markdown {
|
|
8
6
|
var propTypes: {
|
|
9
7
|
markdowndata: PropTypes.Validator<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"markdown.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/markdown.tsx"],"names":[],"mappings":"AAMA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,gBAAgB,CAAC;AAMxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE
|
|
1
|
+
{"version":3,"file":"markdown.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/markdown.tsx"],"names":[],"mappings":"AAMA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,gBAAgB,CAAC;AAMxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE,YAAY,2CAsC3C;yBAtCe,QAAQ"}
|
|
@@ -14,37 +14,7 @@ export type RecipeOutputType = {
|
|
|
14
14
|
license: string;
|
|
15
15
|
};
|
|
16
16
|
export declare function mapSchemaRecipeToDisplay(schemaRecipe: any): RecipeOutputType;
|
|
17
|
-
type
|
|
18
|
-
'@context': string;
|
|
19
|
-
'@type': string;
|
|
20
|
-
name: string;
|
|
21
|
-
description: string;
|
|
22
|
-
author: {
|
|
23
|
-
'@type': string;
|
|
24
|
-
name: string;
|
|
25
|
-
};
|
|
26
|
-
recipeYield: string;
|
|
27
|
-
prepTime: string;
|
|
28
|
-
cookTime: string;
|
|
29
|
-
totalTime: string;
|
|
30
|
-
recipeCategory: string;
|
|
31
|
-
recipeCuisine: string;
|
|
32
|
-
recipeIngredient: string[];
|
|
33
|
-
recipeInstructions: Array<{
|
|
34
|
-
'@type': string;
|
|
35
|
-
text: string;
|
|
36
|
-
}>;
|
|
37
|
-
license?: string;
|
|
38
|
-
image?: string;
|
|
39
|
-
datePublished?: string;
|
|
40
|
-
};
|
|
41
|
-
type RecipeDataType = {
|
|
42
|
-
items: RecipeType[];
|
|
43
|
-
};
|
|
44
|
-
export type RecipeBookType = {
|
|
45
|
-
recipeData: RecipeDataType;
|
|
46
|
-
recipeCategories: string[];
|
|
47
|
-
};
|
|
17
|
+
export type RecipeBookType = InferProps<typeof RecipeBook.propTypes>;
|
|
48
18
|
export declare function RecipeBook(props: RecipeBookType): import("react/jsx-runtime").JSX.Element;
|
|
49
19
|
export declare namespace RecipeBook {
|
|
50
20
|
var propTypes: {
|
|
@@ -82,6 +52,9 @@ export declare namespace RecipePickList {
|
|
|
82
52
|
handleRecipePickListChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
83
53
|
};
|
|
84
54
|
}
|
|
55
|
+
export type BackToTopType = InferProps<typeof BackToTop.propTypes>;
|
|
85
56
|
export declare function BackToTop(): import("react/jsx-runtime").JSX.Element;
|
|
86
|
-
export {
|
|
57
|
+
export declare namespace BackToTop {
|
|
58
|
+
var propTypes: {};
|
|
59
|
+
}
|
|
87
60
|
//# sourceMappingURL=recipe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recipe.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/recipe.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,cAAc,CAAC;AAetB,MAAM,MAAM,gBAAgB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,wBAAgB,wBAAwB,CAAC,YAAY,EAAE,GAAG,GAAG,gBAAgB,CAuD5E;
|
|
1
|
+
{"version":3,"file":"recipe.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/recipe.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,cAAc,CAAC;AAetB,MAAM,MAAM,gBAAgB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,wBAAgB,wBAAwB,CAAC,YAAY,EAAE,GAAG,GAAG,gBAAgB,CAuD5E;AA8CD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAkF/C;yBAlFe,UAAU;;;;;;;;AA6F1B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAOvD;yBAPe,cAAc;;;;;;;;AAiB9B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAE,KAAK,EAAE,kBAAkB,2CA2CxD;yBA3Ce,cAAc;;;;;;;AAoD9B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CA8CvD;yBA9Ce,cAAc;;;;;;;AAkD9B,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;AACnE,wBAAgB,SAAS,4CAyBxB;yBAzBe,SAAS"}
|
|
@@ -16,5 +16,9 @@ export declare namespace SocialCard {
|
|
|
16
16
|
card: PropTypes.Validator<any>;
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
|
+
export type SocialCardsLoadingType = InferProps<typeof SocialCardsLoading.propTypes>;
|
|
19
20
|
export declare function SocialCardsLoading(): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare namespace SocialCardsLoading {
|
|
22
|
+
var propTypes: {};
|
|
23
|
+
}
|
|
20
24
|
//# sourceMappingURL=socialcard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"socialcard.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/socialcard.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"socialcard.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/socialcard.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,kBAAkB,CAAC;AAiC1B,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,KAAK,EAAE,eAAe,qDAgOjD;yBAhOe,WAAW;;;;;AAuO3B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAqB/C;yBArBe,UAAU;;;;;;;AAyB1B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,4CAMjC;yBANe,kBAAkB"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from "prop-types";
|
|
2
2
|
import "../../css/pixelated.grid.scss";
|
|
3
3
|
import "./timeline.css";
|
|
4
|
-
export type TimelineType = InferProps<typeof Timeline.propTypes
|
|
5
|
-
[key: string]: unknown;
|
|
6
|
-
};
|
|
4
|
+
export type TimelineType = InferProps<typeof Timeline.propTypes>;
|
|
7
5
|
export declare function Timeline(props: TimelineType): import("react/jsx-runtime").JSX.Element;
|
|
8
6
|
export declare namespace Timeline {
|
|
9
7
|
var propTypes: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/timeline.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,gBAAgB,CAAC;AAcxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,
|
|
1
|
+
{"version":3,"file":"timeline.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/timeline.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,gBAAgB,CAAC;AAcxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE,YAAY,2CAiB3C;yBAjBe,QAAQ;;;;;;;;;;AA0BxB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AACtG,iBAAwB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAmB3D;kBAnBuB,YAAY;;;;;;;;eAAZ,YAAY"}
|
|
@@ -14,4 +14,24 @@ export declare function attributeMap(oldAttribute: string): string;
|
|
|
14
14
|
* on an input, select, or textarea element.
|
|
15
15
|
*/
|
|
16
16
|
export declare function logAllChange(): void;
|
|
17
|
+
/**
|
|
18
|
+
* Regex patterns that identify client-only code requiring browser execution
|
|
19
|
+
* Used by both ESLint rules and build scripts to determine client vs server components
|
|
20
|
+
*/
|
|
21
|
+
export declare const CLIENT_ONLY_PATTERNS: RegExp[];
|
|
22
|
+
/**
|
|
23
|
+
* Determines if a component file contains client-only code that requires browser execution
|
|
24
|
+
* @param fileContent - The source code content of the file
|
|
25
|
+
* @returns true if the file contains client-only patterns
|
|
26
|
+
*/
|
|
27
|
+
export declare function isClientComponent(fileContent: string): boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Glob patterns for finding component files
|
|
30
|
+
*/
|
|
31
|
+
export declare const TS_FILE_IGNORE_PATTERNS: string[];
|
|
32
|
+
export declare const TSX_FILE_IGNORE_PATTERNS: string[];
|
|
33
|
+
/**
|
|
34
|
+
* Regex patterns that identify server-only code that should not run on client
|
|
35
|
+
*/
|
|
36
|
+
export declare const SERVER_ONLY_PATTERNS: RegExp[];
|
|
17
37
|
//# sourceMappingURL=functions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../../src/components/utilities/functions.ts"],"names":[],"mappings":"AAGA,wBAAgB,QAAQ,CAAE,GAAG,EAAE,MAAM,oBAUpC;AAGD,wBAAgB,SAAS,CAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG;;EAmBxC;AAED,wBAAgB,wBAAwB,CAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,QAIhF;AAED,wBAAgB,aAAa,CAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,UAOtD;AAED,wBAAgB,WAAW,WAc1B;AAED,wBAAgB,YAAY,WAK3B;AAED,wBAAgB,UAAU,CAAE,GAAG,EAAE,MAAM,UAEtC;AAQD,wBAAgB,YAAY,CAAE,YAAY,EAAE,MAAM,UAgCjD;AAID;;;;OAII;AACJ,wBAAgB,YAAY,SAoB3B"}
|
|
1
|
+
{"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../../src/components/utilities/functions.ts"],"names":[],"mappings":"AAGA,wBAAgB,QAAQ,CAAE,GAAG,EAAE,MAAM,oBAUpC;AAGD,wBAAgB,SAAS,CAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG;;EAmBxC;AAED,wBAAgB,wBAAwB,CAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,QAIhF;AAED,wBAAgB,aAAa,CAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,UAOtD;AAED,wBAAgB,WAAW,WAc1B;AAED,wBAAgB,YAAY,WAK3B;AAED,wBAAgB,UAAU,CAAE,GAAG,EAAE,MAAM,UAEtC;AAQD,wBAAgB,YAAY,CAAE,YAAY,EAAE,MAAM,UAgCjD;AAID;;;;OAII;AACJ,wBAAgB,YAAY,SAoB3B;AAKD;;;GAGG;AACH,eAAO,MAAM,oBAAoB,UA0BhC,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAE9D;AAGD;;GAEG;AACH,eAAO,MAAM,uBAAuB,UAQnC,CAAC;AAEF,eAAO,MAAM,wBAAwB,UAOpC,CAAC;AAGF;;GAEG;AACH,eAAO,MAAM,oBAAoB,UAgBhC,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { RouteType, SiteInfoType } from '../sitebuilder/config/ConfigBuilder';
|
|
2
|
+
export interface GeminiRecommendationRequest {
|
|
3
|
+
route: RouteType;
|
|
4
|
+
siteInfo: SiteInfoType;
|
|
5
|
+
baseUrl?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface GeminiRecommendationResponse {
|
|
8
|
+
title?: string;
|
|
9
|
+
keywords?: string[];
|
|
10
|
+
description?: string;
|
|
11
|
+
error?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GeminiApiResponse {
|
|
14
|
+
success: boolean;
|
|
15
|
+
data?: GeminiRecommendationResponse;
|
|
16
|
+
error?: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Service for integrating with Google Gemini API for SEO recommendations
|
|
20
|
+
*/
|
|
21
|
+
export declare class GeminiApiService {
|
|
22
|
+
private apiKey;
|
|
23
|
+
private baseUrl;
|
|
24
|
+
constructor(apiKey: string, baseUrl?: string);
|
|
25
|
+
/**
|
|
26
|
+
* Generate SEO recommendations for a route
|
|
27
|
+
*/
|
|
28
|
+
generateRouteRecommendations(request: GeminiRecommendationRequest): Promise<GeminiApiResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* List available models to debug API issues
|
|
31
|
+
*/
|
|
32
|
+
listModels(): Promise<any>;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Create a Gemini API service instance
|
|
36
|
+
*/
|
|
37
|
+
export declare function createGeminiApiService(apiKey: string): GeminiApiService;
|
|
38
|
+
//# sourceMappingURL=gemini-api.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gemini-api.client.d.ts","sourceRoot":"","sources":["../../../../src/components/utilities/gemini-api.client.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAE9E,MAAM,WAAW,2BAA2B;IAC1C,KAAK,EAAE,SAAS,CAAC;IACjB,QAAQ,EAAE,YAAY,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,4BAA4B;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,qBAAa,gBAAgB;IAC5B,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,OAAO,CAAS;gBAEZ,MAAM,EAAE,MAAM,EAAE,OAAO,SAA8C;IAKjF;;KAEI;IACE,4BAA4B,CAAC,OAAO,EAAE,2BAA2B,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAqCpG;;KAEI;IACE,UAAU,IAAI,OAAO,CAAC,GAAG,CAAC;CAqBhC;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,MAAM,GAAG,gBAAgB,CAEvE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { RouteType, SiteInfoType } from '../sitebuilder/config/ConfigBuilder';
|
|
2
|
+
export interface GeminiRecommendationRequest {
|
|
3
|
+
route: RouteType;
|
|
4
|
+
siteInfo: SiteInfoType;
|
|
5
|
+
baseUrl?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface GeminiRecommendationResponse {
|
|
8
|
+
title?: string;
|
|
9
|
+
keywords?: string[];
|
|
10
|
+
description?: string;
|
|
11
|
+
error?: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Generate AI recommendations for SEO using Google Gemini API
|
|
15
|
+
*/
|
|
16
|
+
export declare function generateAiRecommendations(request: GeminiRecommendationRequest, apiKey: string): Promise<GeminiRecommendationResponse>;
|
|
17
|
+
//# sourceMappingURL=gemini-api.server.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gemini-api.server.d.ts","sourceRoot":"","sources":["../../../../src/components/utilities/gemini-api.server.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAE9E,MAAM,WAAW,2BAA2B;IAC1C,KAAK,EAAE,SAAS,CAAC;IACjB,QAAQ,EAAE,YAAY,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,4BAA4B;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AA+ID;;GAEG;AACH,wBAAsB,yBAAyB,CAC9C,OAAO,EAAE,2BAA2B,EACpC,MAAM,EAAE,MAAM,GACZ,OAAO,CAAC,4BAA4B,CAAC,CA2DvC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export * from "./components/admin/site-health/site-health-accessibility";
|
|
2
|
+
export * from "./components/admin/site-health/site-health-axe-core";
|
|
3
|
+
export * from "./components/admin/site-health/site-health-cloudwatch";
|
|
4
|
+
export * from "./components/admin/site-health/site-health-cloudwatch.integration";
|
|
5
|
+
export * from "./components/admin/site-health/site-health-core-web-vitals.integration";
|
|
6
|
+
export * from "./components/admin/site-health/site-health-dependency-vulnerabilities";
|
|
7
|
+
export * from "./components/admin/site-health/site-health-github";
|
|
8
|
+
export * from "./components/admin/site-health/site-health-google-analytics";
|
|
9
|
+
export * from "./components/admin/site-health/site-health-google-search-console";
|
|
10
|
+
export * from "./components/admin/site-health/site-health-on-site-seo";
|
|
11
|
+
export * from "./components/admin/site-health/site-health-overview";
|
|
12
|
+
export * from "./components/admin/site-health/site-health-security";
|
|
13
|
+
export * from "./components/admin/site-health/site-health-seo";
|
|
14
|
+
export * from "./components/admin/site-health/site-health-template";
|
|
15
|
+
export * from "./components/admin/site-health/site-health-uptime";
|
|
16
|
+
export * from "./components/admin/site-health/seo-constants";
|
|
17
|
+
export * from "./components/admin/site-health/site-health-cache";
|
|
18
|
+
export * from "./components/admin/site-health/site-health-indicators";
|
|
19
|
+
export * from "./components/admin/site-health/site-health-on-site-seo.integration";
|
|
20
|
+
export * from "./components/admin/site-health/site-health-types";
|
|
21
|
+
export * from "./components/admin/site-health/site-health-performance";
|
|
22
|
+
export * from "./components/admin/site-health/site-health-cache";
|
|
23
|
+
export * from "./components/admin/site-health/site-health-indicators";
|
|
24
|
+
export * from "./components/admin/site-health/site-health-on-site-seo.integration";
|
|
25
|
+
export * from "./components/admin/site-health/site-health-performance";
|
|
26
|
+
export * from "./components/admin/site-health/site-health-types";
|
|
27
|
+
//# sourceMappingURL=index.adminclient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.adminclient.d.ts","sourceRoot":"","sources":["../../src/index.adminclient.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from "./components/admin/componentusage/componentDiscovery";
|
|
2
|
+
export * from "./components/admin/componentusage/componentAnalysis";
|
|
3
|
+
export * from "./components/admin/deploy/deployment.integration";
|
|
4
|
+
export * from "./components/admin/site-health/google-api-auth";
|
|
5
|
+
export * from "./components/admin/site-health/site-health-axe-core.integration";
|
|
6
|
+
export * from "./components/admin/site-health/site-health-cache";
|
|
7
|
+
export * from "./components/admin/site-health/site-health-core-web-vitals.integration";
|
|
8
|
+
export * from "./components/admin/site-health/site-health-github.integration";
|
|
9
|
+
export * from "./components/admin/site-health/site-health-google-analytics.integration";
|
|
10
|
+
export * from "./components/admin/site-health/site-health-google-search-console.integration";
|
|
11
|
+
export * from "./components/admin/site-health/site-health-indicators";
|
|
12
|
+
export * from "./components/admin/site-health/site-health-on-site-seo.integration";
|
|
13
|
+
export * from "./components/admin/site-health/site-health-cloudwatch.integration";
|
|
14
|
+
export * from "./components/admin/site-health/seo-constants";
|
|
15
|
+
export * from "./components/admin/site-health/site-health-security.integration";
|
|
16
|
+
export * from "./components/admin/site-health/site-health-types";
|
|
17
|
+
export * from "./components/admin/site-health/site-health-uptime.integration";
|
|
18
|
+
export * from "./components/admin/sites/sites.integration";
|
|
19
|
+
//# sourceMappingURL=index.adminserver.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.adminserver.d.ts","sourceRoot":"","sources":["../../src/index.adminserver.js"],"names":[],"mappings":""}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export * from "./components/cms/instagram.components";
|
|
|
19
19
|
export * from "./components/cms/wordpress.components";
|
|
20
20
|
export * from "./components/cms/wordpress.functions";
|
|
21
21
|
export * from "./components/cms/yelp";
|
|
22
|
+
export * from "./components/config/config";
|
|
22
23
|
export * from "./components/config/config.client";
|
|
23
24
|
export * from "./components/config/config.server";
|
|
24
25
|
export * from "./components/config/config.types";
|
|
@@ -47,6 +48,7 @@ export * from "./components/sitebuilder/config/ConfigEngine";
|
|
|
47
48
|
export * from "./components/sitebuilder/config/FontSelector";
|
|
48
49
|
export * from "./components/sitebuilder/config/CompoundFontSelector";
|
|
49
50
|
export * from "./components/sitebuilder/config/fonts";
|
|
51
|
+
export * from "./components/sitebuilder/config/google-fonts";
|
|
50
52
|
export * from "./components/sitebuilder/form/formcomponents";
|
|
51
53
|
export * from "./components/sitebuilder/form/formtypes";
|
|
52
54
|
export * from "./components/sitebuilder/form/formutils";
|
|
@@ -78,24 +80,6 @@ export * from "./components/seo/manifest";
|
|
|
78
80
|
export * from "./components/seo/metadata.functions";
|
|
79
81
|
export * from "./components/seo/metadata.components";
|
|
80
82
|
export * from "./components/seo/sitemap";
|
|
81
|
-
export * from "./components/admin/site-health/site-health-indicators";
|
|
82
|
-
export * from "./components/admin/site-health/site-health-accessibility";
|
|
83
|
-
export * from "./components/admin/site-health/site-health-axe-core";
|
|
84
|
-
export * from "./components/admin/site-health/site-health-cache";
|
|
85
|
-
export * from "./components/admin/site-health/site-health-dependency-vulnerabilities";
|
|
86
|
-
export * from "./components/admin/site-health/site-health-github";
|
|
87
|
-
export * from "./components/admin/site-health/site-health-google-analytics";
|
|
88
|
-
export * from "./components/admin/site-health/site-health-google-search-console";
|
|
89
|
-
export * from "./components/admin/site-health/site-health-on-site-seo";
|
|
90
|
-
export * from "./components/admin/site-health/site-health-cloudwatch";
|
|
91
|
-
export * from "./components/admin/site-health/seo-constants";
|
|
92
|
-
export * from "./components/admin/site-health/site-health-overview";
|
|
93
|
-
export * from "./components/admin/site-health/site-health-performance";
|
|
94
|
-
export * from "./components/admin/site-health/site-health-security";
|
|
95
|
-
export * from "./components/admin/site-health/site-health-seo";
|
|
96
|
-
export * from "./components/admin/site-health/site-health-template";
|
|
97
|
-
export * from "./components/admin/site-health/site-health-types";
|
|
98
|
-
export * from "./components/admin/site-health/site-health-uptime";
|
|
99
83
|
export * from "./components/shoppingcart/ebay.components";
|
|
100
84
|
export * from "./components/shoppingcart/ebay.functions";
|
|
101
85
|
export * from "./components/shoppingcart/paypal";
|
|
@@ -108,4 +92,6 @@ export * from "./components/structured/resume";
|
|
|
108
92
|
export * from "./components/structured/socialcard";
|
|
109
93
|
export * from "./components/structured/timeline";
|
|
110
94
|
export * from "./components/utilities/functions";
|
|
95
|
+
export * from "./components/utilities/gemini-api.client";
|
|
96
|
+
export * from "./components/utilities/gemini-api.server";
|
|
111
97
|
//# sourceMappingURL=index.d.ts.map
|