@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
package/dist/index.css
CHANGED
package/dist/salesforce.css
CHANGED
|
@@ -377,6 +377,9 @@
|
|
|
377
377
|
width: var(--bic-avatar-size);
|
|
378
378
|
height: var(--bic-avatar-size);
|
|
379
379
|
font-size: var(--bic-avatar-font-size);
|
|
380
|
+
font-weight: var(--bi-font-weight-regular);
|
|
381
|
+
line-height: 1;
|
|
382
|
+
font-family: var(--bi-font-family-plain);
|
|
380
383
|
text-transform: uppercase;
|
|
381
384
|
-webkit-user-select: none;
|
|
382
385
|
user-select: none;
|
|
@@ -384,9 +387,6 @@
|
|
|
384
387
|
flex-shrink: 0;
|
|
385
388
|
justify-content: center;
|
|
386
389
|
align-items: center;
|
|
387
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
388
|
-
font-weight: 500;
|
|
389
|
-
line-height: 1;
|
|
390
390
|
text-decoration: none;
|
|
391
391
|
display: flex;
|
|
392
392
|
overflow: hidden;
|
|
@@ -450,16 +450,13 @@
|
|
|
450
450
|
--bic-badge-border-radius: var(--bi-radius-medium);
|
|
451
451
|
--bic-badge-border-width: var(--bi-stroke-thin);
|
|
452
452
|
--bic-badge-height: var(--bi-scale-6x);
|
|
453
|
-
--bic-badge-font
|
|
454
|
-
--bic-badge-line-height: 1.4;
|
|
453
|
+
--bic-badge-font: var(--bi-font-body-medium);
|
|
455
454
|
--bic-badge-padding: 0 var(--bi-scale-1-5x);
|
|
456
455
|
padding: var(--bic-badge-padding);
|
|
457
456
|
border-radius: var(--bic-badge-border-radius);
|
|
458
457
|
background-color: var(--bic-badge-background);
|
|
459
458
|
color: var(--bic-badge-color);
|
|
460
|
-
font
|
|
461
|
-
font-size: var(--bic-badge-font-size);
|
|
462
|
-
line-height: var(--bic-badge-line-height);
|
|
459
|
+
font: var(--bic-badge-font);
|
|
463
460
|
width: max-content;
|
|
464
461
|
height: fit-content;
|
|
465
462
|
min-height: var(--bic-badge-height);
|
|
@@ -467,7 +464,6 @@
|
|
|
467
464
|
word-break: break-word;
|
|
468
465
|
justify-content: center;
|
|
469
466
|
align-items: center;
|
|
470
|
-
font-weight: 500;
|
|
471
467
|
display: inline-flex;
|
|
472
468
|
}
|
|
473
469
|
|
|
@@ -483,16 +479,14 @@
|
|
|
483
479
|
|
|
484
480
|
.bi-badge[data-size="xs"] {
|
|
485
481
|
--bic-badge-padding: 0 var(--bi-scale-0-50x);
|
|
486
|
-
--bic-badge-font
|
|
487
|
-
--bic-badge-line-height: 1.15;
|
|
482
|
+
--bic-badge-font: var(--bi-font-body-xs);
|
|
488
483
|
--bic-badge-border-radius: var(--bi-radius-small);
|
|
489
484
|
--bic-badge-height: var(--bi-scale-4x);
|
|
490
485
|
}
|
|
491
486
|
|
|
492
487
|
.bi-badge[data-size="small"] {
|
|
493
488
|
--bic-badge-padding: 0 var(--bi-scale-1x);
|
|
494
|
-
--bic-badge-font
|
|
495
|
-
--bic-badge-line-height: 1.15;
|
|
489
|
+
--bic-badge-font: var(--bi-font-body-xs);
|
|
496
490
|
--bic-badge-height: var(--bi-scale-5x);
|
|
497
491
|
}
|
|
498
492
|
|
|
@@ -569,13 +563,14 @@
|
|
|
569
563
|
--bic-button-size: var(--bi-scale-11x);
|
|
570
564
|
--bic-button-font-size: 1rem;
|
|
571
565
|
--bic-button-line-height: 1.5;
|
|
572
|
-
--bic-button-color:
|
|
566
|
+
--bic-button-color: var(--bi-basic-white);
|
|
573
567
|
--bic-button-background: transparent;
|
|
574
568
|
--bic-button-background-hover: transparent;
|
|
575
569
|
--bic-button-background-press: transparent;
|
|
570
|
+
--bic-button-active-color: var(--bi-primary-50);
|
|
576
571
|
--bic-button-focus-shadow-color: var(--bi-basic-white);
|
|
577
572
|
--bic-button-focus-outline-color: var(--bi-primary-50);
|
|
578
|
-
font-family:
|
|
573
|
+
font-family: var(--bi-font-family-plain);
|
|
579
574
|
font-size: var(--bic-button-font-size);
|
|
580
575
|
line-height: var(--bic-button-line-height);
|
|
581
576
|
-webkit-font-smoothing: antialiased;
|
|
@@ -586,6 +581,7 @@
|
|
|
586
581
|
cursor: pointer;
|
|
587
582
|
color: var(--bic-button-color);
|
|
588
583
|
background: var(--bic-button-background);
|
|
584
|
+
font-weight: var(--bi-font-weight-bold);
|
|
589
585
|
box-shadow: var(--bic-button-box-shadow);
|
|
590
586
|
height: fit-content;
|
|
591
587
|
min-height: var(--bic-button-size);
|
|
@@ -597,23 +593,23 @@
|
|
|
597
593
|
text-align: inherit;
|
|
598
594
|
border: none;
|
|
599
595
|
flex-shrink: 0;
|
|
600
|
-
font-weight: 600;
|
|
601
596
|
display: flex;
|
|
602
597
|
position: relative;
|
|
603
598
|
overflow: hidden;
|
|
604
599
|
}
|
|
605
600
|
|
|
606
|
-
.bi-button[data-
|
|
607
|
-
|
|
601
|
+
.bi-button[data-dark="true"] {
|
|
602
|
+
--bic-button-active-color: var(--bi-primary-30);
|
|
603
|
+
--bic-button-focus-shadow-color: var(--bi-neutral-95);
|
|
604
|
+
--bic-button-focus-outline-color: var(--bi-primary-30);
|
|
608
605
|
}
|
|
609
606
|
|
|
610
|
-
.bi-button[data-
|
|
611
|
-
|
|
607
|
+
.bi-button[data-fullwidth="true"] {
|
|
608
|
+
width: 100%;
|
|
612
609
|
}
|
|
613
610
|
|
|
614
|
-
.bi-button[data-
|
|
615
|
-
|
|
616
|
-
--bic-button-focus-outline-color: var(--bi-primary-30);
|
|
611
|
+
.bi-button[data-active="true"], .bi-button[aria-expanded="true"] {
|
|
612
|
+
box-shadow: 0px 0px 0px 1.5px var(--bic-button-active-color) inset;
|
|
617
613
|
}
|
|
618
614
|
|
|
619
615
|
.bi-button:focus-visible {
|
|
@@ -892,15 +888,13 @@
|
|
|
892
888
|
|
|
893
889
|
.bi-card .bi-card--content > p {
|
|
894
890
|
color: var(--bic-card-content-color);
|
|
891
|
+
font: var(--bi-font-body-medium);
|
|
895
892
|
white-space: break-spaces;
|
|
896
893
|
text-overflow: ellipsis;
|
|
897
894
|
-webkit-line-clamp: var(--bic-card-content-lines);
|
|
898
895
|
line-clamp: var(--bic-card-content-lines);
|
|
899
896
|
-webkit-box-orient: vertical;
|
|
900
897
|
margin: 0;
|
|
901
|
-
font-size: .875rem;
|
|
902
|
-
font-weight: 500;
|
|
903
|
-
line-height: 1.5;
|
|
904
898
|
display: -webkit-box;
|
|
905
899
|
overflow: hidden;
|
|
906
900
|
}
|
|
@@ -977,31 +971,29 @@
|
|
|
977
971
|
}
|
|
978
972
|
|
|
979
973
|
.bi-card .bi-card--header {
|
|
974
|
+
font: var(--bi-font-body-medium);
|
|
980
975
|
gap: var(--bi-scale-0-50x);
|
|
981
976
|
word-wrap: break-word;
|
|
982
977
|
word-break: break-word;
|
|
983
978
|
flex-direction: column;
|
|
984
979
|
width: 100%;
|
|
985
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
986
|
-
line-height: 1.5;
|
|
987
980
|
display: flex;
|
|
988
981
|
}
|
|
989
982
|
|
|
990
983
|
.bi-card .bi-card--header .bi-card--header-label {
|
|
991
984
|
color: var(--bic-card-header-label-color);
|
|
992
985
|
margin: 0;
|
|
993
|
-
font-size: .875rem;
|
|
994
986
|
}
|
|
995
987
|
|
|
996
988
|
@media (width < 600px) {
|
|
997
989
|
.bi-card .bi-card--header .bi-card--header-label {
|
|
998
|
-
font
|
|
990
|
+
font: var(--bi-font-body-small);
|
|
999
991
|
}
|
|
1000
992
|
}
|
|
1001
993
|
|
|
1002
994
|
.bi-card .bi-card--header .bi-card--header-label .bi-card--header-bold {
|
|
1003
995
|
color: var(--bic-card-header-bold-color);
|
|
1004
|
-
font-weight:
|
|
996
|
+
font-weight: var(--bi-font-weight-bold);
|
|
1005
997
|
}
|
|
1006
998
|
|
|
1007
999
|
.bi-card .bi-card--header .bi-card--header-label .bi-card--header-dot {
|
|
@@ -1015,22 +1007,20 @@
|
|
|
1015
1007
|
}
|
|
1016
1008
|
|
|
1017
1009
|
.bi-card .bi-card--header .bi-card--header-title {
|
|
1010
|
+
font: var(--bi-font-title-bold-small);
|
|
1018
1011
|
color: var(--bic-card-header-title-color);
|
|
1019
1012
|
text-overflow: ellipsis;
|
|
1020
1013
|
-webkit-line-clamp: 2;
|
|
1021
1014
|
line-clamp: 2;
|
|
1022
1015
|
-webkit-box-orient: vertical;
|
|
1023
1016
|
margin: 0;
|
|
1024
|
-
font-size: 1.125rem;
|
|
1025
|
-
font-weight: 600;
|
|
1026
|
-
line-height: 1.3;
|
|
1027
1017
|
display: -webkit-box;
|
|
1028
1018
|
overflow: hidden;
|
|
1029
1019
|
}
|
|
1030
1020
|
|
|
1031
1021
|
@media (width < 600px) {
|
|
1032
1022
|
.bi-card .bi-card--header .bi-card--header-title {
|
|
1033
|
-
font
|
|
1023
|
+
font: var(--bi-font-title-bold-xs);
|
|
1034
1024
|
}
|
|
1035
1025
|
}
|
|
1036
1026
|
|
|
@@ -1075,14 +1065,11 @@
|
|
|
1075
1065
|
0px 4px 6px 0px #26333f0d;
|
|
1076
1066
|
color: var(--bic-card-header-title-color);
|
|
1077
1067
|
text-align: center;
|
|
1068
|
+
font: var(--bi-font-title-bold-medium);
|
|
1078
1069
|
flex-direction: column;
|
|
1079
1070
|
justify-content: center;
|
|
1080
1071
|
align-items: center;
|
|
1081
1072
|
margin: 0;
|
|
1082
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
1083
|
-
font-size: 1.25rem;
|
|
1084
|
-
font-weight: 700;
|
|
1085
|
-
line-height: 1.3;
|
|
1086
1073
|
display: flex;
|
|
1087
1074
|
}
|
|
1088
1075
|
|
|
@@ -1124,17 +1111,14 @@
|
|
|
1124
1111
|
--bic-chip-text-color: var(--bi-neutral-90);
|
|
1125
1112
|
--bic-chip-padding: var(--bi-scale-1x) var(--bi-scale-2x);
|
|
1126
1113
|
--bic-chip-icon-size: var(--bi-scale-6x);
|
|
1127
|
-
--bic-chip-font
|
|
1128
|
-
--bic-chip-
|
|
1114
|
+
--bic-chip-font: var(--bi-font-body-medium);
|
|
1115
|
+
font: var(--bic-chip-font);
|
|
1129
1116
|
gap: var(--bi-scale-1x);
|
|
1130
1117
|
border-radius: var(--bi-radius-full);
|
|
1131
1118
|
width: fit-content;
|
|
1132
1119
|
color: var(--bic-chip-text-color);
|
|
1133
1120
|
background-color: var(--bic-chip-background);
|
|
1134
1121
|
padding: var(--bic-chip-padding);
|
|
1135
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
1136
|
-
font-size: var(--bic-chip-font-size);
|
|
1137
|
-
line-height: var(--bic-chip-line-height);
|
|
1138
1122
|
justify-content: flex-start;
|
|
1139
1123
|
align-items: center;
|
|
1140
1124
|
display: inline-flex;
|
|
@@ -1143,14 +1127,13 @@
|
|
|
1143
1127
|
|
|
1144
1128
|
.bi-chip[data-size="small"] {
|
|
1145
1129
|
--bic-chip-padding: var(--bi-scale-0-50x) var(--bi-scale-2x);
|
|
1146
|
-
--bic-chip-font
|
|
1147
|
-
--bic-chip-line-height: 1.25rem;
|
|
1130
|
+
--bic-chip-font: var(--bi-font-body-small);
|
|
1148
1131
|
--bic-chip-icon-size: var(--bi-scale-5x);
|
|
1149
1132
|
}
|
|
1150
1133
|
|
|
1151
1134
|
.bi-chip[data-size="large"] {
|
|
1152
1135
|
--bic-chip-padding: var(--bi-scale-2x) var(--bi-scale-4x);
|
|
1153
|
-
--bic-chip-font
|
|
1136
|
+
--bic-chip-font: var(--bi-font-body-large);
|
|
1154
1137
|
}
|
|
1155
1138
|
|
|
1156
1139
|
.bi-chip[data-dark="true"] {
|
|
@@ -1353,6 +1336,7 @@ details.bi-details[data-dark="true"] {
|
|
|
1353
1336
|
}
|
|
1354
1337
|
|
|
1355
1338
|
details.bi-details {
|
|
1339
|
+
font: var(--bi-font-body-large);
|
|
1356
1340
|
background-color: var(--bic-details-background);
|
|
1357
1341
|
color: var(--bic-details-color);
|
|
1358
1342
|
border: 0;
|
|
@@ -1360,10 +1344,6 @@ details.bi-details {
|
|
|
1360
1344
|
border-style: solid;
|
|
1361
1345
|
border-top-width: var(--bi-stroke-thin);
|
|
1362
1346
|
border-bottom-width: var(--bi-stroke-thin);
|
|
1363
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
1364
|
-
font-size: 1rem;
|
|
1365
|
-
font-weight: 500;
|
|
1366
|
-
line-height: 1.5;
|
|
1367
1347
|
}
|
|
1368
1348
|
|
|
1369
1349
|
details.bi-details + :is(details.bi-details) {
|
|
@@ -1378,8 +1358,8 @@ details.bi-details summary {
|
|
|
1378
1358
|
gap: var(--bi-scale-2x);
|
|
1379
1359
|
-webkit-user-select: none;
|
|
1380
1360
|
user-select: none;
|
|
1361
|
+
font-weight: var(--bi-font-weight-bold);
|
|
1381
1362
|
flex-direction: row;
|
|
1382
|
-
font-weight: 700;
|
|
1383
1363
|
list-style: none;
|
|
1384
1364
|
display: flex;
|
|
1385
1365
|
position: relative;
|
|
@@ -1474,9 +1454,15 @@ details.bi-details > *:not(summary) + * {
|
|
|
1474
1454
|
}
|
|
1475
1455
|
|
|
1476
1456
|
.bi-dialog {
|
|
1457
|
+
--bic-dialog-anchor-inline-min-width: 23.5rem;
|
|
1458
|
+
--bic-dialog-anchor-inline-max-width: 40rem;
|
|
1459
|
+
--bic-dialog-anchor-block-min-height: 20rem;
|
|
1460
|
+
--bic-dialog-anchor-border-radius: var(--bi-radius-medium);
|
|
1461
|
+
--bic-dialog-anchor-closed-translate: 0, var(--bi-scale-12x);
|
|
1477
1462
|
--bic-dialog-animation-duration: .2s;
|
|
1478
1463
|
--bic-dialog-backdrop-background: #00000080;
|
|
1479
1464
|
--bic-dialog-background: var(--bi-basic-white);
|
|
1465
|
+
--bic-dialog-border-radius: var(--bi-radius-large);
|
|
1480
1466
|
--bic-dialog-border-color: var(--bi-neutral-15);
|
|
1481
1467
|
--bic-dialog-icon-spacing: .625rem;
|
|
1482
1468
|
--bic-dialog-color: var(--bi-neutral-90);
|
|
@@ -1494,7 +1480,7 @@ details.bi-details > *:not(summary) + * {
|
|
|
1494
1480
|
.bi-dialog {
|
|
1495
1481
|
animation: bi-dialog-fade-in-animation var(--bic-dialog-animation-duration) forwards;
|
|
1496
1482
|
background: var(--bic-dialog-background);
|
|
1497
|
-
border-radius: var(--
|
|
1483
|
+
border-radius: var(--bic-dialog-border-radius);
|
|
1498
1484
|
box-shadow: 0 var(--bi-scale-1x) var(--bi-scale-1x) 0 #00000040;
|
|
1499
1485
|
color: var(--bic-dialog-color);
|
|
1500
1486
|
max-height: var(--bic-dialog-max-height);
|
|
@@ -1520,13 +1506,68 @@ details.bi-details > *:not(summary) + * {
|
|
|
1520
1506
|
display: flex;
|
|
1521
1507
|
}
|
|
1522
1508
|
|
|
1509
|
+
.bi-dialog:where([data-anchor="bottom"], [data-anchor="top"], [data-anchor="left"], [data-anchor="right"]) {
|
|
1510
|
+
--bic-dialog-max-height: unset;
|
|
1511
|
+
border-radius: var(--bic-dialog-anchor-border-radius);
|
|
1512
|
+
transition: display var(--bic-dialog-animation-duration) allow-discrete,
|
|
1513
|
+
overlay var(--bic-dialog-animation-duration) allow-discrete;
|
|
1514
|
+
transform: translate(var(--bic-dialog-anchor-closed-translate));
|
|
1515
|
+
animation: bi-dialog-slide-out-animation var(--bic-dialog-animation-duration) ease-in-out forwards;
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
.bi-dialog:where([data-anchor="bottom"], [data-anchor="top"], [data-anchor="left"], [data-anchor="right"])[open] {
|
|
1519
|
+
animation: bi-dialog-slide-in-animation var(--bic-dialog-animation-duration) ease-in-out forwards;
|
|
1520
|
+
transform: translate(0);
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
.bi-dialog:where([data-anchor="bottom"], [data-anchor="top"]) {
|
|
1524
|
+
min-height: var(--bic-dialog-anchor-block-min-height);
|
|
1525
|
+
max-height: calc(100dvh - var(--bi-layout-navbar-height));
|
|
1526
|
+
max-width: 100dvw;
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
.bi-dialog:where([data-anchor="left"], [data-anchor="right"]) {
|
|
1530
|
+
min-width: var(--bic-dialog-anchor-inline-min-width);
|
|
1531
|
+
max-width: var(--bic-dialog-anchor-inline-max-width);
|
|
1532
|
+
width: fit-content;
|
|
1533
|
+
height: 100dvh;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
.bi-dialog[data-anchor="bottom"] {
|
|
1537
|
+
--bic-dialog-anchor-closed-translate: 0, 100%;
|
|
1538
|
+
border-bottom-right-radius: 0;
|
|
1539
|
+
border-bottom-left-radius: 0;
|
|
1540
|
+
top: auto;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
.bi-dialog[data-anchor="top"] {
|
|
1544
|
+
--bic-dialog-anchor-closed-translate: 0, -100%;
|
|
1545
|
+
border-top-left-radius: 0;
|
|
1546
|
+
border-top-right-radius: 0;
|
|
1547
|
+
bottom: auto;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
.bi-dialog[data-anchor="left"] {
|
|
1551
|
+
--bic-dialog-anchor-closed-translate: -100%, 0;
|
|
1552
|
+
border-top-left-radius: 0;
|
|
1553
|
+
border-bottom-left-radius: 0;
|
|
1554
|
+
right: auto;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
.bi-dialog[data-anchor="right"] {
|
|
1558
|
+
--bic-dialog-anchor-closed-translate: 100%, 0;
|
|
1559
|
+
border-top-right-radius: 0;
|
|
1560
|
+
border-bottom-right-radius: 0;
|
|
1561
|
+
left: auto;
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1523
1564
|
@media (prefers-reduced-motion: reduce) {
|
|
1524
1565
|
.bi-dialog[open], .bi-dialog::backdrop {
|
|
1525
1566
|
animation: none;
|
|
1526
1567
|
}
|
|
1527
1568
|
}
|
|
1528
1569
|
|
|
1529
|
-
.bi-dialog > form[method="dialog"]:first-child > button:only-child {
|
|
1570
|
+
.bi-dialog > button[command="close"]:first-child, .bi-dialog > form[method="dialog"]:first-child > button:only-child {
|
|
1530
1571
|
top: var(--bic-dialog-icon-spacing);
|
|
1531
1572
|
right: var(--bic-dialog-icon-spacing);
|
|
1532
1573
|
position: absolute;
|
|
@@ -1535,15 +1576,13 @@ details.bi-details > *:not(summary) + * {
|
|
|
1535
1576
|
.bi-dialog .bi-dialog--header {
|
|
1536
1577
|
padding: var(--bic-dialog-padding);
|
|
1537
1578
|
min-height: var(--bi-scale-16x);
|
|
1579
|
+
font: var(--bi-font-title-bold-medium);
|
|
1538
1580
|
align-items: center;
|
|
1539
1581
|
margin: 0;
|
|
1540
|
-
font-size: 1.25rem;
|
|
1541
|
-
font-weight: 700;
|
|
1542
|
-
line-height: 1.3;
|
|
1543
1582
|
display: flex;
|
|
1544
1583
|
}
|
|
1545
1584
|
|
|
1546
|
-
.bi-dialog:has( > form[method="dialog"]) .bi-dialog--header {
|
|
1585
|
+
.bi-dialog:has( > form[method="dialog"], > button[command="close"]:first-child) .bi-dialog--header {
|
|
1547
1586
|
padding-right: var(--bi-scale-14x);
|
|
1548
1587
|
}
|
|
1549
1588
|
|
|
@@ -1572,7 +1611,23 @@ body:has(.bi-dialog:modal) {
|
|
|
1572
1611
|
|
|
1573
1612
|
@keyframes bi-dialog-slide-in-animation {
|
|
1574
1613
|
from {
|
|
1575
|
-
|
|
1614
|
+
transform: translate(var(--bic-dialog-anchor-closed-translate));
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
to {
|
|
1618
|
+
transform: translate(0);
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
@keyframes bi-dialog-slide-out-animation {
|
|
1623
|
+
from {
|
|
1624
|
+
opacity: 1;
|
|
1625
|
+
transform: translate(0);
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
to {
|
|
1629
|
+
transform: translate(var(--bic-dialog-anchor-closed-translate));
|
|
1630
|
+
opacity: 0;
|
|
1576
1631
|
}
|
|
1577
1632
|
}
|
|
1578
1633
|
|
|
@@ -1813,10 +1868,6 @@ body:has(.bi-dialog:modal) {
|
|
|
1813
1868
|
margin-left: auto;
|
|
1814
1869
|
}
|
|
1815
1870
|
|
|
1816
|
-
.bi-button[aria-expanded="true"] {
|
|
1817
|
-
box-shadow: 0px 0px 0px 1.5px var(--bi-primary-50) inset;
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
1871
|
:where(.bi-input) {
|
|
1821
1872
|
margin: 0;
|
|
1822
1873
|
}
|
|
@@ -2101,9 +2152,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2101
2152
|
|
|
2102
2153
|
.bi-field .bi-field--description {
|
|
2103
2154
|
color: var(--bic-field-description-color);
|
|
2104
|
-
font
|
|
2105
|
-
font-size: .8125rem;
|
|
2106
|
-
font-weight: 500;
|
|
2155
|
+
font: var(--bi-font-body-small);
|
|
2107
2156
|
line-height: 1.15;
|
|
2108
2157
|
}
|
|
2109
2158
|
|
|
@@ -2313,10 +2362,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2313
2362
|
.bi-fieldset > legend + p {
|
|
2314
2363
|
margin-block: var(--bi-scale-1x) 0;
|
|
2315
2364
|
color: var(--bic-fieldset-description-color);
|
|
2316
|
-
font
|
|
2317
|
-
font-size: 1rem;
|
|
2318
|
-
font-weight: 500;
|
|
2319
|
-
line-height: 1.15;
|
|
2365
|
+
font: var(--bi-font-body-large);
|
|
2320
2366
|
}
|
|
2321
2367
|
|
|
2322
2368
|
.bi-fieldset:disabled > legend, .bi-fieldset:disabled > legend + p {
|
|
@@ -2397,12 +2443,9 @@ body:has(.bi-dialog:modal) {
|
|
|
2397
2443
|
|
|
2398
2444
|
.bi-filter-group > button > h3 {
|
|
2399
2445
|
text-align: left;
|
|
2446
|
+
font: var(--bi-font-title-bold-xs);
|
|
2400
2447
|
flex: 1;
|
|
2401
2448
|
margin: 0;
|
|
2402
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
2403
|
-
font-size: 1rem;
|
|
2404
|
-
font-weight: 700;
|
|
2405
|
-
line-height: 1.5;
|
|
2406
2449
|
}
|
|
2407
2450
|
|
|
2408
2451
|
.bi-filter-group > div {
|
|
@@ -2452,6 +2495,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2452
2495
|
width: 100%;
|
|
2453
2496
|
color: var(--bic-footer-color);
|
|
2454
2497
|
background-color: var(--bic-footer-background);
|
|
2498
|
+
font-family: var(--bi-font-family-plain);
|
|
2455
2499
|
padding: var(--bi-scale-16x) 0;
|
|
2456
2500
|
justify-content: center;
|
|
2457
2501
|
align-items: center;
|
|
@@ -2460,7 +2504,6 @@ body:has(.bi-dialog:modal) {
|
|
|
2460
2504
|
align-items: center;
|
|
2461
2505
|
width: 100%;
|
|
2462
2506
|
margin-top: -1px;
|
|
2463
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
2464
2507
|
display: flex;
|
|
2465
2508
|
}
|
|
2466
2509
|
|
|
@@ -2478,15 +2521,12 @@ body:has(.bi-dialog:modal) {
|
|
|
2478
2521
|
}
|
|
2479
2522
|
|
|
2480
2523
|
.bi-footer .bi-footer--links-container .bi-footer--links {
|
|
2524
|
+
min-height: 44px;
|
|
2525
|
+
font: var(--bi-font-label-large);
|
|
2481
2526
|
flex-direction: row;
|
|
2482
2527
|
justify-content: center;
|
|
2483
2528
|
align-items: center;
|
|
2484
|
-
min-height: 44px;
|
|
2485
2529
|
margin: auto;
|
|
2486
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
2487
|
-
font-size: 1rem;
|
|
2488
|
-
font-weight: 700;
|
|
2489
|
-
line-height: 1.5;
|
|
2490
2530
|
display: flex;
|
|
2491
2531
|
}
|
|
2492
2532
|
|
|
@@ -2589,11 +2629,9 @@ body:has(.bi-dialog:modal) {
|
|
|
2589
2629
|
|
|
2590
2630
|
.bi-footer .bi-footer--copyright {
|
|
2591
2631
|
text-align: center;
|
|
2632
|
+
font: var(--bi-font-body-large);
|
|
2633
|
+
font-weight: var(--bi-font-weight-regular);
|
|
2592
2634
|
margin: 0;
|
|
2593
|
-
font-family: museo-slab, serif;
|
|
2594
|
-
font-size: 1rem;
|
|
2595
|
-
font-weight: 500;
|
|
2596
|
-
line-height: 1.5;
|
|
2597
2635
|
}
|
|
2598
2636
|
|
|
2599
2637
|
svg {
|
|
@@ -2654,14 +2692,11 @@ svg[data-color="white"] {
|
|
|
2654
2692
|
|
|
2655
2693
|
.bi-label {
|
|
2656
2694
|
color: var(--bic-label-color);
|
|
2657
|
-
font
|
|
2658
|
-
font-size: .875rem;
|
|
2659
|
-
font-weight: 700;
|
|
2660
|
-
line-height: 1.4;
|
|
2695
|
+
font: var(--bi-font-label-medium);
|
|
2661
2696
|
}
|
|
2662
2697
|
|
|
2663
2698
|
.bi-label[data-weight="medium"] {
|
|
2664
|
-
font-weight:
|
|
2699
|
+
font-weight: var(--bi-font-weight-regular);
|
|
2665
2700
|
}
|
|
2666
2701
|
|
|
2667
2702
|
.bi-label[data-weight="regular"] {
|
|
@@ -2954,6 +2989,7 @@ svg[data-color="white"] {
|
|
|
2954
2989
|
.bi-skip-link {
|
|
2955
2990
|
--bic-skip-link-color: var(--bi-basic-white);
|
|
2956
2991
|
--bic-skip-link-background: var(--bi-primary-50);
|
|
2992
|
+
font: var(--bi-font-body-large);
|
|
2957
2993
|
background: var(--bic-skip-link-background);
|
|
2958
2994
|
color: var(--bic-skip-link-color);
|
|
2959
2995
|
outline-offset: 0px;
|
|
@@ -2962,8 +2998,6 @@ svg[data-color="white"] {
|
|
|
2962
2998
|
align-content: center;
|
|
2963
2999
|
height: 44px;
|
|
2964
3000
|
padding: 0 7px;
|
|
2965
|
-
font-size: 1rem;
|
|
2966
|
-
font-weight: 500;
|
|
2967
3001
|
transition: transform .3s ease-in-out;
|
|
2968
3002
|
position: absolute;
|
|
2969
3003
|
left: 50%;
|
|
@@ -3050,7 +3084,11 @@ svg[data-color="white"] {
|
|
|
3050
3084
|
}
|
|
3051
3085
|
|
|
3052
3086
|
.bi-tabs {
|
|
3087
|
+
--bic-tabs-tab-color: var(--bi-neutral-90);
|
|
3053
3088
|
--bic-tabs-tab-color-selected: var(--bi-primary-50);
|
|
3089
|
+
--bic-tabs-tab-background-hover: var(--bi-states-hover-dark);
|
|
3090
|
+
--bic-tabs-tab-background-press: var(--bi-states-press-dark);
|
|
3091
|
+
--bic-tabs-tab-font: var(--bi-font-title-bold-xs);
|
|
3054
3092
|
--bic-tabs-panel-padding: var(--bi-scale-4x) var(--bi-scale-5x);
|
|
3055
3093
|
--bic-tabs-focus-shadow-color: var(--bi-basic-white);
|
|
3056
3094
|
--bic-tabs-focus-outline-color: var(--bi-primary-50);
|
|
@@ -3058,6 +3096,8 @@ svg[data-color="white"] {
|
|
|
3058
3096
|
|
|
3059
3097
|
.bi-tabs[data-dark="true"] {
|
|
3060
3098
|
--bic-tabs-tab-color-selected: var(--bi-primary-30);
|
|
3099
|
+
--bic-tabs-tab-background-hover: var(--bi-states-hover-light);
|
|
3100
|
+
--bic-tabs-tab-background-press: var(--bi-states-press-light);
|
|
3061
3101
|
--bic-tabs-focus-shadow-color: var(--bi-neutral-95);
|
|
3062
3102
|
--bic-tabs-focus-outline-color: var(--bi-primary-30);
|
|
3063
3103
|
}
|
|
@@ -3068,43 +3108,74 @@ svg[data-color="white"] {
|
|
|
3068
3108
|
overflow: hidden;
|
|
3069
3109
|
}
|
|
3070
3110
|
|
|
3071
|
-
.bi-tabs
|
|
3111
|
+
.bi-tabs :is([role="tablist"], ds-tablist) {
|
|
3072
3112
|
scrollbar-width: none;
|
|
3073
3113
|
flex-direction: row;
|
|
3074
3114
|
flex-shrink: 0;
|
|
3075
|
-
display: flex;
|
|
3076
3115
|
position: relative;
|
|
3077
3116
|
overflow-x: auto;
|
|
3078
3117
|
}
|
|
3079
3118
|
|
|
3080
|
-
.bi-tabs
|
|
3081
|
-
|
|
3082
|
-
overflow-x: unset;
|
|
3083
|
-
flex-direction: column;
|
|
3084
|
-
width: fit-content;
|
|
3119
|
+
.bi-tabs :is([role="tablist"], ds-tablist):not([hidden]) {
|
|
3120
|
+
display: flex;
|
|
3085
3121
|
}
|
|
3086
3122
|
|
|
3087
|
-
.bi-tabs
|
|
3123
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab) {
|
|
3124
|
+
font: var(--bic-tabs-tab-font);
|
|
3125
|
+
border-radius: var(--bi-radius-medium);
|
|
3126
|
+
box-sizing: border-box;
|
|
3127
|
+
color: var(--bic-tabs-tab-color);
|
|
3128
|
+
cursor: pointer;
|
|
3129
|
+
align-items: center;
|
|
3130
|
+
gap: var(--bi-scale-1x);
|
|
3131
|
+
padding: .625rem var(--bi-scale-6x);
|
|
3132
|
+
text-align: center;
|
|
3088
3133
|
white-space: nowrap;
|
|
3134
|
+
background: none;
|
|
3135
|
+
border: 0;
|
|
3136
|
+
flex-direction: row;
|
|
3137
|
+
justify-content: center;
|
|
3138
|
+
margin: 0;
|
|
3139
|
+
line-height: 1.5;
|
|
3089
3140
|
transition: color .2s ease-in-out;
|
|
3141
|
+
position: relative;
|
|
3090
3142
|
}
|
|
3091
3143
|
|
|
3092
|
-
.bi-tabs
|
|
3144
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):not([hidden]) {
|
|
3145
|
+
display: flex;
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3148
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3149
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):hover {
|
|
3150
|
+
background: var(--bic-tabs-tab-background-hover);
|
|
3151
|
+
}
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):active {
|
|
3155
|
+
background: var(--bic-tabs-tab-background-press);
|
|
3156
|
+
}
|
|
3157
|
+
|
|
3158
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):not(:focus-visible) {
|
|
3093
3159
|
border-bottom-right-radius: 0;
|
|
3094
3160
|
border-bottom-left-radius: 0;
|
|
3095
3161
|
}
|
|
3096
3162
|
|
|
3097
|
-
.bi-tabs
|
|
3163
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):focus-visible {
|
|
3098
3164
|
box-shadow: var(--_bi--focus, 0 0 0 4.5px inset var(--bic-tabs-focus-shadow-color));
|
|
3099
3165
|
outline: var(--_bi--focus, 3px solid var(--bic-tabs-focus-outline-color));
|
|
3100
3166
|
outline-offset: var(--_bi--focus, -3px);
|
|
3101
3167
|
}
|
|
3102
3168
|
|
|
3103
|
-
.bi-tabs
|
|
3169
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):focus-visible:after {
|
|
3104
3170
|
bottom: 3px;
|
|
3105
3171
|
}
|
|
3106
3172
|
|
|
3107
|
-
.bi-tabs
|
|
3173
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab) :where(img, svg) {
|
|
3174
|
+
font-size: var(--bi-icon-medium);
|
|
3175
|
+
flex-shrink: 0;
|
|
3176
|
+
}
|
|
3177
|
+
|
|
3178
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):after {
|
|
3108
3179
|
background: var(--bic-tabs-tab-color-selected);
|
|
3109
3180
|
content: "";
|
|
3110
3181
|
border-radius: var(--bi-radius-small) var(--bi-radius-small) 0 0;
|
|
@@ -3119,24 +3190,24 @@ svg[data-color="white"] {
|
|
|
3119
3190
|
}
|
|
3120
3191
|
|
|
3121
3192
|
@media (prefers-reduced-motion: reduce) {
|
|
3122
|
-
.bi-tabs
|
|
3193
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab) {
|
|
3123
3194
|
transition: none;
|
|
3124
3195
|
}
|
|
3125
3196
|
|
|
3126
|
-
.bi-tabs
|
|
3197
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab):after {
|
|
3127
3198
|
transition: none;
|
|
3128
3199
|
}
|
|
3129
3200
|
}
|
|
3130
3201
|
|
|
3131
|
-
.bi-tabs
|
|
3202
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab)[aria-selected="true"] {
|
|
3132
3203
|
color: var(--bic-tabs-tab-color-selected);
|
|
3133
3204
|
}
|
|
3134
3205
|
|
|
3135
|
-
.bi-tabs
|
|
3206
|
+
.bi-tabs :is([role="tablist"], ds-tablist) > :is([role="tab"], ds-tab)[aria-selected="true"]:after {
|
|
3136
3207
|
width: calc(100% - var(--bi-scale-6x));
|
|
3137
3208
|
}
|
|
3138
3209
|
|
|
3139
|
-
.bi-tabs
|
|
3210
|
+
.bi-tabs :is([role="tabpanel"], ds-tabpanel) {
|
|
3140
3211
|
padding: var(--bic-tabs-panel-padding);
|
|
3141
3212
|
outline: none;
|
|
3142
3213
|
flex-grow: 1;
|
|
@@ -3151,11 +3222,8 @@ svg[data-color="white"] {
|
|
|
3151
3222
|
padding: var(--bic-validation-message-padding);
|
|
3152
3223
|
background: var(--bic-validation-message-background);
|
|
3153
3224
|
border-radius: 0px 0px var(--bi-radius-medium) var(--bi-radius-medium);
|
|
3225
|
+
font: var(--bi-font-label-medium);
|
|
3154
3226
|
margin: 0;
|
|
3155
|
-
font-family: museo-sans, Arial, sans-serif;
|
|
3156
|
-
font-size: .875rem;
|
|
3157
|
-
font-weight: 700;
|
|
3158
|
-
line-height: 1.4;
|
|
3159
3227
|
position: relative;
|
|
3160
3228
|
}
|
|
3161
3229
|
|