pds-dev-kit-web 2.1.16 → 2.1.17
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.
|
@@ -77,6 +77,7 @@ function parseImageCBStyle(style, hoverStyle) {
|
|
|
77
77
|
borderStyle: style.borderStyle,
|
|
78
78
|
borderWidth: style.borderWidth,
|
|
79
79
|
visibility: style.visibility,
|
|
80
|
+
opacity: style.visibility,
|
|
80
81
|
boxShadow: style.boxShadow
|
|
81
82
|
},
|
|
82
83
|
hover: {
|
|
@@ -88,6 +89,7 @@ function parseImageCBStyle(style, hoverStyle) {
|
|
|
88
89
|
borderStyle: hoverStyle.borderStyle,
|
|
89
90
|
borderWidth: hoverStyle.borderWidth,
|
|
90
91
|
visibility: hoverStyle.visibility,
|
|
92
|
+
opacity: hoverStyle.visibility,
|
|
91
93
|
boxShadow: hoverStyle.boxShadow
|
|
92
94
|
}
|
|
93
95
|
};
|
|
@@ -39,11 +39,11 @@ function parseStyleColorToCSSProp(_a) {
|
|
|
39
39
|
exports.parseStyleColorToCSSProp = parseStyleColorToCSSProp;
|
|
40
40
|
function getBtnColorStyles(value, cbName) {
|
|
41
41
|
if (value["CB_STYLE_PROP_" + cbName + "_SPEC_TYPE"] === 'NONE') {
|
|
42
|
-
return {
|
|
42
|
+
return { background: 'none' };
|
|
43
43
|
}
|
|
44
44
|
if (value["CB_STYLE_PROP_" + cbName + "_SPEC_TYPE"] === 'SOLID') {
|
|
45
45
|
var style = {
|
|
46
|
-
|
|
46
|
+
background: value["CB_STYLE_PROP_" + cbName + "_SPEC_COLOR"]
|
|
47
47
|
};
|
|
48
48
|
return style;
|
|
49
49
|
}
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v2.1.
|
|
2
|
+
## [v2.1.17]
|
|
3
3
|
## daily|https://design.storybook.publ.biz/
|
|
4
4
|
|
|
5
5
|
### Components
|
|
6
|
-
*
|
|
7
|
-
* 커스텀 섹션에 bg 미디어가 유튜브인 경우 스펙 변경에 따른 리렌더링 적용
|
|
8
|
-
* DesktopHeaderBar 수정 작업
|
|
9
|
-
* DesktopTabBar 수정 작업
|
|
6
|
+
* css 추가입니다.
|
|
10
7
|
|
|
11
8
|
### Color
|
|
12
9
|
* 컬러 키 값 23.08.07 02시 23분 기준 싱크
|