@entur/form 7.0.26 → 7.0.27
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 +57 -57
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -1,57 +1,5 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
-
.eds-feedback-text {
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
margin-top: 0.25rem;
|
|
7
|
-
}
|
|
8
|
-
.eds-feedback-text--info {
|
|
9
|
-
padding-left: calc(1rem + 0.125rem);
|
|
10
|
-
}
|
|
11
|
-
.eds-feedback-text__text {
|
|
12
|
-
color: #181c56;
|
|
13
|
-
}
|
|
14
|
-
.eds-contrast .eds-feedback-text__text {
|
|
15
|
-
color: #ffffff;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.eds-feedback-text__icon {
|
|
19
|
-
font-size: 1.5rem;
|
|
20
|
-
min-height: 1.5rem;
|
|
21
|
-
min-width: 1.5rem;
|
|
22
|
-
padding-right: 0.5rem;
|
|
23
|
-
position: relative;
|
|
24
|
-
top: -0.1rem;
|
|
25
|
-
}
|
|
26
|
-
.eds-feedback-text__icon--success {
|
|
27
|
-
color: #1a8e60;
|
|
28
|
-
}
|
|
29
|
-
.eds-contrast .eds-feedback-text__icon--success {
|
|
30
|
-
color: #5ac39a;
|
|
31
|
-
}
|
|
32
|
-
.eds-feedback-text__icon--error {
|
|
33
|
-
color: #d31b1b;
|
|
34
|
-
}
|
|
35
|
-
.eds-contrast .eds-feedback-text__icon--error {
|
|
36
|
-
color: #ff9494;
|
|
37
|
-
}
|
|
38
|
-
.eds-feedback-text__icon--info {
|
|
39
|
-
color: #0082b9;
|
|
40
|
-
}
|
|
41
|
-
.eds-contrast .eds-feedback-text__icon--info {
|
|
42
|
-
color: #64b3e7;
|
|
43
|
-
}
|
|
44
|
-
.eds-feedback-text__icon--warning {
|
|
45
|
-
color: #ffca28;
|
|
46
|
-
}
|
|
47
|
-
.eds-feedback-text__icon--warning circle {
|
|
48
|
-
fill: #181c56;
|
|
49
|
-
}
|
|
50
|
-
.eds-contrast .eds-feedback-text__icon--warning {
|
|
51
|
-
color: #ffe082;
|
|
52
|
-
}
|
|
53
|
-
/* DO NOT CHANGE!*/
|
|
54
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
55
3
|
.eds-form-control-wrapper {
|
|
56
4
|
--border-color: #7C7F9F;
|
|
57
5
|
--border-color-hover: #aeb7e2;
|
|
@@ -292,11 +240,6 @@
|
|
|
292
240
|
.eds-form-control__append {
|
|
293
241
|
margin-left: 0;
|
|
294
242
|
}
|
|
295
|
-
.eds-fieldset {
|
|
296
|
-
margin: 0;
|
|
297
|
-
padding: 0;
|
|
298
|
-
border: 0;
|
|
299
|
-
}
|
|
300
243
|
/* DO NOT CHANGE!*/
|
|
301
244
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
302
245
|
.eds-input-group {
|
|
@@ -678,6 +621,11 @@
|
|
|
678
621
|
.eds-contrast .eds-form-component--radio__container .eds-form-component--radio__radio .eds-form-component--radio__circle {
|
|
679
622
|
background-color: #aeb7e2;
|
|
680
623
|
}
|
|
624
|
+
.eds-fieldset {
|
|
625
|
+
margin: 0;
|
|
626
|
+
padding: 0;
|
|
627
|
+
border: 0;
|
|
628
|
+
}
|
|
681
629
|
/* DO NOT CHANGE!*/
|
|
682
630
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
683
631
|
.eds-switch {
|
|
@@ -799,6 +747,58 @@
|
|
|
799
747
|
}
|
|
800
748
|
/* DO NOT CHANGE!*/
|
|
801
749
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
750
|
+
.eds-feedback-text {
|
|
751
|
+
display: flex;
|
|
752
|
+
align-items: center;
|
|
753
|
+
margin-top: 0.25rem;
|
|
754
|
+
}
|
|
755
|
+
.eds-feedback-text--info {
|
|
756
|
+
padding-left: calc(1rem + 0.125rem);
|
|
757
|
+
}
|
|
758
|
+
.eds-feedback-text__text {
|
|
759
|
+
color: #181c56;
|
|
760
|
+
}
|
|
761
|
+
.eds-contrast .eds-feedback-text__text {
|
|
762
|
+
color: #ffffff;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
.eds-feedback-text__icon {
|
|
766
|
+
font-size: 1.5rem;
|
|
767
|
+
min-height: 1.5rem;
|
|
768
|
+
min-width: 1.5rem;
|
|
769
|
+
padding-right: 0.5rem;
|
|
770
|
+
position: relative;
|
|
771
|
+
top: -0.1rem;
|
|
772
|
+
}
|
|
773
|
+
.eds-feedback-text__icon--success {
|
|
774
|
+
color: #1a8e60;
|
|
775
|
+
}
|
|
776
|
+
.eds-contrast .eds-feedback-text__icon--success {
|
|
777
|
+
color: #5ac39a;
|
|
778
|
+
}
|
|
779
|
+
.eds-feedback-text__icon--error {
|
|
780
|
+
color: #d31b1b;
|
|
781
|
+
}
|
|
782
|
+
.eds-contrast .eds-feedback-text__icon--error {
|
|
783
|
+
color: #ff9494;
|
|
784
|
+
}
|
|
785
|
+
.eds-feedback-text__icon--info {
|
|
786
|
+
color: #0082b9;
|
|
787
|
+
}
|
|
788
|
+
.eds-contrast .eds-feedback-text__icon--info {
|
|
789
|
+
color: #64b3e7;
|
|
790
|
+
}
|
|
791
|
+
.eds-feedback-text__icon--warning {
|
|
792
|
+
color: #ffca28;
|
|
793
|
+
}
|
|
794
|
+
.eds-feedback-text__icon--warning circle {
|
|
795
|
+
fill: #181c56;
|
|
796
|
+
}
|
|
797
|
+
.eds-contrast .eds-feedback-text__icon--warning {
|
|
798
|
+
color: #ffe082;
|
|
799
|
+
}
|
|
800
|
+
/* DO NOT CHANGE!*/
|
|
801
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
802
802
|
.eds-input-panel[focus-within] .eds-input-panel__container {
|
|
803
803
|
border-color: #181c56;
|
|
804
804
|
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.27",
|
|
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.12.0",
|
|
31
31
|
"@entur/tokens": "^3.11.0",
|
|
32
|
-
"@entur/tooltip": "^2.6.
|
|
32
|
+
"@entur/tooltip": "^2.6.36",
|
|
33
33
|
"@entur/typography": "^1.8.16",
|
|
34
34
|
"@entur/utils": "^0.9.5",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "ce91791c414af0274bcff712cacfad25a44c45c2"
|
|
38
38
|
}
|