@oneblink/apps-react 5.8.0-beta.4 → 5.8.0-beta.5

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.
@@ -29,8 +29,9 @@
29
29
  background-color: $white-bis;
30
30
  }
31
31
 
32
- &:focus {
33
- outline: none;
32
+ &:focus-visible {
33
+ outline-offset: $size-9;
34
+ outline: $input-focus-border-color auto 3px;
34
35
  }
35
36
  }
36
37
  }
package/dist/styles.css CHANGED
@@ -9485,8 +9485,9 @@ textarea:disabled {
9485
9485
  .ob-list__item.is-clickable:hover {
9486
9486
  background-color: hsl(0, 0%, 98%);
9487
9487
  }
9488
- .ob-list__item.is-clickable:focus {
9489
- outline: none;
9488
+ .ob-list__item.is-clickable:focus-visible {
9489
+ outline-offset: 0.25rem;
9490
+ outline: hsl(229, 53%, 53%) auto 3px;
9490
9491
  }
9491
9492
 
9492
9493
  .ob-list__avatar {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oneblink/apps-react",
3
3
  "description": "Helper functions for OneBlink apps in ReactJS.",
4
- "version": "5.8.0-beta.4",
4
+ "version": "5.8.0-beta.5",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/apps-react/issues"