@pixelated-tech/components 3.2.1 → 3.2.4
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/dist/components/carousel/carousel.css +5 -0
- package/dist/components/cms/contentful.items.components.js +1 -1
- package/dist/components/cms/google.reviews.components.js +7 -0
- package/dist/components/cms/hubspot.components.js +33 -1
- package/dist/components/cms/wordpress.functions.js +52 -0
- package/dist/components/general/loading.js +16 -15
- package/dist/components/menu/menu-accordion.js +9 -14
- package/dist/components/menu/menu-expando.css +97 -90
- package/dist/components/menu/menu-expando.js +115 -17
- package/dist/components/menu/menu-simple.css +4 -0
- package/dist/components/menu/menu-simple.js +8 -3
- package/dist/components/pagebuilder/components/SaveLoadSection.js +1 -1
- package/dist/components/seo/404.js +1 -1
- package/dist/components/seo/sitemap.js +16 -4
- package/dist/components/shoppingcart/shoppingcart.components.js +1 -1
- package/dist/components/structured/buzzwordbingo.js +1 -1
- package/dist/components/structured/recipe.js +1 -1
- package/dist/components/structured/socialcard.js +1 -1
- package/dist/index.js +1 -2
- package/dist/index.server.js +0 -1
- package/dist/types/components/cms/google.reviews.components.d.ts +10 -0
- package/dist/types/components/cms/google.reviews.components.d.ts.map +1 -1
- package/dist/types/components/cms/hubspot.components.d.ts +16 -0
- package/dist/types/components/cms/hubspot.components.d.ts.map +1 -1
- package/dist/types/components/cms/wordpress.functions.d.ts +31 -0
- package/dist/types/components/cms/wordpress.functions.d.ts.map +1 -1
- package/dist/types/components/general/loading.d.ts.map +1 -1
- package/dist/types/components/menu/menu-accordion.d.ts.map +1 -1
- package/dist/types/components/menu/menu-expando.d.ts.map +1 -1
- package/dist/types/components/menu/menu-simple.d.ts +1 -1
- package/dist/types/components/menu/menu-simple.d.ts.map +1 -1
- package/dist/types/components/seo/sitemap.d.ts +2 -0
- package/dist/types/components/seo/sitemap.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.server.d.ts +0 -1
- package/dist/types/stories/menu/menu-expando.stories.d.ts +8 -0
- package/dist/types/stories/menu/menu-expando.stories.d.ts.map +1 -0
- package/dist/types/tests/api.test.d.ts +2 -0
- package/dist/types/tests/api.test.d.ts.map +1 -0
- package/dist/types/tests/buzzwordbingo.test.d.ts +2 -0
- package/dist/types/tests/buzzwordbingo.test.d.ts.map +1 -0
- package/dist/types/tests/calendly.test.d.ts +2 -0
- package/dist/types/tests/calendly.test.d.ts.map +1 -0
- package/dist/types/tests/callout.test.d.ts +2 -0
- package/dist/types/tests/callout.test.d.ts.map +1 -0
- package/dist/types/tests/carousel-drag.test.d.ts +2 -0
- package/dist/types/tests/carousel-drag.test.d.ts.map +1 -0
- package/dist/types/tests/carousel.test.d.ts +2 -0
- package/dist/types/tests/carousel.test.d.ts.map +1 -0
- package/dist/types/tests/cloudinary-image.test.d.ts +2 -0
- package/dist/types/tests/cloudinary-image.test.d.ts.map +1 -0
- package/dist/types/tests/cloudinary.test.d.ts +2 -0
- package/dist/types/tests/cloudinary.test.d.ts.map +1 -0
- package/dist/types/tests/config.client.test.d.ts +2 -0
- package/dist/types/tests/config.client.test.d.ts.map +1 -0
- package/dist/types/tests/config.server.test.d.ts +2 -0
- package/dist/types/tests/config.server.test.d.ts.map +1 -0
- package/dist/types/tests/contentful-items.test.d.ts +2 -0
- package/dist/types/tests/contentful-items.test.d.ts.map +1 -0
- package/dist/types/tests/contentful.delivery.test.d.ts +2 -0
- package/dist/types/tests/contentful.delivery.test.d.ts.map +1 -0
- package/dist/types/tests/css.test.d.ts +2 -0
- package/dist/types/tests/css.test.d.ts.map +1 -0
- package/dist/types/tests/ebay.test.d.ts +2 -0
- package/dist/types/tests/ebay.test.d.ts.map +1 -0
- package/dist/types/tests/form.test.d.ts +2 -0
- package/dist/types/tests/form.test.d.ts.map +1 -0
- package/dist/types/tests/formcomponents.test.d.ts +2 -0
- package/dist/types/tests/formcomponents.test.d.ts.map +1 -0
- package/dist/types/tests/formvalidations.test.d.ts +2 -0
- package/dist/types/tests/formvalidations.test.d.ts.map +1 -0
- package/dist/types/tests/functions.test.d.ts +2 -0
- package/dist/types/tests/functions.test.d.ts.map +1 -0
- package/dist/types/tests/google-analytics.test.d.ts +2 -0
- package/dist/types/tests/google-analytics.test.d.ts.map +1 -0
- package/dist/types/tests/google-map.test.d.ts +2 -0
- package/dist/types/tests/google-map.test.d.ts.map +1 -0
- package/dist/types/tests/google-reviews.test.d.ts +2 -0
- package/dist/types/tests/google-reviews.test.d.ts.map +1 -0
- package/dist/types/tests/googlesearch.test.d.ts +2 -0
- package/dist/types/tests/googlesearch.test.d.ts.map +1 -0
- package/dist/types/tests/gravatar.test.d.ts +2 -0
- package/dist/types/tests/gravatar.test.d.ts.map +1 -0
- package/dist/types/tests/hubspot.test.d.ts +2 -0
- package/dist/types/tests/hubspot.test.d.ts.map +1 -0
- package/dist/types/tests/image.test.d.ts +2 -0
- package/dist/types/tests/image.test.d.ts.map +1 -0
- package/dist/types/tests/instagram.test.d.ts +2 -0
- package/dist/types/tests/instagram.test.d.ts.map +1 -0
- package/dist/types/tests/loading.test.d.ts +2 -0
- package/dist/types/tests/loading.test.d.ts.map +1 -0
- package/dist/types/tests/markdown.test.d.ts +2 -0
- package/dist/types/tests/markdown.test.d.ts.map +1 -0
- package/dist/types/tests/menu-accordion.test.d.ts +2 -0
- package/dist/types/tests/menu-accordion.test.d.ts.map +1 -0
- package/dist/types/tests/menu-expando.test.d.ts +2 -0
- package/dist/types/tests/menu-expando.test.d.ts.map +1 -0
- package/dist/types/tests/menu-simple.test.d.ts +2 -0
- package/dist/types/tests/menu-simple.test.d.ts.map +1 -0
- package/dist/types/tests/metadata.components.test.d.ts +2 -0
- package/dist/types/tests/metadata.components.test.d.ts.map +1 -0
- package/dist/types/tests/microinteractions.test.d.ts +2 -0
- package/dist/types/tests/microinteractions.test.d.ts.map +1 -0
- package/dist/types/tests/modal.test.d.ts +2 -0
- package/dist/types/tests/modal.test.d.ts.map +1 -0
- package/dist/types/tests/nerdjoke.test.d.ts +2 -0
- package/dist/types/tests/nerdjoke.test.d.ts.map +1 -0
- package/dist/types/tests/paypal.test.d.ts +2 -0
- package/dist/types/tests/paypal.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.menu-expando.test.d.ts +2 -0
- package/dist/types/tests/pixelated.menu-expando.test.d.ts.map +1 -0
- package/dist/types/tests/recipe.test.d.ts +2 -0
- package/dist/types/tests/recipe.test.d.ts.map +1 -0
- package/dist/types/tests/resume.test.d.ts +2 -0
- package/dist/types/tests/resume.test.d.ts.map +1 -0
- package/dist/types/tests/semantic.test.d.ts +2 -0
- package/dist/types/tests/semantic.test.d.ts.map +1 -0
- package/dist/types/tests/setup.d.ts +2 -0
- package/dist/types/tests/setup.d.ts.map +1 -0
- package/dist/types/tests/shopping-cart.test.d.ts +2 -0
- package/dist/types/tests/shopping-cart.test.d.ts.map +1 -0
- package/dist/types/tests/shoppingcart.components.test.d.ts +2 -0
- package/dist/types/tests/shoppingcart.components.test.d.ts.map +1 -0
- package/dist/types/tests/shoppingcart.functions.test.d.ts +2 -0
- package/dist/types/tests/shoppingcart.functions.test.d.ts.map +1 -0
- package/dist/types/tests/sidepanel.test.d.ts +2 -0
- package/dist/types/tests/sidepanel.test.d.ts.map +1 -0
- package/dist/types/tests/socialcard.test.d.ts +2 -0
- package/dist/types/tests/socialcard.test.d.ts.map +1 -0
- package/dist/types/tests/table.test.d.ts +2 -0
- package/dist/types/tests/table.test.d.ts.map +1 -0
- package/dist/types/tests/tiles.test.d.ts +2 -0
- package/dist/types/tests/tiles.test.d.ts.map +1 -0
- package/dist/types/tests/timeline.test.d.ts +2 -0
- package/dist/types/tests/timeline.test.d.ts.map +1 -0
- package/dist/types/tests/wordpress.test.d.ts +2 -0
- package/dist/types/tests/wordpress.test.d.ts.map +1 -0
- package/dist/types/tests/yelp.test.d.ts +2 -0
- package/dist/types/tests/yelp.test.d.ts.map +1 -0
- package/package.json +20 -7
- package/dist/components/cms/hubspot.js +0 -34
- package/dist/types/components/cms/hubspot.d.ts +0 -18
- package/dist/types/components/cms/hubspot.d.ts.map +0 -1
- package/dist/types/tests/pixelated.api.test.d.ts +0 -2
- package/dist/types/tests/pixelated.api.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.callout.test.d.ts +0 -2
- package/dist/types/tests/pixelated.callout.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.carousel.test.d.ts +0 -2
- package/dist/types/tests/pixelated.carousel.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.menu-accordion.test.d.ts +0 -2
- package/dist/types/tests/pixelated.menu-accordion.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.menu-simple.test.d.ts +0 -2
- package/dist/types/tests/pixelated.menu-simple.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.nerdjoke.test.d.ts +0 -2
- package/dist/types/tests/pixelated.nerdjoke.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.recipe.test.d.ts +0 -2
- package/dist/types/tests/pixelated.recipe.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.resume.test.d.ts +0 -2
- package/dist/types/tests/pixelated.resume.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.socialcard.test.d.ts +0 -2
- package/dist/types/tests/pixelated.socialcard.test.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-accordion.test.d.ts","sourceRoot":"","sources":["../../../src/tests/menu-accordion.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-expando.test.d.ts","sourceRoot":"","sources":["../../../src/tests/menu-expando.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-simple.test.d.ts","sourceRoot":"","sources":["../../../src/tests/menu-simple.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metadata.components.test.d.ts","sourceRoot":"","sources":["../../../src/tests/metadata.components.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"microinteractions.test.d.ts","sourceRoot":"","sources":["../../../src/tests/microinteractions.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.test.d.ts","sourceRoot":"","sources":["../../../src/tests/modal.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nerdjoke.test.d.ts","sourceRoot":"","sources":["../../../src/tests/nerdjoke.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paypal.test.d.ts","sourceRoot":"","sources":["../../../src/tests/paypal.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pixelated.menu-expando.test.d.ts","sourceRoot":"","sources":["../../../src/tests/pixelated.menu-expando.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recipe.test.d.ts","sourceRoot":"","sources":["../../../src/tests/recipe.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resume.test.d.ts","sourceRoot":"","sources":["../../../src/tests/resume.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"semantic.test.d.ts","sourceRoot":"","sources":["../../../src/tests/semantic.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../../src/tests/setup.ts"],"names":[],"mappings":"AAEA,OAAO,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shopping-cart.test.d.ts","sourceRoot":"","sources":["../../../src/tests/shopping-cart.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shoppingcart.components.test.d.ts","sourceRoot":"","sources":["../../../src/tests/shoppingcart.components.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shoppingcart.functions.test.d.ts","sourceRoot":"","sources":["../../../src/tests/shoppingcart.functions.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidepanel.test.d.ts","sourceRoot":"","sources":["../../../src/tests/sidepanel.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socialcard.test.d.ts","sourceRoot":"","sources":["../../../src/tests/socialcard.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.test.d.ts","sourceRoot":"","sources":["../../../src/tests/table.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tiles.test.d.ts","sourceRoot":"","sources":["../../../src/tests/tiles.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline.test.d.ts","sourceRoot":"","sources":["../../../src/tests/timeline.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wordpress.test.d.ts","sourceRoot":"","sources":["../../../src/tests/wordpress.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"yelp.test.d.ts","sourceRoot":"","sources":["../../../src/tests/yelp.test.tsx"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixelated-tech/components",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Pixelated Technologies",
|
|
@@ -64,7 +64,10 @@
|
|
|
64
64
|
"build2template": "npm run build && rm -rf ../pixelated-template/node_modules/@pixelated-tech/components/dist && cp -r dist ../pixelated-template/node_modules/@pixelated-tech/components/",
|
|
65
65
|
"storybook": "rm -rf node_modules/.cache && storybook dev -p 6006",
|
|
66
66
|
"buildStorybook": "rm -rf node_modules/.cache && storybook build",
|
|
67
|
-
"test": "
|
|
67
|
+
"test": "vitest",
|
|
68
|
+
"test:ui": "vitest --ui",
|
|
69
|
+
"test:coverage": "vitest run --coverage",
|
|
70
|
+
"test:run": "vitest run",
|
|
68
71
|
"lint": "eslint --fix"
|
|
69
72
|
},
|
|
70
73
|
"scripts-old": {
|
|
@@ -88,13 +91,19 @@
|
|
|
88
91
|
"@eslint/markdown": "^7.5.1",
|
|
89
92
|
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
|
|
90
93
|
"@storybook/preset-scss": "^1.0.3",
|
|
91
|
-
"@storybook/react-webpack5": "^10.1.
|
|
94
|
+
"@storybook/react-webpack5": "^10.1.6",
|
|
95
|
+
"@testing-library/dom": "^10.4.1",
|
|
96
|
+
"@testing-library/react": "^16.3.0",
|
|
97
|
+
"@testing-library/user-event": "^14.6.1",
|
|
92
98
|
"@types/md5": "^2.3.6",
|
|
93
|
-
"@types/node": "^
|
|
99
|
+
"@types/node": "^25.0.0",
|
|
94
100
|
"@types/prop-types": "^15.7.15",
|
|
95
101
|
"@types/react": "^19.2.7",
|
|
96
102
|
"@types/react-dom": "^19.2.3",
|
|
97
103
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
104
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
105
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
106
|
+
"@vitest/ui": "^4.0.15",
|
|
98
107
|
"ajv": "^8.17.1",
|
|
99
108
|
"ajv-keywords": "^5.1.0",
|
|
100
109
|
"babel-loader": "^10.0.0",
|
|
@@ -108,8 +117,10 @@
|
|
|
108
117
|
"eslint-plugin-n": "^17.23.1",
|
|
109
118
|
"eslint-plugin-promise": "^7.2.1",
|
|
110
119
|
"eslint-plugin-react": "^7.37.4",
|
|
111
|
-
"eslint-plugin-storybook": "^10.1.
|
|
120
|
+
"eslint-plugin-storybook": "^10.1.6",
|
|
112
121
|
"file-loader": "^6.2.0",
|
|
122
|
+
"happy-dom": "^20.0.11",
|
|
123
|
+
"jsdom": "^27.3.0",
|
|
113
124
|
"less-loader": "^12.3.0",
|
|
114
125
|
"mini-css-extract-plugin": "^2.9.4",
|
|
115
126
|
"next": "^16.0.8",
|
|
@@ -117,13 +128,15 @@
|
|
|
117
128
|
"prop-types": "^15.8.1",
|
|
118
129
|
"react": "^19.2.1",
|
|
119
130
|
"react-dom": "^19.2.1",
|
|
120
|
-
"
|
|
131
|
+
"react-test-renderer": "^19.2.1",
|
|
132
|
+
"sass": "^1.96.0",
|
|
121
133
|
"sass-loader": "^16.0.6",
|
|
122
|
-
"storybook": "^10.1.
|
|
134
|
+
"storybook": "^10.1.6",
|
|
123
135
|
"style-loader": "^4.0.0",
|
|
124
136
|
"ts-loader": "^9.5.4",
|
|
125
137
|
"typescript": "^5.9.3",
|
|
126
138
|
"url-loader": "^4.1.1",
|
|
139
|
+
"vitest": "^4.0.15",
|
|
127
140
|
"webpack": "^5.103.0",
|
|
128
141
|
"webpack-cli": "^6.0.1",
|
|
129
142
|
"webpack-dev-server": "^5.2.2",
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
HubspotTrackingCode.propTypes = {
|
|
4
|
-
hubID: PropTypes.string.isRequired,
|
|
5
|
-
};
|
|
6
|
-
export function HubspotTrackingCode(props) {
|
|
7
|
-
return (_jsx(_Fragment, { children: _jsx("script", { type: "text/javascript", id: "hs-script-loader", async: true, defer: true, src: `//js-na2.hs-scripts.com/${props.hubID}.js` }) }));
|
|
8
|
-
}
|
|
9
|
-
getHubspotFormSubmissions.propTypes = {
|
|
10
|
-
proxyURL: PropTypes.string.isRequired,
|
|
11
|
-
formGUID: PropTypes.string.isRequired,
|
|
12
|
-
apiToken: PropTypes.string.isRequired,
|
|
13
|
-
};
|
|
14
|
-
export async function getHubspotFormSubmissions(props) {
|
|
15
|
-
const url = `${props.proxyURL}https://api.hubapi.com/form-integrations/v1/submissions/forms/${props.formGUID}`;
|
|
16
|
-
const headers = {
|
|
17
|
-
Authorization: "Bearer " + props.apiToken,
|
|
18
|
-
};
|
|
19
|
-
try {
|
|
20
|
-
const response = await fetch(url, {
|
|
21
|
-
method: 'GET',
|
|
22
|
-
headers: headers,
|
|
23
|
-
});
|
|
24
|
-
if (!response.ok) {
|
|
25
|
-
throw new Error(`HTTP error! status: ${response.status}`);
|
|
26
|
-
}
|
|
27
|
-
const data = await response.json();
|
|
28
|
-
return data;
|
|
29
|
-
}
|
|
30
|
-
catch (error) {
|
|
31
|
-
console.error('Error fetching HubSpot form submissions:', error);
|
|
32
|
-
return null;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
-
export type HubspotTrackingCodeType = InferProps<typeof HubspotTrackingCode.propTypes>;
|
|
3
|
-
export declare function HubspotTrackingCode(props: HubspotTrackingCodeType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export declare namespace HubspotTrackingCode {
|
|
5
|
-
var propTypes: {
|
|
6
|
-
hubID: PropTypes.Validator<string>;
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
export type getHubspotFormSubmissionsType = InferProps<typeof getHubspotFormSubmissions.propTypes>;
|
|
10
|
-
export declare function getHubspotFormSubmissions(props: getHubspotFormSubmissionsType): Promise<any>;
|
|
11
|
-
export declare namespace getHubspotFormSubmissions {
|
|
12
|
-
var propTypes: {
|
|
13
|
-
proxyURL: PropTypes.Validator<string>;
|
|
14
|
-
formGUID: PropTypes.Validator<string>;
|
|
15
|
-
apiToken: PropTypes.Validator<string>;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=hubspot.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hubspot.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/hubspot.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAKnD,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,2CAQjE;yBARe,mBAAmB;;;;;AAgBnC,MAAM,MAAM,6BAA6B,GAAG,UAAU,CAAC,OAAO,yBAAyB,CAAC,SAAS,CAAC,CAAC;AACnG,wBAAsB,yBAAyB,CAAC,KAAK,EAAE,6BAA6B,gBAmBnF;yBAnBqB,yBAAyB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pixelated.api.test.d.ts","sourceRoot":"","sources":["../../../src/tests/pixelated.api.test.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pixelated.callout.test.d.ts","sourceRoot":"","sources":["../../../src/tests/pixelated.callout.test.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pixelated.carousel.test.d.ts","sourceRoot":"","sources":["../../../src/tests/pixelated.carousel.test.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pixelated.menu-accordion.test.d.ts","sourceRoot":"","sources":["../../../src/tests/pixelated.menu-accordion.test.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pixelated.menu-simple.test.d.ts","sourceRoot":"","sources":["../../../src/tests/pixelated.menu-simple.test.jsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pixelated.nerdjoke.test.d.ts","sourceRoot":"","sources":["../../../src/tests/pixelated.nerdjoke.test.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pixelated.recipe.test.d.ts","sourceRoot":"","sources":["../../../src/tests/pixelated.recipe.test.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pixelated.resume.test.d.ts","sourceRoot":"","sources":["../../../src/tests/pixelated.resume.test.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pixelated.socialcard.test.d.ts","sourceRoot":"","sources":["../../../src/tests/pixelated.socialcard.test.js"],"names":[],"mappings":""}
|