@entur/table 4.6.19-beta.0 → 4.6.21

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 +7 -7
package/dist/styles.css CHANGED
@@ -186,6 +186,14 @@
186
186
  }
187
187
  /* DO NOT CHANGE!*/
188
188
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
189
+ .eds-expand-row-button__icon {
190
+ transition: transform ease-in-out 0.2s;
191
+ }
192
+ .eds-expand-row-button--open .eds-expand-row-button__icon {
193
+ transform: rotate(180deg);
194
+ }
195
+ /* DO NOT CHANGE!*/
196
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
189
197
  :root {
190
198
  --eds-table: 1;
191
199
  }
@@ -302,11 +310,3 @@
302
310
  box-shadow: 0px 10px 8px -10px rgba(0, 0, 0, 0.15);
303
311
  border-bottom: none;
304
312
  }
305
- /* DO NOT CHANGE!*/
306
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
307
- .eds-expand-row-button__icon {
308
- transition: transform ease-in-out 0.2s;
309
- }
310
- .eds-expand-row-button--open .eds-expand-row-button__icon {
311
- transform: rotate(180deg);
312
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.6.19-beta.0",
3
+ "version": "4.6.21",
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.2",
32
- "@entur/expand": "^3.4.9",
33
- "@entur/form": "^7.0.18-beta.0",
34
- "@entur/icons": "^6.5.0",
31
+ "@entur/button": "^3.1.4",
32
+ "@entur/expand": "^3.4.11",
33
+ "@entur/form": "^7.0.20",
34
+ "@entur/icons": "^6.8.0",
35
35
  "@entur/tokens": "^3.10.0",
36
- "@entur/tooltip": "^2.6.27",
36
+ "@entur/tooltip": "^2.6.29",
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": "faeadfa30668a407f4078806d12cdda42195b4b8"
42
+ "gitHead": "9e5cbcf10c3e18dff42f0afb3b4cb40df557c14c"
43
43
  }