@builder.io/plugin-sfcc-commerce-api 0.0.13-3 → 0.0.13
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
|
@@ -144331,7 +144331,10 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
144331
144331
|
overflow: 'hidden',
|
|
144332
144332
|
textOverflow: 'ellipsis',
|
|
144333
144333
|
whiteSpace: 'nowrap',
|
|
144334
|
-
} }, props.resource.title
|
|
144334
|
+
} }, props.resource.title !== 'untitled' ? (jsx("div", null,
|
|
144335
|
+
props.resource.title,
|
|
144336
|
+
" - ",
|
|
144337
|
+
props.resource.id)) : (props.resource.title)) }))));
|
|
144335
144338
|
const ResourcePicker = props => {
|
|
144336
144339
|
const store = useLocalStore(() => ({
|
|
144337
144340
|
searchInputText: '',
|
|
@@ -146877,7 +146880,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
146877
146880
|
});
|
|
146878
146881
|
|
|
146879
146882
|
var name = "@builder.io/plugin-sfcc-commerce-api";
|
|
146880
|
-
var version = "0.0.13-
|
|
146883
|
+
var version = "0.0.13-4";
|
|
146881
146884
|
var description = "";
|
|
146882
146885
|
var keywords = [
|
|
146883
146886
|
];
|
|
@@ -146930,7 +146933,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
146930
146933
|
typescript: "^3.0.3"
|
|
146931
146934
|
};
|
|
146932
146935
|
var dependencies = {
|
|
146933
|
-
"@builder.io/plugin-tools": "0.0.5
|
|
146936
|
+
"@builder.io/plugin-tools": "0.0.5",
|
|
146934
146937
|
"commerce-sdk-isomorphic": "2.1.0"
|
|
146935
146938
|
};
|
|
146936
146939
|
var pkg = {
|