@entur/travel 6.0.2 → 6.0.3

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 +3 -3
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -198,6 +198,9 @@
198
198
  }
199
199
  /* DO NOT CHANGE!*/
200
200
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
201
+ @import '~@entur/form/dist/styles.css';
202
+ /* DO NOT CHANGE!*/
203
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
201
204
  .eds-leg-bone {
202
205
  align-items: center;
203
206
  display: flex;
@@ -271,6 +274,3 @@
271
274
  mask-image: url("./pattern/wave-horizontal.svg");
272
275
  -webkit-mask-image: url("./pattern/wave-horizontal.svg");
273
276
  }
274
- /* DO NOT CHANGE!*/
275
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
276
- @import '~@entur/form/dist/styles.css';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/travel",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/travel.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^6.1.0",
30
+ "@entur/form": "^7.0.0",
31
31
  "@entur/icons": "^6.0.1",
32
- "@entur/layout": "^2.1.24",
32
+ "@entur/layout": "^2.1.25",
33
33
  "@entur/tokens": "^3.8.1",
34
- "@entur/utils": "^0.5.5",
34
+ "@entur/utils": "^0.6.0",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "2c2a0a8c94b5196ccb817debb70da641af1e1fcc"
37
+ "gitHead": "34cd9b50251daa4fed6ec367451c5403162145bc"
38
38
  }