@hmlr/govuk-react-components-library 1.0.1 → 1.0.3
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/.gitattributes +5 -0
- package/README.md +30 -12
- package/assets/uml-diagram.svg +533 -533
- package/bundle-analysis-main.html +15 -17
- package/bundle-analysis-pdfvc.html +15 -15
- package/dist/PDFViewerCanvas.cjs.js +91 -7
- package/dist/PDFViewerCanvas.cjs.js.map +1 -1
- package/dist/PDFViewerCanvas.esm.js +91 -7
- package/dist/PDFViewerCanvas.esm.js.map +1 -1
- package/dist/index.cjs.css +116 -101
- package/dist/index.cjs.js +289 -43
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.css +116 -101
- package/dist/index.esm.js +290 -44
- package/dist/index.esm.js.map +1 -1
- package/dist/types/components/PDFViewer/ResolvePDFSource.d.ts +24 -1
- package/package.json +66 -73
package/dist/index.cjs.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Bootstrap v5.3.
|
|
4
|
-
* Copyright 2011-
|
|
3
|
+
* Bootstrap v5.3.8 (https://getbootstrap.com/)
|
|
4
|
+
* Copyright 2011-2025 The Bootstrap Authors
|
|
5
5
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
6
6
|
*/
|
|
7
7
|
:root,
|
|
@@ -515,8 +515,8 @@ legend {
|
|
|
515
515
|
width: 100%;
|
|
516
516
|
padding: 0;
|
|
517
517
|
margin-bottom: 0.5rem;
|
|
518
|
-
font-size: calc(1.275rem + 0.3vw);
|
|
519
518
|
line-height: inherit;
|
|
519
|
+
font-size: calc(1.275rem + 0.3vw);
|
|
520
520
|
}
|
|
521
521
|
@media (min-width: 1200px) {
|
|
522
522
|
legend {
|
|
@@ -545,6 +545,10 @@ legend + * {
|
|
|
545
545
|
-webkit-appearance: textfield;
|
|
546
546
|
outline-offset: -2px;
|
|
547
547
|
}
|
|
548
|
+
[type=search]::-webkit-search-cancel-button {
|
|
549
|
+
cursor: pointer;
|
|
550
|
+
filter: grayscale(1);
|
|
551
|
+
}
|
|
548
552
|
|
|
549
553
|
/* rtl:raw:
|
|
550
554
|
[type="tel"],
|
|
@@ -594,9 +598,9 @@ progress {
|
|
|
594
598
|
}
|
|
595
599
|
|
|
596
600
|
.display-1 {
|
|
597
|
-
font-size: calc(1.625rem + 4.5vw);
|
|
598
601
|
font-weight: 300;
|
|
599
602
|
line-height: 1.2;
|
|
603
|
+
font-size: calc(1.625rem + 4.5vw);
|
|
600
604
|
}
|
|
601
605
|
@media (min-width: 1200px) {
|
|
602
606
|
.display-1 {
|
|
@@ -605,9 +609,9 @@ progress {
|
|
|
605
609
|
}
|
|
606
610
|
|
|
607
611
|
.display-2 {
|
|
608
|
-
font-size: calc(1.575rem + 3.9vw);
|
|
609
612
|
font-weight: 300;
|
|
610
613
|
line-height: 1.2;
|
|
614
|
+
font-size: calc(1.575rem + 3.9vw);
|
|
611
615
|
}
|
|
612
616
|
@media (min-width: 1200px) {
|
|
613
617
|
.display-2 {
|
|
@@ -616,9 +620,9 @@ progress {
|
|
|
616
620
|
}
|
|
617
621
|
|
|
618
622
|
.display-3 {
|
|
619
|
-
font-size: calc(1.525rem + 3.3vw);
|
|
620
623
|
font-weight: 300;
|
|
621
624
|
line-height: 1.2;
|
|
625
|
+
font-size: calc(1.525rem + 3.3vw);
|
|
622
626
|
}
|
|
623
627
|
@media (min-width: 1200px) {
|
|
624
628
|
.display-3 {
|
|
@@ -627,9 +631,9 @@ progress {
|
|
|
627
631
|
}
|
|
628
632
|
|
|
629
633
|
.display-4 {
|
|
630
|
-
font-size: calc(1.475rem + 2.7vw);
|
|
631
634
|
font-weight: 300;
|
|
632
635
|
line-height: 1.2;
|
|
636
|
+
font-size: calc(1.475rem + 2.7vw);
|
|
633
637
|
}
|
|
634
638
|
@media (min-width: 1200px) {
|
|
635
639
|
.display-4 {
|
|
@@ -638,9 +642,9 @@ progress {
|
|
|
638
642
|
}
|
|
639
643
|
|
|
640
644
|
.display-5 {
|
|
641
|
-
font-size: calc(1.425rem + 2.1vw);
|
|
642
645
|
font-weight: 300;
|
|
643
646
|
line-height: 1.2;
|
|
647
|
+
font-size: calc(1.425rem + 2.1vw);
|
|
644
648
|
}
|
|
645
649
|
@media (min-width: 1200px) {
|
|
646
650
|
.display-5 {
|
|
@@ -649,9 +653,9 @@ progress {
|
|
|
649
653
|
}
|
|
650
654
|
|
|
651
655
|
.display-6 {
|
|
652
|
-
font-size: calc(1.375rem + 1.5vw);
|
|
653
656
|
font-weight: 300;
|
|
654
657
|
line-height: 1.2;
|
|
658
|
+
font-size: calc(1.375rem + 1.5vw);
|
|
655
659
|
}
|
|
656
660
|
@media (min-width: 1200px) {
|
|
657
661
|
.display-6 {
|
|
@@ -796,7 +800,7 @@ progress {
|
|
|
796
800
|
}
|
|
797
801
|
|
|
798
802
|
.col {
|
|
799
|
-
flex: 1 0 0
|
|
803
|
+
flex: 1 0 0;
|
|
800
804
|
}
|
|
801
805
|
|
|
802
806
|
.row-cols-auto > * {
|
|
@@ -1005,7 +1009,7 @@ progress {
|
|
|
1005
1009
|
|
|
1006
1010
|
@media (min-width: 576px) {
|
|
1007
1011
|
.col-sm {
|
|
1008
|
-
flex: 1 0 0
|
|
1012
|
+
flex: 1 0 0;
|
|
1009
1013
|
}
|
|
1010
1014
|
.row-cols-sm-auto > * {
|
|
1011
1015
|
flex: 0 0 auto;
|
|
@@ -1174,7 +1178,7 @@ progress {
|
|
|
1174
1178
|
}
|
|
1175
1179
|
@media (min-width: 768px) {
|
|
1176
1180
|
.col-md {
|
|
1177
|
-
flex: 1 0 0
|
|
1181
|
+
flex: 1 0 0;
|
|
1178
1182
|
}
|
|
1179
1183
|
.row-cols-md-auto > * {
|
|
1180
1184
|
flex: 0 0 auto;
|
|
@@ -1343,7 +1347,7 @@ progress {
|
|
|
1343
1347
|
}
|
|
1344
1348
|
@media (min-width: 992px) {
|
|
1345
1349
|
.col-lg {
|
|
1346
|
-
flex: 1 0 0
|
|
1350
|
+
flex: 1 0 0;
|
|
1347
1351
|
}
|
|
1348
1352
|
.row-cols-lg-auto > * {
|
|
1349
1353
|
flex: 0 0 auto;
|
|
@@ -1512,7 +1516,7 @@ progress {
|
|
|
1512
1516
|
}
|
|
1513
1517
|
@media (min-width: 1200px) {
|
|
1514
1518
|
.col-xl {
|
|
1515
|
-
flex: 1 0 0
|
|
1519
|
+
flex: 1 0 0;
|
|
1516
1520
|
}
|
|
1517
1521
|
.row-cols-xl-auto > * {
|
|
1518
1522
|
flex: 0 0 auto;
|
|
@@ -1681,7 +1685,7 @@ progress {
|
|
|
1681
1685
|
}
|
|
1682
1686
|
@media (min-width: 1400px) {
|
|
1683
1687
|
.col-xxl {
|
|
1684
|
-
flex: 1 0 0
|
|
1688
|
+
flex: 1 0 0;
|
|
1685
1689
|
}
|
|
1686
1690
|
.row-cols-xxl-auto > * {
|
|
1687
1691
|
flex: 0 0 auto;
|
|
@@ -2542,9 +2546,11 @@ textarea.form-control-lg {
|
|
|
2542
2546
|
top: 0;
|
|
2543
2547
|
left: 0;
|
|
2544
2548
|
z-index: 2;
|
|
2549
|
+
max-width: 100%;
|
|
2545
2550
|
height: 100%;
|
|
2546
2551
|
padding: 1rem 0.75rem;
|
|
2547
2552
|
overflow: hidden;
|
|
2553
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
2548
2554
|
text-align: start;
|
|
2549
2555
|
text-overflow: ellipsis;
|
|
2550
2556
|
white-space: nowrap;
|
|
@@ -2580,18 +2586,19 @@ textarea.form-control-lg {
|
|
|
2580
2586
|
.form-floating > .form-select {
|
|
2581
2587
|
padding-top: 1.625rem;
|
|
2582
2588
|
padding-bottom: 0.625rem;
|
|
2589
|
+
padding-left: 0.75rem;
|
|
2583
2590
|
}
|
|
2584
2591
|
.form-floating > .form-control:focus ~ label,
|
|
2585
2592
|
.form-floating > .form-control:not(:placeholder-shown) ~ label,
|
|
2586
2593
|
.form-floating > .form-control-plaintext ~ label,
|
|
2587
2594
|
.form-floating > .form-select ~ label {
|
|
2588
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
2589
2595
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2590
2596
|
}
|
|
2591
|
-
.form-floating > .form-control
|
|
2592
|
-
.
|
|
2593
|
-
|
|
2594
|
-
.form-floating >
|
|
2597
|
+
.form-floating > .form-control:-webkit-autofill ~ label {
|
|
2598
|
+
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2599
|
+
}
|
|
2600
|
+
.form-floating > textarea:focus ~ label::after,
|
|
2601
|
+
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
|
|
2595
2602
|
position: absolute;
|
|
2596
2603
|
inset: 1rem 0.375rem;
|
|
2597
2604
|
z-index: -1;
|
|
@@ -2600,9 +2607,8 @@ textarea.form-control-lg {
|
|
|
2600
2607
|
background-color: var(--bs-body-bg);
|
|
2601
2608
|
border-radius: var(--bs-border-radius);
|
|
2602
2609
|
}
|
|
2603
|
-
.form-floating >
|
|
2604
|
-
color:
|
|
2605
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2610
|
+
.form-floating > textarea:disabled ~ label::after {
|
|
2611
|
+
background-color: var(--bs-secondary-bg);
|
|
2606
2612
|
}
|
|
2607
2613
|
.form-floating > .form-control-plaintext ~ label {
|
|
2608
2614
|
border-width: var(--bs-border-width) 0;
|
|
@@ -2611,10 +2617,6 @@ textarea.form-control-lg {
|
|
|
2611
2617
|
.form-floating > .form-control:disabled ~ label {
|
|
2612
2618
|
color: #6c757d;
|
|
2613
2619
|
}
|
|
2614
|
-
.form-floating > :disabled ~ label::after,
|
|
2615
|
-
.form-floating > .form-control:disabled ~ label::after {
|
|
2616
|
-
background-color: var(--bs-secondary-bg);
|
|
2617
|
-
}
|
|
2618
2620
|
|
|
2619
2621
|
.input-group {
|
|
2620
2622
|
position: relative;
|
|
@@ -2697,7 +2699,7 @@ textarea.form-control-lg {
|
|
|
2697
2699
|
border-bottom-right-radius: 0;
|
|
2698
2700
|
}
|
|
2699
2701
|
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
|
|
2700
|
-
margin-left: calc(var(--bs-border-width)
|
|
2702
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
2701
2703
|
border-top-left-radius: 0;
|
|
2702
2704
|
border-bottom-left-radius: 0;
|
|
2703
2705
|
}
|
|
@@ -2739,7 +2741,7 @@ textarea.form-control-lg {
|
|
|
2739
2741
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
2740
2742
|
border-color: var(--bs-form-valid-border-color);
|
|
2741
2743
|
padding-right: calc(1.5em + 0.75rem);
|
|
2742
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.
|
|
2744
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
|
|
2743
2745
|
background-repeat: no-repeat;
|
|
2744
2746
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
2745
2747
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -2758,7 +2760,7 @@ textarea.form-control-lg {
|
|
|
2758
2760
|
border-color: var(--bs-form-valid-border-color);
|
|
2759
2761
|
}
|
|
2760
2762
|
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
|
|
2761
|
-
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.
|
|
2763
|
+
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
|
|
2762
2764
|
padding-right: 4.125rem;
|
|
2763
2765
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
2764
2766
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3668,7 +3670,7 @@ textarea.form-control-lg {
|
|
|
3668
3670
|
}
|
|
3669
3671
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
3670
3672
|
.btn-group > .btn-group:not(:first-child) {
|
|
3671
|
-
margin-left: calc(var(--bs-border-width)
|
|
3673
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
3672
3674
|
}
|
|
3673
3675
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
3674
3676
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -3715,14 +3717,15 @@ textarea.form-control-lg {
|
|
|
3715
3717
|
}
|
|
3716
3718
|
.btn-group-vertical > .btn:not(:first-child),
|
|
3717
3719
|
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
3718
|
-
margin-top: calc(var(--bs-border-width)
|
|
3720
|
+
margin-top: calc(-1 * var(--bs-border-width));
|
|
3719
3721
|
}
|
|
3720
3722
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
3721
3723
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
|
3722
3724
|
border-bottom-right-radius: 0;
|
|
3723
3725
|
border-bottom-left-radius: 0;
|
|
3724
3726
|
}
|
|
3725
|
-
.btn-group-vertical > .btn
|
|
3727
|
+
.btn-group-vertical > .btn:nth-child(n+3),
|
|
3728
|
+
.btn-group-vertical > :not(.btn-check) + .btn,
|
|
3726
3729
|
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
|
|
3727
3730
|
border-top-left-radius: 0;
|
|
3728
3731
|
border-top-right-radius: 0;
|
|
@@ -3846,8 +3849,8 @@ textarea.form-control-lg {
|
|
|
3846
3849
|
|
|
3847
3850
|
.nav-justified > .nav-link,
|
|
3848
3851
|
.nav-justified .nav-item {
|
|
3849
|
-
flex-basis: 0;
|
|
3850
3852
|
flex-grow: 1;
|
|
3853
|
+
flex-basis: 0;
|
|
3851
3854
|
text-align: center;
|
|
3852
3855
|
}
|
|
3853
3856
|
|
|
@@ -3948,8 +3951,8 @@ textarea.form-control-lg {
|
|
|
3948
3951
|
}
|
|
3949
3952
|
|
|
3950
3953
|
.navbar-collapse {
|
|
3951
|
-
flex-basis: 100%;
|
|
3952
3954
|
flex-grow: 1;
|
|
3955
|
+
flex-basis: 100%;
|
|
3953
3956
|
align-items: center;
|
|
3954
3957
|
}
|
|
3955
3958
|
|
|
@@ -4444,7 +4447,7 @@ textarea.form-control-lg {
|
|
|
4444
4447
|
flex-flow: row wrap;
|
|
4445
4448
|
}
|
|
4446
4449
|
.card-group > .card {
|
|
4447
|
-
flex: 1 0 0
|
|
4450
|
+
flex: 1 0 0;
|
|
4448
4451
|
margin-bottom: 0;
|
|
4449
4452
|
}
|
|
4450
4453
|
.card-group > .card + .card {
|
|
@@ -4455,24 +4458,24 @@ textarea.form-control-lg {
|
|
|
4455
4458
|
border-top-right-radius: 0;
|
|
4456
4459
|
border-bottom-right-radius: 0;
|
|
4457
4460
|
}
|
|
4458
|
-
.card-group > .card:not(:last-child) .card-img-top,
|
|
4459
|
-
.card-group > .card:not(:last-child) .card-header {
|
|
4461
|
+
.card-group > .card:not(:last-child) > .card-img-top,
|
|
4462
|
+
.card-group > .card:not(:last-child) > .card-header {
|
|
4460
4463
|
border-top-right-radius: 0;
|
|
4461
4464
|
}
|
|
4462
|
-
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
4463
|
-
.card-group > .card:not(:last-child) .card-footer {
|
|
4465
|
+
.card-group > .card:not(:last-child) > .card-img-bottom,
|
|
4466
|
+
.card-group > .card:not(:last-child) > .card-footer {
|
|
4464
4467
|
border-bottom-right-radius: 0;
|
|
4465
4468
|
}
|
|
4466
4469
|
.card-group > .card:not(:first-child) {
|
|
4467
4470
|
border-top-left-radius: 0;
|
|
4468
4471
|
border-bottom-left-radius: 0;
|
|
4469
4472
|
}
|
|
4470
|
-
.card-group > .card:not(:first-child) .card-img-top,
|
|
4471
|
-
.card-group > .card:not(:first-child) .card-header {
|
|
4473
|
+
.card-group > .card:not(:first-child) > .card-img-top,
|
|
4474
|
+
.card-group > .card:not(:first-child) > .card-header {
|
|
4472
4475
|
border-top-left-radius: 0;
|
|
4473
4476
|
}
|
|
4474
|
-
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
4475
|
-
.card-group > .card:not(:first-child) .card-footer {
|
|
4477
|
+
.card-group > .card:not(:first-child) > .card-img-bottom,
|
|
4478
|
+
.card-group > .card:not(:first-child) > .card-footer {
|
|
4476
4479
|
border-bottom-left-radius: 0;
|
|
4477
4480
|
}
|
|
4478
4481
|
}
|
|
@@ -4489,11 +4492,11 @@ textarea.form-control-lg {
|
|
|
4489
4492
|
--bs-accordion-btn-padding-y: 1rem;
|
|
4490
4493
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
4491
4494
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
4492
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
4495
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
4493
4496
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
4494
4497
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
4495
4498
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
4496
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
4499
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
4497
4500
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
4498
4501
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
4499
4502
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -4603,16 +4606,15 @@ textarea.form-control-lg {
|
|
|
4603
4606
|
.accordion-flush > .accordion-item:last-child {
|
|
4604
4607
|
border-bottom: 0;
|
|
4605
4608
|
}
|
|
4606
|
-
.accordion-flush > .accordion-item > .accordion-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
.accordion-flush > .accordion-item > .accordion-collapse {
|
|
4609
|
+
.accordion-flush > .accordion-item > .accordion-collapse,
|
|
4610
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
|
|
4611
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
4610
4612
|
border-radius: 0;
|
|
4611
4613
|
}
|
|
4612
4614
|
|
|
4613
4615
|
[data-bs-theme=dark] .accordion-button::after {
|
|
4614
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
4615
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
4616
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
4617
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
4616
4618
|
}
|
|
4617
4619
|
|
|
4618
4620
|
.breadcrumb {
|
|
@@ -4716,7 +4718,7 @@ textarea.form-control-lg {
|
|
|
4716
4718
|
}
|
|
4717
4719
|
|
|
4718
4720
|
.page-item:not(:first-child) .page-link {
|
|
4719
|
-
margin-left: calc(var(--bs-border-width)
|
|
4721
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
4720
4722
|
}
|
|
4721
4723
|
.page-item:first-child .page-link {
|
|
4722
4724
|
border-top-left-radius: var(--bs-pagination-border-radius);
|
|
@@ -4865,7 +4867,7 @@ textarea.form-control-lg {
|
|
|
4865
4867
|
|
|
4866
4868
|
@keyframes progress-bar-stripes {
|
|
4867
4869
|
0% {
|
|
4868
|
-
background-position-x:
|
|
4870
|
+
background-position-x: var(--bs-progress-height);
|
|
4869
4871
|
}
|
|
4870
4872
|
}
|
|
4871
4873
|
.progress,
|
|
@@ -4959,22 +4961,6 @@ textarea.form-control-lg {
|
|
|
4959
4961
|
counter-increment: section;
|
|
4960
4962
|
}
|
|
4961
4963
|
|
|
4962
|
-
.list-group-item-action {
|
|
4963
|
-
width: 100%;
|
|
4964
|
-
color: var(--bs-list-group-action-color);
|
|
4965
|
-
text-align: inherit;
|
|
4966
|
-
}
|
|
4967
|
-
.list-group-item-action:hover, .list-group-item-action:focus {
|
|
4968
|
-
z-index: 1;
|
|
4969
|
-
color: var(--bs-list-group-action-hover-color);
|
|
4970
|
-
text-decoration: none;
|
|
4971
|
-
background-color: var(--bs-list-group-action-hover-bg);
|
|
4972
|
-
}
|
|
4973
|
-
.list-group-item-action:active {
|
|
4974
|
-
color: var(--bs-list-group-action-active-color);
|
|
4975
|
-
background-color: var(--bs-list-group-action-active-bg);
|
|
4976
|
-
}
|
|
4977
|
-
|
|
4978
4964
|
.list-group-item {
|
|
4979
4965
|
position: relative;
|
|
4980
4966
|
display: block;
|
|
@@ -5011,6 +4997,22 @@ textarea.form-control-lg {
|
|
|
5011
4997
|
border-top-width: var(--bs-list-group-border-width);
|
|
5012
4998
|
}
|
|
5013
4999
|
|
|
5000
|
+
.list-group-item-action {
|
|
5001
|
+
width: 100%;
|
|
5002
|
+
color: var(--bs-list-group-action-color);
|
|
5003
|
+
text-align: inherit;
|
|
5004
|
+
}
|
|
5005
|
+
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
|
|
5006
|
+
z-index: 1;
|
|
5007
|
+
color: var(--bs-list-group-action-hover-color);
|
|
5008
|
+
text-decoration: none;
|
|
5009
|
+
background-color: var(--bs-list-group-action-hover-bg);
|
|
5010
|
+
}
|
|
5011
|
+
.list-group-item-action:not(.active):active {
|
|
5012
|
+
color: var(--bs-list-group-action-active-color);
|
|
5013
|
+
background-color: var(--bs-list-group-action-active-bg);
|
|
5014
|
+
}
|
|
5015
|
+
|
|
5014
5016
|
.list-group-horizontal {
|
|
5015
5017
|
flex-direction: row;
|
|
5016
5018
|
}
|
|
@@ -5270,19 +5272,19 @@ textarea.form-control-lg {
|
|
|
5270
5272
|
|
|
5271
5273
|
.btn-close {
|
|
5272
5274
|
--bs-btn-close-color: #000;
|
|
5273
|
-
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.
|
|
5275
|
+
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
|
|
5274
5276
|
--bs-btn-close-opacity: 0.5;
|
|
5275
5277
|
--bs-btn-close-hover-opacity: 0.75;
|
|
5276
5278
|
--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
5277
5279
|
--bs-btn-close-focus-opacity: 1;
|
|
5278
5280
|
--bs-btn-close-disabled-opacity: 0.25;
|
|
5279
|
-
--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5280
5281
|
box-sizing: content-box;
|
|
5281
5282
|
width: 1em;
|
|
5282
5283
|
height: 1em;
|
|
5283
5284
|
padding: 0.25em 0.25em;
|
|
5284
5285
|
color: var(--bs-btn-close-color);
|
|
5285
5286
|
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
|
|
5287
|
+
filter: var(--bs-btn-close-filter);
|
|
5286
5288
|
border: 0;
|
|
5287
5289
|
border-radius: 0.375rem;
|
|
5288
5290
|
opacity: var(--bs-btn-close-opacity);
|
|
@@ -5304,11 +5306,16 @@ textarea.form-control-lg {
|
|
|
5304
5306
|
}
|
|
5305
5307
|
|
|
5306
5308
|
.btn-close-white {
|
|
5307
|
-
|
|
5309
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5310
|
+
}
|
|
5311
|
+
|
|
5312
|
+
:root,
|
|
5313
|
+
[data-bs-theme=light] {
|
|
5314
|
+
--bs-btn-close-filter: ;
|
|
5308
5315
|
}
|
|
5309
5316
|
|
|
5310
|
-
[data-bs-theme=dark]
|
|
5311
|
-
|
|
5317
|
+
[data-bs-theme=dark] {
|
|
5318
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5312
5319
|
}
|
|
5313
5320
|
|
|
5314
5321
|
.toast {
|
|
@@ -5383,7 +5390,7 @@ textarea.form-control-lg {
|
|
|
5383
5390
|
--bs-modal-width: 500px;
|
|
5384
5391
|
--bs-modal-padding: 1rem;
|
|
5385
5392
|
--bs-modal-margin: 0.5rem;
|
|
5386
|
-
--bs-modal-color: ;
|
|
5393
|
+
--bs-modal-color: var(--bs-body-color);
|
|
5387
5394
|
--bs-modal-bg: var(--bs-body-bg);
|
|
5388
5395
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
5389
5396
|
--bs-modal-border-width: var(--bs-border-width);
|
|
@@ -5419,8 +5426,8 @@ textarea.form-control-lg {
|
|
|
5419
5426
|
pointer-events: none;
|
|
5420
5427
|
}
|
|
5421
5428
|
.modal.fade .modal-dialog {
|
|
5422
|
-
transition: transform 0.3s ease-out;
|
|
5423
5429
|
transform: translate(0, -50px);
|
|
5430
|
+
transition: transform 0.3s ease-out;
|
|
5424
5431
|
}
|
|
5425
5432
|
@media (prefers-reduced-motion: reduce) {
|
|
5426
5433
|
.modal.fade .modal-dialog {
|
|
@@ -5495,7 +5502,10 @@ textarea.form-control-lg {
|
|
|
5495
5502
|
}
|
|
5496
5503
|
.modal-header .btn-close {
|
|
5497
5504
|
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
|
|
5498
|
-
margin: calc(-0.5 * var(--bs-modal-header-padding-y))
|
|
5505
|
+
margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
5506
|
+
margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
|
|
5507
|
+
margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
5508
|
+
margin-left: auto;
|
|
5499
5509
|
}
|
|
5500
5510
|
|
|
5501
5511
|
.modal-title {
|
|
@@ -6015,6 +6025,7 @@ textarea.form-control-lg {
|
|
|
6015
6025
|
color: #fff;
|
|
6016
6026
|
text-align: center;
|
|
6017
6027
|
background: none;
|
|
6028
|
+
filter: var(--bs-carousel-control-icon-filter);
|
|
6018
6029
|
border: 0;
|
|
6019
6030
|
opacity: 0.5;
|
|
6020
6031
|
transition: opacity 0.15s ease;
|
|
@@ -6053,11 +6064,11 @@ textarea.form-control-lg {
|
|
|
6053
6064
|
}
|
|
6054
6065
|
|
|
6055
6066
|
.carousel-control-prev-icon {
|
|
6056
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708
|
|
6067
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
|
|
6057
6068
|
}
|
|
6058
6069
|
|
|
6059
6070
|
.carousel-control-next-icon {
|
|
6060
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.
|
|
6071
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
|
|
6061
6072
|
}
|
|
6062
6073
|
|
|
6063
6074
|
.carousel-indicators {
|
|
@@ -6083,7 +6094,7 @@ textarea.form-control-lg {
|
|
|
6083
6094
|
margin-left: 3px;
|
|
6084
6095
|
text-indent: -999px;
|
|
6085
6096
|
cursor: pointer;
|
|
6086
|
-
background-color:
|
|
6097
|
+
background-color: var(--bs-carousel-indicator-active-bg);
|
|
6087
6098
|
background-clip: padding-box;
|
|
6088
6099
|
border: 0;
|
|
6089
6100
|
border-top: 10px solid transparent;
|
|
@@ -6107,36 +6118,33 @@ textarea.form-control-lg {
|
|
|
6107
6118
|
left: 15%;
|
|
6108
6119
|
padding-top: 1.25rem;
|
|
6109
6120
|
padding-bottom: 1.25rem;
|
|
6110
|
-
color:
|
|
6121
|
+
color: var(--bs-carousel-caption-color);
|
|
6111
6122
|
text-align: center;
|
|
6112
6123
|
}
|
|
6113
6124
|
|
|
6114
|
-
.carousel-dark
|
|
6115
|
-
|
|
6116
|
-
|
|
6117
|
-
|
|
6118
|
-
.carousel-dark .carousel-indicators [data-bs-target] {
|
|
6119
|
-
background-color: #000;
|
|
6120
|
-
}
|
|
6121
|
-
.carousel-dark .carousel-caption {
|
|
6122
|
-
color: #000;
|
|
6125
|
+
.carousel-dark {
|
|
6126
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6127
|
+
--bs-carousel-caption-color: #000;
|
|
6128
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6123
6129
|
}
|
|
6124
6130
|
|
|
6125
|
-
|
|
6126
|
-
[data-bs-theme=
|
|
6127
|
-
|
|
6128
|
-
|
|
6129
|
-
|
|
6130
|
-
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
|
|
6131
|
-
background-color: #000;
|
|
6131
|
+
:root,
|
|
6132
|
+
[data-bs-theme=light] {
|
|
6133
|
+
--bs-carousel-indicator-active-bg: #fff;
|
|
6134
|
+
--bs-carousel-caption-color: #fff;
|
|
6135
|
+
--bs-carousel-control-icon-filter: ;
|
|
6132
6136
|
}
|
|
6133
|
-
|
|
6134
|
-
|
|
6137
|
+
|
|
6138
|
+
[data-bs-theme=dark] {
|
|
6139
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6140
|
+
--bs-carousel-caption-color: #000;
|
|
6141
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6135
6142
|
}
|
|
6136
6143
|
|
|
6137
6144
|
.spinner-grow,
|
|
6138
6145
|
.spinner-border {
|
|
6139
6146
|
display: inline-block;
|
|
6147
|
+
flex-shrink: 0;
|
|
6140
6148
|
width: var(--bs-spinner-width);
|
|
6141
6149
|
height: var(--bs-spinner-height);
|
|
6142
6150
|
vertical-align: var(--bs-spinner-vertical-align);
|
|
@@ -6681,7 +6689,10 @@ textarea.form-control-lg {
|
|
|
6681
6689
|
}
|
|
6682
6690
|
.offcanvas-header .btn-close {
|
|
6683
6691
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
|
6684
|
-
margin: calc(-0.5 * var(--bs-offcanvas-padding-y))
|
|
6692
|
+
margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
6693
|
+
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
6694
|
+
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
6695
|
+
margin-left: auto;
|
|
6685
6696
|
}
|
|
6686
6697
|
|
|
6687
6698
|
.offcanvas-title {
|
|
@@ -7047,6 +7058,10 @@ textarea.form-control-lg {
|
|
|
7047
7058
|
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
7048
7059
|
position: absolute !important;
|
|
7049
7060
|
}
|
|
7061
|
+
.visually-hidden *,
|
|
7062
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
|
|
7063
|
+
overflow: hidden !important;
|
|
7064
|
+
}
|
|
7050
7065
|
|
|
7051
7066
|
.stretched-link::after {
|
|
7052
7067
|
position: absolute;
|