@bi-digital/css 0.0.0-experimental-b8ff5ba → 0.0.0-experimental-37bf70d
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/baseline.css +7 -9
- package/dist/components/alert.css +1 -1
- package/dist/components/button.css +13 -5
- package/dist/components/card.css +19 -13
- package/dist/components/chip.css +1 -1
- package/dist/components/details.css +136 -0
- package/dist/components/dialog.css +3 -3
- package/dist/components/dropdown.css +2 -2
- package/dist/components/field.css +37 -7
- package/dist/components/filter-group.css +3 -3
- package/dist/components/footer.css +10 -11
- package/dist/components/icons.css +45 -0
- package/dist/components/input.css +37 -9
- package/dist/components/label.css +5 -1
- package/dist/components/popover.css +2 -2
- package/dist/components/spinner.css +3 -3
- package/dist/components/validation-message.css +8 -4
- package/dist/components.css +327 -65
- package/dist/index.css +218 -22
- package/dist/reset.css +14 -2
- package/dist/salesforce.css +3717 -0
- package/dist/tokens.css +197 -11
- package/package.json +17 -5
- package/dist/assets/icons/bi-cart.svg +0 -3
- package/dist/icons.css +0 -58
package/dist/components.css
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
position: relative;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.bi-alert >
|
|
32
|
+
.bi-alert > svg {
|
|
33
33
|
font-size: var(--bic-alert-icon-size);
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
--bic-button-background: var(--bi-primary-50);
|
|
366
366
|
--bic-button-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%), var(--bic-button-background);
|
|
367
367
|
--bic-button-background-press: linear-gradient(0deg, var(--bi-states-press-dark) 0%, var(--bi-states-press-dark) 100%), var(--bic-button-background);
|
|
368
|
-
--bic-button-box-shadow: 0px 0px 0px 2px
|
|
368
|
+
--bic-button-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .12) inset, 0px 0px 0px 1px rgba(10, 13, 18, .18) inset, 0px -2px 0px 0px rgba(10, 13, 18, .05) inset, 0px 1px 2px 0px rgba(10, 13, 18, .05);
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
.bi-button[data-variant="filled"] {
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
--bic-button-background: var(--bi-primary-50);
|
|
374
374
|
--bic-button-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%), var(--bic-button-background);
|
|
375
375
|
--bic-button-background-press: linear-gradient(0deg, var(--bi-states-press-dark) 0%, var(--bi-states-press-dark) 100%), var(--bic-button-background);
|
|
376
|
-
--bic-button-box-shadow: 0px 0px 0px 2px
|
|
376
|
+
--bic-button-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .12) inset, 0px 0px 0px 1px rgba(10, 13, 18, .18) inset, 0px -2px 0px 0px rgba(10, 13, 18, .05) inset, 0px 1px 2px 0px rgba(10, 13, 18, .05);
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
.bi-button[data-variant="outlined"] {
|
|
@@ -411,13 +411,17 @@
|
|
|
411
411
|
|
|
412
412
|
.bi-button[data-variant="flat"][data-dark="true"] {
|
|
413
413
|
--bic-button-color: var(--bi-basic-white);
|
|
414
|
-
--bic-button-background:
|
|
414
|
+
--bic-button-background: rgba(255, 255, 255, .1);
|
|
415
415
|
--bic-button-background-hover: linear-gradient(0deg, var(--bi-states-hover-light) 0%, var(--bi-states-hover-light) 100%), var(--bic-button-background);
|
|
416
416
|
--bic-button-background-press: linear-gradient(0deg, var(--bi-states-press-light) 0%, var(--bi-states-press-light) 100%), var(--bic-button-background);
|
|
417
417
|
}
|
|
418
418
|
|
|
419
419
|
@media (hover: hover) and (pointer: fine) {
|
|
420
|
-
.bi-button:where(:not(:disabled, [aria-disabled="true"], [aria-busy="true"])):hover {
|
|
420
|
+
.bi-button:where(:not(:-webkit-any(:disabled, [aria-disabled="true"], [aria-busy="true"]))):hover {
|
|
421
|
+
background: var(--bic-button-background-hover);
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.bi-button:where(:not(:is(:disabled, [aria-disabled="true"], [aria-busy="true"]))):hover {
|
|
421
425
|
background: var(--bic-button-background-hover);
|
|
422
426
|
}
|
|
423
427
|
}
|
|
@@ -442,7 +446,11 @@
|
|
|
442
446
|
cursor: progress;
|
|
443
447
|
}
|
|
444
448
|
|
|
445
|
-
.bi-button:where(:not(:disabled, [aria-disabled="true"], [aria-busy="true"])):active {
|
|
449
|
+
.bi-button:where(:not(:-webkit-any(:disabled, [aria-disabled="true"], [aria-busy="true"]))):active {
|
|
450
|
+
background: var(--bic-button-background-press);
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.bi-button:where(:not(:is(:disabled, [aria-disabled="true"], [aria-busy="true"]))):active {
|
|
446
454
|
background: var(--bic-button-background-press);
|
|
447
455
|
}
|
|
448
456
|
|
|
@@ -470,7 +478,10 @@
|
|
|
470
478
|
--bic-card-actions-flex-direction: column;
|
|
471
479
|
--bic-card-content-padding: var(--bi-scale-4x);
|
|
472
480
|
--bic-card-content-color: var(--bi-neutral-50);
|
|
481
|
+
--bic-card-content-lines: 2;
|
|
473
482
|
--bic-card-media-width: 100%;
|
|
483
|
+
--bic-card-media-date-width: 3.1875rem;
|
|
484
|
+
--bic-card-media-date-height: 2.875rem;
|
|
474
485
|
}
|
|
475
486
|
|
|
476
487
|
.bi-card[data-dark="true"] {
|
|
@@ -524,6 +535,9 @@
|
|
|
524
535
|
|
|
525
536
|
.bi-card[data-orientation="vertical"] {
|
|
526
537
|
--bic-card-actions-flex-direction: row;
|
|
538
|
+
--bic-card-content-lines: 4;
|
|
539
|
+
--bic-card-media-date-width: 4rem;
|
|
540
|
+
--bic-card-media-date-height: 3.5625rem;
|
|
527
541
|
flex-direction: column;
|
|
528
542
|
}
|
|
529
543
|
|
|
@@ -580,8 +594,8 @@
|
|
|
580
594
|
color: var(--bic-card-content-color);
|
|
581
595
|
white-space: break-spaces;
|
|
582
596
|
text-overflow: ellipsis;
|
|
583
|
-
-webkit-line-clamp:
|
|
584
|
-
line-clamp:
|
|
597
|
+
-webkit-line-clamp: var(--bic-card-content-lines);
|
|
598
|
+
line-clamp: var(--bic-card-content-lines);
|
|
585
599
|
-webkit-box-orient: vertical;
|
|
586
600
|
margin: 0;
|
|
587
601
|
font-size: .875rem;
|
|
@@ -617,12 +631,12 @@
|
|
|
617
631
|
|
|
618
632
|
@media (hover: hover) and (pointer: fine) {
|
|
619
633
|
.bi-card:-webkit-any(a, button):not(.disabled):hover {
|
|
620
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bi-neutral-50), 0px 0px 20px var(--bi-scale-1-5x)
|
|
634
|
+
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bi-neutral-50), 0px 0px 20px var(--bi-scale-1-5x) rgba(0, 0, 0, .05), 0px 0px 10px 0px rgba(0, 0, 0, .05);
|
|
621
635
|
}
|
|
622
636
|
}
|
|
623
637
|
|
|
624
638
|
.bi-card:-webkit-any(a, button):not(.disabled):active {
|
|
625
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-default) var(--bi-primary-50), 0px 0px 20px var(--bi-scale-1-5x)
|
|
639
|
+
box-shadow: 0px 0px 0px var(--bi-stroke-default) var(--bi-primary-50), 0px 0px 20px var(--bi-scale-1-5x) rgba(0, 0, 0, .05), 0px 0px 10px 0px rgba(0, 0, 0, .05);
|
|
626
640
|
}
|
|
627
641
|
|
|
628
642
|
.bi-card:-webkit-any(a, button):disabled {
|
|
@@ -648,12 +662,12 @@
|
|
|
648
662
|
|
|
649
663
|
@media (hover: hover) and (pointer: fine) {
|
|
650
664
|
.bi-card:is(a, button):not(.disabled):hover {
|
|
651
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bi-neutral-50), 0px 0px 20px var(--bi-scale-1-5x)
|
|
665
|
+
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bi-neutral-50), 0px 0px 20px var(--bi-scale-1-5x) rgba(0, 0, 0, .05), 0px 0px 10px 0px rgba(0, 0, 0, .05);
|
|
652
666
|
}
|
|
653
667
|
}
|
|
654
668
|
|
|
655
669
|
.bi-card:is(a, button):not(.disabled):active {
|
|
656
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-default) var(--bi-primary-50), 0px 0px 20px var(--bi-scale-1-5x)
|
|
670
|
+
box-shadow: 0px 0px 0px var(--bi-stroke-default) var(--bi-primary-50), 0px 0px 20px var(--bi-scale-1-5x) rgba(0, 0, 0, .05), 0px 0px 10px 0px rgba(0, 0, 0, .05);
|
|
657
671
|
}
|
|
658
672
|
|
|
659
673
|
.bi-card:is(a, button):disabled {
|
|
@@ -679,12 +693,12 @@
|
|
|
679
693
|
|
|
680
694
|
@media (hover: hover) and (pointer: fine) {
|
|
681
695
|
.bi-card .bi-card--content:-webkit-any(a, button):not(.disabled):hover {
|
|
682
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bi-neutral-50), 0px 0px 20px var(--bi-scale-1-5x)
|
|
696
|
+
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bi-neutral-50), 0px 0px 20px var(--bi-scale-1-5x) rgba(0, 0, 0, .05), 0px 0px 10px 0px rgba(0, 0, 0, .05);
|
|
683
697
|
}
|
|
684
698
|
}
|
|
685
699
|
|
|
686
700
|
.bi-card .bi-card--content:-webkit-any(a, button):not(.disabled):active {
|
|
687
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-default) var(--bi-primary-50), 0px 0px 20px var(--bi-scale-1-5x)
|
|
701
|
+
box-shadow: 0px 0px 0px var(--bi-stroke-default) var(--bi-primary-50), 0px 0px 20px var(--bi-scale-1-5x) rgba(0, 0, 0, .05), 0px 0px 10px 0px rgba(0, 0, 0, .05);
|
|
688
702
|
}
|
|
689
703
|
|
|
690
704
|
.bi-card .bi-card--content:-webkit-any(a, button):disabled {
|
|
@@ -710,12 +724,12 @@
|
|
|
710
724
|
|
|
711
725
|
@media (hover: hover) and (pointer: fine) {
|
|
712
726
|
.bi-card .bi-card--content:is(a, button):not(.disabled):hover {
|
|
713
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bi-neutral-50), 0px 0px 20px var(--bi-scale-1-5x)
|
|
727
|
+
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bi-neutral-50), 0px 0px 20px var(--bi-scale-1-5x) rgba(0, 0, 0, .05), 0px 0px 10px 0px rgba(0, 0, 0, .05);
|
|
714
728
|
}
|
|
715
729
|
}
|
|
716
730
|
|
|
717
731
|
.bi-card .bi-card--content:is(a, button):not(.disabled):active {
|
|
718
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-default) var(--bi-primary-50), 0px 0px 20px var(--bi-scale-1-5x)
|
|
732
|
+
box-shadow: 0px 0px 0px var(--bi-stroke-default) var(--bi-primary-50), 0px 0px 20px var(--bi-scale-1-5x) rgba(0, 0, 0, .05), 0px 0px 10px 0px rgba(0, 0, 0, .05);
|
|
719
733
|
}
|
|
720
734
|
|
|
721
735
|
.bi-card .bi-card--content:is(a, button):disabled {
|
|
@@ -843,12 +857,12 @@
|
|
|
843
857
|
}
|
|
844
858
|
|
|
845
859
|
.bi-card .bi-card--date {
|
|
846
|
-
width:
|
|
847
|
-
height:
|
|
860
|
+
width: var(--bic-card-media-date-width);
|
|
861
|
+
height: var(--bic-card-media-date-height);
|
|
848
862
|
padding: var(--bi-scale-1x) var(--bi-scale-1x) var(--bi-scale-2x);
|
|
849
863
|
border-radius: var(--bi-radius-small) var(--bi-radius-small) var(--bi-radius-large) var(--bi-radius-large);
|
|
850
864
|
background: var(--bic-card-background-color);
|
|
851
|
-
box-shadow: 0px 8px 16px var(--bi-scale-1-5x)
|
|
865
|
+
box-shadow: 0px 8px 16px var(--bi-scale-1-5x) rgba(38, 51, 63, .05), 0px 4px 6px 0px rgba(38, 51, 63, .05);
|
|
852
866
|
color: var(--bic-card-header-title-color);
|
|
853
867
|
text-align: center;
|
|
854
868
|
flex-direction: column;
|
|
@@ -1076,14 +1090,151 @@
|
|
|
1076
1090
|
--bic-chip-text-color: var(--bi-success-90);
|
|
1077
1091
|
}
|
|
1078
1092
|
|
|
1079
|
-
.bi-chip >
|
|
1093
|
+
.bi-chip > svg {
|
|
1080
1094
|
display: inherit;
|
|
1081
1095
|
font-size: var(--bic-chip-icon-size);
|
|
1082
1096
|
}
|
|
1083
1097
|
|
|
1098
|
+
details.bi-details {
|
|
1099
|
+
--bic-details-background: var(--bi-basic-white);
|
|
1100
|
+
--bic-details-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%), var(--bic-details-background);
|
|
1101
|
+
--bic-details-background-press: linear-gradient(0deg, var(--bi-states-press-dark) 0%, var(--bi-states-press-dark) 100%), var(--bic-details-background);
|
|
1102
|
+
--bic-details-color: var(--bi-neutral-90);
|
|
1103
|
+
--bic-details-border-color: var(--bi-stroke-color-1);
|
|
1104
|
+
--bic-details-padding: var(--bi-scale-4x);
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
details.bi-details[data-dark="true"] {
|
|
1108
|
+
--bic-details-background: var(--bi-neutral-90);
|
|
1109
|
+
--bic-details-background-hover: linear-gradient(0deg, var(--bi-states-hover-light) 0%, var(--bi-states-hover-light) 100%), var(--bic-details-background);
|
|
1110
|
+
--bic-details-background-press: linear-gradient(0deg, var(--bi-states-press-light) 0%, var(--bi-states-press-light) 100%), var(--bic-details-background);
|
|
1111
|
+
--bic-details-border-color: var(--bi-neutral-70);
|
|
1112
|
+
--bic-details-color: var(--bi-basic-white);
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
details.bi-details {
|
|
1116
|
+
background-color: var(--bic-details-background);
|
|
1117
|
+
color: var(--bic-details-color);
|
|
1118
|
+
border: 0;
|
|
1119
|
+
border-color: var(--bic-details-border-color);
|
|
1120
|
+
border-style: solid;
|
|
1121
|
+
border-top-width: var(--bi-stroke-thin);
|
|
1122
|
+
border-bottom-width: var(--bi-stroke-thin);
|
|
1123
|
+
font-family: museo-sans, Arial, sans-serif;
|
|
1124
|
+
font-size: 1rem;
|
|
1125
|
+
font-weight: 500;
|
|
1126
|
+
line-height: 1.5;
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
details.bi-details + :is(details.bi-details) {
|
|
1130
|
+
border-top: 0;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
details.bi-details summary {
|
|
1134
|
+
padding: var(--bic-details-padding);
|
|
1135
|
+
cursor: pointer;
|
|
1136
|
+
justify-content: space-between;
|
|
1137
|
+
align-items: center;
|
|
1138
|
+
gap: var(--bi-scale-2x);
|
|
1139
|
+
-webkit-user-select: none;
|
|
1140
|
+
user-select: none;
|
|
1141
|
+
flex-direction: row;
|
|
1142
|
+
font-weight: 700;
|
|
1143
|
+
list-style: none;
|
|
1144
|
+
display: flex;
|
|
1145
|
+
position: relative;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1149
|
+
details.bi-details summary:hover {
|
|
1150
|
+
background: var(--bic-details-background-hover);
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
details.bi-details summary:active {
|
|
1155
|
+
background: var(--bic-details-background-press);
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
details.bi-details summary:focus-visible {
|
|
1159
|
+
box-shadow: var(--_bi--focus, 0 0 0 4.5px inset var(--bi-basic-white));
|
|
1160
|
+
outline: var(--_bi--focus, 1.5px solid var(--bi-primary-50));
|
|
1161
|
+
outline-offset: var(--_bi--focus, -2px);
|
|
1162
|
+
border-radius: var(--bi-radius-medium);
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
details.bi-details summary:focus-visible * {
|
|
1166
|
+
--_bi--focus: ;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
details.bi-details summary::marker {
|
|
1170
|
+
display: none;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
details.bi-details summary::-webkit-details-marker {
|
|
1174
|
+
display: none;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
details.bi-details summary > svg {
|
|
1178
|
+
font-size: var(--bi-icon-medium);
|
|
1179
|
+
width: var(--bi-scale-6x);
|
|
1180
|
+
height: var(--bi-scale-6x);
|
|
1181
|
+
flex-shrink: 0;
|
|
1182
|
+
margin-left: auto;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
1186
|
+
details.bi-details summary > svg {
|
|
1187
|
+
transition: transform .2s ease-in-out;
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
details.bi-details[open] summary > svg {
|
|
1192
|
+
transform: rotate(180deg);
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
@supports (interpolate-size: allow-keywords) and selector(::details-content) {
|
|
1196
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
1197
|
+
details.bi-details {
|
|
1198
|
+
interpolate-size: allow-keywords;
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
details.bi-details::details-content {
|
|
1203
|
+
transition: height .2s ease-in-out, content-visibility .2s ease-in-out allow-discrete;
|
|
1204
|
+
height: 0;
|
|
1205
|
+
overflow: clip;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
details.bi-details[open]::details-content {
|
|
1209
|
+
height: auto;
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
details.bi-details > * {
|
|
1214
|
+
padding: var(--bic-details-padding);
|
|
1215
|
+
margin: 0;
|
|
1216
|
+
overflow: clip;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
details.bi-details > *:not(summary) + * {
|
|
1220
|
+
padding-top: 0;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
.bi-card {
|
|
1224
|
+
overflow: clip;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.bi-card > .bi-details:first-child {
|
|
1228
|
+
border-top: 0;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.bi-card > .bi-details:last-child {
|
|
1232
|
+
border-bottom: 0;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1084
1235
|
.bi-dialog {
|
|
1085
1236
|
--bic-dialog-animation-duration: .2s;
|
|
1086
|
-
--bic-dialog-backdrop-background:
|
|
1237
|
+
--bic-dialog-backdrop-background: rgba(0, 0, 0, .5);
|
|
1087
1238
|
--bic-dialog-background: var(--bi-basic-white);
|
|
1088
1239
|
--bic-dialog-border-color: var(--bi-neutral-15);
|
|
1089
1240
|
--bic-dialog-icon-spacing: .625rem;
|
|
@@ -1103,7 +1254,7 @@
|
|
|
1103
1254
|
animation: bi-dialog-fade-in-animation var(--bic-dialog-animation-duration) forwards;
|
|
1104
1255
|
background: var(--bic-dialog-background);
|
|
1105
1256
|
border-radius: var(--bi-radius-large);
|
|
1106
|
-
box-shadow: 0 var(--bi-scale-1x) var(--bi-scale-1x) 0
|
|
1257
|
+
box-shadow: 0 var(--bi-scale-1x) var(--bi-scale-1x) 0 rgba(0, 0, 0, .25);
|
|
1107
1258
|
color: var(--bic-dialog-color);
|
|
1108
1259
|
max-height: var(--bic-dialog-max-height);
|
|
1109
1260
|
max-width: var(--bic-dialog-max-width);
|
|
@@ -1122,7 +1273,7 @@
|
|
|
1122
1273
|
|
|
1123
1274
|
.bi-dialog::backdrop {
|
|
1124
1275
|
animation: bi-dialog-fade-in-animation var(--bic-dialog-animation-duration) ease-in-out;
|
|
1125
|
-
background: var(--bic-dialog-backdrop-background,
|
|
1276
|
+
background: var(--bic-dialog-backdrop-background, rgba(0, 0, 0, .5));
|
|
1126
1277
|
}
|
|
1127
1278
|
|
|
1128
1279
|
.bi-dialog[open] {
|
|
@@ -1316,14 +1467,14 @@ body:has(.bi-dialog:modal) {
|
|
|
1316
1467
|
--bic-dropdown-border-width: var(--bi-stroke-thin);
|
|
1317
1468
|
--bic-dropdown-border-style: solid;
|
|
1318
1469
|
--bic-dropdown-border-color: var(--bi-stroke-color-1);
|
|
1319
|
-
--bic-dropdown-box-shadow: 0px 8px 16px -4px
|
|
1470
|
+
--bic-dropdown-box-shadow: 0px 8px 16px -4px rgba(38, 51, 63, .08), 4px 4px 6px -2px rgba(38, 51, 63, .03), 0px 2px 2px -1px rgba(38, 51, 63, .04);
|
|
1320
1471
|
}
|
|
1321
1472
|
|
|
1322
1473
|
.bi-dropdown[data-dark="true"] {
|
|
1323
1474
|
--bic-dropdown-background: var(--bi-neutral-100);
|
|
1324
1475
|
--bic-dropdown-border-color: var(--bi-neutral-90);
|
|
1325
1476
|
--bic-dropdown-color: var(--bi-neutral-5);
|
|
1326
|
-
--bic-dropdown-box-shadow: 0px 8px 16px -4px
|
|
1477
|
+
--bic-dropdown-box-shadow: 0px 8px 16px -4px rgba(38, 51, 63, .08), 4px 4px 6px -2px rgba(38, 51, 63, .03), 0px 2px 2px -1px rgba(38, 51, 63, .04);
|
|
1327
1478
|
}
|
|
1328
1479
|
|
|
1329
1480
|
.bi-dropdown {
|
|
@@ -1493,11 +1644,19 @@ body:has(.bi-dialog:modal) {
|
|
|
1493
1644
|
gap: 0;
|
|
1494
1645
|
}
|
|
1495
1646
|
|
|
1496
|
-
.bi-field:has(.bi-input
|
|
1647
|
+
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])):hover:not(:-webkit-any(:has(a:hover), :has([aria-disabled="true"], :disabled))) {
|
|
1497
1648
|
background: var(--_bi--hover, var(--bic-field-background-hover));
|
|
1498
1649
|
}
|
|
1499
1650
|
|
|
1500
|
-
.bi-field:has(.bi-input
|
|
1651
|
+
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])):hover:not(:-webkit-any(:has(a:hover), :has([aria-disabled="true"], :disabled))) * {
|
|
1652
|
+
--_bi--hover: ;
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:is(:has(a:hover), :has([aria-disabled="true"], :disabled))) {
|
|
1656
|
+
background: var(--_bi--hover, var(--bic-field-background-hover));
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:is(:has(a:hover), :has([aria-disabled="true"], :disabled))) * {
|
|
1501
1660
|
--_bi--hover: ;
|
|
1502
1661
|
}
|
|
1503
1662
|
|
|
@@ -1568,11 +1727,19 @@ body:has(.bi-dialog:modal) {
|
|
|
1568
1727
|
gap: 0;
|
|
1569
1728
|
}
|
|
1570
1729
|
|
|
1571
|
-
.bi-field:has(.bi-input
|
|
1730
|
+
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])):hover:not(:-webkit-any(:has(a:hover), :has([aria-disabled="true"], :disabled))) {
|
|
1731
|
+
background: var(--_bi--hover, var(--bic-field-background-hover));
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])):hover:not(:-webkit-any(:has(a:hover), :has([aria-disabled="true"], :disabled))) * {
|
|
1735
|
+
--_bi--hover: ;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:is(:has(a:hover), :has([aria-disabled="true"], :disabled))) {
|
|
1572
1739
|
background: var(--_bi--hover, var(--bic-field-background-hover));
|
|
1573
1740
|
}
|
|
1574
1741
|
|
|
1575
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:has(a:hover), :has([aria-disabled="true"], :disabled)) * {
|
|
1742
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:is(:has(a:hover), :has([aria-disabled="true"], :disabled))) * {
|
|
1576
1743
|
--_bi--hover: ;
|
|
1577
1744
|
}
|
|
1578
1745
|
|
|
@@ -1627,7 +1794,7 @@ body:has(.bi-dialog:modal) {
|
|
|
1627
1794
|
.bi-field .bi-field--affixes:has(.bi-input:focus-visible) {
|
|
1628
1795
|
outline: var(--_bi--focus, var(--bi-stroke-thick) solid var(--bi-primary-50));
|
|
1629
1796
|
outline-offset: 0;
|
|
1630
|
-
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x)
|
|
1797
|
+
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x) rgba(0, 0, 0, .05), 0px 0px 10px 0px rgba(0, 0, 0, .05));
|
|
1631
1798
|
}
|
|
1632
1799
|
|
|
1633
1800
|
.bi-field .bi-field--affixes:has(.bi-input:focus-visible) * {
|
|
@@ -1645,7 +1812,14 @@ body:has(.bi-dialog:modal) {
|
|
|
1645
1812
|
display: flex;
|
|
1646
1813
|
}
|
|
1647
1814
|
|
|
1648
|
-
.bi-field .bi-field--affixes .bi-field--affix:first-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
1815
|
+
.bi-field .bi-field--affixes .bi-field--affix:first-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
|
1816
|
+
border-top-left-radius: inherit;
|
|
1817
|
+
border-bottom-left-radius: inherit;
|
|
1818
|
+
border-right: 0;
|
|
1819
|
+
padding-right: 0;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
.bi-field .bi-field--affixes .bi-field--affix:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
|
1649
1823
|
border-top-left-radius: inherit;
|
|
1650
1824
|
border-bottom-left-radius: inherit;
|
|
1651
1825
|
border-right: 0;
|
|
@@ -1666,7 +1840,14 @@ body:has(.bi-dialog:modal) {
|
|
|
1666
1840
|
padding-left: 0;
|
|
1667
1841
|
}
|
|
1668
1842
|
|
|
1669
|
-
.bi-field .bi-field--affixes .bi-field--affix:last-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
1843
|
+
.bi-field .bi-field--affixes .bi-field--affix:last-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
|
1844
|
+
border-top-right-radius: inherit;
|
|
1845
|
+
border-bottom-right-radius: inherit;
|
|
1846
|
+
border-left: 0;
|
|
1847
|
+
padding-left: 0;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
.bi-field .bi-field--affixes .bi-field--affix:last-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
|
1670
1851
|
border-top-right-radius: inherit;
|
|
1671
1852
|
border-bottom-right-radius: inherit;
|
|
1672
1853
|
border-left: 0;
|
|
@@ -1789,7 +1970,7 @@ body:has(.bi-dialog:modal) {
|
|
|
1789
1970
|
border-radius: var(--bi-radius-small);
|
|
1790
1971
|
}
|
|
1791
1972
|
|
|
1792
|
-
.bi-filter-group > button >
|
|
1973
|
+
.bi-filter-group > button > svg {
|
|
1793
1974
|
width: var(--bi-scale-6x);
|
|
1794
1975
|
height: var(--bi-scale-6x);
|
|
1795
1976
|
font-size: var(--bi-icon-medium);
|
|
@@ -1818,7 +1999,7 @@ body:has(.bi-dialog:modal) {
|
|
|
1818
1999
|
|
|
1819
2000
|
.bi-filter-group:last-of-type > button {
|
|
1820
2001
|
border-radius: var(--bi-radius-small);
|
|
1821
|
-
border-bottom-color:
|
|
2002
|
+
border-bottom-color: rgba(0, 0, 0, 0);
|
|
1822
2003
|
}
|
|
1823
2004
|
|
|
1824
2005
|
.bi-filter-group:last-of-type > div {
|
|
@@ -1831,7 +2012,7 @@ body:has(.bi-dialog:modal) {
|
|
|
1831
2012
|
|
|
1832
2013
|
.bi-filter-group[data-expanded="true"] > button {
|
|
1833
2014
|
border-radius: var(--bi-radius-small);
|
|
1834
|
-
border-bottom-color:
|
|
2015
|
+
border-bottom-color: rgba(0, 0, 0, 0);
|
|
1835
2016
|
}
|
|
1836
2017
|
|
|
1837
2018
|
.bi-filter-group[data-expanded="true"] > div {
|
|
@@ -1896,14 +2077,6 @@ body:has(.bi-dialog:modal) {
|
|
|
1896
2077
|
}
|
|
1897
2078
|
}
|
|
1898
2079
|
|
|
1899
|
-
.bi-footer .bi-footer--links-container .bi-footer--links .bi-link {
|
|
1900
|
-
flex-wrap: wrap;
|
|
1901
|
-
align-content: center;
|
|
1902
|
-
min-width: 44px;
|
|
1903
|
-
min-height: 44px;
|
|
1904
|
-
display: flex;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
2080
|
.bi-footer .bi-footer--links-container .bi-footer--links > p {
|
|
1908
2081
|
margin: 0 var(--bi-scale-0-50x) 0 0;
|
|
1909
2082
|
font-weight: 300;
|
|
@@ -1927,7 +2100,6 @@ body:has(.bi-dialog:modal) {
|
|
|
1927
2100
|
|
|
1928
2101
|
@media not (min-width: 768px) {
|
|
1929
2102
|
.bi-footer .bi-footer--links-container .bi-footer--links > div {
|
|
1930
|
-
gap: unset;
|
|
1931
2103
|
flex-direction: column;
|
|
1932
2104
|
}
|
|
1933
2105
|
}
|
|
@@ -1936,13 +2108,14 @@ body:has(.bi-dialog:modal) {
|
|
|
1936
2108
|
justify-content: center;
|
|
1937
2109
|
align-items: center;
|
|
1938
2110
|
gap: var(--bi-scale-12x);
|
|
1939
|
-
|
|
2111
|
+
flex-wrap: wrap;
|
|
2112
|
+
min-height: 58px;
|
|
1940
2113
|
display: flex;
|
|
1941
2114
|
}
|
|
1942
2115
|
|
|
1943
2116
|
@media not (min-width: 600px) {
|
|
1944
2117
|
.bi-footer .bi-footer--accreditations {
|
|
1945
|
-
gap: var(--bi-scale-1x);
|
|
2118
|
+
gap: var(--bi-scale-2x) var(--bi-scale-1x);
|
|
1946
2119
|
}
|
|
1947
2120
|
}
|
|
1948
2121
|
|
|
@@ -2001,9 +2174,16 @@ body:has(.bi-dialog:modal) {
|
|
|
2001
2174
|
justify-content: center;
|
|
2002
2175
|
align-items: center;
|
|
2003
2176
|
gap: var(--bi-scale-8x);
|
|
2177
|
+
flex-wrap: wrap;
|
|
2004
2178
|
display: flex;
|
|
2005
2179
|
}
|
|
2006
2180
|
|
|
2181
|
+
@media not (min-width: 600px) {
|
|
2182
|
+
.bi-footer .bi-footer--socials {
|
|
2183
|
+
gap: var(--bi-scale-2x);
|
|
2184
|
+
}
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2007
2187
|
.bi-footer .bi-footer--copyright {
|
|
2008
2188
|
text-align: center;
|
|
2009
2189
|
margin: 0;
|
|
@@ -2013,6 +2193,52 @@ body:has(.bi-dialog:modal) {
|
|
|
2013
2193
|
line-height: 1.5;
|
|
2014
2194
|
}
|
|
2015
2195
|
|
|
2196
|
+
svg {
|
|
2197
|
+
--bic-icon-size: inherit;
|
|
2198
|
+
font-size: var(--bic-icon-size);
|
|
2199
|
+
display: inline-block;
|
|
2200
|
+
}
|
|
2201
|
+
|
|
2202
|
+
svg[data-size="2xl"] {
|
|
2203
|
+
--bic-icon-size: var(--bi-icon-2xl) !important;
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
svg[data-size="xl"] {
|
|
2207
|
+
--bic-icon-size: var(--bi-icon-xl) !important;
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
svg[data-size="large"] {
|
|
2211
|
+
--bic-icon-size: var(--bi-icon-large) !important;
|
|
2212
|
+
}
|
|
2213
|
+
|
|
2214
|
+
svg[data-size="medium"] {
|
|
2215
|
+
--bic-icon-size: var(--bi-icon-medium) !important;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
svg[data-size="small"] {
|
|
2219
|
+
--bic-icon-size: var(--bi-icon-small) !important;
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
svg[data-color="inherit"] {
|
|
2223
|
+
color: inherit;
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
svg[data-color="primary"] {
|
|
2227
|
+
color: #01417b;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
svg[data-color="gray"] {
|
|
2231
|
+
color: #1c1b1b;
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2234
|
+
svg[data-color="black"] {
|
|
2235
|
+
color: var(--bi-basic-key);
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
svg[data-color="white"] {
|
|
2239
|
+
color: var(--bi-basic-white);
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2016
2242
|
:where(.bi-input) {
|
|
2017
2243
|
margin: 0;
|
|
2018
2244
|
}
|
|
@@ -2077,18 +2303,26 @@ body:has(.bi-dialog:modal) {
|
|
|
2077
2303
|
--bic-input-font-size: 1.25rem;
|
|
2078
2304
|
}
|
|
2079
2305
|
|
|
2080
|
-
.bi-input:where(:not([type="checkbox"], [type="radio"])):hover {
|
|
2306
|
+
.bi-input:where(:not(:-webkit-any([type="checkbox"], [type="radio"]))):hover {
|
|
2307
|
+
box-shadow: var(--_bi--hover, var(--bic-input-box-shadow-hover));
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
.bi-input:where(:not(:-webkit-any([type="checkbox"], [type="radio"]))):focus-visible {
|
|
2311
|
+
--bic-input-border-color: var(--bi-primary-50);
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.bi-input:where(:not(:is([type="checkbox"], [type="radio"]))):hover {
|
|
2081
2315
|
box-shadow: var(--_bi--hover, var(--bic-input-box-shadow-hover));
|
|
2082
2316
|
}
|
|
2083
2317
|
|
|
2084
|
-
.bi-input:where(:not([type="checkbox"], [type="radio"])):focus-visible {
|
|
2318
|
+
.bi-input:where(:not(:is([type="checkbox"], [type="radio"]))):focus-visible {
|
|
2085
2319
|
--bic-input-border-color: var(--bi-primary-50);
|
|
2086
2320
|
}
|
|
2087
2321
|
|
|
2088
2322
|
.bi-input:focus-visible {
|
|
2089
2323
|
outline: var(--_bi--focus, var(--bi-stroke-thick) solid var(--bi-primary-50));
|
|
2090
2324
|
outline-offset: 0;
|
|
2091
|
-
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x)
|
|
2325
|
+
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x) rgba(0, 0, 0, .05), 0px 0px 10px 0px rgba(0, 0, 0, .05));
|
|
2092
2326
|
}
|
|
2093
2327
|
|
|
2094
2328
|
.bi-input:focus-visible * {
|
|
@@ -2099,7 +2333,11 @@ body:has(.bi-dialog:modal) {
|
|
|
2099
2333
|
color: var(--bic-input-placeholder-color);
|
|
2100
2334
|
}
|
|
2101
2335
|
|
|
2102
|
-
.bi-input:not([size], [cols]) {
|
|
2336
|
+
.bi-input:not(:-webkit-any([size], [cols])) {
|
|
2337
|
+
width: 100%;
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
.bi-input:not(:is([size], [cols])) {
|
|
2103
2341
|
width: 100%;
|
|
2104
2342
|
}
|
|
2105
2343
|
|
|
@@ -2153,18 +2391,26 @@ body:has(.bi-dialog:modal) {
|
|
|
2153
2391
|
field-sizing: content;
|
|
2154
2392
|
}
|
|
2155
2393
|
|
|
2156
|
-
.bi-input:-webkit-any(select):not([readonly], [aria-disabled="true"], :disabled) {
|
|
2394
|
+
.bi-input:-webkit-any(select):not(:-webkit-any([readonly], [aria-disabled="true"], :disabled)) {
|
|
2395
|
+
cursor: pointer;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
.bi-input:is(select):not(:is([readonly], [aria-disabled="true"], :disabled)) {
|
|
2157
2399
|
cursor: pointer;
|
|
2158
2400
|
}
|
|
2159
2401
|
|
|
2160
|
-
.bi-input
|
|
2402
|
+
.bi-input:is(select) {
|
|
2161
2403
|
background-image: var(--bic-input-select-chevron);
|
|
2162
2404
|
background-position: calc(100% - .5em);
|
|
2163
2405
|
background-repeat: no-repeat;
|
|
2164
2406
|
background-size: 1.5em;
|
|
2165
2407
|
}
|
|
2166
2408
|
|
|
2167
|
-
.bi-input
|
|
2409
|
+
.bi-input:-webkit-any(select):not(:-webkit-any([readonly], [aria-disabled="true"], :disabled)) {
|
|
2410
|
+
cursor: pointer;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
.bi-input:is(select):not(:is([readonly], [aria-disabled="true"], :disabled)) {
|
|
2168
2414
|
cursor: pointer;
|
|
2169
2415
|
}
|
|
2170
2416
|
|
|
@@ -2198,7 +2444,11 @@ body:has(.bi-dialog:modal) {
|
|
|
2198
2444
|
--_bi--focus: ;
|
|
2199
2445
|
}
|
|
2200
2446
|
|
|
2201
|
-
.bi-input
|
|
2447
|
+
.bi-input:-webkit-any([type="checkbox"], [type="radio"]):read-only:not(:-webkit-any([readonly], [aria-disabled="true"], :disabled)) {
|
|
2448
|
+
cursor: pointer;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
.bi-input:is([type="checkbox"], [type="radio"]):read-only:not(:is([readonly], [aria-disabled="true"], :disabled)) {
|
|
2202
2452
|
cursor: pointer;
|
|
2203
2453
|
}
|
|
2204
2454
|
|
|
@@ -2291,7 +2541,11 @@ body:has(.bi-dialog:modal) {
|
|
|
2291
2541
|
--_bi--focus: ;
|
|
2292
2542
|
}
|
|
2293
2543
|
|
|
2294
|
-
.bi-input
|
|
2544
|
+
.bi-input:-webkit-any([type="checkbox"], [type="radio"]):read-only:not(:-webkit-any([readonly], [aria-disabled="true"], :disabled)) {
|
|
2545
|
+
cursor: pointer;
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
.bi-input:is([type="checkbox"], [type="radio"]):read-only:not(:is([readonly], [aria-disabled="true"], :disabled)) {
|
|
2295
2549
|
cursor: pointer;
|
|
2296
2550
|
}
|
|
2297
2551
|
|
|
@@ -2392,7 +2646,11 @@ body:has(.bi-dialog:modal) {
|
|
|
2392
2646
|
color: var(--bic-label-required-color);
|
|
2393
2647
|
}
|
|
2394
2648
|
|
|
2395
|
-
.bi-label:has( ~ .bi-input:required, ~ .bi-field--affixes > .bi-input:required):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
|
|
2649
|
+
.bi-label:has( ~ .bi-input:required, ~ .bi-field--affixes > .bi-input:required):not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))):before {
|
|
2650
|
+
padding-right: var(--bi-scale-0-25x);
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
.bi-label:has( ~ .bi-input:required, ~ .bi-field--affixes > .bi-input:required):not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))):before {
|
|
2396
2654
|
padding-right: var(--bi-scale-0-25x);
|
|
2397
2655
|
}
|
|
2398
2656
|
|
|
@@ -2703,14 +2961,14 @@ body:has(.bi-dialog:modal) {
|
|
|
2703
2961
|
--bic-popover-border-radius: var(--bi-radius-medium);
|
|
2704
2962
|
--bic-popover-max-width: 300px;
|
|
2705
2963
|
--bic-popover-padding: var(--bi-scale-1x);
|
|
2706
|
-
--bic-popover-box-shadow: 0px 8px 16px -4px
|
|
2964
|
+
--bic-popover-box-shadow: 0px 8px 16px -4px rgba(38, 51, 63, .08), 4px 4px 6px -2px rgba(38, 51, 63, .03), 0px 2px 2px -1px rgba(38, 51, 63, .04);
|
|
2707
2965
|
}
|
|
2708
2966
|
|
|
2709
2967
|
.bi-popover[data-dark="true"] {
|
|
2710
2968
|
--bic-popover-background: var(--bi-neutral-95);
|
|
2711
2969
|
--bic-popover-border-color: var(--bi-neutral-70);
|
|
2712
2970
|
--bic-popover-color: var(--bi-neutral-5);
|
|
2713
|
-
--bic-popover-box-shadow: 0px 8px 16px -4px
|
|
2971
|
+
--bic-popover-box-shadow: 0px 8px 16px -4px rgba(38, 51, 63, .08), 4px 4px 6px -2px rgba(38, 51, 63, .03), 0px 2px 2px -1px rgba(38, 51, 63, .04);
|
|
2714
2972
|
}
|
|
2715
2973
|
|
|
2716
2974
|
.bi-popover {
|
|
@@ -2803,13 +3061,13 @@ body:has(.bi-dialog:modal) {
|
|
|
2803
3061
|
.bi-spinner {
|
|
2804
3062
|
--bic-spinner-color: currentColor;
|
|
2805
3063
|
aspect-ratio: 1;
|
|
2806
|
-
background: radial-gradient(farthest-side, var(--bic-spinner-color) 94%,
|
|
3064
|
+
background: radial-gradient(farthest-side, var(--bic-spinner-color) 94%, rgba(0, 0, 0, 0)) top / 4px 4px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, var(--bic-spinner-color));
|
|
2807
3065
|
border-radius: 50%;
|
|
2808
3066
|
width: 1em;
|
|
2809
3067
|
height: 1em;
|
|
2810
3068
|
animation: 1s linear infinite bi-spinner;
|
|
2811
|
-
-webkit-mask: radial-gradient(farthest-side,
|
|
2812
|
-
mask: radial-gradient(farthest-side,
|
|
3069
|
+
-webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 4px), #000 0);
|
|
3070
|
+
mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 4px), #000 0);
|
|
2813
3071
|
}
|
|
2814
3072
|
|
|
2815
3073
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -2971,19 +3229,23 @@ body:has(.bi-dialog:modal) {
|
|
|
2971
3229
|
position: relative;
|
|
2972
3230
|
}
|
|
2973
3231
|
|
|
2974
|
-
.bi-validation-message:has( >
|
|
3232
|
+
.bi-validation-message:has( > svg):not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
|
3233
|
+
padding-left: calc(var(--bic-validation-message-icon-size) + var(--bic-validation-message-padding) * 2);
|
|
3234
|
+
}
|
|
3235
|
+
|
|
3236
|
+
.bi-validation-message:has( > svg):not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
|
|
2975
3237
|
padding-left: calc(var(--bic-validation-message-icon-size) + var(--bic-validation-message-padding) * 2);
|
|
2976
3238
|
}
|
|
2977
3239
|
|
|
2978
|
-
.bi-validation-message:has( >
|
|
3240
|
+
.bi-validation-message:has( > svg):-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
2979
3241
|
padding-right: calc(var(--bic-validation-message-icon-size) + var(--bic-validation-message-padding) * 2);
|
|
2980
3242
|
}
|
|
2981
3243
|
|
|
2982
|
-
.bi-validation-message:has( >
|
|
3244
|
+
.bi-validation-message:has( > svg):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
2983
3245
|
padding-right: calc(var(--bic-validation-message-icon-size) + var(--bic-validation-message-padding) * 2);
|
|
2984
3246
|
}
|
|
2985
3247
|
|
|
2986
|
-
.bi-validation-message >
|
|
3248
|
+
.bi-validation-message > svg {
|
|
2987
3249
|
font-size: var(--bic-validation-message-icon-size);
|
|
2988
3250
|
top: var(--bic-validation-message-padding);
|
|
2989
3251
|
left: var(--bic-validation-message-padding);
|