@builder.io/plugin-commercelayer 0.1.4-0 → 0.1.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
CHANGED
|
@@ -144326,7 +144326,9 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
144326
144326
|
overflow: 'hidden',
|
|
144327
144327
|
textOverflow: 'ellipsis',
|
|
144328
144328
|
whiteSpace: 'nowrap',
|
|
144329
|
-
}
|
|
144329
|
+
}, title: props.resource.title !== 'untitled'
|
|
144330
|
+
? `${props.resource.title} - ${props.resource.id}`
|
|
144331
|
+
: props.resource.title }, props.resource.title !== 'untitled' ? (jsx("div", null,
|
|
144330
144332
|
props.resource.title,
|
|
144331
144333
|
" - ",
|
|
144332
144334
|
props.resource.id)) : (props.resource.title)) }))));
|
|
@@ -146923,7 +146925,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
|
|
|
146923
146925
|
typescript: "^5.2.2"
|
|
146924
146926
|
};
|
|
146925
146927
|
var dependencies = {
|
|
146926
|
-
"@builder.io/plugin-tools": "0.0.
|
|
146928
|
+
"@builder.io/plugin-tools": "0.0.8"
|
|
146927
146929
|
};
|
|
146928
146930
|
var pkg = {
|
|
146929
146931
|
name: name,
|