@entur/form 8.0.0 → 8.0.1
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 +5 -5
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
.eds-fieldset {
|
|
2
|
-
margin: 0;
|
|
3
|
-
padding: 0;
|
|
4
|
-
border: 0;
|
|
5
|
-
}
|
|
6
1
|
/* DO NOT CHANGE!*/
|
|
7
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
8
3
|
.eds-feedback-text {
|
|
@@ -440,6 +435,11 @@
|
|
|
440
435
|
margin-right: 0;
|
|
441
436
|
margin-left: 0.75rem;
|
|
442
437
|
}
|
|
438
|
+
.eds-fieldset {
|
|
439
|
+
margin: 0;
|
|
440
|
+
padding: 0;
|
|
441
|
+
border: 0;
|
|
442
|
+
}
|
|
443
443
|
/* DO NOT CHANGE!*/
|
|
444
444
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
445
445
|
.eds-form-component--radio__container {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/form",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/form.esm.js",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/icons": "^7.
|
|
31
|
-
"@entur/tokens": "^3.
|
|
32
|
-
"@entur/tooltip": "^3.0.
|
|
33
|
-
"@entur/typography": "^1.8.
|
|
30
|
+
"@entur/icons": "^7.1.0",
|
|
31
|
+
"@entur/tokens": "^3.16.0",
|
|
32
|
+
"@entur/tooltip": "^3.0.1",
|
|
33
|
+
"@entur/typography": "^1.8.42",
|
|
34
34
|
"@entur/utils": "^0.11.1",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "0003528fef45ca9117e13c3282804da3f0cdea2f"
|
|
38
38
|
}
|