@entur/form 5.3.1 → 5.3.2
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/CHANGELOG.md +4 -0
- package/dist/styles.css +6 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/form@5.3.1...@entur/form@5.3.2) (2022-04-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/form
|
|
9
|
+
|
|
6
10
|
## [5.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/form@5.3.0...@entur/form@5.3.1) (2022-04-19)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @entur/form
|
package/dist/styles.css
CHANGED
|
@@ -668,12 +668,6 @@
|
|
|
668
668
|
margin-left: 0;
|
|
669
669
|
}/* DO NOT CHANGE!*/
|
|
670
670
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
671
|
-
textarea.eds-form-control.eds-textarea {
|
|
672
|
-
min-height: 7.75rem;
|
|
673
|
-
resize: vertical;
|
|
674
|
-
line-height: 1.5rem;
|
|
675
|
-
}/* DO NOT CHANGE!*/
|
|
676
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
677
671
|
.eds-radio-panel__wrapper[focus-within] .eds-radio-panel__container {
|
|
678
672
|
border-color: #181c56;
|
|
679
673
|
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
@@ -816,6 +810,12 @@ textarea.eds-form-control.eds-textarea {
|
|
|
816
810
|
stroke-width: 0.375rem;
|
|
817
811
|
}/* DO NOT CHANGE!*/
|
|
818
812
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
813
|
+
textarea.eds-form-control.eds-textarea {
|
|
814
|
+
min-height: 7.75rem;
|
|
815
|
+
resize: vertical;
|
|
816
|
+
line-height: 1.5rem;
|
|
817
|
+
}/* DO NOT CHANGE!*/
|
|
818
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
819
819
|
.eds-textfield__clear-button {
|
|
820
820
|
background: none;
|
|
821
821
|
border: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/form",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
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": "^4.
|
|
30
|
+
"@entur/icons": "^4.1.0",
|
|
31
31
|
"@entur/tokens": "^3.3.1",
|
|
32
|
-
"@entur/tooltip": "^2.5.
|
|
32
|
+
"@entur/tooltip": "^2.5.5",
|
|
33
33
|
"@entur/typography": "^1.6.11",
|
|
34
34
|
"@entur/utils": "^0.4.3",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "c10b4f0f9ecda0126bc916b80ca694cf8d58e399"
|
|
38
38
|
}
|