@builder.io/plugin-sfcc-commerce-api 0.0.13-2 → 0.0.13-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/plugin.system.js +10 -3
- package/dist/plugin.system.js.map +1 -1
- package/package.json +2 -2
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-3";
|
|
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-3",
|
|
146934
146937
|
"commerce-sdk-isomorphic": "2.1.0"
|
|
146935
146938
|
};
|
|
146936
146939
|
var pkg = {
|
|
@@ -147110,6 +147113,10 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
147110
147113
|
name: "navDepth",
|
|
147111
147114
|
type: "number",
|
|
147112
147115
|
helperText: "This will be used in category search. If you enter nav depth greater than 3 there could be performance implications"
|
|
147116
|
+
},
|
|
147117
|
+
{
|
|
147118
|
+
name: "rootCategory",
|
|
147119
|
+
type: "string"
|
|
147113
147120
|
}
|
|
147114
147121
|
],
|
|
147115
147122
|
ctaText: `Connect your Salesforce Commerce API`
|