pds-dev-kit-web 2.2.20 → 2.2.21
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.
|
@@ -102,7 +102,7 @@ exports.pages0803PreviewSections = [
|
|
|
102
102
|
'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null,
|
|
103
103
|
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': null,
|
|
104
104
|
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null,
|
|
105
|
-
CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: 'GOOGLE:
|
|
105
|
+
CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: 'GOOGLE:Source Serif 4',
|
|
106
106
|
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': 'GOOGLE:Lobster',
|
|
107
107
|
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null,
|
|
108
108
|
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null,
|
|
@@ -28,7 +28,7 @@ function parsePropPlacement(props, id) {
|
|
|
28
28
|
y: props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY,
|
|
29
29
|
w: props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS,
|
|
30
30
|
h: props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS,
|
|
31
|
-
z: props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX
|
|
31
|
+
z: props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX + 500
|
|
32
32
|
};
|
|
33
33
|
var mobileLayout = {
|
|
34
34
|
i: id.toString(),
|
|
@@ -36,7 +36,7 @@ function parsePropPlacement(props, id) {
|
|
|
36
36
|
y: props['CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE'],
|
|
37
37
|
w: props['CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE'],
|
|
38
38
|
h: props['CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE'],
|
|
39
|
-
z: props['CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE']
|
|
39
|
+
z: props['CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE'] + 500
|
|
40
40
|
};
|
|
41
41
|
return {
|
|
42
42
|
mobileLayout: mobileLayout,
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v2.2.
|
|
3
|
-
##
|
|
2
|
+
## [v2.2.21]
|
|
3
|
+
## urgent|https://design.storybook.publ.biz/
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
|
|
9
|
-
* contextMenuPosition prop 삭제
|
|
10
|
-
* Icon
|
|
11
|
-
* 코드 내부 정리
|
|
5
|
+
### sub
|
|
6
|
+
* DynamicLayout
|
|
7
|
+
* z-index: +500 처리
|
|
8
|
+
* fontFamily: google font는 모두 따음표 추가
|