@popsure/dirty-swan 0.30.0 → 0.30.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.
package/dist/index.css CHANGED
@@ -2689,8 +2689,8 @@ input:checked[type=checkbox] + .p-label--bordered {
2689
2689
  border: 2px solid #b1b0f5;
2690
2690
  }
2691
2691
  .ds-card--actionable:focus {
2692
- outline: none;
2693
- border: 2px solid #8e8cee;
2692
+ outline: 3px solid #8e8cee;
2693
+ border: 2px solid transparent;
2694
2694
  }
2695
2695
  .ds-card--muted {
2696
2696
  opacity: 0.25;
@@ -16,8 +16,8 @@
16
16
  }
17
17
 
18
18
  &:focus {
19
- outline: none;
20
- border: 2px solid $ds-primary-500;
19
+ outline: 3px solid $ds-primary-500;
20
+ border: 2px solid transparent;
21
21
  }
22
22
  }
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@popsure/dirty-swan",
3
- "version": "0.30.0",
3
+ "version": "0.30.1",
4
4
  "author": "Vincent Audoire <vincent@getpopsure.com>",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -16,8 +16,8 @@
16
16
  }
17
17
 
18
18
  &:focus {
19
- outline: none;
20
- border: 2px solid $ds-primary-500;
19
+ outline: 3px solid $ds-primary-500;
20
+ border: 2px solid transparent;
21
21
  }
22
22
  }
23
23