@entur/chip 0.7.26-alpha.0 → 0.7.26
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
|
@@ -499,6 +499,13 @@
|
|
|
499
499
|
}
|
|
500
500
|
/* DO NOT CHANGE!*/
|
|
501
501
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
502
|
+
:where(.eds-choice-chips-group) {
|
|
503
|
+
display: flex;
|
|
504
|
+
row-gap: 0.5rem;
|
|
505
|
+
flex-wrap: wrap;
|
|
506
|
+
}
|
|
507
|
+
/* DO NOT CHANGE!*/
|
|
508
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
502
509
|
/* DO NOT CHANGE!*/
|
|
503
510
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
504
511
|
/* DO NOT CHANGE!*/
|
|
@@ -692,10 +699,3 @@
|
|
|
692
699
|
:root {
|
|
693
700
|
--eds-chip: 1;
|
|
694
701
|
}
|
|
695
|
-
/* DO NOT CHANGE!*/
|
|
696
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
697
|
-
:where(.eds-choice-chips-group) {
|
|
698
|
-
display: flex;
|
|
699
|
-
row-gap: 0.5rem;
|
|
700
|
-
flex-wrap: wrap;
|
|
701
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/chip",
|
|
3
|
-
"version": "0.7.26
|
|
3
|
+
"version": "0.7.26",
|
|
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": "^8.1.8
|
|
30
|
+
"@entur/form": "^8.1.8",
|
|
31
31
|
"@entur/icons": "^7.5.0",
|
|
32
|
-
"@entur/loader": "^0.5.
|
|
32
|
+
"@entur/loader": "^0.5.14",
|
|
33
33
|
"@entur/tokens": "^3.17.3",
|
|
34
|
-
"@entur/utils": "^
|
|
34
|
+
"@entur/utils": "^0.12.1",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "5c9836f2bcab799e31cc52b6fe72c6e198947a71"
|
|
38
38
|
}
|