@entur/table 4.8.27 → 4.9.0-beta.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.
Files changed (2) hide show
  1. package/dist/styles.css +12 -5
  2. package/package.json +7 -7
package/dist/styles.css CHANGED
@@ -27,12 +27,12 @@
27
27
  width: 3rem;
28
28
  padding: 1rem 0.75rem;
29
29
  }
30
- .eds-table__header-cell--sortable:focus {
30
+ .eds-table__header-cell--sortable:focus-visible {
31
31
  outline: 2px solid #181c56;
32
32
  outline-color: var(--basecolors-stroke-focus-standard);
33
33
  outline-offset: 0.125rem;
34
34
  }
35
- .eds-contrast .eds-table__header-cell--sortable:focus {
35
+ .eds-contrast .eds-table__header-cell--sortable:focus-visible {
36
36
  outline-color: var(--basecolors-stroke-focus-contrast);
37
37
  }
38
38
  .eds-table__header-cell-button {
@@ -56,12 +56,12 @@
56
56
  position: absolute;
57
57
  margin-left: 0.25rem;
58
58
  }
59
- .eds-table__header-cell-button:focus {
59
+ .eds-table__header-cell-button:focus-visible {
60
60
  outline: 2px solid #181c56;
61
61
  outline-color: var(--basecolors-stroke-focus-standard);
62
62
  outline-offset: 0.125rem;
63
63
  }
64
- .eds-contrast .eds-table__header-cell-button:focus {
64
+ .eds-contrast .eds-table__header-cell-button:focus-visible {
65
65
  outline-color: var(--basecolors-stroke-focus-contrast);
66
66
  }
67
67
  .eds-table--sticky-header .eds-table__header-cell {
@@ -331,8 +331,15 @@
331
331
  border-color: #8284ab;
332
332
  border-color: var(--components-table-contrast-stroke);
333
333
  }
334
- .eds-table__body > .eds-table__row:focus {
334
+ .eds-table__body > .eds-table__row:focus-visible {
335
335
  outline: 2px solid #181c56;
336
+ outline-color: #181c56;
337
+ outline-color: var(--basecolors-stroke-focus-standard);
338
+ outline-offset: 0.125rem;
339
+ }
340
+ .eds-contrast .eds-table__body > .eds-table__row:focus-visible {
341
+ outline-color: #aeb7e2;
342
+ outline-color: var(--basecolors-stroke-focus-contrast);
336
343
  }
337
344
  .eds-table__body > .eds-table__row--hover:hover {
338
345
  background: #f2f5f7;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.8.27",
3
+ "version": "4.9.0-beta.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@entur/a11y": "^0.2.95",
31
- "@entur/button": "^3.2.38",
32
- "@entur/expand": "^3.5.27",
33
- "@entur/form": "^8.1.10",
31
+ "@entur/button": "^3.3.0-beta.0",
32
+ "@entur/expand": "^3.6.0-beta.0",
33
+ "@entur/form": "^8.2.0-beta.0",
34
34
  "@entur/icons": "^7.6.0",
35
- "@entur/layout": "^2.3.22",
35
+ "@entur/layout": "^2.4.0-beta.0",
36
36
  "@entur/tokens": "^3.17.5",
37
- "@entur/tooltip": "^5.1.6",
37
+ "@entur/tooltip": "^5.2.0-beta.0",
38
38
  "@entur/utils": "^0.12.2",
39
39
  "@types/lodash.get": "^4.4.6",
40
40
  "classnames": "^2.3.1",
@@ -43,5 +43,5 @@
43
43
  "devDependencies": {
44
44
  "dts-cli": "2.0.5"
45
45
  },
46
- "gitHead": "1a989376d61ab59a8c554a9cab733039aef8b2eb"
46
+ "gitHead": "6ee621529704e08c9814cda206da98c37a9f0689"
47
47
  }