pds-dev-kit-web-test 2.7.582 → 2.7.583

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.
@@ -184,9 +184,7 @@ function ContentsList(props) {
184
184
  display: layout.display,
185
185
  flexDirection: layout.flexDirection,
186
186
  justifyContent: layout.justifyContent
187
- } }, { children: (0, jsx_runtime_1.jsx)(S_ContentsListWrapper, __assign({ className: "cb-contentslist-wrapper", ccbInset: ccbInset, contentPropCss: contentPropCss, stylePropCss: isHovered ? hoverStylePropCss : stylePropCss,
188
- // NOTE: 위 CSS 프롭과 정리
189
- style: { gridTemplateRows: "repeat(".concat(numberOfRows, ", 1fr)") } }, { children: (0, createCompositions_1.createCompositions)({
187
+ } }, { children: (0, jsx_runtime_1.jsx)(S_ContentsListWrapper, __assign({ className: "cb-contentslist-wrapper", ccbInset: ccbInset, contentPropCss: contentPropCss, stylePropCss: isHovered ? hoverStylePropCss : stylePropCss }, { children: (0, createCompositions_1.createCompositions)({
190
188
  valueType: CB_CONTENT_PROP_CONTENTSLIST_SPEC_VALUETYPE,
191
189
  queryPath: queryPath,
192
190
  limit: CB_CONTENT_PROP_CONTENTSLIST_SPEC_ITEMCOUNTS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.582",
3
+ "version": "2.7.583",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",