@automattic/vip-design-system 2.20.0 → 2.20.1

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,6 +25,7 @@ var kf = keyframes({
25
25
  var loadingStyles = {
26
26
  position: 'absolute',
27
27
  right: 3,
28
+ top: '9px',
28
29
  pointerEvents: 'none',
29
30
  animation: kf + " 1s infinite linear",
30
31
  opacity: 0.5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/vip-design-system",
3
- "version": "2.20.0",
3
+ "version": "2.20.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Automattic/vip-design-system"
@@ -25,6 +25,7 @@ interface FormSelectLoadingProps {
25
25
  const loadingStyles: ThemeUIStyleObject = {
26
26
  position: 'absolute',
27
27
  right: 3,
28
+ top: '9px',
28
29
  pointerEvents: 'none',
29
30
  animation: `${ kf } 1s infinite linear`,
30
31
  opacity: 0.5,