@entur/chip 0.6.62-beta.0 → 0.6.63
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 +3 -3
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -265,6 +265,9 @@
|
|
|
265
265
|
stroke-dashoffset: 0;
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
|
+
:root {
|
|
269
|
+
--eds-chip: 1;
|
|
270
|
+
}
|
|
268
271
|
/* DO NOT CHANGE!*/
|
|
269
272
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
270
273
|
:where(.eds-choice-chips-group) {
|
|
@@ -272,6 +275,3 @@
|
|
|
272
275
|
row-gap: 0.5rem;
|
|
273
276
|
flex-wrap: wrap;
|
|
274
277
|
}
|
|
275
|
-
:root {
|
|
276
|
-
--eds-chip: 1;
|
|
277
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/chip",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.63",
|
|
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.
|
|
31
|
-
"@entur/icons": "^6.
|
|
32
|
-
"@entur/loader": "^0.4.
|
|
30
|
+
"@entur/form": "^7.0.35",
|
|
31
|
+
"@entur/icons": "^6.14.0",
|
|
32
|
+
"@entur/loader": "^0.4.53",
|
|
33
33
|
"@entur/tokens": "^3.12.0",
|
|
34
|
-
"@entur/utils": "^
|
|
34
|
+
"@entur/utils": "^0.10.0",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "883677c25c50baf66df6f90c46759d186147921c"
|
|
38
38
|
}
|