@entur/table 4.8.26-beta.0 → 4.8.27
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 +11 -0
- package/package.json +11 -11
package/dist/styles.css
CHANGED
|
@@ -300,6 +300,7 @@
|
|
|
300
300
|
padding: 1rem 1.5rem;
|
|
301
301
|
}
|
|
302
302
|
.eds-contrast .eds-table__data-cell {
|
|
303
|
+
border-bottom-color: #8284ab;
|
|
303
304
|
border-bottom-color: var(--components-table-contrast-stroke);
|
|
304
305
|
}
|
|
305
306
|
.eds-table--middle .eds-table__data-cell {
|
|
@@ -323,36 +324,46 @@
|
|
|
323
324
|
padding: 1rem 0.75rem;
|
|
324
325
|
}
|
|
325
326
|
.eds-table__body > .eds-table__row {
|
|
327
|
+
border-bottom: 0.0625rem solid #e3e6e8;
|
|
326
328
|
border-bottom: 0.0625rem solid var(--components-table-standard-stroke);
|
|
327
329
|
}
|
|
328
330
|
.eds-contrast .eds-table__body > .eds-table__row {
|
|
331
|
+
border-color: #8284ab;
|
|
329
332
|
border-color: var(--components-table-contrast-stroke);
|
|
330
333
|
}
|
|
331
334
|
.eds-table__body > .eds-table__row:focus {
|
|
332
335
|
outline: 2px solid #181c56;
|
|
333
336
|
}
|
|
334
337
|
.eds-table__body > .eds-table__row--hover:hover {
|
|
338
|
+
background: #f2f5f7;
|
|
335
339
|
background: var(--components-table-standard-cell-fill-hover);
|
|
336
340
|
}
|
|
337
341
|
.eds-contrast .eds-table__body > .eds-table__row--hover:hover {
|
|
342
|
+
background: #393d79;
|
|
338
343
|
background: var(--components-table-contrast-cell-fill-hover);
|
|
339
344
|
}
|
|
340
345
|
.eds-table__body > .eds-table__row--active {
|
|
346
|
+
background: #f2f5f7;
|
|
341
347
|
background: var(--components-table-standard-cell-fill-hover);
|
|
342
348
|
}
|
|
343
349
|
.eds-contrast .eds-table__body > .eds-table__row--active {
|
|
350
|
+
background: #393d79;
|
|
344
351
|
background: var(--components-table-contrast-cell-fill-hover);
|
|
345
352
|
}
|
|
346
353
|
.eds-table__body > .eds-table__row--error {
|
|
354
|
+
background: #ffcece;
|
|
347
355
|
background: var(--components-table-standard-fill-negative);
|
|
348
356
|
}
|
|
349
357
|
.eds-contrast .eds-table__body > .eds-table__row--error {
|
|
358
|
+
background: rgba(255, 148, 148, 0.2);
|
|
350
359
|
background: var(--components-table-contrast-cell-fill-negative);
|
|
351
360
|
}
|
|
352
361
|
.eds-table__head {
|
|
362
|
+
border-bottom: 0.125rem solid #e3e6e8;
|
|
353
363
|
border-bottom: 0.125rem solid var(--components-table-standard-stroke);
|
|
354
364
|
}
|
|
355
365
|
.eds-contrast .eds-table__head {
|
|
366
|
+
border-color: #8284ab;
|
|
356
367
|
border-color: var(--components-table-contrast-stroke);
|
|
357
368
|
}
|
|
358
369
|
.eds-table--sticky-header .eds-table__head {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/table",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.27",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/table.esm.js",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/a11y": "^0.2.
|
|
31
|
-
"@entur/button": "^3.2.
|
|
32
|
-
"@entur/expand": "^3.5.
|
|
33
|
-
"@entur/form": "^8.1.
|
|
34
|
-
"@entur/icons": "^7.
|
|
35
|
-
"@entur/layout": "^2.3.
|
|
36
|
-
"@entur/tokens": "^3.17.
|
|
37
|
-
"@entur/tooltip": "^5.1.
|
|
38
|
-
"@entur/utils": "^0.12.2
|
|
30
|
+
"@entur/a11y": "^0.2.95",
|
|
31
|
+
"@entur/button": "^3.2.38",
|
|
32
|
+
"@entur/expand": "^3.5.27",
|
|
33
|
+
"@entur/form": "^8.1.10",
|
|
34
|
+
"@entur/icons": "^7.6.0",
|
|
35
|
+
"@entur/layout": "^2.3.22",
|
|
36
|
+
"@entur/tokens": "^3.17.5",
|
|
37
|
+
"@entur/tooltip": "^5.1.6",
|
|
38
|
+
"@entur/utils": "^0.12.2",
|
|
39
39
|
"@types/lodash.get": "^4.4.6",
|
|
40
40
|
"classnames": "^2.3.1",
|
|
41
41
|
"lodash.get": "^4.4.2"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"dts-cli": "2.0.5"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "1a989376d61ab59a8c554a9cab733039aef8b2eb"
|
|
47
47
|
}
|