@bi-digital/css 0.8.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/baseline.css +1 -1
- package/dist/components/avatar.css +3 -3
- package/dist/components/badge.css +4 -10
- package/dist/components/button.css +12 -10
- package/dist/components/card.css +7 -16
- package/dist/components/chip.css +4 -8
- package/dist/components/details.css +2 -5
- package/dist/components/dialog.css +82 -7
- package/dist/components/dropdown.css +0 -4
- package/dist/components/field.css +1 -3
- package/dist/components/fieldset.css +1 -4
- package/dist/components/filter-group.css +1 -4
- package/dist/components/footer.css +5 -10
- package/dist/components/label.css +2 -5
- package/dist/components/skip-link.css +1 -2
- package/dist/components/tabs.css +54 -17
- package/dist/components/validation-message.css +1 -4
- package/dist/components.css +180 -112
- package/dist/index.css +1 -1
- package/dist/salesforce.css +180 -112
- package/package.json +4 -7
|
@@ -7,11 +7,8 @@
|
|
|
7
7
|
padding: var(--bic-validation-message-padding);
|
|
8
8
|
background: var(--bic-validation-message-background);
|
|
9
9
|
border-radius: 0px 0px var(--bi-radius-medium) var(--bi-radius-medium);
|
|
10
|
+
font: var(--bi-font-label-medium);
|
|
10
11
|
margin: 0;
|
|
11
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
12
|
-
font-size: .875rem;
|
|
13
|
-
font-weight: 700;
|
|
14
|
-
line-height: 1.4;
|
|
15
12
|
position: relative;
|
|
16
13
|
}
|
|
17
14
|
|
package/dist/components.css
CHANGED
|
@@ -151,6 +151,9 @@
|
|
|
151
151
|
width: var(--bic-avatar-size);
|
|
152
152
|
height: var(--bic-avatar-size);
|
|
153
153
|
font-size: var(--bic-avatar-font-size);
|
|
154
|
+
font-weight: var(--bi-font-weight-regular);
|
|
155
|
+
line-height: 1;
|
|
156
|
+
font-family: var(--bi-font-family-plain);
|
|
154
157
|
text-transform: uppercase;
|
|
155
158
|
-webkit-user-select: none;
|
|
156
159
|
user-select: none;
|
|
@@ -158,9 +161,6 @@
|
|
|
158
161
|
flex-shrink: 0;
|
|
159
162
|
justify-content: center;
|
|
160
163
|
align-items: center;
|
|
161
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
162
|
-
font-weight: 500;
|
|
163
|
-
line-height: 1;
|
|
164
164
|
text-decoration: none;
|
|
165
165
|
display: flex;
|
|
166
166
|
overflow: hidden;
|
|
@@ -224,16 +224,13 @@
|
|
|
224
224
|
--bic-badge-border-radius: var(--bi-radius-medium);
|
|
225
225
|
--bic-badge-border-width: var(--bi-stroke-thin);
|
|
226
226
|
--bic-badge-height: var(--bi-scale-6x);
|
|
227
|
-
--bic-badge-font
|
|
228
|
-
--bic-badge-line-height: 1.4;
|
|
227
|
+
--bic-badge-font: var(--bi-font-body-medium);
|
|
229
228
|
--bic-badge-padding: 0 var(--bi-scale-1-5x);
|
|
230
229
|
padding: var(--bic-badge-padding);
|
|
231
230
|
border-radius: var(--bic-badge-border-radius);
|
|
232
231
|
background-color: var(--bic-badge-background);
|
|
233
232
|
color: var(--bic-badge-color);
|
|
234
|
-
font
|
|
235
|
-
font-size: var(--bic-badge-font-size);
|
|
236
|
-
line-height: var(--bic-badge-line-height);
|
|
233
|
+
font: var(--bic-badge-font);
|
|
237
234
|
width: max-content;
|
|
238
235
|
height: fit-content;
|
|
239
236
|
min-height: var(--bic-badge-height);
|
|
@@ -241,7 +238,6 @@
|
|
|
241
238
|
word-break: break-word;
|
|
242
239
|
justify-content: center;
|
|
243
240
|
align-items: center;
|
|
244
|
-
font-weight: 500;
|
|
245
241
|
display: inline-flex;
|
|
246
242
|
}
|
|
247
243
|
|
|
@@ -257,16 +253,14 @@
|
|
|
257
253
|
|
|
258
254
|
.bi-badge[data-size="xs"] {
|
|
259
255
|
--bic-badge-padding: 0 var(--bi-scale-0-50x);
|
|
260
|
-
--bic-badge-font
|
|
261
|
-
--bic-badge-line-height: 1.15;
|
|
256
|
+
--bic-badge-font: var(--bi-font-body-xs);
|
|
262
257
|
--bic-badge-border-radius: var(--bi-radius-small);
|
|
263
258
|
--bic-badge-height: var(--bi-scale-4x);
|
|
264
259
|
}
|
|
265
260
|
|
|
266
261
|
.bi-badge[data-size="small"] {
|
|
267
262
|
--bic-badge-padding: 0 var(--bi-scale-1x);
|
|
268
|
-
--bic-badge-font
|
|
269
|
-
--bic-badge-line-height: 1.15;
|
|
263
|
+
--bic-badge-font: var(--bi-font-body-xs);
|
|
270
264
|
--bic-badge-height: var(--bi-scale-5x);
|
|
271
265
|
}
|
|
272
266
|
|
|
@@ -343,13 +337,14 @@
|
|
|
343
337
|
--bic-button-size: var(--bi-scale-11x);
|
|
344
338
|
--bic-button-font-size: 1rem;
|
|
345
339
|
--bic-button-line-height: 1.5;
|
|
346
|
-
--bic-button-color:
|
|
340
|
+
--bic-button-color: var(--bi-basic-white);
|
|
347
341
|
--bic-button-background: transparent;
|
|
348
342
|
--bic-button-background-hover: transparent;
|
|
349
343
|
--bic-button-background-press: transparent;
|
|
344
|
+
--bic-button-active-color: var(--bi-primary-50);
|
|
350
345
|
--bic-button-focus-shadow-color: var(--bi-basic-white);
|
|
351
346
|
--bic-button-focus-outline-color: var(--bi-primary-50);
|
|
352
|
-
font-family:
|
|
347
|
+
font-family: var(--bi-font-family-plain);
|
|
353
348
|
font-size: var(--bic-button-font-size);
|
|
354
349
|
line-height: var(--bic-button-line-height);
|
|
355
350
|
-webkit-font-smoothing: antialiased;
|
|
@@ -360,6 +355,7 @@
|
|
|
360
355
|
cursor: pointer;
|
|
361
356
|
color: var(--bic-button-color);
|
|
362
357
|
background: var(--bic-button-background);
|
|
358
|
+
font-weight: var(--bi-font-weight-bold);
|
|
363
359
|
box-shadow: var(--bic-button-box-shadow);
|
|
364
360
|
height: fit-content;
|
|
365
361
|
min-height: var(--bic-button-size);
|
|
@@ -371,23 +367,23 @@
|
|
|
371
367
|
text-align: inherit;
|
|
372
368
|
border: none;
|
|
373
369
|
flex-shrink: 0;
|
|
374
|
-
font-weight: 600;
|
|
375
370
|
display: flex;
|
|
376
371
|
position: relative;
|
|
377
372
|
overflow: hidden;
|
|
378
373
|
}
|
|
379
374
|
|
|
380
|
-
.bi-button[data-
|
|
381
|
-
|
|
375
|
+
.bi-button[data-dark="true"] {
|
|
376
|
+
--bic-button-active-color: var(--bi-primary-30);
|
|
377
|
+
--bic-button-focus-shadow-color: var(--bi-neutral-95);
|
|
378
|
+
--bic-button-focus-outline-color: var(--bi-primary-30);
|
|
382
379
|
}
|
|
383
380
|
|
|
384
|
-
.bi-button[data-
|
|
385
|
-
|
|
381
|
+
.bi-button[data-fullwidth="true"] {
|
|
382
|
+
width: 100%;
|
|
386
383
|
}
|
|
387
384
|
|
|
388
|
-
.bi-button[data-
|
|
389
|
-
|
|
390
|
-
--bic-button-focus-outline-color: var(--bi-primary-30);
|
|
385
|
+
.bi-button[data-active="true"], .bi-button[aria-expanded="true"] {
|
|
386
|
+
box-shadow: 0px 0px 0px 1.5px var(--bic-button-active-color) inset;
|
|
391
387
|
}
|
|
392
388
|
|
|
393
389
|
.bi-button:focus-visible {
|
|
@@ -666,15 +662,13 @@
|
|
|
666
662
|
|
|
667
663
|
.bi-card .bi-card--content > p {
|
|
668
664
|
color: var(--bic-card-content-color);
|
|
665
|
+
font: var(--bi-font-body-medium);
|
|
669
666
|
white-space: break-spaces;
|
|
670
667
|
text-overflow: ellipsis;
|
|
671
668
|
-webkit-line-clamp: var(--bic-card-content-lines);
|
|
672
669
|
line-clamp: var(--bic-card-content-lines);
|
|
673
670
|
-webkit-box-orient: vertical;
|
|
674
671
|
margin: 0;
|
|
675
|
-
font-size: .875rem;
|
|
676
|
-
font-weight: 500;
|
|
677
|
-
line-height: 1.5;
|
|
678
672
|
display: -webkit-box;
|
|
679
673
|
overflow: hidden;
|
|
680
674
|
}
|
|
@@ -751,31 +745,29 @@
|
|
|
751
745
|
}
|
|
752
746
|
|
|
753
747
|
.bi-card .bi-card--header {
|
|
748
|
+
font: var(--bi-font-body-medium);
|
|
754
749
|
gap: var(--bi-scale-0-50x);
|
|
755
750
|
word-wrap: break-word;
|
|
756
751
|
word-break: break-word;
|
|
757
752
|
flex-direction: column;
|
|
758
753
|
width: 100%;
|
|
759
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
760
|
-
line-height: 1.5;
|
|
761
754
|
display: flex;
|
|
762
755
|
}
|
|
763
756
|
|
|
764
757
|
.bi-card .bi-card--header .bi-card--header-label {
|
|
765
758
|
color: var(--bic-card-header-label-color);
|
|
766
759
|
margin: 0;
|
|
767
|
-
font-size: .875rem;
|
|
768
760
|
}
|
|
769
761
|
|
|
770
762
|
@media (width < 600px) {
|
|
771
763
|
.bi-card .bi-card--header .bi-card--header-label {
|
|
772
|
-
font
|
|
764
|
+
font: var(--bi-font-body-small);
|
|
773
765
|
}
|
|
774
766
|
}
|
|
775
767
|
|
|
776
768
|
.bi-card .bi-card--header .bi-card--header-label .bi-card--header-bold {
|
|
777
769
|
color: var(--bic-card-header-bold-color);
|
|
778
|
-
font-weight:
|
|
770
|
+
font-weight: var(--bi-font-weight-bold);
|
|
779
771
|
}
|
|
780
772
|
|
|
781
773
|
.bi-card .bi-card--header .bi-card--header-label .bi-card--header-dot {
|
|
@@ -789,22 +781,20 @@
|
|
|
789
781
|
}
|
|
790
782
|
|
|
791
783
|
.bi-card .bi-card--header .bi-card--header-title {
|
|
784
|
+
font: var(--bi-font-title-bold-small);
|
|
792
785
|
color: var(--bic-card-header-title-color);
|
|
793
786
|
text-overflow: ellipsis;
|
|
794
787
|
-webkit-line-clamp: 2;
|
|
795
788
|
line-clamp: 2;
|
|
796
789
|
-webkit-box-orient: vertical;
|
|
797
790
|
margin: 0;
|
|
798
|
-
font-size: 1.125rem;
|
|
799
|
-
font-weight: 600;
|
|
800
|
-
line-height: 1.3;
|
|
801
791
|
display: -webkit-box;
|
|
802
792
|
overflow: hidden;
|
|
803
793
|
}
|
|
804
794
|
|
|
805
795
|
@media (width < 600px) {
|
|
806
796
|
.bi-card .bi-card--header .bi-card--header-title {
|
|
807
|
-
font
|
|
797
|
+
font: var(--bi-font-title-bold-xs);
|
|
808
798
|
}
|
|
809
799
|
}
|
|
810
800
|
|
|
@@ -849,14 +839,11 @@
|
|
|
849
839
|
0px 4px 6px 0px #26333f0d;
|
|
850
840
|
color: var(--bic-card-header-title-color);
|
|
851
841
|
text-align: center;
|
|
842
|
+
font: var(--bi-font-title-bold-medium);
|
|
852
843
|
flex-direction: column;
|
|
853
844
|
justify-content: center;
|
|
854
845
|
align-items: center;
|
|
855
846
|
margin: 0;
|
|
856
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
857
|
-
font-size: 1.25rem;
|
|
858
|
-
font-weight: 700;
|
|
859
|
-
line-height: 1.3;
|
|
860
847
|
display: flex;
|
|
861
848
|
}
|
|
862
849
|
|
|
@@ -898,17 +885,14 @@
|
|
|
898
885
|
--bic-chip-text-color: var(--bi-neutral-90);
|
|
899
886
|
--bic-chip-padding: var(--bi-scale-1x) var(--bi-scale-2x);
|
|
900
887
|
--bic-chip-icon-size: var(--bi-scale-6x);
|
|
901
|
-
--bic-chip-font
|
|
902
|
-
--bic-chip-
|
|
888
|
+
--bic-chip-font: var(--bi-font-body-medium);
|
|
889
|
+
font: var(--bic-chip-font);
|
|
903
890
|
gap: var(--bi-scale-1x);
|
|
904
891
|
border-radius: var(--bi-radius-full);
|
|
905
892
|
width: fit-content;
|
|
906
893
|
color: var(--bic-chip-text-color);
|
|
907
894
|
background-color: var(--bic-chip-background);
|
|
908
895
|
padding: var(--bic-chip-padding);
|
|
909
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
910
|
-
font-size: var(--bic-chip-font-size);
|
|
911
|
-
line-height: var(--bic-chip-line-height);
|
|
912
896
|
justify-content: flex-start;
|
|
913
897
|
align-items: center;
|
|
914
898
|
display: inline-flex;
|
|
@@ -917,14 +901,13 @@
|
|
|
917
901
|
|
|
918
902
|
.bi-chip[data-size="small"] {
|
|
919
903
|
--bic-chip-padding: var(--bi-scale-0-50x) var(--bi-scale-2x);
|
|
920
|
-
--bic-chip-font
|
|
921
|
-
--bic-chip-line-height: 1.25rem;
|
|
904
|
+
--bic-chip-font: var(--bi-font-body-small);
|
|
922
905
|
--bic-chip-icon-size: var(--bi-scale-5x);
|
|
923
906
|
}
|
|
924
907
|
|
|
925
908
|
.bi-chip[data-size="large"] {
|
|
926
909
|
--bic-chip-padding: var(--bi-scale-2x) var(--bi-scale-4x);
|
|
927
|
-
--bic-chip-font
|
|
910
|
+
--bic-chip-font: var(--bi-font-body-large);
|
|
928
911
|
}
|
|
929
912
|
|
|
930
913
|
.bi-chip[data-dark="true"] {
|
|
@@ -1127,6 +1110,7 @@ details.bi-details[data-dark="true"] {
|
|
|
1127
1110
|
}
|
|
1128
1111
|
|
|
1129
1112
|
details.bi-details {
|
|
1113
|
+
font: var(--bi-font-body-large);
|
|
1130
1114
|
background-color: var(--bic-details-background);
|
|
1131
1115
|
color: var(--bic-details-color);
|
|
1132
1116
|
border: 0;
|
|
@@ -1134,10 +1118,6 @@ details.bi-details {
|
|
|
1134
1118
|
border-style: solid;
|
|
1135
1119
|
border-top-width: var(--bi-stroke-thin);
|
|
1136
1120
|
border-bottom-width: var(--bi-stroke-thin);
|
|
1137
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
1138
|
-
font-size: 1rem;
|
|
1139
|
-
font-weight: 500;
|
|
1140
|
-
line-height: 1.5;
|
|
1141
1121
|
}
|
|
1142
1122
|
|
|
1143
1123
|
details.bi-details + :is(details.bi-details) {
|
|
@@ -1152,8 +1132,8 @@ details.bi-details summary {
|
|
|
1152
1132
|
gap: var(--bi-scale-2x);
|
|
1153
1133
|
-webkit-user-select: none;
|
|
1154
1134
|
user-select: none;
|
|
1135
|
+
font-weight: var(--bi-font-weight-bold);
|
|
1155
1136
|
flex-direction: row;
|
|
1156
|
-
font-weight: 700;
|
|
1157
1137
|
list-style: none;
|
|
1158
1138
|
display: flex;
|
|
1159
1139
|
position: relative;
|
|
@@ -1248,9 +1228,15 @@ details.bi-details > *:not(summary) + * {
|
|
|
1248
1228
|
}
|
|
1249
1229
|
|
|
1250
1230
|
.bi-dialog {
|
|
1231
|
+
--bic-dialog-anchor-inline-min-width: 23.5rem;
|
|
1232
|
+
--bic-dialog-anchor-inline-max-width: 40rem;
|
|
1233
|
+
--bic-dialog-anchor-block-min-height: 20rem;
|
|
1234
|
+
--bic-dialog-anchor-border-radius: var(--bi-radius-medium);
|
|
1235
|
+
--bic-dialog-anchor-closed-translate: 0, var(--bi-scale-12x);
|
|
1251
1236
|
--bic-dialog-animation-duration: .2s;
|
|
1252
1237
|
--bic-dialog-backdrop-background: #00000080;
|
|
1253
1238
|
--bic-dialog-background: var(--bi-basic-white);
|
|
1239
|
+
--bic-dialog-border-radius: var(--bi-radius-large);
|
|
1254
1240
|
--bic-dialog-border-color: var(--bi-neutral-15);
|
|
1255
1241
|
--bic-dialog-icon-spacing: .625rem;
|
|
1256
1242
|
--bic-dialog-color: var(--bi-neutral-90);
|
|
@@ -1268,7 +1254,7 @@ details.bi-details > *:not(summary) + * {
|
|
|
1268
1254
|
.bi-dialog {
|
|
1269
1255
|
animation: bi-dialog-fade-in-animation var(--bic-dialog-animation-duration) forwards;
|
|
1270
1256
|
background: var(--bic-dialog-background);
|
|
1271
|
-
border-radius: var(--
|
|
1257
|
+
border-radius: var(--bic-dialog-border-radius);
|
|
1272
1258
|
box-shadow: 0 var(--bi-scale-1x) var(--bi-scale-1x) 0 #00000040;
|
|
1273
1259
|
color: var(--bic-dialog-color);
|
|
1274
1260
|
max-height: var(--bic-dialog-max-height);
|
|
@@ -1294,13 +1280,68 @@ details.bi-details > *:not(summary) + * {
|
|
|
1294
1280
|
display: flex;
|
|
1295
1281
|
}
|
|
1296
1282
|
|
|
1283
|
+
.bi-dialog:where([data-anchor="bottom"], [data-anchor="top"], [data-anchor="left"], [data-anchor="right"]) {
|
|
1284
|
+
--bic-dialog-max-height: unset;
|
|
1285
|
+
border-radius: var(--bic-dialog-anchor-border-radius);
|
|
1286
|
+
transition: display var(--bic-dialog-animation-duration) allow-discrete,
|
|
1287
|
+
overlay var(--bic-dialog-animation-duration) allow-discrete;
|
|
1288
|
+
transform: translate(var(--bic-dialog-anchor-closed-translate));
|
|
1289
|
+
animation: bi-dialog-slide-out-animation var(--bic-dialog-animation-duration) ease-in-out forwards;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.bi-dialog:where([data-anchor="bottom"], [data-anchor="top"], [data-anchor="left"], [data-anchor="right"])[open] {
|
|
1293
|
+
animation: bi-dialog-slide-in-animation var(--bic-dialog-animation-duration) ease-in-out forwards;
|
|
1294
|
+
transform: translate(0);
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
.bi-dialog:where([data-anchor="bottom"], [data-anchor="top"]) {
|
|
1298
|
+
min-height: var(--bic-dialog-anchor-block-min-height);
|
|
1299
|
+
max-height: calc(100dvh - var(--bi-layout-navbar-height));
|
|
1300
|
+
max-width: 100dvw;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
.bi-dialog:where([data-anchor="left"], [data-anchor="right"]) {
|
|
1304
|
+
min-width: var(--bic-dialog-anchor-inline-min-width);
|
|
1305
|
+
max-width: var(--bic-dialog-anchor-inline-max-width);
|
|
1306
|
+
width: fit-content;
|
|
1307
|
+
height: 100dvh;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
.bi-dialog[data-anchor="bottom"] {
|
|
1311
|
+
--bic-dialog-anchor-closed-translate: 0, 100%;
|
|
1312
|
+
border-bottom-right-radius: 0;
|
|
1313
|
+
border-bottom-left-radius: 0;
|
|
1314
|
+
top: auto;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
.bi-dialog[data-anchor="top"] {
|
|
1318
|
+
--bic-dialog-anchor-closed-translate: 0, -100%;
|
|
1319
|
+
border-top-left-radius: 0;
|
|
1320
|
+
border-top-right-radius: 0;
|
|
1321
|
+
bottom: auto;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.bi-dialog[data-anchor="left"] {
|
|
1325
|
+
--bic-dialog-anchor-closed-translate: -100%, 0;
|
|
1326
|
+
border-top-left-radius: 0;
|
|
1327
|
+
border-bottom-left-radius: 0;
|
|
1328
|
+
right: auto;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
.bi-dialog[data-anchor="right"] {
|
|
1332
|
+
--bic-dialog-anchor-closed-translate: 100%, 0;
|
|
1333
|
+
border-top-right-radius: 0;
|
|
1334
|
+
border-bottom-right-radius: 0;
|
|
1335
|
+
left: auto;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1297
1338
|
@media (prefers-reduced-motion: reduce) {
|
|
1298
1339
|
.bi-dialog[open], .bi-dialog::backdrop {
|
|
1299
1340
|
animation: none;
|
|
1300
1341
|
}
|
|
1301
1342
|
}
|
|
1302
1343
|
|
|
1303
|
-
.bi-dialog > form[method="dialog"]:first-child > button:only-child {
|
|
1344
|
+
.bi-dialog > button[command="close"]:first-child, .bi-dialog > form[method="dialog"]:first-child > button:only-child {
|
|
1304
1345
|
top: var(--bic-dialog-icon-spacing);
|
|
1305
1346
|
right: var(--bic-dialog-icon-spacing);
|
|
1306
1347
|
position: absolute;
|
|
@@ -1309,15 +1350,13 @@ details.bi-details > *:not(summary) + * {
|
|
|
1309
1350
|
.bi-dialog .bi-dialog--header {
|
|
1310
1351
|
padding: var(--bic-dialog-padding);
|
|
1311
1352
|
min-height: var(--bi-scale-16x);
|
|
1353
|
+
font: var(--bi-font-title-bold-medium);
|
|
1312
1354
|
align-items: center;
|
|
1313
1355
|
margin: 0;
|
|
1314
|
-
font-size: 1.25rem;
|
|
1315
|
-
font-weight: 700;
|
|
1316
|
-
line-height: 1.3;
|
|
1317
1356
|
display: flex;
|
|
1318
1357
|
}
|
|
1319
1358
|
|
|
1320
|
-
.bi-dialog:has( > form[method="dialog"]) .bi-dialog--header {
|
|
1359
|
+
.bi-dialog:has( > form[method="dialog"], > button[command="close"]:first-child) .bi-dialog--header {
|
|
1321
1360
|
padding-right: var(--bi-scale-14x);
|
|
1322
1361
|
}
|
|
1323
1362
|
|
|
@@ -1346,7 +1385,23 @@ body:has(.bi-dialog:modal) {
|
|
|
1346
1385
|
|
|
1347
1386
|
@keyframes bi-dialog-slide-in-animation {
|
|
1348
1387
|
from {
|
|
1349
|
-
|
|
1388
|
+
transform: translate(var(--bic-dialog-anchor-closed-translate));
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
to {
|
|
1392
|
+
transform: translate(0);
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
@keyframes bi-dialog-slide-out-animation {
|
|
1397
|
+
from {
|
|
1398
|
+
opacity: 1;
|
|
1399
|
+
transform: translate(0);
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
to {
|
|
1403
|
+
transform: translate(var(--bic-dialog-anchor-closed-translate));
|
|
1404
|
+
opacity: 0;
|
|
1350
1405
|
}
|
|
1351
1406
|
}
|
|
1352
1407
|
|
|
@@ -1587,10 +1642,6 @@ body:has(.bi-dialog:modal) {
|
|
|
1587
1642
|
margin-left: auto;
|
|
1588
1643
|
}
|
|
1589
1644
|
|
|
1590
|
-
.bi-button[aria-expanded="true"] {
|
|
1591
|
-
box-shadow: 0px 0px 0px 1.5px var(--bi-primary-50) inset;
|
|
1592
|
-
}
|
|
1593
|
-
|
|
1594
1645
|
:where(.bi-input) {
|
|
1595
1646
|
margin: 0;
|
|
1596
1647
|
}
|
|
@@ -1875,9 +1926,7 @@ body:has(.bi-dialog:modal) {
|
|
|
1875
1926
|
|
|
1876
1927
|
.bi-field .bi-field--description {
|
|
1877
1928
|
color: var(--bic-field-description-color);
|
|
1878
|
-
font
|
|
1879
|
-
font-size: .8125rem;
|
|
1880
|
-
font-weight: 500;
|
|
1929
|
+
font: var(--bi-font-body-small);
|
|
1881
1930
|
line-height: 1.15;
|
|
1882
1931
|
}
|
|
1883
1932
|
|
|
@@ -2087,10 +2136,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2087
2136
|
.bi-fieldset > legend + p {
|
|
2088
2137
|
margin-block: var(--bi-scale-1x) 0;
|
|
2089
2138
|
color: var(--bic-fieldset-description-color);
|
|
2090
|
-
font
|
|
2091
|
-
font-size: 1rem;
|
|
2092
|
-
font-weight: 500;
|
|
2093
|
-
line-height: 1.15;
|
|
2139
|
+
font: var(--bi-font-body-large);
|
|
2094
2140
|
}
|
|
2095
2141
|
|
|
2096
2142
|
.bi-fieldset:disabled > legend, .bi-fieldset:disabled > legend + p {
|
|
@@ -2171,12 +2217,9 @@ body:has(.bi-dialog:modal) {
|
|
|
2171
2217
|
|
|
2172
2218
|
.bi-filter-group > button > h3 {
|
|
2173
2219
|
text-align: left;
|
|
2220
|
+
font: var(--bi-font-title-bold-xs);
|
|
2174
2221
|
flex: 1;
|
|
2175
2222
|
margin: 0;
|
|
2176
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
2177
|
-
font-size: 1rem;
|
|
2178
|
-
font-weight: 700;
|
|
2179
|
-
line-height: 1.5;
|
|
2180
2223
|
}
|
|
2181
2224
|
|
|
2182
2225
|
.bi-filter-group > div {
|
|
@@ -2226,6 +2269,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2226
2269
|
width: 100%;
|
|
2227
2270
|
color: var(--bic-footer-color);
|
|
2228
2271
|
background-color: var(--bic-footer-background);
|
|
2272
|
+
font-family: var(--bi-font-family-plain);
|
|
2229
2273
|
padding: var(--bi-scale-16x) 0;
|
|
2230
2274
|
justify-content: center;
|
|
2231
2275
|
align-items: center;
|
|
@@ -2234,7 +2278,6 @@ body:has(.bi-dialog:modal) {
|
|
|
2234
2278
|
align-items: center;
|
|
2235
2279
|
width: 100%;
|
|
2236
2280
|
margin-top: -1px;
|
|
2237
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
2238
2281
|
display: flex;
|
|
2239
2282
|
}
|
|
2240
2283
|
|
|
@@ -2252,15 +2295,12 @@ body:has(.bi-dialog:modal) {
|
|
|
2252
2295
|
}
|
|
2253
2296
|
|
|
2254
2297
|
.bi-footer .bi-footer--links-container .bi-footer--links {
|
|
2298
|
+
min-height: 44px;
|
|
2299
|
+
font: var(--bi-font-label-large);
|
|
2255
2300
|
flex-direction: row;
|
|
2256
2301
|
justify-content: center;
|
|
2257
2302
|
align-items: center;
|
|
2258
|
-
min-height: 44px;
|
|
2259
2303
|
margin: auto;
|
|
2260
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
2261
|
-
font-size: 1rem;
|
|
2262
|
-
font-weight: 700;
|
|
2263
|
-
line-height: 1.5;
|
|
2264
2304
|
display: flex;
|
|
2265
2305
|
}
|
|
2266
2306
|
|
|
@@ -2363,11 +2403,9 @@ body:has(.bi-dialog:modal) {
|
|
|
2363
2403
|
|
|
2364
2404
|
.bi-footer .bi-footer--copyright {
|
|
2365
2405
|
text-align: center;
|
|
2406
|
+
font: var(--bi-font-body-large);
|
|
2407
|
+
font-weight: var(--bi-font-weight-regular);
|
|
2366
2408
|
margin: 0;
|
|
2367
|
-
font-family: museo-slab, serif;
|
|
2368
|
-
font-size: 1rem;
|
|
2369
|
-
font-weight: 500;
|
|
2370
|
-
line-height: 1.5;
|
|
2371
2409
|
}
|
|
2372
2410
|
|
|
2373
2411
|
svg {
|
|
@@ -2428,14 +2466,11 @@ svg[data-color="white"] {
|
|
|
2428
2466
|
|
|
2429
2467
|
.bi-label {
|
|
2430
2468
|
color: var(--bic-label-color);
|
|
2431
|
-
font
|
|
2432
|
-
font-size: .875rem;
|
|
2433
|
-
font-weight: 700;
|
|
2434
|
-
line-height: 1.4;
|
|
2469
|
+
font: var(--bi-font-label-medium);
|
|
2435
2470
|
}
|
|
2436
2471
|
|
|
2437
2472
|
.bi-label[data-weight="medium"] {
|
|
2438
|
-
font-weight:
|
|
2473
|
+
font-weight: var(--bi-font-weight-regular);
|
|
2439
2474
|
}
|
|
2440
2475
|
|
|
2441
2476
|
.bi-label[data-weight="regular"] {
|
|
@@ -2728,6 +2763,7 @@ svg[data-color="white"] {
|
|
|
2728
2763
|
.bi-skip-link {
|
|
2729
2764
|
--bic-skip-link-color: var(--bi-basic-white);
|
|
2730
2765
|
--bic-skip-link-background: var(--bi-primary-50);
|
|
2766
|
+
font: var(--bi-font-body-large);
|
|
2731
2767
|
background: var(--bic-skip-link-background);
|
|
2732
2768
|
color: var(--bic-skip-link-color);
|
|
2733
2769
|
outline-offset: 0px;
|
|
@@ -2736,8 +2772,6 @@ svg[data-color="white"] {
|
|
|
2736
2772
|
align-content: center;
|
|
2737
2773
|
height: 44px;
|
|
2738
2774
|
padding: 0 7px;
|
|
2739
|
-
font-size: 1rem;
|
|
2740
|
-
font-weight: 500;
|
|
2741
2775
|
transition: transform .3s ease-in-out;
|
|
2742
2776
|
position: absolute;
|
|
2743
2777
|
left: 50%;
|
|
@@ -2824,7 +2858,11 @@ svg[data-color="white"] {
|
|
|
2824
2858
|
}
|
|
2825
2859
|
|
|
2826
2860
|
.bi-tabs {
|
|
2861
|
+
--bic-tabs-tab-color: var(--bi-neutral-90);
|
|
2827
2862
|
--bic-tabs-tab-color-selected: var(--bi-primary-50);
|
|
2863
|
+
--bic-tabs-tab-background-hover: var(--bi-states-hover-dark);
|
|
2864
|
+
--bic-tabs-tab-background-press: var(--bi-states-press-dark);
|
|
2865
|
+
--bic-tabs-tab-font: var(--bi-font-title-bold-xs);
|
|
2828
2866
|
--bic-tabs-panel-padding: var(--bi-scale-4x) var(--bi-scale-5x);
|
|
2829
2867
|
--bic-tabs-focus-shadow-color: var(--bi-basic-white);
|
|
2830
2868
|
--bic-tabs-focus-outline-color: var(--bi-primary-50);
|
|
@@ -2832,6 +2870,8 @@ svg[data-color="white"] {
|
|
|
2832
2870
|
|
|
2833
2871
|
.bi-tabs[data-dark="true"] {
|
|
2834
2872
|
--bic-tabs-tab-color-selected: var(--bi-primary-30);
|
|
2873
|
+
--bic-tabs-tab-background-hover: var(--bi-states-hover-light);
|
|
2874
|
+
--bic-tabs-tab-background-press: var(--bi-states-press-light);
|
|
2835
2875
|
--bic-tabs-focus-shadow-color: var(--bi-neutral-95);
|
|
2836
2876
|
--bic-tabs-focus-outline-color: var(--bi-primary-30);
|
|
2837
2877
|
}
|
|
@@ -2842,43 +2882,74 @@ svg[data-color="white"] {
|
|
|
2842
2882
|
overflow: hidden;
|
|
2843
2883
|
}
|
|
2844
2884
|
|
|
2845
|
-
.bi-tabs
|
|
2885
|
+
.bi-tabs :is([role="tablist"], ds-tablist) {
|
|
2846
2886
|
scrollbar-width: none;
|
|
2847
2887
|
flex-direction: row;
|
|
2848
2888
|
flex-shrink: 0;
|
|
2849
|
-
display: flex;
|
|
2850
2889
|
position: relative;
|
|
2851
2890
|
overflow-x: auto;
|
|
2852
2891
|
}
|
|
2853
2892
|
|
|
2854
|
-
.bi-tabs
|
|
2855
|
-
|
|
2856
|
-
overflow-x: unset;
|
|
2857
|
-
flex-direction: column;
|
|
2858
|
-
width: fit-content;
|
|
2893
|
+
.bi-tabs :is([role="tablist"], ds-tablist):not([hidden]) {
|
|
2894
|
+
display: flex;
|
|
2859
2895
|
}
|
|
2860
2896
|
|
|
2861
|
-
.bi-tabs
|
|
2897
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab) {
|
|
2898
|
+
font: var(--bic-tabs-tab-font);
|
|
2899
|
+
border-radius: var(--bi-radius-medium);
|
|
2900
|
+
box-sizing: border-box;
|
|
2901
|
+
color: var(--bic-tabs-tab-color);
|
|
2902
|
+
cursor: pointer;
|
|
2903
|
+
align-items: center;
|
|
2904
|
+
gap: var(--bi-scale-1x);
|
|
2905
|
+
padding: .625rem var(--bi-scale-6x);
|
|
2906
|
+
text-align: center;
|
|
2862
2907
|
white-space: nowrap;
|
|
2908
|
+
background: none;
|
|
2909
|
+
border: 0;
|
|
2910
|
+
flex-direction: row;
|
|
2911
|
+
justify-content: center;
|
|
2912
|
+
margin: 0;
|
|
2913
|
+
line-height: 1.5;
|
|
2863
2914
|
transition: color .2s ease-in-out;
|
|
2915
|
+
position: relative;
|
|
2864
2916
|
}
|
|
2865
2917
|
|
|
2866
|
-
.bi-tabs
|
|
2918
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):not([hidden]) {
|
|
2919
|
+
display: flex;
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2922
|
+
@media (hover: hover) and (pointer: fine) {
|
|
2923
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):hover {
|
|
2924
|
+
background: var(--bic-tabs-tab-background-hover);
|
|
2925
|
+
}
|
|
2926
|
+
}
|
|
2927
|
+
|
|
2928
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):active {
|
|
2929
|
+
background: var(--bic-tabs-tab-background-press);
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):not(:focus-visible) {
|
|
2867
2933
|
border-bottom-right-radius: 0;
|
|
2868
2934
|
border-bottom-left-radius: 0;
|
|
2869
2935
|
}
|
|
2870
2936
|
|
|
2871
|
-
.bi-tabs
|
|
2937
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):focus-visible {
|
|
2872
2938
|
box-shadow: var(--_bi--focus, 0 0 0 4.5px inset var(--bic-tabs-focus-shadow-color));
|
|
2873
2939
|
outline: var(--_bi--focus, 3px solid var(--bic-tabs-focus-outline-color));
|
|
2874
2940
|
outline-offset: var(--_bi--focus, -3px);
|
|
2875
2941
|
}
|
|
2876
2942
|
|
|
2877
|
-
.bi-tabs
|
|
2943
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):focus-visible:after {
|
|
2878
2944
|
bottom: 3px;
|
|
2879
2945
|
}
|
|
2880
2946
|
|
|
2881
|
-
.bi-tabs
|
|
2947
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab) :where(img, svg) {
|
|
2948
|
+
font-size: var(--bi-icon-medium);
|
|
2949
|
+
flex-shrink: 0;
|
|
2950
|
+
}
|
|
2951
|
+
|
|
2952
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):after {
|
|
2882
2953
|
background: var(--bic-tabs-tab-color-selected);
|
|
2883
2954
|
content: "";
|
|
2884
2955
|
border-radius: var(--bi-radius-small) var(--bi-radius-small) 0 0;
|
|
@@ -2893,24 +2964,24 @@ svg[data-color="white"] {
|
|
|
2893
2964
|
}
|
|
2894
2965
|
|
|
2895
2966
|
@media (prefers-reduced-motion: reduce) {
|
|
2896
|
-
.bi-tabs
|
|
2967
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab) {
|
|
2897
2968
|
transition: none;
|
|
2898
2969
|
}
|
|
2899
2970
|
|
|
2900
|
-
.bi-tabs
|
|
2971
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):after {
|
|
2901
2972
|
transition: none;
|
|
2902
2973
|
}
|
|
2903
2974
|
}
|
|
2904
2975
|
|
|
2905
|
-
.bi-tabs
|
|
2976
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab)[aria-selected="true"] {
|
|
2906
2977
|
color: var(--bic-tabs-tab-color-selected);
|
|
2907
2978
|
}
|
|
2908
2979
|
|
|
2909
|
-
.bi-tabs
|
|
2980
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab)[aria-selected="true"]:after {
|
|
2910
2981
|
width: calc(100% - var(--bi-scale-6x));
|
|
2911
2982
|
}
|
|
2912
2983
|
|
|
2913
|
-
.bi-tabs
|
|
2984
|
+
.bi-tabs :is([role="tabpanel"], ds-tabpanel) {
|
|
2914
2985
|
padding: var(--bic-tabs-panel-padding);
|
|
2915
2986
|
outline: none;
|
|
2916
2987
|
flex-grow: 1;
|
|
@@ -2925,11 +2996,8 @@ svg[data-color="white"] {
|
|
|
2925
2996
|
padding: var(--bic-validation-message-padding);
|
|
2926
2997
|
background: var(--bic-validation-message-background);
|
|
2927
2998
|
border-radius: 0px 0px var(--bi-radius-medium) var(--bi-radius-medium);
|
|
2999
|
+
font: var(--bi-font-label-medium);
|
|
2928
3000
|
margin: 0;
|
|
2929
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
2930
|
-
font-size: .875rem;
|
|
2931
|
-
font-weight: 700;
|
|
2932
|
-
line-height: 1.4;
|
|
2933
3001
|
position: relative;
|
|
2934
3002
|
}
|
|
2935
3003
|
|