@entur/form 7.0.14 → 7.0.15
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
|
@@ -376,6 +376,65 @@
|
|
|
376
376
|
}
|
|
377
377
|
/* DO NOT CHANGE!*/
|
|
378
378
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
379
|
+
.eds-feedback-text {
|
|
380
|
+
display: flex;
|
|
381
|
+
align-items: center;
|
|
382
|
+
margin-top: 0.25rem;
|
|
383
|
+
}
|
|
384
|
+
.eds-feedback-text--info {
|
|
385
|
+
padding-left: calc(1rem + 0.125rem);
|
|
386
|
+
}
|
|
387
|
+
.eds-feedback-text__text {
|
|
388
|
+
color: #181c56;
|
|
389
|
+
}
|
|
390
|
+
.eds-contrast .eds-feedback-text__text {
|
|
391
|
+
color: #ffffff;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.eds-feedback-text__icon {
|
|
395
|
+
font-size: 1.5rem;
|
|
396
|
+
min-height: 1.5rem;
|
|
397
|
+
min-width: 1.5rem;
|
|
398
|
+
padding-right: 0.5rem;
|
|
399
|
+
position: relative;
|
|
400
|
+
top: -0.1rem;
|
|
401
|
+
}
|
|
402
|
+
.eds-feedback-text__icon--success {
|
|
403
|
+
color: #1a8e60;
|
|
404
|
+
}
|
|
405
|
+
.eds-contrast .eds-feedback-text__icon--success {
|
|
406
|
+
color: #5ac39a;
|
|
407
|
+
}
|
|
408
|
+
.eds-feedback-text__icon--error {
|
|
409
|
+
color: #d31b1b;
|
|
410
|
+
}
|
|
411
|
+
.eds-contrast .eds-feedback-text__icon--error {
|
|
412
|
+
color: #ff9494;
|
|
413
|
+
}
|
|
414
|
+
.eds-feedback-text__icon--info {
|
|
415
|
+
color: #0082b9;
|
|
416
|
+
}
|
|
417
|
+
.eds-contrast .eds-feedback-text__icon--info {
|
|
418
|
+
color: #64b3e7;
|
|
419
|
+
}
|
|
420
|
+
.eds-feedback-text__icon--warning {
|
|
421
|
+
color: #ffca28;
|
|
422
|
+
}
|
|
423
|
+
.eds-feedback-text__icon--warning circle {
|
|
424
|
+
fill: #181c56;
|
|
425
|
+
}
|
|
426
|
+
.eds-contrast .eds-feedback-text__icon--warning {
|
|
427
|
+
color: #ffe082;
|
|
428
|
+
}
|
|
429
|
+
/* DO NOT CHANGE!*/
|
|
430
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
431
|
+
.eds-fieldset {
|
|
432
|
+
margin: 0;
|
|
433
|
+
padding: 0;
|
|
434
|
+
border: 0;
|
|
435
|
+
}
|
|
436
|
+
/* DO NOT CHANGE!*/
|
|
437
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
379
438
|
.eds-checkbox__container {
|
|
380
439
|
display: flex;
|
|
381
440
|
align-items: center;
|
|
@@ -538,65 +597,6 @@
|
|
|
538
597
|
}
|
|
539
598
|
/* DO NOT CHANGE!*/
|
|
540
599
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
541
|
-
.eds-fieldset {
|
|
542
|
-
margin: 0;
|
|
543
|
-
padding: 0;
|
|
544
|
-
border: 0;
|
|
545
|
-
}
|
|
546
|
-
/* DO NOT CHANGE!*/
|
|
547
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
548
|
-
.eds-feedback-text {
|
|
549
|
-
display: flex;
|
|
550
|
-
align-items: center;
|
|
551
|
-
margin-top: 0.25rem;
|
|
552
|
-
}
|
|
553
|
-
.eds-feedback-text--info {
|
|
554
|
-
padding-left: calc(1rem + 0.125rem);
|
|
555
|
-
}
|
|
556
|
-
.eds-feedback-text__text {
|
|
557
|
-
color: #181c56;
|
|
558
|
-
}
|
|
559
|
-
.eds-contrast .eds-feedback-text__text {
|
|
560
|
-
color: #ffffff;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
.eds-feedback-text__icon {
|
|
564
|
-
font-size: 1.5rem;
|
|
565
|
-
min-height: 1.5rem;
|
|
566
|
-
min-width: 1.5rem;
|
|
567
|
-
padding-right: 0.5rem;
|
|
568
|
-
position: relative;
|
|
569
|
-
top: -0.1rem;
|
|
570
|
-
}
|
|
571
|
-
.eds-feedback-text__icon--success {
|
|
572
|
-
color: #1a8e60;
|
|
573
|
-
}
|
|
574
|
-
.eds-contrast .eds-feedback-text__icon--success {
|
|
575
|
-
color: #5ac39a;
|
|
576
|
-
}
|
|
577
|
-
.eds-feedback-text__icon--error {
|
|
578
|
-
color: #d31b1b;
|
|
579
|
-
}
|
|
580
|
-
.eds-contrast .eds-feedback-text__icon--error {
|
|
581
|
-
color: #ff9494;
|
|
582
|
-
}
|
|
583
|
-
.eds-feedback-text__icon--info {
|
|
584
|
-
color: #0082b9;
|
|
585
|
-
}
|
|
586
|
-
.eds-contrast .eds-feedback-text__icon--info {
|
|
587
|
-
color: #64b3e7;
|
|
588
|
-
}
|
|
589
|
-
.eds-feedback-text__icon--warning {
|
|
590
|
-
color: #ffca28;
|
|
591
|
-
}
|
|
592
|
-
.eds-feedback-text__icon--warning circle {
|
|
593
|
-
fill: #181c56;
|
|
594
|
-
}
|
|
595
|
-
.eds-contrast .eds-feedback-text__icon--warning {
|
|
596
|
-
color: #ffe082;
|
|
597
|
-
}
|
|
598
|
-
/* DO NOT CHANGE!*/
|
|
599
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
600
600
|
.eds-form-component--radio__container {
|
|
601
601
|
display: flex;
|
|
602
602
|
justify-content: center;
|
|
@@ -685,6 +685,13 @@
|
|
|
685
685
|
}
|
|
686
686
|
/* DO NOT CHANGE!*/
|
|
687
687
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
688
|
+
textarea.eds-form-control.eds-textarea {
|
|
689
|
+
min-height: 7.75rem;
|
|
690
|
+
resize: vertical;
|
|
691
|
+
line-height: 1.5rem;
|
|
692
|
+
}
|
|
693
|
+
/* DO NOT CHANGE!*/
|
|
694
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
688
695
|
.eds-switch {
|
|
689
696
|
cursor: pointer;
|
|
690
697
|
-webkit-user-select: none;
|
|
@@ -804,13 +811,6 @@
|
|
|
804
811
|
}
|
|
805
812
|
/* DO NOT CHANGE!*/
|
|
806
813
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
807
|
-
textarea.eds-form-control.eds-textarea {
|
|
808
|
-
min-height: 7.75rem;
|
|
809
|
-
resize: vertical;
|
|
810
|
-
line-height: 1.5rem;
|
|
811
|
-
}
|
|
812
|
-
/* DO NOT CHANGE!*/
|
|
813
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
814
814
|
.eds-textfield__clear-button {
|
|
815
815
|
background: none;
|
|
816
816
|
border: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/form",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.15",
|
|
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.4.
|
|
30
|
+
"@entur/icons": "^6.4.2",
|
|
31
31
|
"@entur/tokens": "^3.10.0",
|
|
32
|
-
"@entur/tooltip": "^2.6.
|
|
33
|
-
"@entur/typography": "^1.8.
|
|
32
|
+
"@entur/tooltip": "^2.6.25",
|
|
33
|
+
"@entur/typography": "^1.8.6",
|
|
34
34
|
"@entur/utils": "^0.9.3",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "5fcad4b449082b80b796ab52e68f178977f2eba7"
|
|
38
38
|
}
|