pds-dev-kit-web 2.2.54 → 2.2.55

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.
@@ -239,7 +239,9 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
239
239
  return;
240
240
  }
241
241
  if (!['COLLISION_SELECT', 'BULK_SELECT'].includes(shortcutKeyMode !== null && shortcutKeyMode !== void 0 ? shortcutKeyMode : '')) {
242
- breakGroupCB();
242
+ if (id !== selectedCB) {
243
+ breakGroupCB();
244
+ }
243
245
  }
244
246
  setSelectedCB(id);
245
247
  if (sectionActionHandler) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.54",
3
+ "version": "2.2.55",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,9 +1,7 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.54]
2
+ ## [v2.2.55]
3
3
  ## urgent|https://design.storybook.publ.biz/
4
4
 
5
- ### component
6
- * DesktopHeaderBar
7
- * type_b일때 아이콘 변경 (ic_light_bulb -> ic_question)
8
- * Icon
9
- * ic_shoppingbag 모양 수정
5
+ ### sub
6
+ * DynamicLayout
7
+ * 컨텍스트 클릭 스스로를 클릭하면 GROUP_BREAK를 호출하지 않도록 추가