@builder.io/plugin-sfcc-commerce-api 0.0.12 → 0.0.13-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/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.12
|
|
146880
|
+
var version = "0.0.12";
|
|
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 = {
|