pds-dev-kit-web-test 2.7.444 → 2.7.445

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.
@@ -25,7 +25,7 @@ exports.POS_INSET = {
25
25
  INSET6: { bottom: GAP, left: '50%', transform: 'translateX(-50%)' },
26
26
  INSET7: { left: GAP, bottom: GAP },
27
27
  INSET8: { top: '50%', left: GAP, transform: 'translateY(-50%)' },
28
- INSET_PROGRESS: { bottom: GAP }
28
+ INSET_PROGRESS: { bottom: 0 }
29
29
  };
30
30
  var POS_OUTSET_PAGINATION = {
31
31
  OUTSET1: { bottom: 15 },
@@ -154,7 +154,7 @@ exports.POS_INSET = {
154
154
  INSET6: { bottom: GAP, left: '50%', transform: 'translateX(-50%)' },
155
155
  INSET7: { left: GAP, bottom: GAP },
156
156
  INSET8: { top: '50%', left: GAP, transform: 'translateY(-50%)' },
157
- INSET_PROGRESS: { bottom: GAP }
157
+ INSET_PROGRESS: { bottom: 0 }
158
158
  };
159
159
  exports.POS_OUTSET_NAVIGATION = {
160
160
  OUTSET1: { bottom: 10 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.444",
3
+ "version": "2.7.445",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",