@entur/form 7.0.29 → 7.0.30
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 +52 -52
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,57 @@
|
|
|
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. */
|
|
3
55
|
.eds-form-control-wrapper {
|
|
4
56
|
--border-color: #7C7F9F;
|
|
5
57
|
--border-color-hover: #aeb7e2;
|
|
@@ -240,58 +292,6 @@
|
|
|
240
292
|
.eds-form-control__append {
|
|
241
293
|
margin-left: 0;
|
|
242
294
|
}
|
|
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;
|
|
294
|
-
}
|
|
295
295
|
.eds-fieldset {
|
|
296
296
|
margin: 0;
|
|
297
297
|
padding: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/form",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.30",
|
|
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.
|
|
30
|
+
"@entur/icons": "^6.13.0",
|
|
31
31
|
"@entur/tokens": "^3.11.1",
|
|
32
|
-
"@entur/tooltip": "^2.6.
|
|
33
|
-
"@entur/typography": "^1.8.
|
|
32
|
+
"@entur/tooltip": "^2.6.39",
|
|
33
|
+
"@entur/typography": "^1.8.18",
|
|
34
34
|
"@entur/utils": "^0.9.5",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "298374e622bca3ae3bbb7226bdd94890be5f82c8"
|
|
38
38
|
}
|