@entur/table 4.6.23 → 4.6.25

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 +3 -1
  2. package/package.json +7 -7
package/dist/styles.css CHANGED
@@ -304,9 +304,11 @@
304
304
  .eds-contrast .eds-table__head {
305
305
  border-color: #393d79;
306
306
  }
307
- .eds-table--sticky-header--active .eds-table__head {
307
+ .eds-table--sticky-header .eds-table__head {
308
308
  position: sticky;
309
309
  top: 0;
310
+ }
311
+ .eds-table--sticky-header--active .eds-table__head {
310
312
  box-shadow: 0px 10px 8px -10px rgba(0, 0, 0, 0.15);
311
313
  border-bottom: none;
312
314
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.6.23",
3
+ "version": "4.6.25",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -28,16 +28,16 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@entur/a11y": "^0.2.70",
31
- "@entur/button": "^3.1.6",
32
- "@entur/expand": "^3.4.13",
33
- "@entur/form": "^7.0.22",
34
- "@entur/icons": "^6.10.0",
31
+ "@entur/button": "^3.1.8",
32
+ "@entur/expand": "^3.4.15",
33
+ "@entur/form": "^7.0.24",
34
+ "@entur/icons": "^6.11.1",
35
35
  "@entur/tokens": "^3.10.0",
36
- "@entur/tooltip": "^2.6.31",
36
+ "@entur/tooltip": "^2.6.33",
37
37
  "@entur/utils": "^0.9.5",
38
38
  "@types/lodash.get": "^4.4.6",
39
39
  "classnames": "^2.3.1",
40
40
  "lodash.get": "^4.4.2"
41
41
  },
42
- "gitHead": "9e97f6db17e2ad5096603ba20d568601059ca53e"
42
+ "gitHead": "bfcfe0c1a78ad15d2e1a3fffe235ec21f02bae17"
43
43
  }