pds-dev-kit-web 1.9.3 → 1.9.5
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 +3 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +3 -1
- package/dist/src/common/styles/colorSet/UIColor.json +4 -1
- package/dist/src/common/styles/colorSet/index.d.ts +9 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +3 -0
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +6 -2
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +6 -4
- package/dist/src/desktop/components/TextButton/TextButton.d.ts +1 -1
- package/dist/src/desktop/components/TextButton/TextButton.js +38 -12
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +39 -9
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +6 -2
- package/dist/src/mobile/components/TextButton/TextButton.d.ts +1 -1
- package/dist/src/mobile/components/TextButton/TextButton.js +29 -7
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +30 -6
- package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +30 -13
- package/dist/storybook-static/{main.9a5b3a3c.iframe.bundle.d.ts → main.1434d31c.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{main.9a5b3a3c.iframe.bundle.js → main.1434d31c.iframe.bundle.js} +163 -131
- package/package.json +1 -1
- package/release-note.md +12 -4
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v1.9.
|
|
2
|
+
## [v1.9.5]
|
|
3
3
|
|
|
4
|
-
###
|
|
5
|
-
*
|
|
6
|
-
|
|
4
|
+
### Component
|
|
5
|
+
* EditApplyTextField
|
|
6
|
+
* preventBlankMode prop 사용시 value가 null이면 에러가 나는 이슈 픽스
|
|
7
|
+
* TextButton
|
|
8
|
+
* colorTheme에 white2 value 추가
|
|
9
|
+
* TextField
|
|
10
|
+
* preventBlankMode prop 사용시 value가 null이면 에러가 나는 이슈 픽스
|
|
11
|
+
* UploadTextButton
|
|
12
|
+
* colorTheme에 white2 value 추가
|
|
13
|
+
### Color
|
|
14
|
+
* 컬러 키 값 23.02.02 16시 25분 기준 싱크
|