pds-dev-kit-web 0.7.0 → 0.7.3
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.
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +10 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +10 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +2 -1
- package/dist/src/common/styles/colorSet/UIColor.json +10 -2
- package/dist/src/common/styles/colorSet/index.d.ts +546 -519
- package/dist/src/common/styles/colorSet/index.js +5 -5
- package/dist/src/common/styles/colorSet/ui-type.d.ts +8 -0
- package/dist/src/desktop/components/ImageSlide/ImageSlide.d.ts +3 -1
- package/dist/src/desktop/components/ImageSlide/ImageSlide.js +5 -5
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +7 -3
- package/dist/src/desktop/components/TextLabel/TextLabel.js +20 -9
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +10 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +48 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +10 -6
- package/dist/src/mobile/components/ImageSlide/ImageSlide.d.ts +3 -1
- package/dist/src/mobile/components/ImageSlide/ImageSlide.js +5 -5
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.d.ts +2 -2
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.js +2 -2
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +7 -3
- package/dist/src/mobile/components/TextLabel/TextLabel.js +20 -9
- package/package.json +2 -2
- package/release-note.md +7 -20
package/release-note.md
CHANGED
|
@@ -1,22 +1,9 @@
|
|
|
1
|
-
#
|
|
2
|
-
## [v0.7.
|
|
3
|
-
|
|
1
|
+
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
+
## [v0.7.3]
|
|
4
3
|
|
|
5
4
|
### Component
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
* DesktopAlertDialog 생성
|
|
12
|
-
* DesktopBasicModal 생성
|
|
13
|
-
* Dropdown 생성
|
|
14
|
-
* PageTitleTextGroup 생성
|
|
15
|
-
* Mobile
|
|
16
|
-
* BasicFormGroup 생성
|
|
17
|
-
* BasicList 생성
|
|
18
|
-
* BasicListItem 생성
|
|
19
|
-
* BodyTextGroup 생성
|
|
20
|
-
* Dropdown 생성
|
|
21
|
-
* MobileAlertDialog 생성
|
|
22
|
-
* MobileBasicModal 생성
|
|
5
|
+
* TextLabel
|
|
6
|
+
* 기본 줄바꿈 관련 css 스펙 변경 (자연스러운 영문 표기를 위한 처리)
|
|
7
|
+
|
|
8
|
+
### Color
|
|
9
|
+
* 컬러 키 값 22.04.08 16시 30분 기준 싱크
|