@entur/form 5.4.12 → 5.4.14
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 +46 -46
- package/package.json +8 -8
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.4.13](https://bitbucket.org/enturas/design-system/compare/@entur/form@5.4.12...@entur/form@5.4.13) (2023-01-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/form
|
|
9
|
+
|
|
6
10
|
## [5.4.12](https://bitbucket.org/enturas/design-system/compare/@entur/form@5.4.9...@entur/form@5.4.12) (2022-12-09)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @entur/form
|
package/dist/styles.css
CHANGED
|
@@ -456,40 +456,10 @@
|
|
|
456
456
|
margin-left: 0;
|
|
457
457
|
}/* DO NOT CHANGE!*/
|
|
458
458
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
459
|
-
.eds-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
color: inherit;
|
|
464
|
-
cursor: pointer;
|
|
465
|
-
display: flex;
|
|
466
|
-
font: inherit;
|
|
467
|
-
font-size: 1rem;
|
|
468
|
-
line-height: 1rem;
|
|
469
|
-
padding: 0.5rem;
|
|
470
|
-
margin-right: -0.75rem;
|
|
471
|
-
}
|
|
472
|
-
.eds-textfield__clear-button-wrapper {
|
|
473
|
-
display: flex;
|
|
474
|
-
align-items: center;
|
|
475
|
-
}
|
|
476
|
-
.eds-textfield__clear-button:hover {
|
|
477
|
-
background: #f3f3f3;
|
|
478
|
-
}
|
|
479
|
-
.eds-textfield__clear-button:focus {
|
|
480
|
-
outline: none;
|
|
481
|
-
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.eds-textfield__divider {
|
|
485
|
-
content: "";
|
|
486
|
-
display: block;
|
|
487
|
-
background-color: #e9e9e9;
|
|
488
|
-
height: 1.5rem;
|
|
489
|
-
width: 1px;
|
|
490
|
-
}
|
|
491
|
-
.eds-contrast .eds-form-control-wrapper--disabled .eds-textfield__divider {
|
|
492
|
-
background-color: #8285a8;
|
|
459
|
+
textarea.eds-form-control.eds-textarea {
|
|
460
|
+
min-height: 7.75rem;
|
|
461
|
+
resize: vertical;
|
|
462
|
+
line-height: 1.5rem;
|
|
493
463
|
}/* DO NOT CHANGE!*/
|
|
494
464
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
495
465
|
.eds-form-component--radio__container {
|
|
@@ -961,20 +931,40 @@
|
|
|
961
931
|
margin-left: 1rem;
|
|
962
932
|
}/* DO NOT CHANGE!*/
|
|
963
933
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
.eds-segmented-control {
|
|
971
|
-
margin-top: 0.25rem;
|
|
934
|
+
.eds-textfield__clear-button {
|
|
935
|
+
background: none;
|
|
936
|
+
border: none;
|
|
937
|
+
border-radius: 50%;
|
|
938
|
+
color: inherit;
|
|
939
|
+
cursor: pointer;
|
|
972
940
|
display: flex;
|
|
973
|
-
|
|
974
|
-
|
|
941
|
+
font: inherit;
|
|
942
|
+
font-size: 1rem;
|
|
943
|
+
line-height: 1rem;
|
|
944
|
+
padding: 0.5rem;
|
|
945
|
+
margin-right: -0.75rem;
|
|
975
946
|
}
|
|
976
|
-
.eds-
|
|
977
|
-
|
|
947
|
+
.eds-textfield__clear-button-wrapper {
|
|
948
|
+
display: flex;
|
|
949
|
+
align-items: center;
|
|
950
|
+
}
|
|
951
|
+
.eds-textfield__clear-button:hover {
|
|
952
|
+
background: #f3f3f3;
|
|
953
|
+
}
|
|
954
|
+
.eds-textfield__clear-button:focus {
|
|
955
|
+
outline: none;
|
|
956
|
+
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
.eds-textfield__divider {
|
|
960
|
+
content: "";
|
|
961
|
+
display: block;
|
|
962
|
+
background-color: #e9e9e9;
|
|
963
|
+
height: 1.5rem;
|
|
964
|
+
width: 1px;
|
|
965
|
+
}
|
|
966
|
+
.eds-contrast .eds-form-control-wrapper--disabled .eds-textfield__divider {
|
|
967
|
+
background-color: #8285a8;
|
|
978
968
|
}/* DO NOT CHANGE!*/
|
|
979
969
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
980
970
|
.eds-segmented-choice {
|
|
@@ -1044,4 +1034,14 @@ textarea.eds-form-control.eds-textarea {
|
|
|
1044
1034
|
}
|
|
1045
1035
|
.eds-contrast .eds-segmented-choice:hover input:checked + .eds-base-segmented {
|
|
1046
1036
|
--background-color: #d1d4e3;
|
|
1037
|
+
}/* DO NOT CHANGE!*/
|
|
1038
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1039
|
+
.eds-segmented-control {
|
|
1040
|
+
margin-top: 0.25rem;
|
|
1041
|
+
display: flex;
|
|
1042
|
+
background: #d1d4e3;
|
|
1043
|
+
border-radius: 0.25rem;
|
|
1044
|
+
}
|
|
1045
|
+
.eds-contrast .eds-segmented-control {
|
|
1046
|
+
background: #393d79;
|
|
1047
1047
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/form",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.14",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/form.esm.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"scripts": {
|
|
20
20
|
"start": "dts watch --noClean",
|
|
21
21
|
"build": "dts build",
|
|
22
|
-
"test": "dts test
|
|
22
|
+
"test": "dts test",
|
|
23
23
|
"lint": "dts lint"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/icons": "^5.4.
|
|
31
|
-
"@entur/tokens": "^3.4.
|
|
32
|
-
"@entur/tooltip": "^2.
|
|
33
|
-
"@entur/typography": "^1.7.
|
|
34
|
-
"@entur/utils": "^0.
|
|
30
|
+
"@entur/icons": "^5.4.2",
|
|
31
|
+
"@entur/tokens": "^3.4.4",
|
|
32
|
+
"@entur/tooltip": "^2.6.1",
|
|
33
|
+
"@entur/typography": "^1.7.5",
|
|
34
|
+
"@entur/utils": "^0.5.0",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "36772ae4f2d8375622acff19736c07d15435cb95"
|
|
38
38
|
}
|