@entur/chip 0.7.18-beta.0 → 0.7.18-beta.1

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 +5 -5
package/dist/styles.css CHANGED
@@ -499,13 +499,6 @@
499
499
  }
500
500
  /* DO NOT CHANGE!*/
501
501
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
502
- :where(.eds-choice-chips-group) {
503
- display: flex;
504
- row-gap: 0.5rem;
505
- flex-wrap: wrap;
506
- }
507
- /* DO NOT CHANGE!*/
508
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
509
502
  /* DO NOT CHANGE!*/
510
503
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
511
504
  /* DO NOT CHANGE!*/
@@ -699,3 +692,10 @@
699
692
  :root {
700
693
  --eds-chip: 1;
701
694
  }
695
+ /* DO NOT CHANGE!*/
696
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
697
+ :where(.eds-choice-chips-group) {
698
+ display: flex;
699
+ row-gap: 0.5rem;
700
+ flex-wrap: wrap;
701
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.7.18-beta.0",
3
+ "version": "0.7.18-beta.1",
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": "^8.1.0-beta.0",
30
+ "@entur/form": "^8.1.0-beta.1",
31
31
  "@entur/icons": "^7.2.0",
32
- "@entur/loader": "^0.5.8",
32
+ "@entur/loader": "^0.5.9-beta.0",
33
33
  "@entur/tokens": "^3.17.0",
34
- "@entur/utils": "^0.11.1",
34
+ "@entur/utils": "^0.11.2-beta.0",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "cf307ea5b19e314649370964a7368666df04305b"
37
+ "gitHead": "bf6f8921dac8b869172f77ab6da76401e40bbc9b"
38
38
  }