@entur/chip 0.6.68 → 0.6.69
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
|
@@ -602,6 +602,13 @@
|
|
|
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
|
+
}
|
|
605
612
|
@import "~@entur/tokens/dist/primitive.css";
|
|
606
613
|
@import "~@entur/tokens/dist/semantic.css";
|
|
607
614
|
/* DO NOT CHANGE!*/
|
|
@@ -925,10 +932,3 @@
|
|
|
925
932
|
:root {
|
|
926
933
|
--eds-chip: 1;
|
|
927
934
|
}
|
|
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.
|
|
3
|
+
"version": "0.6.69",
|
|
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.
|
|
30
|
+
"@entur/form": "^7.0.41",
|
|
31
31
|
"@entur/icons": "^6.15.2",
|
|
32
|
-
"@entur/loader": "^0.4.
|
|
32
|
+
"@entur/loader": "^0.4.57",
|
|
33
33
|
"@entur/tokens": "^3.13.1",
|
|
34
34
|
"@entur/utils": "^0.10.0",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "c36e1121738a702fe5ed92cd3f26636d7a4ef026"
|
|
38
38
|
}
|