@entur/tab 0.4.78 → 0.5.0
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/styles.css +4 -4
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -341,13 +341,13 @@
|
|
|
341
341
|
color: #b6b8ba;
|
|
342
342
|
color: var(--components-tab-contrast-text-disabled);
|
|
343
343
|
}
|
|
344
|
-
.eds-tab:focus {
|
|
344
|
+
.eds-tab:focus-visible {
|
|
345
345
|
outline: 2px solid #181c56;
|
|
346
346
|
outline-color: #181c56;
|
|
347
347
|
outline-color: var(--basecolors-stroke-focus-standard);
|
|
348
348
|
outline-offset: 0.125rem;
|
|
349
349
|
}
|
|
350
|
-
.eds-contrast .eds-tab:focus {
|
|
350
|
+
.eds-contrast .eds-tab:focus-visible {
|
|
351
351
|
outline-color: #aeb7e2;
|
|
352
352
|
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
353
353
|
}
|
|
@@ -356,13 +356,13 @@
|
|
|
356
356
|
padding: 1rem;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
|
-
.eds-tab-panel:focus {
|
|
359
|
+
.eds-tab-panel:focus-visible {
|
|
360
360
|
outline: 2px solid #181c56;
|
|
361
361
|
outline-color: #181c56;
|
|
362
362
|
outline-color: var(--basecolors-stroke-focus-standard);
|
|
363
363
|
outline-offset: 0.125rem;
|
|
364
364
|
}
|
|
365
|
-
.eds-contrast .eds-tab-panel:focus {
|
|
365
|
+
.eds-contrast .eds-tab-panel:focus-visible {
|
|
366
366
|
outline-color: #aeb7e2;
|
|
367
367
|
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
368
368
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/tab",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/tab.esm.js",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"dts-cli": "2.0.5"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "2a0e12f4ccbc65c2c8a115690b4895ff01ee7f06"
|
|
38
38
|
}
|