pds-dev-kit-web 1.8.1 → 1.8.2

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.
Files changed (22) hide show
  1. package/dist/src/common/assets/icons/fill/More.js +1 -1
  2. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +2 -1
  3. package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
  4. package/dist/src/common/styles/colorSet/UIColor.json +3 -1
  5. package/dist/src/common/styles/colorSet/index.d.ts +4 -0
  6. package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
  7. package/dist/src/desktop/components/DynamicDesktopNavBar/components/ContextMenuNavs/ContextMenuItemNav.js +3 -1
  8. package/dist/src/sub/DynamicLayout/desktop/components/Item/Item.js +4 -1
  9. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.js +3 -3
  10. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.js +3 -3
  11. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsSection/templates/TemplateA/TemplateA.js +8 -9
  12. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsSection/templates/TemplateB/TemplateB.js +8 -9
  13. package/dist/src/sub/DynamicLayout/desktop/sections/FooterSection/templates/TemplateA/TemplateA.js +1 -1
  14. package/dist/src/sub/DynamicLayout/desktop/sections/FooterSection/templates/TemplateB/TemplateB.js +1 -1
  15. package/dist/src/sub/DynamicLayout/desktop/sections/IntroSection/templates/TemplateB/TemplateB.js +3 -3
  16. package/dist/src/sub/DynamicLayout/mobile/components/Item/Item.js +4 -1
  17. package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.js +3 -3
  18. package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.js +3 -3
  19. package/dist/src/sub/DynamicLayout/types.d.ts +2 -2
  20. package/dist/src/sub/DynamicLayout/types.js +1339 -449
  21. package/package.json +1 -1
  22. package/release-note.md +19 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,15 +1,22 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.8.1]
2
+ ## [v1.8.2]
3
3
 
4
+ ### component
5
+ * DynamicDesktopNavBar
6
+ * NAV_PAGE 대응 추가
7
+ * Icon
8
+ * ic_more의 viewBox를 0 0 20 20 에서 0 0 24 24로 변경
4
9
  ### sub
5
- * DynamicLayout 디테일 수정
6
- * FooterSection TemplateA/B
7
- * logoImage의 shapeType을 rectangle로 변경
8
- * IntroSection TemplateA/B/C/D
9
- * 콘텐츠 영역 위아래에 margin 160px 추가
10
- * InfoBoxSection TemplateA
11
- * Item의 공백없는 텍스트가 박스 밖으로 나가는 이슈 수정
12
- * flex박스인 ItemBodyWrapper 삭제
13
- * ContentsCarouselSection TemplateB
14
- * 내용이 없음에도 섹션영역이 표시되는 이슈 수정
15
- * array &&되어있던 조건을 array.length>0 으로 수정
10
+ * DynamicLayout 디테일 수정
11
+ * Desktop
12
+ * FooterSection TemplateA/B
13
+ * logoImage의 shapeType을 rectangle로 변경 (누락된 부분 추가)
14
+ * IntroSection TemplateB
15
+ * contentsArea가 섹션을 뚫고 나가는 이슈 수정
16
+ * ContentsSection TemplateA
17
+ * Image사이즈가 contents에 따라 늘어나지 않는 이슈 수정
18
+ * item의 linkMethod를 section properties로 이동 (itemLinkMethod)
19
+ * Mobile
20
+ * item의 linkMethod를 section properties이동 (itemLinkMethod)
21
+ ### color
22
+ * 컬러 키 값 23.01.06 12시 59분 기준 싱크