@entur/chip 0.6.69 → 0.6.70

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 +7 -7
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -602,13 +602,6 @@
602
602
  stroke-dashoffset: 0;
603
603
  }
604
604
  }
605
- /* DO NOT CHANGE!*/
606
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
607
- :where(.eds-choice-chips-group) {
608
- display: flex;
609
- row-gap: 0.5rem;
610
- flex-wrap: wrap;
611
- }
612
605
  @import "~@entur/tokens/dist/primitive.css";
613
606
  @import "~@entur/tokens/dist/semantic.css";
614
607
  /* DO NOT CHANGE!*/
@@ -932,3 +925,10 @@
932
925
  :root {
933
926
  --eds-chip: 1;
934
927
  }
928
+ /* DO NOT CHANGE!*/
929
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
930
+ :where(.eds-choice-chips-group) {
931
+ display: flex;
932
+ row-gap: 0.5rem;
933
+ flex-wrap: wrap;
934
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.6.69",
3
+ "version": "0.6.70",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/chip.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^7.0.41",
31
- "@entur/icons": "^6.15.2",
32
- "@entur/loader": "^0.4.57",
33
- "@entur/tokens": "^3.13.1",
30
+ "@entur/form": "^7.0.42",
31
+ "@entur/icons": "^6.15.3",
32
+ "@entur/loader": "^0.4.58",
33
+ "@entur/tokens": "^3.13.2",
34
34
  "@entur/utils": "^0.10.0",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "c36e1121738a702fe5ed92cd3f26636d7a4ef026"
37
+ "gitHead": "427e66ba68d33b8d1839714a48517b52afd5c2db"
38
38
  }