@entur/table 4.8.26-RC.0 → 4.8.26

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 +11 -0
  2. 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.26-RC.0",
3
+ "version": "4.8.26",
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.94-RC.0",
31
- "@entur/button": "^3.2.37-RC.0",
32
- "@entur/expand": "^3.5.26-RC.0",
33
- "@entur/form": "^8.1.9-RC.0",
34
- "@entur/icons": "^7.5.1-RC.0",
35
- "@entur/layout": "^2.3.21-RC.0",
36
- "@entur/tokens": "^3.17.4-RC.0",
37
- "@entur/tooltip": "^5.1.5-RC.0",
38
- "@entur/utils": "^0.12.2-RC.0",
30
+ "@entur/a11y": "^0.2.94",
31
+ "@entur/button": "^3.2.37",
32
+ "@entur/expand": "^3.5.26",
33
+ "@entur/form": "^8.1.9",
34
+ "@entur/icons": "^7.5.1",
35
+ "@entur/layout": "^2.3.21",
36
+ "@entur/tokens": "^3.17.4",
37
+ "@entur/tooltip": "^5.1.5",
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": "d7913682a41ade219cbd4dfc6e45060152c7fa0a"
46
+ "gitHead": "835e1335b390f48b80379ae6c473ac89041a392a"
47
47
  }