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