@box/blueprint-web 12.33.1 → 12.34.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/lib-esm/avatar/avatar.module.js +1 -1
- package/dist/lib-esm/badge/base-badge.module.js +1 -1
- package/dist/lib-esm/card-tooltip/card-tooltip.module.js +1 -1
- package/dist/lib-esm/card-tooltip-v2/card-tooltip-v2.module.js +1 -1
- package/dist/lib-esm/checkbox/checkbox.module.js +1 -1
- package/dist/lib-esm/combobox/combobox.module.js +1 -1
- package/dist/lib-esm/combobox-group/combobox-group.module.js +1 -1
- package/dist/lib-esm/content-card/content-card.module.js +1 -1
- package/dist/lib-esm/data-table/cell/sticky-cell.module.js +1 -1
- package/dist/lib-esm/data-table/data-table.module.js +1 -1
- package/dist/lib-esm/date-picker/date-picker.module.js +1 -1
- package/dist/lib-esm/empty-state/empty-state.module.js +1 -1
- package/dist/lib-esm/index.css +772 -704
- package/dist/lib-esm/loading-indicator/loading-indicator.module.js +1 -1
- package/dist/lib-esm/modal/modal.module.js +1 -1
- package/dist/lib-esm/page-section/page-section.module.js +1 -1
- package/dist/lib-esm/password-input/password-input.module.js +1 -1
- package/dist/lib-esm/primitives/base-text-input/base-text-input.module.js +1 -1
- package/dist/lib-esm/primitives/calendar/calendar.module.js +1 -1
- package/dist/lib-esm/primitives/context-menu/context-menu.module.js +1 -1
- package/dist/lib-esm/primitives/dropdown-menu/dropdown-menu-content.js +6 -0
- package/dist/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-content.js +6 -0
- package/dist/lib-esm/primitives/dropdown-menu/dropdown-menu.module.js +1 -1
- package/dist/lib-esm/primitives/notification/notification.module.js +1 -1
- package/dist/lib-esm/primitives/popover/popover.module.js +1 -1
- package/dist/lib-esm/primitives/select-menu-grid/select-menu-grid-option.module.js +1 -1
- package/dist/lib-esm/primitives/tabs/tabs.module.js +1 -1
- package/dist/lib-esm/radio-group/radio-group.module.js +1 -1
- package/dist/lib-esm/select/select.module.js +1 -1
- package/dist/lib-esm/side-panel/side-panel.module.js +1 -1
- package/dist/lib-esm/switch/switch.module.js +1 -1
- package/dist/lib-esm/text/text.module.js +1 -1
- package/dist/lib-esm/text-area/text-area-autosize/text-area-autosize.module.js +1 -1
- package/dist/lib-esm/text-area/text-area.module.js +1 -1
- package/dist/lib-esm/text-button/text-button.module.js +1 -1
- package/dist/lib-esm/text-input/text-input.module.js +1 -1
- package/dist/lib-esm/time-picker/time-picker.module.js +1 -1
- package/dist/lib-esm/toolbar/toolbar.module.js +1 -1
- package/dist/lib-esm/util-components/interactive-icon/interactive-icon.module.js +1 -1
- package/package.json +3 -3
package/dist/lib-esm/index.css
CHANGED
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
.bp_loading_indicator_module_crawler--
|
|
164
|
+
.bp_loading_indicator_module_crawler--a3bb8{
|
|
165
165
|
align-items:center;
|
|
166
166
|
display:flex;
|
|
167
167
|
height:1.5rem;
|
|
@@ -173,44 +173,44 @@
|
|
|
173
173
|
white-space:nowrap;
|
|
174
174
|
width:1.5rem;
|
|
175
175
|
}
|
|
176
|
-
.bp_loading_indicator_module_crawler--
|
|
176
|
+
.bp_loading_indicator_module_crawler--a3bb8 .bp_loading_indicator_module_segment--a3bb8{
|
|
177
177
|
border-radius:.375rem;
|
|
178
178
|
display:inline-block;
|
|
179
179
|
height:.625rem;
|
|
180
180
|
width:.125rem;
|
|
181
181
|
}
|
|
182
|
-
.bp_loading_indicator_module_crawler--
|
|
182
|
+
.bp_loading_indicator_module_crawler--a3bb8.bp_loading_indicator_module_small--a3bb8{
|
|
183
183
|
transform:scale(.6667);
|
|
184
184
|
}
|
|
185
|
-
.bp_loading_indicator_module_crawler--
|
|
185
|
+
.bp_loading_indicator_module_crawler--a3bb8.bp_loading_indicator_module_large--a3bb8{
|
|
186
186
|
transform:scale(1.3334);
|
|
187
187
|
}
|
|
188
|
-
.bp_loading_indicator_module_crawler--
|
|
188
|
+
.bp_loading_indicator_module_crawler--a3bb8.bp_loading_indicator_module_x-large--a3bb8{
|
|
189
189
|
transform:scale(2);
|
|
190
190
|
}
|
|
191
|
-
.bp_loading_indicator_module_crawler--
|
|
192
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
191
|
+
.bp_loading_indicator_module_crawler--a3bb8.bp_loading_indicator_module_default--a3bb8 .bp_loading_indicator_module_segment--a3bb8{
|
|
192
|
+
animation:bp_loading_indicator_module_segment-transform--a3bb8 .66s ease-in-out infinite,bp_loading_indicator_module_segment-default--a3bb8 .66s ease-in-out infinite;
|
|
193
193
|
}
|
|
194
|
-
.bp_loading_indicator_module_crawler--
|
|
195
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
194
|
+
.bp_loading_indicator_module_crawler--a3bb8.bp_loading_indicator_module_dark--a3bb8 .bp_loading_indicator_module_segment--a3bb8{
|
|
195
|
+
animation:bp_loading_indicator_module_segment-transform--a3bb8 .66s ease-in-out infinite,bp_loading_indicator_module_segment-dark--a3bb8 .66s ease-in-out infinite;
|
|
196
196
|
}
|
|
197
|
-
.bp_loading_indicator_module_crawler--
|
|
198
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
197
|
+
.bp_loading_indicator_module_crawler--a3bb8.bp_loading_indicator_module_light--a3bb8 .bp_loading_indicator_module_segment--a3bb8{
|
|
198
|
+
animation:bp_loading_indicator_module_segment-transform--a3bb8 .66s ease-in-out infinite,bp_loading_indicator_module_segment-light--a3bb8 .66s ease-in-out infinite;
|
|
199
199
|
background-color:var(--gray-white);
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
.bp_loading_indicator_module_crawler--
|
|
202
|
+
.bp_loading_indicator_module_crawler--a3bb8 .bp_loading_indicator_module_segment--a3bb8:nth-child(2){
|
|
203
203
|
animation-delay:.1s;
|
|
204
204
|
margin-left:.125rem;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.bp_loading_indicator_module_crawler--
|
|
207
|
+
.bp_loading_indicator_module_crawler--a3bb8 .bp_loading_indicator_module_segment--a3bb8:last-child{
|
|
208
208
|
animation-delay:.2s;
|
|
209
209
|
left:.5rem;
|
|
210
210
|
margin-left:.125rem;
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
@keyframes bp_loading_indicator_module_segment-transform--
|
|
213
|
+
@keyframes bp_loading_indicator_module_segment-transform--a3bb8{
|
|
214
214
|
0%,100%,80%{
|
|
215
215
|
transform:scaleY(1.2);
|
|
216
216
|
}
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
transform:scaleY(1.6);
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
|
-
@keyframes bp_loading_indicator_module_segment-dark--
|
|
221
|
+
@keyframes bp_loading_indicator_module_segment-dark--a3bb8{
|
|
222
222
|
0%,100%,80%{
|
|
223
223
|
background-color:var(--gray-30);
|
|
224
224
|
}
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
background-color:var(--gray-black);
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
-
@keyframes bp_loading_indicator_module_segment-default--
|
|
229
|
+
@keyframes bp_loading_indicator_module_segment-default--a3bb8{
|
|
230
230
|
0%,100%,80%{
|
|
231
231
|
background-color:var(--box-blue-30);
|
|
232
232
|
}
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
background-color:var(--box-blue-100);
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
|
-
@keyframes bp_loading_indicator_module_segment-light--
|
|
237
|
+
@keyframes bp_loading_indicator_module_segment-light--a3bb8{
|
|
238
238
|
0%,100%,80%{
|
|
239
239
|
opacity:.3;
|
|
240
240
|
}
|
|
@@ -472,26 +472,26 @@
|
|
|
472
472
|
opacity:0;
|
|
473
473
|
}
|
|
474
474
|
|
|
475
|
-
.bp_text_module_textReset--
|
|
475
|
+
.bp_text_module_textReset--1190a{
|
|
476
476
|
margin:0;
|
|
477
477
|
text-align:inherit;
|
|
478
478
|
}
|
|
479
|
-
.bp_text_module_textReset--
|
|
479
|
+
.bp_text_module_textReset--1190a.bp_text_module_breakWord--1190a{
|
|
480
480
|
overflow-wrap:break-word;
|
|
481
481
|
}
|
|
482
|
-
.bp_text_module_textReset--
|
|
482
|
+
.bp_text_module_textReset--1190a.bp_text_module_textOnLightDefault--1190a{
|
|
483
483
|
color:var(--text-text-on-light);
|
|
484
484
|
}
|
|
485
|
-
.bp_text_module_textReset--
|
|
485
|
+
.bp_text_module_textReset--1190a.bp_text_module_textOnLightSecondary--1190a{
|
|
486
486
|
color:var(--text-text-on-light-secondary);
|
|
487
487
|
}
|
|
488
|
-
.bp_text_module_textReset--
|
|
488
|
+
.bp_text_module_textReset--1190a.bp_text_module_textOnLightLink--1190a{
|
|
489
489
|
color:var(--text-cta-link);
|
|
490
490
|
}
|
|
491
|
-
.bp_text_module_textReset--
|
|
491
|
+
.bp_text_module_textReset--1190a.bp_text_module_textOnDarkDefault--1190a{
|
|
492
492
|
color:var(--text-text-on-dark);
|
|
493
493
|
}
|
|
494
|
-
.bp_text_module_textReset--
|
|
494
|
+
.bp_text_module_textReset--1190a.bp_text_module_titleMondo--1190a{
|
|
495
495
|
font-family:var(--title-mondo-font-family);
|
|
496
496
|
font-size:var(--title-mondo-font-size);
|
|
497
497
|
font-weight:var(--title-mondo-font-weight);
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
text-decoration:var(--title-mondo-text-decoration);
|
|
502
502
|
text-transform:var(--title-mondo-text-case);
|
|
503
503
|
}
|
|
504
|
-
.bp_text_module_textReset--
|
|
504
|
+
.bp_text_module_textReset--1190a.bp_text_module_titleXLarge--1190a{
|
|
505
505
|
font-family:var(--title-x-large-font-family);
|
|
506
506
|
font-size:var(--title-x-large-font-size);
|
|
507
507
|
font-weight:var(--title-x-large-font-weight);
|
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
text-decoration:var(--title-x-large-text-decoration);
|
|
512
512
|
text-transform:var(--title-x-large-text-case);
|
|
513
513
|
}
|
|
514
|
-
.bp_text_module_textReset--
|
|
514
|
+
.bp_text_module_textReset--1190a.bp_text_module_titleLarge--1190a{
|
|
515
515
|
font-family:var(--title-large-font-family);
|
|
516
516
|
font-size:var(--title-large-font-size);
|
|
517
517
|
font-weight:var(--title-large-font-weight);
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
text-decoration:var(--title-large-text-decoration);
|
|
522
522
|
text-transform:var(--title-large-text-case);
|
|
523
523
|
}
|
|
524
|
-
.bp_text_module_textReset--
|
|
524
|
+
.bp_text_module_textReset--1190a.bp_text_module_titleMedium--1190a{
|
|
525
525
|
font-family:var(--title-medium-font-family);
|
|
526
526
|
font-size:var(--title-medium-font-size);
|
|
527
527
|
font-weight:var(--title-medium-font-weight);
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
text-decoration:var(--title-medium-text-decoration);
|
|
532
532
|
text-transform:var(--title-medium-text-case);
|
|
533
533
|
}
|
|
534
|
-
.bp_text_module_textReset--
|
|
534
|
+
.bp_text_module_textReset--1190a.bp_text_module_titleSmall--1190a{
|
|
535
535
|
font-family:var(--title-small-font-family);
|
|
536
536
|
font-size:var(--title-small-font-size);
|
|
537
537
|
font-weight:var(--title-small-font-weight);
|
|
@@ -541,7 +541,7 @@
|
|
|
541
541
|
text-decoration:var(--title-small-text-decoration);
|
|
542
542
|
text-transform:var(--title-small-text-case);
|
|
543
543
|
}
|
|
544
|
-
.bp_text_module_textReset--
|
|
544
|
+
.bp_text_module_textReset--1190a.bp_text_module_subtitle--1190a{
|
|
545
545
|
font-family:var(--title-subtitle-font-family);
|
|
546
546
|
font-size:var(--title-subtitle-font-size);
|
|
547
547
|
font-weight:var(--title-subtitle-font-weight);
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
text-decoration:var(--title-subtitle-text-decoration);
|
|
552
552
|
text-transform:var(--title-subtitle-text-case);
|
|
553
553
|
}
|
|
554
|
-
.bp_text_module_textReset--
|
|
554
|
+
.bp_text_module_textReset--1190a.bp_text_module_bodyLargeBold--1190a{
|
|
555
555
|
font-family:var(--body-large-bold-font-family);
|
|
556
556
|
font-size:var(--body-large-bold-font-size);
|
|
557
557
|
font-weight:var(--body-large-bold-font-weight);
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
text-decoration:var(--body-large-bold-text-decoration);
|
|
562
562
|
text-transform:var(--body-large-bold-text-case);
|
|
563
563
|
}
|
|
564
|
-
.bp_text_module_textReset--
|
|
564
|
+
.bp_text_module_textReset--1190a.bp_text_module_bodyLarge--1190a{
|
|
565
565
|
font-family:var(--body-large-font-family);
|
|
566
566
|
font-size:var(--body-large-font-size);
|
|
567
567
|
font-weight:var(--body-large-font-weight);
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
text-decoration:var(--body-large-text-decoration);
|
|
572
572
|
text-transform:var(--body-large-text-case);
|
|
573
573
|
}
|
|
574
|
-
.bp_text_module_textReset--
|
|
574
|
+
.bp_text_module_textReset--1190a.bp_text_module_bodyDefaultBold--1190a{
|
|
575
575
|
font-family:var(--body-default-bold-font-family);
|
|
576
576
|
font-size:var(--body-default-bold-font-size);
|
|
577
577
|
font-weight:var(--body-default-bold-font-weight);
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
582
582
|
text-transform:var(--body-default-bold-text-case);
|
|
583
583
|
}
|
|
584
|
-
.bp_text_module_textReset--
|
|
584
|
+
.bp_text_module_textReset--1190a.bp_text_module_bodyDefaultSemibold--1190a{
|
|
585
585
|
font-family:var(--body-default-semibold-font-family);
|
|
586
586
|
font-size:var(--body-default-semibold-font-size);
|
|
587
587
|
font-weight:var(--body-default-semibold-font-weight);
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
text-decoration:var(--body-default-semibold-text-decoration);
|
|
592
592
|
text-transform:var(--body-default-semibold-text-case);
|
|
593
593
|
}
|
|
594
|
-
.bp_text_module_textReset--
|
|
594
|
+
.bp_text_module_textReset--1190a.bp_text_module_bodyDefault--1190a{
|
|
595
595
|
font-family:var(--body-default-font-family);
|
|
596
596
|
font-size:var(--body-default-font-size);
|
|
597
597
|
font-weight:var(--body-default-font-weight);
|
|
@@ -601,7 +601,7 @@
|
|
|
601
601
|
text-decoration:var(--body-default-text-decoration);
|
|
602
602
|
text-transform:var(--body-default-text-case);
|
|
603
603
|
}
|
|
604
|
-
.bp_text_module_textReset--
|
|
604
|
+
.bp_text_module_textReset--1190a.bp_text_module_caption--1190a{
|
|
605
605
|
font-family:var(--caption-default-font-family);
|
|
606
606
|
font-size:var(--caption-default-font-size);
|
|
607
607
|
font-weight:var(--caption-default-font-weight);
|
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
text-decoration:var(--caption-default-text-decoration);
|
|
612
612
|
text-transform:var(--caption-default-text-case);
|
|
613
613
|
}
|
|
614
|
-
.bp_text_module_textReset--
|
|
614
|
+
.bp_text_module_textReset--1190a.bp_text_module_labelBold--1190a{
|
|
615
615
|
font-family:var(--label-bold-font-family);
|
|
616
616
|
font-size:var(--label-bold-font-size);
|
|
617
617
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
text-decoration:var(--label-bold-text-decoration);
|
|
622
622
|
text-transform:var(--label-bold-text-case);
|
|
623
623
|
}
|
|
624
|
-
.bp_text_module_textReset--
|
|
624
|
+
.bp_text_module_textReset--1190a.bp_text_module_label--1190a{
|
|
625
625
|
font-family:var(--label-default-font-family);
|
|
626
626
|
font-size:var(--label-default-font-size);
|
|
627
627
|
font-weight:var(--label-default-font-weight);
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
transform:rotate(180deg);
|
|
908
908
|
}
|
|
909
909
|
|
|
910
|
-
.bp_avatar_module_avatar--
|
|
910
|
+
.bp_avatar_module_avatar--94734{
|
|
911
911
|
all:unset;
|
|
912
912
|
align-items:center;
|
|
913
913
|
background-color:var(--gray-10);
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
926
926
|
text-transform:var(--body-default-bold-text-case);
|
|
927
927
|
}
|
|
928
|
-
.bp_avatar_module_avatar--
|
|
928
|
+
.bp_avatar_module_avatar--94734 .bp_avatar_module_text--94734{
|
|
929
929
|
align-items:center;
|
|
930
930
|
border-radius:50%;
|
|
931
931
|
display:flex;
|
|
@@ -933,14 +933,14 @@
|
|
|
933
933
|
justify-content:center;
|
|
934
934
|
width:100%;
|
|
935
935
|
}
|
|
936
|
-
.bp_avatar_module_avatar--
|
|
936
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_small--94734{
|
|
937
937
|
height:var(--size-6);
|
|
938
938
|
width:var(--size-6);
|
|
939
939
|
}
|
|
940
|
-
.bp_avatar_module_avatar--
|
|
940
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_small--94734 .bp_avatar_module_text--94734{
|
|
941
941
|
font-size:.5rem;
|
|
942
942
|
}
|
|
943
|
-
.bp_avatar_module_avatar--
|
|
943
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_small--94734 .bp_avatar_module_length-1--94734.bp_avatar_module_text--94734,.bp_avatar_module_avatar--94734.bp_avatar_module_small--94734 .bp_avatar_module_length-2--94734.bp_avatar_module_text--94734{
|
|
944
944
|
font-family:var(--label-bold-font-family);
|
|
945
945
|
font-size:var(--label-bold-font-size);
|
|
946
946
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -950,11 +950,11 @@
|
|
|
950
950
|
text-decoration:var(--label-bold-text-decoration);
|
|
951
951
|
text-transform:var(--label-bold-text-case);
|
|
952
952
|
}
|
|
953
|
-
.bp_avatar_module_avatar--
|
|
953
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_medium--94734{
|
|
954
954
|
height:var(--size-7);
|
|
955
955
|
width:var(--size-7);
|
|
956
956
|
}
|
|
957
|
-
.bp_avatar_module_avatar--
|
|
957
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_medium--94734 .bp_avatar_module_text--94734{
|
|
958
958
|
font-family:var(--label-bold-font-family);
|
|
959
959
|
font-size:var(--label-bold-font-size);
|
|
960
960
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -964,17 +964,17 @@
|
|
|
964
964
|
text-decoration:var(--label-bold-text-decoration);
|
|
965
965
|
text-transform:var(--label-bold-text-case);
|
|
966
966
|
}
|
|
967
|
-
.bp_avatar_module_avatar--
|
|
967
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_medium--94734 .bp_avatar_module_length-1--94734.bp_avatar_module_text--94734,.bp_avatar_module_avatar--94734.bp_avatar_module_medium--94734 .bp_avatar_module_length-2--94734.bp_avatar_module_text--94734{
|
|
968
968
|
font-size:.8125rem;
|
|
969
969
|
}
|
|
970
|
-
.bp_avatar_module_avatar--
|
|
970
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_large--94734{
|
|
971
971
|
height:var(--size-8);
|
|
972
972
|
width:var(--size-8);
|
|
973
973
|
}
|
|
974
|
-
.bp_avatar_module_avatar--
|
|
974
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_large--94734 .bp_avatar_module_text--94734{
|
|
975
975
|
font-size:.5rem;
|
|
976
976
|
}
|
|
977
|
-
.bp_avatar_module_avatar--
|
|
977
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_large--94734 .bp_avatar_module_length-1--94734.bp_avatar_module_text--94734,.bp_avatar_module_avatar--94734.bp_avatar_module_large--94734 .bp_avatar_module_length-2--94734.bp_avatar_module_text--94734{
|
|
978
978
|
font-family:var(--body-default-bold-font-family);
|
|
979
979
|
font-size:var(--body-default-bold-font-size);
|
|
980
980
|
font-weight:var(--body-default-bold-font-weight);
|
|
@@ -984,10 +984,10 @@
|
|
|
984
984
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
985
985
|
text-transform:var(--body-default-bold-text-case);
|
|
986
986
|
}
|
|
987
|
-
.bp_avatar_module_avatar--
|
|
987
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_large--94734 .bp_avatar_module_length-3--94734.bp_avatar_module_text--94734{
|
|
988
988
|
font-size:.6875rem;
|
|
989
989
|
}
|
|
990
|
-
.bp_avatar_module_avatar--
|
|
990
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_large--94734 .bp_avatar_module_length-4--94734.bp_avatar_module_text--94734{
|
|
991
991
|
font-family:var(--label-bold-font-family);
|
|
992
992
|
font-size:var(--label-bold-font-size);
|
|
993
993
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -997,14 +997,14 @@
|
|
|
997
997
|
text-decoration:var(--label-bold-text-decoration);
|
|
998
998
|
text-transform:var(--label-bold-text-case);
|
|
999
999
|
}
|
|
1000
|
-
.bp_avatar_module_avatar--
|
|
1000
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_xlarge--94734{
|
|
1001
1001
|
height:var(--size-11);
|
|
1002
1002
|
width:var(--size-11);
|
|
1003
1003
|
}
|
|
1004
|
-
.bp_avatar_module_avatar--
|
|
1004
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_xlarge--94734 .bp_avatar_module_text--94734{
|
|
1005
1005
|
font-size:1rem;
|
|
1006
1006
|
}
|
|
1007
|
-
.bp_avatar_module_avatar--
|
|
1007
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_xlarge--94734 .bp_avatar_module_length-1--94734.bp_avatar_module_text--94734,.bp_avatar_module_avatar--94734.bp_avatar_module_xlarge--94734 .bp_avatar_module_length-2--94734.bp_avatar_module_text--94734{
|
|
1008
1008
|
font-family:var(--title-x-large-font-family);
|
|
1009
1009
|
font-size:var(--title-x-large-font-size);
|
|
1010
1010
|
font-weight:var(--title-x-large-font-weight);
|
|
@@ -1014,46 +1014,46 @@
|
|
|
1014
1014
|
text-decoration:var(--title-x-large-text-decoration);
|
|
1015
1015
|
text-transform:var(--title-x-large-text-case);
|
|
1016
1016
|
}
|
|
1017
|
-
.bp_avatar_module_avatar--
|
|
1017
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_xxlarge--94734{
|
|
1018
1018
|
height:var(--size-20);
|
|
1019
1019
|
width:var(--size-20);
|
|
1020
1020
|
}
|
|
1021
|
-
.bp_avatar_module_avatar--
|
|
1021
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_xxlarge--94734 .bp_avatar_module_text--94734{
|
|
1022
1022
|
font-size:1.25rem;
|
|
1023
1023
|
}
|
|
1024
|
-
.bp_avatar_module_avatar--
|
|
1024
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_xxlarge--94734 .bp_avatar_module_length-1--94734.bp_avatar_module_text--94734,.bp_avatar_module_avatar--94734.bp_avatar_module_xxlarge--94734 .bp_avatar_module_length-2--94734.bp_avatar_module_text--94734{
|
|
1025
1025
|
font-size:2rem;
|
|
1026
1026
|
}
|
|
1027
|
-
.bp_avatar_module_avatar--
|
|
1027
|
+
.bp_avatar_module_avatar--94734.bp_avatar_module_xxlarge--94734 .bp_avatar_module_badge--94734{
|
|
1028
1028
|
right:-.375rem;
|
|
1029
1029
|
}
|
|
1030
|
-
.bp_avatar_module_avatar--
|
|
1030
|
+
.bp_avatar_module_avatar--94734 .bp_avatar_module_image--94734{
|
|
1031
1031
|
border-radius:50%;
|
|
1032
1032
|
height:100%;
|
|
1033
1033
|
object-fit:cover;
|
|
1034
1034
|
width:100%;
|
|
1035
1035
|
}
|
|
1036
|
-
.bp_avatar_module_avatar--
|
|
1036
|
+
.bp_avatar_module_avatar--94734 .bp_avatar_module_image--94734.bp_avatar_module_loading--94734{
|
|
1037
1037
|
height:0;
|
|
1038
1038
|
width:0;
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
|
-
.bp_avatar_module_anonymousAvatar--
|
|
1041
|
+
.bp_avatar_module_anonymousAvatar--94734{
|
|
1042
1042
|
align-items:center;
|
|
1043
1043
|
display:flex;
|
|
1044
1044
|
justify-content:center;
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
1047
|
-
[data-button-wrapper]:hover .bp_avatar_module_avatar--
|
|
1047
|
+
[data-button-wrapper]:hover .bp_avatar_module_avatar--94734{
|
|
1048
1048
|
box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-hover);
|
|
1049
1049
|
cursor:pointer;
|
|
1050
1050
|
}
|
|
1051
1051
|
|
|
1052
|
-
[data-button-wrapper]:active .bp_avatar_module_avatar--
|
|
1052
|
+
[data-button-wrapper]:active .bp_avatar_module_avatar--94734{
|
|
1053
1053
|
box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-pressed);
|
|
1054
1054
|
}
|
|
1055
1055
|
|
|
1056
|
-
[data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--
|
|
1056
|
+
[data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--94734{
|
|
1057
1057
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
1058
1058
|
}
|
|
1059
1059
|
.bp_tooltip_module_content--5b8ee[data-modern=false]{
|
|
@@ -1131,12 +1131,12 @@
|
|
|
1131
1131
|
width:0;
|
|
1132
1132
|
}
|
|
1133
1133
|
|
|
1134
|
-
.bp_base_badge_module_badgeContainer--
|
|
1134
|
+
.bp_base_badge_module_badgeContainer--92d13{
|
|
1135
1135
|
display:inline-flex;
|
|
1136
1136
|
position:relative;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
|
-
.bp_base_badge_module_badge--
|
|
1139
|
+
.bp_base_badge_module_badge--92d13{
|
|
1140
1140
|
align-items:center;
|
|
1141
1141
|
border:var(--border-2) solid var(--border-badge-border);
|
|
1142
1142
|
border-radius:var(--radius-half);
|
|
@@ -1148,37 +1148,37 @@
|
|
|
1148
1148
|
user-select:none;
|
|
1149
1149
|
}
|
|
1150
1150
|
|
|
1151
|
-
.bp_base_badge_module_smallSizeBadge--
|
|
1151
|
+
.bp_base_badge_module_smallSizeBadge--92d13{
|
|
1152
1152
|
height:var(--size-2);
|
|
1153
1153
|
min-width:var(--size-2);
|
|
1154
1154
|
}
|
|
1155
1155
|
|
|
1156
|
-
.bp_base_badge_module_mediumSizeBadge--
|
|
1156
|
+
.bp_base_badge_module_mediumSizeBadge--92d13{
|
|
1157
1157
|
height:var(--size-3);
|
|
1158
1158
|
min-width:var(--size-3);
|
|
1159
1159
|
}
|
|
1160
1160
|
|
|
1161
|
-
.bp_base_badge_module_largeSizeBadge--
|
|
1161
|
+
.bp_base_badge_module_largeSizeBadge--92d13{
|
|
1162
1162
|
height:var(--size-4);
|
|
1163
1163
|
min-width:var(--size-4);
|
|
1164
1164
|
}
|
|
1165
1165
|
|
|
1166
|
-
.bp_base_badge_module_xlargeSizeBadge--
|
|
1166
|
+
.bp_base_badge_module_xlargeSizeBadge--92d13{
|
|
1167
1167
|
height:var(--size-5);
|
|
1168
1168
|
min-width:var(--size-5);
|
|
1169
1169
|
}
|
|
1170
1170
|
|
|
1171
|
-
.bp_base_badge_module_xxlargeSizeBadge--
|
|
1171
|
+
.bp_base_badge_module_xxlargeSizeBadge--92d13{
|
|
1172
1172
|
height:var(--size-6);
|
|
1173
1173
|
min-width:var(--size-6);
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
|
-
.bp_base_badge_module_iconBadge--
|
|
1176
|
+
.bp_base_badge_module_iconBadge--92d13{
|
|
1177
1177
|
bottom:-5%;
|
|
1178
1178
|
right:-5%;
|
|
1179
1179
|
}
|
|
1180
1180
|
|
|
1181
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1181
|
+
.bp_base_badge_module_interactiveWrapper--92d13{
|
|
1182
1182
|
border:var(--border-2) solid #0000;
|
|
1183
1183
|
border-radius:50%;
|
|
1184
1184
|
bottom:calc(-5% - var(--border-2)/2);
|
|
@@ -1186,22 +1186,22 @@
|
|
|
1186
1186
|
position:absolute;
|
|
1187
1187
|
right:calc(-5% - var(--border-2)/2);
|
|
1188
1188
|
}
|
|
1189
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1189
|
+
.bp_base_badge_module_interactiveWrapper--92d13.bp_base_badge_module_smallSizeBadge--92d13{
|
|
1190
1190
|
width:var(--size-2);
|
|
1191
1191
|
}
|
|
1192
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1192
|
+
.bp_base_badge_module_interactiveWrapper--92d13.bp_base_badge_module_mediumSizeBadge--92d13{
|
|
1193
1193
|
width:var(--size-3);
|
|
1194
1194
|
}
|
|
1195
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1195
|
+
.bp_base_badge_module_interactiveWrapper--92d13.bp_base_badge_module_largeSizeBadge--92d13{
|
|
1196
1196
|
width:var(--size-4);
|
|
1197
1197
|
}
|
|
1198
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1198
|
+
.bp_base_badge_module_interactiveWrapper--92d13.bp_base_badge_module_xlargeSizeBadge--92d13{
|
|
1199
1199
|
width:var(--size-5);
|
|
1200
1200
|
}
|
|
1201
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1201
|
+
.bp_base_badge_module_interactiveWrapper--92d13.bp_base_badge_module_xxlargeSizeBadge--92d13{
|
|
1202
1202
|
width:var(--size-6);
|
|
1203
1203
|
}
|
|
1204
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1204
|
+
.bp_base_badge_module_interactiveWrapper--92d13::before{
|
|
1205
1205
|
content:"";
|
|
1206
1206
|
left:calc(var(--size-6)*-1/4);
|
|
1207
1207
|
min-height:var(--size-6);
|
|
@@ -1210,36 +1210,36 @@
|
|
|
1210
1210
|
top:calc(var(--size-6)*-1/4);
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
|
-
.bp_base_badge_module_statusBadge--
|
|
1213
|
+
.bp_base_badge_module_statusBadge--92d13{
|
|
1214
1214
|
bottom:-20%;
|
|
1215
1215
|
right:-20%;
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
|
-
.bp_base_badge_module_statusBadge--
|
|
1218
|
+
.bp_base_badge_module_statusBadge--92d13.bp_base_badge_module_largeSizeBadge--92d13{
|
|
1219
1219
|
bottom:-22%;
|
|
1220
1220
|
right:-22%;
|
|
1221
1221
|
}
|
|
1222
1222
|
|
|
1223
|
-
.bp_base_badge_module_statusBadge--
|
|
1223
|
+
.bp_base_badge_module_statusBadge--92d13.bp_base_badge_module_xlargeSizeBadge--92d13{
|
|
1224
1224
|
bottom:-15%;
|
|
1225
1225
|
right:-15%;
|
|
1226
1226
|
}
|
|
1227
1227
|
|
|
1228
|
-
.bp_base_badge_module_statusBadge--
|
|
1228
|
+
.bp_base_badge_module_statusBadge--92d13.bp_base_badge_module_xxlargeSizeBadge--92d13{
|
|
1229
1229
|
bottom:-4%;
|
|
1230
1230
|
right:-4%;
|
|
1231
1231
|
}
|
|
1232
1232
|
|
|
1233
|
-
.bp_base_badge_module_numericBadge--
|
|
1233
|
+
.bp_base_badge_module_numericBadge--92d13{
|
|
1234
1234
|
left:60%;
|
|
1235
1235
|
top:0;
|
|
1236
1236
|
}
|
|
1237
1237
|
|
|
1238
|
-
.bp_base_badge_module_numericBadgeSingleDigit--
|
|
1238
|
+
.bp_base_badge_module_numericBadgeSingleDigit--92d13{
|
|
1239
1239
|
padding:1px;
|
|
1240
1240
|
}
|
|
1241
1241
|
|
|
1242
|
-
.bp_base_badge_module_numericBadgeMoreDigits--
|
|
1242
|
+
.bp_base_badge_module_numericBadgeMoreDigits--92d13{
|
|
1243
1243
|
padding:1px 3px;
|
|
1244
1244
|
}
|
|
1245
1245
|
.bp_button_wrapper_module_buttonWrapper--b0897{
|
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
box-shadow:var(--card-dropshadow-3);
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
-
.bp_card_tooltip_module_content--
|
|
1281
|
+
.bp_card_tooltip_module_content--4b775{
|
|
1282
1282
|
animation-duration:.4s;
|
|
1283
1283
|
animation-timing-function:cubic-bezier(.16, 1, .3, 1);
|
|
1284
1284
|
border-radius:var(--radius-1);
|
|
@@ -1297,25 +1297,25 @@
|
|
|
1297
1297
|
word-break:break-word;
|
|
1298
1298
|
z-index:2147483647;
|
|
1299
1299
|
}
|
|
1300
|
-
.bp_card_tooltip_module_content--
|
|
1300
|
+
.bp_card_tooltip_module_content--4b775.bp_card_tooltip_module_card--4b775{
|
|
1301
1301
|
max-height:var(--radix-tooltip-content-available-height);
|
|
1302
1302
|
max-width:336px;
|
|
1303
1303
|
min-width:168px;
|
|
1304
1304
|
}
|
|
1305
|
-
.bp_card_tooltip_module_content--
|
|
1306
|
-
animation-name:bp_card_tooltip_module_slideDownAndFade--
|
|
1305
|
+
.bp_card_tooltip_module_content--4b775[data-state=delayed-open][data-side=top]{
|
|
1306
|
+
animation-name:bp_card_tooltip_module_slideDownAndFade--4b775;
|
|
1307
1307
|
}
|
|
1308
|
-
.bp_card_tooltip_module_content--
|
|
1309
|
-
animation-name:bp_card_tooltip_module_slideLeftAndFade--
|
|
1308
|
+
.bp_card_tooltip_module_content--4b775[data-state=delayed-open][data-side=right]{
|
|
1309
|
+
animation-name:bp_card_tooltip_module_slideLeftAndFade--4b775;
|
|
1310
1310
|
}
|
|
1311
|
-
.bp_card_tooltip_module_content--
|
|
1312
|
-
animation-name:bp_card_tooltip_module_slideUpAndFade--
|
|
1311
|
+
.bp_card_tooltip_module_content--4b775[data-state=delayed-open][data-side=bottom]{
|
|
1312
|
+
animation-name:bp_card_tooltip_module_slideUpAndFade--4b775;
|
|
1313
1313
|
}
|
|
1314
|
-
.bp_card_tooltip_module_content--
|
|
1315
|
-
animation-name:bp_card_tooltip_module_slideRightAndFade--
|
|
1314
|
+
.bp_card_tooltip_module_content--4b775[data-state=delayed-open][data-side=left]{
|
|
1315
|
+
animation-name:bp_card_tooltip_module_slideRightAndFade--4b775;
|
|
1316
1316
|
}
|
|
1317
1317
|
|
|
1318
|
-
@keyframes bp_card_tooltip_module_slideUpAndFade--
|
|
1318
|
+
@keyframes bp_card_tooltip_module_slideUpAndFade--4b775{
|
|
1319
1319
|
from{
|
|
1320
1320
|
opacity:0;
|
|
1321
1321
|
transform:translateY(2px);
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
transform:translateY(0);
|
|
1326
1326
|
}
|
|
1327
1327
|
}
|
|
1328
|
-
@keyframes bp_card_tooltip_module_slideRightAndFade--
|
|
1328
|
+
@keyframes bp_card_tooltip_module_slideRightAndFade--4b775{
|
|
1329
1329
|
from{
|
|
1330
1330
|
opacity:0;
|
|
1331
1331
|
transform:translateX(-2px);
|
|
@@ -1335,7 +1335,7 @@
|
|
|
1335
1335
|
transform:translateX(0);
|
|
1336
1336
|
}
|
|
1337
1337
|
}
|
|
1338
|
-
@keyframes bp_card_tooltip_module_slideDownAndFade--
|
|
1338
|
+
@keyframes bp_card_tooltip_module_slideDownAndFade--4b775{
|
|
1339
1339
|
from{
|
|
1340
1340
|
opacity:0;
|
|
1341
1341
|
transform:translateY(-2px);
|
|
@@ -1345,7 +1345,7 @@
|
|
|
1345
1345
|
transform:translateY(0);
|
|
1346
1346
|
}
|
|
1347
1347
|
}
|
|
1348
|
-
@keyframes bp_card_tooltip_module_slideLeftAndFade--
|
|
1348
|
+
@keyframes bp_card_tooltip_module_slideLeftAndFade--4b775{
|
|
1349
1349
|
from{
|
|
1350
1350
|
opacity:0;
|
|
1351
1351
|
transform:translateX(2px);
|
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
}
|
|
1357
1357
|
}
|
|
1358
1358
|
|
|
1359
|
-
.bp_card_tooltip_v2_module_content--
|
|
1359
|
+
.bp_card_tooltip_v2_module_content--ae193{
|
|
1360
1360
|
border-radius:var(--radius-1);
|
|
1361
1361
|
font-family:var(--body-default-font-family);
|
|
1362
1362
|
font-size:var(--body-default-font-size);
|
|
@@ -1374,25 +1374,25 @@
|
|
|
1374
1374
|
word-break:break-word;
|
|
1375
1375
|
z-index:2147483647;
|
|
1376
1376
|
}
|
|
1377
|
-
.bp_card_tooltip_v2_module_content--
|
|
1377
|
+
.bp_card_tooltip_v2_module_content--ae193[data-open]{
|
|
1378
1378
|
animation-duration:var(--animation-duration-4);
|
|
1379
1379
|
animation-timing-function:var(--animation-easing-ease-base);
|
|
1380
1380
|
will-change:transform, opacity;
|
|
1381
1381
|
}
|
|
1382
|
-
.bp_card_tooltip_v2_module_content--
|
|
1383
|
-
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1382
|
+
.bp_card_tooltip_v2_module_content--ae193[data-open][data-side=top]{
|
|
1383
|
+
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--ae193;
|
|
1384
1384
|
}
|
|
1385
|
-
.bp_card_tooltip_v2_module_content--
|
|
1386
|
-
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1385
|
+
.bp_card_tooltip_v2_module_content--ae193[data-open][data-side=right]{
|
|
1386
|
+
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--ae193;
|
|
1387
1387
|
}
|
|
1388
|
-
.bp_card_tooltip_v2_module_content--
|
|
1389
|
-
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1388
|
+
.bp_card_tooltip_v2_module_content--ae193[data-open][data-side=bottom]{
|
|
1389
|
+
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--ae193;
|
|
1390
1390
|
}
|
|
1391
|
-
.bp_card_tooltip_v2_module_content--
|
|
1392
|
-
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1391
|
+
.bp_card_tooltip_v2_module_content--ae193[data-open][data-side=left]{
|
|
1392
|
+
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--ae193;
|
|
1393
1393
|
}
|
|
1394
1394
|
|
|
1395
|
-
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1395
|
+
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--ae193{
|
|
1396
1396
|
from{
|
|
1397
1397
|
opacity:0;
|
|
1398
1398
|
transform:translateY(2px);
|
|
@@ -1402,7 +1402,7 @@
|
|
|
1402
1402
|
transform:translateY(0);
|
|
1403
1403
|
}
|
|
1404
1404
|
}
|
|
1405
|
-
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1405
|
+
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--ae193{
|
|
1406
1406
|
from{
|
|
1407
1407
|
opacity:0;
|
|
1408
1408
|
transform:translateX(-2px);
|
|
@@ -1412,7 +1412,7 @@
|
|
|
1412
1412
|
transform:translateX(0);
|
|
1413
1413
|
}
|
|
1414
1414
|
}
|
|
1415
|
-
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1415
|
+
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--ae193{
|
|
1416
1416
|
from{
|
|
1417
1417
|
opacity:0;
|
|
1418
1418
|
transform:translateY(-2px);
|
|
@@ -1422,7 +1422,7 @@
|
|
|
1422
1422
|
transform:translateY(0);
|
|
1423
1423
|
}
|
|
1424
1424
|
}
|
|
1425
|
-
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1425
|
+
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--ae193{
|
|
1426
1426
|
from{
|
|
1427
1427
|
opacity:0;
|
|
1428
1428
|
transform:translateX(2px);
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1436
|
+
.bp_interactive_icon_module_interactiveIcon--5ab19{
|
|
1437
1437
|
all:unset;
|
|
1438
1438
|
background:none;
|
|
1439
1439
|
border:0;
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
display:inline-flex;
|
|
1443
1443
|
padding:0;
|
|
1444
1444
|
}
|
|
1445
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1445
|
+
.bp_interactive_icon_module_interactiveIcon--5ab19:focus-visible{
|
|
1446
1446
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
1447
1447
|
outline:none;
|
|
1448
1448
|
overflow:visible;
|
|
@@ -1502,7 +1502,7 @@
|
|
|
1502
1502
|
padding-bottom:var(--size-4);
|
|
1503
1503
|
}
|
|
1504
1504
|
|
|
1505
|
-
.bp_checkbox_module_option--
|
|
1505
|
+
.bp_checkbox_module_option--1a053{
|
|
1506
1506
|
display:flex;
|
|
1507
1507
|
flex-direction:column;
|
|
1508
1508
|
font-family:var(--body-default-font-family);
|
|
@@ -1514,7 +1514,7 @@
|
|
|
1514
1514
|
text-decoration:var(--body-default-text-decoration);
|
|
1515
1515
|
text-transform:var(--body-default-text-case);
|
|
1516
1516
|
}
|
|
1517
|
-
.bp_checkbox_module_option--
|
|
1517
|
+
.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053{
|
|
1518
1518
|
all:unset;
|
|
1519
1519
|
align-items:center;
|
|
1520
1520
|
background-color:var(--surface-checkbox-surface);
|
|
@@ -1528,39 +1528,39 @@
|
|
|
1528
1528
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
1529
1529
|
width:var(--size-4);
|
|
1530
1530
|
}
|
|
1531
|
-
.bp_checkbox_module_option--
|
|
1531
|
+
.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053 .bp_checkbox_module_indicator--1a053{
|
|
1532
1532
|
display:flex;
|
|
1533
1533
|
transform:scale(0);
|
|
1534
1534
|
transition-duration:.15s;
|
|
1535
1535
|
transition-property:transform;
|
|
1536
1536
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
1537
1537
|
}
|
|
1538
|
-
.bp_checkbox_module_option--
|
|
1538
|
+
.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053:focus-visible{
|
|
1539
1539
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1540
1540
|
outline-offset:var(--border-1);
|
|
1541
1541
|
}
|
|
1542
|
-
.bp_checkbox_module_option--
|
|
1542
|
+
.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053[data-disabled]{
|
|
1543
1543
|
opacity:60%;
|
|
1544
1544
|
}
|
|
1545
|
-
.bp_checkbox_module_option--
|
|
1545
|
+
.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053[data-state=checked],.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053[data-state=indeterminate]{
|
|
1546
1546
|
background-color:var(--surface-checkbox-surface-selected);
|
|
1547
1547
|
border-color:var(--border-checkbox-border-selected);
|
|
1548
1548
|
}
|
|
1549
|
-
.bp_checkbox_module_option--
|
|
1549
|
+
.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053[data-state=checked] .bp_checkbox_module_indicator--1a053,.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053[data-state=indeterminate] .bp_checkbox_module_indicator--1a053{
|
|
1550
1550
|
background-color:var(--surface-checkbox-surface-selected);
|
|
1551
1551
|
transform:scale(1);
|
|
1552
1552
|
}
|
|
1553
|
-
.bp_checkbox_module_option--
|
|
1553
|
+
.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053:not([data-disabled]):focus-visible,.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053:not([data-disabled]):hover{
|
|
1554
1554
|
border-color:var(--border-checkbox-border-hover);
|
|
1555
1555
|
}
|
|
1556
|
-
.bp_checkbox_module_option--
|
|
1556
|
+
.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053:not([data-disabled]):focus-visible[data-state=checked],.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053:not([data-disabled]):focus-visible[data-state=indeterminate],.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053:not([data-disabled]):hover[data-state=checked],.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053:not([data-disabled]):hover[data-state=indeterminate]{
|
|
1557
1557
|
background-color:var(--surface-checkbox-surface-selected-hover);
|
|
1558
1558
|
border-color:var(--border-checkbox-border-selected-hover);
|
|
1559
1559
|
}
|
|
1560
|
-
.bp_checkbox_module_option--
|
|
1560
|
+
.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053:not([data-disabled]):focus-visible[data-state=checked] .bp_checkbox_module_indicator--1a053,.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053:not([data-disabled]):focus-visible[data-state=indeterminate] .bp_checkbox_module_indicator--1a053,.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053:not([data-disabled]):hover[data-state=checked] .bp_checkbox_module_indicator--1a053,.bp_checkbox_module_option--1a053 .bp_checkbox_module_checkbox--1a053:not([data-disabled]):hover[data-state=indeterminate] .bp_checkbox_module_indicator--1a053{
|
|
1561
1561
|
background-color:var(--surface-checkbox-surface-selected-hover);
|
|
1562
1562
|
}
|
|
1563
|
-
.bp_checkbox_module_option--
|
|
1563
|
+
.bp_checkbox_module_option--1a053 .bp_checkbox_module_label--1a053{
|
|
1564
1564
|
cursor:pointer;
|
|
1565
1565
|
display:inline-flex;
|
|
1566
1566
|
flex-direction:row;
|
|
@@ -1568,10 +1568,10 @@
|
|
|
1568
1568
|
width:-moz-fit-content;
|
|
1569
1569
|
width:fit-content;
|
|
1570
1570
|
}
|
|
1571
|
-
.bp_checkbox_module_option--
|
|
1571
|
+
.bp_checkbox_module_option--1a053 .bp_checkbox_module_description--1a053{
|
|
1572
1572
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
1573
1573
|
}
|
|
1574
|
-
.bp_checkbox_module_option--
|
|
1574
|
+
.bp_checkbox_module_option--1a053.bp_checkbox_module_disabled--1a053 .bp_checkbox_module_label--1a053{
|
|
1575
1575
|
cursor:default;
|
|
1576
1576
|
}
|
|
1577
1577
|
.bp_icon_button_module_iconButton--161d7[data-modern=false]{
|
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
transform:scale(1.2);
|
|
1950
1950
|
}
|
|
1951
1951
|
|
|
1952
|
-
.bp_text_area_autosize_module_textArea--
|
|
1952
|
+
.bp_text_area_autosize_module_textArea--c55bf[data-modern=false]{
|
|
1953
1953
|
--text-area-text-color:var(--text-text-on-light);
|
|
1954
1954
|
--text-area-inner-shadow:var(--innershadow-1);
|
|
1955
1955
|
--text-area-background-color:var(--surface-input-surface);
|
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
--text-area-icon-padding:1.875rem;
|
|
1963
1963
|
}
|
|
1964
1964
|
|
|
1965
|
-
.bp_text_area_autosize_module_textArea--
|
|
1965
|
+
.bp_text_area_autosize_module_textArea--c55bf[data-modern=true]{
|
|
1966
1966
|
--text-area-inner-shadow:var(--innershadow-1);
|
|
1967
1967
|
--text-area-text-color:var(--bp-text-text-on-light);
|
|
1968
1968
|
--text-area-background-color:var(--bp-surface-input-surface);
|
|
@@ -1975,7 +1975,7 @@
|
|
|
1975
1975
|
--text-area-icon-padding:1.875rem;
|
|
1976
1976
|
}
|
|
1977
1977
|
|
|
1978
|
-
.bp_text_area_autosize_module_textArea--
|
|
1978
|
+
.bp_text_area_autosize_module_textArea--c55bf{
|
|
1979
1979
|
background:var(--text-area-background-color);
|
|
1980
1980
|
border:none;
|
|
1981
1981
|
box-shadow:var(--text-area-inner-shadow);
|
|
@@ -1994,48 +1994,48 @@
|
|
|
1994
1994
|
text-transform:var(--body-default-text-case);
|
|
1995
1995
|
width:100%;
|
|
1996
1996
|
}
|
|
1997
|
-
.bp_text_area_autosize_module_textArea--
|
|
1997
|
+
.bp_text_area_autosize_module_textArea--c55bf::placeholder{
|
|
1998
1998
|
color:var(--text-area-placeholder-color);
|
|
1999
1999
|
opacity:1;
|
|
2000
2000
|
}
|
|
2001
|
-
.bp_text_area_autosize_module_textArea--
|
|
2001
|
+
.bp_text_area_autosize_module_textArea--c55bf.bp_text_area_autosize_module_error--c55bf{
|
|
2002
2002
|
background:var(--text-area-error-background-color);
|
|
2003
2003
|
outline:0;
|
|
2004
2004
|
}
|
|
2005
|
-
.bp_text_area_autosize_module_textArea--
|
|
2005
|
+
.bp_text_area_autosize_module_textArea--c55bf:focus{
|
|
2006
2006
|
border:none;
|
|
2007
2007
|
}
|
|
2008
|
-
.bp_text_area_autosize_module_textArea--
|
|
2008
|
+
.bp_text_area_autosize_module_textArea--c55bf:hover{
|
|
2009
2009
|
box-shadow:var(--text-area-inner-shadow);
|
|
2010
2010
|
}
|
|
2011
|
-
.bp_text_area_autosize_module_textArea--
|
|
2011
|
+
.bp_text_area_autosize_module_textArea--c55bf:focus-visible{
|
|
2012
2012
|
background:var(--text-area-error-background-focus);
|
|
2013
2013
|
outline:0;
|
|
2014
2014
|
}
|
|
2015
|
-
.bp_text_area_autosize_module_textArea--
|
|
2015
|
+
.bp_text_area_autosize_module_textArea--c55bf:disabled{
|
|
2016
2016
|
background:var(--text-area-background-color);
|
|
2017
2017
|
border:none;
|
|
2018
2018
|
box-shadow:var(--text-area-inner-shadow);
|
|
2019
2019
|
color:var(--text-area-text-color);
|
|
2020
2020
|
}
|
|
2021
|
-
.bp_text_area_autosize_module_textArea--
|
|
2021
|
+
.bp_text_area_autosize_module_textArea--c55bf:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--c55bf):hover{
|
|
2022
2022
|
background:var(--text-area-error-background-hover);
|
|
2023
2023
|
}
|
|
2024
|
-
.bp_text_area_autosize_module_textArea--
|
|
2024
|
+
.bp_text_area_autosize_module_textArea--c55bf.bp_text_area_autosize_module_loading--c55bf{
|
|
2025
2025
|
padding-inline-end:var(--text-area-icon-padding);
|
|
2026
2026
|
}
|
|
2027
2027
|
|
|
2028
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2028
|
+
.bp_text_area_autosize_module_loadingIndicator--c55bf[data-modern=false]{
|
|
2029
2029
|
--text-area-loading-indicator-width:var(--size-6);
|
|
2030
2030
|
--text-area-loading-indicator-height:var(--size-6);
|
|
2031
2031
|
}
|
|
2032
2032
|
|
|
2033
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2033
|
+
.bp_text_area_autosize_module_loadingIndicator--c55bf[data-modern=true]{
|
|
2034
2034
|
--text-area-loading-indicator-width:var(--bp-size-060);
|
|
2035
2035
|
--text-area-loading-indicator-height:var(--bp-size-060);
|
|
2036
2036
|
}
|
|
2037
2037
|
|
|
2038
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2038
|
+
.bp_text_area_autosize_module_loadingIndicator--c55bf{
|
|
2039
2039
|
bottom:.375rem;
|
|
2040
2040
|
display:inline-block;
|
|
2041
2041
|
height:var(--text-area-loading-indicator-height);
|
|
@@ -2045,19 +2045,19 @@
|
|
|
2045
2045
|
width:var(--text-area-loading-indicator-width);
|
|
2046
2046
|
}
|
|
2047
2047
|
|
|
2048
|
-
.bp_text_area_autosize_module_border--
|
|
2048
|
+
.bp_text_area_autosize_module_border--c55bf[data-modern=false]{
|
|
2049
2049
|
--text-area-radius:var(--radius-2);
|
|
2050
2050
|
--text-area-border-width:var(--border-1);
|
|
2051
2051
|
--text-area-shadow-color:var(--border-input-border);
|
|
2052
2052
|
}
|
|
2053
2053
|
|
|
2054
|
-
.bp_text_area_autosize_module_border--
|
|
2054
|
+
.bp_text_area_autosize_module_border--c55bf[data-modern=true]{
|
|
2055
2055
|
--text-area-radius:var(--bp-radius-06);
|
|
2056
2056
|
--text-area-border-width:var(--bp-border-01);
|
|
2057
2057
|
--text-area-shadow-color:var(--bp-border-input-border);
|
|
2058
2058
|
}
|
|
2059
2059
|
|
|
2060
|
-
.bp_text_area_autosize_module_border--
|
|
2060
|
+
.bp_text_area_autosize_module_border--c55bf{
|
|
2061
2061
|
border-radius:var(--text-area-radius);
|
|
2062
2062
|
box-shadow:0 0 0 var(--text-area-border-width) var(--text-area-shadow-color);
|
|
2063
2063
|
display:flex;
|
|
@@ -2065,17 +2065,17 @@
|
|
|
2065
2065
|
transform:translateZ(0);
|
|
2066
2066
|
}
|
|
2067
2067
|
|
|
2068
|
-
.bp_text_area_module_textAreaContainer--
|
|
2068
|
+
.bp_text_area_module_textAreaContainer--6fa5c[data-modern=false]{
|
|
2069
2069
|
--text-area-container-row-gap:var(--space-2);
|
|
2070
2070
|
--text-area-container-label-color:var(--text-text-on-light);
|
|
2071
2071
|
}
|
|
2072
2072
|
|
|
2073
|
-
.bp_text_area_module_textAreaContainer--
|
|
2073
|
+
.bp_text_area_module_textAreaContainer--6fa5c[data-modern=true]{
|
|
2074
2074
|
--text-area-container-row-gap:var(--bp-size-020);
|
|
2075
2075
|
--text-area-container-label-color:var(--bp-text-text-on-light);
|
|
2076
2076
|
}
|
|
2077
2077
|
|
|
2078
|
-
.bp_text_area_module_textAreaContainer--
|
|
2078
|
+
.bp_text_area_module_textAreaContainer--6fa5c{
|
|
2079
2079
|
display:flex;
|
|
2080
2080
|
flex-direction:column;
|
|
2081
2081
|
font-family:var(--body-default-font-family);
|
|
@@ -2088,7 +2088,7 @@
|
|
|
2088
2088
|
text-decoration:var(--body-default-text-decoration);
|
|
2089
2089
|
text-transform:var(--body-default-text-case);
|
|
2090
2090
|
}
|
|
2091
|
-
.bp_text_area_module_textAreaContainer--
|
|
2091
|
+
.bp_text_area_module_textAreaContainer--6fa5c .bp_text_area_module_label--6fa5c{
|
|
2092
2092
|
color:var(--text-area-container-label-color);
|
|
2093
2093
|
flex:0 0 fit-content;
|
|
2094
2094
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2102,17 +2102,17 @@
|
|
|
2102
2102
|
width:-moz-fit-content;
|
|
2103
2103
|
width:fit-content;
|
|
2104
2104
|
}
|
|
2105
|
-
.bp_text_area_module_textAreaContainer--
|
|
2105
|
+
.bp_text_area_module_textAreaContainer--6fa5c .bp_text_area_module_label--6fa5c:not(.bp_text_area_module_hidden--6fa5c){
|
|
2106
2106
|
margin-block-end:var(--text-area-container-row-gap);
|
|
2107
2107
|
}
|
|
2108
|
-
.bp_text_area_module_textAreaContainer--
|
|
2108
|
+
.bp_text_area_module_textAreaContainer--6fa5c.bp_text_area_module_disabled--6fa5c{
|
|
2109
2109
|
opacity:60%;
|
|
2110
2110
|
}
|
|
2111
|
-
.bp_text_area_module_textAreaContainer--
|
|
2111
|
+
.bp_text_area_module_textAreaContainer--6fa5c .bp_text_area_module_inlineError--6fa5c{
|
|
2112
2112
|
margin-block-start:var(--text-area-container-row-gap);
|
|
2113
2113
|
}
|
|
2114
2114
|
|
|
2115
|
-
.bp_combobox_module_container--
|
|
2115
|
+
.bp_combobox_module_container--015a0{
|
|
2116
2116
|
display:flex;
|
|
2117
2117
|
flex-direction:column;
|
|
2118
2118
|
font-family:var(--body-default-font-family);
|
|
@@ -2124,10 +2124,10 @@
|
|
|
2124
2124
|
text-decoration:var(--body-default-text-decoration);
|
|
2125
2125
|
text-transform:var(--body-default-text-case);
|
|
2126
2126
|
}
|
|
2127
|
-
.bp_combobox_module_container--
|
|
2127
|
+
.bp_combobox_module_container--015a0.bp_combobox_module_disabled--015a0{
|
|
2128
2128
|
opacity:60%;
|
|
2129
2129
|
}
|
|
2130
|
-
.bp_combobox_module_container--
|
|
2130
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_label--015a0{
|
|
2131
2131
|
color:var(--text-text-on-light);
|
|
2132
2132
|
flex:0 0 fit-content;
|
|
2133
2133
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2140,10 +2140,10 @@
|
|
|
2140
2140
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2141
2141
|
text-transform:var(--body-default-bold-text-case);
|
|
2142
2142
|
}
|
|
2143
|
-
.bp_combobox_module_container--
|
|
2143
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_label--015a0:not(.bp_combobox_module_hiddenLabel--015a0){
|
|
2144
2144
|
margin-block-end:var(--space-2);
|
|
2145
2145
|
}
|
|
2146
|
-
.bp_combobox_module_container--
|
|
2146
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0{
|
|
2147
2147
|
background-color:var(--surface-dropdown-surface);
|
|
2148
2148
|
border-bottom:var(--blueprint-combobox-border-bottom-width, var(--border-1)) solid var(--blueprint-combobox-border-color, var(--border-input-border));
|
|
2149
2149
|
border-left:var(--blueprint-combobox-border-left-width, var(--border-1)) solid var(--blueprint-combobox-border-color, var(--border-input-border));
|
|
@@ -2160,15 +2160,15 @@
|
|
|
2160
2160
|
padding-inline:var(--space-3);
|
|
2161
2161
|
position:relative;
|
|
2162
2162
|
}
|
|
2163
|
-
.bp_combobox_module_container--
|
|
2163
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0.bp_combobox_module_withComboboxButtons--015a0{
|
|
2164
2164
|
padding-inline-end:var(--space-10);
|
|
2165
2165
|
}
|
|
2166
|
-
.bp_combobox_module_container--
|
|
2166
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0:not(:disabled):has(input:focus){
|
|
2167
2167
|
background-color:var(--surface-dropdown-surface-focus);
|
|
2168
2168
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2169
2169
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
2170
2170
|
}
|
|
2171
|
-
.bp_combobox_module_container--
|
|
2171
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0:not(:disabled).bp_combobox_module_error--015a0,.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0:not(:disabled):has([aria-invalid=true]){
|
|
2172
2172
|
background-color:var(--surface-dropdown-surface-error);
|
|
2173
2173
|
border-bottom:var(--blueprint-combobox-border-error-bottom-width, var(--border-2)) solid var(--border-input-border-error);
|
|
2174
2174
|
border-left:var(--blueprint-combobox-border-error-left-width, var(--border-2)) solid var(--border-input-border-error);
|
|
@@ -2176,13 +2176,13 @@
|
|
|
2176
2176
|
border-top:var(--blueprint-combobox-border-error-top-width, var(--border-2)) solid var(--border-input-border-error);
|
|
2177
2177
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
2178
2178
|
}
|
|
2179
|
-
.bp_combobox_module_container--
|
|
2179
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0 .bp_combobox_module_textInputWrapper--015a0{
|
|
2180
2180
|
align-items:center;
|
|
2181
2181
|
display:flex;
|
|
2182
2182
|
flex:content;
|
|
2183
2183
|
gap:var(--space-2);
|
|
2184
2184
|
}
|
|
2185
|
-
.bp_combobox_module_container--
|
|
2185
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0 .bp_combobox_module_textInputWrapper--015a0 .bp_combobox_module_textInput--015a0{
|
|
2186
2186
|
background-color:initial;
|
|
2187
2187
|
border:none;
|
|
2188
2188
|
color:var(--text-text-on-light);
|
|
@@ -2199,28 +2199,28 @@
|
|
|
2199
2199
|
text-transform:var(--body-default-text-case);
|
|
2200
2200
|
width:100%;
|
|
2201
2201
|
}
|
|
2202
|
-
.bp_combobox_module_container--
|
|
2202
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0 .bp_combobox_module_textInputWrapper--015a0 .bp_combobox_module_errorIcon--015a0 path{
|
|
2203
2203
|
fill:var(--icon-icon-error-on-light);
|
|
2204
2204
|
}
|
|
2205
|
-
.bp_combobox_module_container--
|
|
2205
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0 .bp_combobox_module_textInputWrapper--015a0 .bp_combobox_module_comboboxButtons--015a0{
|
|
2206
2206
|
align-items:center;
|
|
2207
2207
|
display:flex;
|
|
2208
2208
|
position:absolute;
|
|
2209
2209
|
right:var(--space-2);
|
|
2210
2210
|
top:var(--space-2);
|
|
2211
2211
|
}
|
|
2212
|
-
.bp_combobox_module_container--
|
|
2212
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0.bp_combobox_module_withChips--015a0{
|
|
2213
2213
|
max-height:calc(var(--space-2)*2 + var(--space-6)*3);
|
|
2214
2214
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-1));
|
|
2215
2215
|
}
|
|
2216
|
-
.bp_combobox_module_container--
|
|
2216
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0.bp_combobox_module_withChips--015a0:not(:disabled).bp_combobox_module_error--015a0,.bp_combobox_module_container--015a0 .bp_combobox_module_comboboxContainer--015a0.bp_combobox_module_withChips--015a0:not(:disabled):has(input:focus){
|
|
2217
2217
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-2));
|
|
2218
2218
|
}
|
|
2219
|
-
.bp_combobox_module_container--
|
|
2219
|
+
.bp_combobox_module_container--015a0 .bp_combobox_module_inlineError--015a0{
|
|
2220
2220
|
margin-block-start:var(--space-2);
|
|
2221
2221
|
}
|
|
2222
2222
|
|
|
2223
|
-
.bp_combobox_module_popover--
|
|
2223
|
+
.bp_combobox_module_popover--015a0{
|
|
2224
2224
|
background-color:var(--surface-menu-surface);
|
|
2225
2225
|
border:var(--border-1) solid var(--border-card-border);
|
|
2226
2226
|
border-radius:var(--radius-3);
|
|
@@ -2239,7 +2239,7 @@
|
|
|
2239
2239
|
text-transform:var(--body-default-text-case);
|
|
2240
2240
|
z-index:380;
|
|
2241
2241
|
}
|
|
2242
|
-
.bp_combobox_module_popover--
|
|
2242
|
+
.bp_combobox_module_popover--015a0 .bp_combobox_module_option--015a0{
|
|
2243
2243
|
border:var(--border-2) solid #0000;
|
|
2244
2244
|
border-radius:var(--radius-3);
|
|
2245
2245
|
box-sizing:border-box;
|
|
@@ -2253,21 +2253,21 @@
|
|
|
2253
2253
|
user-select:none;
|
|
2254
2254
|
width:100%;
|
|
2255
2255
|
}
|
|
2256
|
-
.bp_combobox_module_popover--
|
|
2256
|
+
.bp_combobox_module_popover--015a0 .bp_combobox_module_option--015a0[aria-disabled]{
|
|
2257
2257
|
opacity:60%;
|
|
2258
2258
|
}
|
|
2259
|
-
.bp_combobox_module_popover--
|
|
2259
|
+
.bp_combobox_module_popover--015a0 .bp_combobox_module_option--015a0[data-active-item]:not([aria-disabled]){
|
|
2260
2260
|
background-color:var(--surface-menu-surface-focus);
|
|
2261
2261
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2262
2262
|
}
|
|
2263
|
-
.bp_combobox_module_popover--
|
|
2263
|
+
.bp_combobox_module_popover--015a0 .bp_combobox_module_option--015a0:active{
|
|
2264
2264
|
background-color:var(--surface-menu-surface-hover);
|
|
2265
2265
|
border:var(--border-2) solid #0000;
|
|
2266
2266
|
}
|
|
2267
|
-
.bp_combobox_module_popover--
|
|
2267
|
+
.bp_combobox_module_popover--015a0 .bp_combobox_module_option--015a0:hover{
|
|
2268
2268
|
background-color:var(--surface-menu-surface-hover);
|
|
2269
2269
|
}
|
|
2270
|
-
.bp_combobox_module_popover--
|
|
2270
|
+
.bp_combobox_module_popover--015a0 .bp_combobox_module_option--015a0 .bp_combobox_module_indicator--015a0{
|
|
2271
2271
|
align-items:center;
|
|
2272
2272
|
display:flex;
|
|
2273
2273
|
height:var(--size-9);
|
|
@@ -2276,22 +2276,22 @@
|
|
|
2276
2276
|
position:absolute;
|
|
2277
2277
|
top:0;
|
|
2278
2278
|
}
|
|
2279
|
-
.bp_combobox_module_popover--
|
|
2279
|
+
.bp_combobox_module_popover--015a0 .bp_combobox_module_option--015a0 .bp_combobox_module_indicator--015a0 .bp_combobox_module_indicatorIcon--015a0 path{
|
|
2280
2280
|
fill:var(--icon-icon-on-light);
|
|
2281
2281
|
}
|
|
2282
|
-
.bp_combobox_module_popover--
|
|
2282
|
+
.bp_combobox_module_popover--015a0 .bp_combobox_module_optionWithIndicator--015a0{
|
|
2283
2283
|
padding-inline:var(--space-10) var(--space-2);
|
|
2284
2284
|
}
|
|
2285
|
-
.bp_combobox_module_popover--
|
|
2285
|
+
.bp_combobox_module_popover--015a0 .bp_combobox_module_loadingIndicator--015a0{
|
|
2286
2286
|
position:unset;
|
|
2287
2287
|
}
|
|
2288
|
-
.bp_combobox_module_popover--
|
|
2288
|
+
.bp_combobox_module_popover--015a0 .bp_combobox_module_noResultOption--015a0{
|
|
2289
2289
|
color:var(--text-text-on-light);
|
|
2290
2290
|
-webkit-user-select:none;
|
|
2291
2291
|
user-select:none;
|
|
2292
2292
|
}
|
|
2293
2293
|
|
|
2294
|
-
.bp_combobox_group_module_container--
|
|
2294
|
+
.bp_combobox_group_module_container--db7bc{
|
|
2295
2295
|
align-items:flex-start;
|
|
2296
2296
|
display:flex;
|
|
2297
2297
|
flex-direction:column;
|
|
@@ -2299,17 +2299,17 @@
|
|
|
2299
2299
|
max-width:358px;
|
|
2300
2300
|
}
|
|
2301
2301
|
|
|
2302
|
-
.bp_combobox_group_module_comboboxGroupcontainer--
|
|
2302
|
+
.bp_combobox_group_module_comboboxGroupcontainer--db7bc{
|
|
2303
2303
|
display:flex;
|
|
2304
2304
|
flex-direction:row;
|
|
2305
2305
|
}
|
|
2306
2306
|
|
|
2307
|
-
.bp_combobox_group_module_disabled--
|
|
2307
|
+
.bp_combobox_group_module_disabled--db7bc{
|
|
2308
2308
|
opacity:60%;
|
|
2309
2309
|
pointer-events:none;
|
|
2310
2310
|
}
|
|
2311
2311
|
|
|
2312
|
-
.bp_combobox_group_module_label--
|
|
2312
|
+
.bp_combobox_group_module_label--db7bc{
|
|
2313
2313
|
color:var(--text-text-on-light);
|
|
2314
2314
|
flex:0 0 fit-content;
|
|
2315
2315
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2323,59 +2323,59 @@
|
|
|
2323
2323
|
text-transform:var(--body-default-bold-text-case);
|
|
2324
2324
|
}
|
|
2325
2325
|
|
|
2326
|
-
.bp_combobox_group_module_trailing--
|
|
2326
|
+
.bp_combobox_group_module_trailing--db7bc{
|
|
2327
2327
|
--blueprint-combobox-input-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2328
2328
|
--blueprint-select-trigger-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2329
2329
|
--blueprint-combobox-border-left-width:none;
|
|
2330
2330
|
--blueprint-select-border-left-width:none;
|
|
2331
2331
|
}
|
|
2332
2332
|
|
|
2333
|
-
.bp_combobox_group_module_leading--
|
|
2333
|
+
.bp_combobox_group_module_leading--db7bc{
|
|
2334
2334
|
--blueprint-combobox-input-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2335
2335
|
--blueprint-select-trigger-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2336
2336
|
}
|
|
2337
2337
|
|
|
2338
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2338
|
+
.bp_combobox_group_module_errorCombobox--db7bc.bp_combobox_group_module_leading--db7bc{
|
|
2339
2339
|
--blueprint-select-border-right-width:none;
|
|
2340
2340
|
}
|
|
2341
2341
|
|
|
2342
|
-
.bp_combobox_group_module_errorSelect--
|
|
2342
|
+
.bp_combobox_group_module_errorSelect--db7bc.bp_combobox_group_module_leading--db7bc{
|
|
2343
2343
|
--blueprint-combobox-border-right-width:none;
|
|
2344
2344
|
}
|
|
2345
2345
|
|
|
2346
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2346
|
+
.bp_combobox_group_module_errorCombobox--db7bc.bp_combobox_group_module_errorSelect--db7bc.bp_combobox_group_module_trailing--db7bc{
|
|
2347
2347
|
--blueprint-select-border-error-left-width:none;
|
|
2348
2348
|
}
|
|
2349
2349
|
|
|
2350
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2350
|
+
.bp_combobox_group_module_errorCombobox--db7bc.bp_combobox_group_module_errorSelect--db7bc.bp_combobox_group_module_leading--db7bc{
|
|
2351
2351
|
--blueprint-select-border-error-right-width:none;
|
|
2352
2352
|
}
|
|
2353
2353
|
|
|
2354
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2354
|
+
.bp_combobox_group_module_selectHasFocus--db7bc.bp_combobox_group_module_leading--db7bc{
|
|
2355
2355
|
--blueprint-combobox-border-right-width:none;
|
|
2356
2356
|
}
|
|
2357
2357
|
|
|
2358
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2358
|
+
.bp_combobox_group_module_selectHasFocus--db7bc.bp_combobox_group_module_errorCombobox--db7bc.bp_combobox_group_module_leading--db7bc{
|
|
2359
2359
|
--blueprint-combobox-border-error-right-width:none;
|
|
2360
2360
|
}
|
|
2361
2361
|
|
|
2362
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2362
|
+
.bp_combobox_group_module_selectHasFocus--db7bc.bp_combobox_group_module_errorCombobox--db7bc.bp_combobox_group_module_trailing--db7bc{
|
|
2363
2363
|
--blueprint-combobox-border-error-left-width:none;
|
|
2364
2364
|
}
|
|
2365
2365
|
|
|
2366
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2366
|
+
.bp_combobox_group_module_comboboxHasFocus--db7bc.bp_combobox_group_module_leading--db7bc{
|
|
2367
2367
|
--blueprint-select-border-right-width:none;
|
|
2368
2368
|
}
|
|
2369
2369
|
|
|
2370
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2370
|
+
.bp_combobox_group_module_comboboxHasFocus--db7bc.bp_combobox_group_module_errorSelect--db7bc.bp_combobox_group_module_leading--db7bc{
|
|
2371
2371
|
--blueprint-select-border-error-right-width:none;
|
|
2372
2372
|
}
|
|
2373
2373
|
|
|
2374
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2374
|
+
.bp_combobox_group_module_comboboxHasFocus--db7bc.bp_combobox_group_module_errorSelect--db7bc.bp_combobox_group_module_trailing--db7bc{
|
|
2375
2375
|
--blueprint-select-border-error-left-width:none;
|
|
2376
2376
|
}
|
|
2377
2377
|
|
|
2378
|
-
.bp_select_module_container--
|
|
2378
|
+
.bp_select_module_container--e641d{
|
|
2379
2379
|
display:flex;
|
|
2380
2380
|
flex-direction:column;
|
|
2381
2381
|
font-family:var(--body-default-font-family);
|
|
@@ -2388,10 +2388,10 @@
|
|
|
2388
2388
|
text-decoration:var(--body-default-text-decoration);
|
|
2389
2389
|
text-transform:var(--body-default-text-case);
|
|
2390
2390
|
}
|
|
2391
|
-
.bp_select_module_container--
|
|
2391
|
+
.bp_select_module_container--e641d.bp_select_module_disabled--e641d{
|
|
2392
2392
|
opacity:60%;
|
|
2393
2393
|
}
|
|
2394
|
-
.bp_select_module_container--
|
|
2394
|
+
.bp_select_module_container--e641d .bp_select_module_label--e641d{
|
|
2395
2395
|
color:var(--text-text-on-light);
|
|
2396
2396
|
flex:0 0 fit-content;
|
|
2397
2397
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2404,7 +2404,7 @@
|
|
|
2404
2404
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2405
2405
|
text-transform:var(--body-default-bold-text-case);
|
|
2406
2406
|
}
|
|
2407
|
-
.bp_select_module_container--
|
|
2407
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d{
|
|
2408
2408
|
align-items:center;
|
|
2409
2409
|
background-color:var(--surface-dropdown-surface);
|
|
2410
2410
|
border-bottom:var(--blueprint-select-border-bottom-width, var(--border-1)) solid var(--border-dropdown-border);
|
|
@@ -2433,58 +2433,58 @@
|
|
|
2433
2433
|
text-transform:var(--body-default-text-case);
|
|
2434
2434
|
width:100%;
|
|
2435
2435
|
}
|
|
2436
|
-
.bp_select_module_container--
|
|
2436
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d span:first-child{
|
|
2437
2437
|
overflow:hidden;
|
|
2438
2438
|
text-overflow:ellipsis;
|
|
2439
2439
|
white-space:nowrap;
|
|
2440
2440
|
}
|
|
2441
|
-
.bp_select_module_container--
|
|
2441
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d:disabled{
|
|
2442
2442
|
cursor:default;
|
|
2443
2443
|
}
|
|
2444
|
-
.bp_select_module_container--
|
|
2444
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d.bp_select_module_readonly--e641d:not(:disabled){
|
|
2445
2445
|
background-color:var(--gray-02);
|
|
2446
2446
|
box-shadow:none;
|
|
2447
2447
|
color:var(--text-text-on-light-secondary);
|
|
2448
2448
|
cursor:default;
|
|
2449
2449
|
}
|
|
2450
|
-
.bp_select_module_container--
|
|
2450
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d:not(.bp_select_module_readonly--e641d):not(:disabled).bp_select_module_error--e641d,.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d:not(.bp_select_module_readonly--e641d):not(:disabled)[aria-invalid=true]{
|
|
2451
2451
|
background-color:var(--surface-dropdown-surface-error);
|
|
2452
2452
|
border-bottom:var(--blueprint-select-border-error-bottom-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2453
2453
|
border-left:var(--blueprint-select-border-error-left-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2454
2454
|
border-right:var(--blueprint-select-border-error-right-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2455
2455
|
border-top:var(--blueprint-select-border-error-top-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2456
2456
|
}
|
|
2457
|
-
.bp_select_module_container--
|
|
2457
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d:not(.bp_select_module_readonly--e641d):focus,.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d:not(.bp_select_module_readonly--e641d):not(:disabled).bp_select_module_error--e641d:focus,.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d:not(.bp_select_module_readonly--e641d):not(:disabled)[aria-invalid=true]:focus{
|
|
2458
2458
|
background-color:var(--surface-dropdown-surface-focus);
|
|
2459
2459
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2460
2460
|
}
|
|
2461
|
-
.bp_select_module_container--
|
|
2461
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d:not(.bp_select_module_readonly--e641d):not(:disabled):not(:focus):not(.bp_select_module_error--e641d):not([aria-invalid]):hover{
|
|
2462
2462
|
background-color:var(--surface-dropdown-surface-hover);
|
|
2463
2463
|
border-color:var(--border-dropdown-border-hover);
|
|
2464
2464
|
}
|
|
2465
|
-
.bp_select_module_container--
|
|
2465
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d .bp_select_module_iconWrapper--e641d{
|
|
2466
2466
|
flex-shrink:0;
|
|
2467
2467
|
-webkit-user-select:none;
|
|
2468
2468
|
user-select:none;
|
|
2469
2469
|
}
|
|
2470
|
-
.bp_select_module_container--
|
|
2470
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d .bp_select_module_iconCaret--e641d{
|
|
2471
2471
|
display:block;
|
|
2472
2472
|
height:var(--size-2);
|
|
2473
2473
|
width:var(--size-2);
|
|
2474
2474
|
}
|
|
2475
|
-
.bp_select_module_container--
|
|
2475
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d .bp_select_module_iconCaret--e641d path{
|
|
2476
2476
|
fill:var(--icon-icon-on-light);
|
|
2477
2477
|
}
|
|
2478
|
-
.bp_select_module_container--
|
|
2478
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d .bp_select_module_iconPencilCrossed--e641d{
|
|
2479
2479
|
display:block;
|
|
2480
2480
|
height:var(--size-4);
|
|
2481
2481
|
width:var(--size-4);
|
|
2482
2482
|
}
|
|
2483
|
-
.bp_select_module_container--
|
|
2483
|
+
.bp_select_module_container--e641d .bp_select_module_triggerBtn--e641d[data-state=open] .bp_select_module_icon--e641d{
|
|
2484
2484
|
transform:rotate(180deg);
|
|
2485
2485
|
}
|
|
2486
2486
|
|
|
2487
|
-
.bp_select_module_content--
|
|
2487
|
+
.bp_select_module_content--e641d{
|
|
2488
2488
|
background-color:var(--surface-menu-surface);
|
|
2489
2489
|
border:var(--border-1) solid var(--border-card-border);
|
|
2490
2490
|
border-radius:var(--radius-3);
|
|
@@ -2503,11 +2503,11 @@
|
|
|
2503
2503
|
text-transform:var(--body-default-text-case);
|
|
2504
2504
|
z-index:380;
|
|
2505
2505
|
}
|
|
2506
|
-
.bp_select_module_content--
|
|
2506
|
+
.bp_select_module_content--e641d .bp_select_module_viewport--e641d{
|
|
2507
2507
|
padding-block:var(--space-3);
|
|
2508
2508
|
padding-inline:var(--space-3);
|
|
2509
2509
|
}
|
|
2510
|
-
.bp_select_module_content--
|
|
2510
|
+
.bp_select_module_content--e641d .bp_select_module_viewport--e641d .bp_select_module_option--e641d{
|
|
2511
2511
|
border:var(--border-2) solid #0000;
|
|
2512
2512
|
border-radius:var(--radius-3);
|
|
2513
2513
|
cursor:pointer;
|
|
@@ -2522,29 +2522,29 @@
|
|
|
2522
2522
|
-webkit-user-select:none;
|
|
2523
2523
|
user-select:none;
|
|
2524
2524
|
}
|
|
2525
|
-
.bp_select_module_content--
|
|
2525
|
+
.bp_select_module_content--e641d .bp_select_module_viewport--e641d .bp_select_module_option--e641d[data-disabled]{
|
|
2526
2526
|
opacity:60%;
|
|
2527
2527
|
pointer-events:none;
|
|
2528
2528
|
}
|
|
2529
|
-
.bp_select_module_content--
|
|
2529
|
+
.bp_select_module_content--e641d .bp_select_module_viewport--e641d .bp_select_module_option--e641d[data-highlighted]{
|
|
2530
2530
|
background-color:var(--surface-menu-surface-focus);
|
|
2531
2531
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2532
2532
|
}
|
|
2533
|
-
.bp_select_module_content--
|
|
2533
|
+
.bp_select_module_content--e641d .bp_select_module_viewport--e641d .bp_select_module_option--e641d:active{
|
|
2534
2534
|
background-color:var(--surface-menu-surface-hover);
|
|
2535
2535
|
border:var(--border-2) solid #0000;
|
|
2536
2536
|
}
|
|
2537
|
-
.bp_select_module_content--
|
|
2537
|
+
.bp_select_module_content--e641d .bp_select_module_viewport--e641d .bp_select_module_option--e641d:hover{
|
|
2538
2538
|
background-color:var(--surface-menu-surface-hover);
|
|
2539
2539
|
}
|
|
2540
|
-
.bp_select_module_content--
|
|
2540
|
+
.bp_select_module_content--e641d .bp_select_module_viewport--e641d .bp_select_module_option--e641d span:first-child{
|
|
2541
2541
|
overflow:hidden;
|
|
2542
2542
|
overflow-wrap:break-word;
|
|
2543
2543
|
}
|
|
2544
|
-
.bp_select_module_content--
|
|
2544
|
+
.bp_select_module_content--e641d .bp_select_module_viewport--e641d .bp_select_module_option--e641d .bp_select_module_secondaryText--e641d{
|
|
2545
2545
|
color:var(--text-text-on-light-secondary);
|
|
2546
2546
|
}
|
|
2547
|
-
.bp_select_module_content--
|
|
2547
|
+
.bp_select_module_content--e641d .bp_select_module_viewport--e641d .bp_select_module_option--e641d .bp_select_module_indicator--e641d{
|
|
2548
2548
|
align-items:center;
|
|
2549
2549
|
display:flex;
|
|
2550
2550
|
height:var(--size-9);
|
|
@@ -2553,17 +2553,17 @@
|
|
|
2553
2553
|
position:absolute;
|
|
2554
2554
|
top:0;
|
|
2555
2555
|
}
|
|
2556
|
-
.bp_select_module_content--
|
|
2556
|
+
.bp_select_module_content--e641d .bp_select_module_viewport--e641d .bp_select_module_option--e641d .bp_select_module_indicator--e641d path{
|
|
2557
2557
|
fill:var(--icon-icon-on-light);
|
|
2558
2558
|
}
|
|
2559
|
-
.bp_select_module_content--
|
|
2559
|
+
.bp_select_module_content--e641d .bp_select_module_viewport--e641d .bp_select_module_separator--e641d{
|
|
2560
2560
|
background-color:var(--border-divider-border);
|
|
2561
2561
|
flex-shrink:0;
|
|
2562
2562
|
height:var(--border-1);
|
|
2563
2563
|
margin-block:var(--space-2);
|
|
2564
2564
|
}
|
|
2565
2565
|
|
|
2566
|
-
.bp_content_card_module_card--
|
|
2566
|
+
.bp_content_card_module_card--18fcf{
|
|
2567
2567
|
background-color:var(--surface-surface);
|
|
2568
2568
|
border:var(--border-1) solid var(--border-card-border);
|
|
2569
2569
|
border-radius:var(--size-3);
|
|
@@ -2574,21 +2574,21 @@
|
|
|
2574
2574
|
padding:var(--size-4);
|
|
2575
2575
|
position:relative;
|
|
2576
2576
|
}
|
|
2577
|
-
.bp_content_card_module_card--
|
|
2577
|
+
.bp_content_card_module_card--18fcf:hover{
|
|
2578
2578
|
box-shadow:var(--dropshadow-3);
|
|
2579
2579
|
}
|
|
2580
|
-
.bp_content_card_module_card--
|
|
2580
|
+
.bp_content_card_module_card--18fcf:focus-visible{
|
|
2581
2581
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2582
2582
|
box-shadow:var(--dropshadow-3);
|
|
2583
2583
|
outline:none;
|
|
2584
2584
|
}
|
|
2585
|
-
.bp_content_card_module_card--
|
|
2585
|
+
.bp_content_card_module_card--18fcf:active{
|
|
2586
2586
|
background-color:var(--surface-card-surface-pressed);
|
|
2587
2587
|
border:var(--border-1) solid var(--border-card-border);
|
|
2588
2588
|
box-shadow:none;
|
|
2589
2589
|
}
|
|
2590
2590
|
|
|
2591
|
-
.bp_content_card_module_cardContent--
|
|
2591
|
+
.bp_content_card_module_cardContent--18fcf{
|
|
2592
2592
|
display:flex;
|
|
2593
2593
|
flex-direction:column;
|
|
2594
2594
|
gap:var(--size-2);
|
|
@@ -2597,32 +2597,32 @@
|
|
|
2597
2597
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
2598
2598
|
}
|
|
2599
2599
|
|
|
2600
|
-
.bp_content_card_module_cardTitle--
|
|
2600
|
+
.bp_content_card_module_cardTitle--18fcf{
|
|
2601
2601
|
align-items:center;
|
|
2602
2602
|
display:flex;
|
|
2603
2603
|
height:var(--size-12);
|
|
2604
2604
|
}
|
|
2605
2605
|
|
|
2606
|
-
.bp_content_card_module_cardTitleText--
|
|
2606
|
+
.bp_content_card_module_cardTitleText--18fcf{
|
|
2607
2607
|
-webkit-box-orient:vertical;
|
|
2608
2608
|
-webkit-line-clamp:2;
|
|
2609
2609
|
display:-webkit-inline-box;
|
|
2610
2610
|
overflow:hidden;
|
|
2611
2611
|
}
|
|
2612
2612
|
|
|
2613
|
-
.bp_content_card_module_cardBody--
|
|
2613
|
+
.bp_content_card_module_cardBody--18fcf{
|
|
2614
2614
|
height:var(--size-12);
|
|
2615
2615
|
margin-block-end:var(--size-2);
|
|
2616
2616
|
}
|
|
2617
2617
|
|
|
2618
|
-
.bp_content_card_module_cardBodyText--
|
|
2618
|
+
.bp_content_card_module_cardBodyText--18fcf{
|
|
2619
2619
|
-webkit-box-orient:vertical;
|
|
2620
2620
|
-webkit-line-clamp:2;
|
|
2621
2621
|
display:-webkit-inline-box;
|
|
2622
2622
|
overflow:hidden;
|
|
2623
2623
|
}
|
|
2624
2624
|
|
|
2625
|
-
.bp_content_card_module_cardIcon--
|
|
2625
|
+
.bp_content_card_module_cardIcon--18fcf{
|
|
2626
2626
|
background-color:var(--surface-surface);
|
|
2627
2627
|
border:var(--size-1) solid var(--surface-surface);
|
|
2628
2628
|
border-radius:var(--size-3);
|
|
@@ -2635,7 +2635,7 @@
|
|
|
2635
2635
|
z-index:1;
|
|
2636
2636
|
}
|
|
2637
2637
|
|
|
2638
|
-
.bp_content_card_module_cardBackground--
|
|
2638
|
+
.bp_content_card_module_cardBackground--18fcf{
|
|
2639
2639
|
height:var(--size-15);
|
|
2640
2640
|
left:0;
|
|
2641
2641
|
overflow:hidden;
|
|
@@ -2644,12 +2644,12 @@
|
|
|
2644
2644
|
width:100%;
|
|
2645
2645
|
}
|
|
2646
2646
|
|
|
2647
|
-
.bp_content_card_module_image--
|
|
2647
|
+
.bp_content_card_module_image--18fcf{
|
|
2648
2648
|
height:100%;
|
|
2649
2649
|
width:100%;
|
|
2650
2650
|
}
|
|
2651
2651
|
|
|
2652
|
-
.bp_content_card_module_ghostCard--
|
|
2652
|
+
.bp_content_card_module_ghostCard--18fcf{
|
|
2653
2653
|
display:flex;
|
|
2654
2654
|
flex-direction:column;
|
|
2655
2655
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -2658,21 +2658,21 @@
|
|
|
2658
2658
|
position:relative;
|
|
2659
2659
|
}
|
|
2660
2660
|
|
|
2661
|
-
.bp_content_card_module_iconGhost--
|
|
2661
|
+
.bp_content_card_module_iconGhost--18fcf,.bp_content_card_module_titleGhost--18fcf{
|
|
2662
2662
|
margin-block-end:var(--size-4);
|
|
2663
2663
|
}
|
|
2664
2664
|
|
|
2665
|
-
.bp_content_card_module_bodyGhost--
|
|
2665
|
+
.bp_content_card_module_bodyGhost--18fcf{
|
|
2666
2666
|
margin-block-end:var(--size-2);
|
|
2667
2667
|
}
|
|
2668
2668
|
|
|
2669
|
-
.bp_content_card_module_pillGhostContainer--
|
|
2669
|
+
.bp_content_card_module_pillGhostContainer--18fcf{
|
|
2670
2670
|
display:flex;
|
|
2671
2671
|
margin-block-end:var(--size-4);
|
|
2672
2672
|
margin-block-start:var(--size-2);
|
|
2673
2673
|
}
|
|
2674
2674
|
|
|
2675
|
-
.bp_content_card_module_pillGhost--
|
|
2675
|
+
.bp_content_card_module_pillGhost--18fcf{
|
|
2676
2676
|
margin-inline-end:var(--size-2);
|
|
2677
2677
|
}
|
|
2678
2678
|
.bp_content_field_module_contentFieldWrapper--dabac{
|
|
@@ -2801,7 +2801,7 @@
|
|
|
2801
2801
|
overflow:auto;
|
|
2802
2802
|
}
|
|
2803
2803
|
|
|
2804
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2804
|
+
.bp_data_table_module_dataTableWrapper--02cc1{
|
|
2805
2805
|
--border-radius-datatable:0;
|
|
2806
2806
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
2807
2807
|
--outline-select-color-datatable:#0000;
|
|
@@ -2814,27 +2814,27 @@
|
|
|
2814
2814
|
scroll-padding-top:60px;
|
|
2815
2815
|
width:100%;
|
|
2816
2816
|
}
|
|
2817
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2817
|
+
.bp_data_table_module_dataTableWrapper--02cc1 table > thead > tr{
|
|
2818
2818
|
background:var(--gray-white);
|
|
2819
2819
|
position:sticky;
|
|
2820
2820
|
top:0;
|
|
2821
2821
|
z-index:var(--sticky-element-z-index);
|
|
2822
2822
|
}
|
|
2823
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2823
|
+
.bp_data_table_module_dataTableWrapper--02cc1 table > thead > tr th:first-child{
|
|
2824
2824
|
background:inherit;
|
|
2825
2825
|
height:100%;
|
|
2826
2826
|
left:0;
|
|
2827
2827
|
position:sticky;
|
|
2828
2828
|
z-index:var(--sticky-element-z-index);
|
|
2829
2829
|
}
|
|
2830
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2830
|
+
.bp_data_table_module_dataTableWrapper--02cc1 table > thead > tr th:first-child[data-focus-visible]{
|
|
2831
2831
|
position:sticky;
|
|
2832
2832
|
z-index:var(--sticky-element-z-index);
|
|
2833
2833
|
}
|
|
2834
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2834
|
+
.bp_data_table_module_dataTableWrapper--02cc1 table tbody > tr{
|
|
2835
2835
|
--is-row-focused:0;
|
|
2836
2836
|
}
|
|
2837
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2837
|
+
.bp_data_table_module_dataTableWrapper--02cc1 table tbody > tr > td [data-actionswrapper]::after{
|
|
2838
2838
|
background:inherit;
|
|
2839
2839
|
content:"";
|
|
2840
2840
|
display:block;
|
|
@@ -2844,18 +2844,18 @@
|
|
|
2844
2844
|
width:100%;
|
|
2845
2845
|
z-index:-1;
|
|
2846
2846
|
}
|
|
2847
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2847
|
+
.bp_data_table_module_dataTableWrapper--02cc1 table tbody > tr[data-focus-visible]{
|
|
2848
2848
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
2849
2849
|
--is-row-focused:1;
|
|
2850
2850
|
}
|
|
2851
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2851
|
+
.bp_data_table_module_dataTableWrapper--02cc1 table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
2852
2852
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
2853
2853
|
}
|
|
2854
2854
|
|
|
2855
|
-
.bp_data_table_module_isScrolledX--
|
|
2855
|
+
.bp_data_table_module_isScrolledX--02cc1 table > thead > tr > th:first-child{
|
|
2856
2856
|
overflow:visible;
|
|
2857
2857
|
}
|
|
2858
|
-
.bp_data_table_module_isScrolledX--
|
|
2858
|
+
.bp_data_table_module_isScrolledX--02cc1 table > thead > tr > th:first-child::after{
|
|
2859
2859
|
background:inherit;
|
|
2860
2860
|
border-right:1px solid var(--border-divider-border);
|
|
2861
2861
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -2869,7 +2869,7 @@
|
|
|
2869
2869
|
z-index:-1;
|
|
2870
2870
|
}
|
|
2871
2871
|
|
|
2872
|
-
.bp_data_table_module_hideActionWrapperRight--
|
|
2872
|
+
.bp_data_table_module_hideActionWrapperRight--02cc1 table tbody > tr > td [data-actionswrapper]::after{
|
|
2873
2873
|
display:none;
|
|
2874
2874
|
}
|
|
2875
2875
|
.bp_list_checkbox_module_selection--d79fa{
|
|
@@ -3220,13 +3220,75 @@
|
|
|
3220
3220
|
transform:translateZ(0);
|
|
3221
3221
|
}
|
|
3222
3222
|
|
|
3223
|
-
.bp_dropdown_menu_module_content--
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3223
|
+
.bp_dropdown_menu_module_content--cfc7b[data-modern=false]{
|
|
3224
|
+
--dropdown-menu-radius:var(--radius-3);
|
|
3225
|
+
--dropdown-menu-padding:var(--space-3);
|
|
3226
|
+
--dropdown-menu-text-color:var(--text-text-on-light);
|
|
3227
|
+
--dropdown-menu-background:var(--surface-menu-surface);
|
|
3228
|
+
--dropdown-menu-border:var(--border-1) solid var(--border-card-border);
|
|
3229
|
+
--dropdown-menu-shadow:var(--dropshadow-3);
|
|
3230
|
+
--dropdown-menu-full-screen-padding:var(--space-3);
|
|
3231
|
+
--dropdown-menu-item-background-hover:var(--surface-menu-surface-hover);
|
|
3232
|
+
--dropdown-menu-item-background-focus:var(--surface-menu-surface-hover);
|
|
3233
|
+
--dropdown-menu-item-border-focus:var(--border-2) solid var(--outline-focus-on-light);
|
|
3234
|
+
--dropdown-menu-item-border-active:var(--border-2) solid #0000;
|
|
3235
|
+
--dropdown-menu-item-background-active:var(--surface-menu-surface-hover);
|
|
3236
|
+
--dropdown-menu-item-background-selected:var(--surface-menu-surface-hover);
|
|
3237
|
+
--dropdown-menu-item-padding:var(--space-2);
|
|
3238
|
+
--dropdown-menu-item-border-width:var(--border-2);
|
|
3239
|
+
--dropdown-menu-item-border:var(--border-2) solid #0000;
|
|
3240
|
+
--dropdown-menu-item-radius:var(--radius-3);
|
|
3241
|
+
--dropdown-menu-item-gap:var(--space-4);
|
|
3242
|
+
--dropdown-menu-medium-item-layout-gap:var(--space-2);
|
|
3243
|
+
--dropdown-menu-checkbox-item-medium-padding-start:var(--space-2);
|
|
3244
|
+
--dropdown-menu-radio-item-medium-padding-start:var(--space-2);
|
|
3245
|
+
--dropdown-menu-header-gap:var(--space-2);
|
|
3246
|
+
--dropdown-menu-header-padding:var(--space-3);
|
|
3247
|
+
--dropdown-menu-header-shadow:var(--dropshadow-1);
|
|
3248
|
+
--dropdown-menu-subheader-padding:var(--space-2);
|
|
3249
|
+
--dropdown-menu-end-element-color:var(--text-text-on-light-secondary);
|
|
3250
|
+
--dropdown-menu-separator-margin:var(--space-2);
|
|
3251
|
+
--dropdown-menu-checkmark-left:var(--space-2);
|
|
3252
|
+
}
|
|
3253
|
+
|
|
3254
|
+
.bp_dropdown_menu_module_content--cfc7b[data-modern=true]{
|
|
3255
|
+
--dropdown-menu-radius:var(--bp-radius-10);
|
|
3256
|
+
--dropdown-menu-padding:var(--bp-space-030);
|
|
3257
|
+
--dropdown-menu-text-color:var(--bp-text-text-on-light);
|
|
3258
|
+
--dropdown-menu-background:var(--bp-surface-menu-surface);
|
|
3259
|
+
--dropdown-menu-border:var(--bp-border-01) solid var(--bp-border-menu-border);
|
|
3260
|
+
--dropdown-menu-shadow:var(--dropshadow-2);
|
|
3261
|
+
--dropdown-menu-full-screen-padding:var(--bp-space-030);
|
|
3262
|
+
--dropdown-menu-item-background-hover:var(--bp-surface-menu-item-surface-hover);
|
|
3263
|
+
--dropdown-menu-item-background-focus:var(--bp-surface-menu-item-surface-hover);
|
|
3264
|
+
--dropdown-menu-item-border-focus:var(--bp-border-02) solid var(--bp-outline-focus-on-light);
|
|
3265
|
+
--dropdown-menu-item-border-active:var(--bp-border-02) solid #0000;
|
|
3266
|
+
--dropdown-menu-item-background-active:var(--bp-surface-menu-item-surface-hover);
|
|
3267
|
+
--dropdown-menu-item-background-selected:var(--bp-surface-menu-item-surface-hover);
|
|
3268
|
+
--dropdown-menu-item-padding:var(--bp-space-020);
|
|
3269
|
+
--dropdown-menu-item-border-width:var(--bp-border-02);
|
|
3270
|
+
--dropdown-menu-item-border:var(--bp-border-02) solid #0000;
|
|
3271
|
+
--dropdown-menu-item-radius:var(--bp-radius-10);
|
|
3272
|
+
--dropdown-menu-item-gap:var(--bp-space-040);
|
|
3273
|
+
--dropdown-menu-medium-item-layout-gap:var(--bp-space-020);
|
|
3274
|
+
--dropdown-menu-checkbox-item-medium-padding-start:var(--bp-space-020);
|
|
3275
|
+
--dropdown-menu-radio-item-medium-padding-start:var(--bp-space-020);
|
|
3276
|
+
--dropdown-menu-header-gap:var(--bp-space-020);
|
|
3277
|
+
--dropdown-menu-header-padding:var(--bp-space-030);
|
|
3278
|
+
--dropdown-menu-header-shadow:var(--dropshadow-1);
|
|
3279
|
+
--dropdown-menu-subheader-padding:var(--bp-space-020);
|
|
3280
|
+
--dropdown-menu-end-element-color:var(--bp-icon-icon-on-light-secondary);
|
|
3281
|
+
--dropdown-menu-separator-margin:var(--bp-space-020);
|
|
3282
|
+
--dropdown-menu-checkmark-left:var(--bp-space-020);
|
|
3283
|
+
}
|
|
3284
|
+
|
|
3285
|
+
.bp_dropdown_menu_module_content--cfc7b{
|
|
3286
|
+
background-color:var(--dropdown-menu-background);
|
|
3287
|
+
border:var(--dropdown-menu-border);
|
|
3288
|
+
border-radius:var(--dropdown-menu-radius);
|
|
3289
|
+
box-shadow:var(--dropdown-menu-shadow);
|
|
3228
3290
|
box-sizing:border-box;
|
|
3229
|
-
color:var(--
|
|
3291
|
+
color:var(--dropdown-menu-text-color);
|
|
3230
3292
|
font-family:var(--body-default-font-family);
|
|
3231
3293
|
font-size:var(--body-default-font-size);
|
|
3232
3294
|
font-weight:var(--body-default-font-weight);
|
|
@@ -3236,13 +3298,13 @@
|
|
|
3236
3298
|
max-width:min(var(--blueprint-web-dropdown-content-max-width, 50vw), var(--radix-dropdown-menu-content-available-width));
|
|
3237
3299
|
min-width:var(--blueprint-web-dropdown-content-min-width);
|
|
3238
3300
|
overflow-y:auto;
|
|
3239
|
-
padding:var(--
|
|
3301
|
+
padding:var(--dropdown-menu-padding);
|
|
3240
3302
|
-webkit-text-decoration:var(--body-default-text-decoration);
|
|
3241
3303
|
text-decoration:var(--body-default-text-decoration);
|
|
3242
3304
|
text-transform:var(--body-default-text-case);
|
|
3243
3305
|
z-index:2147483647;
|
|
3244
3306
|
}
|
|
3245
|
-
.bp_dropdown_menu_module_content--
|
|
3307
|
+
.bp_dropdown_menu_module_content--cfc7b[data-menu-fullscreen=true]{
|
|
3246
3308
|
border:unset;
|
|
3247
3309
|
border-radius:unset;
|
|
3248
3310
|
display:flex;
|
|
@@ -3255,113 +3317,117 @@
|
|
|
3255
3317
|
position:relative;
|
|
3256
3318
|
width:100vw;
|
|
3257
3319
|
}
|
|
3258
|
-
.bp_dropdown_menu_module_content--
|
|
3320
|
+
.bp_dropdown_menu_module_content--cfc7b[data-menu-fullscreen=true] .bp_dropdown_menu_module_fullScreenContent--cfc7b{
|
|
3259
3321
|
overflow-y:auto;
|
|
3260
|
-
padding:var(--
|
|
3322
|
+
padding:var(--dropdown-menu-full-screen-padding);
|
|
3261
3323
|
}
|
|
3262
|
-
.bp_dropdown_menu_module_content--
|
|
3263
|
-
padding:var(--
|
|
3324
|
+
.bp_dropdown_menu_module_content--cfc7b .bp_dropdown_menu_module_subheader--cfc7b{
|
|
3325
|
+
padding:var(--dropdown-menu-subheader-padding);
|
|
3264
3326
|
}
|
|
3265
|
-
.bp_dropdown_menu_module_content--
|
|
3327
|
+
.bp_dropdown_menu_module_content--cfc7b .bp_dropdown_menu_module_subheader--cfc7b.bp_dropdown_menu_module_uppercased--cfc7b{
|
|
3266
3328
|
text-transform:uppercase;
|
|
3267
3329
|
}
|
|
3268
|
-
.bp_dropdown_menu_module_content--
|
|
3269
|
-
margin-block:var(--
|
|
3330
|
+
.bp_dropdown_menu_module_content--cfc7b .bp_dropdown_menu_module_dropdownMenuItemSeparator--cfc7b{
|
|
3331
|
+
margin-block:var(--dropdown-menu-separator-margin);
|
|
3270
3332
|
}
|
|
3271
3333
|
|
|
3272
|
-
.bp_dropdown_menu_module_ellipsis--
|
|
3334
|
+
.bp_dropdown_menu_module_ellipsis--cfc7b{
|
|
3273
3335
|
overflow:hidden;
|
|
3274
3336
|
text-overflow:ellipsis;
|
|
3275
3337
|
white-space:nowrap;
|
|
3276
3338
|
}
|
|
3277
3339
|
|
|
3278
|
-
.bp_dropdown_menu_module_checkmark--
|
|
3340
|
+
.bp_dropdown_menu_module_checkmark--cfc7b{
|
|
3279
3341
|
align-items:center;
|
|
3280
3342
|
display:inline-flex;
|
|
3281
3343
|
justify-content:center;
|
|
3282
|
-
left:var(--
|
|
3344
|
+
left:var(--dropdown-menu-checkmark-left);
|
|
3283
3345
|
position:absolute;
|
|
3284
3346
|
}
|
|
3285
3347
|
|
|
3286
|
-
.bp_dropdown_menu_module_item--
|
|
3348
|
+
.bp_dropdown_menu_module_item--cfc7b,.bp_dropdown_menu_module_subMenuTrigger--cfc7b{
|
|
3287
3349
|
align-items:center;
|
|
3288
|
-
border:var(--border
|
|
3289
|
-
border-radius:var(--radius
|
|
3350
|
+
border:var(--dropdown-menu-item-border);
|
|
3351
|
+
border-radius:var(--dropdown-menu-item-radius);
|
|
3290
3352
|
cursor:pointer;
|
|
3291
3353
|
display:flex;
|
|
3354
|
+
gap:var(--dropdown-menu-item-gap);
|
|
3292
3355
|
outline:none;
|
|
3293
|
-
padding:calc(var(--
|
|
3356
|
+
padding:calc(var(--dropdown-menu-item-padding) - var(--dropdown-menu-item-border-width));
|
|
3294
3357
|
position:relative;
|
|
3295
3358
|
-webkit-user-select:none;
|
|
3296
3359
|
user-select:none;
|
|
3297
3360
|
}
|
|
3298
|
-
.bp_dropdown_menu_module_item--
|
|
3361
|
+
.bp_dropdown_menu_module_item--cfc7b[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--cfc7b[data-disabled]{
|
|
3299
3362
|
opacity:60%;
|
|
3300
3363
|
pointer-events:none;
|
|
3301
3364
|
}
|
|
3302
|
-
.bp_dropdown_menu_module_item--
|
|
3303
|
-
background-color:var(--
|
|
3304
|
-
border:var(--
|
|
3365
|
+
.bp_dropdown_menu_module_item--cfc7b[data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--cfc7b[data-highlighted]{
|
|
3366
|
+
background-color:var(--dropdown-menu-item-background-focus);
|
|
3367
|
+
border:var(--dropdown-menu-item-border-focus);
|
|
3305
3368
|
}
|
|
3306
|
-
.bp_dropdown_menu_module_item--
|
|
3307
|
-
background-color:var(--
|
|
3308
|
-
border:var(--border-
|
|
3369
|
+
.bp_dropdown_menu_module_item--cfc7b:active,.bp_dropdown_menu_module_subMenuTrigger--cfc7b:active{
|
|
3370
|
+
background-color:var(--dropdown-menu-item-background-active);
|
|
3371
|
+
border:var(--dropdown-menu-item-border-active);
|
|
3309
3372
|
}
|
|
3310
|
-
.bp_dropdown_menu_module_item--
|
|
3311
|
-
background-color:var(--
|
|
3373
|
+
.bp_dropdown_menu_module_item--cfc7b[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--cfc7b[data-state=open]{
|
|
3374
|
+
background-color:var(--dropdown-menu-item-background-selected);
|
|
3375
|
+
}
|
|
3376
|
+
.bp_dropdown_menu_module_item--cfc7b:hover,.bp_dropdown_menu_module_subMenuTrigger--cfc7b:hover{
|
|
3377
|
+
background-color:var(--dropdown-menu-item-background-hover);
|
|
3312
3378
|
}
|
|
3313
|
-
.bp_dropdown_menu_module_item--
|
|
3379
|
+
.bp_dropdown_menu_module_item--cfc7b.bp_dropdown_menu_module_radioItem--cfc7b,.bp_dropdown_menu_module_subMenuTrigger--cfc7b.bp_dropdown_menu_module_radioItem--cfc7b{
|
|
3314
3380
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3315
3381
|
}
|
|
3316
|
-
.bp_dropdown_menu_module_item--
|
|
3317
|
-
padding-inline-start:var(--
|
|
3382
|
+
.bp_dropdown_menu_module_item--cfc7b.bp_dropdown_menu_module_radioItem--cfc7b .bp_dropdown_menu_module_radioItemMediumSpacing--cfc7b,.bp_dropdown_menu_module_subMenuTrigger--cfc7b.bp_dropdown_menu_module_radioItem--cfc7b .bp_dropdown_menu_module_radioItemMediumSpacing--cfc7b{
|
|
3383
|
+
padding-inline-start:var(--dropdown-menu-radio-item-medium-padding-start);
|
|
3318
3384
|
}
|
|
3319
|
-
.bp_dropdown_menu_module_item--
|
|
3385
|
+
.bp_dropdown_menu_module_item--cfc7b.bp_dropdown_menu_module_checkboxItem--cfc7b,.bp_dropdown_menu_module_subMenuTrigger--cfc7b.bp_dropdown_menu_module_checkboxItem--cfc7b{
|
|
3320
3386
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3321
3387
|
}
|
|
3322
|
-
.bp_dropdown_menu_module_item--
|
|
3323
|
-
padding-inline-start:var(--
|
|
3388
|
+
.bp_dropdown_menu_module_item--cfc7b.bp_dropdown_menu_module_checkboxItem--cfc7b .bp_dropdown_menu_module_checkboxItemMediumSpacing--cfc7b,.bp_dropdown_menu_module_subMenuTrigger--cfc7b.bp_dropdown_menu_module_checkboxItem--cfc7b .bp_dropdown_menu_module_checkboxItemMediumSpacing--cfc7b{
|
|
3389
|
+
padding-inline-start:var(--dropdown-menu-checkbox-item-medium-padding-start);
|
|
3324
3390
|
}
|
|
3325
|
-
.bp_dropdown_menu_module_item--
|
|
3391
|
+
.bp_dropdown_menu_module_item--cfc7b .bp_dropdown_menu_module_mediumItemLayout--cfc7b,.bp_dropdown_menu_module_subMenuTrigger--cfc7b .bp_dropdown_menu_module_mediumItemLayout--cfc7b{
|
|
3326
3392
|
align-items:center;
|
|
3327
3393
|
display:flex;
|
|
3328
|
-
gap:var(--
|
|
3394
|
+
gap:var(--dropdown-menu-medium-item-layout-gap);
|
|
3329
3395
|
justify-content:space-between;
|
|
3330
3396
|
overflow:hidden;
|
|
3331
3397
|
width:100%;
|
|
3332
3398
|
}
|
|
3333
|
-
.bp_dropdown_menu_module_item--
|
|
3399
|
+
.bp_dropdown_menu_module_item--cfc7b .bp_dropdown_menu_module_startElement--cfc7b,.bp_dropdown_menu_module_subMenuTrigger--cfc7b .bp_dropdown_menu_module_startElement--cfc7b{
|
|
3334
3400
|
align-items:center;
|
|
3335
3401
|
display:flex;
|
|
3336
3402
|
}
|
|
3337
|
-
.bp_dropdown_menu_module_item--
|
|
3403
|
+
.bp_dropdown_menu_module_item--cfc7b .bp_dropdown_menu_module_menuItemMainContent--cfc7b,.bp_dropdown_menu_module_subMenuTrigger--cfc7b .bp_dropdown_menu_module_menuItemMainContent--cfc7b{
|
|
3338
3404
|
flex-grow:1;
|
|
3339
3405
|
}
|
|
3340
|
-
.bp_dropdown_menu_module_item--
|
|
3406
|
+
.bp_dropdown_menu_module_item--cfc7b .bp_dropdown_menu_module_endElement--cfc7b,.bp_dropdown_menu_module_subMenuTrigger--cfc7b .bp_dropdown_menu_module_endElement--cfc7b{
|
|
3341
3407
|
align-items:center;
|
|
3342
|
-
color:var(--
|
|
3408
|
+
color:var(--dropdown-menu-end-element-color);
|
|
3343
3409
|
display:flex;
|
|
3344
3410
|
}
|
|
3345
3411
|
|
|
3346
|
-
.bp_dropdown_menu_module_menuHeader--
|
|
3412
|
+
.bp_dropdown_menu_module_menuHeader--cfc7b{
|
|
3347
3413
|
align-items:center;
|
|
3348
|
-
box-shadow:var(--
|
|
3414
|
+
box-shadow:var(--dropdown-menu-header-shadow);
|
|
3349
3415
|
display:grid;
|
|
3350
|
-
gap:var(--
|
|
3416
|
+
gap:var(--dropdown-menu-header-gap);
|
|
3351
3417
|
grid-template-areas:"submenu-close content close";
|
|
3352
3418
|
grid-template-columns:auto minmax(0, 1fr) auto;
|
|
3353
|
-
padding:var(--
|
|
3419
|
+
padding:var(--dropdown-menu-header-padding);
|
|
3354
3420
|
}
|
|
3355
3421
|
|
|
3356
|
-
.bp_dropdown_menu_module_headerTextContent--
|
|
3422
|
+
.bp_dropdown_menu_module_headerTextContent--cfc7b{
|
|
3357
3423
|
display:grid;
|
|
3358
3424
|
}
|
|
3359
3425
|
|
|
3360
|
-
.bp_dropdown_menu_module_submenuCloseButton--
|
|
3426
|
+
.bp_dropdown_menu_module_submenuCloseButton--cfc7b{
|
|
3361
3427
|
grid-area:submenu-close;
|
|
3362
3428
|
}
|
|
3363
3429
|
|
|
3364
|
-
.bp_dropdown_menu_module_menuCloseButton--
|
|
3430
|
+
.bp_dropdown_menu_module_menuCloseButton--cfc7b{
|
|
3365
3431
|
grid-area:close;
|
|
3366
3432
|
}
|
|
3367
3433
|
.bp_divider_module_divider--2f437{
|
|
@@ -3419,7 +3485,7 @@
|
|
|
3419
3485
|
color:var(--text-text-on-light-secondary);
|
|
3420
3486
|
}
|
|
3421
3487
|
|
|
3422
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3488
|
+
.bp_sticky_cell_module_stickyCell--0a0c1{
|
|
3423
3489
|
background:inherit;
|
|
3424
3490
|
background-clip:content-box;
|
|
3425
3491
|
left:0;
|
|
@@ -3428,16 +3494,16 @@
|
|
|
3428
3494
|
position:sticky !important;
|
|
3429
3495
|
z-index:var(--sticky-element-z-index);
|
|
3430
3496
|
}
|
|
3431
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3497
|
+
.bp_sticky_cell_module_stickyCell--0a0c1[data-focus-visible]{
|
|
3432
3498
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3433
3499
|
}
|
|
3434
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3500
|
+
.bp_sticky_cell_module_stickyCell--0a0c1 .bp_sticky_cell_module_childrenWrapper--0a0c1{
|
|
3435
3501
|
overflow:hidden;
|
|
3436
3502
|
text-align:start;
|
|
3437
3503
|
text-overflow:ellipsis;
|
|
3438
3504
|
white-space:nowrap;
|
|
3439
3505
|
}
|
|
3440
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3506
|
+
.bp_sticky_cell_module_stickyCell--0a0c1 .bp_sticky_cell_module_verticalBar--0a0c1{
|
|
3441
3507
|
background:inherit;
|
|
3442
3508
|
border-right:1px solid var(--border-divider-border);
|
|
3443
3509
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3450,10 +3516,10 @@
|
|
|
3450
3516
|
width:var(--space-3);
|
|
3451
3517
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3452
3518
|
}
|
|
3453
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3519
|
+
.bp_sticky_cell_module_stickyCell--0a0c1 .bp_sticky_cell_module_verticalBar--0a0c1.bp_sticky_cell_module_isScrolledX--0a0c1{
|
|
3454
3520
|
display:block;
|
|
3455
3521
|
}
|
|
3456
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3522
|
+
.bp_sticky_cell_module_stickyCell--0a0c1 .bp_sticky_cell_module_stickyCellBelow--0a0c1{
|
|
3457
3523
|
background:inherit;
|
|
3458
3524
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3459
3525
|
border-radius:unset;
|
|
@@ -3467,7 +3533,7 @@
|
|
|
3467
3533
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3468
3534
|
z-index:-1;
|
|
3469
3535
|
}
|
|
3470
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3536
|
+
.bp_sticky_cell_module_stickyCell--0a0c1 .bp_sticky_cell_module_stickyCellOuterLeft--0a0c1{
|
|
3471
3537
|
background:inherit;
|
|
3472
3538
|
border-radius:unset;
|
|
3473
3539
|
box-sizing:border-box;
|
|
@@ -3481,7 +3547,7 @@
|
|
|
3481
3547
|
z-index:-1;
|
|
3482
3548
|
}
|
|
3483
3549
|
|
|
3484
|
-
.bp_calendar_module_calendar--
|
|
3550
|
+
.bp_calendar_module_calendar--a1a1f[data-modern=false]{
|
|
3485
3551
|
--calendar-background:var(--gray-white);
|
|
3486
3552
|
--calendar-padding-inline:var(--space-4);
|
|
3487
3553
|
--calendar-padding-block:var(--space-4);
|
|
@@ -3514,7 +3580,7 @@
|
|
|
3514
3580
|
--calendar-focus-outline:var(--border-1) solid #fff;
|
|
3515
3581
|
}
|
|
3516
3582
|
|
|
3517
|
-
.bp_calendar_module_calendar--
|
|
3583
|
+
.bp_calendar_module_calendar--a1a1f[data-modern=true]{
|
|
3518
3584
|
--calendar-background:var(--bp-gray-white);
|
|
3519
3585
|
--calendar-padding-inline:var(--bp-space-040);
|
|
3520
3586
|
--calendar-padding-block:var(--bp-space-040);
|
|
@@ -3547,7 +3613,7 @@
|
|
|
3547
3613
|
--calendar-focus-outline:var(--bp-border-01) solid #fff;
|
|
3548
3614
|
}
|
|
3549
3615
|
|
|
3550
|
-
.bp_calendar_module_calendar--
|
|
3616
|
+
.bp_calendar_module_calendar--a1a1f{
|
|
3551
3617
|
background:var(--calendar-background);
|
|
3552
3618
|
border-radius:var(--calendar-border-radius);
|
|
3553
3619
|
box-shadow:var(--calendar-box-shadow);
|
|
@@ -3565,14 +3631,14 @@
|
|
|
3565
3631
|
width:-moz-fit-content;
|
|
3566
3632
|
width:fit-content;
|
|
3567
3633
|
}
|
|
3568
|
-
.bp_calendar_module_calendar--
|
|
3634
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarGrid--a1a1f{
|
|
3569
3635
|
border-collapse:revert;
|
|
3570
3636
|
border-spacing:revert;
|
|
3571
3637
|
}
|
|
3572
|
-
.bp_calendar_module_calendar--
|
|
3638
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarGrid--a1a1f td{
|
|
3573
3639
|
padding:1px;
|
|
3574
3640
|
}
|
|
3575
|
-
.bp_calendar_module_calendar--
|
|
3641
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarHeaderCell--a1a1f{
|
|
3576
3642
|
color:var(--calendar-header-cell-text-color);
|
|
3577
3643
|
font-family:var(--body-default-font-family);
|
|
3578
3644
|
font-size:var(--body-default-font-size);
|
|
@@ -3584,13 +3650,13 @@
|
|
|
3584
3650
|
text-decoration:var(--body-default-text-decoration);
|
|
3585
3651
|
text-transform:var(--body-default-text-case);
|
|
3586
3652
|
}
|
|
3587
|
-
.bp_calendar_module_calendar--
|
|
3653
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarHeader--a1a1f{
|
|
3588
3654
|
align-items:center;
|
|
3589
3655
|
color:var(--calendar-header-text-color);
|
|
3590
3656
|
display:flex;
|
|
3591
3657
|
margin-block-end:var(--calendar-header-margin-bottom);
|
|
3592
3658
|
}
|
|
3593
|
-
.bp_calendar_module_calendar--
|
|
3659
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarHeader--a1a1f .bp_calendar_module_calendarHeaderHeading--a1a1f{
|
|
3594
3660
|
flex:1;
|
|
3595
3661
|
font-family:var(--body-large-bold-font-family);
|
|
3596
3662
|
font-size:var(--body-large-bold-font-size);
|
|
@@ -3604,7 +3670,7 @@
|
|
|
3604
3670
|
text-transform:capitalize;
|
|
3605
3671
|
text-transform:var(--body-large-bold-text-case);
|
|
3606
3672
|
}
|
|
3607
|
-
.bp_calendar_module_calendar--
|
|
3673
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarHeader--a1a1f .bp_calendar_module_calendarHeaderButton--a1a1f{
|
|
3608
3674
|
align-items:center;
|
|
3609
3675
|
background-color:var(--calendar-header-button-background);
|
|
3610
3676
|
border:none;
|
|
@@ -3618,21 +3684,21 @@
|
|
|
3618
3684
|
padding:0;
|
|
3619
3685
|
width:var(--calendar-header-button-size);
|
|
3620
3686
|
}
|
|
3621
|
-
.bp_calendar_module_calendar--
|
|
3687
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarHeader--a1a1f .bp_calendar_module_calendarHeaderButton--a1a1f:disabled{
|
|
3622
3688
|
cursor:default;
|
|
3623
3689
|
opacity:60%;
|
|
3624
3690
|
}
|
|
3625
|
-
.bp_calendar_module_calendar--
|
|
3691
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarHeader--a1a1f .bp_calendar_module_calendarHeaderButton--a1a1f:disabled *{
|
|
3626
3692
|
fill:var(--calendar-disabled-text-color);
|
|
3627
3693
|
}
|
|
3628
|
-
.bp_calendar_module_calendar--
|
|
3694
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarHeader--a1a1f .bp_calendar_module_calendarHeaderButton--a1a1f:hover:not(:disabled){
|
|
3629
3695
|
background-color:var(--calendar-header-button-hover-background);
|
|
3630
3696
|
}
|
|
3631
|
-
.bp_calendar_module_calendar--
|
|
3697
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarHeader--a1a1f .bp_calendar_module_calendarHeaderButton--a1a1f[data-focus-visible]{
|
|
3632
3698
|
background-color:var(--calendar-header-button-hover-background);
|
|
3633
3699
|
box-shadow:var(--calendar-header-button-focus-box-shadow);
|
|
3634
3700
|
}
|
|
3635
|
-
.bp_calendar_module_calendar--
|
|
3701
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f{
|
|
3636
3702
|
border-radius:var(--calendar-cell-border-radius);
|
|
3637
3703
|
color:var(--calendar-cell-text-color);
|
|
3638
3704
|
line-height:var(--calendar-cell-size);
|
|
@@ -3640,7 +3706,7 @@
|
|
|
3640
3706
|
text-align:center;
|
|
3641
3707
|
width:var(--calendar-cell-size);
|
|
3642
3708
|
}
|
|
3643
|
-
.bp_calendar_module_calendar--
|
|
3709
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f.bp_calendar_module_today--a1a1f{
|
|
3644
3710
|
color:var(--calendar-cell-today-text-color);
|
|
3645
3711
|
font-family:var(--body-default-bold-font-family);
|
|
3646
3712
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -3653,11 +3719,11 @@
|
|
|
3653
3719
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
3654
3720
|
text-transform:var(--body-default-bold-text-case);
|
|
3655
3721
|
}
|
|
3656
|
-
.bp_calendar_module_calendar--
|
|
3722
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f.bp_calendar_module_today--a1a1f[data-disabled]{
|
|
3657
3723
|
cursor:default;
|
|
3658
3724
|
opacity:var(--calendar-cell-today-disabled-opacity);
|
|
3659
3725
|
}
|
|
3660
|
-
.bp_calendar_module_calendar--
|
|
3726
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f.bp_calendar_module_today--a1a1f::after{
|
|
3661
3727
|
background-color:var(--calendar-cell-today-dot-background);
|
|
3662
3728
|
border-radius:50%;
|
|
3663
3729
|
bottom:var(--calendar-cell-today-dot-bottom);
|
|
@@ -3668,41 +3734,41 @@
|
|
|
3668
3734
|
transform:translateX(-50%);
|
|
3669
3735
|
width:var(--calendar-cell-today-dot-diameter);
|
|
3670
3736
|
}
|
|
3671
|
-
.bp_calendar_module_calendar--
|
|
3737
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f:not([data-outside-month]){
|
|
3672
3738
|
cursor:pointer;
|
|
3673
3739
|
}
|
|
3674
|
-
.bp_calendar_module_calendar--
|
|
3740
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
|
|
3675
3741
|
background-color:var(--calendar-cell-hovered-background);
|
|
3676
3742
|
}
|
|
3677
|
-
.bp_calendar_module_calendar--
|
|
3743
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f[data-focus-visible]:not([data-outside-month]){
|
|
3678
3744
|
box-shadow:var(--calendar-cell-focus-box-shadow);
|
|
3679
3745
|
}
|
|
3680
|
-
.bp_calendar_module_calendar--
|
|
3746
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f[data-selected]{
|
|
3681
3747
|
background-color:var(--calendar-cell-selected-background);
|
|
3682
3748
|
color:var(--calendar-cell-selected-text-color);
|
|
3683
3749
|
}
|
|
3684
|
-
.bp_calendar_module_calendar--
|
|
3750
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f[data-selected]:hover{
|
|
3685
3751
|
background-color:var(--calendar-cell-selected-hovered-background);
|
|
3686
3752
|
}
|
|
3687
|
-
.bp_calendar_module_calendar--
|
|
3753
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f[data-selected][data-focus-visible]{
|
|
3688
3754
|
background-color:var(--calendar-cell-selected-focused-background);
|
|
3689
3755
|
box-shadow:var(--calendar-cell-focus-box-shadow);
|
|
3690
3756
|
outline:var(--calendar-focus-outline);
|
|
3691
3757
|
outline-offset:-.0625rem;
|
|
3692
3758
|
}
|
|
3693
|
-
.bp_calendar_module_calendar--
|
|
3759
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f[data-selected]::after{
|
|
3694
3760
|
background-color:var(--calendar-cell-selected-text-color);
|
|
3695
3761
|
}
|
|
3696
|
-
.bp_calendar_module_calendar--
|
|
3762
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f[data-disabled]:not(.bp_calendar_module_today--a1a1f){
|
|
3697
3763
|
color:var(--calendar-cell-outside-range-text-color);
|
|
3698
3764
|
cursor:default;
|
|
3699
3765
|
}
|
|
3700
|
-
.bp_calendar_module_calendar--
|
|
3766
|
+
.bp_calendar_module_calendar--a1a1f .bp_calendar_module_calendarCell--a1a1f[data-unavailable]{
|
|
3701
3767
|
color:var(--calendar-disabled-text-color);
|
|
3702
3768
|
text-decoration:line-through;
|
|
3703
3769
|
}
|
|
3704
3770
|
|
|
3705
|
-
.bp_date_picker_module_datePicker--
|
|
3771
|
+
.bp_date_picker_module_datePicker--fc852[data-modern=false]{
|
|
3706
3772
|
--date-picker-label-margin-bottom:var(--space-2);
|
|
3707
3773
|
--date-picker-input-placeholder-color:var(--text-text-on-light-secondary);
|
|
3708
3774
|
--date-picker-input-placeholder-focused-color:var(--text-text-on-light);
|
|
@@ -3728,7 +3794,7 @@
|
|
|
3728
3794
|
--date-picker-clear-button-right:var(--size-9);
|
|
3729
3795
|
}
|
|
3730
3796
|
|
|
3731
|
-
.bp_date_picker_module_datePicker--
|
|
3797
|
+
.bp_date_picker_module_datePicker--fc852[data-modern=true]{
|
|
3732
3798
|
--date-picker-label-margin-bottom:var(--bp-space-020);
|
|
3733
3799
|
--date-picker-input-placeholder-color:var(--bp-text-text-on-light-secondary);
|
|
3734
3800
|
--date-picker-input-placeholder-focused-color:var(--bp-text-text-on-light);
|
|
@@ -3754,16 +3820,16 @@
|
|
|
3754
3820
|
--date-picker-clear-button-right:var(--bp-size-090);
|
|
3755
3821
|
}
|
|
3756
3822
|
|
|
3757
|
-
.bp_date_picker_module_datePicker--
|
|
3823
|
+
.bp_date_picker_module_datePicker--fc852{
|
|
3758
3824
|
width:100%;
|
|
3759
3825
|
}
|
|
3760
|
-
.bp_date_picker_module_datePicker--
|
|
3826
|
+
.bp_date_picker_module_datePicker--fc852.bp_date_picker_module_disabled--fc852{
|
|
3761
3827
|
opacity:60%;
|
|
3762
3828
|
pointer-events:none;
|
|
3763
3829
|
-webkit-user-select:none;
|
|
3764
3830
|
user-select:none;
|
|
3765
3831
|
}
|
|
3766
|
-
.bp_date_picker_module_datePicker--
|
|
3832
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_label--fc852{
|
|
3767
3833
|
cursor:default;
|
|
3768
3834
|
display:block;
|
|
3769
3835
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -3778,7 +3844,7 @@
|
|
|
3778
3844
|
width:-moz-fit-content;
|
|
3779
3845
|
width:fit-content;
|
|
3780
3846
|
}
|
|
3781
|
-
.bp_date_picker_module_datePicker--
|
|
3847
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852{
|
|
3782
3848
|
align-items:center;
|
|
3783
3849
|
display:inline-flex;
|
|
3784
3850
|
font-family:var(--body-default-font-family);
|
|
@@ -3792,7 +3858,7 @@
|
|
|
3792
3858
|
text-transform:var(--body-default-text-case);
|
|
3793
3859
|
width:100%;
|
|
3794
3860
|
}
|
|
3795
|
-
.bp_date_picker_module_datePicker--
|
|
3861
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_groupContainer--fc852{
|
|
3796
3862
|
align-items:center;
|
|
3797
3863
|
border-radius:var(--date-picker-border-radius);
|
|
3798
3864
|
box-shadow:var(--date-picker-input-inner-shadow);
|
|
@@ -3803,23 +3869,23 @@
|
|
|
3803
3869
|
position:relative;
|
|
3804
3870
|
width:100%;
|
|
3805
3871
|
}
|
|
3806
|
-
.bp_date_picker_module_datePicker--
|
|
3872
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_groupContainer--fc852:focus-within{
|
|
3807
3873
|
outline:var(--date-picker-focus-outline);
|
|
3808
3874
|
}
|
|
3809
|
-
.bp_date_picker_module_datePicker--
|
|
3875
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_groupContainer--fc852.bp_date_picker_module_error--fc852:not(:focus-within){
|
|
3810
3876
|
outline:var(--date-picker-error-outline);
|
|
3811
3877
|
}
|
|
3812
|
-
.bp_date_picker_module_datePicker--
|
|
3878
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_groupContainer--fc852.bp_date_picker_module_error--fc852:focus-within{
|
|
3813
3879
|
outline:var(--date-picker-focus-outline);
|
|
3814
3880
|
}
|
|
3815
|
-
.bp_date_picker_module_datePicker--
|
|
3881
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_groupContainer--fc852 .bp_date_picker_module_groupContainerInput--fc852{
|
|
3816
3882
|
align-items:center;
|
|
3817
3883
|
display:inline-flex;
|
|
3818
3884
|
height:var(--date-picker-height);
|
|
3819
3885
|
text-transform:uppercase;
|
|
3820
3886
|
white-space:nowrap;
|
|
3821
3887
|
}
|
|
3822
|
-
.bp_date_picker_module_datePicker--
|
|
3888
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_groupContainer--fc852 .bp_date_picker_module_groupContainerInput--fc852 .bp_date_picker_module_groupContainerInputSegment--fc852{
|
|
3823
3889
|
border:unset;
|
|
3824
3890
|
border-radius:unset;
|
|
3825
3891
|
box-shadow:unset;
|
|
@@ -3830,18 +3896,18 @@
|
|
|
3830
3896
|
transition:unset;
|
|
3831
3897
|
width:unset;
|
|
3832
3898
|
}
|
|
3833
|
-
.bp_date_picker_module_datePicker--
|
|
3899
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_groupContainer--fc852 .bp_date_picker_module_groupContainerInput--fc852 .bp_date_picker_module_groupContainerInputSegment--fc852[data-placeholder]{
|
|
3834
3900
|
color:var(--date-picker-input-placeholder-color);
|
|
3835
3901
|
}
|
|
3836
|
-
.bp_date_picker_module_datePicker--
|
|
3902
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_groupContainer--fc852 .bp_date_picker_module_groupContainerInput--fc852 .bp_date_picker_module_groupContainerInputSegment--fc852:focus{
|
|
3837
3903
|
background:var(--date-picker-input-segment-focused-background);
|
|
3838
3904
|
caret-color:#0000;
|
|
3839
3905
|
outline:none;
|
|
3840
3906
|
}
|
|
3841
|
-
.bp_date_picker_module_datePicker--
|
|
3907
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_groupContainer--fc852 .bp_date_picker_module_groupContainerInput--fc852 .bp_date_picker_module_groupContainerInputSegment--fc852:focus[data-placeholder]{
|
|
3842
3908
|
color:var(--date-picker-input-placeholder-focused-color);
|
|
3843
3909
|
}
|
|
3844
|
-
.bp_date_picker_module_datePicker--
|
|
3910
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_button--fc852{
|
|
3845
3911
|
align-items:center;
|
|
3846
3912
|
background-color:initial;
|
|
3847
3913
|
border:none;
|
|
@@ -3856,33 +3922,33 @@
|
|
|
3856
3922
|
right:var(--date-picker-padding-inline);
|
|
3857
3923
|
width:var(--date-picker-icon-button-size);
|
|
3858
3924
|
}
|
|
3859
|
-
.bp_date_picker_module_datePicker--
|
|
3925
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_button--fc852.bp_date_picker_module_clear--fc852{
|
|
3860
3926
|
right:var(--date-picker-clear-button-right);
|
|
3861
3927
|
}
|
|
3862
|
-
.bp_date_picker_module_datePicker--
|
|
3928
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_button--fc852:focus-visible,.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_button--fc852[data-focus-visible]{
|
|
3863
3929
|
background-color:var(--date-picker-icon-button-focus-background-color);
|
|
3864
3930
|
outline:var(--date-picker-icon-button-focus-outline);
|
|
3865
3931
|
}
|
|
3866
|
-
.bp_date_picker_module_datePicker--
|
|
3932
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_button--fc852:hover{
|
|
3867
3933
|
background:var(--date-picker-icon-button-hover-background);
|
|
3868
3934
|
}
|
|
3869
|
-
.bp_date_picker_module_datePicker--
|
|
3935
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_button--fc852:hover *{
|
|
3870
3936
|
fill:var(--date-picker-icon-button-hover-fill);
|
|
3871
3937
|
}
|
|
3872
|
-
.bp_date_picker_module_datePicker--
|
|
3938
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_button--fc852:active{
|
|
3873
3939
|
background:var(--date-picker-icon-button-active-background);
|
|
3874
3940
|
}
|
|
3875
|
-
.bp_date_picker_module_datePicker--
|
|
3941
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_button--fc852:active *{
|
|
3876
3942
|
fill:var(--date-picker-icon-button-active-fill);
|
|
3877
3943
|
}
|
|
3878
|
-
.bp_date_picker_module_datePicker--
|
|
3944
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_group--fc852 .bp_date_picker_module_button--fc852:disabled{
|
|
3879
3945
|
opacity:1;
|
|
3880
3946
|
}
|
|
3881
|
-
.bp_date_picker_module_datePicker--
|
|
3947
|
+
.bp_date_picker_module_datePicker--fc852 .bp_date_picker_module_inlineError--fc852{
|
|
3882
3948
|
margin-block-start:var(--date-picker-inline-error-margin);
|
|
3883
3949
|
}
|
|
3884
3950
|
|
|
3885
|
-
@keyframes bp_date_picker_module_slide--
|
|
3951
|
+
@keyframes bp_date_picker_module_slide--fc852{
|
|
3886
3952
|
from{
|
|
3887
3953
|
opacity:0;
|
|
3888
3954
|
transform:var(--popover-slide-translation);
|
|
@@ -3892,11 +3958,11 @@
|
|
|
3892
3958
|
transform:translateY(0);
|
|
3893
3959
|
}
|
|
3894
3960
|
}
|
|
3895
|
-
.bp_date_picker_module_datePickerPopoverContent--
|
|
3961
|
+
.bp_date_picker_module_datePickerPopoverContent--fc852{
|
|
3896
3962
|
z-index:380;
|
|
3897
3963
|
}
|
|
3898
3964
|
|
|
3899
|
-
.bp_empty_state_module_emptyState--
|
|
3965
|
+
.bp_empty_state_module_emptyState--3c03a{
|
|
3900
3966
|
align-items:center;
|
|
3901
3967
|
display:flex;
|
|
3902
3968
|
flex-direction:column;
|
|
@@ -3905,32 +3971,32 @@
|
|
|
3905
3971
|
text-align:center;
|
|
3906
3972
|
width:100%;
|
|
3907
3973
|
}
|
|
3908
|
-
.bp_empty_state_module_emptyState--
|
|
3974
|
+
.bp_empty_state_module_emptyState--3c03a .bp_empty_state_module_illustration--3c03a{
|
|
3909
3975
|
margin-block-end:var(--space-6);
|
|
3910
3976
|
}
|
|
3911
|
-
.bp_empty_state_module_emptyState--
|
|
3977
|
+
.bp_empty_state_module_emptyState--3c03a .bp_empty_state_module_body--3c03a{
|
|
3912
3978
|
max-width:22.5rem;
|
|
3913
3979
|
}
|
|
3914
|
-
.bp_empty_state_module_emptyState--
|
|
3980
|
+
.bp_empty_state_module_emptyState--3c03a .bp_empty_state_module_body--3c03a:not(:last-child){
|
|
3915
3981
|
margin-block-end:var(--space-6);
|
|
3916
3982
|
}
|
|
3917
|
-
.bp_empty_state_module_emptyState--
|
|
3983
|
+
.bp_empty_state_module_emptyState--3c03a .bp_empty_state_module_heading--3c03a{
|
|
3918
3984
|
margin-block-end:var(--space-3);
|
|
3919
3985
|
}
|
|
3920
|
-
.bp_empty_state_module_emptyState--
|
|
3986
|
+
.bp_empty_state_module_emptyState--3c03a .bp_empty_state_module_button--3c03a:not(:last-child){
|
|
3921
3987
|
margin-block-end:var(--space-6);
|
|
3922
3988
|
}
|
|
3923
|
-
.bp_empty_state_module_emptyState--
|
|
3989
|
+
.bp_empty_state_module_emptyState--3c03a.bp_empty_state_module_small--3c03a .bp_empty_state_module_illustration--3c03a{
|
|
3924
3990
|
margin-block-end:var(--space-4);
|
|
3925
3991
|
}
|
|
3926
|
-
.bp_empty_state_module_emptyState--
|
|
3992
|
+
.bp_empty_state_module_emptyState--3c03a.bp_empty_state_module_small--3c03a .bp_empty_state_module_illustration--3c03a svg{
|
|
3927
3993
|
height:var(--size-14);
|
|
3928
3994
|
width:var(--size-14);
|
|
3929
3995
|
}
|
|
3930
|
-
.bp_empty_state_module_emptyState--
|
|
3996
|
+
.bp_empty_state_module_emptyState--3c03a.bp_empty_state_module_small--3c03a .bp_empty_state_module_body--3c03a{
|
|
3931
3997
|
max-width:220px;
|
|
3932
3998
|
}
|
|
3933
|
-
.bp_empty_state_module_emptyState--
|
|
3999
|
+
.bp_empty_state_module_emptyState--3c03a.bp_empty_state_module_small--3c03a .bp_empty_state_module_body--3c03a:not(:last-child){
|
|
3934
4000
|
margin-block-end:var(--space-4);
|
|
3935
4001
|
}
|
|
3936
4002
|
.bp_link_module_link--fb308{
|
|
@@ -4939,7 +5005,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4939
5005
|
display:inline;
|
|
4940
5006
|
}
|
|
4941
5007
|
|
|
4942
|
-
.bp_modal_module_overlay--
|
|
5008
|
+
.bp_modal_module_overlay--5457e{
|
|
4943
5009
|
background-color:var(--overlay-modal-overlay);
|
|
4944
5010
|
bottom:0;
|
|
4945
5011
|
display:grid;
|
|
@@ -4951,13 +5017,13 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4951
5017
|
z-index:370;
|
|
4952
5018
|
}
|
|
4953
5019
|
@media (width > 459px){
|
|
4954
|
-
.bp_modal_module_overlay--
|
|
5020
|
+
.bp_modal_module_overlay--5457e{
|
|
4955
5021
|
place-items:center;
|
|
4956
5022
|
}
|
|
4957
5023
|
}
|
|
4958
5024
|
|
|
4959
|
-
.bp_modal_module_content--
|
|
4960
|
-
animation:bp_modal_module_popup_bounce_in--
|
|
5025
|
+
.bp_modal_module_content--5457e{
|
|
5026
|
+
animation:bp_modal_module_popup_bounce_in--5457e var(--animation-duration-3);
|
|
4961
5027
|
background-color:var(--gray-white);
|
|
4962
5028
|
display:flex;
|
|
4963
5029
|
flex-direction:column;
|
|
@@ -4966,80 +5032,80 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4966
5032
|
position:relative;
|
|
4967
5033
|
}
|
|
4968
5034
|
@media (width > 374px){
|
|
4969
|
-
.bp_modal_module_content--
|
|
5035
|
+
.bp_modal_module_content--5457e{
|
|
4970
5036
|
overflow:hidden;
|
|
4971
5037
|
}
|
|
4972
5038
|
}
|
|
4973
5039
|
@media (width > 459px){
|
|
4974
|
-
.bp_modal_module_content--
|
|
5040
|
+
.bp_modal_module_content--5457e{
|
|
4975
5041
|
border-radius:var(--radius-4);
|
|
4976
5042
|
height:auto;
|
|
4977
5043
|
margin:0 var(--space-8);
|
|
4978
5044
|
max-height:calc(100vh - var(--space-8)*2);
|
|
4979
5045
|
min-width:calc(460px - var(--space-8)*2);
|
|
4980
5046
|
}
|
|
4981
|
-
.bp_modal_module_content--
|
|
5047
|
+
.bp_modal_module_content--5457e.bp_modal_module_smallSizeModal--5457e{
|
|
4982
5048
|
max-width:460px;
|
|
4983
5049
|
}
|
|
4984
|
-
.bp_modal_module_content--
|
|
5050
|
+
.bp_modal_module_content--5457e.bp_modal_module_mediumSizeModal--5457e{
|
|
4985
5051
|
max-width:540px;
|
|
4986
5052
|
}
|
|
4987
|
-
.bp_modal_module_content--
|
|
5053
|
+
.bp_modal_module_content--5457e.bp_modal_module_largeSizeModal--5457e{
|
|
4988
5054
|
max-width:620px;
|
|
4989
5055
|
}
|
|
4990
|
-
.bp_modal_module_content--
|
|
5056
|
+
.bp_modal_module_content--5457e.bp_modal_module_xlargeSizeModal--5457e{
|
|
4991
5057
|
max-width:768px;
|
|
4992
5058
|
}
|
|
4993
5059
|
}
|
|
4994
5060
|
|
|
4995
|
-
.bp_modal_module_scrollableContainer--
|
|
5061
|
+
.bp_modal_module_scrollableContainer--5457e{
|
|
4996
5062
|
flex-grow:1;
|
|
4997
5063
|
}
|
|
4998
5064
|
@media (width > 374px){
|
|
4999
|
-
.bp_modal_module_scrollableContainer--
|
|
5065
|
+
.bp_modal_module_scrollableContainer--5457e{
|
|
5000
5066
|
overflow-y:auto;
|
|
5001
5067
|
}
|
|
5002
5068
|
}
|
|
5003
5069
|
|
|
5004
|
-
.bp_modal_module_content--
|
|
5070
|
+
.bp_modal_module_content--5457e .bp_modal_module_close--5457e{
|
|
5005
5071
|
color:var(--gray-65);
|
|
5006
5072
|
position:fixed;
|
|
5007
5073
|
right:var(--space-4);
|
|
5008
5074
|
top:var(--space-4);
|
|
5009
5075
|
}
|
|
5010
5076
|
@media (width > 374px){
|
|
5011
|
-
.bp_modal_module_content--
|
|
5077
|
+
.bp_modal_module_content--5457e .bp_modal_module_close--5457e{
|
|
5012
5078
|
position:absolute;
|
|
5013
5079
|
}
|
|
5014
5080
|
}
|
|
5015
5081
|
|
|
5016
|
-
.bp_modal_module_close--
|
|
5082
|
+
.bp_modal_module_close--5457e.bp_modal_module_onColor--5457e{
|
|
5017
5083
|
background-color:var(--surface-cta-surface-tertiary);
|
|
5018
5084
|
}
|
|
5019
|
-
.bp_modal_module_close--
|
|
5085
|
+
.bp_modal_module_close--5457e.bp_modal_module_onColor--5457e:hover{
|
|
5020
5086
|
background-color:var(--surface-cta-surface-icon-hover);
|
|
5021
5087
|
}
|
|
5022
|
-
.bp_modal_module_close--
|
|
5088
|
+
.bp_modal_module_close--5457e.bp_modal_module_onColor--5457e:active{
|
|
5023
5089
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
5024
5090
|
}
|
|
5025
5091
|
|
|
5026
|
-
.bp_modal_module_content--
|
|
5092
|
+
.bp_modal_module_content--5457e .bp_modal_module_backButton--5457e{
|
|
5027
5093
|
color:var(--gray-65);
|
|
5028
5094
|
margin-block-start:var(--space-4);
|
|
5029
5095
|
margin-inline-start:var(--space-4);
|
|
5030
5096
|
}
|
|
5031
5097
|
@media (width > 459px){
|
|
5032
|
-
.bp_modal_module_content--
|
|
5098
|
+
.bp_modal_module_content--5457e .bp_modal_module_backButton--5457e{
|
|
5033
5099
|
height:var(--size-10);
|
|
5034
5100
|
width:var(--size-10);
|
|
5035
5101
|
}
|
|
5036
5102
|
}
|
|
5037
5103
|
|
|
5038
|
-
.bp_modal_module_modalHeader--
|
|
5104
|
+
.bp_modal_module_modalHeader--5457e{
|
|
5039
5105
|
display:flex;
|
|
5040
5106
|
}
|
|
5041
5107
|
|
|
5042
|
-
.bp_modal_module_modalTitle--
|
|
5108
|
+
.bp_modal_module_modalTitle--5457e{
|
|
5043
5109
|
display:flex;
|
|
5044
5110
|
flex-direction:column;
|
|
5045
5111
|
gap:var(--space-2);
|
|
@@ -5047,24 +5113,24 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5047
5113
|
padding:var(--space-5) var(--space-12) var(--space-5) var(--space-4);
|
|
5048
5114
|
}
|
|
5049
5115
|
@media (width > 459px){
|
|
5050
|
-
.bp_modal_module_modalTitle--
|
|
5116
|
+
.bp_modal_module_modalTitle--5457e{
|
|
5051
5117
|
padding:var(--space-6) var(--space-16) var(--space-6) var(--space-6);
|
|
5052
5118
|
}
|
|
5053
5119
|
}
|
|
5054
5120
|
|
|
5055
|
-
.bp_modal_module_body--
|
|
5121
|
+
.bp_modal_module_body--5457e{
|
|
5056
5122
|
padding:var(--space-6) var(--space-4) var(--space-4);
|
|
5057
5123
|
}
|
|
5058
5124
|
@media (width > 459px){
|
|
5059
|
-
.bp_modal_module_body--
|
|
5125
|
+
.bp_modal_module_body--5457e{
|
|
5060
5126
|
padding:var(--space-6) var(--space-6) var(--space-4);
|
|
5061
5127
|
}
|
|
5062
5128
|
}
|
|
5063
5129
|
|
|
5064
|
-
.bp_modal_module_headerDividerLine--
|
|
5130
|
+
.bp_modal_module_headerDividerLine--5457e{
|
|
5065
5131
|
position:relative;
|
|
5066
5132
|
}
|
|
5067
|
-
.bp_modal_module_headerDividerLine--
|
|
5133
|
+
.bp_modal_module_headerDividerLine--5457e::after{
|
|
5068
5134
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
5069
5135
|
bottom:0;
|
|
5070
5136
|
content:"";
|
|
@@ -5073,16 +5139,16 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5073
5139
|
right:var(--space-4);
|
|
5074
5140
|
}
|
|
5075
5141
|
@media (width > 459px){
|
|
5076
|
-
.bp_modal_module_headerDividerLine--
|
|
5142
|
+
.bp_modal_module_headerDividerLine--5457e::after{
|
|
5077
5143
|
left:var(--space-6);
|
|
5078
5144
|
right:var(--space-6);
|
|
5079
5145
|
}
|
|
5080
5146
|
}
|
|
5081
5147
|
|
|
5082
|
-
.bp_modal_module_footerDividerLine--
|
|
5148
|
+
.bp_modal_module_footerDividerLine--5457e{
|
|
5083
5149
|
position:relative;
|
|
5084
5150
|
}
|
|
5085
|
-
.bp_modal_module_footerDividerLine--
|
|
5151
|
+
.bp_modal_module_footerDividerLine--5457e::before{
|
|
5086
5152
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
5087
5153
|
content:"";
|
|
5088
5154
|
left:var(--space-4);
|
|
@@ -5091,28 +5157,28 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5091
5157
|
top:0;
|
|
5092
5158
|
}
|
|
5093
5159
|
@media (width > 459px){
|
|
5094
|
-
.bp_modal_module_footerDividerLine--
|
|
5160
|
+
.bp_modal_module_footerDividerLine--5457e::before{
|
|
5095
5161
|
left:var(--space-6);
|
|
5096
5162
|
right:var(--space-6);
|
|
5097
5163
|
}
|
|
5098
5164
|
}
|
|
5099
5165
|
|
|
5100
|
-
.bp_modal_module_footer--
|
|
5166
|
+
.bp_modal_module_footer--5457e{
|
|
5101
5167
|
display:flex;
|
|
5102
5168
|
justify-content:flex-end;
|
|
5103
5169
|
padding:var(--space-4);
|
|
5104
5170
|
}
|
|
5105
5171
|
@media (width > 459px){
|
|
5106
|
-
.bp_modal_module_footer--
|
|
5172
|
+
.bp_modal_module_footer--5457e{
|
|
5107
5173
|
padding:var(--space-6);
|
|
5108
5174
|
}
|
|
5109
5175
|
}
|
|
5110
5176
|
|
|
5111
|
-
.bp_modal_module_footerButton--
|
|
5177
|
+
.bp_modal_module_footerButton--5457e + .bp_modal_module_footerButton--5457e{
|
|
5112
5178
|
margin-inline-start:var(--space-3);
|
|
5113
5179
|
}
|
|
5114
5180
|
|
|
5115
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
5181
|
+
@keyframes bp_modal_module_popup_bounce_in--5457e{
|
|
5116
5182
|
0%{
|
|
5117
5183
|
transform:scale3d(.1, .1, 1);
|
|
5118
5184
|
}
|
|
@@ -5323,66 +5389,66 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5323
5389
|
justify-content:flex-end;
|
|
5324
5390
|
}
|
|
5325
5391
|
|
|
5326
|
-
.bp_page_section_module_pageSectionContainer--
|
|
5392
|
+
.bp_page_section_module_pageSectionContainer--b582c{
|
|
5327
5393
|
display:flex;
|
|
5328
5394
|
flex-direction:column;
|
|
5329
5395
|
gap:var(--space-8);
|
|
5330
5396
|
}
|
|
5331
5397
|
@media (width > 767px){
|
|
5332
|
-
.bp_page_section_module_pageSectionContainer--
|
|
5398
|
+
.bp_page_section_module_pageSectionContainer--b582c{
|
|
5333
5399
|
gap:var(--space-12);
|
|
5334
5400
|
}
|
|
5335
5401
|
}
|
|
5336
5402
|
|
|
5337
|
-
.bp_page_section_module_pageSection--
|
|
5403
|
+
.bp_page_section_module_pageSection--b582c{
|
|
5338
5404
|
display:flex;
|
|
5339
5405
|
flex-direction:column;
|
|
5340
5406
|
gap:var(--space-7);
|
|
5341
5407
|
}
|
|
5342
5408
|
@media (width > 767px){
|
|
5343
|
-
.bp_page_section_module_pageSection--
|
|
5409
|
+
.bp_page_section_module_pageSection--b582c{
|
|
5344
5410
|
flex-direction:row;
|
|
5345
5411
|
gap:var(--space-20);
|
|
5346
5412
|
}
|
|
5347
5413
|
}
|
|
5348
5414
|
|
|
5349
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5415
|
+
.bp_page_section_module_pageSectionHeader--b582c{
|
|
5350
5416
|
display:flex;
|
|
5351
5417
|
flex-direction:column;
|
|
5352
5418
|
gap:var(--space-2);
|
|
5353
5419
|
}
|
|
5354
5420
|
@media (width > 767px){
|
|
5355
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5421
|
+
.bp_page_section_module_pageSectionHeader--b582c{
|
|
5356
5422
|
width:200px;
|
|
5357
5423
|
}
|
|
5358
5424
|
}
|
|
5359
5425
|
@media (width > 1023px){
|
|
5360
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5426
|
+
.bp_page_section_module_pageSectionHeader--b582c{
|
|
5361
5427
|
width:242px;
|
|
5362
5428
|
}
|
|
5363
5429
|
}
|
|
5364
5430
|
|
|
5365
|
-
.bp_page_section_module_pageSectionContent--
|
|
5431
|
+
.bp_page_section_module_pageSectionContent--b582c{
|
|
5366
5432
|
flex-grow:1;
|
|
5367
5433
|
}
|
|
5368
5434
|
|
|
5369
|
-
.bp_page_section_module_pageSectionDivider--
|
|
5435
|
+
.bp_page_section_module_pageSectionDivider--b582c{
|
|
5370
5436
|
width:100%;
|
|
5371
5437
|
}
|
|
5372
5438
|
|
|
5373
|
-
.bp_password_input_module_passwordInput--
|
|
5439
|
+
.bp_password_input_module_passwordInput--11dbb input[type=password],.bp_password_input_module_passwordInput--11dbb input[type=text]{
|
|
5374
5440
|
padding-inline-end:2.375rem;
|
|
5375
5441
|
}
|
|
5376
|
-
.bp_password_input_module_passwordInput--
|
|
5442
|
+
.bp_password_input_module_passwordInput--11dbb .bp_password_input_module_iconButton--11dbb{
|
|
5377
5443
|
height:var(--size-6);
|
|
5378
5444
|
inset-inline-end:.5rem;
|
|
5379
5445
|
width:var(--size-6);
|
|
5380
5446
|
}
|
|
5381
|
-
.bp_password_input_module_passwordInput--
|
|
5447
|
+
.bp_password_input_module_passwordInput--11dbb .bp_password_input_module_iconButton--11dbb:active,.bp_password_input_module_passwordInput--11dbb .bp_password_input_module_iconButton--11dbb:hover{
|
|
5382
5448
|
background:none;
|
|
5383
5449
|
}
|
|
5384
5450
|
|
|
5385
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5451
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802[data-modern=false]{
|
|
5386
5452
|
--text-input-border-width:var(--border-1);
|
|
5387
5453
|
--text-input-border-width-focused:var(--border-2);
|
|
5388
5454
|
--text-input-border-width-error:var(--border-2);
|
|
@@ -5413,7 +5479,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5413
5479
|
--text-input-hover-border-color:var(--border-input-border-hover);
|
|
5414
5480
|
}
|
|
5415
5481
|
|
|
5416
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5482
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802[data-modern=true]{
|
|
5417
5483
|
--text-input-border-width:var(--bp-border-01);
|
|
5418
5484
|
--text-input-border-width-focused:var(--bp-border-02);
|
|
5419
5485
|
--text-input-border-width-error:var(--bp-border-02);
|
|
@@ -5444,7 +5510,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5444
5510
|
--text-input-hover-border-color:var(--bp-border-input-border-hover);
|
|
5445
5511
|
}
|
|
5446
5512
|
|
|
5447
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5513
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802{
|
|
5448
5514
|
--disabled-opacity:var(--text-input-disabled-opacity-api, 60%);
|
|
5449
5515
|
display:flex;
|
|
5450
5516
|
flex-direction:column;
|
|
@@ -5457,7 +5523,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5457
5523
|
text-decoration:var(--body-default-text-decoration);
|
|
5458
5524
|
text-transform:var(--body-default-text-case);
|
|
5459
5525
|
}
|
|
5460
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5526
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_label--e4802{
|
|
5461
5527
|
color:var(--text-input-label-color);
|
|
5462
5528
|
flex:0 0 fit-content;
|
|
5463
5529
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -5471,15 +5537,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5471
5537
|
width:-moz-fit-content;
|
|
5472
5538
|
width:fit-content;
|
|
5473
5539
|
}
|
|
5474
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5540
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_label--e4802:not(.bp_base_text_input_module_hidden--e4802){
|
|
5475
5541
|
margin-block-end:var(--text-input-row-gap);
|
|
5476
5542
|
}
|
|
5477
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5543
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802{
|
|
5478
5544
|
display:flex;
|
|
5479
5545
|
height:var(--size-10);
|
|
5480
5546
|
position:relative;
|
|
5481
5547
|
}
|
|
5482
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5548
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802{
|
|
5483
5549
|
background:var(--text-input-background);
|
|
5484
5550
|
border:var(--text-input-border-width) solid var(--text-input-border-color);
|
|
5485
5551
|
border-radius:var(--text-input-border-radius);
|
|
@@ -5499,77 +5565,77 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5499
5565
|
text-transform:var(--body-default-text-case);
|
|
5500
5566
|
width:100%;
|
|
5501
5567
|
}
|
|
5502
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5568
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802:hover,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802:hover,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802:hover{
|
|
5503
5569
|
box-shadow:var(--text-input-box-shadow);
|
|
5504
5570
|
}
|
|
5505
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5571
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802::placeholder,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802::placeholder,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802::placeholder{
|
|
5506
5572
|
color:var(--text-input-placeholder-color);
|
|
5507
5573
|
opacity:1;
|
|
5508
5574
|
}
|
|
5509
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5575
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_error--e4802,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_error--e4802,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_error--e4802{
|
|
5510
5576
|
background:var(--text-input-error-background);
|
|
5511
5577
|
border:var(--text-input-border-width-error) solid var(--text-input-error-border-color);
|
|
5512
5578
|
outline:0;
|
|
5513
5579
|
padding-inline-start:var(--text-input-padding-x-error);
|
|
5514
5580
|
}
|
|
5515
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5581
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_readOnly--e4802,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_readOnly--e4802,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_readOnly--e4802{
|
|
5516
5582
|
border-color:var(--text-input-read-only-border-color);
|
|
5517
5583
|
box-shadow:var(--text-input-box-shadow);
|
|
5518
5584
|
color:var(--text-input-read-only-color);
|
|
5519
5585
|
}
|
|
5520
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5586
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_readOnly--e4802:focus-visible,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_readOnly--e4802:focus-visible,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_readOnly--e4802:focus-visible{
|
|
5521
5587
|
border:var(--text-input-border-width-focused) solid var(--text-input-border-color-focus);
|
|
5522
5588
|
}
|
|
5523
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5589
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_readOnly--e4802:hover,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_readOnly--e4802:hover,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_readOnly--e4802:hover{
|
|
5524
5590
|
cursor:default;
|
|
5525
5591
|
}
|
|
5526
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5592
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802:disabled,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802:disabled,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802:disabled{
|
|
5527
5593
|
background:var(--text-input-disabled-background);
|
|
5528
5594
|
border-color:var(--text-input-disabled-border-color);
|
|
5529
5595
|
box-shadow:var(--text-input-box-shadow);
|
|
5530
5596
|
color:var(--text-input-disabled-color);
|
|
5531
5597
|
}
|
|
5532
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5598
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802:disabled:hover{
|
|
5533
5599
|
border-color:var(--text-input-border-color);
|
|
5534
5600
|
}
|
|
5535
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5601
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802:focus-visible,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802:focus-visible,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802:focus-visible{
|
|
5536
5602
|
background:var(--text-input-focused-background);
|
|
5537
5603
|
border:var(--text-input-border-width-focused) solid var(--text-input-focused-border-color);
|
|
5538
5604
|
outline:0;
|
|
5539
5605
|
padding-inline-start:var(--text-input-padding-x-focused);
|
|
5540
5606
|
}
|
|
5541
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5607
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802:has(+ .bp_base_text_input_module_endIcon--e4802),.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802:has(+ .bp_base_text_input_module_endIcon--e4802),.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802:has(+ .bp_base_text_input_module_endIcon--e4802){
|
|
5542
5608
|
padding-inline-end:calc(var(--text-input-padding-x) + var(--end-icon-width) + var(--text-input-icon-padding));
|
|
5543
5609
|
}
|
|
5544
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5610
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_textInput--e4802:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--e4802):hover,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=number].bp_base_text_input_module_textInput--e4802:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--e4802):hover,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 input[type=text].bp_base_text_input_module_textInput--e4802:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--e4802):hover{
|
|
5545
5611
|
background:var(--text-input-hover-background);
|
|
5546
5612
|
border:var(--border-1) solid var(--text-input-hover-border-color);
|
|
5547
5613
|
}
|
|
5548
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5614
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_startIcon--e4802{
|
|
5549
5615
|
left:calc(var(--text-input-padding-x) + var(--text-input-border-width));
|
|
5550
5616
|
position:absolute;
|
|
5551
5617
|
top:50%;
|
|
5552
5618
|
transform:translateY(-50%);
|
|
5553
5619
|
}
|
|
5554
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5620
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_startIcon--e4802 + input.bp_base_text_input_module_textInput--e4802{
|
|
5555
5621
|
padding-inline-start:calc(var(--text-input-padding-x) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
5556
5622
|
}
|
|
5557
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5623
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_startIcon--e4802 + input.bp_base_text_input_module_textInput--e4802:focus-visible{
|
|
5558
5624
|
padding-inline-start:calc(var(--text-input-padding-x-focused) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
5559
5625
|
}
|
|
5560
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5626
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_startIcon--e4802 + input.bp_base_text_input_module_textInput--e4802.bp_base_text_input_module_error--e4802{
|
|
5561
5627
|
padding-inline-start:calc(var(--text-input-padding-x-error) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
5562
5628
|
}
|
|
5563
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5629
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_textInputContainer--e4802 .bp_base_text_input_module_endIcon--e4802{
|
|
5564
5630
|
position:absolute;
|
|
5565
5631
|
right:calc(var(--text-input-padding-x) + var(--text-input-border-width));
|
|
5566
5632
|
top:50%;
|
|
5567
5633
|
transform:translateY(-50%);
|
|
5568
5634
|
}
|
|
5569
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5635
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802.bp_base_text_input_module_disabled--e4802{
|
|
5570
5636
|
opacity:var(--disabled-opacity);
|
|
5571
5637
|
}
|
|
5572
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5638
|
+
.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_inlineError--e4802,.bp_base_text_input_module_textInputContainerOuter--e4802 .bp_base_text_input_module_subtext--e4802{
|
|
5573
5639
|
margin-block-start:var(--text-input-inline-error-subtext-block-margin);
|
|
5574
5640
|
}
|
|
5575
5641
|
.bp_chip_module_chip--96f83{
|
|
@@ -5770,7 +5836,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5770
5836
|
}
|
|
5771
5837
|
}
|
|
5772
5838
|
|
|
5773
|
-
.bp_context_menu_module_menuBlock--
|
|
5839
|
+
.bp_context_menu_module_menuBlock--ba242{
|
|
5774
5840
|
background-color:var(--surface-menu-surface);
|
|
5775
5841
|
border:var(--border-1) solid var(--border-card-border);
|
|
5776
5842
|
border-radius:var(--radius-3);
|
|
@@ -5781,7 +5847,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5781
5847
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
5782
5848
|
padding:var(--space-3);
|
|
5783
5849
|
}
|
|
5784
|
-
.bp_context_menu_module_menuBlock--
|
|
5850
|
+
.bp_context_menu_module_menuBlock--ba242[data-menu-fullscreen=true]{
|
|
5785
5851
|
border:unset;
|
|
5786
5852
|
border-radius:unset;
|
|
5787
5853
|
display:flex;
|
|
@@ -5794,15 +5860,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5794
5860
|
position:relative;
|
|
5795
5861
|
width:100vw;
|
|
5796
5862
|
}
|
|
5797
|
-
.bp_context_menu_module_menuBlock--
|
|
5863
|
+
.bp_context_menu_module_menuBlock--ba242[data-menu-fullscreen=true] .bp_context_menu_module_fullScreenContent--ba242{
|
|
5798
5864
|
overflow-y:auto;
|
|
5799
5865
|
padding:var(--space-3);
|
|
5800
5866
|
}
|
|
5801
|
-
.bp_context_menu_module_menuBlock--
|
|
5867
|
+
.bp_context_menu_module_menuBlock--ba242 .bp_context_menu_module_menuItemsSeparator--ba242{
|
|
5802
5868
|
margin-block:var(--space-2);
|
|
5803
5869
|
margin-inline:var(--space-2);
|
|
5804
5870
|
}
|
|
5805
|
-
.bp_context_menu_module_menuBlock--
|
|
5871
|
+
.bp_context_menu_module_menuBlock--ba242 .bp_context_menu_module_menuItem--ba242{
|
|
5806
5872
|
align-items:center;
|
|
5807
5873
|
background-color:var(--surface-menu-surface);
|
|
5808
5874
|
border:var(--border-2) solid #0000;
|
|
@@ -5815,19 +5881,19 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5815
5881
|
padding-inline:var(--space-2);
|
|
5816
5882
|
position:relative;
|
|
5817
5883
|
}
|
|
5818
|
-
.bp_context_menu_module_menuBlock--
|
|
5884
|
+
.bp_context_menu_module_menuBlock--ba242 .bp_context_menu_module_menuItem--ba242[data-disabled]{
|
|
5819
5885
|
opacity:60%;
|
|
5820
5886
|
pointer-events:none;
|
|
5821
5887
|
}
|
|
5822
|
-
.bp_context_menu_module_menuBlock--
|
|
5888
|
+
.bp_context_menu_module_menuBlock--ba242 .bp_context_menu_module_menuItem--ba242[data-highlighted]:not(:hover){
|
|
5823
5889
|
background-color:var(--surface-menu-surface-focus);
|
|
5824
5890
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
5825
5891
|
}
|
|
5826
|
-
.bp_context_menu_module_menuBlock--
|
|
5892
|
+
.bp_context_menu_module_menuBlock--ba242 .bp_context_menu_module_menuItem--ba242:active{
|
|
5827
5893
|
background-color:var(--surface-menu-surface-focus);
|
|
5828
5894
|
border:var(--border-2) solid #0000;
|
|
5829
5895
|
}
|
|
5830
|
-
.bp_context_menu_module_menuBlock--
|
|
5896
|
+
.bp_context_menu_module_menuBlock--ba242 .bp_context_menu_module_menuItem--ba242:hover{
|
|
5831
5897
|
background-color:var(--surface-menu-surface-focus);
|
|
5832
5898
|
}
|
|
5833
5899
|
div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):has([data-menu-fullscreen=true]){
|
|
@@ -5836,7 +5902,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5836
5902
|
width:100%;
|
|
5837
5903
|
}
|
|
5838
5904
|
|
|
5839
|
-
.bp_context_menu_module_menuHeader--
|
|
5905
|
+
.bp_context_menu_module_menuHeader--ba242{
|
|
5840
5906
|
align-items:center;
|
|
5841
5907
|
box-shadow:var(--dropshadow-1);
|
|
5842
5908
|
display:grid;
|
|
@@ -5846,25 +5912,25 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5846
5912
|
padding:var(--space-3);
|
|
5847
5913
|
}
|
|
5848
5914
|
|
|
5849
|
-
.bp_context_menu_module_headerTextContent--
|
|
5915
|
+
.bp_context_menu_module_headerTextContent--ba242{
|
|
5850
5916
|
display:grid;
|
|
5851
5917
|
}
|
|
5852
5918
|
|
|
5853
|
-
.bp_context_menu_module_submenuCloseButton--
|
|
5919
|
+
.bp_context_menu_module_submenuCloseButton--ba242{
|
|
5854
5920
|
grid-area:submenu-close;
|
|
5855
5921
|
}
|
|
5856
5922
|
|
|
5857
|
-
.bp_context_menu_module_menuCloseButton--
|
|
5923
|
+
.bp_context_menu_module_menuCloseButton--ba242{
|
|
5858
5924
|
grid-area:close;
|
|
5859
5925
|
}
|
|
5860
5926
|
|
|
5861
|
-
.bp_context_menu_module_ellipsis--
|
|
5927
|
+
.bp_context_menu_module_ellipsis--ba242{
|
|
5862
5928
|
overflow:hidden;
|
|
5863
5929
|
text-overflow:ellipsis;
|
|
5864
5930
|
white-space:nowrap;
|
|
5865
5931
|
}
|
|
5866
5932
|
|
|
5867
|
-
.bp_notification_module_viewport--
|
|
5933
|
+
.bp_notification_module_viewport--bac20{
|
|
5868
5934
|
--notification-viewport-space:var(--space-4);
|
|
5869
5935
|
--notification-viewport-item-spacing:var(--space-3);
|
|
5870
5936
|
all:unset;
|
|
@@ -5879,7 +5945,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5879
5945
|
z-index:2147483647;
|
|
5880
5946
|
}
|
|
5881
5947
|
|
|
5882
|
-
.bp_notification_module_root--
|
|
5948
|
+
.bp_notification_module_root--bac20[data-modern=false]{
|
|
5883
5949
|
--notification-padding-vertical:var(--space-3);
|
|
5884
5950
|
--notification-padding-horizontal:var(--space-4);
|
|
5885
5951
|
--notification-item-spacing:var(--space-3);
|
|
@@ -5900,7 +5966,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5900
5966
|
--notification-icon-size:var(--size-8);
|
|
5901
5967
|
}
|
|
5902
5968
|
|
|
5903
|
-
.bp_notification_module_root--
|
|
5969
|
+
.bp_notification_module_root--bac20[data-modern=true]{
|
|
5904
5970
|
--notification-padding-vertical:var(--bp-space-030);
|
|
5905
5971
|
--notification-padding-horizontal:var(--bp-space-040);
|
|
5906
5972
|
--notification-item-spacing:var(--bp-space-030);
|
|
@@ -5922,20 +5988,20 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5922
5988
|
--notification-text-container-height:var(--bp-space-080);
|
|
5923
5989
|
--notification-icon-size:var(--bp-size-080);
|
|
5924
5990
|
}
|
|
5925
|
-
.bp_notification_module_root--
|
|
5991
|
+
.bp_notification_module_root--bac20[data-modern=true].bp_notification_module_info--bac20{
|
|
5926
5992
|
background:linear-gradient(0deg, var(--notification-background-info) 0, var(--notification-background-info) 100%), var(--notification-background-overlay);
|
|
5927
5993
|
}
|
|
5928
|
-
.bp_notification_module_root--
|
|
5994
|
+
.bp_notification_module_root--bac20[data-modern=true].bp_notification_module_success--bac20{
|
|
5929
5995
|
background:linear-gradient(0deg, var(--notification-background-success) 0, var(--notification-background-success) 100%), var(--notification-background-overlay);
|
|
5930
5996
|
}
|
|
5931
|
-
.bp_notification_module_root--
|
|
5997
|
+
.bp_notification_module_root--bac20[data-modern=true].bp_notification_module_warning--bac20{
|
|
5932
5998
|
background:linear-gradient(0deg, var(--notification-background-warning) 0, var(--notification-background-warning) 100%), var(--notification-background-overlay);
|
|
5933
5999
|
}
|
|
5934
|
-
.bp_notification_module_root--
|
|
6000
|
+
.bp_notification_module_root--bac20[data-modern=true].bp_notification_module_error--bac20{
|
|
5935
6001
|
background:linear-gradient(0deg, var(--notification-background-error) 0, var(--notification-background-error) 100%), var(--notification-background-overlay);
|
|
5936
6002
|
}
|
|
5937
6003
|
|
|
5938
|
-
.bp_notification_module_root--
|
|
6004
|
+
.bp_notification_module_root--bac20{
|
|
5939
6005
|
backdrop-filter:blur(var(--notification-background-blur));
|
|
5940
6006
|
border:var(--notification-border) solid;
|
|
5941
6007
|
border-radius:var(--notification-radius);
|
|
@@ -5945,26 +6011,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5945
6011
|
width:max-content;
|
|
5946
6012
|
}
|
|
5947
6013
|
@media (width > 374px){
|
|
5948
|
-
.bp_notification_module_root--
|
|
6014
|
+
.bp_notification_module_root--bac20{
|
|
5949
6015
|
max-width:343px;
|
|
5950
6016
|
}
|
|
5951
6017
|
}
|
|
5952
6018
|
@media (width > 767px){
|
|
5953
|
-
.bp_notification_module_root--
|
|
6019
|
+
.bp_notification_module_root--bac20{
|
|
5954
6020
|
max-width:728px;
|
|
5955
6021
|
}
|
|
5956
6022
|
}
|
|
5957
6023
|
@media (width > 1023px){
|
|
5958
|
-
.bp_notification_module_root--
|
|
6024
|
+
.bp_notification_module_root--bac20{
|
|
5959
6025
|
max-width:848px;
|
|
5960
6026
|
}
|
|
5961
6027
|
}
|
|
5962
6028
|
@media (width > 1219px){
|
|
5963
|
-
.bp_notification_module_root--
|
|
6029
|
+
.bp_notification_module_root--bac20{
|
|
5964
6030
|
max-width:896px;
|
|
5965
6031
|
}
|
|
5966
6032
|
}
|
|
5967
|
-
.bp_notification_module_root--
|
|
6033
|
+
.bp_notification_module_root--bac20 .bp_notification_module_container--bac20{
|
|
5968
6034
|
align-items:flex-start;
|
|
5969
6035
|
display:flex;
|
|
5970
6036
|
gap:var(--notification-item-spacing);
|
|
@@ -5972,11 +6038,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5972
6038
|
width:100%;
|
|
5973
6039
|
}
|
|
5974
6040
|
@media (width > 767px){
|
|
5975
|
-
.bp_notification_module_root--
|
|
6041
|
+
.bp_notification_module_root--bac20 .bp_notification_module_container--bac20{
|
|
5976
6042
|
align-items:center;
|
|
5977
6043
|
}
|
|
5978
6044
|
}
|
|
5979
|
-
.bp_notification_module_root--
|
|
6045
|
+
.bp_notification_module_root--bac20 .bp_notification_module_mobileContainer--bac20{
|
|
5980
6046
|
align-items:left;
|
|
5981
6047
|
display:flex;
|
|
5982
6048
|
flex-direction:column;
|
|
@@ -5984,46 +6050,46 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5984
6050
|
width:100%;
|
|
5985
6051
|
}
|
|
5986
6052
|
@media (width > 767px){
|
|
5987
|
-
.bp_notification_module_root--
|
|
6053
|
+
.bp_notification_module_root--bac20 .bp_notification_module_mobileContainer--bac20{
|
|
5988
6054
|
align-items:center;
|
|
5989
6055
|
flex-direction:row;
|
|
5990
6056
|
}
|
|
5991
6057
|
}
|
|
5992
|
-
.bp_notification_module_root--
|
|
6058
|
+
.bp_notification_module_root--bac20 .bp_notification_module_withButtons--bac20{
|
|
5993
6059
|
gap:var(--notification-item-spacing);
|
|
5994
6060
|
}
|
|
5995
|
-
.bp_notification_module_root--
|
|
6061
|
+
.bp_notification_module_root--bac20.bp_notification_module_info--bac20{
|
|
5996
6062
|
background:var(--notification-background-info);
|
|
5997
6063
|
border-color:var(--notification-border-color-info);
|
|
5998
6064
|
}
|
|
5999
|
-
.bp_notification_module_root--
|
|
6065
|
+
.bp_notification_module_root--bac20.bp_notification_module_success--bac20{
|
|
6000
6066
|
background:var(--notification-background-success);
|
|
6001
6067
|
border-color:var(--notification-border-color-success);
|
|
6002
6068
|
}
|
|
6003
|
-
.bp_notification_module_root--
|
|
6069
|
+
.bp_notification_module_root--bac20.bp_notification_module_warning--bac20{
|
|
6004
6070
|
background:var(--notification-background-warning);
|
|
6005
6071
|
border-color:var(--notification-border-color-warning);
|
|
6006
6072
|
}
|
|
6007
|
-
.bp_notification_module_root--
|
|
6073
|
+
.bp_notification_module_root--bac20.bp_notification_module_error--bac20{
|
|
6008
6074
|
background:var(--notification-background-error);
|
|
6009
6075
|
border-color:var(--notification-border-color-error);
|
|
6010
6076
|
}
|
|
6011
|
-
.bp_notification_module_root--
|
|
6077
|
+
.bp_notification_module_root--bac20:focus-visible{
|
|
6012
6078
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--notification-outline-focus);
|
|
6013
6079
|
outline:none;
|
|
6014
6080
|
}
|
|
6015
|
-
.bp_notification_module_root--
|
|
6081
|
+
.bp_notification_module_root--bac20 .bp_notification_module_typeIconContainer--bac20{
|
|
6016
6082
|
align-items:center;
|
|
6017
6083
|
display:flex;
|
|
6018
6084
|
height:var(--notification-icon-size);
|
|
6019
6085
|
justify-content:center;
|
|
6020
6086
|
width:var(--notification-icon-size);
|
|
6021
6087
|
}
|
|
6022
|
-
.bp_notification_module_root--
|
|
6088
|
+
.bp_notification_module_root--bac20 .bp_notification_module_typeIconContainer--bac20 .bp_notification_module_typeIcon--bac20{
|
|
6023
6089
|
flex-shrink:0;
|
|
6024
6090
|
margin-left:var(--notification-padding-horizontal);
|
|
6025
6091
|
}
|
|
6026
|
-
.bp_notification_module_root--
|
|
6092
|
+
.bp_notification_module_root--bac20 .bp_notification_module_text--bac20{
|
|
6027
6093
|
align-items:center;
|
|
6028
6094
|
color:var(--notification-text-color);
|
|
6029
6095
|
display:flex;
|
|
@@ -6039,38 +6105,38 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6039
6105
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
6040
6106
|
text-transform:var(--body-default-bold-text-case);
|
|
6041
6107
|
}
|
|
6042
|
-
.bp_notification_module_root--
|
|
6108
|
+
.bp_notification_module_root--bac20 .bp_notification_module_text--bac20 > div{
|
|
6043
6109
|
overflow:hidden;
|
|
6044
6110
|
overflow-wrap:break-word;
|
|
6045
6111
|
}
|
|
6046
|
-
.bp_notification_module_root--
|
|
6112
|
+
.bp_notification_module_root--bac20 .bp_notification_module_contentButtonSection--bac20{
|
|
6047
6113
|
display:flex;
|
|
6048
6114
|
gap:var(--notification-item-spacing);
|
|
6049
6115
|
margin-left:0;
|
|
6050
6116
|
}
|
|
6051
6117
|
@media (width > 767px){
|
|
6052
|
-
.bp_notification_module_root--
|
|
6118
|
+
.bp_notification_module_root--bac20 .bp_notification_module_contentButtonSection--bac20{
|
|
6053
6119
|
margin-left:auto;
|
|
6054
6120
|
}
|
|
6055
6121
|
}
|
|
6056
|
-
.bp_notification_module_root--
|
|
6122
|
+
.bp_notification_module_root--bac20 .bp_notification_module_contentButtonSection--bac20 .bp_notification_module_contentButtons--bac20{
|
|
6057
6123
|
display:flex;
|
|
6058
6124
|
gap:var(--notification-item-spacing);
|
|
6059
6125
|
}
|
|
6060
|
-
.bp_notification_module_root--
|
|
6126
|
+
.bp_notification_module_root--bac20 .bp_notification_module_closeButtonSection--bac20{
|
|
6061
6127
|
display:flex;
|
|
6062
6128
|
gap:var(--notification-item-spacing);
|
|
6063
6129
|
margin-left:auto;
|
|
6064
6130
|
margin-right:var(--notification-padding-horizontal);
|
|
6065
6131
|
}
|
|
6066
|
-
.bp_notification_module_root--
|
|
6132
|
+
.bp_notification_module_root--bac20 .bp_notification_module_closeButtonSection--bac20 .bp_notification_module_closeButton--bac20{
|
|
6067
6133
|
align-self:center;
|
|
6068
6134
|
}
|
|
6069
|
-
.bp_notification_module_root--
|
|
6135
|
+
.bp_notification_module_root--bac20 .bp_notification_module_closeButtonSection--bac20 .bp_notification_module_closeButton--bac20 svg *{
|
|
6070
6136
|
fill:currentColor;
|
|
6071
6137
|
}
|
|
6072
6138
|
|
|
6073
|
-
.bp_popover_module_popoverContentContainer--
|
|
6139
|
+
.bp_popover_module_popoverContentContainer--2a738 .bp_popover_module_popoverCard--2a738 .bp_popover_module_popoverMainContent--2a738,.bp_popover_module_popoverContentContainer--2a738.bp_popover_module_accessibilitySmallBreakpoint--2a738 .bp_popover_module_popoverCard--2a738 .bp_popover_module_popoverScrollContainer--2a738{
|
|
6074
6140
|
margin-inline-end:var(--scroll-mask-margin-inline-end);
|
|
6075
6141
|
mask-image:var(--scroll-mask-mask-image);
|
|
6076
6142
|
mask-position:var(--scroll-mask-mask-position);
|
|
@@ -6080,7 +6146,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6080
6146
|
transition:var(--scroll-mask-transition);
|
|
6081
6147
|
}
|
|
6082
6148
|
|
|
6083
|
-
.bp_popover_module_popoverContentContainer--
|
|
6149
|
+
.bp_popover_module_popoverContentContainer--2a738[data-modern=false]{
|
|
6084
6150
|
--scroll-mask-padding-right:var(--space-4);
|
|
6085
6151
|
--scroll-mask-overflow:auto;
|
|
6086
6152
|
--scroll-mask-transition:mask-position var(--animation-duration-3), -webkit-mask-position var(--animation-duration-3);
|
|
@@ -6105,7 +6171,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6105
6171
|
--popover-footer-border-top:var(--border-1) solid var(--border-card-border);
|
|
6106
6172
|
}
|
|
6107
6173
|
|
|
6108
|
-
.bp_popover_module_popoverContentContainer--
|
|
6174
|
+
.bp_popover_module_popoverContentContainer--2a738[data-modern=true]{
|
|
6109
6175
|
--bp-dropshadow-3:var(--dropshadow-3);
|
|
6110
6176
|
--bp-animation-duration-3:var(--animation-duration-3);
|
|
6111
6177
|
--scroll-mask-padding-right:var(--bp-space-040);
|
|
@@ -6132,43 +6198,43 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6132
6198
|
--popover-footer-border-top:var(--bp-border-01) solid var(--bp-border-card-border);
|
|
6133
6199
|
}
|
|
6134
6200
|
|
|
6135
|
-
.bp_popover_module_popoverContentContainer--
|
|
6201
|
+
.bp_popover_module_popoverContentContainer--2a738{
|
|
6136
6202
|
max-width:320px;
|
|
6137
6203
|
z-index:var(--z-index-popover);
|
|
6138
6204
|
}
|
|
6139
|
-
.bp_popover_module_popoverContentContainer--
|
|
6205
|
+
.bp_popover_module_popoverContentContainer--2a738 .bp_popover_module_popoverCard--2a738{
|
|
6140
6206
|
box-shadow:var(--popover-card-box-shadow);
|
|
6141
6207
|
margin-block:var(--popover-card-margin-block);
|
|
6142
6208
|
}
|
|
6143
|
-
.bp_popover_module_popoverContentContainer--
|
|
6209
|
+
.bp_popover_module_popoverContentContainer--2a738 .bp_popover_module_popoverCard--2a738 .bp_popover_module_popoverMainContent--2a738:hover{
|
|
6144
6210
|
mask-position:left top;
|
|
6145
6211
|
}
|
|
6146
|
-
.bp_popover_module_popoverContentContainer--
|
|
6212
|
+
.bp_popover_module_popoverContentContainer--2a738 .bp_popover_module_popoverCard--2a738 .bp_popover_module_popoverMainContent--2a738 .bp_popover_module_popoverMainContentOuterContainer--2a738{
|
|
6147
6213
|
max-height:inherit;
|
|
6148
6214
|
}
|
|
6149
|
-
.bp_popover_module_popoverContentContainer--
|
|
6215
|
+
.bp_popover_module_popoverContentContainer--2a738 .bp_popover_module_popoverCard--2a738 .bp_popover_module_popoverMainContent--2a738 .bp_popover_module_popoverMainContentOuterContainer--2a738 .bp_popover_module_popoverMainContentInnerContainerPadding--2a738{
|
|
6150
6216
|
padding-block-end:var(--popover-main-content-inner-container-padding);
|
|
6151
6217
|
}
|
|
6152
|
-
.bp_popover_module_popoverContentContainer--
|
|
6218
|
+
.bp_popover_module_popoverContentContainer--2a738.bp_popover_module_accessibilitySmallBreakpoint--2a738{
|
|
6153
6219
|
max-height:var(--radix-popover-content-available-height);
|
|
6154
6220
|
}
|
|
6155
|
-
.bp_popover_module_popoverContentContainer--
|
|
6221
|
+
.bp_popover_module_popoverContentContainer--2a738.bp_popover_module_accessibilitySmallBreakpoint--2a738 .bp_popover_module_popoverCard--2a738 .bp_popover_module_popoverScrollContainer--2a738{
|
|
6156
6222
|
max-height:var(--popover-scroll-container-small-breakpoint-max-height);
|
|
6157
6223
|
padding-block:var(--popover-scroll-container-small-breakpoint-padding-block);
|
|
6158
6224
|
}
|
|
6159
|
-
.bp_popover_module_popoverContentContainer--
|
|
6225
|
+
.bp_popover_module_popoverContentContainer--2a738.bp_popover_module_accessibilitySmallBreakpoint--2a738 .bp_popover_module_popoverCard--2a738 .bp_popover_module_popoverScrollContainer--2a738:hover{
|
|
6160
6226
|
mask-position:left top;
|
|
6161
6227
|
}
|
|
6162
|
-
.bp_popover_module_popoverContentContainer--
|
|
6228
|
+
.bp_popover_module_popoverContentContainer--2a738.bp_popover_module_accessibilitySmallBreakpoint--2a738 .bp_popover_module_popoverCard--2a738 .bp_popover_module_popoverScrollContainer--2a738 .bp_popover_module_popoverMainContent--2a738{
|
|
6163
6229
|
max-height:-moz-fit-content;
|
|
6164
6230
|
max-height:fit-content;
|
|
6165
6231
|
}
|
|
6166
|
-
.bp_popover_module_popoverContentContainer--
|
|
6232
|
+
.bp_popover_module_popoverContentContainer--2a738 .bp_popover_module_popoverFooter--2a738{
|
|
6167
6233
|
margin-inline:var(--popover-footer-margin-inline);
|
|
6168
6234
|
padding-block-start:var(--popover-footer-padding-block-start);
|
|
6169
6235
|
padding-inline:var(--popover-footer-padding-inline);
|
|
6170
6236
|
}
|
|
6171
|
-
.bp_popover_module_popoverContentContainer--
|
|
6237
|
+
.bp_popover_module_popoverContentContainer--2a738 .bp_popover_module_popoverFooter--2a738.bp_popover_module_popoverFooterTopBorder--2a738{
|
|
6172
6238
|
border-top:var(--popover-footer-border-top);
|
|
6173
6239
|
}
|
|
6174
6240
|
.bp_select_menu_grid_module_grid--6e766{
|
|
@@ -6180,42 +6246,42 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6180
6246
|
flex-direction:row;
|
|
6181
6247
|
}
|
|
6182
6248
|
|
|
6183
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6249
|
+
.bp_select_menu_grid_option_module_buttonWrapper--5e637.bp_select_menu_grid_option_module_withLabel--5e637{
|
|
6184
6250
|
flex:1 1 0;
|
|
6185
6251
|
margin:var(--space-05) 0;
|
|
6186
6252
|
}
|
|
6187
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6253
|
+
.bp_select_menu_grid_option_module_buttonWrapper--5e637.bp_select_menu_grid_option_module_withLabel--default--5e637{
|
|
6188
6254
|
max-width:100%;
|
|
6189
6255
|
}
|
|
6190
6256
|
@media only screen and (width > 374px){
|
|
6191
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6257
|
+
.bp_select_menu_grid_option_module_buttonWrapper--5e637.bp_select_menu_grid_option_module_withLabel--default--5e637{
|
|
6192
6258
|
margin:var(--space-05);
|
|
6193
6259
|
max-width:calc(50% - var(--space-1));
|
|
6194
6260
|
}
|
|
6195
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6261
|
+
.bp_select_menu_grid_option_module_buttonWrapper--5e637.bp_select_menu_grid_option_module_withLabel--default--5e637:first-child{
|
|
6196
6262
|
margin-left:0;
|
|
6197
6263
|
}
|
|
6198
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6264
|
+
.bp_select_menu_grid_option_module_buttonWrapper--5e637.bp_select_menu_grid_option_module_withLabel--default--5e637:last-child{
|
|
6199
6265
|
margin-right:0;
|
|
6200
6266
|
}
|
|
6201
6267
|
}
|
|
6202
6268
|
|
|
6203
|
-
.bp_select_menu_grid_option_module_square--
|
|
6269
|
+
.bp_select_menu_grid_option_module_square--5e637{
|
|
6204
6270
|
height:var(--size-8);
|
|
6205
6271
|
width:var(--size-8);
|
|
6206
6272
|
}
|
|
6207
|
-
.bp_select_menu_grid_option_module_square--
|
|
6273
|
+
.bp_select_menu_grid_option_module_square--5e637,.bp_select_menu_grid_option_module_square--5e637 .bp_select_menu_grid_option_module_outlineHost--5e637{
|
|
6208
6274
|
align-items:center;
|
|
6209
6275
|
border-radius:var(--radius-3);
|
|
6210
6276
|
display:flex;
|
|
6211
6277
|
justify-content:center;
|
|
6212
6278
|
}
|
|
6213
|
-
.bp_select_menu_grid_option_module_square--
|
|
6279
|
+
.bp_select_menu_grid_option_module_square--5e637 .bp_select_menu_grid_option_module_outlineHost--5e637{
|
|
6214
6280
|
height:var(--size-7);
|
|
6215
6281
|
width:var(--size-7);
|
|
6216
6282
|
}
|
|
6217
6283
|
|
|
6218
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6284
|
+
.bp_select_menu_grid_option_module_circle--5e637{
|
|
6219
6285
|
align-items:center;
|
|
6220
6286
|
background-clip:content-box;
|
|
6221
6287
|
background-color:var(--gray-white);
|
|
@@ -6227,10 +6293,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6227
6293
|
justify-content:center;
|
|
6228
6294
|
width:var(--size-8);
|
|
6229
6295
|
}
|
|
6230
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6296
|
+
.bp_select_menu_grid_option_module_circle--5e637.bp_select_menu_grid_option_module_loading--5e637{
|
|
6231
6297
|
border-color:var(--gray-white);
|
|
6232
6298
|
}
|
|
6233
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6299
|
+
.bp_select_menu_grid_option_module_circle--5e637 .bp_select_menu_grid_option_module_color--5e637{
|
|
6234
6300
|
background-color:var(--circleColor);
|
|
6235
6301
|
border:var(--border-1) solid var(--circleBorderColor);
|
|
6236
6302
|
border-radius:50%;
|
|
@@ -6238,10 +6304,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6238
6304
|
height:var(--size-6);
|
|
6239
6305
|
width:var(--size-6);
|
|
6240
6306
|
}
|
|
6241
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6307
|
+
.bp_select_menu_grid_option_module_circle--5e637 .bp_select_menu_grid_option_module_strikeThrough--5e637{
|
|
6242
6308
|
position:relative;
|
|
6243
6309
|
}
|
|
6244
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6310
|
+
.bp_select_menu_grid_option_module_circle--5e637 .bp_select_menu_grid_option_module_strikeThrough--5e637::after{
|
|
6245
6311
|
background-color:var(--watermelon-red-100);
|
|
6246
6312
|
border-radius:var(--radius-1);
|
|
6247
6313
|
content:"";
|
|
@@ -6253,7 +6319,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6253
6319
|
width:90%;
|
|
6254
6320
|
}
|
|
6255
6321
|
|
|
6256
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6322
|
+
.bp_select_menu_grid_option_module_optionButton--5e637{
|
|
6257
6323
|
align-items:center;
|
|
6258
6324
|
background-color:initial;
|
|
6259
6325
|
border:none;
|
|
@@ -6263,13 +6329,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6263
6329
|
-webkit-user-select:none;
|
|
6264
6330
|
user-select:none;
|
|
6265
6331
|
}
|
|
6266
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6332
|
+
.bp_select_menu_grid_option_module_optionButton--5e637:not(.bp_select_menu_grid_option_module_labeled--5e637){
|
|
6267
6333
|
height:var(--size-8);
|
|
6268
6334
|
justify-content:center;
|
|
6269
6335
|
padding:0;
|
|
6270
6336
|
width:var(--size-8);
|
|
6271
6337
|
}
|
|
6272
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6338
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637{
|
|
6273
6339
|
border-radius:var(--radius-3);
|
|
6274
6340
|
gap:var(--space-3);
|
|
6275
6341
|
min-width:10rem;
|
|
@@ -6277,23 +6343,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6277
6343
|
transition:background-color var(--animation-duration-2);
|
|
6278
6344
|
width:100%;
|
|
6279
6345
|
}
|
|
6280
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6346
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637 .bp_select_menu_grid_option_module_text--5e637{
|
|
6281
6347
|
max-height:var(--size-8);
|
|
6282
6348
|
text-align:left;
|
|
6283
6349
|
}
|
|
6284
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6350
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637 .bp_select_menu_grid_option_module_text--large--5e637{
|
|
6285
6351
|
-webkit-box-orient:vertical;
|
|
6286
6352
|
-webkit-line-clamp:1;
|
|
6287
6353
|
display:-webkit-box;
|
|
6288
6354
|
overflow:hidden;
|
|
6289
6355
|
}
|
|
6290
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6356
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637 .bp_select_menu_grid_option_module_text--default--5e637{
|
|
6291
6357
|
-webkit-box-orient:vertical;
|
|
6292
6358
|
-webkit-line-clamp:2;
|
|
6293
6359
|
display:-webkit-box;
|
|
6294
6360
|
overflow:hidden;
|
|
6295
6361
|
}
|
|
6296
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6362
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637 .bp_select_menu_grid_option_module_iconContainer--5e637{
|
|
6297
6363
|
align-items:center;
|
|
6298
6364
|
background:var(--icon-background);
|
|
6299
6365
|
border-radius:var(--radius-3);
|
|
@@ -6301,95 +6367,95 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6301
6367
|
flex-shrink:0;
|
|
6302
6368
|
justify-content:center;
|
|
6303
6369
|
}
|
|
6304
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6370
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637 .bp_select_menu_grid_option_module_iconContainer--size-default--5e637{
|
|
6305
6371
|
height:var(--size-8);
|
|
6306
6372
|
width:var(--size-8);
|
|
6307
6373
|
}
|
|
6308
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6374
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637 .bp_select_menu_grid_option_module_iconContainer--size-large--5e637{
|
|
6309
6375
|
height:var(--size-10);
|
|
6310
6376
|
width:var(--size-10);
|
|
6311
6377
|
}
|
|
6312
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6378
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637 .bp_select_menu_grid_option_module_iconContainer--default--5e637{
|
|
6313
6379
|
--icon-background:var(--surface-surface-tertiary);
|
|
6314
6380
|
--icon-background-dark:var(--surface-surface-quaternary);
|
|
6315
6381
|
}
|
|
6316
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6382
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637 .bp_select_menu_grid_option_module_iconContainer--box--5e637{
|
|
6317
6383
|
--icon-background:var(--brand-box-tertiary);
|
|
6318
6384
|
--icon-background-dark:var(--brand-box-secondary);
|
|
6319
6385
|
}
|
|
6320
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6386
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637 .bp_select_menu_grid_option_module_iconContainer--docgen--5e637{
|
|
6321
6387
|
--icon-background:var(--brand-docgen-tertiary);
|
|
6322
6388
|
--icon-background-dark:var(--brand-docgen-secondary);
|
|
6323
6389
|
}
|
|
6324
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6390
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637 .bp_select_menu_grid_option_module_iconContainer--forms--5e637{
|
|
6325
6391
|
--icon-background:var(--brand-forms-tertiary);
|
|
6326
6392
|
--icon-background-dark:var(--brand-forms-secondary);
|
|
6327
6393
|
}
|
|
6328
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6394
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637 .bp_select_menu_grid_option_module_iconContainer--sign--5e637{
|
|
6329
6395
|
--icon-background:var(--brand-sign-tertiary);
|
|
6330
6396
|
--icon-background-dark:var(--brand-sign-secondary);
|
|
6331
6397
|
}
|
|
6332
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6398
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637:hover{
|
|
6333
6399
|
background:var(--surface-surface-secondary);
|
|
6334
6400
|
box-shadow:var(--dropshadow-2);
|
|
6335
6401
|
cursor:grab;
|
|
6336
6402
|
}
|
|
6337
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6403
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637.bp_select_menu_grid_option_module_active--5e637,.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637.bp_select_menu_grid_option_module_dragging--5e637,.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637:active{
|
|
6338
6404
|
background:var(--surface-surface-secondary);
|
|
6339
6405
|
box-shadow:var(--dropshadow-2);
|
|
6340
6406
|
}
|
|
6341
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6407
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637.bp_select_menu_grid_option_module_active--5e637 .bp_select_menu_grid_option_module_iconContainer--5e637,.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637:active .bp_select_menu_grid_option_module_iconContainer--5e637{
|
|
6342
6408
|
background-color:var(--icon-background);
|
|
6343
6409
|
}
|
|
6344
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6410
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637.bp_select_menu_grid_option_module_dragging--5e637{
|
|
6345
6411
|
box-shadow:0 0 0 var(--border-1) var(--border-divider-border), var(--dropshadow-2);
|
|
6346
6412
|
}
|
|
6347
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6413
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637.bp_select_menu_grid_option_module_dragging--5e637 .bp_select_menu_grid_option_module_iconContainer--5e637{
|
|
6348
6414
|
background-color:var(--icon-background-dark);
|
|
6349
6415
|
}
|
|
6350
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6416
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637.bp_select_menu_grid_option_module_dragging--5e637:hover{
|
|
6351
6417
|
cursor:grabbing;
|
|
6352
6418
|
}
|
|
6353
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6419
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637:hover:not(.bp_select_menu_grid_option_module_disabled--5e637) .bp_select_menu_grid_option_module_iconContainer--5e637{
|
|
6354
6420
|
background-color:var(--icon-background-dark);
|
|
6355
6421
|
transition:background-color var(--animation-duration-2);
|
|
6356
6422
|
}
|
|
6357
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6423
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637[data-focus-visible]{
|
|
6358
6424
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
6359
6425
|
}
|
|
6360
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6426
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_labeled--5e637[data-focus-visible]:active{
|
|
6361
6427
|
background:var(--surface-surface-secondary);
|
|
6362
6428
|
}
|
|
6363
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6429
|
+
.bp_select_menu_grid_option_module_optionButton--5e637:hover .bp_select_menu_grid_option_module_square--5e637,.bp_select_menu_grid_option_module_optionButton--5e637[data-focus-visible] .bp_select_menu_grid_option_module_square--5e637{
|
|
6364
6430
|
background-color:var(--surface-cta-surface-outline-hover);
|
|
6365
6431
|
}
|
|
6366
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6432
|
+
.bp_select_menu_grid_option_module_optionButton--5e637:hover .bp_select_menu_grid_option_module_circle--5e637,.bp_select_menu_grid_option_module_optionButton--5e637[data-focus-visible] .bp_select_menu_grid_option_module_circle--5e637{
|
|
6367
6433
|
background-color:var(--surface-option-grid-surface-hover);
|
|
6368
6434
|
}
|
|
6369
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6435
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_active--5e637 .bp_select_menu_grid_option_module_square--5e637,.bp_select_menu_grid_option_module_optionButton--5e637:active .bp_select_menu_grid_option_module_square--5e637{
|
|
6370
6436
|
background-color:var(--surface-cta-surface-outline-pressed);
|
|
6371
6437
|
}
|
|
6372
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6438
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_active--5e637 .bp_select_menu_grid_option_module_circle--5e637,.bp_select_menu_grid_option_module_optionButton--5e637:active .bp_select_menu_grid_option_module_circle--5e637{
|
|
6373
6439
|
border:var(--border-2) solid var(--circleColor);
|
|
6374
6440
|
}
|
|
6375
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6441
|
+
.bp_select_menu_grid_option_module_optionButton--5e637.bp_select_menu_grid_option_module_loading--5e637,.bp_select_menu_grid_option_module_optionButton--5e637:disabled{
|
|
6376
6442
|
cursor:default;
|
|
6377
6443
|
}
|
|
6378
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6444
|
+
.bp_select_menu_grid_option_module_optionButton--5e637[data-focus-visible] .bp_select_menu_grid_option_module_outlineHost--5e637{
|
|
6379
6445
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
6380
6446
|
}
|
|
6381
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6447
|
+
.bp_select_menu_grid_option_module_optionButton--5e637[data-focus-visible] .bp_select_menu_grid_option_module_circle--5e637{
|
|
6382
6448
|
border-color:var(--surface-option-grid-surface-hover);
|
|
6383
6449
|
}
|
|
6384
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6450
|
+
.bp_select_menu_grid_option_module_optionButton--5e637[data-focus-visible].bp_select_menu_grid_option_module_active--5e637 .bp_select_menu_grid_option_module_circle--5e637,.bp_select_menu_grid_option_module_optionButton--5e637[data-focus-visible]:active .bp_select_menu_grid_option_module_circle--5e637{
|
|
6385
6451
|
border:var(--border-2) solid var(--circleColor);
|
|
6386
6452
|
box-shadow:0 0 0 var(--border-1) var(--gray-white), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
6387
6453
|
}
|
|
6388
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6454
|
+
.bp_select_menu_grid_option_module_optionButton--5e637:disabled:not(.bp_select_menu_grid_option_module_loading--5e637){
|
|
6389
6455
|
opacity:.3;
|
|
6390
6456
|
}
|
|
6391
6457
|
|
|
6392
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
6458
|
+
.bp_tabs_module_hiddenWidthSetter--4f610{
|
|
6393
6459
|
display:block;
|
|
6394
6460
|
font-family:var(--body-default-bold-font-family);
|
|
6395
6461
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -6403,11 +6469,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6403
6469
|
text-transform:var(--body-default-bold-text-case);
|
|
6404
6470
|
visibility:hidden;
|
|
6405
6471
|
}
|
|
6406
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
6472
|
+
.bp_tabs_module_hiddenWidthSetter--4f610 > *{
|
|
6407
6473
|
visibility:hidden;
|
|
6408
6474
|
}
|
|
6409
6475
|
|
|
6410
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
6476
|
+
.bp_tabs_module_contentSwitchTabList--4f610[data-modern=false]{
|
|
6411
6477
|
--content-switch-tab-list-gap:var(--space-1);
|
|
6412
6478
|
--content-switch-tab-list-padding:var(--space-1);
|
|
6413
6479
|
--content-switch-tab-list-background:var(--surface-contentswitcher-surface);
|
|
@@ -6423,7 +6489,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6423
6489
|
--content-switch-tab-active-background:var(--surface-cta-surface-secondary-pressed);
|
|
6424
6490
|
}
|
|
6425
6491
|
|
|
6426
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
6492
|
+
.bp_tabs_module_contentSwitchTabList--4f610[data-modern=true]{
|
|
6427
6493
|
--content-switch-tab-list-gap:var(--bp-space-010);
|
|
6428
6494
|
--content-switch-tab-list-padding:var(--bp-space-010);
|
|
6429
6495
|
--content-switch-tab-list-background:var(--bp-gray-10);
|
|
@@ -6438,7 +6504,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6438
6504
|
--content-switch-tab-hover-background:var(--bp-gray-05);
|
|
6439
6505
|
}
|
|
6440
6506
|
|
|
6441
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
6507
|
+
.bp_tabs_module_contentSwitchTabList--4f610{
|
|
6442
6508
|
background:var(--content-switch-tab-list-background);
|
|
6443
6509
|
border-radius:var(--content-switch-tab-list-border-radius);
|
|
6444
6510
|
display:grid;
|
|
@@ -6449,7 +6515,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6449
6515
|
min-width:fit-content;
|
|
6450
6516
|
padding:var(--content-switch-tab-list-padding);
|
|
6451
6517
|
}
|
|
6452
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
6518
|
+
.bp_tabs_module_contentSwitchTabList--4f610 .bp_tabs_module_contentSwitchTab--4f610{
|
|
6453
6519
|
align-items:center;
|
|
6454
6520
|
background:#0000;
|
|
6455
6521
|
border:none;
|
|
@@ -6470,7 +6536,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6470
6536
|
text-transform:var(--body-default-text-case);
|
|
6471
6537
|
white-space:nowrap;
|
|
6472
6538
|
}
|
|
6473
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
6539
|
+
.bp_tabs_module_contentSwitchTabList--4f610 .bp_tabs_module_contentSwitchTab--4f610[aria-selected=true]{
|
|
6474
6540
|
background:var(--content-switch-tab-selected-background);
|
|
6475
6541
|
box-shadow:var(--content-switch-tab-selected-box-shadow);
|
|
6476
6542
|
color:var(--content-switch-tab-selected-color);
|
|
@@ -6483,44 +6549,44 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6483
6549
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
6484
6550
|
text-transform:var(--body-default-bold-text-case);
|
|
6485
6551
|
}
|
|
6486
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
6552
|
+
.bp_tabs_module_contentSwitchTabList--4f610 .bp_tabs_module_contentSwitchTab--4f610:not([aria-disabled=true])[data-focus-visible]{
|
|
6487
6553
|
border-color:#0000;
|
|
6488
6554
|
box-shadow:var(--content-switch-tab-focus-box-shadow);
|
|
6489
6555
|
}
|
|
6490
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
6556
|
+
.bp_tabs_module_contentSwitchTabList--4f610 .bp_tabs_module_contentSwitchTab--4f610:not([aria-disabled=true]):hover{
|
|
6491
6557
|
background:var(--content-switch-tab-hover-background);
|
|
6492
6558
|
}
|
|
6493
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
6559
|
+
.bp_tabs_module_contentSwitchTabList--4f610 .bp_tabs_module_contentSwitchTab--4f610:not([aria-disabled=true]):active{
|
|
6494
6560
|
background:var(--content-switch-tab-active-background);
|
|
6495
6561
|
}
|
|
6496
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
6562
|
+
.bp_tabs_module_contentSwitchTabList--4f610 .bp_tabs_module_contentSwitchTab--4f610[aria-disabled=true]{
|
|
6497
6563
|
opacity:.3;
|
|
6498
6564
|
pointer-events:none;
|
|
6499
6565
|
}
|
|
6500
6566
|
|
|
6501
|
-
.bp_tabs_module_tabsListContainer--
|
|
6567
|
+
.bp_tabs_module_tabsListContainer--4f610{
|
|
6502
6568
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
6503
6569
|
overflow-y:hidden;
|
|
6504
6570
|
scroll-behavior:smooth;
|
|
6505
6571
|
}
|
|
6506
|
-
.bp_tabs_module_tabsListContainer--
|
|
6572
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610{
|
|
6507
6573
|
display:flex;
|
|
6508
6574
|
overflow-x:auto;
|
|
6509
6575
|
padding:calc(var(--border-3) + 1px);
|
|
6510
6576
|
}
|
|
6511
|
-
.bp_tabs_module_tabsListContainer--
|
|
6577
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tabSeparator--4f610{
|
|
6512
6578
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
6513
6579
|
min-width:var(--space-4);
|
|
6514
6580
|
}
|
|
6515
|
-
.bp_tabs_module_tabsListContainer--
|
|
6581
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tabSeparator--4f610:last-child{
|
|
6516
6582
|
display:none;
|
|
6517
6583
|
}
|
|
6518
6584
|
@media only screen and (max-width: 1023px){
|
|
6519
|
-
.bp_tabs_module_tabsListContainer--
|
|
6585
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tabSeparator--4f610{
|
|
6520
6586
|
min-width:calc(var(--border-3) + 1px);
|
|
6521
6587
|
}
|
|
6522
6588
|
}
|
|
6523
|
-
.bp_tabs_module_tabsListContainer--
|
|
6589
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tab--4f610{
|
|
6524
6590
|
background:var(--background-background);
|
|
6525
6591
|
border-style:none;
|
|
6526
6592
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -6541,7 +6607,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6541
6607
|
text-transform:var(--body-default-text-case);
|
|
6542
6608
|
z-index:2;
|
|
6543
6609
|
}
|
|
6544
|
-
.bp_tabs_module_tabsListContainer--
|
|
6610
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tab--4f610[aria-selected=true]{
|
|
6545
6611
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
6546
6612
|
color:var(--text-cta-link);
|
|
6547
6613
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -6553,21 +6619,21 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6553
6619
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
6554
6620
|
text-transform:var(--body-default-bold-text-case);
|
|
6555
6621
|
}
|
|
6556
|
-
.bp_tabs_module_tabsListContainer--
|
|
6622
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tab--4f610:hover{
|
|
6557
6623
|
background-color:var(--surface-tab-surface-hover);
|
|
6558
6624
|
color:var(--text-text-on-light-secondary-hover);
|
|
6559
6625
|
}
|
|
6560
|
-
.bp_tabs_module_tabsListContainer--
|
|
6626
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tab--4f610:hover[aria-selected=true]{
|
|
6561
6627
|
color:var(--text-cta-link);
|
|
6562
6628
|
}
|
|
6563
|
-
.bp_tabs_module_tabsListContainer--
|
|
6629
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tab--4f610:active{
|
|
6564
6630
|
background-color:var(--surface-tab-surface-pressed);
|
|
6565
6631
|
color:var(--text-text-on-light-secondary-hover);
|
|
6566
6632
|
}
|
|
6567
|
-
.bp_tabs_module_tabsListContainer--
|
|
6633
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tab--4f610:active[aria-selected=true]{
|
|
6568
6634
|
color:var(--text-cta-link);
|
|
6569
6635
|
}
|
|
6570
|
-
.bp_tabs_module_tabsListContainer--
|
|
6636
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tab--4f610:focus-visible,.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tab--4f610[data-focus-visible]{
|
|
6571
6637
|
background-color:var(--surface-tab-surface-hover);
|
|
6572
6638
|
border-radius:var(--radius-05);
|
|
6573
6639
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -6575,14 +6641,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6575
6641
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
6576
6642
|
outline-offset:1px;
|
|
6577
6643
|
}
|
|
6578
|
-
.bp_tabs_module_tabsListContainer--
|
|
6644
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tab--4f610:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tab--4f610[data-focus-visible][aria-selected=true]{
|
|
6579
6645
|
color:var(--text-cta-link);
|
|
6580
6646
|
}
|
|
6581
|
-
.bp_tabs_module_tabsListContainer--
|
|
6647
|
+
.bp_tabs_module_tabsListContainer--4f610 .bp_tabs_module_tabList--4f610 .bp_tabs_module_tab--4f610[aria-disabled=true]{
|
|
6582
6648
|
opacity:.5;
|
|
6583
6649
|
}
|
|
6584
6650
|
|
|
6585
|
-
.bp_radio_group_module_root--
|
|
6651
|
+
.bp_radio_group_module_root--90128{
|
|
6586
6652
|
display:flex;
|
|
6587
6653
|
flex-direction:column;
|
|
6588
6654
|
font-family:var(--body-default-font-family);
|
|
@@ -6596,31 +6662,31 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6596
6662
|
text-transform:var(--body-default-text-case);
|
|
6597
6663
|
}
|
|
6598
6664
|
|
|
6599
|
-
.bp_radio_group_module_horizontal--
|
|
6665
|
+
.bp_radio_group_module_horizontal--90128{
|
|
6600
6666
|
flex-direction:row;
|
|
6601
6667
|
gap:1.625rem;
|
|
6602
6668
|
}
|
|
6603
6669
|
|
|
6604
|
-
.bp_radio_group_module_radioOption--
|
|
6670
|
+
.bp_radio_group_module_radioOption--90128{
|
|
6605
6671
|
display:flex;
|
|
6606
6672
|
flex-direction:column;
|
|
6607
6673
|
}
|
|
6608
|
-
.bp_radio_group_module_radioOption--
|
|
6674
|
+
.bp_radio_group_module_radioOption--90128 .bp_radio_group_module_label--90128{
|
|
6609
6675
|
align-items:flex-start;
|
|
6610
6676
|
cursor:pointer;
|
|
6611
6677
|
display:inline-flex;
|
|
6612
6678
|
gap:var(--size-3);
|
|
6613
6679
|
line-height:var(--body-default-line-height);
|
|
6614
6680
|
}
|
|
6615
|
-
.bp_radio_group_module_radioOption--
|
|
6681
|
+
.bp_radio_group_module_radioOption--90128 .bp_radio_group_module_description--90128{
|
|
6616
6682
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
6617
6683
|
}
|
|
6618
|
-
.bp_radio_group_module_radioOption--
|
|
6684
|
+
.bp_radio_group_module_radioOption--90128.bp_radio_group_module_disabled--90128 .bp_radio_group_module_label--90128,[role=radiogroup][data-disabled] .bp_radio_group_module_radioOption--90128 .bp_radio_group_module_label--90128{
|
|
6619
6685
|
color:var(--text-text-on-light-secondary);
|
|
6620
6686
|
cursor:default;
|
|
6621
6687
|
}
|
|
6622
6688
|
|
|
6623
|
-
.bp_radio_group_module_radioButton--
|
|
6689
|
+
.bp_radio_group_module_radioButton--90128{
|
|
6624
6690
|
all:unset;
|
|
6625
6691
|
align-items:center;
|
|
6626
6692
|
background-color:var(--surface-radio-surface);
|
|
@@ -6634,33 +6700,33 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6634
6700
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
6635
6701
|
width:var(--size-4);
|
|
6636
6702
|
}
|
|
6637
|
-
.bp_radio_group_module_radioButton--
|
|
6703
|
+
.bp_radio_group_module_radioButton--90128 .bp_radio_group_module_indicator--90128{
|
|
6638
6704
|
background-color:var(--surface-radio-surface-selected);
|
|
6639
6705
|
border-radius:50%;
|
|
6640
6706
|
height:var(--size-2);
|
|
6641
6707
|
transition:transform .1s;
|
|
6642
6708
|
width:var(--size-2);
|
|
6643
6709
|
}
|
|
6644
|
-
.bp_radio_group_module_radioButton--
|
|
6710
|
+
.bp_radio_group_module_radioButton--90128:focus-visible{
|
|
6645
6711
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
6646
6712
|
}
|
|
6647
|
-
.bp_radio_group_module_radioButton--
|
|
6713
|
+
.bp_radio_group_module_radioButton--90128[data-disabled]{
|
|
6648
6714
|
opacity:60%;
|
|
6649
6715
|
}
|
|
6650
|
-
.bp_radio_group_module_radioButton--
|
|
6716
|
+
.bp_radio_group_module_radioButton--90128[data-state=unchecked]{
|
|
6651
6717
|
background-color:var(--surface-radio-surface);
|
|
6652
6718
|
border:var(--border-2) solid var(--border-radio-border);
|
|
6653
6719
|
}
|
|
6654
|
-
.bp_radio_group_module_radioButton--
|
|
6720
|
+
.bp_radio_group_module_radioButton--90128[data-state=unchecked] .bp_radio_group_module_indicator--90128{
|
|
6655
6721
|
transform:scale(0);
|
|
6656
6722
|
}
|
|
6657
|
-
.bp_radio_group_module_radioButton--
|
|
6723
|
+
.bp_radio_group_module_radioButton--90128:not([data-disabled]):focus-visible,.bp_radio_group_module_radioButton--90128:not([data-disabled]):hover{
|
|
6658
6724
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
6659
6725
|
}
|
|
6660
|
-
.bp_radio_group_module_radioButton--
|
|
6726
|
+
.bp_radio_group_module_radioButton--90128:not([data-disabled]):focus-visible[data-state=checked],.bp_radio_group_module_radioButton--90128:not([data-disabled]):hover[data-state=checked]{
|
|
6661
6727
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
6662
6728
|
}
|
|
6663
|
-
.bp_radio_group_module_radioButton--
|
|
6729
|
+
.bp_radio_group_module_radioButton--90128:not([data-disabled]):focus-visible[data-state=checked] .bp_radio_group_module_indicator--90128,.bp_radio_group_module_radioButton--90128:not([data-disabled]):hover[data-state=checked] .bp_radio_group_module_indicator--90128{
|
|
6664
6730
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
6665
6731
|
}
|
|
6666
6732
|
.bp_radio_tiles_option_module_radioTileOption--36d8a{
|
|
@@ -6881,7 +6947,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6881
6947
|
transform:translateY(-50%);
|
|
6882
6948
|
}
|
|
6883
6949
|
|
|
6884
|
-
.bp_side_panel_module_content--
|
|
6950
|
+
.bp_side_panel_module_content--aba19{
|
|
6885
6951
|
background-color:var(--gray-white);
|
|
6886
6952
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
6887
6953
|
display:flex;
|
|
@@ -6894,12 +6960,12 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6894
6960
|
overflow-y:auto;
|
|
6895
6961
|
}
|
|
6896
6962
|
@media (width > 374px){
|
|
6897
|
-
.bp_side_panel_module_content--
|
|
6963
|
+
.bp_side_panel_module_content--aba19{
|
|
6898
6964
|
min-width:320px;
|
|
6899
6965
|
overflow:hidden;
|
|
6900
6966
|
}
|
|
6901
6967
|
}
|
|
6902
|
-
.bp_side_panel_module_content--
|
|
6968
|
+
.bp_side_panel_module_content--aba19 .bp_side_panel_module_header--aba19{
|
|
6903
6969
|
align-items:center;
|
|
6904
6970
|
background-color:var(--surface-surface);
|
|
6905
6971
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -6911,77 +6977,77 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6911
6977
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6912
6978
|
word-break:break-word;
|
|
6913
6979
|
}
|
|
6914
|
-
.bp_side_panel_module_content--
|
|
6980
|
+
.bp_side_panel_module_content--aba19 .bp_side_panel_module_headerShadow--aba19{
|
|
6915
6981
|
box-shadow:var(--dropshadow-3);
|
|
6916
6982
|
}
|
|
6917
6983
|
|
|
6918
|
-
.bp_side_panel_module_scrollableContainer--
|
|
6984
|
+
.bp_side_panel_module_scrollableContainer--aba19{
|
|
6919
6985
|
flex-grow:1;
|
|
6920
6986
|
}
|
|
6921
6987
|
@media (width > 374px){
|
|
6922
|
-
.bp_side_panel_module_scrollableContainer--
|
|
6988
|
+
.bp_side_panel_module_scrollableContainer--aba19{
|
|
6923
6989
|
overflow-y:auto;
|
|
6924
6990
|
}
|
|
6925
6991
|
}
|
|
6926
6992
|
|
|
6927
|
-
.bp_side_panel_module_persistentContent--
|
|
6993
|
+
.bp_side_panel_module_persistentContent--aba19{
|
|
6928
6994
|
overflow:hidden;
|
|
6929
6995
|
position:relative;
|
|
6930
6996
|
}
|
|
6931
|
-
.bp_side_panel_module_persistentContent--
|
|
6997
|
+
.bp_side_panel_module_persistentContent--aba19 .bp_side_panel_module_scrollableContainer--aba19{
|
|
6932
6998
|
flex-grow:1;
|
|
6933
6999
|
overflow-y:auto;
|
|
6934
7000
|
}
|
|
6935
7001
|
|
|
6936
|
-
.bp_side_panel_module_contentAnimatedSlideIn--
|
|
7002
|
+
.bp_side_panel_module_contentAnimatedSlideIn--aba19{
|
|
6937
7003
|
animation-duration:.2s;
|
|
6938
|
-
animation-name:bp_side_panel_module_slideIn--
|
|
7004
|
+
animation-name:bp_side_panel_module_slideIn--aba19;
|
|
6939
7005
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6940
7006
|
}
|
|
6941
7007
|
|
|
6942
|
-
.bp_side_panel_module_contentAnimatedSlideOut--
|
|
7008
|
+
.bp_side_panel_module_contentAnimatedSlideOut--aba19[data-state=closed]{
|
|
6943
7009
|
animation-duration:.2s;
|
|
6944
|
-
animation-name:bp_side_panel_module_slideOut--
|
|
7010
|
+
animation-name:bp_side_panel_module_slideOut--aba19;
|
|
6945
7011
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6946
7012
|
}
|
|
6947
7013
|
|
|
6948
|
-
.bp_side_panel_module_contentNormal--
|
|
7014
|
+
.bp_side_panel_module_contentNormal--aba19{
|
|
6949
7015
|
width:360px;
|
|
6950
7016
|
}
|
|
6951
7017
|
|
|
6952
|
-
.bp_side_panel_module_contentLarge--
|
|
7018
|
+
.bp_side_panel_module_contentLarge--aba19{
|
|
6953
7019
|
width:420px;
|
|
6954
7020
|
}
|
|
6955
7021
|
|
|
6956
|
-
.bp_side_panel_module_dropShadowContent--
|
|
7022
|
+
.bp_side_panel_module_dropShadowContent--aba19{
|
|
6957
7023
|
box-shadow:var(--dropshadow-3);
|
|
6958
7024
|
}
|
|
6959
7025
|
|
|
6960
|
-
.bp_side_panel_module_content--
|
|
7026
|
+
.bp_side_panel_module_content--aba19 .bp_side_panel_module_close--aba19{
|
|
6961
7027
|
color:var(--gray-65);
|
|
6962
7028
|
position:fixed;
|
|
6963
7029
|
right:var(--space-4);
|
|
6964
7030
|
top:var(--space-4);
|
|
6965
7031
|
}
|
|
6966
7032
|
@media (width > 374px){
|
|
6967
|
-
.bp_side_panel_module_content--
|
|
7033
|
+
.bp_side_panel_module_content--aba19 .bp_side_panel_module_close--aba19{
|
|
6968
7034
|
position:absolute;
|
|
6969
7035
|
top:var(--space-5);
|
|
6970
7036
|
}
|
|
6971
7037
|
}
|
|
6972
7038
|
|
|
6973
|
-
.bp_side_panel_module_overlayContent--
|
|
7039
|
+
.bp_side_panel_module_overlayContent--aba19{
|
|
6974
7040
|
box-shadow:var(--dropshadow-3);
|
|
6975
7041
|
position:fixed;
|
|
6976
7042
|
right:0;
|
|
6977
7043
|
top:0;
|
|
6978
7044
|
z-index:300;
|
|
6979
7045
|
}
|
|
6980
|
-
.bp_side_panel_module_overlayContent--
|
|
7046
|
+
.bp_side_panel_module_overlayContent--aba19 .bp_side_panel_module_header--aba19{
|
|
6981
7047
|
padding:var(--space-5) var(--space-14) var(--space-5) var(--space-4);
|
|
6982
7048
|
}
|
|
6983
7049
|
|
|
6984
|
-
.bp_side_panel_module_overlay--
|
|
7050
|
+
.bp_side_panel_module_overlay--aba19{
|
|
6985
7051
|
background-color:var(--overlay-sidepanel-overlay);
|
|
6986
7052
|
bottom:0;
|
|
6987
7053
|
display:flex;
|
|
@@ -6992,15 +7058,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6992
7058
|
top:0;
|
|
6993
7059
|
z-index:300;
|
|
6994
7060
|
}
|
|
6995
|
-
.bp_side_panel_module_overlay--
|
|
7061
|
+
.bp_side_panel_module_overlay--aba19 .bp_side_panel_module_content--aba19 .bp_side_panel_module_header--aba19{
|
|
6996
7062
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
6997
7063
|
}
|
|
6998
7064
|
|
|
6999
|
-
.bp_side_panel_module_dropShadowOverlay--
|
|
7065
|
+
.bp_side_panel_module_dropShadowOverlay--aba19{
|
|
7000
7066
|
background-color:initial;
|
|
7001
7067
|
}
|
|
7002
7068
|
|
|
7003
|
-
.bp_side_panel_module_footer--
|
|
7069
|
+
.bp_side_panel_module_footer--aba19{
|
|
7004
7070
|
background-color:var(--surface-surface);
|
|
7005
7071
|
display:flex;
|
|
7006
7072
|
justify-content:flex-end;
|
|
@@ -7010,19 +7076,19 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7010
7076
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7011
7077
|
}
|
|
7012
7078
|
|
|
7013
|
-
.bp_side_panel_module_footerShadow--
|
|
7079
|
+
.bp_side_panel_module_footerShadow--aba19{
|
|
7014
7080
|
box-shadow:var(--dropshadow-3-inverse);
|
|
7015
7081
|
}
|
|
7016
7082
|
|
|
7017
|
-
.bp_side_panel_module_footerButton--
|
|
7083
|
+
.bp_side_panel_module_footerButton--aba19{
|
|
7018
7084
|
margin-inline-start:var(--space-2);
|
|
7019
7085
|
}
|
|
7020
7086
|
|
|
7021
|
-
.bp_side_panel_module_footerButton--
|
|
7087
|
+
.bp_side_panel_module_footerButton--aba19 + .bp_side_panel_module_footerButton--aba19{
|
|
7022
7088
|
margin-inline-start:var(--space-3);
|
|
7023
7089
|
}
|
|
7024
7090
|
|
|
7025
|
-
@keyframes bp_side_panel_module_slideIn--
|
|
7091
|
+
@keyframes bp_side_panel_module_slideIn--aba19{
|
|
7026
7092
|
from{
|
|
7027
7093
|
inset-inline-end:-100%;
|
|
7028
7094
|
}
|
|
@@ -7030,7 +7096,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7030
7096
|
inset-inline-end:0;
|
|
7031
7097
|
}
|
|
7032
7098
|
}
|
|
7033
|
-
@keyframes bp_side_panel_module_slideOut--
|
|
7099
|
+
@keyframes bp_side_panel_module_slideOut--aba19{
|
|
7034
7100
|
from{
|
|
7035
7101
|
inset-inline-end:0;
|
|
7036
7102
|
}
|
|
@@ -7187,7 +7253,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7187
7253
|
min-width:var(--split-button-dropdown-min-width);
|
|
7188
7254
|
}
|
|
7189
7255
|
|
|
7190
|
-
.bp_switch_module_option--
|
|
7256
|
+
.bp_switch_module_option--06ec9{
|
|
7191
7257
|
display:flex;
|
|
7192
7258
|
flex-direction:column;
|
|
7193
7259
|
font-family:var(--body-default-font-family);
|
|
@@ -7199,26 +7265,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7199
7265
|
text-decoration:var(--body-default-text-decoration);
|
|
7200
7266
|
text-transform:var(--body-default-text-case);
|
|
7201
7267
|
}
|
|
7202
|
-
.bp_switch_module_option--
|
|
7268
|
+
.bp_switch_module_option--06ec9 .bp_switch_module_label--06ec9{
|
|
7203
7269
|
cursor:pointer;
|
|
7204
7270
|
display:inline-flex;
|
|
7205
7271
|
flex-direction:row;
|
|
7206
7272
|
width:-moz-fit-content;
|
|
7207
7273
|
width:fit-content;
|
|
7208
7274
|
}
|
|
7209
|
-
.bp_switch_module_option--
|
|
7275
|
+
.bp_switch_module_option--06ec9 .bp_switch_module_label--06ec9.bp_switch_module_rightAlign--06ec9{
|
|
7210
7276
|
flex-direction:row-reverse;
|
|
7211
7277
|
justify-content:space-between;
|
|
7212
7278
|
width:unset;
|
|
7213
7279
|
}
|
|
7214
|
-
.bp_switch_module_option--
|
|
7280
|
+
.bp_switch_module_option--06ec9 .bp_switch_module_description--06ec9{
|
|
7215
7281
|
margin-left:calc(var(--space-3) + var(--size-10));
|
|
7216
7282
|
}
|
|
7217
|
-
.bp_switch_module_option--
|
|
7283
|
+
.bp_switch_module_option--06ec9 .bp_switch_module_description--06ec9.bp_switch_module_rightAlign--06ec9{
|
|
7218
7284
|
margin-left:unset;
|
|
7219
7285
|
margin-right:calc(var(--space-3) + var(--size-10));
|
|
7220
7286
|
}
|
|
7221
|
-
.bp_switch_module_option--
|
|
7287
|
+
.bp_switch_module_option--06ec9 .bp_switch_module_thumb--06ec9{
|
|
7222
7288
|
background-color:var(--surface-switch-surface);
|
|
7223
7289
|
border:var(--border-1) solid var(--border-switch-border);
|
|
7224
7290
|
border-radius:var(--size-10);
|
|
@@ -7230,7 +7296,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7230
7296
|
width:var(--size-5);
|
|
7231
7297
|
will-change:transform;
|
|
7232
7298
|
}
|
|
7233
|
-
.bp_switch_module_option--
|
|
7299
|
+
.bp_switch_module_option--06ec9 .bp_switch_module_switch--06ec9{
|
|
7234
7300
|
all:unset;
|
|
7235
7301
|
align-items:center;
|
|
7236
7302
|
background-color:var(--surface-switch-surface-off);
|
|
@@ -7244,27 +7310,27 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7244
7310
|
width:var(--size-10);
|
|
7245
7311
|
will-change:transition;
|
|
7246
7312
|
}
|
|
7247
|
-
.bp_switch_module_option--
|
|
7313
|
+
.bp_switch_module_option--06ec9 .bp_switch_module_switch--06ec9.bp_switch_module_rightAlign--06ec9{
|
|
7248
7314
|
margin-left:var(--space-10);
|
|
7249
7315
|
margin-right:unset;
|
|
7250
7316
|
}
|
|
7251
|
-
.bp_switch_module_option--
|
|
7317
|
+
.bp_switch_module_option--06ec9 .bp_switch_module_switch--06ec9:focus-visible{
|
|
7252
7318
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
7253
7319
|
}
|
|
7254
|
-
.bp_switch_module_option--
|
|
7320
|
+
.bp_switch_module_option--06ec9 .bp_switch_module_switch--06ec9[aria-checked=true]{
|
|
7255
7321
|
background-color:var(--surface-switch-surface-on);
|
|
7256
7322
|
}
|
|
7257
|
-
.bp_switch_module_option--
|
|
7323
|
+
.bp_switch_module_option--06ec9 .bp_switch_module_switch--06ec9[aria-checked=true] .bp_switch_module_thumb--06ec9{
|
|
7258
7324
|
transform:translateX(calc(var(--size-10)/2));
|
|
7259
7325
|
}
|
|
7260
|
-
.bp_switch_module_option--
|
|
7326
|
+
.bp_switch_module_option--06ec9.bp_switch_module_disabled--06ec9 .bp_switch_module_label--06ec9{
|
|
7261
7327
|
cursor:default;
|
|
7262
7328
|
}
|
|
7263
|
-
.bp_switch_module_option--
|
|
7329
|
+
.bp_switch_module_option--06ec9.bp_switch_module_disabled--06ec9 .bp_switch_module_switch--06ec9{
|
|
7264
7330
|
opacity:60%;
|
|
7265
7331
|
}
|
|
7266
7332
|
|
|
7267
|
-
.bp_text_button_module_textButton--
|
|
7333
|
+
.bp_text_button_module_textButton--84555[data-modern=false]{
|
|
7268
7334
|
--text-button-text-color:var(--text-cta-link);
|
|
7269
7335
|
--text-button-radius:calc(var(--radius-1)/2);
|
|
7270
7336
|
--text-button-padding:0;
|
|
@@ -7275,15 +7341,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7275
7341
|
--text-button-focus-box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
7276
7342
|
--text-button-text-color-active:var(--text-cta-link-pressed);
|
|
7277
7343
|
}
|
|
7278
|
-
.bp_text_button_module_textButton--
|
|
7344
|
+
.bp_text_button_module_textButton--84555[data-modern=false].bp_text_button_module_isFontInherited--84555{
|
|
7279
7345
|
--text-button-radius-font-inherited:0.125em;
|
|
7280
7346
|
--text-button-outline:var(--outline-focus-on-light);
|
|
7281
7347
|
}
|
|
7282
|
-
.bp_text_button_module_textButton--
|
|
7348
|
+
.bp_text_button_module_textButton--84555[data-modern=false].bp_text_button_module_isIconButton--84555{
|
|
7283
7349
|
--text-button-gap:var(--space-1);
|
|
7284
7350
|
}
|
|
7285
7351
|
|
|
7286
|
-
.bp_text_button_module_textButton--
|
|
7352
|
+
.bp_text_button_module_textButton--84555[data-modern=true]{
|
|
7287
7353
|
--text-button-text-color:var(--bp-text-cta-link);
|
|
7288
7354
|
--text-button-radius:var(--bp-radius-04);
|
|
7289
7355
|
--text-button-padding:0 var(--bp-space-010);
|
|
@@ -7294,15 +7360,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7294
7360
|
--text-button-focus-box-shadow:0 0 0 var(--bp-border-02) var(--bp-outline-focus-on-light);
|
|
7295
7361
|
--text-button-text-color-active:var(--bp-text-cta-link-pressed);
|
|
7296
7362
|
}
|
|
7297
|
-
.bp_text_button_module_textButton--
|
|
7363
|
+
.bp_text_button_module_textButton--84555[data-modern=true].bp_text_button_module_isFontInherited--84555{
|
|
7298
7364
|
--text-button-radius-font-inherited:0.375em;
|
|
7299
7365
|
--text-button-outline:var(--bp-outline-focus-on-light);
|
|
7300
7366
|
}
|
|
7301
|
-
.bp_text_button_module_textButton--
|
|
7367
|
+
.bp_text_button_module_textButton--84555[data-modern=true].bp_text_button_module_isIconButton--84555{
|
|
7302
7368
|
--text-button-gap:var(--bp-space-010);
|
|
7303
7369
|
}
|
|
7304
7370
|
|
|
7305
|
-
.bp_text_button_module_textButton--
|
|
7371
|
+
.bp_text_button_module_textButton--84555{
|
|
7306
7372
|
align-items:center;
|
|
7307
7373
|
background:#0000;
|
|
7308
7374
|
border:none;
|
|
@@ -7323,54 +7389,54 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7323
7389
|
-webkit-user-select:text;
|
|
7324
7390
|
user-select:text;
|
|
7325
7391
|
}
|
|
7326
|
-
.bp_text_button_module_textButton--
|
|
7392
|
+
.bp_text_button_module_textButton--84555.bp_text_button_module_isFontInherited--84555{
|
|
7327
7393
|
border-radius:var(--text-button-radius-font-inherited);
|
|
7328
7394
|
font:inherit;
|
|
7329
7395
|
}
|
|
7330
|
-
.bp_text_button_module_textButton--
|
|
7396
|
+
.bp_text_button_module_textButton--84555.bp_text_button_module_isFontInherited--84555.bp_text_button_module_isIconButton--84555{
|
|
7331
7397
|
gap:.25em;
|
|
7332
7398
|
}
|
|
7333
|
-
.bp_text_button_module_textButton--
|
|
7399
|
+
.bp_text_button_module_textButton--84555.bp_text_button_module_isFontInherited--84555:not(:disabled)[data-focus-visible]{
|
|
7334
7400
|
box-shadow:0 0 0 .125em var(--text-button-outline);
|
|
7335
7401
|
}
|
|
7336
|
-
.bp_text_button_module_textButton--
|
|
7402
|
+
.bp_text_button_module_textButton--84555 .bp_text_button_module_scaleLoader--84555 div{
|
|
7337
7403
|
border-radius:var(--text-button-scale-loader-border-radius);
|
|
7338
7404
|
height:var(--text-button-scale-loader-height);
|
|
7339
7405
|
width:var(--text-button-scale-loader-width);
|
|
7340
7406
|
}
|
|
7341
|
-
.bp_text_button_module_textButton--
|
|
7407
|
+
.bp_text_button_module_textButton--84555 .bp_text_button_module_icon--84555{
|
|
7342
7408
|
align-items:center;
|
|
7343
7409
|
display:flex;
|
|
7344
7410
|
}
|
|
7345
|
-
.bp_text_button_module_textButton--
|
|
7411
|
+
.bp_text_button_module_textButton--84555 .bp_text_button_module_hideTextContent--84555{
|
|
7346
7412
|
visibility:hidden;
|
|
7347
7413
|
}
|
|
7348
|
-
.bp_text_button_module_textButton--
|
|
7414
|
+
.bp_text_button_module_textButton--84555.bp_text_button_module_isIconButton--84555{
|
|
7349
7415
|
gap:var(--text-button-gap);
|
|
7350
7416
|
}
|
|
7351
|
-
.bp_text_button_module_textButton--
|
|
7417
|
+
.bp_text_button_module_textButton--84555.bp_text_button_module_visuallyHidden--84555{
|
|
7352
7418
|
color:#0000;
|
|
7353
7419
|
pointer-events:none;
|
|
7354
7420
|
position:relative;
|
|
7355
7421
|
}
|
|
7356
|
-
.bp_text_button_module_textButton--
|
|
7422
|
+
.bp_text_button_module_textButton--84555:disabled{
|
|
7357
7423
|
opacity:.3;
|
|
7358
7424
|
}
|
|
7359
|
-
.bp_text_button_module_textButton--
|
|
7425
|
+
.bp_text_button_module_textButton--84555:not(:disabled):hover,.bp_text_button_module_textButton--84555:not(:disabled)[data-focus-visible]{
|
|
7360
7426
|
color:var(--text-button-text-color-hover);
|
|
7361
7427
|
}
|
|
7362
|
-
.bp_text_button_module_textButton--
|
|
7428
|
+
.bp_text_button_module_textButton--84555:not(:disabled)[data-focus-visible]{
|
|
7363
7429
|
box-shadow:var(--text-button-focus-box-shadow);
|
|
7364
7430
|
}
|
|
7365
|
-
.bp_text_button_module_textButton--
|
|
7431
|
+
.bp_text_button_module_textButton--84555:not(:disabled):active{
|
|
7366
7432
|
color:var(--text-button-text-color-active);
|
|
7367
7433
|
}
|
|
7368
7434
|
|
|
7369
|
-
.bp_text_input_module_textInput--
|
|
7435
|
+
.bp_text_input_module_textInput--53592.bp_text_input_module_textInput--53592.bp_text_input_module_textInput--53592 input:has(+ .bp_text_input_module_iconEnd--53592){
|
|
7370
7436
|
padding-inline-end:1.875rem;
|
|
7371
7437
|
}
|
|
7372
7438
|
|
|
7373
|
-
.bp_text_input_module_loadingIndicatorReset--
|
|
7439
|
+
.bp_text_input_module_loadingIndicatorReset--53592 div{
|
|
7374
7440
|
position:static;
|
|
7375
7441
|
}
|
|
7376
7442
|
.bp_text_toggle_button_module_textToggleButton--a97ea{
|
|
@@ -7425,7 +7491,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7425
7491
|
border-color:var(--border-toggletext-border-on-pressed);
|
|
7426
7492
|
}
|
|
7427
7493
|
|
|
7428
|
-
.bp_time_picker_module_timePicker--
|
|
7494
|
+
.bp_time_picker_module_timePicker--1cdb7{
|
|
7429
7495
|
--time-picker-padding-right:var(--space-4);
|
|
7430
7496
|
--time-picker-border-width:var(--border-2);
|
|
7431
7497
|
--time-picker-focused-border-color:var(--outline-focus-on-light);
|
|
@@ -7434,13 +7500,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7434
7500
|
--time-picker-icon-size:var(--size-4);
|
|
7435
7501
|
width:100%;
|
|
7436
7502
|
}
|
|
7437
|
-
.bp_time_picker_module_timePicker--
|
|
7503
|
+
.bp_time_picker_module_timePicker--1cdb7.bp_time_picker_module_disabled--1cdb7{
|
|
7438
7504
|
opacity:60%;
|
|
7439
7505
|
pointer-events:none;
|
|
7440
7506
|
-webkit-user-select:none;
|
|
7441
7507
|
user-select:none;
|
|
7442
7508
|
}
|
|
7443
|
-
.bp_time_picker_module_timePicker--
|
|
7509
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_label--1cdb7{
|
|
7444
7510
|
cursor:default;
|
|
7445
7511
|
display:block;
|
|
7446
7512
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -7455,7 +7521,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7455
7521
|
width:-moz-fit-content;
|
|
7456
7522
|
width:fit-content;
|
|
7457
7523
|
}
|
|
7458
|
-
.bp_time_picker_module_timePicker--
|
|
7524
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_group--1cdb7{
|
|
7459
7525
|
align-items:center;
|
|
7460
7526
|
border-radius:var(--radius-2);
|
|
7461
7527
|
box-shadow:var(--innershadow-1);
|
|
@@ -7474,16 +7540,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7474
7540
|
text-transform:var(--body-default-text-case);
|
|
7475
7541
|
width:100%;
|
|
7476
7542
|
}
|
|
7477
|
-
.bp_time_picker_module_timePicker--
|
|
7543
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_group--1cdb7:focus-within{
|
|
7478
7544
|
outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
|
|
7479
7545
|
}
|
|
7480
|
-
.bp_time_picker_module_timePicker--
|
|
7546
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_group--1cdb7.bp_time_picker_module_error--1cdb7:not(:focus-within){
|
|
7481
7547
|
outline:var(--time-picker-border-width) solid var(--text-text-error-on-light);
|
|
7482
7548
|
}
|
|
7483
|
-
.bp_time_picker_module_timePicker--
|
|
7549
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_group--1cdb7.bp_time_picker_module_error--1cdb7:focus-within{
|
|
7484
7550
|
outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
|
|
7485
7551
|
}
|
|
7486
|
-
.bp_time_picker_module_timePicker--
|
|
7552
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_timeInput--1cdb7{
|
|
7487
7553
|
align-items:center;
|
|
7488
7554
|
display:inline-flex;
|
|
7489
7555
|
height:var(--size-10);
|
|
@@ -7491,7 +7557,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7491
7557
|
text-transform:uppercase;
|
|
7492
7558
|
white-space:nowrap;
|
|
7493
7559
|
}
|
|
7494
|
-
.bp_time_picker_module_timePicker--
|
|
7560
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_timeInputSegment--1cdb7{
|
|
7495
7561
|
border:unset;
|
|
7496
7562
|
border-radius:unset;
|
|
7497
7563
|
border-radius:var(--radius-1);
|
|
@@ -7503,26 +7569,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7503
7569
|
transition:unset;
|
|
7504
7570
|
width:unset;
|
|
7505
7571
|
}
|
|
7506
|
-
.bp_time_picker_module_timePicker--
|
|
7572
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_timeInputSegment--1cdb7[data-placeholder]{
|
|
7507
7573
|
color:var(--text-text-on-light-secondary);
|
|
7508
7574
|
}
|
|
7509
|
-
.bp_time_picker_module_timePicker--
|
|
7575
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_timeInputSegment--1cdb7[role=spinbutton]{
|
|
7510
7576
|
margin:0 var(--space-05);
|
|
7511
7577
|
padding:0 var(--space-1);
|
|
7512
7578
|
}
|
|
7513
|
-
.bp_time_picker_module_timePicker--
|
|
7579
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_timeInputSegment--1cdb7:active,.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_timeInputSegment--1cdb7:focus{
|
|
7514
7580
|
background:var(--box-blue-100);
|
|
7515
7581
|
caret-color:#0000;
|
|
7516
7582
|
color:var(--text-text-brand-on-color);
|
|
7517
7583
|
outline:none;
|
|
7518
7584
|
}
|
|
7519
|
-
.bp_time_picker_module_timePicker--
|
|
7585
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_timeInputSegment--1cdb7:nth-child(1 of [role=spinbutton]){
|
|
7520
7586
|
margin-inline-start:0;
|
|
7521
7587
|
}
|
|
7522
|
-
.bp_time_picker_module_timePicker--
|
|
7588
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_timeInputSegment--1cdb7[data-type=literal] + [data-type=dayPeriod]{
|
|
7523
7589
|
margin-inline-start:calc(var(--space-1)*-1);
|
|
7524
7590
|
}
|
|
7525
|
-
.bp_time_picker_module_timePicker--
|
|
7591
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_clearButton--1cdb7{
|
|
7526
7592
|
align-items:center;
|
|
7527
7593
|
background-color:initial;
|
|
7528
7594
|
border:none;
|
|
@@ -7537,32 +7603,32 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7537
7603
|
right:var(--clear-time-picker-button-right);
|
|
7538
7604
|
width:var(--time-picker-icon-button-size);
|
|
7539
7605
|
}
|
|
7540
|
-
.bp_time_picker_module_timePicker--
|
|
7606
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_clearButton--1cdb7:focus-visible,.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_clearButton--1cdb7[data-focus-visible]{
|
|
7541
7607
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
7542
7608
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
7543
7609
|
}
|
|
7544
|
-
.bp_time_picker_module_timePicker--
|
|
7610
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_clearButton--1cdb7:hover{
|
|
7545
7611
|
background:var(--surface-cta-surface-icon-hover);
|
|
7546
7612
|
}
|
|
7547
|
-
.bp_time_picker_module_timePicker--
|
|
7613
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_clearButton--1cdb7:hover *{
|
|
7548
7614
|
fill:var(--icon-cta-icon-hover);
|
|
7549
7615
|
}
|
|
7550
|
-
.bp_time_picker_module_timePicker--
|
|
7616
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_clearButton--1cdb7:active{
|
|
7551
7617
|
background:var(--surface-cta-surface-icon-pressed);
|
|
7552
7618
|
}
|
|
7553
|
-
.bp_time_picker_module_timePicker--
|
|
7619
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_clearButton--1cdb7:active *{
|
|
7554
7620
|
fill:var(--icon-cta-icon-pressed);
|
|
7555
7621
|
}
|
|
7556
|
-
.bp_time_picker_module_timePicker--
|
|
7622
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_clearButton--1cdb7:disabled{
|
|
7557
7623
|
opacity:1;
|
|
7558
7624
|
}
|
|
7559
|
-
.bp_time_picker_module_timePicker--
|
|
7625
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_clockIcon--1cdb7{
|
|
7560
7626
|
height:var(--time-picker-icon-size);
|
|
7561
7627
|
position:absolute;
|
|
7562
7628
|
right:var(--time-picker-padding-right);
|
|
7563
7629
|
width:var(--time-picker-icon-size);
|
|
7564
7630
|
}
|
|
7565
|
-
.bp_time_picker_module_timePicker--
|
|
7631
|
+
.bp_time_picker_module_timePicker--1cdb7 .bp_time_picker_module_inlineError--1cdb7{
|
|
7566
7632
|
margin-block-start:var(--space-2);
|
|
7567
7633
|
}
|
|
7568
7634
|
:root{
|
|
@@ -8378,7 +8444,6 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8378
8444
|
--bp-surface-badge-surface-slides:#f7ba00;
|
|
8379
8445
|
--bp-surface-badge-surface-video:#009aed;
|
|
8380
8446
|
--bp-surface-badge-word-surface:#185abd;
|
|
8381
|
-
--bp-surface-input-search-surface-focus-pressed:#fff;
|
|
8382
8447
|
--bp-surface-surface-brand:#0061d5;
|
|
8383
8448
|
--bp-surface-surface-brand-busy:#0061d5;
|
|
8384
8449
|
--bp-surface-surface-brand-disabled:#0061d5;
|
|
@@ -8991,7 +9056,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8991
9056
|
--bp-border-radio-tile-border:var(--bp-gray-30);
|
|
8992
9057
|
--bp-border-radio-tile-border-hover:var(--bp-gray-30);
|
|
8993
9058
|
--bp-border-radio-tile-border-selected:var(--bp-box-blue-100);
|
|
9059
|
+
--bp-border-resize-border-focus:var(--bp-light-blue-100);
|
|
9060
|
+
--bp-border-resize-border-hover:var(--bp-gray-30);
|
|
8994
9061
|
--bp-border-search-global-border-hover:var(--bp-gray-10);
|
|
9062
|
+
--bp-border-search-input-border-focus:var(--bp-light-blue-100);
|
|
9063
|
+
--bp-border-search-input-border-hover:var(--bp-gray-65);
|
|
8995
9064
|
--bp-border-search-border:var(--bp-gray-05);
|
|
8996
9065
|
--bp-border-search-border-hover:var(--bp-gray-65);
|
|
8997
9066
|
--bp-border-select-border-active:var(--bp-light-blue-100);
|
|
@@ -9094,11 +9163,12 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9094
9163
|
--bp-surface-checkbox-surface-selected-hover:var(--bp-light-blue-110);
|
|
9095
9164
|
--bp-surface-chip-button-surface:var(--bp-black-opacity-04);
|
|
9096
9165
|
--bp-surface-chip-button-surface-hover:var(--bp-black-opacity-08);
|
|
9166
|
+
--bp-surface-collapsible-section-surface:var(--bp-gray-white);
|
|
9097
9167
|
--bp-surface-combobox-surface:var(--bp-gray-white);
|
|
9098
|
-
--bp-surface-content-button-surface-focus:var(--bp-gray-white);
|
|
9099
9168
|
--bp-surface-content-button-surface-focus-default:var(--bp-gray-white);
|
|
9100
|
-
--bp-surface-content-button-surface-
|
|
9169
|
+
--bp-surface-content-button-surface-focus-selected:var(--bp-gray-white);
|
|
9101
9170
|
--bp-surface-content-button-surface-hover-default:var(--bp-gray-05);
|
|
9171
|
+
--bp-surface-content-button-surface-hover-selected:var(--bp-gray-05);
|
|
9102
9172
|
--bp-surface-content-button-surface-selected:var(--bp-gray-white);
|
|
9103
9173
|
--bp-surface-content-switcher-surface:var(--bp-gray-10);
|
|
9104
9174
|
--bp-surface-cta-destructive-surface-teratiary-hover:var(--bp-watermelon-red-05);
|
|
@@ -9182,9 +9252,6 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9182
9252
|
--bp-surface-inline-notice-surface-info:var(--bp-light-blue-10);
|
|
9183
9253
|
--bp-surface-inline-notice-surface-success:var(--bp-green-light-10);
|
|
9184
9254
|
--bp-surface-inline-notice-surface-warning:var(--bp-yellow-10);
|
|
9185
|
-
--bp-surface-input-search-surface:var(--bp-gray-05);
|
|
9186
|
-
--bp-surface-input-search-surface-focus:var(--bp-gray-white);
|
|
9187
|
-
--bp-surface-input-search-surface-hover:var(--bp-gray-02);
|
|
9188
9255
|
--bp-surface-input-surface:var(--bp-gray-white);
|
|
9189
9256
|
--bp-surface-input-surface-error:var(--bp-gray-white);
|
|
9190
9257
|
--bp-surface-input-surface-error-focus:var(--bp-gray-white);
|
|
@@ -9200,9 +9267,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9200
9267
|
--bp-surface-item-surface-hover:var(--bp-gray-white);
|
|
9201
9268
|
--bp-surface-item-surface-selected:var(--bp-box-blue-05);
|
|
9202
9269
|
--bp-surface-list-item-surface:var(--bp-gray-white);
|
|
9270
|
+
--bp-surface-list-item-surface-hover:var(--bp-gray-05);
|
|
9203
9271
|
--bp-surface-list-item-surface-selected:var(--bp-box-blue-05);
|
|
9204
9272
|
--bp-surface-menu-surface:var(--bp-gray-white);
|
|
9205
|
-
--bp-surface-menu-item-surface
|
|
9273
|
+
--bp-surface-menu-item-surface:var(--bp-gray-white);
|
|
9206
9274
|
--bp-surface-menu-item-surface-hover:var(--bp-gray-05);
|
|
9207
9275
|
--bp-surface-menu-item-surface-loading:var(--bp-gray-white);
|
|
9208
9276
|
--bp-surface-menu-item-surface-pressed:var(--bp-gray-05);
|
|
@@ -9222,9 +9290,9 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9222
9290
|
--bp-surface-radio-tile-surface-hover:var(--bp-gray-05);
|
|
9223
9291
|
--bp-surface-radio-tile-surface-selected:var(--bp-box-blue-05);
|
|
9224
9292
|
--bp-surface-scrollbar-surface:var(--bp-black-opacity-50);
|
|
9225
|
-
--bp-surface-search-global-surface:var(--bp-gray-05);
|
|
9226
9293
|
--bp-surface-search-surface:var(--bp-gray-05);
|
|
9227
|
-
--bp-surface-search-surface-
|
|
9294
|
+
--bp-surface-search-surface-active:var(--bp-gray-white);
|
|
9295
|
+
--bp-surface-search-surface-complete:var(--bp-gray-05);
|
|
9228
9296
|
--bp-surface-search-surface-hover:var(--bp-gray-02);
|
|
9229
9297
|
--bp-surface-select-surface-active:var(--bp-gray-white);
|
|
9230
9298
|
--bp-surface-select-surface-default:var(--bp-gray-white);
|
|
@@ -9338,7 +9406,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9338
9406
|
--z-index-card-tooltip:2147483647;
|
|
9339
9407
|
}
|
|
9340
9408
|
|
|
9341
|
-
.bp_toolbar_module_toolbarRoot--
|
|
9409
|
+
.bp_toolbar_module_toolbarRoot--fa696{
|
|
9342
9410
|
background:var(--surface-surface);
|
|
9343
9411
|
border:var(--border-1) solid var(--border-card-border);
|
|
9344
9412
|
border-radius:var(--radius-4);
|
|
@@ -9346,16 +9414,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9346
9414
|
padding:calc(var(--space-1) - var(--border-1));
|
|
9347
9415
|
}
|
|
9348
9416
|
|
|
9349
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
9417
|
+
.bp_toolbar_module_scrollButtonWrapper--fa696,.bp_toolbar_module_toolbarRoot--fa696{
|
|
9350
9418
|
align-items:center;
|
|
9351
9419
|
display:flex;
|
|
9352
9420
|
gap:var(--space-1);
|
|
9353
9421
|
}
|
|
9354
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
9422
|
+
.bp_toolbar_module_scrollButtonWrapper--fa696.bp_toolbar_module_hidden--fa696{
|
|
9355
9423
|
display:none;
|
|
9356
9424
|
}
|
|
9357
9425
|
|
|
9358
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
9426
|
+
.bp_toolbar_module_scrollableChildrenWrapper--fa696{
|
|
9359
9427
|
-ms-overflow-style:none;
|
|
9360
9428
|
align-items:center;
|
|
9361
9429
|
display:flex;
|
|
@@ -9368,26 +9436,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9368
9436
|
scrollbar-width:none;
|
|
9369
9437
|
white-space:nowrap;
|
|
9370
9438
|
}
|
|
9371
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
9439
|
+
.bp_toolbar_module_scrollableChildrenWrapper--fa696::-webkit-scrollbar{
|
|
9372
9440
|
display:none;
|
|
9373
9441
|
}
|
|
9374
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
9442
|
+
.bp_toolbar_module_scrollableChildrenWrapper--fa696 > *{
|
|
9375
9443
|
flex:none;
|
|
9376
9444
|
}
|
|
9377
9445
|
|
|
9378
|
-
.bp_toolbar_module_separator--
|
|
9446
|
+
.bp_toolbar_module_separator--fa696{
|
|
9379
9447
|
background-color:var(--border-divider-border);
|
|
9380
9448
|
border-radius:var(--radius-2);
|
|
9381
9449
|
height:var(--size-6);
|
|
9382
9450
|
width:1px;
|
|
9383
9451
|
}
|
|
9384
9452
|
|
|
9385
|
-
.bp_toolbar_module_toggleGroup--
|
|
9453
|
+
.bp_toolbar_module_toggleGroup--fa696{
|
|
9386
9454
|
display:flex;
|
|
9387
9455
|
gap:var(--space-1);
|
|
9388
9456
|
}
|
|
9389
9457
|
|
|
9390
|
-
.bp_toolbar_module_toolbarItem--
|
|
9458
|
+
.bp_toolbar_module_toolbarItem--fa696{
|
|
9391
9459
|
--toolbar-item-hover-opacity:.3;
|
|
9392
9460
|
align-items:center;
|
|
9393
9461
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
@@ -9405,45 +9473,45 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9405
9473
|
-webkit-user-select:none;
|
|
9406
9474
|
user-select:none;
|
|
9407
9475
|
}
|
|
9408
|
-
.bp_toolbar_module_toolbarItem--
|
|
9476
|
+
.bp_toolbar_module_toolbarItem--fa696[data-disabled]{
|
|
9409
9477
|
background:var(--surface-toggle-surface);
|
|
9410
9478
|
opacity:var(--toolbar-item-hover-opacity);
|
|
9411
9479
|
pointer-events:none;
|
|
9412
9480
|
}
|
|
9413
|
-
.bp_toolbar_module_toolbarItem--
|
|
9481
|
+
.bp_toolbar_module_toolbarItem--fa696:not([data-disabled]):focus-visible{
|
|
9414
9482
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
9415
9483
|
}
|
|
9416
|
-
.bp_toolbar_module_toolbarItem--
|
|
9484
|
+
.bp_toolbar_module_toolbarItem--fa696:not([data-disabled]):hover{
|
|
9417
9485
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
9418
9486
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
9419
9487
|
}
|
|
9420
9488
|
|
|
9421
|
-
.bp_toolbar_module_toolbarToggle--
|
|
9489
|
+
.bp_toolbar_module_toolbarToggle--fa696[data-state=on]{
|
|
9422
9490
|
background:var(--surface-toggle-surface-pressed);
|
|
9423
9491
|
}
|
|
9424
|
-
.bp_toolbar_module_toolbarToggle--
|
|
9492
|
+
.bp_toolbar_module_toolbarToggle--fa696[data-state=on] svg *{
|
|
9425
9493
|
fill:var(--icon-icon-on-dark);
|
|
9426
9494
|
}
|
|
9427
|
-
.bp_toolbar_module_toolbarToggle--
|
|
9495
|
+
.bp_toolbar_module_toolbarToggle--fa696[data-state=on]:not([data-disabled]):hover{
|
|
9428
9496
|
background:var(--surface-toggle-surface-on-hover);
|
|
9429
9497
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
9430
9498
|
}
|
|
9431
9499
|
|
|
9432
|
-
.bp_toolbar_module_dropdownIndicator--
|
|
9500
|
+
.bp_toolbar_module_dropdownIndicator--fa696.bp_toolbar_module_invertCaret--fa696{
|
|
9433
9501
|
transform:rotate(.5turn);
|
|
9434
9502
|
}
|
|
9435
9503
|
|
|
9436
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
9504
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--fa696{
|
|
9437
9505
|
--trigger-button-hover-opacity:.7;
|
|
9438
9506
|
}
|
|
9439
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
9507
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--fa696[data-state=on] .bp_toolbar_module_dropdownIndicator--fa696 path{
|
|
9440
9508
|
fill:var(--icon-icon-on-light);
|
|
9441
9509
|
}
|
|
9442
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
9510
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--fa696[data-state=on]:hover{
|
|
9443
9511
|
opacity:var(--trigger-button-hover-opacity);
|
|
9444
9512
|
}
|
|
9445
9513
|
|
|
9446
|
-
.bp_toolbar_module_toolbarIcon--
|
|
9514
|
+
.bp_toolbar_module_toolbarIcon--fa696{
|
|
9447
9515
|
align-items:center;
|
|
9448
9516
|
display:flex;
|
|
9449
9517
|
height:var(--size-5);
|
|
@@ -9451,7 +9519,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9451
9519
|
width:var(--size-5);
|
|
9452
9520
|
}
|
|
9453
9521
|
|
|
9454
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
9522
|
+
.bp_toolbar_module_toolbarTextToggleItem--fa696{
|
|
9455
9523
|
border:var(--border-1) solid var(--border-toggletext-border-off);
|
|
9456
9524
|
color:var(--text-text-on-light);
|
|
9457
9525
|
font-family:var(--body-default-font-family);
|
|
@@ -9466,24 +9534,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9466
9534
|
text-transform:var(--body-default-text-case);
|
|
9467
9535
|
white-space:nowrap;
|
|
9468
9536
|
}
|
|
9469
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
9537
|
+
.bp_toolbar_module_toolbarTextToggleItem--fa696:hover{
|
|
9470
9538
|
background:var(--surface-toggle-surface-off-hover);
|
|
9471
9539
|
border-color:var(--border-toggletext-border-off-hover);
|
|
9472
9540
|
}
|
|
9473
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
9541
|
+
.bp_toolbar_module_toolbarTextToggleItem--fa696:active{
|
|
9474
9542
|
background:var(--surface-toggle-surface-off-pressed);
|
|
9475
9543
|
border-color:var(--border-toggletext-border-off-pressed);
|
|
9476
9544
|
}
|
|
9477
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
9545
|
+
.bp_toolbar_module_toolbarTextToggleItem--fa696[aria-checked=true]{
|
|
9478
9546
|
background:var(--surface-toggletext-surface-on);
|
|
9479
9547
|
border:var(--border-1) solid var(--border-toggletext-border-on);
|
|
9480
9548
|
color:var(--text-toggletext-text);
|
|
9481
9549
|
}
|
|
9482
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
9550
|
+
.bp_toolbar_module_toolbarTextToggleItem--fa696[aria-checked=true]:hover{
|
|
9483
9551
|
background:var(--surface-toggletext-surface-on-hover);
|
|
9484
9552
|
border-color:var(--border-toggletext-border-on-hover);
|
|
9485
9553
|
}
|
|
9486
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
9554
|
+
.bp_toolbar_module_toolbarTextToggleItem--fa696[aria-checked=true]:active{
|
|
9487
9555
|
background:var(--surface-toggletext-surface-on-pressed);
|
|
9488
9556
|
border-color:var(--border-toggletext-border-on-pressed);
|
|
9489
9557
|
}
|