@gem-sdk/core 1.22.31-new-feature.15 → 1.22.31-new-feature.17

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.
@@ -217,7 +217,7 @@ const ComponentToolbarPreview = ({ ...props })=>{
217
217
  }),
218
218
  props.tag == 'Section' ? /*#__PURE__*/ jsxRuntime.jsx("div", {
219
219
  "data-toolbar-name": true,
220
- children: isThemeSection ? props.customLabel || props.label : `Section ${getIndexSection() + 1}${getSectionNumber() >= SECTION_LIMIT - 5 ? `/${SECTION_LIMIT}` : ''}`
220
+ children: isThemeSection ? props.name : `Section ${getIndexSection() + 1}${getSectionNumber() >= SECTION_LIMIT - 5 ? `/${SECTION_LIMIT}` : ''}`
221
221
  }) : /*#__PURE__*/ jsxRuntime.jsx("div", {
222
222
  "data-toolbar-name": true,
223
223
  children: props.customLabel || props.label
@@ -215,7 +215,7 @@ const ComponentToolbarPreview = ({ ...props })=>{
215
215
  }),
216
216
  props.tag == 'Section' ? /*#__PURE__*/ jsx("div", {
217
217
  "data-toolbar-name": true,
218
- children: isThemeSection ? props.customLabel || props.label : `Section ${getIndexSection() + 1}${getSectionNumber() >= SECTION_LIMIT - 5 ? `/${SECTION_LIMIT}` : ''}`
218
+ children: isThemeSection ? props.name : `Section ${getIndexSection() + 1}${getSectionNumber() >= SECTION_LIMIT - 5 ? `/${SECTION_LIMIT}` : ''}`
219
219
  }) : /*#__PURE__*/ jsx("div", {
220
220
  "data-toolbar-name": true,
221
221
  children: props.customLabel || props.label
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.22.31-new-feature.15",
3
+ "version": "1.22.31-new-feature.17",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@gem-sdk/adapter-shopify": "1.22.31-staging.0",
28
- "@gem-sdk/styles": "1.22.31-new-feature.15"
28
+ "@gem-sdk/styles": "1.22.31-new-feature.17"
29
29
  },
30
30
  "dependencies": {
31
31
  "react-error-boundary": "4.0.10",