@entur/table 4.10.14 → 4.10.16
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 -3
- package/package.json +11 -11
package/dist/styles.css
CHANGED
|
@@ -272,9 +272,9 @@
|
|
|
272
272
|
z-index:2;
|
|
273
273
|
}
|
|
274
274
|
.eds-table--sticky-header--active .eds-table__head{
|
|
275
|
-
-webkit-box-shadow:
|
|
276
|
-
-moz-box-shadow:
|
|
277
|
-
box-shadow:
|
|
275
|
+
-webkit-box-shadow:0 10px 8px -10px rgba(0, 0, 0, 0.15);
|
|
276
|
+
-moz-box-shadow:0 10px 8px -10px rgba(0, 0, 0, 0.15);
|
|
277
|
+
box-shadow:0 10px 8px -10px rgba(0, 0, 0, 0.15);
|
|
278
278
|
border-bottom:none;
|
|
279
279
|
}.eds-table__header-cell{
|
|
280
280
|
color:var(--components-table-standard-text);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/table",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.16",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/table.cjs.js",
|
|
6
6
|
"module": "dist/table.esm.js",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"react-dom": ">=16.8.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@entur/a11y": "^0.2.
|
|
30
|
-
"@entur/button": "^4.0.
|
|
31
|
-
"@entur/expand": "^3.7.
|
|
32
|
-
"@entur/form": "^9.3.
|
|
33
|
-
"@entur/icons": "^9.0.
|
|
34
|
-
"@entur/layout": "^3.7.
|
|
35
|
-
"@entur/tokens": "^3.
|
|
36
|
-
"@entur/tooltip": "^5.3.
|
|
37
|
-
"@entur/utils": "^0.13.
|
|
29
|
+
"@entur/a11y": "^0.2.113",
|
|
30
|
+
"@entur/button": "^4.0.11",
|
|
31
|
+
"@entur/expand": "^3.7.12",
|
|
32
|
+
"@entur/form": "^9.3.8",
|
|
33
|
+
"@entur/icons": "^9.0.4",
|
|
34
|
+
"@entur/layout": "^3.7.5",
|
|
35
|
+
"@entur/tokens": "^3.24.0",
|
|
36
|
+
"@entur/tooltip": "^5.3.16",
|
|
37
|
+
"@entur/utils": "^0.13.6",
|
|
38
38
|
"classnames": "^2.5.1",
|
|
39
39
|
"lodash.get": "^4.4.2"
|
|
40
40
|
},
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"vite": "^7.3.2",
|
|
52
52
|
"vite-plugin-dts": "^4.5.4"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "801efcdaddd24c63ea7b9198ffe8902cac9477ab"
|
|
55
55
|
}
|