@entur/table 4.8.5 → 4.8.7

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 +8 -8
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -97,6 +97,14 @@
97
97
  }
98
98
  /* DO NOT CHANGE!*/
99
99
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
100
+ .eds-expand-row-button__icon {
101
+ transition: transform ease-in-out 0.2s;
102
+ }
103
+ .eds-expand-row-button--open .eds-expand-row-button__icon {
104
+ transform: rotate(180deg);
105
+ }
106
+ /* DO NOT CHANGE!*/
107
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
100
108
  /* DO NOT CHANGE!*/
101
109
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
102
110
  /* DO NOT CHANGE!*/
@@ -356,11 +364,3 @@
356
364
  box-shadow: 0px 10px 8px -10px rgba(0, 0, 0, 0.15);
357
365
  border-bottom: none;
358
366
  }
359
- /* DO NOT CHANGE!*/
360
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
361
- .eds-expand-row-button__icon {
362
- transition: transform ease-in-out 0.2s;
363
- }
364
- .eds-expand-row-button--open .eds-expand-row-button__icon {
365
- transform: rotate(180deg);
366
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.8.5",
3
+ "version": "4.8.7",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -27,18 +27,18 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.84",
31
- "@entur/button": "^3.2.21",
32
- "@entur/expand": "^3.5.10",
33
- "@entur/form": "^7.1.5",
34
- "@entur/icons": "^6.16.0",
35
- "@entur/layout": "^2.3.5",
36
- "@entur/tokens": "^3.14.0",
37
- "@entur/tooltip": "^2.7.5",
30
+ "@entur/a11y": "^0.2.85",
31
+ "@entur/button": "^3.2.22",
32
+ "@entur/expand": "^3.5.11",
33
+ "@entur/form": "^7.1.7",
34
+ "@entur/icons": "^6.16.1",
35
+ "@entur/layout": "^2.3.6",
36
+ "@entur/tokens": "^3.15.0",
37
+ "@entur/tooltip": "^2.7.6",
38
38
  "@entur/utils": "^0.11.1",
39
39
  "@types/lodash.get": "^4.4.6",
40
40
  "classnames": "^2.3.1",
41
41
  "lodash.get": "^4.4.2"
42
42
  },
43
- "gitHead": "5044cdb815a75fc0eff204cedd98e4d1c7d1971e"
43
+ "gitHead": "c702433653670daf832e66c5de26be359201655f"
44
44
  }