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.
@@ -27,14 +27,14 @@ function getStyle(value) {
27
27
  }
28
28
  }
29
29
  function getItemSpacing(value) {
30
- var NORMAL = 30;
30
+ var NORMAL = 16;
31
31
  switch (value) {
32
32
  case 'WIDE':
33
- return 50;
33
+ return 24;
34
34
  case 'NORMAL':
35
35
  return NORMAL;
36
36
  case 'NARROW':
37
- return 10;
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: 24,
91
- height: 25,
92
- fontSize: 8
90
+ width: 30,
91
+ height: 30,
92
+ fontSize: 12
93
93
  },
94
94
  MEDIUM: {
95
- width: 36,
96
- height: 36,
97
- fontSize: 12
95
+ width: 40,
96
+ height: 40,
97
+ fontSize: 14
98
98
  },
99
99
  LARGE: {
100
100
  width: 48,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.345",
3
+ "version": "2.7.346",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",