pds-dev-kit-web 1.9.0-beta.3 → 1.9.0-beta.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/index.d.ts +2 -0
- package/dist/index.js +14 -0
- package/dist/src/common/assets/icons/fill/ArrowDown.js +1 -1
- package/dist/src/common/assets/icons/fill/ArrowUp.js +1 -1
- package/dist/src/common/services/i18n/resources/en.json +4625 -1466
- package/dist/src/common/services/i18n/resources/es.json +6082 -2923
- package/dist/src/common/services/i18n/resources/index.d.ts +18961 -7
- package/dist/src/common/services/i18n/resources/index.js +2 -2
- package/dist/src/common/services/i18n/resources/jp.json +6091 -2932
- package/dist/src/common/services/i18n/resources/ko.json +3353 -194
- package/dist/src/common/services/i18n/resources/zh-tw.json +4000 -841
- package/dist/src/common/services/i18n/resources/zh-zh.json +6844 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +9 -2
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +9 -2
- package/dist/src/common/styles/colorSet/SemanticColor.json +5 -1
- package/dist/src/common/styles/colorSet/UIColor.json +15 -3
- package/dist/src/common/styles/colorSet/index.d.ts +32 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +12 -0
- package/dist/src/common/styles/movement/animationStyle.d.ts +8 -0
- package/dist/src/common/styles/movement/animationStyle.js +18 -0
- package/dist/src/common/styles/movement/keyframes.d.ts +14 -0
- package/dist/src/common/styles/movement/keyframes.js +23 -0
- package/dist/src/common/styles/movement/transitionStyle.d.ts +3 -0
- package/dist/src/common/styles/movement/transitionStyle.js +12 -0
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +4 -3
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +5 -4
- package/dist/src/desktop/components/Dropdown/Dropdown.js +34 -3
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +15 -4
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +5 -4
- package/dist/src/desktop/components/IconButton/IconButton.js +7 -6
- package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +4 -3
- package/dist/src/desktop/components/MainButton/MainButton.d.ts +1 -1
- package/dist/src/desktop/components/MainButton/MainButton.js +129 -41
- package/dist/src/desktop/components/ReactionButton/ReactionButton.js +5 -1
- package/dist/src/desktop/components/Select/Select.js +29 -2
- package/dist/src/desktop/components/TextButton/TextButton.js +3 -2
- package/dist/src/desktop/components/TextField/TextField.js +35 -4
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +7 -6
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +1 -1
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +141 -49
- package/dist/src/desktop/components/UploadMainButton/types.d.ts +0 -10
- package/dist/src/desktop/components/UploadMainButton/types.js +1 -11
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +3 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +2 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +2 -2
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +3 -2
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +35 -18
- package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +8 -7
- package/dist/src/mobile/components/Dropdown/Dropdown.js +21 -3
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.js +4 -3
- package/dist/src/mobile/components/IconButton/IconButton.js +6 -5
- package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +3 -2
- package/dist/src/mobile/components/MainButton/MainButton.d.ts +1 -1
- package/dist/src/mobile/components/MainButton/MainButton.js +122 -37
- package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +5 -4
- package/dist/src/mobile/components/Select/Select.js +18 -2
- package/dist/src/mobile/components/TextButton/TextButton.js +2 -1
- package/dist/src/mobile/components/TextField/TextField.js +22 -4
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +6 -5
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +1 -1
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +134 -42
- package/dist/src/mobile/components/UploadMainButton/types.d.ts +0 -10
- package/dist/src/mobile/components/UploadMainButton/types.js +1 -11
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +3 -2
- package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +5 -4
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +2 -2
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +2 -2
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.d.ts +6 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.js +49 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +23 -8
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.js +8 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.d.ts +5 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.js +61 -0
- package/dist/src/sub/DynamicLayout/types.d.ts +2 -1
- package/dist/storybook-static/{0.73af3e66.iframe.bundle.d.ts → 0.2023c95c.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.73af3e66.iframe.bundle.js → 0.2023c95c.iframe.bundle.js} +8 -8
- package/dist/storybook-static/{4.d7ecdbf4.iframe.bundle.d.ts → 4.d1de0501.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.d7ecdbf4.iframe.bundle.js → 4.d1de0501.iframe.bundle.js} +71 -71
- package/dist/storybook-static/{5.dc1e4c72.iframe.bundle.d.ts → 5.2f192ddf.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.dc1e4c72.iframe.bundle.js → 5.2f192ddf.iframe.bundle.js} +13 -13
- package/dist/storybook-static/{6.e668ed7b.iframe.bundle.d.ts → 6.62fc7663.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.e668ed7b.iframe.bundle.js → 6.62fc7663.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.9af8f518.iframe.bundle.d.ts → 7.3518bf24.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.9af8f518.iframe.bundle.js → 7.3518bf24.iframe.bundle.js} +3 -3
- package/dist/storybook-static/{main.7e8e72d0.iframe.bundle.d.ts → main.bea0ee46.iframe.bundle.d.ts} +740 -860
- package/dist/storybook-static/{main.7e8e72d0.iframe.bundle.js → main.bea0ee46.iframe.bundle.js} +1343 -1112
- package/dist/storybook-static/{runtime~main.1b62987c.iframe.bundle.d.ts → runtime~main.54fba058.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.1b62987c.iframe.bundle.js → runtime~main.54fba058.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.4e754259.iframe.bundle.d.ts → vendors~main.dd7c8d3f.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.4e754259.iframe.bundle.js → vendors~main.dd7c8d3f.iframe.bundle.js} +829 -829
- package/package.json +1 -1
- package/release-note.md +91 -10
- package/dist/src/common/services/i18n/resources/zh-cn.json +0 -3685
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,12 +1,93 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v1.9.0-beta.
|
|
3
|
-
###
|
|
4
|
-
*
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
|
|
10
|
-
*
|
|
2
|
+
## [v1.9.0-beta.5]
|
|
3
|
+
### Common
|
|
4
|
+
* transition과 animation 관련 style들 추가
|
|
5
|
+
### Layout
|
|
6
|
+
* WFA_1
|
|
7
|
+
* padding-bottom 88px → 64px로 수정
|
|
8
|
+
* padding-top 80px → 64px로 수정
|
|
9
|
+
* WFA_2
|
|
10
|
+
* padding-bottom 88px → 64px로 수정
|
|
11
|
+
* padding-top 80px → 64px로 수정
|
|
12
|
+
* WFB_1
|
|
13
|
+
* padding-bottom 88px → 64px로 수정
|
|
14
|
+
* WFE_2
|
|
15
|
+
* padding-bottom 삭제
|
|
16
|
+
* WFE_4
|
|
17
|
+
* padding-bottom 삭제
|
|
18
|
+
* WFL_1
|
|
19
|
+
* padding-bottom 88px → 64px로 수정
|
|
20
|
+
* ContentsArea1 padding-left, padding-right 24px → 48px로 수정
|
|
21
|
+
### Component
|
|
22
|
+
* AdminListItem
|
|
23
|
+
* transition효과 부여
|
|
24
|
+
* rowSize prop의 'medium' 높이값 120px → 100px로 수정
|
|
25
|
+
* DesktopAlertDialog
|
|
26
|
+
* animation효과 부여
|
|
27
|
+
* Dropdown
|
|
28
|
+
* transition효과 부여
|
|
29
|
+
* EditApplyTextField
|
|
30
|
+
* transition효과 부여
|
|
31
|
+
* FloatingActionButton
|
|
32
|
+
* hover 및 active시 구조 변경
|
|
33
|
+
* background-image: linear-gradient 사용 → ::before 가상요소 사용
|
|
34
|
+
* transition효과 부여
|
|
35
|
+
* Icon
|
|
36
|
+
* ic_arrow_down fill 타입 모양 변경
|
|
37
|
+
* ic_arrow_up fill 타입 모양 변경
|
|
38
|
+
* IconButton
|
|
39
|
+
* hover 및 active시 구조 변경
|
|
40
|
+
* background-image: linear-gradient 사용 → ::before 가상요소 사용
|
|
41
|
+
* transition효과 부여
|
|
42
|
+
* LottieReactionButton
|
|
43
|
+
* hover 및 active시 구조 변경
|
|
44
|
+
* background-image: linear-gradient 사용 → ::before 가상요소 사용
|
|
45
|
+
* transition효과 부여
|
|
46
|
+
* MainButton
|
|
47
|
+
* hover 및 active시 구조 변경
|
|
48
|
+
* background-image: linear-gradient 사용 → ::before 가상요소 사용
|
|
49
|
+
* transition효과 부여
|
|
50
|
+
* colorTheme prop에 'primary1','secondary1' value추가
|
|
51
|
+
* MobileAlertDialog
|
|
52
|
+
* animation효과 부여
|
|
53
|
+
* ReactionButton
|
|
54
|
+
* transition효과 부여
|
|
55
|
+
* Select
|
|
56
|
+
* transition효과 부여
|
|
57
|
+
* TextButton
|
|
58
|
+
* transition효과 부여
|
|
59
|
+
* TextField
|
|
60
|
+
* transition효과 부여
|
|
61
|
+
* UploadIconButton
|
|
62
|
+
* hover 및 active시 구조 변경
|
|
63
|
+
* background-image: linear-gradient 사용 → ::before 가상요소 사용
|
|
64
|
+
* transition효과 부여
|
|
65
|
+
* UploadMainButton
|
|
66
|
+
* hover 및 active시 구조 변경
|
|
67
|
+
* background-image: linear-gradient 사용 → ::before 가상요소 사용
|
|
68
|
+
* transition효과 부여
|
|
69
|
+
* colorTheme prop에 'primary1','secondary1' value추가
|
|
70
|
+
* UploadTextButton
|
|
71
|
+
* transition효과 부여
|
|
72
|
+
### Panel
|
|
73
|
+
* DesktopBasicModal
|
|
74
|
+
* animation효과 부여
|
|
75
|
+
* size 'rlarge' 스펙 수정
|
|
76
|
+
* max-width : 1400px
|
|
77
|
+
* width : 60vw → 80vw
|
|
78
|
+
* body 부분 스펙 수정
|
|
79
|
+
* max-height : 50vh → 60vh
|
|
80
|
+
* footer 부분 상단 라인 색상 변경
|
|
81
|
+
* scrollVisibleType prop 추가
|
|
82
|
+
* bodyOverflowType prop에 'overlay' value추가
|
|
83
|
+
* bodyOverflowType prop default값 변경
|
|
84
|
+
* 'auto' → 'overlay'
|
|
85
|
+
* DesktopHeadlessModal
|
|
86
|
+
* animation효과 부여
|
|
87
|
+
* scrollVisibleType prop default값 변경
|
|
88
|
+
* 'hidden' → 'visible'
|
|
89
|
+
* scroll 디자인 스펙 변경
|
|
90
|
+
* MobileBasicModal
|
|
91
|
+
* animation효과 부여
|
|
11
92
|
### Color
|
|
12
|
-
* 컬러 키 값 23.01.
|
|
93
|
+
* 컬러 키 값 23.01.26 22시 58분 기준 싱크
|