pds-dev-kit-web-test 2.7.345 → 2.7.346
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/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +6 -6
- package/package.json +1 -1
|
@@ -27,14 +27,14 @@ function getStyle(value) {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
function getItemSpacing(value) {
|
|
30
|
-
var NORMAL =
|
|
30
|
+
var NORMAL = 16;
|
|
31
31
|
switch (value) {
|
|
32
32
|
case 'WIDE':
|
|
33
|
-
return
|
|
33
|
+
return 24;
|
|
34
34
|
case 'NORMAL':
|
|
35
35
|
return NORMAL;
|
|
36
36
|
case 'NARROW':
|
|
37
|
-
return
|
|
37
|
+
return 8;
|
|
38
38
|
default:
|
|
39
39
|
return NORMAL;
|
|
40
40
|
}
|
|
@@ -87,14 +87,14 @@ var ProgressDesign8 = function (_a) {
|
|
|
87
87
|
exports.ProgressDesign8 = ProgressDesign8;
|
|
88
88
|
var SIZE_ENUM_TO_NUM_CIRCLE = {
|
|
89
89
|
SMALL: {
|
|
90
|
-
width:
|
|
91
|
-
height:
|
|
92
|
-
fontSize:
|
|
90
|
+
width: 30,
|
|
91
|
+
height: 30,
|
|
92
|
+
fontSize: 12
|
|
93
93
|
},
|
|
94
94
|
MEDIUM: {
|
|
95
|
-
width:
|
|
96
|
-
height:
|
|
97
|
-
fontSize:
|
|
95
|
+
width: 40,
|
|
96
|
+
height: 40,
|
|
97
|
+
fontSize: 14
|
|
98
98
|
},
|
|
99
99
|
LARGE: {
|
|
100
100
|
width: 48,
|