@haniffalab/cherita-react 1.1.1 → 1.2.0-dev.2025-04-09.0f69cbd1
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/cjs/components/obs-list/ObsItem.js +22 -96
- package/dist/cjs/components/obs-list/ObsList.js +19 -56
- package/dist/cjs/components/var-list/VarItem.js +14 -10
- package/dist/cjs/utils/VirtualizedList.js +1 -1
- package/dist/css/cherita.css +134 -108
- package/dist/css/cherita.css.map +1 -1
- package/dist/esm/components/obs-list/ObsItem.js +23 -97
- package/dist/esm/components/obs-list/ObsList.js +19 -57
- package/dist/esm/components/var-list/VarItem.js +14 -10
- package/dist/esm/utils/VirtualizedList.js +1 -1
- package/package.json +4 -3
- package/scss/cherita.scss +10 -8
- package/scss/components/accordions.scss +5 -0
- package/scss/components/lists.scss +15 -3
package/dist/css/cherita.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Bootstrap v5.3.
|
|
4
|
-
* Copyright 2011-
|
|
3
|
+
* Bootstrap v5.3.5 (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 {
|
|
@@ -594,9 +594,9 @@ progress {
|
|
|
594
594
|
}
|
|
595
595
|
|
|
596
596
|
.display-1 {
|
|
597
|
-
font-size: calc(1.625rem + 4.5vw);
|
|
598
597
|
font-weight: 300;
|
|
599
598
|
line-height: 1.2;
|
|
599
|
+
font-size: calc(1.625rem + 4.5vw);
|
|
600
600
|
}
|
|
601
601
|
@media (min-width: 1200px) {
|
|
602
602
|
.display-1 {
|
|
@@ -605,9 +605,9 @@ progress {
|
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
.display-2 {
|
|
608
|
-
font-size: calc(1.575rem + 3.9vw);
|
|
609
608
|
font-weight: 300;
|
|
610
609
|
line-height: 1.2;
|
|
610
|
+
font-size: calc(1.575rem + 3.9vw);
|
|
611
611
|
}
|
|
612
612
|
@media (min-width: 1200px) {
|
|
613
613
|
.display-2 {
|
|
@@ -616,9 +616,9 @@ progress {
|
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
.display-3 {
|
|
619
|
-
font-size: calc(1.525rem + 3.3vw);
|
|
620
619
|
font-weight: 300;
|
|
621
620
|
line-height: 1.2;
|
|
621
|
+
font-size: calc(1.525rem + 3.3vw);
|
|
622
622
|
}
|
|
623
623
|
@media (min-width: 1200px) {
|
|
624
624
|
.display-3 {
|
|
@@ -627,9 +627,9 @@ progress {
|
|
|
627
627
|
}
|
|
628
628
|
|
|
629
629
|
.display-4 {
|
|
630
|
-
font-size: calc(1.475rem + 2.7vw);
|
|
631
630
|
font-weight: 300;
|
|
632
631
|
line-height: 1.2;
|
|
632
|
+
font-size: calc(1.475rem + 2.7vw);
|
|
633
633
|
}
|
|
634
634
|
@media (min-width: 1200px) {
|
|
635
635
|
.display-4 {
|
|
@@ -638,9 +638,9 @@ progress {
|
|
|
638
638
|
}
|
|
639
639
|
|
|
640
640
|
.display-5 {
|
|
641
|
-
font-size: calc(1.425rem + 2.1vw);
|
|
642
641
|
font-weight: 300;
|
|
643
642
|
line-height: 1.2;
|
|
643
|
+
font-size: calc(1.425rem + 2.1vw);
|
|
644
644
|
}
|
|
645
645
|
@media (min-width: 1200px) {
|
|
646
646
|
.display-5 {
|
|
@@ -649,9 +649,9 @@ progress {
|
|
|
649
649
|
}
|
|
650
650
|
|
|
651
651
|
.display-6 {
|
|
652
|
-
font-size: calc(1.375rem + 1.5vw);
|
|
653
652
|
font-weight: 300;
|
|
654
653
|
line-height: 1.2;
|
|
654
|
+
font-size: calc(1.375rem + 1.5vw);
|
|
655
655
|
}
|
|
656
656
|
@media (min-width: 1200px) {
|
|
657
657
|
.display-6 {
|
|
@@ -796,7 +796,7 @@ progress {
|
|
|
796
796
|
}
|
|
797
797
|
|
|
798
798
|
.col, .cherita-app-obs, .cherita-app-plot, .cherita-app-var {
|
|
799
|
-
flex: 1 0 0
|
|
799
|
+
flex: 1 0 0;
|
|
800
800
|
}
|
|
801
801
|
|
|
802
802
|
.row-cols-auto > * {
|
|
@@ -1005,7 +1005,7 @@ progress {
|
|
|
1005
1005
|
|
|
1006
1006
|
@media (min-width: 576px) {
|
|
1007
1007
|
.col-sm {
|
|
1008
|
-
flex: 1 0 0
|
|
1008
|
+
flex: 1 0 0;
|
|
1009
1009
|
}
|
|
1010
1010
|
.row-cols-sm-auto > * {
|
|
1011
1011
|
flex: 0 0 auto;
|
|
@@ -1174,7 +1174,7 @@ progress {
|
|
|
1174
1174
|
}
|
|
1175
1175
|
@media (min-width: 768px) {
|
|
1176
1176
|
.col-md {
|
|
1177
|
-
flex: 1 0 0
|
|
1177
|
+
flex: 1 0 0;
|
|
1178
1178
|
}
|
|
1179
1179
|
.row-cols-md-auto > * {
|
|
1180
1180
|
flex: 0 0 auto;
|
|
@@ -1343,7 +1343,7 @@ progress {
|
|
|
1343
1343
|
}
|
|
1344
1344
|
@media (min-width: 992px) {
|
|
1345
1345
|
.col-lg {
|
|
1346
|
-
flex: 1 0 0
|
|
1346
|
+
flex: 1 0 0;
|
|
1347
1347
|
}
|
|
1348
1348
|
.row-cols-lg-auto > * {
|
|
1349
1349
|
flex: 0 0 auto;
|
|
@@ -1512,7 +1512,7 @@ progress {
|
|
|
1512
1512
|
}
|
|
1513
1513
|
@media (min-width: 1200px) {
|
|
1514
1514
|
.col-xl {
|
|
1515
|
-
flex: 1 0 0
|
|
1515
|
+
flex: 1 0 0;
|
|
1516
1516
|
}
|
|
1517
1517
|
.row-cols-xl-auto > * {
|
|
1518
1518
|
flex: 0 0 auto;
|
|
@@ -1681,7 +1681,7 @@ progress {
|
|
|
1681
1681
|
}
|
|
1682
1682
|
@media (min-width: 1400px) {
|
|
1683
1683
|
.col-xxl {
|
|
1684
|
-
flex: 1 0 0
|
|
1684
|
+
flex: 1 0 0;
|
|
1685
1685
|
}
|
|
1686
1686
|
.row-cols-xxl-auto > * {
|
|
1687
1687
|
flex: 0 0 auto;
|
|
@@ -2542,9 +2542,11 @@ textarea.form-control-lg {
|
|
|
2542
2542
|
top: 0;
|
|
2543
2543
|
left: 0;
|
|
2544
2544
|
z-index: 2;
|
|
2545
|
+
max-width: 100%;
|
|
2545
2546
|
height: 100%;
|
|
2546
2547
|
padding: 1rem 0.75rem;
|
|
2547
2548
|
overflow: hidden;
|
|
2549
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
2548
2550
|
text-align: start;
|
|
2549
2551
|
text-overflow: ellipsis;
|
|
2550
2552
|
white-space: nowrap;
|
|
@@ -2580,18 +2582,19 @@ textarea.form-control-lg {
|
|
|
2580
2582
|
.form-floating > .form-select {
|
|
2581
2583
|
padding-top: 1.625rem;
|
|
2582
2584
|
padding-bottom: 0.625rem;
|
|
2585
|
+
padding-left: 0.75rem;
|
|
2583
2586
|
}
|
|
2584
2587
|
.form-floating > .form-control:focus ~ label,
|
|
2585
2588
|
.form-floating > .form-control:not(:placeholder-shown) ~ label,
|
|
2586
2589
|
.form-floating > .form-control-plaintext ~ label,
|
|
2587
2590
|
.form-floating > .form-select ~ label {
|
|
2588
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
2589
2591
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2590
2592
|
}
|
|
2591
|
-
.form-floating > .form-control
|
|
2592
|
-
.
|
|
2593
|
-
|
|
2594
|
-
.form-floating >
|
|
2593
|
+
.form-floating > .form-control:-webkit-autofill ~ label {
|
|
2594
|
+
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2595
|
+
}
|
|
2596
|
+
.form-floating > textarea:focus ~ label::after,
|
|
2597
|
+
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
|
|
2595
2598
|
position: absolute;
|
|
2596
2599
|
inset: 1rem 0.375rem;
|
|
2597
2600
|
z-index: -1;
|
|
@@ -2600,9 +2603,8 @@ textarea.form-control-lg {
|
|
|
2600
2603
|
background-color: var(--bs-body-bg);
|
|
2601
2604
|
border-radius: var(--bs-border-radius);
|
|
2602
2605
|
}
|
|
2603
|
-
.form-floating >
|
|
2604
|
-
color:
|
|
2605
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2606
|
+
.form-floating > textarea:disabled ~ label::after {
|
|
2607
|
+
background-color: var(--bs-secondary-bg);
|
|
2606
2608
|
}
|
|
2607
2609
|
.form-floating > .form-control-plaintext ~ label {
|
|
2608
2610
|
border-width: var(--bs-border-width) 0;
|
|
@@ -2611,10 +2613,6 @@ textarea.form-control-lg {
|
|
|
2611
2613
|
.form-floating > .form-control:disabled ~ label {
|
|
2612
2614
|
color: #6c757d;
|
|
2613
2615
|
}
|
|
2614
|
-
.form-floating > :disabled ~ label::after,
|
|
2615
|
-
.form-floating > .form-control:disabled ~ label::after {
|
|
2616
|
-
background-color: var(--bs-secondary-bg);
|
|
2617
|
-
}
|
|
2618
2616
|
|
|
2619
2617
|
.input-group {
|
|
2620
2618
|
position: relative;
|
|
@@ -2697,7 +2695,7 @@ textarea.form-control-lg {
|
|
|
2697
2695
|
border-bottom-right-radius: 0;
|
|
2698
2696
|
}
|
|
2699
2697
|
.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)
|
|
2698
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
2701
2699
|
border-top-left-radius: 0;
|
|
2702
2700
|
border-bottom-left-radius: 0;
|
|
2703
2701
|
}
|
|
@@ -2739,7 +2737,7 @@ textarea.form-control-lg {
|
|
|
2739
2737
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
2740
2738
|
border-color: var(--bs-form-valid-border-color);
|
|
2741
2739
|
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.
|
|
2740
|
+
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
2741
|
background-repeat: no-repeat;
|
|
2744
2742
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
2745
2743
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -2758,7 +2756,7 @@ textarea.form-control-lg {
|
|
|
2758
2756
|
border-color: var(--bs-form-valid-border-color);
|
|
2759
2757
|
}
|
|
2760
2758
|
.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.
|
|
2759
|
+
--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
2760
|
padding-right: 4.125rem;
|
|
2763
2761
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
2764
2762
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3668,7 +3666,7 @@ textarea.form-control-lg {
|
|
|
3668
3666
|
}
|
|
3669
3667
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
3670
3668
|
.btn-group > .btn-group:not(:first-child) {
|
|
3671
|
-
margin-left: calc(var(--bs-border-width)
|
|
3669
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
3672
3670
|
}
|
|
3673
3671
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
3674
3672
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -3715,14 +3713,15 @@ textarea.form-control-lg {
|
|
|
3715
3713
|
}
|
|
3716
3714
|
.btn-group-vertical > .btn:not(:first-child),
|
|
3717
3715
|
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
3718
|
-
margin-top: calc(var(--bs-border-width)
|
|
3716
|
+
margin-top: calc(-1 * var(--bs-border-width));
|
|
3719
3717
|
}
|
|
3720
3718
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
3721
3719
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
|
3722
3720
|
border-bottom-right-radius: 0;
|
|
3723
3721
|
border-bottom-left-radius: 0;
|
|
3724
3722
|
}
|
|
3725
|
-
.btn-group-vertical > .btn
|
|
3723
|
+
.btn-group-vertical > .btn:nth-child(n+3),
|
|
3724
|
+
.btn-group-vertical > :not(.btn-check) + .btn,
|
|
3726
3725
|
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
|
|
3727
3726
|
border-top-left-radius: 0;
|
|
3728
3727
|
border-top-right-radius: 0;
|
|
@@ -3846,8 +3845,8 @@ textarea.form-control-lg {
|
|
|
3846
3845
|
|
|
3847
3846
|
.nav-justified > .nav-link,
|
|
3848
3847
|
.nav-justified .nav-item {
|
|
3849
|
-
flex-basis: 0;
|
|
3850
3848
|
flex-grow: 1;
|
|
3849
|
+
flex-basis: 0;
|
|
3851
3850
|
text-align: center;
|
|
3852
3851
|
}
|
|
3853
3852
|
|
|
@@ -3948,8 +3947,8 @@ textarea.form-control-lg {
|
|
|
3948
3947
|
}
|
|
3949
3948
|
|
|
3950
3949
|
.navbar-collapse {
|
|
3951
|
-
flex-basis: 100%;
|
|
3952
3950
|
flex-grow: 1;
|
|
3951
|
+
flex-basis: 100%;
|
|
3953
3952
|
align-items: center;
|
|
3954
3953
|
}
|
|
3955
3954
|
|
|
@@ -4444,7 +4443,7 @@ textarea.form-control-lg {
|
|
|
4444
4443
|
flex-flow: row wrap;
|
|
4445
4444
|
}
|
|
4446
4445
|
.card-group > .card {
|
|
4447
|
-
flex: 1 0 0
|
|
4446
|
+
flex: 1 0 0;
|
|
4448
4447
|
margin-bottom: 0;
|
|
4449
4448
|
}
|
|
4450
4449
|
.card-group > .card + .card {
|
|
@@ -4489,11 +4488,11 @@ textarea.form-control-lg {
|
|
|
4489
4488
|
--bs-accordion-btn-padding-y: 1rem;
|
|
4490
4489
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
4491
4490
|
--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='
|
|
4491
|
+
--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
4492
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
4494
4493
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
4495
4494
|
--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='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
4495
|
+
--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='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
4497
4496
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
4498
4497
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
4499
4498
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -4592,27 +4591,27 @@ textarea.form-control-lg {
|
|
|
4592
4591
|
padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
|
|
4593
4592
|
}
|
|
4594
4593
|
|
|
4595
|
-
.accordion-flush > .accordion-item {
|
|
4594
|
+
.accordion-flush > .accordion-item, .obs-group-accordion-body > .accordion-item {
|
|
4596
4595
|
border-right: 0;
|
|
4597
4596
|
border-left: 0;
|
|
4598
4597
|
border-radius: 0;
|
|
4599
4598
|
}
|
|
4600
|
-
.accordion-flush > .accordion-item:first-child {
|
|
4599
|
+
.accordion-flush > .accordion-item:first-child, .obs-group-accordion-body > .accordion-item:first-child {
|
|
4601
4600
|
border-top: 0;
|
|
4602
4601
|
}
|
|
4603
|
-
.accordion-flush > .accordion-item:last-child {
|
|
4602
|
+
.accordion-flush > .accordion-item:last-child, .obs-group-accordion-body > .accordion-item:last-child {
|
|
4604
4603
|
border-bottom: 0;
|
|
4605
4604
|
}
|
|
4606
|
-
.accordion-flush > .accordion-item > .accordion-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
.accordion-flush > .accordion-item > .accordion-
|
|
4605
|
+
.accordion-flush > .accordion-item > .accordion-collapse, .obs-group-accordion-body > .accordion-item > .accordion-collapse,
|
|
4606
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
|
|
4607
|
+
.obs-group-accordion-body > .accordion-item > .accordion-header .accordion-button,
|
|
4608
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
4610
4609
|
border-radius: 0;
|
|
4611
4610
|
}
|
|
4612
4611
|
|
|
4613
4612
|
[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='%236ea8fe'%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='%236ea8fe'%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-.
|
|
4613
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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");
|
|
4614
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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
4615
|
}
|
|
4617
4616
|
|
|
4618
4617
|
.breadcrumb {
|
|
@@ -4716,7 +4715,7 @@ textarea.form-control-lg {
|
|
|
4716
4715
|
}
|
|
4717
4716
|
|
|
4718
4717
|
.page-item:not(:first-child) .page-link {
|
|
4719
|
-
margin-left: calc(var(--bs-border-width)
|
|
4718
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
4720
4719
|
}
|
|
4721
4720
|
.page-item:first-child .page-link {
|
|
4722
4721
|
border-top-left-radius: var(--bs-pagination-border-radius);
|
|
@@ -4865,7 +4864,7 @@ textarea.form-control-lg {
|
|
|
4865
4864
|
|
|
4866
4865
|
@keyframes progress-bar-stripes {
|
|
4867
4866
|
0% {
|
|
4868
|
-
background-position-x:
|
|
4867
|
+
background-position-x: var(--bs-progress-height);
|
|
4869
4868
|
}
|
|
4870
4869
|
}
|
|
4871
4870
|
.progress,
|
|
@@ -4959,22 +4958,6 @@ textarea.form-control-lg {
|
|
|
4959
4958
|
counter-increment: section;
|
|
4960
4959
|
}
|
|
4961
4960
|
|
|
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
4961
|
.list-group-item {
|
|
4979
4962
|
position: relative;
|
|
4980
4963
|
display: block;
|
|
@@ -5011,6 +4994,22 @@ textarea.form-control-lg {
|
|
|
5011
4994
|
border-top-width: var(--bs-list-group-border-width);
|
|
5012
4995
|
}
|
|
5013
4996
|
|
|
4997
|
+
.list-group-item-action {
|
|
4998
|
+
width: 100%;
|
|
4999
|
+
color: var(--bs-list-group-action-color);
|
|
5000
|
+
text-align: inherit;
|
|
5001
|
+
}
|
|
5002
|
+
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
|
|
5003
|
+
z-index: 1;
|
|
5004
|
+
color: var(--bs-list-group-action-hover-color);
|
|
5005
|
+
text-decoration: none;
|
|
5006
|
+
background-color: var(--bs-list-group-action-hover-bg);
|
|
5007
|
+
}
|
|
5008
|
+
.list-group-item-action:not(.active):active {
|
|
5009
|
+
color: var(--bs-list-group-action-active-color);
|
|
5010
|
+
background-color: var(--bs-list-group-action-active-bg);
|
|
5011
|
+
}
|
|
5012
|
+
|
|
5014
5013
|
.list-group-horizontal {
|
|
5015
5014
|
flex-direction: row;
|
|
5016
5015
|
}
|
|
@@ -5270,19 +5269,19 @@ textarea.form-control-lg {
|
|
|
5270
5269
|
|
|
5271
5270
|
.btn-close {
|
|
5272
5271
|
--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.
|
|
5272
|
+
--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
5273
|
--bs-btn-close-opacity: 0.5;
|
|
5275
5274
|
--bs-btn-close-hover-opacity: 0.75;
|
|
5276
5275
|
--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
5277
5276
|
--bs-btn-close-focus-opacity: 1;
|
|
5278
5277
|
--bs-btn-close-disabled-opacity: 0.25;
|
|
5279
|
-
--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5280
5278
|
box-sizing: content-box;
|
|
5281
5279
|
width: 1em;
|
|
5282
5280
|
height: 1em;
|
|
5283
5281
|
padding: 0.25em 0.25em;
|
|
5284
5282
|
color: var(--bs-btn-close-color);
|
|
5285
5283
|
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
|
|
5284
|
+
filter: var(--bs-btn-close-filter);
|
|
5286
5285
|
border: 0;
|
|
5287
5286
|
border-radius: 0.375rem;
|
|
5288
5287
|
opacity: var(--bs-btn-close-opacity);
|
|
@@ -5304,11 +5303,16 @@ textarea.form-control-lg {
|
|
|
5304
5303
|
}
|
|
5305
5304
|
|
|
5306
5305
|
.btn-close-white {
|
|
5307
|
-
|
|
5306
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5308
5307
|
}
|
|
5309
5308
|
|
|
5310
|
-
|
|
5311
|
-
|
|
5309
|
+
:root,
|
|
5310
|
+
[data-bs-theme=light] {
|
|
5311
|
+
--bs-btn-close-filter: ;
|
|
5312
|
+
}
|
|
5313
|
+
|
|
5314
|
+
[data-bs-theme=dark] {
|
|
5315
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5312
5316
|
}
|
|
5313
5317
|
|
|
5314
5318
|
.toast {
|
|
@@ -5383,7 +5387,7 @@ textarea.form-control-lg {
|
|
|
5383
5387
|
--bs-modal-width: 500px;
|
|
5384
5388
|
--bs-modal-padding: 1rem;
|
|
5385
5389
|
--bs-modal-margin: 0.5rem;
|
|
5386
|
-
--bs-modal-color: ;
|
|
5390
|
+
--bs-modal-color: var(--bs-body-color);
|
|
5387
5391
|
--bs-modal-bg: var(--bs-body-bg);
|
|
5388
5392
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
5389
5393
|
--bs-modal-border-width: var(--bs-border-width);
|
|
@@ -5419,8 +5423,8 @@ textarea.form-control-lg {
|
|
|
5419
5423
|
pointer-events: none;
|
|
5420
5424
|
}
|
|
5421
5425
|
.modal.fade .modal-dialog {
|
|
5422
|
-
transition: transform 0.3s ease-out;
|
|
5423
5426
|
transform: translate(0, -50px);
|
|
5427
|
+
transition: transform 0.3s ease-out;
|
|
5424
5428
|
}
|
|
5425
5429
|
@media (prefers-reduced-motion: reduce) {
|
|
5426
5430
|
.modal.fade .modal-dialog {
|
|
@@ -5495,7 +5499,10 @@ textarea.form-control-lg {
|
|
|
5495
5499
|
}
|
|
5496
5500
|
.modal-header .btn-close {
|
|
5497
5501
|
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))
|
|
5502
|
+
margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
5503
|
+
margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
|
|
5504
|
+
margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
5505
|
+
margin-left: auto;
|
|
5499
5506
|
}
|
|
5500
5507
|
|
|
5501
5508
|
.modal-title {
|
|
@@ -6015,6 +6022,7 @@ textarea.form-control-lg {
|
|
|
6015
6022
|
color: #fff;
|
|
6016
6023
|
text-align: center;
|
|
6017
6024
|
background: none;
|
|
6025
|
+
filter: var(--bs-carousel-control-icon-filter);
|
|
6018
6026
|
border: 0;
|
|
6019
6027
|
opacity: 0.5;
|
|
6020
6028
|
transition: opacity 0.15s ease;
|
|
@@ -6053,11 +6061,11 @@ textarea.form-control-lg {
|
|
|
6053
6061
|
}
|
|
6054
6062
|
|
|
6055
6063
|
.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
|
|
6064
|
+
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
6065
|
}
|
|
6058
6066
|
|
|
6059
6067
|
.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-.
|
|
6068
|
+
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
6069
|
}
|
|
6062
6070
|
|
|
6063
6071
|
.carousel-indicators {
|
|
@@ -6083,7 +6091,7 @@ textarea.form-control-lg {
|
|
|
6083
6091
|
margin-left: 3px;
|
|
6084
6092
|
text-indent: -999px;
|
|
6085
6093
|
cursor: pointer;
|
|
6086
|
-
background-color:
|
|
6094
|
+
background-color: var(--bs-carousel-indicator-active-bg);
|
|
6087
6095
|
background-clip: padding-box;
|
|
6088
6096
|
border: 0;
|
|
6089
6097
|
border-top: 10px solid transparent;
|
|
@@ -6107,31 +6115,27 @@ textarea.form-control-lg {
|
|
|
6107
6115
|
left: 15%;
|
|
6108
6116
|
padding-top: 1.25rem;
|
|
6109
6117
|
padding-bottom: 1.25rem;
|
|
6110
|
-
color:
|
|
6118
|
+
color: var(--bs-carousel-caption-color);
|
|
6111
6119
|
text-align: center;
|
|
6112
6120
|
}
|
|
6113
6121
|
|
|
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;
|
|
6122
|
+
.carousel-dark {
|
|
6123
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6124
|
+
--bs-carousel-caption-color: #000;
|
|
6125
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6123
6126
|
}
|
|
6124
6127
|
|
|
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;
|
|
6128
|
+
:root,
|
|
6129
|
+
[data-bs-theme=light] {
|
|
6130
|
+
--bs-carousel-indicator-active-bg: #fff;
|
|
6131
|
+
--bs-carousel-caption-color: #fff;
|
|
6132
|
+
--bs-carousel-control-icon-filter: ;
|
|
6132
6133
|
}
|
|
6133
|
-
|
|
6134
|
-
|
|
6134
|
+
|
|
6135
|
+
[data-bs-theme=dark] {
|
|
6136
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6137
|
+
--bs-carousel-caption-color: #000;
|
|
6138
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6135
6139
|
}
|
|
6136
6140
|
|
|
6137
6141
|
.spinner-grow,
|
|
@@ -6681,7 +6685,10 @@ textarea.form-control-lg {
|
|
|
6681
6685
|
}
|
|
6682
6686
|
.offcanvas-header .btn-close {
|
|
6683
6687
|
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))
|
|
6688
|
+
margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
6689
|
+
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
6690
|
+
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
6691
|
+
margin-left: auto;
|
|
6685
6692
|
}
|
|
6686
6693
|
|
|
6687
6694
|
.offcanvas-title {
|
|
@@ -11874,13 +11881,30 @@ textarea.form-control-lg {
|
|
|
11874
11881
|
color: #0c63e4;
|
|
11875
11882
|
}
|
|
11876
11883
|
|
|
11877
|
-
.
|
|
11884
|
+
.obs-group-accordion-body {
|
|
11885
|
+
padding: 0;
|
|
11886
|
+
}
|
|
11887
|
+
|
|
11888
|
+
.list-group.cherita-list .virtualized-list-wrapper {
|
|
11889
|
+
padding: 0 0.25rem 0.25rem 0.25rem;
|
|
11890
|
+
}
|
|
11891
|
+
.list-group.cherita-list .list-group-item.unstyled {
|
|
11878
11892
|
background-color: transparent;
|
|
11893
|
+
padding-left: 1rem;
|
|
11879
11894
|
}
|
|
11880
|
-
.list-group
|
|
11895
|
+
.list-group.cherita-list .list-group-item {
|
|
11896
|
+
border: 0;
|
|
11897
|
+
padding: 0.375rem 0.75rem;
|
|
11898
|
+
line-height: 1.5;
|
|
11899
|
+
color: var(--bs-body-color);
|
|
11900
|
+
background-color: var(--bs-tertiary-bg);
|
|
11901
|
+
border-radius: var(--bs-border-radius);
|
|
11902
|
+
}
|
|
11903
|
+
|
|
11904
|
+
.obs-statistics {
|
|
11881
11905
|
border: 0;
|
|
11906
|
+
margin: 0 0.25rem 0.25rem 0.25rem;
|
|
11882
11907
|
padding: 0.375rem 0.75rem;
|
|
11883
|
-
margin-bottom: 0.215rem;
|
|
11884
11908
|
line-height: 1.5;
|
|
11885
11909
|
color: var(--bs-body-color);
|
|
11886
11910
|
background-color: var(--bs-tertiary-bg);
|
|
@@ -12257,15 +12281,22 @@ textarea.form-control-lg {
|
|
|
12257
12281
|
}
|
|
12258
12282
|
|
|
12259
12283
|
.feature-disease-info {
|
|
12260
|
-
font-weight:
|
|
12284
|
+
font-weight: 300;
|
|
12285
|
+
padding-left: 0 !important;
|
|
12261
12286
|
border-top: 1px solid var(list-group-border-color);
|
|
12262
12287
|
border-right: 0;
|
|
12263
12288
|
border-left: 0;
|
|
12264
12289
|
border-bottom: 0;
|
|
12265
12290
|
}
|
|
12266
12291
|
|
|
12267
|
-
.
|
|
12268
|
-
|
|
12292
|
+
.disease-link {
|
|
12293
|
+
padding: 0;
|
|
12294
|
+
white-space: normal;
|
|
12295
|
+
text-align: left;
|
|
12296
|
+
width: 100%;
|
|
12297
|
+
position: sticky;
|
|
12298
|
+
top: 0;
|
|
12299
|
+
background-color: var(--bs-body-bg) !important;
|
|
12269
12300
|
}
|
|
12270
12301
|
|
|
12271
12302
|
.cherita-app-plot {
|
|
@@ -12307,15 +12338,10 @@ textarea.form-control-lg {
|
|
|
12307
12338
|
}
|
|
12308
12339
|
|
|
12309
12340
|
/* Add a bottom border to the last item in the Accordion */
|
|
12310
|
-
.accordion-flush .accordion-item:last-child {
|
|
12341
|
+
.accordion-flush .accordion-item:last-child, .obs-group-accordion-body .accordion-item:last-child {
|
|
12311
12342
|
border-bottom: 1px solid #dee2e6; /* Adjust the color and width as needed */
|
|
12312
12343
|
}
|
|
12313
12344
|
|
|
12314
|
-
.var-disease-info-collapse {
|
|
12315
|
-
max-height: 40vh;
|
|
12316
|
-
overflow-y: auto;
|
|
12317
|
-
}
|
|
12318
|
-
|
|
12319
12345
|
.cherita-scatterplot #deckgl-wrapper {
|
|
12320
12346
|
z-index: 1 !important;
|
|
12321
12347
|
}
|