@entur/form 7.1.11-beta.0 → 7.2.0

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 CHANGED
@@ -1,238 +1,5 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
- .eds-checkbox__container {
4
- display: flex;
5
- align-items: center;
6
- position: relative;
7
- -webkit-appearance: none;
8
- -moz-appearance: none;
9
- appearance: none;
10
- cursor: pointer;
11
- -webkit-user-select: none;
12
- -moz-user-select: none;
13
- user-select: none;
14
- width: -moz-fit-content;
15
- width: fit-content;
16
- margin: 0.5rem 0;
17
- }
18
- .eds-checkbox__container--reduced-click-area {
19
- height: -moz-fit-content;
20
- height: fit-content;
21
- }
22
- .eds-checkbox__container input {
23
- position: absolute;
24
- opacity: 0;
25
- height: 0;
26
- width: 0;
27
- }
28
- .eds-checkbox__container input:checked + .eds-checkbox__icon, .eds-checkbox__container input:indeterminate + .eds-checkbox__icon {
29
- background-color: var(--components-form-checkbox-standard-fill-selected);
30
- }
31
- .eds-checkbox__container input:checked + .eds-checkbox__icon .eds-checkbox-icon, .eds-checkbox__container input:indeterminate + .eds-checkbox__icon .eds-checkbox-icon {
32
- visibility: visible;
33
- }
34
- .eds-checkbox__container input:checked + .eds-checkbox__icon .eds-checkbox-icon path, .eds-checkbox__container input:indeterminate + .eds-checkbox__icon .eds-checkbox-icon path {
35
- stroke: var(--components-form-checkbox-standard-icon);
36
- animation: stroke ease-in-out 0.2s 0.1s forwards;
37
- }
38
- .eds-checkbox__container input:checked + .eds-checkbox__icon .eds-checkbox-icon rect, .eds-checkbox__container input:indeterminate + .eds-checkbox__icon .eds-checkbox-icon rect {
39
- fill: var(--components-form-checkbox-standard-icon);
40
- }
41
- .eds-checkbox__container input:checked + .eds-checkbox__icon--disabled, .eds-checkbox__container input:indeterminate + .eds-checkbox__icon--disabled {
42
- opacity: 0.5;
43
- }
44
- .eds-checkbox__container input:checked + .eds-checkbox__icon--disabled path {
45
- opacity: 0.5;
46
- }
47
- .eds-checkbox__container input:checked + .eds-checkbox__icon--disabled rect {
48
- opacity: 0.5;
49
- }
50
- .eds-checkbox__container input:indeterminate + .eds-checkbox__icon--disabled path {
51
- opacity: 0.5;
52
- }
53
- .eds-checkbox__container input:indeterminate + .eds-checkbox__icon--disabled rect {
54
- opacity: 0.5;
55
- }
56
- .eds-contrast .eds-checkbox__container input:checked + .eds-checkbox__icon, .eds-contrast .eds-checkbox__container input:indeterminate + .eds-checkbox__icon {
57
- background-color: var(--components-form-checkbox-contrast-fill-selected);
58
- }
59
- .eds-contrast .eds-checkbox__container input:checked + .eds-checkbox__icon path, .eds-contrast .eds-checkbox__container input:indeterminate + .eds-checkbox__icon path {
60
- stroke: var(--components-form-checkbox-contrast-icon);
61
- }
62
- .eds-contrast .eds-checkbox__container input:checked + .eds-checkbox__icon rect, .eds-contrast .eds-checkbox__container input:indeterminate + .eds-checkbox__icon rect {
63
- fill: var(--components-form-checkbox-contrast-icon);
64
- }
65
- .eds-checkbox__container:hover input + .eds-checkbox__icon {
66
- border-color: var(--components-form-checkbox-standard-border);
67
- background-color: var(--components-form-checkbox-standard-fill-hover);
68
- }
69
- .eds-contrast .eds-checkbox__container:hover input + .eds-checkbox__icon {
70
- border-color: var(--components-form-checkbox-contrast-border);
71
- background-color: var(--components-form-checkbox-contrast-fill-hover);
72
- }
73
- .eds-checkbox__container:hover input:checked + .eds-checkbox__icon,
74
- .eds-checkbox__container:hover input:indeterminate + .eds-checkbox__icon {
75
- border-color: transparent;
76
- background-color: var(--components-form-checkbox-standard-fill-selectedhover);
77
- }
78
- .eds-contrast .eds-checkbox__container:hover input:checked + .eds-checkbox__icon,
79
- .eds-contrast .eds-checkbox__container:hover input:indeterminate + .eds-checkbox__icon {
80
- background-color: var(--components-form-checkbox-contrast-fill-selectedhover);
81
- }
82
- .eds-checkbox__container:active input:checked + .eds-checkbox__icon,
83
- .eds-checkbox__container:active input:indeterminate + .eds-checkbox__icon {
84
- background-color: var(--components-form-checkbox-standard-fill-selected);
85
- }
86
- .eds-contrast .eds-checkbox__container:active input:checked + .eds-checkbox__icon,
87
- .eds-contrast .eds-checkbox__container:active input:indeterminate + .eds-checkbox__icon {
88
- background-color: var(--components-form-checkbox-contrast-fill-selected);
89
- }
90
- .eds-checkbox__container:focus + .eds-checkbox__icon,
91
- .eds-checkbox__container [focus-within] + .eds-checkbox__icon {
92
- outline: 2px solid #181c56;
93
- outline-color: var(--basecolors-stroke-focus-standard);
94
- outline-offset: 0.125rem;
95
- }
96
- .eds-checkbox__container:focus + .eds-checkbox__icon,
97
- .eds-checkbox__container :focus-within + .eds-checkbox__icon {
98
- outline: 2px solid #181c56;
99
- outline-color: var(--basecolors-stroke-focus-standard);
100
- outline-offset: 0.125rem;
101
- }
102
- .eds-contrast .eds-checkbox__container:focus + .eds-checkbox__icon,
103
- .eds-contrast .eds-checkbox__container [focus-within] + .eds-checkbox__icon {
104
- outline-color: var(--basecolors-stroke-focus-contrast);
105
- }
106
- .eds-contrast .eds-checkbox__container:focus + .eds-checkbox__icon,
107
- .eds-contrast .eds-checkbox__container :focus-within + .eds-checkbox__icon {
108
- outline-color: var(--basecolors-stroke-focus-contrast);
109
- }
110
- .eds-checkbox--disabled {
111
- pointer-events: none;
112
- }
113
- .eds-checkbox--disabled .eds-checkbox__label {
114
- opacity: 0.5;
115
- }
116
- .eds-checkbox--disabled .eds-checkbox__icon {
117
- opacity: 0.5;
118
- }
119
- .eds-checkbox__icon {
120
- box-sizing: border-box;
121
- display: inline-flex;
122
- justify-content: center;
123
- align-items: center;
124
- position: relative;
125
- margin-right: 1rem;
126
- height: 1.25rem;
127
- width: 1.25rem;
128
- border: 0.125rem solid var(--components-form-checkbox-standard-border);
129
- border-radius: 0.125rem;
130
- background-color: transparent;
131
- transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
132
- }
133
- .eds-checkbox__icon--reduced-click-area {
134
- margin-right: 0;
135
- }
136
- .eds-contrast .eds-checkbox__icon {
137
- border-color: var(--components-form-checkbox-contrast-border);
138
- }
139
- .eds-checkbox__icon .eds-checkbox-icon {
140
- height: 1rem;
141
- width: 1rem;
142
- visibility: hidden;
143
- }
144
- .eds-checkbox__icon .eds-checkbox-icon path {
145
- transform-origin: 50% 50%;
146
- stroke-dasharray: 48;
147
- stroke-dashoffset: 48;
148
- stroke-width: 0.375rem;
149
- }
150
-
151
- @keyframes stroke {
152
- 100% {
153
- stroke-dashoffset: 0;
154
- }
155
- }
156
- /* DO NOT CHANGE!*/
157
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
158
- .eds-feedback-text {
159
- display: flex;
160
- align-items: center;
161
- margin-top: 0.25rem;
162
- }
163
- .eds-feedback-text--info, .eds-feedback-text--information {
164
- padding-left: calc(1rem + 0.125rem);
165
- }
166
- .eds-feedback-text__text {
167
- color: var(--components-form-feedbacktext-information-standard-text);
168
- }
169
- .eds-contrast .eds-feedback-text__text {
170
- color: var(--components-form-feedbacktext-information-contrast-text);
171
- }
172
-
173
- .eds-feedback-text__icon {
174
- font-size: 1.5rem;
175
- min-height: 1.5rem;
176
- min-width: 1.5rem;
177
- padding-right: 0.5rem;
178
- position: relative;
179
- top: -0.1rem;
180
- }
181
- .eds-feedback-text__icon--success {
182
- color: var(--components-form-feedbacktext-success-standard-icon-fill);
183
- }
184
- .eds-feedback-text__icon--success circle {
185
- fill: var(--components-form-feedbacktext-success-standard-icon-symbol);
186
- }
187
- .eds-contrast .eds-feedback-text__icon--success {
188
- color: var(--components-form-feedbacktext-success-contrast-icon-fill);
189
- }
190
- .eds-contrast .eds-feedback-text__icon--success circle {
191
- fill: var(--components-form-feedbacktext-success-contrast-icon-symbol);
192
- }
193
- .eds-feedback-text__icon--error, .eds-feedback-text__icon--negative {
194
- color: var(--components-form-feedbacktext-negative-standard-icon-fill);
195
- }
196
- .eds-feedback-text__icon--error circle, .eds-feedback-text__icon--negative circle {
197
- fill: var(--components-form-feedbacktext-negative-standard-icon-symbol);
198
- }
199
- .eds-contrast .eds-feedback-text__icon--error, .eds-contrast .eds-feedback-text__icon--negative {
200
- color: var(--components-form-feedbacktext-negative-contrast-icon-fill);
201
- }
202
- .eds-contrast .eds-feedback-text__icon--error circle, .eds-contrast .eds-feedback-text__icon--negative circle {
203
- fill: var(--components-form-feedbacktext-negative-contrast-icon-symbol);
204
- }
205
- .eds-feedback-text__icon--info, .eds-feedback-text__icon--information {
206
- color: var(--components-form-feedbacktext-information-standard-icon-fill);
207
- }
208
- .eds-feedback-text__icon--info circle, .eds-feedback-text__icon--information circle {
209
- fill: var(--components-form-feedbacktext-information-standard-icon-symbol);
210
- }
211
- .eds-contrast .eds-feedback-text__icon--info, .eds-contrast .eds-feedback-text__icon--information {
212
- color: var(--components-form-feedbacktext-information-contrast-icon-fill);
213
- }
214
- .eds-contrast .eds-feedback-text__icon--info circle, .eds-contrast .eds-feedback-text__icon--information circle {
215
- fill: var(--components-form-feedbacktext-information-contrast-icon-symbol);
216
- }
217
- .eds-feedback-text__icon--warning {
218
- color: var(--components-form-feedbacktext-warning-standard-icon-fill);
219
- }
220
- .eds-feedback-text__icon--warning .svg-exclamation {
221
- fill: var(--components-form-feedbacktext-warning-standard-icon-symbol);
222
- }
223
- .eds-contrast .eds-feedback-text__icon--warning {
224
- color: var(--components-form-feedbacktext-warning-contrast-icon-fill);
225
- }
226
- .eds-contrast .eds-feedback-text__icon--warning circle {
227
- fill: var(--components-form-feedbacktext-warning-contrast-icon-symbol);
228
- }
229
- .eds-fieldset {
230
- margin: 0;
231
- padding: 0;
232
- border: 0;
233
- }
234
- /* DO NOT CHANGE!*/
235
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
236
3
  .eds-form-control-wrapper {
237
4
  align-items: center;
238
5
  background-color: var(--components-form-baseform-standard-fill-default);
@@ -416,6 +183,84 @@
416
183
  .eds-form-control__append {
417
184
  margin-left: 0;
418
185
  }
186
+ .eds-fieldset {
187
+ margin: 0;
188
+ padding: 0;
189
+ border: 0;
190
+ }
191
+ /* DO NOT CHANGE!*/
192
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
193
+ .eds-feedback-text {
194
+ display: flex;
195
+ align-items: center;
196
+ margin-top: 0.25rem;
197
+ }
198
+ .eds-feedback-text--info, .eds-feedback-text--information {
199
+ padding-left: calc(1rem + 0.125rem);
200
+ }
201
+ .eds-feedback-text__text {
202
+ color: var(--components-form-feedbacktext-information-standard-text);
203
+ }
204
+ .eds-contrast .eds-feedback-text__text {
205
+ color: var(--components-form-feedbacktext-information-contrast-text);
206
+ }
207
+
208
+ .eds-feedback-text__icon {
209
+ font-size: 1.5rem;
210
+ min-height: 1.5rem;
211
+ min-width: 1.5rem;
212
+ padding-right: 0.5rem;
213
+ position: relative;
214
+ top: -0.1rem;
215
+ }
216
+ .eds-feedback-text__icon--success {
217
+ color: var(--components-form-feedbacktext-success-standard-icon-fill);
218
+ }
219
+ .eds-feedback-text__icon--success circle {
220
+ fill: var(--components-form-feedbacktext-success-standard-icon-symbol);
221
+ }
222
+ .eds-contrast .eds-feedback-text__icon--success {
223
+ color: var(--components-form-feedbacktext-success-contrast-icon-fill);
224
+ }
225
+ .eds-contrast .eds-feedback-text__icon--success circle {
226
+ fill: var(--components-form-feedbacktext-success-contrast-icon-symbol);
227
+ }
228
+ .eds-feedback-text__icon--error, .eds-feedback-text__icon--negative {
229
+ color: var(--components-form-feedbacktext-negative-standard-icon-fill);
230
+ }
231
+ .eds-feedback-text__icon--error circle, .eds-feedback-text__icon--negative circle {
232
+ fill: var(--components-form-feedbacktext-negative-standard-icon-symbol);
233
+ }
234
+ .eds-contrast .eds-feedback-text__icon--error, .eds-contrast .eds-feedback-text__icon--negative {
235
+ color: var(--components-form-feedbacktext-negative-contrast-icon-fill);
236
+ }
237
+ .eds-contrast .eds-feedback-text__icon--error circle, .eds-contrast .eds-feedback-text__icon--negative circle {
238
+ fill: var(--components-form-feedbacktext-negative-contrast-icon-symbol);
239
+ }
240
+ .eds-feedback-text__icon--info, .eds-feedback-text__icon--information {
241
+ color: var(--components-form-feedbacktext-information-standard-icon-fill);
242
+ }
243
+ .eds-feedback-text__icon--info circle, .eds-feedback-text__icon--information circle {
244
+ fill: var(--components-form-feedbacktext-information-standard-icon-symbol);
245
+ }
246
+ .eds-contrast .eds-feedback-text__icon--info, .eds-contrast .eds-feedback-text__icon--information {
247
+ color: var(--components-form-feedbacktext-information-contrast-icon-fill);
248
+ }
249
+ .eds-contrast .eds-feedback-text__icon--info circle, .eds-contrast .eds-feedback-text__icon--information circle {
250
+ fill: var(--components-form-feedbacktext-information-contrast-icon-symbol);
251
+ }
252
+ .eds-feedback-text__icon--warning {
253
+ color: var(--components-form-feedbacktext-warning-standard-icon-fill);
254
+ }
255
+ .eds-feedback-text__icon--warning .svg-exclamation {
256
+ fill: var(--components-form-feedbacktext-warning-standard-icon-symbol);
257
+ }
258
+ .eds-contrast .eds-feedback-text__icon--warning {
259
+ color: var(--components-form-feedbacktext-warning-contrast-icon-fill);
260
+ }
261
+ .eds-contrast .eds-feedback-text__icon--warning circle {
262
+ fill: var(--components-form-feedbacktext-warning-contrast-icon-symbol);
263
+ }
419
264
  /* DO NOT CHANGE!*/
420
265
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
421
266
  .eds-input-group {
@@ -629,10 +474,158 @@
629
474
  }
630
475
  /* DO NOT CHANGE!*/
631
476
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
632
- textarea.eds-form-control.eds-textarea {
633
- min-height: 7.75rem;
634
- resize: vertical;
635
- line-height: 1.5rem;
477
+ .eds-checkbox__container {
478
+ display: flex;
479
+ align-items: center;
480
+ position: relative;
481
+ -webkit-appearance: none;
482
+ -moz-appearance: none;
483
+ appearance: none;
484
+ cursor: pointer;
485
+ -webkit-user-select: none;
486
+ -moz-user-select: none;
487
+ user-select: none;
488
+ width: -moz-fit-content;
489
+ width: fit-content;
490
+ margin: 0.5rem 0;
491
+ }
492
+ .eds-checkbox__container--reduced-click-area {
493
+ height: -moz-fit-content;
494
+ height: fit-content;
495
+ }
496
+ .eds-checkbox__container input {
497
+ position: absolute;
498
+ opacity: 0;
499
+ height: 0;
500
+ width: 0;
501
+ }
502
+ .eds-checkbox__container input:checked + .eds-checkbox__icon, .eds-checkbox__container input:indeterminate + .eds-checkbox__icon {
503
+ background-color: var(--components-form-checkbox-standard-fill-selected);
504
+ }
505
+ .eds-checkbox__container input:checked + .eds-checkbox__icon .eds-checkbox-icon, .eds-checkbox__container input:indeterminate + .eds-checkbox__icon .eds-checkbox-icon {
506
+ visibility: visible;
507
+ }
508
+ .eds-checkbox__container input:checked + .eds-checkbox__icon .eds-checkbox-icon path, .eds-checkbox__container input:indeterminate + .eds-checkbox__icon .eds-checkbox-icon path {
509
+ stroke: var(--components-form-checkbox-standard-icon);
510
+ animation: stroke ease-in-out 0.2s 0.1s forwards;
511
+ }
512
+ .eds-checkbox__container input:checked + .eds-checkbox__icon .eds-checkbox-icon rect, .eds-checkbox__container input:indeterminate + .eds-checkbox__icon .eds-checkbox-icon rect {
513
+ fill: var(--components-form-checkbox-standard-icon);
514
+ }
515
+ .eds-checkbox__container input:checked + .eds-checkbox__icon--disabled, .eds-checkbox__container input:indeterminate + .eds-checkbox__icon--disabled {
516
+ opacity: 0.5;
517
+ }
518
+ .eds-checkbox__container input:checked + .eds-checkbox__icon--disabled path {
519
+ opacity: 0.5;
520
+ }
521
+ .eds-checkbox__container input:checked + .eds-checkbox__icon--disabled rect {
522
+ opacity: 0.5;
523
+ }
524
+ .eds-checkbox__container input:indeterminate + .eds-checkbox__icon--disabled path {
525
+ opacity: 0.5;
526
+ }
527
+ .eds-checkbox__container input:indeterminate + .eds-checkbox__icon--disabled rect {
528
+ opacity: 0.5;
529
+ }
530
+ .eds-contrast .eds-checkbox__container input:checked + .eds-checkbox__icon, .eds-contrast .eds-checkbox__container input:indeterminate + .eds-checkbox__icon {
531
+ background-color: var(--components-form-checkbox-contrast-fill-selected);
532
+ }
533
+ .eds-contrast .eds-checkbox__container input:checked + .eds-checkbox__icon path, .eds-contrast .eds-checkbox__container input:indeterminate + .eds-checkbox__icon path {
534
+ stroke: var(--components-form-checkbox-contrast-icon);
535
+ }
536
+ .eds-contrast .eds-checkbox__container input:checked + .eds-checkbox__icon rect, .eds-contrast .eds-checkbox__container input:indeterminate + .eds-checkbox__icon rect {
537
+ fill: var(--components-form-checkbox-contrast-icon);
538
+ }
539
+ .eds-checkbox__container:hover input + .eds-checkbox__icon {
540
+ border-color: var(--components-form-checkbox-standard-border);
541
+ background-color: var(--components-form-checkbox-standard-fill-hover);
542
+ }
543
+ .eds-contrast .eds-checkbox__container:hover input + .eds-checkbox__icon {
544
+ border-color: var(--components-form-checkbox-contrast-border);
545
+ background-color: var(--components-form-checkbox-contrast-fill-hover);
546
+ }
547
+ .eds-checkbox__container:hover input:checked + .eds-checkbox__icon,
548
+ .eds-checkbox__container:hover input:indeterminate + .eds-checkbox__icon {
549
+ border-color: transparent;
550
+ background-color: var(--components-form-checkbox-standard-fill-selectedhover);
551
+ }
552
+ .eds-contrast .eds-checkbox__container:hover input:checked + .eds-checkbox__icon,
553
+ .eds-contrast .eds-checkbox__container:hover input:indeterminate + .eds-checkbox__icon {
554
+ background-color: var(--components-form-checkbox-contrast-fill-selectedhover);
555
+ }
556
+ .eds-checkbox__container:active input:checked + .eds-checkbox__icon,
557
+ .eds-checkbox__container:active input:indeterminate + .eds-checkbox__icon {
558
+ background-color: var(--components-form-checkbox-standard-fill-selected);
559
+ }
560
+ .eds-contrast .eds-checkbox__container:active input:checked + .eds-checkbox__icon,
561
+ .eds-contrast .eds-checkbox__container:active input:indeterminate + .eds-checkbox__icon {
562
+ background-color: var(--components-form-checkbox-contrast-fill-selected);
563
+ }
564
+ .eds-checkbox__container:focus + .eds-checkbox__icon,
565
+ .eds-checkbox__container [focus-within] + .eds-checkbox__icon {
566
+ outline: 2px solid #181c56;
567
+ outline-color: var(--basecolors-stroke-focus-standard);
568
+ outline-offset: 0.125rem;
569
+ }
570
+ .eds-checkbox__container:focus + .eds-checkbox__icon,
571
+ .eds-checkbox__container :focus-within + .eds-checkbox__icon {
572
+ outline: 2px solid #181c56;
573
+ outline-color: var(--basecolors-stroke-focus-standard);
574
+ outline-offset: 0.125rem;
575
+ }
576
+ .eds-contrast .eds-checkbox__container:focus + .eds-checkbox__icon,
577
+ .eds-contrast .eds-checkbox__container [focus-within] + .eds-checkbox__icon {
578
+ outline-color: var(--basecolors-stroke-focus-contrast);
579
+ }
580
+ .eds-contrast .eds-checkbox__container:focus + .eds-checkbox__icon,
581
+ .eds-contrast .eds-checkbox__container :focus-within + .eds-checkbox__icon {
582
+ outline-color: var(--basecolors-stroke-focus-contrast);
583
+ }
584
+ .eds-checkbox--disabled {
585
+ pointer-events: none;
586
+ }
587
+ .eds-checkbox--disabled .eds-checkbox__label {
588
+ opacity: 0.5;
589
+ }
590
+ .eds-checkbox--disabled .eds-checkbox__icon {
591
+ opacity: 0.5;
592
+ }
593
+ .eds-checkbox__icon {
594
+ box-sizing: border-box;
595
+ display: inline-flex;
596
+ justify-content: center;
597
+ align-items: center;
598
+ position: relative;
599
+ margin-right: 1rem;
600
+ height: 1.25rem;
601
+ width: 1.25rem;
602
+ border: 0.125rem solid var(--components-form-checkbox-standard-border);
603
+ border-radius: 0.125rem;
604
+ background-color: transparent;
605
+ transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
606
+ }
607
+ .eds-checkbox__icon--reduced-click-area {
608
+ margin-right: 0;
609
+ }
610
+ .eds-contrast .eds-checkbox__icon {
611
+ border-color: var(--components-form-checkbox-contrast-border);
612
+ }
613
+ .eds-checkbox__icon .eds-checkbox-icon {
614
+ height: 1rem;
615
+ width: 1rem;
616
+ visibility: hidden;
617
+ }
618
+ .eds-checkbox__icon .eds-checkbox-icon path {
619
+ transform-origin: 50% 50%;
620
+ stroke-dasharray: 48;
621
+ stroke-dashoffset: 48;
622
+ stroke-width: 0.375rem;
623
+ }
624
+
625
+ @keyframes stroke {
626
+ 100% {
627
+ stroke-dashoffset: 0;
628
+ }
636
629
  }
637
630
  /* DO NOT CHANGE!*/
638
631
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
@@ -755,6 +748,13 @@ textarea.eds-form-control.eds-textarea {
755
748
  }
756
749
  /* DO NOT CHANGE!*/
757
750
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
751
+ textarea.eds-form-control.eds-textarea {
752
+ min-height: 7.75rem;
753
+ resize: vertical;
754
+ line-height: 1.5rem;
755
+ }
756
+ /* DO NOT CHANGE!*/
757
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
758
758
  .eds-input-panel[focus-within] .eds-input-panel__container {
759
759
  outline: 2px solid #181c56;
760
760
  outline-color: var(--basecolors-stroke-focus-standard);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/form",
3
- "version": "7.1.11-beta.0",
3
+ "version": "7.2.0",
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.17.2-beta.0",
31
- "@entur/tokens": "^3.15.1-beta.0",
32
- "@entur/tooltip": "^2.7.10-beta.0",
33
- "@entur/typography": "^1.8.39-beta.0",
30
+ "@entur/icons": "^6.18.0",
31
+ "@entur/tokens": "^3.15.1",
32
+ "@entur/tooltip": "^2.7.10",
33
+ "@entur/typography": "^1.8.39",
34
34
  "@entur/utils": "^0.11.1",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "ea1ac384e3dcc4ad6a5949dbb85c5eb271d5e8a1"
37
+ "gitHead": "750c39e0b36eff3beaa9f6a38ae2dea6e29d2085"
38
38
  }