pds-dev-kit-web-test 2.6.5 → 2.6.7

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.
@@ -20,7 +20,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  var styled_components_1 = __importDefault(require("styled-components"));
23
- require("./ComponentBlockMatcher");
23
+ var ComponentBlockMatcher_1 = __importDefault(require("./ComponentBlockMatcher"));
24
24
  var gap = 10;
25
25
  function FlexGridItem(_a) {
26
26
  var cb = _a.cb, index = _a.index, device = _a.device, rowHeight = _a.rowHeight, zIndex = _a.zIndex;
@@ -35,11 +35,11 @@ function FlexGridItem(_a) {
35
35
  // ];
36
36
  return ((0, jsx_runtime_1.jsx)(GridItem, __assign({ style: {
37
37
  zIndex: zIndex,
38
- gridArea: gridArea,
38
+ gridArea: gridArea
39
39
  // maxHeight: cb.componentBlockCode !== CB_ALL_CODES.CB_TEXT ? defaultHeight : undefined
40
- backgroundColor: 'red',
41
- border: '2px solid black'
42
- } }, { children: (0, jsx_runtime_1.jsx)("div", { children: "CB\uAC00 \uC5EC\uAE30\uC5D0 \uB098\uC62C\uAC83\uC774\uC57C" }) })));
40
+ // backgroundColor: 'red',
41
+ // border: '2px solid black'
42
+ } }, { children: (0, jsx_runtime_1.jsx)(ComponentBlockMatcher_1.default, { rowHeight: rowHeight, cbProps: cb, device: device, index: index }) })));
43
43
  }
44
44
  var GridItem = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: auto;\n word-break: break-word;\n"], ["\n height: auto;\n word-break: break-word;\n"])));
45
45
  function getMaxHeight(props, device, rowHeight) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.6.5",
3
+ "version": "2.6.7",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",