@entur/chip 0.8.10 → 0.8.11
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 +5 -5
package/dist/styles.css
CHANGED
|
@@ -509,13 +509,6 @@
|
|
|
509
509
|
}
|
|
510
510
|
/* DO NOT CHANGE!*/
|
|
511
511
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
512
|
-
:where(.eds-choice-chips-group) {
|
|
513
|
-
display: flex;
|
|
514
|
-
row-gap: 0.5rem;
|
|
515
|
-
flex-wrap: wrap;
|
|
516
|
-
}
|
|
517
|
-
/* DO NOT CHANGE!*/
|
|
518
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
519
512
|
/* DO NOT CHANGE!*/
|
|
520
513
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
521
514
|
/* DO NOT CHANGE!*/
|
|
@@ -711,3 +704,10 @@
|
|
|
711
704
|
:root {
|
|
712
705
|
--eds-chip: 1;
|
|
713
706
|
}
|
|
707
|
+
/* DO NOT CHANGE!*/
|
|
708
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
709
|
+
:where(.eds-choice-chips-group) {
|
|
710
|
+
display: flex;
|
|
711
|
+
row-gap: 0.5rem;
|
|
712
|
+
flex-wrap: wrap;
|
|
713
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/chip",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.11",
|
|
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.
|
|
31
|
-
"@entur/icons": "^7.
|
|
32
|
-
"@entur/loader": "^0.5.
|
|
30
|
+
"@entur/form": "^8.2.11",
|
|
31
|
+
"@entur/icons": "^7.14.0",
|
|
32
|
+
"@entur/loader": "^0.5.28",
|
|
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": "c029bee6d513246d1576ab72b62c410a1afdebd4"
|
|
41
41
|
}
|