@entur/form 7.0.38-beta.0 → 7.0.38
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
|
@@ -1075,9 +1075,6 @@ textarea.eds-form-control.eds-textarea {
|
|
|
1075
1075
|
.eds-contrast .eds-segmented-choice input:focus:checked + .eds-base-segmented {
|
|
1076
1076
|
box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121), inset 0 0 0 0.0625rem #ffffff, inset 0 0 0 calc(0.125rem + 0.0625rem) #181c56;
|
|
1077
1077
|
}
|
|
1078
|
-
:root {
|
|
1079
|
-
--eds-form: 1;
|
|
1080
|
-
}
|
|
1081
1078
|
/* DO NOT CHANGE!*/
|
|
1082
1079
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1083
1080
|
.eds-segmented-control {
|
|
@@ -1089,3 +1086,6 @@ textarea.eds-form-control.eds-textarea {
|
|
|
1089
1086
|
.eds-contrast .eds-segmented-control {
|
|
1090
1087
|
background: #393d79;
|
|
1091
1088
|
}
|
|
1089
|
+
:root {
|
|
1090
|
+
--eds-form: 1;
|
|
1091
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/form",
|
|
3
|
-
"version": "7.0.38
|
|
3
|
+
"version": "7.0.38",
|
|
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": "^6.15.
|
|
31
|
-
"@entur/tokens": "^3.
|
|
32
|
-
"@entur/tooltip": "^2.6.47
|
|
33
|
-
"@entur/typography": "^1.8.
|
|
30
|
+
"@entur/icons": "^6.15.1",
|
|
31
|
+
"@entur/tokens": "^3.13.0",
|
|
32
|
+
"@entur/tooltip": "^2.6.47",
|
|
33
|
+
"@entur/typography": "^1.8.24",
|
|
34
34
|
"@entur/utils": "^0.10.0",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "907373a47cc81ae12be266bac1d10522033f8b49"
|
|
38
38
|
}
|