pds-dev-kit-web-test 2.7.386 → 2.7.387

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.
@@ -1039,6 +1039,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
1039
1039
  }
1040
1040
  var editableCBIDs = (0, group_1.findDirectChildrenCbIds)(newblock, editingGroupBlock);
1041
1041
  var t = (0, react_i18next_1.useTranslation)('translation').t;
1042
+ console.log('1', t('str_grid_height_variable'));
1042
1043
  return ((0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsxs)(gleStyles_1.S_gleStyles, __assign({ isBulkMode: shortcutKeyMode === 'BULK_SELECT', strKeys: { str_grid_height_variable: t('str_grid_height_variable') } }, { children: [showSectionHiddenCover && (0, jsx_runtime_1.jsx)(S_HiddenCover_1.S_HiddenCover, {}), (0, jsx_runtime_1.jsx)(S_SectionWrapper, __assign({ ref: gleRef, "x-dlayout-section-type": "NO_NAME", onClick: onClickSection, onContextMenu: function (e) {
1043
1044
  e.stopPropagation();
1044
1045
  e.preventDefault();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.386",
3
+ "version": "2.7.387",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",