@entur/table 4.6.18 → 4.6.19-beta.0

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 +3 -3
package/dist/styles.css CHANGED
@@ -186,14 +186,6 @@
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. */
197
189
  :root {
198
190
  --eds-table: 1;
199
191
  }
@@ -310,3 +302,11 @@
310
302
  box-shadow: 0px 10px 8px -10px rgba(0, 0, 0, 0.15);
311
303
  border-bottom: none;
312
304
  }
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.18",
3
+ "version": "4.6.19-beta.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -30,7 +30,7 @@
30
30
  "@entur/a11y": "^0.2.70",
31
31
  "@entur/button": "^3.1.2",
32
32
  "@entur/expand": "^3.4.9",
33
- "@entur/form": "^7.0.17",
33
+ "@entur/form": "^7.0.18-beta.0",
34
34
  "@entur/icons": "^6.5.0",
35
35
  "@entur/tokens": "^3.10.0",
36
36
  "@entur/tooltip": "^2.6.27",
@@ -39,5 +39,5 @@
39
39
  "classnames": "^2.3.1",
40
40
  "lodash.get": "^4.4.2"
41
41
  },
42
- "gitHead": "9b8d4e5d2e6f7a74256371e30ebef43e046c9338"
42
+ "gitHead": "faeadfa30668a407f4078806d12cdda42195b4b8"
43
43
  }