@entur/form 5.4.8 → 5.4.9
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 +60 -60
- 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.4.9](https://bitbucket.org/enturas/design-system/compare/@entur/form@5.4.8...@entur/form@5.4.9) (2022-10-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/form
|
|
9
|
+
|
|
6
10
|
## [5.4.8](https://bitbucket.org/enturas/design-system/compare/@entur/form@5.4.7...@entur/form@5.4.8) (2022-10-31)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @entur/form
|
package/dist/styles.css
CHANGED
|
@@ -140,6 +140,66 @@
|
|
|
140
140
|
}
|
|
141
141
|
}/* DO NOT CHANGE!*/
|
|
142
142
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
143
|
+
.eds-fieldset {
|
|
144
|
+
margin: 0;
|
|
145
|
+
padding: 0;
|
|
146
|
+
border: 0;
|
|
147
|
+
}
|
|
148
|
+
.eds-fieldset .eds-legend {
|
|
149
|
+
margin: 0 0 0.5rem;
|
|
150
|
+
}/* DO NOT CHANGE!*/
|
|
151
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
152
|
+
.eds-feedback-text {
|
|
153
|
+
display: flex;
|
|
154
|
+
align-items: center;
|
|
155
|
+
margin-top: 0.25rem;
|
|
156
|
+
}
|
|
157
|
+
.eds-feedback-text--info {
|
|
158
|
+
padding-left: calc(1rem + 0.125rem);
|
|
159
|
+
}
|
|
160
|
+
.eds-feedback-text__text {
|
|
161
|
+
color: #181c56;
|
|
162
|
+
}
|
|
163
|
+
.eds-contrast .eds-feedback-text__text {
|
|
164
|
+
color: #ffffff;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.eds-feedback-text__icon {
|
|
168
|
+
font-size: 1.5rem;
|
|
169
|
+
min-height: 1.5rem;
|
|
170
|
+
min-width: 1.5rem;
|
|
171
|
+
padding-right: 0.5rem;
|
|
172
|
+
position: relative;
|
|
173
|
+
top: -0.1rem;
|
|
174
|
+
}
|
|
175
|
+
.eds-feedback-text__icon--success {
|
|
176
|
+
color: #1a8e60;
|
|
177
|
+
}
|
|
178
|
+
.eds-contrast .eds-feedback-text__icon--success {
|
|
179
|
+
color: #5ac39a;
|
|
180
|
+
}
|
|
181
|
+
.eds-feedback-text__icon--error {
|
|
182
|
+
color: #d31b1b;
|
|
183
|
+
}
|
|
184
|
+
.eds-contrast .eds-feedback-text__icon--error {
|
|
185
|
+
color: #ff9494;
|
|
186
|
+
}
|
|
187
|
+
.eds-feedback-text__icon--info {
|
|
188
|
+
color: #0082b9;
|
|
189
|
+
}
|
|
190
|
+
.eds-contrast .eds-feedback-text__icon--info {
|
|
191
|
+
color: #64b3e7;
|
|
192
|
+
}
|
|
193
|
+
.eds-feedback-text__icon--warning {
|
|
194
|
+
color: #ffca28;
|
|
195
|
+
}
|
|
196
|
+
.eds-feedback-text__icon--warning circle {
|
|
197
|
+
fill: #181c56;
|
|
198
|
+
}
|
|
199
|
+
.eds-contrast .eds-feedback-text__icon--warning {
|
|
200
|
+
color: #ffe082;
|
|
201
|
+
}/* DO NOT CHANGE!*/
|
|
202
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
143
203
|
.eds-form-control-wrapper {
|
|
144
204
|
--border-color: #181c56;
|
|
145
205
|
--border-color-hover: #aeb7e2;
|
|
@@ -402,15 +462,6 @@ textarea.eds-form-control.eds-textarea {
|
|
|
402
462
|
line-height: 1.5rem;
|
|
403
463
|
}/* DO NOT CHANGE!*/
|
|
404
464
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
405
|
-
.eds-fieldset {
|
|
406
|
-
margin: 0;
|
|
407
|
-
padding: 0;
|
|
408
|
-
border: 0;
|
|
409
|
-
}
|
|
410
|
-
.eds-fieldset .eds-legend {
|
|
411
|
-
margin: 0 0 0.5rem;
|
|
412
|
-
}/* DO NOT CHANGE!*/
|
|
413
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
414
465
|
.eds-textfield__clear-button {
|
|
415
466
|
background: none;
|
|
416
467
|
border: none;
|
|
@@ -447,57 +498,6 @@ textarea.eds-form-control.eds-textarea {
|
|
|
447
498
|
background-color: #8285a8;
|
|
448
499
|
}/* DO NOT CHANGE!*/
|
|
449
500
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
450
|
-
.eds-feedback-text {
|
|
451
|
-
display: flex;
|
|
452
|
-
align-items: center;
|
|
453
|
-
margin-top: 0.25rem;
|
|
454
|
-
}
|
|
455
|
-
.eds-feedback-text--info {
|
|
456
|
-
padding-left: calc(1rem + 0.125rem);
|
|
457
|
-
}
|
|
458
|
-
.eds-feedback-text__text {
|
|
459
|
-
color: #181c56;
|
|
460
|
-
}
|
|
461
|
-
.eds-contrast .eds-feedback-text__text {
|
|
462
|
-
color: #ffffff;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
.eds-feedback-text__icon {
|
|
466
|
-
font-size: 1.5rem;
|
|
467
|
-
min-height: 1.5rem;
|
|
468
|
-
min-width: 1.5rem;
|
|
469
|
-
padding-right: 0.5rem;
|
|
470
|
-
position: relative;
|
|
471
|
-
top: -0.1rem;
|
|
472
|
-
}
|
|
473
|
-
.eds-feedback-text__icon--success {
|
|
474
|
-
color: #1a8e60;
|
|
475
|
-
}
|
|
476
|
-
.eds-contrast .eds-feedback-text__icon--success {
|
|
477
|
-
color: #5ac39a;
|
|
478
|
-
}
|
|
479
|
-
.eds-feedback-text__icon--error {
|
|
480
|
-
color: #d31b1b;
|
|
481
|
-
}
|
|
482
|
-
.eds-contrast .eds-feedback-text__icon--error {
|
|
483
|
-
color: #ff9494;
|
|
484
|
-
}
|
|
485
|
-
.eds-feedback-text__icon--info {
|
|
486
|
-
color: #0082b9;
|
|
487
|
-
}
|
|
488
|
-
.eds-contrast .eds-feedback-text__icon--info {
|
|
489
|
-
color: #64b3e7;
|
|
490
|
-
}
|
|
491
|
-
.eds-feedback-text__icon--warning {
|
|
492
|
-
color: #ffca28;
|
|
493
|
-
}
|
|
494
|
-
.eds-feedback-text__icon--warning circle {
|
|
495
|
-
fill: #181c56;
|
|
496
|
-
}
|
|
497
|
-
.eds-contrast .eds-feedback-text__icon--warning {
|
|
498
|
-
color: #ffe082;
|
|
499
|
-
}/* DO NOT CHANGE!*/
|
|
500
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
501
501
|
.eds-form-component--radio__container {
|
|
502
502
|
display: flex;
|
|
503
503
|
justify-content: center;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/form",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.9",
|
|
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": "^5.2.
|
|
30
|
+
"@entur/icons": "^5.2.1",
|
|
31
31
|
"@entur/tokens": "^3.4.1",
|
|
32
|
-
"@entur/tooltip": "^2.5.
|
|
32
|
+
"@entur/tooltip": "^2.5.21",
|
|
33
33
|
"@entur/typography": "^1.7.0",
|
|
34
34
|
"@entur/utils": "^0.4.5",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "09829f0914d2ee5740f584cfd2be4d9d2b5fc18a"
|
|
38
38
|
}
|