@entur/form 7.0.5 → 7.0.6
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 +77 -77
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -3,6 +3,58 @@
|
|
|
3
3
|
}
|
|
4
4
|
/* DO NOT CHANGE!*/
|
|
5
5
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
6
|
+
.eds-feedback-text {
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
margin-top: 0.25rem;
|
|
10
|
+
}
|
|
11
|
+
.eds-feedback-text--info {
|
|
12
|
+
padding-left: calc(1rem + 0.125rem);
|
|
13
|
+
}
|
|
14
|
+
.eds-feedback-text__text {
|
|
15
|
+
color: #181c56;
|
|
16
|
+
}
|
|
17
|
+
.eds-contrast .eds-feedback-text__text {
|
|
18
|
+
color: #ffffff;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.eds-feedback-text__icon {
|
|
22
|
+
font-size: 1.5rem;
|
|
23
|
+
min-height: 1.5rem;
|
|
24
|
+
min-width: 1.5rem;
|
|
25
|
+
padding-right: 0.5rem;
|
|
26
|
+
position: relative;
|
|
27
|
+
top: -0.1rem;
|
|
28
|
+
}
|
|
29
|
+
.eds-feedback-text__icon--success {
|
|
30
|
+
color: #1a8e60;
|
|
31
|
+
}
|
|
32
|
+
.eds-contrast .eds-feedback-text__icon--success {
|
|
33
|
+
color: #5ac39a;
|
|
34
|
+
}
|
|
35
|
+
.eds-feedback-text__icon--error {
|
|
36
|
+
color: #d31b1b;
|
|
37
|
+
}
|
|
38
|
+
.eds-contrast .eds-feedback-text__icon--error {
|
|
39
|
+
color: #ff9494;
|
|
40
|
+
}
|
|
41
|
+
.eds-feedback-text__icon--info {
|
|
42
|
+
color: #0082b9;
|
|
43
|
+
}
|
|
44
|
+
.eds-contrast .eds-feedback-text__icon--info {
|
|
45
|
+
color: #64b3e7;
|
|
46
|
+
}
|
|
47
|
+
.eds-feedback-text__icon--warning {
|
|
48
|
+
color: #ffca28;
|
|
49
|
+
}
|
|
50
|
+
.eds-feedback-text__icon--warning circle {
|
|
51
|
+
fill: #181c56;
|
|
52
|
+
}
|
|
53
|
+
.eds-contrast .eds-feedback-text__icon--warning {
|
|
54
|
+
color: #ffe082;
|
|
55
|
+
}
|
|
56
|
+
/* DO NOT CHANGE!*/
|
|
57
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
6
58
|
.eds-form-control-wrapper {
|
|
7
59
|
--border-color: #181c56;
|
|
8
60
|
--border-color-hover: #aeb7e2;
|
|
@@ -246,6 +298,13 @@
|
|
|
246
298
|
}
|
|
247
299
|
/* DO NOT CHANGE!*/
|
|
248
300
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
301
|
+
.eds-fieldset {
|
|
302
|
+
margin: 0;
|
|
303
|
+
padding: 0;
|
|
304
|
+
border: 0;
|
|
305
|
+
}
|
|
306
|
+
/* DO NOT CHANGE!*/
|
|
307
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
249
308
|
.eds-checkbox__container {
|
|
250
309
|
display: flex;
|
|
251
310
|
align-items: center;
|
|
@@ -542,65 +601,6 @@
|
|
|
542
601
|
}
|
|
543
602
|
/* DO NOT CHANGE!*/
|
|
544
603
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
545
|
-
.eds-feedback-text {
|
|
546
|
-
display: flex;
|
|
547
|
-
align-items: center;
|
|
548
|
-
margin-top: 0.25rem;
|
|
549
|
-
}
|
|
550
|
-
.eds-feedback-text--info {
|
|
551
|
-
padding-left: calc(1rem + 0.125rem);
|
|
552
|
-
}
|
|
553
|
-
.eds-feedback-text__text {
|
|
554
|
-
color: #181c56;
|
|
555
|
-
}
|
|
556
|
-
.eds-contrast .eds-feedback-text__text {
|
|
557
|
-
color: #ffffff;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.eds-feedback-text__icon {
|
|
561
|
-
font-size: 1.5rem;
|
|
562
|
-
min-height: 1.5rem;
|
|
563
|
-
min-width: 1.5rem;
|
|
564
|
-
padding-right: 0.5rem;
|
|
565
|
-
position: relative;
|
|
566
|
-
top: -0.1rem;
|
|
567
|
-
}
|
|
568
|
-
.eds-feedback-text__icon--success {
|
|
569
|
-
color: #1a8e60;
|
|
570
|
-
}
|
|
571
|
-
.eds-contrast .eds-feedback-text__icon--success {
|
|
572
|
-
color: #5ac39a;
|
|
573
|
-
}
|
|
574
|
-
.eds-feedback-text__icon--error {
|
|
575
|
-
color: #d31b1b;
|
|
576
|
-
}
|
|
577
|
-
.eds-contrast .eds-feedback-text__icon--error {
|
|
578
|
-
color: #ff9494;
|
|
579
|
-
}
|
|
580
|
-
.eds-feedback-text__icon--info {
|
|
581
|
-
color: #0082b9;
|
|
582
|
-
}
|
|
583
|
-
.eds-contrast .eds-feedback-text__icon--info {
|
|
584
|
-
color: #64b3e7;
|
|
585
|
-
}
|
|
586
|
-
.eds-feedback-text__icon--warning {
|
|
587
|
-
color: #ffca28;
|
|
588
|
-
}
|
|
589
|
-
.eds-feedback-text__icon--warning circle {
|
|
590
|
-
fill: #181c56;
|
|
591
|
-
}
|
|
592
|
-
.eds-contrast .eds-feedback-text__icon--warning {
|
|
593
|
-
color: #ffe082;
|
|
594
|
-
}
|
|
595
|
-
/* DO NOT CHANGE!*/
|
|
596
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
597
|
-
.eds-fieldset {
|
|
598
|
-
margin: 0;
|
|
599
|
-
padding: 0;
|
|
600
|
-
border: 0;
|
|
601
|
-
}
|
|
602
|
-
/* DO NOT CHANGE!*/
|
|
603
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
604
604
|
.eds-form-component--radio__container {
|
|
605
605
|
display: flex;
|
|
606
606
|
justify-content: center;
|
|
@@ -689,13 +689,6 @@
|
|
|
689
689
|
}
|
|
690
690
|
/* DO NOT CHANGE!*/
|
|
691
691
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
692
|
-
textarea.eds-form-control.eds-textarea {
|
|
693
|
-
min-height: 7.75rem;
|
|
694
|
-
resize: vertical;
|
|
695
|
-
line-height: 1.5rem;
|
|
696
|
-
}
|
|
697
|
-
/* DO NOT CHANGE!*/
|
|
698
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
699
692
|
.eds-switch {
|
|
700
693
|
cursor: pointer;
|
|
701
694
|
-webkit-user-select: none;
|
|
@@ -815,6 +808,13 @@ textarea.eds-form-control.eds-textarea {
|
|
|
815
808
|
}
|
|
816
809
|
/* DO NOT CHANGE!*/
|
|
817
810
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
811
|
+
textarea.eds-form-control.eds-textarea {
|
|
812
|
+
min-height: 7.75rem;
|
|
813
|
+
resize: vertical;
|
|
814
|
+
line-height: 1.5rem;
|
|
815
|
+
}
|
|
816
|
+
/* DO NOT CHANGE!*/
|
|
817
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
818
818
|
.eds-textfield__clear-button {
|
|
819
819
|
background: none;
|
|
820
820
|
border: none;
|
|
@@ -852,6 +852,17 @@ textarea.eds-form-control.eds-textarea {
|
|
|
852
852
|
}
|
|
853
853
|
/* DO NOT CHANGE!*/
|
|
854
854
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
855
|
+
.eds-segmented-control {
|
|
856
|
+
margin-top: 0.25rem;
|
|
857
|
+
display: flex;
|
|
858
|
+
background: #d1d4e3;
|
|
859
|
+
border-radius: 0.5rem;
|
|
860
|
+
}
|
|
861
|
+
.eds-contrast .eds-segmented-control {
|
|
862
|
+
background: #393d79;
|
|
863
|
+
}
|
|
864
|
+
/* DO NOT CHANGE!*/
|
|
865
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
855
866
|
.eds-segmented-choice {
|
|
856
867
|
display: block;
|
|
857
868
|
flex: 1 1 0px;
|
|
@@ -923,17 +934,6 @@ textarea.eds-form-control.eds-textarea {
|
|
|
923
934
|
}
|
|
924
935
|
/* DO NOT CHANGE!*/
|
|
925
936
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
926
|
-
.eds-segmented-control {
|
|
927
|
-
margin-top: 0.25rem;
|
|
928
|
-
display: flex;
|
|
929
|
-
background: #d1d4e3;
|
|
930
|
-
border-radius: 0.5rem;
|
|
931
|
-
}
|
|
932
|
-
.eds-contrast .eds-segmented-control {
|
|
933
|
-
background: #393d79;
|
|
934
|
-
}
|
|
935
|
-
/* DO NOT CHANGE!*/
|
|
936
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
937
937
|
.eds-input-panel[focus-within] .eds-input-panel__container {
|
|
938
938
|
border-color: #181c56;
|
|
939
939
|
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/form",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/form.esm.js",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/icons": "^6.2.0",
|
|
31
31
|
"@entur/tokens": "^3.8.1",
|
|
32
|
-
"@entur/tooltip": "^2.6.
|
|
32
|
+
"@entur/tooltip": "^2.6.16",
|
|
33
33
|
"@entur/typography": "^1.7.16",
|
|
34
34
|
"@entur/utils": "^0.9.0",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "02c9d76ac36b3357b91ee60ac3e0f66eb111c9c2"
|
|
38
38
|
}
|