@entur/form 7.0.23 → 7.0.24
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 +66 -66
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -240,10 +240,57 @@
|
|
|
240
240
|
.eds-form-control__append {
|
|
241
241
|
margin-left: 0;
|
|
242
242
|
}
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
243
|
+
/* DO NOT CHANGE!*/
|
|
244
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
245
|
+
.eds-feedback-text {
|
|
246
|
+
display: flex;
|
|
247
|
+
align-items: center;
|
|
248
|
+
margin-top: 0.25rem;
|
|
249
|
+
}
|
|
250
|
+
.eds-feedback-text--info {
|
|
251
|
+
padding-left: calc(1rem + 0.125rem);
|
|
252
|
+
}
|
|
253
|
+
.eds-feedback-text__text {
|
|
254
|
+
color: #181c56;
|
|
255
|
+
}
|
|
256
|
+
.eds-contrast .eds-feedback-text__text {
|
|
257
|
+
color: #ffffff;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.eds-feedback-text__icon {
|
|
261
|
+
font-size: 1.5rem;
|
|
262
|
+
min-height: 1.5rem;
|
|
263
|
+
min-width: 1.5rem;
|
|
264
|
+
padding-right: 0.5rem;
|
|
265
|
+
position: relative;
|
|
266
|
+
top: -0.1rem;
|
|
267
|
+
}
|
|
268
|
+
.eds-feedback-text__icon--success {
|
|
269
|
+
color: #1a8e60;
|
|
270
|
+
}
|
|
271
|
+
.eds-contrast .eds-feedback-text__icon--success {
|
|
272
|
+
color: #5ac39a;
|
|
273
|
+
}
|
|
274
|
+
.eds-feedback-text__icon--error {
|
|
275
|
+
color: #d31b1b;
|
|
276
|
+
}
|
|
277
|
+
.eds-contrast .eds-feedback-text__icon--error {
|
|
278
|
+
color: #ff9494;
|
|
279
|
+
}
|
|
280
|
+
.eds-feedback-text__icon--info {
|
|
281
|
+
color: #0082b9;
|
|
282
|
+
}
|
|
283
|
+
.eds-contrast .eds-feedback-text__icon--info {
|
|
284
|
+
color: #64b3e7;
|
|
285
|
+
}
|
|
286
|
+
.eds-feedback-text__icon--warning {
|
|
287
|
+
color: #ffca28;
|
|
288
|
+
}
|
|
289
|
+
.eds-feedback-text__icon--warning circle {
|
|
290
|
+
fill: #181c56;
|
|
291
|
+
}
|
|
292
|
+
.eds-contrast .eds-feedback-text__icon--warning {
|
|
293
|
+
color: #ffe082;
|
|
247
294
|
}
|
|
248
295
|
/* DO NOT CHANGE!*/
|
|
249
296
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
@@ -407,57 +454,10 @@
|
|
|
407
454
|
stroke-dashoffset: 0;
|
|
408
455
|
}
|
|
409
456
|
}
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
align-items: center;
|
|
415
|
-
margin-top: 0.25rem;
|
|
416
|
-
}
|
|
417
|
-
.eds-feedback-text--info {
|
|
418
|
-
padding-left: calc(1rem + 0.125rem);
|
|
419
|
-
}
|
|
420
|
-
.eds-feedback-text__text {
|
|
421
|
-
color: #181c56;
|
|
422
|
-
}
|
|
423
|
-
.eds-contrast .eds-feedback-text__text {
|
|
424
|
-
color: #ffffff;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
.eds-feedback-text__icon {
|
|
428
|
-
font-size: 1.5rem;
|
|
429
|
-
min-height: 1.5rem;
|
|
430
|
-
min-width: 1.5rem;
|
|
431
|
-
padding-right: 0.5rem;
|
|
432
|
-
position: relative;
|
|
433
|
-
top: -0.1rem;
|
|
434
|
-
}
|
|
435
|
-
.eds-feedback-text__icon--success {
|
|
436
|
-
color: #1a8e60;
|
|
437
|
-
}
|
|
438
|
-
.eds-contrast .eds-feedback-text__icon--success {
|
|
439
|
-
color: #5ac39a;
|
|
440
|
-
}
|
|
441
|
-
.eds-feedback-text__icon--error {
|
|
442
|
-
color: #d31b1b;
|
|
443
|
-
}
|
|
444
|
-
.eds-contrast .eds-feedback-text__icon--error {
|
|
445
|
-
color: #ff9494;
|
|
446
|
-
}
|
|
447
|
-
.eds-feedback-text__icon--info {
|
|
448
|
-
color: #0082b9;
|
|
449
|
-
}
|
|
450
|
-
.eds-contrast .eds-feedback-text__icon--info {
|
|
451
|
-
color: #64b3e7;
|
|
452
|
-
}
|
|
453
|
-
.eds-feedback-text__icon--warning {
|
|
454
|
-
color: #ffca28;
|
|
455
|
-
}
|
|
456
|
-
.eds-feedback-text__icon--warning circle {
|
|
457
|
-
fill: #181c56;
|
|
458
|
-
}
|
|
459
|
-
.eds-contrast .eds-feedback-text__icon--warning {
|
|
460
|
-
color: #ffe082;
|
|
457
|
+
.eds-fieldset {
|
|
458
|
+
margin: 0;
|
|
459
|
+
padding: 0;
|
|
460
|
+
border: 0;
|
|
461
461
|
}
|
|
462
462
|
/* DO NOT CHANGE!*/
|
|
463
463
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
@@ -1008,17 +1008,6 @@ textarea.eds-form-control.eds-textarea {
|
|
|
1008
1008
|
}
|
|
1009
1009
|
/* DO NOT CHANGE!*/
|
|
1010
1010
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1011
|
-
.eds-segmented-control {
|
|
1012
|
-
margin-top: 0.25rem;
|
|
1013
|
-
display: flex;
|
|
1014
|
-
background: #d1d4e3;
|
|
1015
|
-
border-radius: 0.5rem;
|
|
1016
|
-
}
|
|
1017
|
-
.eds-contrast .eds-segmented-control {
|
|
1018
|
-
background: #393d79;
|
|
1019
|
-
}
|
|
1020
|
-
/* DO NOT CHANGE!*/
|
|
1021
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1022
1011
|
.eds-segmented-choice {
|
|
1023
1012
|
display: block;
|
|
1024
1013
|
flex: 1 1 0px;
|
|
@@ -1088,6 +1077,17 @@ textarea.eds-form-control.eds-textarea {
|
|
|
1088
1077
|
.eds-contrast .eds-segmented-choice input:focus:checked + .eds-base-segmented {
|
|
1089
1078
|
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;
|
|
1090
1079
|
}
|
|
1080
|
+
/* DO NOT CHANGE!*/
|
|
1081
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1082
|
+
.eds-segmented-control {
|
|
1083
|
+
margin-top: 0.25rem;
|
|
1084
|
+
display: flex;
|
|
1085
|
+
background: #d1d4e3;
|
|
1086
|
+
border-radius: 0.5rem;
|
|
1087
|
+
}
|
|
1088
|
+
.eds-contrast .eds-segmented-control {
|
|
1089
|
+
background: #393d79;
|
|
1090
|
+
}
|
|
1091
1091
|
:root {
|
|
1092
1092
|
--eds-form: 1;
|
|
1093
1093
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/form",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.24",
|
|
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.11.
|
|
30
|
+
"@entur/icons": "^6.11.1",
|
|
31
31
|
"@entur/tokens": "^3.10.0",
|
|
32
|
-
"@entur/tooltip": "^2.6.
|
|
33
|
-
"@entur/typography": "^1.8.
|
|
32
|
+
"@entur/tooltip": "^2.6.33",
|
|
33
|
+
"@entur/typography": "^1.8.14",
|
|
34
34
|
"@entur/utils": "^0.9.5",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "bfcfe0c1a78ad15d2e1a3fffe235ec21f02bae17"
|
|
38
38
|
}
|