@builder.io/plugin-sfcc-commerce-api 0.0.12 → 0.0.13-1
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/plugin.system.js
CHANGED
|
@@ -144474,7 +144474,6 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
144474
144474
|
return (jsx("div", { css: { display: 'flex', flexDirection: 'column', padding: '10px 0' } },
|
|
144475
144475
|
store.loading && (jsx(CircularProgress, { size: 20, disableShrink: true, css: { margin: '30px auto' } })),
|
|
144476
144476
|
store.resourceInfo && (jsx(Paper, { css: {
|
|
144477
|
-
marginBottom: 15,
|
|
144478
144477
|
position: 'relative',
|
|
144479
144478
|
} },
|
|
144480
144479
|
jsx(ResourcePreviewCell, { button: true, css: { paddingRight: 30 }, resource: store.resourceInfo }),
|
|
@@ -146878,7 +146877,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
146878
146877
|
});
|
|
146879
146878
|
|
|
146880
146879
|
var name = "@builder.io/plugin-sfcc-commerce-api";
|
|
146881
|
-
var version = "0.0.
|
|
146880
|
+
var version = "0.0.13-0";
|
|
146882
146881
|
var description = "";
|
|
146883
146882
|
var keywords = [
|
|
146884
146883
|
];
|
|
@@ -146931,7 +146930,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
146931
146930
|
typescript: "^3.0.3"
|
|
146932
146931
|
};
|
|
146933
146932
|
var dependencies = {
|
|
146934
|
-
"@builder.io/plugin-tools": "
|
|
146933
|
+
"@builder.io/plugin-tools": "0.0.5-0",
|
|
146935
146934
|
"commerce-sdk-isomorphic": "2.1.0"
|
|
146936
146935
|
};
|
|
146937
146936
|
var pkg = {
|
|
@@ -147106,6 +147105,11 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
147106
147105
|
name: "einsteinSiteId",
|
|
147107
147106
|
friendlyName: "Einstein API Site ID",
|
|
147108
147107
|
type: "string"
|
|
147108
|
+
},
|
|
147109
|
+
{
|
|
147110
|
+
name: "navDepth",
|
|
147111
|
+
type: "string",
|
|
147112
|
+
helperText: "This will be used in category search. If you enter nav depth greater than 3 there could be performance implications"
|
|
147109
147113
|
}
|
|
147110
147114
|
],
|
|
147111
147115
|
ctaText: `Connect your Salesforce Commerce API`
|