@aurodesignsystem-dev/auro-tabs 0.0.0-pr87.2 → 0.0.0-pr87.3

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/demo/api.html CHANGED
@@ -58,6 +58,12 @@
58
58
  });
59
59
  </script>
60
60
 
61
+ <style>
62
+ auro-tab:focus-visible {
63
+ outline: none;
64
+ }
65
+ </style>
66
+
61
67
  <!-- If additional elements are needed for the demo, add them here. -->
62
68
  <script src="https://cdn.jsdelivr.net/npm/@alaskaairux/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
63
69
  </body>
package/demo/index.html CHANGED
@@ -109,6 +109,9 @@
109
109
  padding: 1rem;
110
110
  }
111
111
 
112
+ auro-tab:focus-visible {
113
+ outline: none;
114
+ }
112
115
  </style>
113
116
 
114
117
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-tabs",
10
- "version": "0.0.0-pr87.2",
10
+ "version": "0.0.0-pr87.3",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "https://github.com/AlaskaAirlines/auro-tabs"