@entur/table 4.6.23 → 4.6.24
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 +3 -1
- 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
|
|
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.
|
|
3
|
+
"version": "4.6.24",
|
|
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.
|
|
32
|
-
"@entur/expand": "^3.4.
|
|
33
|
-
"@entur/form": "^7.0.
|
|
34
|
-
"@entur/icons": "^6.
|
|
31
|
+
"@entur/button": "^3.1.7",
|
|
32
|
+
"@entur/expand": "^3.4.14",
|
|
33
|
+
"@entur/form": "^7.0.23",
|
|
34
|
+
"@entur/icons": "^6.11.0",
|
|
35
35
|
"@entur/tokens": "^3.10.0",
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
36
|
+
"@entur/tooltip": "^2.6.32",
|
|
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": "
|
|
42
|
+
"gitHead": "d1d2a7c625523120a8b4a7fca83794fd827104a4"
|
|
43
43
|
}
|