pds-dev-kit-web-test 2.7.333 → 2.7.335

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.
@@ -233,7 +233,7 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
233
233
  // onToggleGBPinned={onToggleGBPinned}
234
234
  isEditMode: false }, child.blockId)); }) })) })) })) })) })) }));
235
235
  });
236
- var GridContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: grid; /* Space between grid items */\n gap: 10px;\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(\n ", ",\n minmax(", ", auto)\n );\n /* height: 100%; */\n padding: 10px 10px;\n width: 100%;\n\n * {\n box-sizing: border-box;\n }\n"], ["\n display: grid; /* Space between grid items */\n gap: 10px;\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(\n ", ",\n minmax(", ", auto)\n );\n /* height: 100%; */\n padding: 10px 10px;\n width: 100%;\n\n * {\n box-sizing: border-box;\n }\n"])), function (props) { return props.cols; }, function (props) { return props.sectionRow; }, function (props) { return "".concat(props.rowHeight, "px"); });
236
+ var GridContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: grid; /* Space between grid items */\n gap: 10px;\n grid-auto-rows: minmax(", ", auto);\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(\n ", ",\n minmax(", ", auto)\n );\n /* height: 100%; */\n padding: 10px 10px;\n width: 100%;\n\n * {\n box-sizing: border-box;\n }\n"], ["\n display: grid; /* Space between grid items */\n gap: 10px;\n grid-auto-rows: minmax(", ", auto);\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(\n ", ",\n minmax(", ", auto)\n );\n /* height: 100%; */\n padding: 10px 10px;\n width: 100%;\n\n * {\n box-sizing: border-box;\n }\n"])), function (props) { return "".concat(props.rowHeight, "px"); }, function (props) { return props.cols; }, function (props) { return props.sectionRow; }, function (props) { return "".concat(props.rowHeight, "px"); });
237
237
  var S_COMPOSITIONWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
238
238
  exports.default = react_1.default.memo(Composition);
239
239
  function getDefensiveFontSize(device, width) {
@@ -838,7 +838,7 @@
838
838
  "CB_CONTENT_PROP_TEXT_SPEC_FORMAT": "NONE",
839
839
  "CB_CONTENT_PROP_TEXT_SPEC_PREFIX": null,
840
840
  "CB_CONTENT_PROP_TEXT_SPEC_SUFFIX": null,
841
- "CB_CONTENT_PROP_TEXT_SPEC_TEXT": "상세 설명 내용을 입력할 수 있어요.\n간략한 요약 내용을 넣어보세요.",
841
+ "CB_CONTENT_PROP_TEXT_SPEC_TEXT": "상세 설명 내용을 입력할 수 있어요.\n간략한 요약 내용을 넣어보세요. ????",
842
842
  "CB_CONTENT_PROP_TEXT_SPEC_TEXTMOBILEALTERNATIVE": null,
843
843
  "CB_CONTENT_PROP_TEXT_SPEC_VALUETYPE": "VALUE"
844
844
  },
@@ -979,7 +979,7 @@
979
979
  "CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINHEIGHT:MOBILE": null,
980
980
  "CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH": 960,
981
981
  "CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH:MOBILE": 360,
982
- "CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS": 9,
982
+ "CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS": 3,
983
983
  "CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS:MOBILE": null
984
984
  },
985
985
  "CB_STYLE_PROP_BGCOLOR": {
@@ -99,8 +99,6 @@ function RenderPedigreeRecursively(_a) {
99
99
  var relativeGridArea_1 = parentGroupArea
100
100
  ? calculateRelativeGridArea(gridArea_1, parentGroupArea)
101
101
  : gridArea_1;
102
- console.log('before:', gridArea_1);
103
- console.log('after:', relativeGridArea_1);
104
102
  // 그룹의 시작 행을 기준으로 상대적인 selectedRows 계산
105
103
  var relativeSelectedRows_1 = selectedRows
106
104
  .map(function (row) { return row - gridArea_1.rowStart + 1; })
@@ -131,6 +129,8 @@ function RenderPedigreeRecursively(_a) {
131
129
  var relativeGridArea = parentGroupArea
132
130
  ? calculateRelativeGridArea(originalGridArea, parentGroupArea)
133
131
  : originalGridArea;
132
+ console.log('before:', originalGridArea);
133
+ console.log('after:', relativeGridArea);
134
134
  return (
135
135
  // <S_GridItem
136
136
  // style={{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.333",
3
+ "version": "2.7.335",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",