@plasmicpkgs/plasmic-hubspot 0.0.28 → 0.0.30
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/plasmic-hubspot.cjs.development.js +1 -3
- package/dist/plasmic-hubspot.cjs.development.js.map +1 -1
- package/dist/plasmic-hubspot.cjs.production.min.js +1 -1
- package/dist/plasmic-hubspot.cjs.production.min.js.map +1 -1
- package/dist/plasmic-hubspot.esm.js +1 -3
- package/dist/plasmic-hubspot.esm.js.map +1 -1
- package/package.json +3 -3
|
@@ -56,9 +56,7 @@ function registerAll(loader) {
|
|
|
56
56
|
registerComponent(Component, defaultMeta);
|
|
57
57
|
}
|
|
58
58
|
};
|
|
59
|
-
|
|
60
|
-
_registerComponent(HubspotSignupForm, HubspotSignupFormMeta);
|
|
61
|
-
}
|
|
59
|
+
_registerComponent(HubspotSignupForm, HubspotSignupFormMeta);
|
|
62
60
|
}
|
|
63
61
|
|
|
64
62
|
exports.HubspotSignupForm = HubspotSignupForm;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plasmic-hubspot.cjs.development.js","sources":["../src/hubspot.tsx","../src/index.tsx"],"sourcesContent":["import { ComponentMeta } from \"@plasmicapp/host\";\n\nimport React from \"react\";\n\nexport function ensure<T>(x: T | null | undefined): T {\n if (x === null || x === undefined) {\n debugger;\n throw new Error(`Value must not be undefined or null`);\n } else {\n return x;\n }\n}\n\nconst modulePath = \"@plasmicpkgs/plasmic-hubspot\";\n\ninterface HubspotSignupFormProps {\n className?: string;\n url?: string;\n}\n\nexport const HubspotSignupFormMeta: ComponentMeta<HubspotSignupFormProps> = {\n name: \"hostless-hubspot-signup-form\",\n displayName: \"Hubspot Signup Form\",\n importName: \"HubspotSignupForm\",\n importPath: modulePath,\n providesData: true,\n description: \"Shows a sign up form to users for subscribe your to newsletter\",\n props: {\n url: {\n type: \"string\",\n displayName: \"URL\",\n description: `Copy your share link from your Hubspot form.Learn how (\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n defaultValue: \"https://share.hsforms.com/1Y7nnYY8aSkuXgoeWA16-ZQdvi9r\",\n helpText: `You can learn how to get share link.(\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n },\n },\n};\n\nexport function HubspotSignupForm({ className, url }: HubspotSignupFormProps) {\n return (\n <iframe\n src={url}\n width=\"100%\"\n frameBorder=\"0\"\n marginHeight={0}\n scrolling=\"no\"\n marginWidth={0}\n height=\"600px\"\n className={className}\n />\n );\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport registerGlobalContext from \"@plasmicapp/host/registerGlobalContext\";\nimport {
|
|
1
|
+
{"version":3,"file":"plasmic-hubspot.cjs.development.js","sources":["../src/hubspot.tsx","../src/index.tsx"],"sourcesContent":["import { ComponentMeta } from \"@plasmicapp/host\";\n\nimport React from \"react\";\n\nexport function ensure<T>(x: T | null | undefined): T {\n if (x === null || x === undefined) {\n debugger;\n throw new Error(`Value must not be undefined or null`);\n } else {\n return x;\n }\n}\n\nconst modulePath = \"@plasmicpkgs/plasmic-hubspot\";\n\ninterface HubspotSignupFormProps {\n className?: string;\n url?: string;\n}\n\nexport const HubspotSignupFormMeta: ComponentMeta<HubspotSignupFormProps> = {\n name: \"hostless-hubspot-signup-form\",\n displayName: \"Hubspot Signup Form\",\n importName: \"HubspotSignupForm\",\n importPath: modulePath,\n providesData: true,\n description: \"Shows a sign up form to users for subscribe your to newsletter\",\n props: {\n url: {\n type: \"string\",\n displayName: \"URL\",\n description: `Copy your share link from your Hubspot form.Learn how (\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n defaultValue: \"https://share.hsforms.com/1Y7nnYY8aSkuXgoeWA16-ZQdvi9r\",\n helpText: `You can learn how to get share link.(\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n },\n },\n};\n\nexport function HubspotSignupForm({ className, url }: HubspotSignupFormProps) {\n return (\n <iframe\n src={url}\n width=\"100%\"\n frameBorder=\"0\"\n marginHeight={0}\n scrolling=\"no\"\n marginWidth={0}\n height=\"600px\"\n className={className}\n />\n );\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport registerGlobalContext from \"@plasmicapp/host/registerGlobalContext\";\nimport { HubspotSignupForm, HubspotSignupFormMeta } from \"./hubspot\";\n\nexport function registerAll(loader?: {\n registerComponent: typeof registerComponent;\n registerGlobalContext: typeof registerGlobalContext;\n}) {\n const _registerComponent = <T extends React.ComponentType<any>>(\n Component: T,\n defaultMeta: ComponentMeta<React.ComponentProps<T>>\n ) => {\n if (loader) {\n loader.registerComponent(Component, defaultMeta);\n } else {\n registerComponent(Component, defaultMeta);\n }\n };\n\n _registerComponent(HubspotSignupForm, HubspotSignupFormMeta);\n}\nexport * from \"./hubspot\";\n"],"names":["ensure","x","undefined","Error","modulePath","HubspotSignupFormMeta","name","displayName","importName","importPath","providesData","description","props","url","type","defaultValue","helpText","HubspotSignupForm","_ref","className","React","src","width","frameBorder","marginHeight","scrolling","marginWidth","height","registerAll","loader","_registerComponent","Component","defaultMeta","registerComponent"],"mappings":";;;;;;;;;SAIgBA,MAAMA,CAAIC,CAAuB;EAC/C,IAAIA,CAAC,KAAK,IAAI,IAAIA,CAAC,KAAKC,SAAS,EAAE;IACjC;IACA,MAAM,IAAIC,KAAK,sCAAsC,CAAC;GACvD,MAAM;IACL,OAAOF,CAAC;;AAEZ;AAEA,IAAMG,UAAU,GAAG,8BAA8B;IAOpCC,qBAAqB,GAA0C;EAC1EC,IAAI,EAAE,8BAA8B;EACpCC,WAAW,EAAE,qBAAqB;EAClCC,UAAU,EAAE,mBAAmB;EAC/BC,UAAU,EAAEL,UAAU;EACtBM,YAAY,EAAE,IAAI;EAClBC,WAAW,EAAE,gEAAgE;EAC7EC,KAAK,EAAE;IACLC,GAAG,EAAE;MACHC,IAAI,EAAE,QAAQ;MACdP,WAAW,EAAE,KAAK;MAClBI,WAAW,+JAA6J;MACxKI,YAAY,EAAE,wDAAwD;MACtEC,QAAQ;;;;SAKEC,iBAAiBA,CAAAC,IAAA;MAAGC,SAAS,GAAAD,IAAA,CAATC,SAAS;IAAEN,GAAG,GAAAK,IAAA,CAAHL,GAAG;EAChD,OACEO;IACEC,GAAG,EAAER,GAAG;IACRS,KAAK,EAAC,MAAM;IACZC,WAAW,EAAC,GAAG;IACfC,YAAY,EAAE,CAAC;IACfC,SAAS,EAAC,IAAI;IACdC,WAAW,EAAE,CAAC;IACdC,MAAM,EAAC,OAAO;IACdR,SAAS,EAAEA;IACX;AAEN;;SC7CgBS,WAAWA,CAACC,MAG3B;EACC,IAAMC,kBAAkB,GAAG,SAArBA,kBAAkBA,CACtBC,SAAY,EACZC,WAAmD;IAEnD,IAAIH,MAAM,EAAE;MACVA,MAAM,CAACI,iBAAiB,CAACF,SAAS,EAAEC,WAAW,CAAC;KACjD,MAAM;MACLC,iBAAiB,CAACF,SAAS,EAAEC,WAAW,CAAC;;GAE5C;EAEDF,kBAAkB,CAACb,iBAAiB,EAAEZ,qBAAqB,CAAC;AAC9D;;;;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var r=e(require("@plasmicapp/host/registerComponent")),o=e(require("react")),t={name:"hostless-hubspot-signup-form",displayName:"Hubspot Signup Form",importName:"HubspotSignupForm",importPath:"@plasmicpkgs/plasmic-hubspot",providesData:!0,description:"Shows a sign up form to users for subscribe your to newsletter",props:{url:{type:"string",displayName:"URL",description:'Copy your share link from your Hubspot form.Learn how ("https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site")',defaultValue:"https://share.hsforms.com/1Y7nnYY8aSkuXgoeWA16-ZQdvi9r",helpText:'You can learn how to get share link.("https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site")'}}};function s(e){return o.createElement("iframe",{src:e.url,width:"100%",frameBorder:"0",marginHeight:0,scrolling:"no",marginWidth:0,height:"600px",className:e.className})}exports.HubspotSignupForm=s,exports.HubspotSignupFormMeta=t,exports.ensure=function(e){if(null==e)throw new Error("Value must not be undefined or null");return e},exports.registerAll=function(e){var o,n;
|
|
1
|
+
"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var r=e(require("@plasmicapp/host/registerComponent")),o=e(require("react")),t={name:"hostless-hubspot-signup-form",displayName:"Hubspot Signup Form",importName:"HubspotSignupForm",importPath:"@plasmicpkgs/plasmic-hubspot",providesData:!0,description:"Shows a sign up form to users for subscribe your to newsletter",props:{url:{type:"string",displayName:"URL",description:'Copy your share link from your Hubspot form.Learn how ("https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site")',defaultValue:"https://share.hsforms.com/1Y7nnYY8aSkuXgoeWA16-ZQdvi9r",helpText:'You can learn how to get share link.("https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site")'}}};function s(e){return o.createElement("iframe",{src:e.url,width:"100%",frameBorder:"0",marginHeight:0,scrolling:"no",marginWidth:0,height:"600px",className:e.className})}exports.HubspotSignupForm=s,exports.HubspotSignupFormMeta=t,exports.ensure=function(e){if(null==e)throw new Error("Value must not be undefined or null");return e},exports.registerAll=function(e){var o,n;o=s,n=t,e?e.registerComponent(o,n):r(o,n)};
|
|
2
2
|
//# sourceMappingURL=plasmic-hubspot.cjs.production.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plasmic-hubspot.cjs.production.min.js","sources":["../src/hubspot.tsx","../src/index.tsx"],"sourcesContent":["import { ComponentMeta } from \"@plasmicapp/host\";\n\nimport React from \"react\";\n\nexport function ensure<T>(x: T | null | undefined): T {\n if (x === null || x === undefined) {\n debugger;\n throw new Error(`Value must not be undefined or null`);\n } else {\n return x;\n }\n}\n\nconst modulePath = \"@plasmicpkgs/plasmic-hubspot\";\n\ninterface HubspotSignupFormProps {\n className?: string;\n url?: string;\n}\n\nexport const HubspotSignupFormMeta: ComponentMeta<HubspotSignupFormProps> = {\n name: \"hostless-hubspot-signup-form\",\n displayName: \"Hubspot Signup Form\",\n importName: \"HubspotSignupForm\",\n importPath: modulePath,\n providesData: true,\n description: \"Shows a sign up form to users for subscribe your to newsletter\",\n props: {\n url: {\n type: \"string\",\n displayName: \"URL\",\n description: `Copy your share link from your Hubspot form.Learn how (\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n defaultValue: \"https://share.hsforms.com/1Y7nnYY8aSkuXgoeWA16-ZQdvi9r\",\n helpText: `You can learn how to get share link.(\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n },\n },\n};\n\nexport function HubspotSignupForm({ className, url }: HubspotSignupFormProps) {\n return (\n <iframe\n src={url}\n width=\"100%\"\n frameBorder=\"0\"\n marginHeight={0}\n scrolling=\"no\"\n marginWidth={0}\n height=\"600px\"\n className={className}\n />\n );\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport registerGlobalContext from \"@plasmicapp/host/registerGlobalContext\";\nimport {
|
|
1
|
+
{"version":3,"file":"plasmic-hubspot.cjs.production.min.js","sources":["../src/hubspot.tsx","../src/index.tsx"],"sourcesContent":["import { ComponentMeta } from \"@plasmicapp/host\";\n\nimport React from \"react\";\n\nexport function ensure<T>(x: T | null | undefined): T {\n if (x === null || x === undefined) {\n debugger;\n throw new Error(`Value must not be undefined or null`);\n } else {\n return x;\n }\n}\n\nconst modulePath = \"@plasmicpkgs/plasmic-hubspot\";\n\ninterface HubspotSignupFormProps {\n className?: string;\n url?: string;\n}\n\nexport const HubspotSignupFormMeta: ComponentMeta<HubspotSignupFormProps> = {\n name: \"hostless-hubspot-signup-form\",\n displayName: \"Hubspot Signup Form\",\n importName: \"HubspotSignupForm\",\n importPath: modulePath,\n providesData: true,\n description: \"Shows a sign up form to users for subscribe your to newsletter\",\n props: {\n url: {\n type: \"string\",\n displayName: \"URL\",\n description: `Copy your share link from your Hubspot form.Learn how (\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n defaultValue: \"https://share.hsforms.com/1Y7nnYY8aSkuXgoeWA16-ZQdvi9r\",\n helpText: `You can learn how to get share link.(\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n },\n },\n};\n\nexport function HubspotSignupForm({ className, url }: HubspotSignupFormProps) {\n return (\n <iframe\n src={url}\n width=\"100%\"\n frameBorder=\"0\"\n marginHeight={0}\n scrolling=\"no\"\n marginWidth={0}\n height=\"600px\"\n className={className}\n />\n );\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport registerGlobalContext from \"@plasmicapp/host/registerGlobalContext\";\nimport { HubspotSignupForm, HubspotSignupFormMeta } from \"./hubspot\";\n\nexport function registerAll(loader?: {\n registerComponent: typeof registerComponent;\n registerGlobalContext: typeof registerGlobalContext;\n}) {\n const _registerComponent = <T extends React.ComponentType<any>>(\n Component: T,\n defaultMeta: ComponentMeta<React.ComponentProps<T>>\n ) => {\n if (loader) {\n loader.registerComponent(Component, defaultMeta);\n } else {\n registerComponent(Component, defaultMeta);\n }\n };\n\n _registerComponent(HubspotSignupForm, HubspotSignupFormMeta);\n}\nexport * from \"./hubspot\";\n"],"names":["HubspotSignupFormMeta","name","displayName","importName","importPath","providesData","description","props","url","type","defaultValue","helpText","HubspotSignupForm","_ref","React","src","width","frameBorder","marginHeight","scrolling","marginWidth","height","className","x","Error","loader","Component","defaultMeta","registerComponent"],"mappings":"uNAoBaA,EAA+D,CAC1EC,KAAM,+BACNC,YAAa,sBACbC,WAAY,oBACZC,WAXiB,+BAYjBC,cAAc,EACdC,YAAa,iEACbC,MAAO,CACLC,IAAK,CACHC,KAAM,SACNP,YAAa,MACbI,wKACAI,aAAc,yDACdC,+JAKUC,EAAiBC,GAC/B,OACEC,0BACEC,IAH4CF,EAAHL,IAIzCQ,MAAM,OACNC,YAAY,IACZC,aAAc,EACdC,UAAU,KACVC,YAAa,EACbC,OAAO,QACPC,UAVuCT,EAATS,gGAlCVC,GACxB,GAAIA,MAAAA,EAEF,MAAM,IAAIC,6CAEV,OAAOD,gCCHiBE,GAI1B,IACEC,EACAC,EADAD,EAUiBd,EATjBe,EASoC3B,EAPhCyB,EACFA,EAAOG,kBAAkBF,EAAWC,GAEpCC,EAAkBF,EAAWC"}
|
|
@@ -50,9 +50,7 @@ function registerAll(loader) {
|
|
|
50
50
|
registerComponent(Component, defaultMeta);
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
|
-
|
|
54
|
-
_registerComponent(HubspotSignupForm, HubspotSignupFormMeta);
|
|
55
|
-
}
|
|
53
|
+
_registerComponent(HubspotSignupForm, HubspotSignupFormMeta);
|
|
56
54
|
}
|
|
57
55
|
|
|
58
56
|
export { HubspotSignupForm, HubspotSignupFormMeta, ensure, registerAll };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plasmic-hubspot.esm.js","sources":["../src/hubspot.tsx","../src/index.tsx"],"sourcesContent":["import { ComponentMeta } from \"@plasmicapp/host\";\n\nimport React from \"react\";\n\nexport function ensure<T>(x: T | null | undefined): T {\n if (x === null || x === undefined) {\n debugger;\n throw new Error(`Value must not be undefined or null`);\n } else {\n return x;\n }\n}\n\nconst modulePath = \"@plasmicpkgs/plasmic-hubspot\";\n\ninterface HubspotSignupFormProps {\n className?: string;\n url?: string;\n}\n\nexport const HubspotSignupFormMeta: ComponentMeta<HubspotSignupFormProps> = {\n name: \"hostless-hubspot-signup-form\",\n displayName: \"Hubspot Signup Form\",\n importName: \"HubspotSignupForm\",\n importPath: modulePath,\n providesData: true,\n description: \"Shows a sign up form to users for subscribe your to newsletter\",\n props: {\n url: {\n type: \"string\",\n displayName: \"URL\",\n description: `Copy your share link from your Hubspot form.Learn how (\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n defaultValue: \"https://share.hsforms.com/1Y7nnYY8aSkuXgoeWA16-ZQdvi9r\",\n helpText: `You can learn how to get share link.(\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n },\n },\n};\n\nexport function HubspotSignupForm({ className, url }: HubspotSignupFormProps) {\n return (\n <iframe\n src={url}\n width=\"100%\"\n frameBorder=\"0\"\n marginHeight={0}\n scrolling=\"no\"\n marginWidth={0}\n height=\"600px\"\n className={className}\n />\n );\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport registerGlobalContext from \"@plasmicapp/host/registerGlobalContext\";\nimport {
|
|
1
|
+
{"version":3,"file":"plasmic-hubspot.esm.js","sources":["../src/hubspot.tsx","../src/index.tsx"],"sourcesContent":["import { ComponentMeta } from \"@plasmicapp/host\";\n\nimport React from \"react\";\n\nexport function ensure<T>(x: T | null | undefined): T {\n if (x === null || x === undefined) {\n debugger;\n throw new Error(`Value must not be undefined or null`);\n } else {\n return x;\n }\n}\n\nconst modulePath = \"@plasmicpkgs/plasmic-hubspot\";\n\ninterface HubspotSignupFormProps {\n className?: string;\n url?: string;\n}\n\nexport const HubspotSignupFormMeta: ComponentMeta<HubspotSignupFormProps> = {\n name: \"hostless-hubspot-signup-form\",\n displayName: \"Hubspot Signup Form\",\n importName: \"HubspotSignupForm\",\n importPath: modulePath,\n providesData: true,\n description: \"Shows a sign up form to users for subscribe your to newsletter\",\n props: {\n url: {\n type: \"string\",\n displayName: \"URL\",\n description: `Copy your share link from your Hubspot form.Learn how (\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n defaultValue: \"https://share.hsforms.com/1Y7nnYY8aSkuXgoeWA16-ZQdvi9r\",\n helpText: `You can learn how to get share link.(\"https://knowledge.hubspot.com/forms/how-can-i-share-a-hubspot-form-if-im-using-an-external-site\")`,\n },\n },\n};\n\nexport function HubspotSignupForm({ className, url }: HubspotSignupFormProps) {\n return (\n <iframe\n src={url}\n width=\"100%\"\n frameBorder=\"0\"\n marginHeight={0}\n scrolling=\"no\"\n marginWidth={0}\n height=\"600px\"\n className={className}\n />\n );\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport registerGlobalContext from \"@plasmicapp/host/registerGlobalContext\";\nimport { HubspotSignupForm, HubspotSignupFormMeta } from \"./hubspot\";\n\nexport function registerAll(loader?: {\n registerComponent: typeof registerComponent;\n registerGlobalContext: typeof registerGlobalContext;\n}) {\n const _registerComponent = <T extends React.ComponentType<any>>(\n Component: T,\n defaultMeta: ComponentMeta<React.ComponentProps<T>>\n ) => {\n if (loader) {\n loader.registerComponent(Component, defaultMeta);\n } else {\n registerComponent(Component, defaultMeta);\n }\n };\n\n _registerComponent(HubspotSignupForm, HubspotSignupFormMeta);\n}\nexport * from \"./hubspot\";\n"],"names":["ensure","x","undefined","Error","modulePath","HubspotSignupFormMeta","name","displayName","importName","importPath","providesData","description","props","url","type","defaultValue","helpText","HubspotSignupForm","_ref","className","React","src","width","frameBorder","marginHeight","scrolling","marginWidth","height","registerAll","loader","_registerComponent","Component","defaultMeta","registerComponent"],"mappings":";;;SAIgBA,MAAMA,CAAIC,CAAuB;EAC/C,IAAIA,CAAC,KAAK,IAAI,IAAIA,CAAC,KAAKC,SAAS,EAAE;IACjC;IACA,MAAM,IAAIC,KAAK,sCAAsC,CAAC;GACvD,MAAM;IACL,OAAOF,CAAC;;AAEZ;AAEA,IAAMG,UAAU,GAAG,8BAA8B;IAOpCC,qBAAqB,GAA0C;EAC1EC,IAAI,EAAE,8BAA8B;EACpCC,WAAW,EAAE,qBAAqB;EAClCC,UAAU,EAAE,mBAAmB;EAC/BC,UAAU,EAAEL,UAAU;EACtBM,YAAY,EAAE,IAAI;EAClBC,WAAW,EAAE,gEAAgE;EAC7EC,KAAK,EAAE;IACLC,GAAG,EAAE;MACHC,IAAI,EAAE,QAAQ;MACdP,WAAW,EAAE,KAAK;MAClBI,WAAW,+JAA6J;MACxKI,YAAY,EAAE,wDAAwD;MACtEC,QAAQ;;;;SAKEC,iBAAiBA,CAAAC,IAAA;MAAGC,SAAS,GAAAD,IAAA,CAATC,SAAS;IAAEN,GAAG,GAAAK,IAAA,CAAHL,GAAG;EAChD,OACEO;IACEC,GAAG,EAAER,GAAG;IACRS,KAAK,EAAC,MAAM;IACZC,WAAW,EAAC,GAAG;IACfC,YAAY,EAAE,CAAC;IACfC,SAAS,EAAC,IAAI;IACdC,WAAW,EAAE,CAAC;IACdC,MAAM,EAAC,OAAO;IACdR,SAAS,EAAEA;IACX;AAEN;;SC7CgBS,WAAWA,CAACC,MAG3B;EACC,IAAMC,kBAAkB,GAAG,SAArBA,kBAAkBA,CACtBC,SAAY,EACZC,WAAmD;IAEnD,IAAIH,MAAM,EAAE;MACVA,MAAM,CAACI,iBAAiB,CAACF,SAAS,EAAEC,WAAW,CAAC;KACjD,MAAM;MACLC,iBAAiB,CAACF,SAAS,EAAEC,WAAW,CAAC;;GAE5C;EAEDF,kBAAkB,CAACb,iBAAiB,EAAEZ,qBAAqB,CAAC;AAC9D;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicpkgs/plasmic-hubspot",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.30",
|
|
4
4
|
"description": "Plasmic Hubspot components.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@plasmicapp/host": "1.0.
|
|
37
|
+
"@plasmicapp/host": "1.0.186",
|
|
38
38
|
"@size-limit/preset-small-lib": "^7.0.8",
|
|
39
39
|
"@types/react": "^18.0.27",
|
|
40
40
|
"@types/react-dom": "^18.0.10",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"change-case": "^4.1.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "c8e66753e8f375487f4dc60f29897496fe889e51"
|
|
52
52
|
}
|