@entur/chip 0.8.0 → 0.8.1-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 +7 -7
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -507,6 +507,13 @@
507
507
  }
508
508
  /* DO NOT CHANGE!*/
509
509
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
510
+ :where(.eds-choice-chips-group) {
511
+ display: flex;
512
+ row-gap: 0.5rem;
513
+ flex-wrap: wrap;
514
+ }
515
+ /* DO NOT CHANGE!*/
516
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
510
517
  /* DO NOT CHANGE!*/
511
518
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
512
519
  /* DO NOT CHANGE!*/
@@ -700,10 +707,3 @@
700
707
  :root {
701
708
  --eds-chip: 1;
702
709
  }
703
- /* DO NOT CHANGE!*/
704
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
705
- :where(.eds-choice-chips-group) {
706
- display: flex;
707
- row-gap: 0.5rem;
708
- flex-wrap: wrap;
709
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.8.0",
3
+ "version": "0.8.1-beta.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/chip.esm.js",
@@ -27,9 +27,9 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^8.2.0",
31
- "@entur/icons": "^7.6.0",
32
- "@entur/loader": "^0.5.17",
30
+ "@entur/form": "^8.2.1-beta.0",
31
+ "@entur/icons": "^7.7.0-beta.0",
32
+ "@entur/loader": "^0.5.18-beta.0",
33
33
  "@entur/tokens": "^3.17.5",
34
34
  "@entur/utils": "^0.12.2",
35
35
  "classnames": "^2.3.1"
@@ -37,5 +37,5 @@
37
37
  "devDependencies": {
38
38
  "dts-cli": "2.0.5"
39
39
  },
40
- "gitHead": "2a0e12f4ccbc65c2c8a115690b4895ff01ee7f06"
40
+ "gitHead": "e65150a6a9f9e2beb4a8bbecc06b9237119fe55e"
41
41
  }