pds-dev-kit-web 2.2.301 → 2.2.302

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",
3
- "version": "2.2.301",
3
+ "version": "2.2.302",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.301]
2
+ ## [v2.2.302]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * [PDS-1403] 리스트 CB에서 각 아이템 높이 유지하며 높이 다를 때 상단 기준으로 맞추는 건
7
- * [PDS-1345] DatePicker 컴포넌트에 퀵 이동 제공
6
+ * [PDS-1403] 누락된 부분 추가