@entur/chip 0.9.1-beta.6 → 0.9.1-beta.7
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.
- package/dist/styles.css +7 -7
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -510,13 +510,6 @@
|
|
|
510
510
|
}
|
|
511
511
|
/* DO NOT CHANGE!*/
|
|
512
512
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
513
|
-
:where(.eds-choice-chips-group) {
|
|
514
|
-
display: flex;
|
|
515
|
-
row-gap: 0.5rem;
|
|
516
|
-
flex-wrap: wrap;
|
|
517
|
-
}
|
|
518
|
-
/* DO NOT CHANGE!*/
|
|
519
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
520
513
|
/* DO NOT CHANGE!*/
|
|
521
514
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
522
515
|
/* DO NOT CHANGE!*/
|
|
@@ -712,3 +705,10 @@
|
|
|
712
705
|
:root {
|
|
713
706
|
--eds-chip: 1;
|
|
714
707
|
}
|
|
708
|
+
/* DO NOT CHANGE!*/
|
|
709
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
710
|
+
:where(.eds-choice-chips-group) {
|
|
711
|
+
display: flex;
|
|
712
|
+
row-gap: 0.5rem;
|
|
713
|
+
flex-wrap: wrap;
|
|
714
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/chip",
|
|
3
|
-
"version": "0.9.1-beta.
|
|
3
|
+
"version": "0.9.1-beta.7",
|
|
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.3.2-beta.
|
|
30
|
+
"@entur/form": "^8.3.2-beta.7",
|
|
31
31
|
"@entur/icons": "^8.0.0",
|
|
32
|
-
"@entur/loader": "^0.5.30-beta.
|
|
32
|
+
"@entur/loader": "^0.5.30-beta.7",
|
|
33
33
|
"@entur/tokens": "^3.19.1",
|
|
34
34
|
"@entur/utils": "^0.12.3",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"dts-cli": "2.0.5"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "26b5f016229bb0115d5f31ce51e15eafd015a870"
|
|
41
41
|
}
|