@entur/chip 0.9.1-beta.4 → 0.9.1-beta.6
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,6 +510,13 @@
|
|
|
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. */
|
|
513
520
|
/* DO NOT CHANGE!*/
|
|
514
521
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
515
522
|
/* DO NOT CHANGE!*/
|
|
@@ -705,10 +712,3 @@
|
|
|
705
712
|
:root {
|
|
706
713
|
--eds-chip: 1;
|
|
707
714
|
}
|
|
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.6",
|
|
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.6",
|
|
31
31
|
"@entur/icons": "^8.0.0",
|
|
32
|
-
"@entur/loader": "^0.5.30-beta.
|
|
32
|
+
"@entur/loader": "^0.5.30-beta.6",
|
|
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": "42c5a2e7657f2b5ca17328fcf55873b19e23f94a"
|
|
41
41
|
}
|