@entur/form 7.0.10 → 7.0.12
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 +95 -95
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -217,101 +217,6 @@
|
|
|
217
217
|
}
|
|
218
218
|
/* DO NOT CHANGE!*/
|
|
219
219
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
220
|
-
.eds-fieldset {
|
|
221
|
-
margin: 0;
|
|
222
|
-
padding: 0;
|
|
223
|
-
border: 0;
|
|
224
|
-
}
|
|
225
|
-
/* DO NOT CHANGE!*/
|
|
226
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
227
|
-
.eds-form-component--radio__container {
|
|
228
|
-
display: flex;
|
|
229
|
-
justify-content: center;
|
|
230
|
-
align-items: center;
|
|
231
|
-
position: relative;
|
|
232
|
-
cursor: pointer;
|
|
233
|
-
height: 2rem;
|
|
234
|
-
width: -moz-fit-content;
|
|
235
|
-
width: fit-content;
|
|
236
|
-
-webkit-user-select: none;
|
|
237
|
-
-moz-user-select: none;
|
|
238
|
-
user-select: none;
|
|
239
|
-
}
|
|
240
|
-
.eds-form-component--radio__container :hover ~ .eds-form-component--radio__radio {
|
|
241
|
-
border-color: #54568c;
|
|
242
|
-
}
|
|
243
|
-
.eds-form-component--radio__container :hover ~ .eds-form-component--radio__radio .eds-form-component--radio__circle {
|
|
244
|
-
background-color: #54568c;
|
|
245
|
-
}
|
|
246
|
-
.eds-contrast .eds-form-component--radio__container :hover ~ .eds-form-component--radio__radio {
|
|
247
|
-
border-color: #8285a8;
|
|
248
|
-
}
|
|
249
|
-
.eds-contrast .eds-form-component--radio__container :hover ~ .eds-form-component--radio__radio .eds-form-component--radio__circle {
|
|
250
|
-
background-color: #8285a8;
|
|
251
|
-
}
|
|
252
|
-
.eds-form-component--radio__container input {
|
|
253
|
-
position: absolute;
|
|
254
|
-
opacity: 0;
|
|
255
|
-
cursor: pointer;
|
|
256
|
-
height: 0;
|
|
257
|
-
width: 0;
|
|
258
|
-
}
|
|
259
|
-
.eds-form-component--radio__container input:checked ~ .eds-form-component--radio__radio .eds-form-component--radio__circle {
|
|
260
|
-
height: 0.625rem;
|
|
261
|
-
width: 0.625rem;
|
|
262
|
-
}
|
|
263
|
-
.eds-form-component--radio__container input:focus ~ .eds-form-component--radio__radio {
|
|
264
|
-
outline: none;
|
|
265
|
-
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
266
|
-
outline-offset: 0.125rem;
|
|
267
|
-
}
|
|
268
|
-
.eds-contrast .eds-form-component--radio__container input:focus ~ .eds-form-component--radio__radio {
|
|
269
|
-
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
270
|
-
}
|
|
271
|
-
.eds-form-component--radio__container .eds-form-component--radio__radio {
|
|
272
|
-
position: relative;
|
|
273
|
-
height: 1.25rem;
|
|
274
|
-
width: 1.25rem;
|
|
275
|
-
margin-right: 1rem;
|
|
276
|
-
background-color: #ffffff;
|
|
277
|
-
border: 0.125rem solid #181c56;
|
|
278
|
-
border-radius: 50%;
|
|
279
|
-
display: flex;
|
|
280
|
-
align-items: center;
|
|
281
|
-
justify-content: center;
|
|
282
|
-
}
|
|
283
|
-
.eds-contrast .eds-form-component--radio__container .eds-form-component--radio__radio {
|
|
284
|
-
background-color: #181c56;
|
|
285
|
-
border-color: #aeb7e2;
|
|
286
|
-
}
|
|
287
|
-
.eds-form-component--radio__container .eds-form-component--radio__radio.eds-form-component--radio__radio--disabled {
|
|
288
|
-
background: #d1d3d3;
|
|
289
|
-
border-color: #d1d3d3;
|
|
290
|
-
cursor: not-allowed;
|
|
291
|
-
}
|
|
292
|
-
.eds-form-component--radio__container .eds-form-component--radio__radio.eds-form-component--radio__radio--disabled:hover {
|
|
293
|
-
border-color: #d1d3d3;
|
|
294
|
-
}
|
|
295
|
-
.eds-contrast .eds-form-component--radio__container .eds-form-component--radio__radio.eds-form-component--radio__radio--disabled {
|
|
296
|
-
background: #d1d3d3;
|
|
297
|
-
border-color: #d1d3d3;
|
|
298
|
-
}
|
|
299
|
-
.eds-form-component--radio__container .eds-form-component--radio__radio.eds-form-component--radio__radio--disabled ~ .eds-form-component--radio__label {
|
|
300
|
-
color: #656782;
|
|
301
|
-
}
|
|
302
|
-
.eds-form-component--radio__container .eds-form-component--radio__radio .eds-form-component--radio__circle {
|
|
303
|
-
display: block;
|
|
304
|
-
width: 0;
|
|
305
|
-
height: 0;
|
|
306
|
-
border-radius: 50%;
|
|
307
|
-
background-color: #181c56;
|
|
308
|
-
transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
|
|
309
|
-
}
|
|
310
|
-
.eds-contrast .eds-form-component--radio__container .eds-form-component--radio__radio .eds-form-component--radio__circle {
|
|
311
|
-
background-color: #aeb7e2;
|
|
312
|
-
}
|
|
313
|
-
/* DO NOT CHANGE!*/
|
|
314
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
315
220
|
.eds-input-group {
|
|
316
221
|
color: inherit;
|
|
317
222
|
display: block;
|
|
@@ -685,6 +590,101 @@
|
|
|
685
590
|
}
|
|
686
591
|
/* DO NOT CHANGE!*/
|
|
687
592
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
593
|
+
.eds-fieldset {
|
|
594
|
+
margin: 0;
|
|
595
|
+
padding: 0;
|
|
596
|
+
border: 0;
|
|
597
|
+
}
|
|
598
|
+
/* DO NOT CHANGE!*/
|
|
599
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
600
|
+
.eds-form-component--radio__container {
|
|
601
|
+
display: flex;
|
|
602
|
+
justify-content: center;
|
|
603
|
+
align-items: center;
|
|
604
|
+
position: relative;
|
|
605
|
+
cursor: pointer;
|
|
606
|
+
height: 2rem;
|
|
607
|
+
width: -moz-fit-content;
|
|
608
|
+
width: fit-content;
|
|
609
|
+
-webkit-user-select: none;
|
|
610
|
+
-moz-user-select: none;
|
|
611
|
+
user-select: none;
|
|
612
|
+
}
|
|
613
|
+
.eds-form-component--radio__container :hover ~ .eds-form-component--radio__radio {
|
|
614
|
+
border-color: #54568c;
|
|
615
|
+
}
|
|
616
|
+
.eds-form-component--radio__container :hover ~ .eds-form-component--radio__radio .eds-form-component--radio__circle {
|
|
617
|
+
background-color: #54568c;
|
|
618
|
+
}
|
|
619
|
+
.eds-contrast .eds-form-component--radio__container :hover ~ .eds-form-component--radio__radio {
|
|
620
|
+
border-color: #8285a8;
|
|
621
|
+
}
|
|
622
|
+
.eds-contrast .eds-form-component--radio__container :hover ~ .eds-form-component--radio__radio .eds-form-component--radio__circle {
|
|
623
|
+
background-color: #8285a8;
|
|
624
|
+
}
|
|
625
|
+
.eds-form-component--radio__container input {
|
|
626
|
+
position: absolute;
|
|
627
|
+
opacity: 0;
|
|
628
|
+
cursor: pointer;
|
|
629
|
+
height: 0;
|
|
630
|
+
width: 0;
|
|
631
|
+
}
|
|
632
|
+
.eds-form-component--radio__container input:checked ~ .eds-form-component--radio__radio .eds-form-component--radio__circle {
|
|
633
|
+
height: 0.625rem;
|
|
634
|
+
width: 0.625rem;
|
|
635
|
+
}
|
|
636
|
+
.eds-form-component--radio__container input:focus ~ .eds-form-component--radio__radio {
|
|
637
|
+
outline: none;
|
|
638
|
+
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
639
|
+
outline-offset: 0.125rem;
|
|
640
|
+
}
|
|
641
|
+
.eds-contrast .eds-form-component--radio__container input:focus ~ .eds-form-component--radio__radio {
|
|
642
|
+
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
643
|
+
}
|
|
644
|
+
.eds-form-component--radio__container .eds-form-component--radio__radio {
|
|
645
|
+
position: relative;
|
|
646
|
+
height: 1.25rem;
|
|
647
|
+
width: 1.25rem;
|
|
648
|
+
margin-right: 1rem;
|
|
649
|
+
background-color: #ffffff;
|
|
650
|
+
border: 0.125rem solid #181c56;
|
|
651
|
+
border-radius: 50%;
|
|
652
|
+
display: flex;
|
|
653
|
+
align-items: center;
|
|
654
|
+
justify-content: center;
|
|
655
|
+
}
|
|
656
|
+
.eds-contrast .eds-form-component--radio__container .eds-form-component--radio__radio {
|
|
657
|
+
background-color: #181c56;
|
|
658
|
+
border-color: #aeb7e2;
|
|
659
|
+
}
|
|
660
|
+
.eds-form-component--radio__container .eds-form-component--radio__radio.eds-form-component--radio__radio--disabled {
|
|
661
|
+
background: #d1d3d3;
|
|
662
|
+
border-color: #d1d3d3;
|
|
663
|
+
cursor: not-allowed;
|
|
664
|
+
}
|
|
665
|
+
.eds-form-component--radio__container .eds-form-component--radio__radio.eds-form-component--radio__radio--disabled:hover {
|
|
666
|
+
border-color: #d1d3d3;
|
|
667
|
+
}
|
|
668
|
+
.eds-contrast .eds-form-component--radio__container .eds-form-component--radio__radio.eds-form-component--radio__radio--disabled {
|
|
669
|
+
background: #d1d3d3;
|
|
670
|
+
border-color: #d1d3d3;
|
|
671
|
+
}
|
|
672
|
+
.eds-form-component--radio__container .eds-form-component--radio__radio.eds-form-component--radio__radio--disabled ~ .eds-form-component--radio__label {
|
|
673
|
+
color: #656782;
|
|
674
|
+
}
|
|
675
|
+
.eds-form-component--radio__container .eds-form-component--radio__radio .eds-form-component--radio__circle {
|
|
676
|
+
display: block;
|
|
677
|
+
width: 0;
|
|
678
|
+
height: 0;
|
|
679
|
+
border-radius: 50%;
|
|
680
|
+
background-color: #181c56;
|
|
681
|
+
transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
|
|
682
|
+
}
|
|
683
|
+
.eds-contrast .eds-form-component--radio__container .eds-form-component--radio__radio .eds-form-component--radio__circle {
|
|
684
|
+
background-color: #aeb7e2;
|
|
685
|
+
}
|
|
686
|
+
/* DO NOT CHANGE!*/
|
|
687
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
688
688
|
.eds-switch {
|
|
689
689
|
cursor: pointer;
|
|
690
690
|
-webkit-user-select: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/form",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.12",
|
|
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.3.1",
|
|
31
31
|
"@entur/tokens": "^3.10.0",
|
|
32
|
-
"@entur/tooltip": "^2.6.
|
|
33
|
-
"@entur/typography": "^1.8.
|
|
34
|
-
"@entur/utils": "^0.9.
|
|
32
|
+
"@entur/tooltip": "^2.6.22",
|
|
33
|
+
"@entur/typography": "^1.8.3",
|
|
34
|
+
"@entur/utils": "^0.9.3",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "9bf0838160519db9fb072af36dc19731dfb5e2dd"
|
|
38
38
|
}
|