@box/blueprint-web 12.49.0 → 12.50.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/badge/icon-badge.d.ts +1 -1
- package/dist/lib-esm/badge/icon-badge.js +17 -2
- 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 +717 -714
- 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.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/trigger-button/trigger-button.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--dc601[data-modern=false]{
|
|
165
165
|
--loading-indicator-medium-size:1.5rem;
|
|
166
166
|
--loading-indicator-segment-width:0.125rem;
|
|
167
167
|
--loading-indicator-segment-height:0.625rem;
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
--loading-indicator-segment-light-background-opacity-30:var(--white-opacity-30);
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
.bp_loading_indicator_module_crawler--
|
|
179
|
+
.bp_loading_indicator_module_crawler--dc601[data-modern=true]{
|
|
180
180
|
--loading-indicator-medium-size:1.5rem;
|
|
181
181
|
--loading-indicator-segment-width:0.125rem;
|
|
182
182
|
--loading-indicator-segment-height:0.625rem;
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
--loading-indicator-segment-light-background-opacity-30:var(--bp-surface-loading-indicator-surface-on-dark-tertiary);
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
.bp_loading_indicator_module_crawler--
|
|
194
|
+
.bp_loading_indicator_module_crawler--dc601{
|
|
195
195
|
align-items:center;
|
|
196
196
|
display:flex;
|
|
197
197
|
height:var(--loading-indicator-medium-size);
|
|
@@ -203,43 +203,43 @@
|
|
|
203
203
|
white-space:nowrap;
|
|
204
204
|
width:var(--loading-indicator-medium-size);
|
|
205
205
|
}
|
|
206
|
-
.bp_loading_indicator_module_crawler--
|
|
206
|
+
.bp_loading_indicator_module_crawler--dc601 .bp_loading_indicator_module_segment--dc601{
|
|
207
207
|
border-radius:var(--loading-indicator-segment-border-radius);
|
|
208
208
|
display:inline-block;
|
|
209
209
|
height:var(--loading-indicator-segment-height);
|
|
210
210
|
width:var(--loading-indicator-segment-width);
|
|
211
211
|
}
|
|
212
|
-
.bp_loading_indicator_module_crawler--
|
|
212
|
+
.bp_loading_indicator_module_crawler--dc601.bp_loading_indicator_module_small--dc601{
|
|
213
213
|
transform:scale(.6667);
|
|
214
214
|
}
|
|
215
|
-
.bp_loading_indicator_module_crawler--
|
|
215
|
+
.bp_loading_indicator_module_crawler--dc601.bp_loading_indicator_module_large--dc601{
|
|
216
216
|
transform:scale(1.3334);
|
|
217
217
|
}
|
|
218
|
-
.bp_loading_indicator_module_crawler--
|
|
218
|
+
.bp_loading_indicator_module_crawler--dc601.bp_loading_indicator_module_x-large--dc601{
|
|
219
219
|
transform:scale(2);
|
|
220
220
|
}
|
|
221
|
-
.bp_loading_indicator_module_crawler--
|
|
222
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
221
|
+
.bp_loading_indicator_module_crawler--dc601.bp_loading_indicator_module_default--dc601 .bp_loading_indicator_module_segment--dc601{
|
|
222
|
+
animation:bp_loading_indicator_module_segment-transform--dc601 .66s ease-in-out infinite,bp_loading_indicator_module_segment-default--dc601 .66s ease-in-out infinite;
|
|
223
223
|
}
|
|
224
|
-
.bp_loading_indicator_module_crawler--
|
|
225
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
224
|
+
.bp_loading_indicator_module_crawler--dc601.bp_loading_indicator_module_dark--dc601 .bp_loading_indicator_module_segment--dc601{
|
|
225
|
+
animation:bp_loading_indicator_module_segment-transform--dc601 .66s ease-in-out infinite,bp_loading_indicator_module_segment-dark--dc601 .66s ease-in-out infinite;
|
|
226
226
|
}
|
|
227
|
-
.bp_loading_indicator_module_crawler--
|
|
228
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
227
|
+
.bp_loading_indicator_module_crawler--dc601.bp_loading_indicator_module_light--dc601 .bp_loading_indicator_module_segment--dc601{
|
|
228
|
+
animation:bp_loading_indicator_module_segment-transform--dc601 .66s ease-in-out infinite,bp_loading_indicator_module_segment-light--dc601 .66s ease-in-out infinite;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.bp_loading_indicator_module_crawler--
|
|
231
|
+
.bp_loading_indicator_module_crawler--dc601 .bp_loading_indicator_module_segment--dc601:nth-child(2){
|
|
232
232
|
animation-delay:.1s;
|
|
233
233
|
margin-left:var(--loading-indicator-segment-margin-left);
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
.bp_loading_indicator_module_crawler--
|
|
236
|
+
.bp_loading_indicator_module_crawler--dc601 .bp_loading_indicator_module_segment--dc601:last-child{
|
|
237
237
|
animation-delay:.2s;
|
|
238
238
|
left:var(--loading-indicator-segment-offset);
|
|
239
239
|
margin-left:var(--loading-indicator-segment-margin-left);
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
@keyframes bp_loading_indicator_module_segment-transform--
|
|
242
|
+
@keyframes bp_loading_indicator_module_segment-transform--dc601{
|
|
243
243
|
0%,100%,80%{
|
|
244
244
|
transform:scaleY(1.2);
|
|
245
245
|
}
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
transform:scaleY(1.6);
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
-
@keyframes bp_loading_indicator_module_segment-dark--
|
|
250
|
+
@keyframes bp_loading_indicator_module_segment-dark--dc601{
|
|
251
251
|
0%,100%,80%{
|
|
252
252
|
background-color:var(--loading-indicator-segment-dark-background-opacity-30);
|
|
253
253
|
}
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
background-color:var(--loading-indicator-segment-dark-background);
|
|
256
256
|
}
|
|
257
257
|
}
|
|
258
|
-
@keyframes bp_loading_indicator_module_segment-default--
|
|
258
|
+
@keyframes bp_loading_indicator_module_segment-default--dc601{
|
|
259
259
|
0%,100%{
|
|
260
260
|
background-color:var(--loading-indicator-segment-default-background-opacity-30);
|
|
261
261
|
}
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
background-color:var(--loading-indicator-segment-default-background);
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
|
-
@keyframes bp_loading_indicator_module_segment-light--
|
|
266
|
+
@keyframes bp_loading_indicator_module_segment-light--dc601{
|
|
267
267
|
0%,100%,80%{
|
|
268
268
|
background-color:var(--loading-indicator-segment-light-background-opacity-30);
|
|
269
269
|
}
|
|
@@ -501,26 +501,26 @@
|
|
|
501
501
|
opacity:0;
|
|
502
502
|
}
|
|
503
503
|
|
|
504
|
-
.bp_text_module_textReset--
|
|
504
|
+
.bp_text_module_textReset--bdaea{
|
|
505
505
|
margin:0;
|
|
506
506
|
text-align:inherit;
|
|
507
507
|
}
|
|
508
|
-
.bp_text_module_textReset--
|
|
508
|
+
.bp_text_module_textReset--bdaea.bp_text_module_breakWord--bdaea{
|
|
509
509
|
overflow-wrap:break-word;
|
|
510
510
|
}
|
|
511
|
-
.bp_text_module_textReset--
|
|
511
|
+
.bp_text_module_textReset--bdaea.bp_text_module_textOnLightDefault--bdaea{
|
|
512
512
|
color:var(--text-text-on-light);
|
|
513
513
|
}
|
|
514
|
-
.bp_text_module_textReset--
|
|
514
|
+
.bp_text_module_textReset--bdaea.bp_text_module_textOnLightSecondary--bdaea{
|
|
515
515
|
color:var(--text-text-on-light-secondary);
|
|
516
516
|
}
|
|
517
|
-
.bp_text_module_textReset--
|
|
517
|
+
.bp_text_module_textReset--bdaea.bp_text_module_textOnLightLink--bdaea{
|
|
518
518
|
color:var(--text-cta-link);
|
|
519
519
|
}
|
|
520
|
-
.bp_text_module_textReset--
|
|
520
|
+
.bp_text_module_textReset--bdaea.bp_text_module_textOnDarkDefault--bdaea{
|
|
521
521
|
color:var(--text-text-on-dark);
|
|
522
522
|
}
|
|
523
|
-
.bp_text_module_textReset--
|
|
523
|
+
.bp_text_module_textReset--bdaea.bp_text_module_titleMondo--bdaea{
|
|
524
524
|
font-family:var(--title-mondo-font-family);
|
|
525
525
|
font-size:var(--title-mondo-font-size);
|
|
526
526
|
font-weight:var(--title-mondo-font-weight);
|
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
text-decoration:var(--title-mondo-text-decoration);
|
|
531
531
|
text-transform:var(--title-mondo-text-case);
|
|
532
532
|
}
|
|
533
|
-
.bp_text_module_textReset--
|
|
533
|
+
.bp_text_module_textReset--bdaea.bp_text_module_titleXLarge--bdaea{
|
|
534
534
|
font-family:var(--title-x-large-font-family);
|
|
535
535
|
font-size:var(--title-x-large-font-size);
|
|
536
536
|
font-weight:var(--title-x-large-font-weight);
|
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
text-decoration:var(--title-x-large-text-decoration);
|
|
541
541
|
text-transform:var(--title-x-large-text-case);
|
|
542
542
|
}
|
|
543
|
-
.bp_text_module_textReset--
|
|
543
|
+
.bp_text_module_textReset--bdaea.bp_text_module_titleLarge--bdaea{
|
|
544
544
|
font-family:var(--title-large-font-family);
|
|
545
545
|
font-size:var(--title-large-font-size);
|
|
546
546
|
font-weight:var(--title-large-font-weight);
|
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
text-decoration:var(--title-large-text-decoration);
|
|
551
551
|
text-transform:var(--title-large-text-case);
|
|
552
552
|
}
|
|
553
|
-
.bp_text_module_textReset--
|
|
553
|
+
.bp_text_module_textReset--bdaea.bp_text_module_titleMedium--bdaea{
|
|
554
554
|
font-family:var(--title-medium-font-family);
|
|
555
555
|
font-size:var(--title-medium-font-size);
|
|
556
556
|
font-weight:var(--title-medium-font-weight);
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
text-decoration:var(--title-medium-text-decoration);
|
|
561
561
|
text-transform:var(--title-medium-text-case);
|
|
562
562
|
}
|
|
563
|
-
.bp_text_module_textReset--
|
|
563
|
+
.bp_text_module_textReset--bdaea.bp_text_module_titleSmall--bdaea{
|
|
564
564
|
font-family:var(--title-small-font-family);
|
|
565
565
|
font-size:var(--title-small-font-size);
|
|
566
566
|
font-weight:var(--title-small-font-weight);
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
text-decoration:var(--title-small-text-decoration);
|
|
571
571
|
text-transform:var(--title-small-text-case);
|
|
572
572
|
}
|
|
573
|
-
.bp_text_module_textReset--
|
|
573
|
+
.bp_text_module_textReset--bdaea.bp_text_module_subtitle--bdaea{
|
|
574
574
|
font-family:var(--title-subtitle-font-family);
|
|
575
575
|
font-size:var(--title-subtitle-font-size);
|
|
576
576
|
font-weight:var(--title-subtitle-font-weight);
|
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
text-decoration:var(--title-subtitle-text-decoration);
|
|
581
581
|
text-transform:var(--title-subtitle-text-case);
|
|
582
582
|
}
|
|
583
|
-
.bp_text_module_textReset--
|
|
583
|
+
.bp_text_module_textReset--bdaea.bp_text_module_bodyLargeBold--bdaea{
|
|
584
584
|
font-family:var(--body-large-bold-font-family);
|
|
585
585
|
font-size:var(--body-large-bold-font-size);
|
|
586
586
|
font-weight:var(--body-large-bold-font-weight);
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
text-decoration:var(--body-large-bold-text-decoration);
|
|
591
591
|
text-transform:var(--body-large-bold-text-case);
|
|
592
592
|
}
|
|
593
|
-
.bp_text_module_textReset--
|
|
593
|
+
.bp_text_module_textReset--bdaea.bp_text_module_bodyLarge--bdaea{
|
|
594
594
|
font-family:var(--body-large-font-family);
|
|
595
595
|
font-size:var(--body-large-font-size);
|
|
596
596
|
font-weight:var(--body-large-font-weight);
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
text-decoration:var(--body-large-text-decoration);
|
|
601
601
|
text-transform:var(--body-large-text-case);
|
|
602
602
|
}
|
|
603
|
-
.bp_text_module_textReset--
|
|
603
|
+
.bp_text_module_textReset--bdaea.bp_text_module_bodyDefaultBold--bdaea{
|
|
604
604
|
font-family:var(--body-default-bold-font-family);
|
|
605
605
|
font-size:var(--body-default-bold-font-size);
|
|
606
606
|
font-weight:var(--body-default-bold-font-weight);
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
611
611
|
text-transform:var(--body-default-bold-text-case);
|
|
612
612
|
}
|
|
613
|
-
.bp_text_module_textReset--
|
|
613
|
+
.bp_text_module_textReset--bdaea.bp_text_module_bodyDefaultSemibold--bdaea{
|
|
614
614
|
font-family:var(--body-default-semibold-font-family);
|
|
615
615
|
font-size:var(--body-default-semibold-font-size);
|
|
616
616
|
font-weight:var(--body-default-semibold-font-weight);
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
text-decoration:var(--body-default-semibold-text-decoration);
|
|
621
621
|
text-transform:var(--body-default-semibold-text-case);
|
|
622
622
|
}
|
|
623
|
-
.bp_text_module_textReset--
|
|
623
|
+
.bp_text_module_textReset--bdaea.bp_text_module_bodyDefault--bdaea{
|
|
624
624
|
font-family:var(--body-default-font-family);
|
|
625
625
|
font-size:var(--body-default-font-size);
|
|
626
626
|
font-weight:var(--body-default-font-weight);
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
text-decoration:var(--body-default-text-decoration);
|
|
631
631
|
text-transform:var(--body-default-text-case);
|
|
632
632
|
}
|
|
633
|
-
.bp_text_module_textReset--
|
|
633
|
+
.bp_text_module_textReset--bdaea.bp_text_module_caption--bdaea{
|
|
634
634
|
font-family:var(--caption-default-font-family);
|
|
635
635
|
font-size:var(--caption-default-font-size);
|
|
636
636
|
font-weight:var(--caption-default-font-weight);
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
text-decoration:var(--caption-default-text-decoration);
|
|
641
641
|
text-transform:var(--caption-default-text-case);
|
|
642
642
|
}
|
|
643
|
-
.bp_text_module_textReset--
|
|
643
|
+
.bp_text_module_textReset--bdaea.bp_text_module_labelBold--bdaea{
|
|
644
644
|
font-family:var(--label-bold-font-family);
|
|
645
645
|
font-size:var(--label-bold-font-size);
|
|
646
646
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
text-decoration:var(--label-bold-text-decoration);
|
|
651
651
|
text-transform:var(--label-bold-text-case);
|
|
652
652
|
}
|
|
653
|
-
.bp_text_module_textReset--
|
|
653
|
+
.bp_text_module_textReset--bdaea.bp_text_module_label--bdaea{
|
|
654
654
|
font-family:var(--label-default-font-family);
|
|
655
655
|
font-size:var(--label-default-font-size);
|
|
656
656
|
font-weight:var(--label-default-font-weight);
|
|
@@ -936,7 +936,7 @@
|
|
|
936
936
|
transform:rotate(180deg);
|
|
937
937
|
}
|
|
938
938
|
|
|
939
|
-
.bp_avatar_module_avatar--
|
|
939
|
+
.bp_avatar_module_avatar--763de{
|
|
940
940
|
all:unset;
|
|
941
941
|
align-items:center;
|
|
942
942
|
background-color:var(--gray-10);
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
955
955
|
text-transform:var(--body-default-bold-text-case);
|
|
956
956
|
}
|
|
957
|
-
.bp_avatar_module_avatar--
|
|
957
|
+
.bp_avatar_module_avatar--763de .bp_avatar_module_text--763de{
|
|
958
958
|
align-items:center;
|
|
959
959
|
border-radius:50%;
|
|
960
960
|
display:flex;
|
|
@@ -962,14 +962,14 @@
|
|
|
962
962
|
justify-content:center;
|
|
963
963
|
width:100%;
|
|
964
964
|
}
|
|
965
|
-
.bp_avatar_module_avatar--
|
|
965
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_small--763de{
|
|
966
966
|
height:var(--size-6);
|
|
967
967
|
width:var(--size-6);
|
|
968
968
|
}
|
|
969
|
-
.bp_avatar_module_avatar--
|
|
969
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_small--763de .bp_avatar_module_text--763de{
|
|
970
970
|
font-size:.5rem;
|
|
971
971
|
}
|
|
972
|
-
.bp_avatar_module_avatar--
|
|
972
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_small--763de .bp_avatar_module_length-1--763de.bp_avatar_module_text--763de,.bp_avatar_module_avatar--763de.bp_avatar_module_small--763de .bp_avatar_module_length-2--763de.bp_avatar_module_text--763de{
|
|
973
973
|
font-family:var(--label-bold-font-family);
|
|
974
974
|
font-size:var(--label-bold-font-size);
|
|
975
975
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -979,11 +979,11 @@
|
|
|
979
979
|
text-decoration:var(--label-bold-text-decoration);
|
|
980
980
|
text-transform:var(--label-bold-text-case);
|
|
981
981
|
}
|
|
982
|
-
.bp_avatar_module_avatar--
|
|
982
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_medium--763de{
|
|
983
983
|
height:var(--size-7);
|
|
984
984
|
width:var(--size-7);
|
|
985
985
|
}
|
|
986
|
-
.bp_avatar_module_avatar--
|
|
986
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_medium--763de .bp_avatar_module_text--763de{
|
|
987
987
|
font-family:var(--label-bold-font-family);
|
|
988
988
|
font-size:var(--label-bold-font-size);
|
|
989
989
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -993,17 +993,17 @@
|
|
|
993
993
|
text-decoration:var(--label-bold-text-decoration);
|
|
994
994
|
text-transform:var(--label-bold-text-case);
|
|
995
995
|
}
|
|
996
|
-
.bp_avatar_module_avatar--
|
|
996
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_medium--763de .bp_avatar_module_length-1--763de.bp_avatar_module_text--763de,.bp_avatar_module_avatar--763de.bp_avatar_module_medium--763de .bp_avatar_module_length-2--763de.bp_avatar_module_text--763de{
|
|
997
997
|
font-size:.8125rem;
|
|
998
998
|
}
|
|
999
|
-
.bp_avatar_module_avatar--
|
|
999
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_large--763de{
|
|
1000
1000
|
height:var(--size-8);
|
|
1001
1001
|
width:var(--size-8);
|
|
1002
1002
|
}
|
|
1003
|
-
.bp_avatar_module_avatar--
|
|
1003
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_large--763de .bp_avatar_module_text--763de{
|
|
1004
1004
|
font-size:.5rem;
|
|
1005
1005
|
}
|
|
1006
|
-
.bp_avatar_module_avatar--
|
|
1006
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_large--763de .bp_avatar_module_length-1--763de.bp_avatar_module_text--763de,.bp_avatar_module_avatar--763de.bp_avatar_module_large--763de .bp_avatar_module_length-2--763de.bp_avatar_module_text--763de{
|
|
1007
1007
|
font-family:var(--body-default-bold-font-family);
|
|
1008
1008
|
font-size:var(--body-default-bold-font-size);
|
|
1009
1009
|
font-weight:var(--body-default-bold-font-weight);
|
|
@@ -1013,10 +1013,10 @@
|
|
|
1013
1013
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
1014
1014
|
text-transform:var(--body-default-bold-text-case);
|
|
1015
1015
|
}
|
|
1016
|
-
.bp_avatar_module_avatar--
|
|
1016
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_large--763de .bp_avatar_module_length-3--763de.bp_avatar_module_text--763de{
|
|
1017
1017
|
font-size:.6875rem;
|
|
1018
1018
|
}
|
|
1019
|
-
.bp_avatar_module_avatar--
|
|
1019
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_large--763de .bp_avatar_module_length-4--763de.bp_avatar_module_text--763de{
|
|
1020
1020
|
font-family:var(--label-bold-font-family);
|
|
1021
1021
|
font-size:var(--label-bold-font-size);
|
|
1022
1022
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -1026,14 +1026,14 @@
|
|
|
1026
1026
|
text-decoration:var(--label-bold-text-decoration);
|
|
1027
1027
|
text-transform:var(--label-bold-text-case);
|
|
1028
1028
|
}
|
|
1029
|
-
.bp_avatar_module_avatar--
|
|
1029
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_xlarge--763de{
|
|
1030
1030
|
height:var(--size-11);
|
|
1031
1031
|
width:var(--size-11);
|
|
1032
1032
|
}
|
|
1033
|
-
.bp_avatar_module_avatar--
|
|
1033
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_xlarge--763de .bp_avatar_module_text--763de{
|
|
1034
1034
|
font-size:1rem;
|
|
1035
1035
|
}
|
|
1036
|
-
.bp_avatar_module_avatar--
|
|
1036
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_xlarge--763de .bp_avatar_module_length-1--763de.bp_avatar_module_text--763de,.bp_avatar_module_avatar--763de.bp_avatar_module_xlarge--763de .bp_avatar_module_length-2--763de.bp_avatar_module_text--763de{
|
|
1037
1037
|
font-family:var(--title-x-large-font-family);
|
|
1038
1038
|
font-size:var(--title-x-large-font-size);
|
|
1039
1039
|
font-weight:var(--title-x-large-font-weight);
|
|
@@ -1043,52 +1043,52 @@
|
|
|
1043
1043
|
text-decoration:var(--title-x-large-text-decoration);
|
|
1044
1044
|
text-transform:var(--title-x-large-text-case);
|
|
1045
1045
|
}
|
|
1046
|
-
.bp_avatar_module_avatar--
|
|
1046
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_xxlarge--763de{
|
|
1047
1047
|
height:var(--size-20);
|
|
1048
1048
|
width:var(--size-20);
|
|
1049
1049
|
}
|
|
1050
|
-
.bp_avatar_module_avatar--
|
|
1050
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_xxlarge--763de .bp_avatar_module_text--763de{
|
|
1051
1051
|
font-size:1.25rem;
|
|
1052
1052
|
}
|
|
1053
|
-
.bp_avatar_module_avatar--
|
|
1053
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_xxlarge--763de .bp_avatar_module_length-1--763de.bp_avatar_module_text--763de,.bp_avatar_module_avatar--763de.bp_avatar_module_xxlarge--763de .bp_avatar_module_length-2--763de.bp_avatar_module_text--763de{
|
|
1054
1054
|
font-size:2rem;
|
|
1055
1055
|
}
|
|
1056
|
-
.bp_avatar_module_avatar--
|
|
1056
|
+
.bp_avatar_module_avatar--763de.bp_avatar_module_xxlarge--763de .bp_avatar_module_badge--763de{
|
|
1057
1057
|
right:-.375rem;
|
|
1058
1058
|
}
|
|
1059
|
-
.bp_avatar_module_avatar--
|
|
1059
|
+
.bp_avatar_module_avatar--763de .bp_avatar_module_image--763de{
|
|
1060
1060
|
border-radius:50%;
|
|
1061
1061
|
height:100%;
|
|
1062
1062
|
object-fit:cover;
|
|
1063
1063
|
width:100%;
|
|
1064
1064
|
}
|
|
1065
|
-
.bp_avatar_module_avatar--
|
|
1065
|
+
.bp_avatar_module_avatar--763de .bp_avatar_module_image--763de.bp_avatar_module_loading--763de{
|
|
1066
1066
|
height:0;
|
|
1067
1067
|
width:0;
|
|
1068
1068
|
}
|
|
1069
1069
|
|
|
1070
|
-
.bp_avatar_module_anonymousAvatar--
|
|
1070
|
+
.bp_avatar_module_anonymousAvatar--763de,.bp_avatar_module_iconContainer--763de{
|
|
1071
1071
|
align-items:center;
|
|
1072
1072
|
display:flex;
|
|
1073
1073
|
justify-content:center;
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
|
-
.bp_avatar_module_iconContainer--
|
|
1076
|
+
.bp_avatar_module_iconContainer--763de{
|
|
1077
1077
|
border-radius:50%;
|
|
1078
1078
|
height:100%;
|
|
1079
1079
|
width:100%;
|
|
1080
1080
|
}
|
|
1081
1081
|
|
|
1082
|
-
[data-button-wrapper]:hover .bp_avatar_module_avatar--
|
|
1082
|
+
[data-button-wrapper]:hover .bp_avatar_module_avatar--763de{
|
|
1083
1083
|
box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-hover);
|
|
1084
1084
|
cursor:pointer;
|
|
1085
1085
|
}
|
|
1086
1086
|
|
|
1087
|
-
[data-button-wrapper]:active .bp_avatar_module_avatar--
|
|
1087
|
+
[data-button-wrapper]:active .bp_avatar_module_avatar--763de{
|
|
1088
1088
|
box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-pressed);
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
1091
|
-
[data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--
|
|
1091
|
+
[data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--763de{
|
|
1092
1092
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
1093
1093
|
}
|
|
1094
1094
|
.bp_tooltip_module_content--5b8ee[data-modern=false]{
|
|
@@ -1166,12 +1166,12 @@
|
|
|
1166
1166
|
width:0;
|
|
1167
1167
|
}
|
|
1168
1168
|
|
|
1169
|
-
.bp_base_badge_module_badgeContainer--
|
|
1169
|
+
.bp_base_badge_module_badgeContainer--7614a{
|
|
1170
1170
|
display:inline-flex;
|
|
1171
1171
|
position:relative;
|
|
1172
1172
|
}
|
|
1173
1173
|
|
|
1174
|
-
.bp_base_badge_module_badge--
|
|
1174
|
+
.bp_base_badge_module_badge--7614a{
|
|
1175
1175
|
align-items:center;
|
|
1176
1176
|
border:var(--border-2) solid var(--border-badge-border);
|
|
1177
1177
|
border-radius:var(--radius-half);
|
|
@@ -1183,37 +1183,37 @@
|
|
|
1183
1183
|
user-select:none;
|
|
1184
1184
|
}
|
|
1185
1185
|
|
|
1186
|
-
.bp_base_badge_module_smallSizeBadge--
|
|
1186
|
+
.bp_base_badge_module_smallSizeBadge--7614a{
|
|
1187
1187
|
height:var(--size-2);
|
|
1188
1188
|
min-width:var(--size-2);
|
|
1189
1189
|
}
|
|
1190
1190
|
|
|
1191
|
-
.bp_base_badge_module_mediumSizeBadge--
|
|
1191
|
+
.bp_base_badge_module_mediumSizeBadge--7614a{
|
|
1192
1192
|
height:var(--size-3);
|
|
1193
1193
|
min-width:var(--size-3);
|
|
1194
1194
|
}
|
|
1195
1195
|
|
|
1196
|
-
.bp_base_badge_module_largeSizeBadge--
|
|
1196
|
+
.bp_base_badge_module_largeSizeBadge--7614a{
|
|
1197
1197
|
height:var(--size-4);
|
|
1198
1198
|
min-width:var(--size-4);
|
|
1199
1199
|
}
|
|
1200
1200
|
|
|
1201
|
-
.bp_base_badge_module_xlargeSizeBadge--
|
|
1201
|
+
.bp_base_badge_module_xlargeSizeBadge--7614a{
|
|
1202
1202
|
height:var(--size-5);
|
|
1203
1203
|
min-width:var(--size-5);
|
|
1204
1204
|
}
|
|
1205
1205
|
|
|
1206
|
-
.bp_base_badge_module_xxlargeSizeBadge--
|
|
1206
|
+
.bp_base_badge_module_xxlargeSizeBadge--7614a{
|
|
1207
1207
|
height:var(--size-6);
|
|
1208
1208
|
min-width:var(--size-6);
|
|
1209
1209
|
}
|
|
1210
1210
|
|
|
1211
|
-
.bp_base_badge_module_iconBadge--
|
|
1211
|
+
.bp_base_badge_module_iconBadge--7614a{
|
|
1212
1212
|
bottom:-5%;
|
|
1213
1213
|
right:-5%;
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1216
|
+
.bp_base_badge_module_interactiveWrapper--7614a{
|
|
1217
1217
|
border:var(--border-2) solid #0000;
|
|
1218
1218
|
border-radius:50%;
|
|
1219
1219
|
bottom:calc(-5% - var(--border-2)/2);
|
|
@@ -1221,22 +1221,22 @@
|
|
|
1221
1221
|
position:absolute;
|
|
1222
1222
|
right:calc(-5% - var(--border-2)/2);
|
|
1223
1223
|
}
|
|
1224
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1224
|
+
.bp_base_badge_module_interactiveWrapper--7614a.bp_base_badge_module_smallSizeBadge--7614a{
|
|
1225
1225
|
width:var(--size-2);
|
|
1226
1226
|
}
|
|
1227
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1227
|
+
.bp_base_badge_module_interactiveWrapper--7614a.bp_base_badge_module_mediumSizeBadge--7614a{
|
|
1228
1228
|
width:var(--size-3);
|
|
1229
1229
|
}
|
|
1230
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1230
|
+
.bp_base_badge_module_interactiveWrapper--7614a.bp_base_badge_module_largeSizeBadge--7614a{
|
|
1231
1231
|
width:var(--size-4);
|
|
1232
1232
|
}
|
|
1233
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1233
|
+
.bp_base_badge_module_interactiveWrapper--7614a.bp_base_badge_module_xlargeSizeBadge--7614a{
|
|
1234
1234
|
width:var(--size-5);
|
|
1235
1235
|
}
|
|
1236
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1236
|
+
.bp_base_badge_module_interactiveWrapper--7614a.bp_base_badge_module_xxlargeSizeBadge--7614a{
|
|
1237
1237
|
width:var(--size-6);
|
|
1238
1238
|
}
|
|
1239
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1239
|
+
.bp_base_badge_module_interactiveWrapper--7614a::before{
|
|
1240
1240
|
content:"";
|
|
1241
1241
|
left:calc(var(--size-6)*-1/4);
|
|
1242
1242
|
min-height:var(--size-6);
|
|
@@ -1245,36 +1245,36 @@
|
|
|
1245
1245
|
top:calc(var(--size-6)*-1/4);
|
|
1246
1246
|
}
|
|
1247
1247
|
|
|
1248
|
-
.bp_base_badge_module_statusBadge--
|
|
1248
|
+
.bp_base_badge_module_statusBadge--7614a{
|
|
1249
1249
|
bottom:-20%;
|
|
1250
1250
|
right:-20%;
|
|
1251
1251
|
}
|
|
1252
1252
|
|
|
1253
|
-
.bp_base_badge_module_statusBadge--
|
|
1253
|
+
.bp_base_badge_module_statusBadge--7614a.bp_base_badge_module_largeSizeBadge--7614a{
|
|
1254
1254
|
bottom:-22%;
|
|
1255
1255
|
right:-22%;
|
|
1256
1256
|
}
|
|
1257
1257
|
|
|
1258
|
-
.bp_base_badge_module_statusBadge--
|
|
1258
|
+
.bp_base_badge_module_statusBadge--7614a.bp_base_badge_module_xlargeSizeBadge--7614a{
|
|
1259
1259
|
bottom:-15%;
|
|
1260
1260
|
right:-15%;
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
.bp_base_badge_module_statusBadge--
|
|
1263
|
+
.bp_base_badge_module_statusBadge--7614a.bp_base_badge_module_xxlargeSizeBadge--7614a{
|
|
1264
1264
|
bottom:-4%;
|
|
1265
1265
|
right:-4%;
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
|
-
.bp_base_badge_module_numericBadge--
|
|
1268
|
+
.bp_base_badge_module_numericBadge--7614a{
|
|
1269
1269
|
left:60%;
|
|
1270
1270
|
top:0;
|
|
1271
1271
|
}
|
|
1272
1272
|
|
|
1273
|
-
.bp_base_badge_module_numericBadgeSingleDigit--
|
|
1273
|
+
.bp_base_badge_module_numericBadgeSingleDigit--7614a{
|
|
1274
1274
|
padding:1px;
|
|
1275
1275
|
}
|
|
1276
1276
|
|
|
1277
|
-
.bp_base_badge_module_numericBadgeMoreDigits--
|
|
1277
|
+
.bp_base_badge_module_numericBadgeMoreDigits--7614a{
|
|
1278
1278
|
padding:1px 3px;
|
|
1279
1279
|
}
|
|
1280
1280
|
.bp_button_wrapper_module_buttonWrapper--b0897{
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
box-shadow:var(--card-dropshadow-3);
|
|
1316
1316
|
}
|
|
1317
1317
|
|
|
1318
|
-
.bp_card_tooltip_module_content--
|
|
1318
|
+
.bp_card_tooltip_module_content--5df0f{
|
|
1319
1319
|
animation-duration:.4s;
|
|
1320
1320
|
animation-timing-function:cubic-bezier(.16, 1, .3, 1);
|
|
1321
1321
|
border-radius:var(--radius-1);
|
|
@@ -1334,25 +1334,25 @@
|
|
|
1334
1334
|
word-break:break-word;
|
|
1335
1335
|
z-index:2147483647;
|
|
1336
1336
|
}
|
|
1337
|
-
.bp_card_tooltip_module_content--
|
|
1337
|
+
.bp_card_tooltip_module_content--5df0f.bp_card_tooltip_module_card--5df0f{
|
|
1338
1338
|
max-height:var(--radix-tooltip-content-available-height);
|
|
1339
1339
|
max-width:336px;
|
|
1340
1340
|
min-width:168px;
|
|
1341
1341
|
}
|
|
1342
|
-
.bp_card_tooltip_module_content--
|
|
1343
|
-
animation-name:bp_card_tooltip_module_slideDownAndFade--
|
|
1342
|
+
.bp_card_tooltip_module_content--5df0f[data-state=delayed-open][data-side=top]{
|
|
1343
|
+
animation-name:bp_card_tooltip_module_slideDownAndFade--5df0f;
|
|
1344
1344
|
}
|
|
1345
|
-
.bp_card_tooltip_module_content--
|
|
1346
|
-
animation-name:bp_card_tooltip_module_slideLeftAndFade--
|
|
1345
|
+
.bp_card_tooltip_module_content--5df0f[data-state=delayed-open][data-side=right]{
|
|
1346
|
+
animation-name:bp_card_tooltip_module_slideLeftAndFade--5df0f;
|
|
1347
1347
|
}
|
|
1348
|
-
.bp_card_tooltip_module_content--
|
|
1349
|
-
animation-name:bp_card_tooltip_module_slideUpAndFade--
|
|
1348
|
+
.bp_card_tooltip_module_content--5df0f[data-state=delayed-open][data-side=bottom]{
|
|
1349
|
+
animation-name:bp_card_tooltip_module_slideUpAndFade--5df0f;
|
|
1350
1350
|
}
|
|
1351
|
-
.bp_card_tooltip_module_content--
|
|
1352
|
-
animation-name:bp_card_tooltip_module_slideRightAndFade--
|
|
1351
|
+
.bp_card_tooltip_module_content--5df0f[data-state=delayed-open][data-side=left]{
|
|
1352
|
+
animation-name:bp_card_tooltip_module_slideRightAndFade--5df0f;
|
|
1353
1353
|
}
|
|
1354
1354
|
|
|
1355
|
-
@keyframes bp_card_tooltip_module_slideUpAndFade--
|
|
1355
|
+
@keyframes bp_card_tooltip_module_slideUpAndFade--5df0f{
|
|
1356
1356
|
from{
|
|
1357
1357
|
opacity:0;
|
|
1358
1358
|
transform:translateY(2px);
|
|
@@ -1362,7 +1362,7 @@
|
|
|
1362
1362
|
transform:translateY(0);
|
|
1363
1363
|
}
|
|
1364
1364
|
}
|
|
1365
|
-
@keyframes bp_card_tooltip_module_slideRightAndFade--
|
|
1365
|
+
@keyframes bp_card_tooltip_module_slideRightAndFade--5df0f{
|
|
1366
1366
|
from{
|
|
1367
1367
|
opacity:0;
|
|
1368
1368
|
transform:translateX(-2px);
|
|
@@ -1372,7 +1372,7 @@
|
|
|
1372
1372
|
transform:translateX(0);
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
1375
|
-
@keyframes bp_card_tooltip_module_slideDownAndFade--
|
|
1375
|
+
@keyframes bp_card_tooltip_module_slideDownAndFade--5df0f{
|
|
1376
1376
|
from{
|
|
1377
1377
|
opacity:0;
|
|
1378
1378
|
transform:translateY(-2px);
|
|
@@ -1382,7 +1382,7 @@
|
|
|
1382
1382
|
transform:translateY(0);
|
|
1383
1383
|
}
|
|
1384
1384
|
}
|
|
1385
|
-
@keyframes bp_card_tooltip_module_slideLeftAndFade--
|
|
1385
|
+
@keyframes bp_card_tooltip_module_slideLeftAndFade--5df0f{
|
|
1386
1386
|
from{
|
|
1387
1387
|
opacity:0;
|
|
1388
1388
|
transform:translateX(2px);
|
|
@@ -1393,7 +1393,7 @@
|
|
|
1393
1393
|
}
|
|
1394
1394
|
}
|
|
1395
1395
|
|
|
1396
|
-
.bp_card_tooltip_v2_module_content--
|
|
1396
|
+
.bp_card_tooltip_v2_module_content--1c9f5{
|
|
1397
1397
|
border-radius:var(--radius-1);
|
|
1398
1398
|
font-family:var(--body-default-font-family);
|
|
1399
1399
|
font-size:var(--body-default-font-size);
|
|
@@ -1411,25 +1411,25 @@
|
|
|
1411
1411
|
word-break:break-word;
|
|
1412
1412
|
z-index:2147483647;
|
|
1413
1413
|
}
|
|
1414
|
-
.bp_card_tooltip_v2_module_content--
|
|
1414
|
+
.bp_card_tooltip_v2_module_content--1c9f5[data-open]{
|
|
1415
1415
|
animation-duration:var(--animation-duration-4);
|
|
1416
1416
|
animation-timing-function:var(--animation-easing-ease-base);
|
|
1417
1417
|
will-change:transform, opacity;
|
|
1418
1418
|
}
|
|
1419
|
-
.bp_card_tooltip_v2_module_content--
|
|
1420
|
-
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1419
|
+
.bp_card_tooltip_v2_module_content--1c9f5[data-open][data-side=top]{
|
|
1420
|
+
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--1c9f5;
|
|
1421
1421
|
}
|
|
1422
|
-
.bp_card_tooltip_v2_module_content--
|
|
1423
|
-
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1422
|
+
.bp_card_tooltip_v2_module_content--1c9f5[data-open][data-side=right]{
|
|
1423
|
+
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--1c9f5;
|
|
1424
1424
|
}
|
|
1425
|
-
.bp_card_tooltip_v2_module_content--
|
|
1426
|
-
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1425
|
+
.bp_card_tooltip_v2_module_content--1c9f5[data-open][data-side=bottom]{
|
|
1426
|
+
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--1c9f5;
|
|
1427
1427
|
}
|
|
1428
|
-
.bp_card_tooltip_v2_module_content--
|
|
1429
|
-
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1428
|
+
.bp_card_tooltip_v2_module_content--1c9f5[data-open][data-side=left]{
|
|
1429
|
+
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--1c9f5;
|
|
1430
1430
|
}
|
|
1431
1431
|
|
|
1432
|
-
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1432
|
+
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--1c9f5{
|
|
1433
1433
|
from{
|
|
1434
1434
|
opacity:0;
|
|
1435
1435
|
transform:translateY(2px);
|
|
@@ -1439,7 +1439,7 @@
|
|
|
1439
1439
|
transform:translateY(0);
|
|
1440
1440
|
}
|
|
1441
1441
|
}
|
|
1442
|
-
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1442
|
+
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--1c9f5{
|
|
1443
1443
|
from{
|
|
1444
1444
|
opacity:0;
|
|
1445
1445
|
transform:translateX(-2px);
|
|
@@ -1449,7 +1449,7 @@
|
|
|
1449
1449
|
transform:translateX(0);
|
|
1450
1450
|
}
|
|
1451
1451
|
}
|
|
1452
|
-
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1452
|
+
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--1c9f5{
|
|
1453
1453
|
from{
|
|
1454
1454
|
opacity:0;
|
|
1455
1455
|
transform:translateY(-2px);
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
transform:translateY(0);
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
1462
|
-
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1462
|
+
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--1c9f5{
|
|
1463
1463
|
from{
|
|
1464
1464
|
opacity:0;
|
|
1465
1465
|
transform:translateX(2px);
|
|
@@ -1470,7 +1470,7 @@
|
|
|
1470
1470
|
}
|
|
1471
1471
|
}
|
|
1472
1472
|
|
|
1473
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1473
|
+
.bp_interactive_icon_module_interactiveIcon--6e095{
|
|
1474
1474
|
all:unset;
|
|
1475
1475
|
background:none;
|
|
1476
1476
|
border:0;
|
|
@@ -1479,7 +1479,7 @@
|
|
|
1479
1479
|
display:inline-flex;
|
|
1480
1480
|
padding:0;
|
|
1481
1481
|
}
|
|
1482
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1482
|
+
.bp_interactive_icon_module_interactiveIcon--6e095:focus-visible{
|
|
1483
1483
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
1484
1484
|
outline:none;
|
|
1485
1485
|
overflow:visible;
|
|
@@ -1539,7 +1539,7 @@
|
|
|
1539
1539
|
padding-bottom:var(--size-4);
|
|
1540
1540
|
}
|
|
1541
1541
|
|
|
1542
|
-
.bp_checkbox_module_option--
|
|
1542
|
+
.bp_checkbox_module_option--13b90[data-modern=false]{
|
|
1543
1543
|
--checkbox-size:var(--size-4);
|
|
1544
1544
|
--checkbox-label-gap:var(--size-3);
|
|
1545
1545
|
--checkbox-description-padding-left:calc(var(--size-4) + var(--size-3));
|
|
@@ -1556,7 +1556,7 @@
|
|
|
1556
1556
|
--checkbox-border-selected-hover:var(--border-2) solid var(--border-checkbox-border-selected-hover);
|
|
1557
1557
|
}
|
|
1558
1558
|
|
|
1559
|
-
.bp_checkbox_module_option--
|
|
1559
|
+
.bp_checkbox_module_option--13b90[data-modern=true]{
|
|
1560
1560
|
--checkbox-size:var(--bp-size-040);
|
|
1561
1561
|
--checkbox-label-gap:var(--bp-space-030);
|
|
1562
1562
|
--checkbox-description-padding-left:calc(var(--bp-size-040) + var(--bp-space-030));
|
|
@@ -1573,7 +1573,7 @@
|
|
|
1573
1573
|
--checkbox-border-selected-hover:var(--bp-border-02) solid var(--bp-border-checkbox-border-selected-hover);
|
|
1574
1574
|
}
|
|
1575
1575
|
|
|
1576
|
-
.bp_checkbox_module_option--
|
|
1576
|
+
.bp_checkbox_module_option--13b90{
|
|
1577
1577
|
display:flex;
|
|
1578
1578
|
flex-direction:column;
|
|
1579
1579
|
font-family:var(--body-default-font-family);
|
|
@@ -1585,7 +1585,7 @@
|
|
|
1585
1585
|
text-decoration:var(--body-default-text-decoration);
|
|
1586
1586
|
text-transform:var(--body-default-text-case);
|
|
1587
1587
|
}
|
|
1588
|
-
.bp_checkbox_module_option--
|
|
1588
|
+
.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90{
|
|
1589
1589
|
all:unset;
|
|
1590
1590
|
align-items:center;
|
|
1591
1591
|
background-color:var(--checkbox-surface);
|
|
@@ -1599,39 +1599,39 @@
|
|
|
1599
1599
|
margin:calc((var(--checkbox-line-height) - var(--checkbox-size))/2) 0 0 0;
|
|
1600
1600
|
width:var(--checkbox-size);
|
|
1601
1601
|
}
|
|
1602
|
-
.bp_checkbox_module_option--
|
|
1602
|
+
.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90 .bp_checkbox_module_indicator--13b90{
|
|
1603
1603
|
display:flex;
|
|
1604
1604
|
transform:scale(0);
|
|
1605
1605
|
transition-duration:.15s;
|
|
1606
1606
|
transition-property:transform;
|
|
1607
1607
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
1608
1608
|
}
|
|
1609
|
-
.bp_checkbox_module_option--
|
|
1609
|
+
.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90:focus-visible{
|
|
1610
1610
|
outline:var(--checkbox-border);
|
|
1611
1611
|
outline-offset:var(--checkbox-outline-offset);
|
|
1612
1612
|
}
|
|
1613
|
-
.bp_checkbox_module_option--
|
|
1613
|
+
.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90[data-disabled]{
|
|
1614
1614
|
opacity:60%;
|
|
1615
1615
|
}
|
|
1616
|
-
.bp_checkbox_module_option--
|
|
1616
|
+
.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90[data-state=checked],.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90[data-state=indeterminate]{
|
|
1617
1617
|
background-color:var(--checkbox-surface-selected);
|
|
1618
1618
|
border:var(--checkbox-border-selected);
|
|
1619
1619
|
}
|
|
1620
|
-
.bp_checkbox_module_option--
|
|
1620
|
+
.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90[data-state=checked] .bp_checkbox_module_indicator--13b90,.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90[data-state=indeterminate] .bp_checkbox_module_indicator--13b90{
|
|
1621
1621
|
background-color:var(--checkbox-surface-selected);
|
|
1622
1622
|
transform:scale(1);
|
|
1623
1623
|
}
|
|
1624
|
-
.bp_checkbox_module_option--
|
|
1624
|
+
.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90:not([data-disabled]):focus-visible,.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90:not([data-disabled]):hover{
|
|
1625
1625
|
border:var(--checkbox-border-hover);
|
|
1626
1626
|
}
|
|
1627
|
-
.bp_checkbox_module_option--
|
|
1627
|
+
.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90:not([data-disabled]):focus-visible[data-state=checked],.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90:not([data-disabled]):focus-visible[data-state=indeterminate],.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90:not([data-disabled]):hover[data-state=checked],.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90:not([data-disabled]):hover[data-state=indeterminate]{
|
|
1628
1628
|
background-color:var(--checkbox-surface-selected-hover);
|
|
1629
1629
|
border:var(--checkbox-border-selected-hover);
|
|
1630
1630
|
}
|
|
1631
|
-
.bp_checkbox_module_option--
|
|
1631
|
+
.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90:not([data-disabled]):focus-visible[data-state=checked] .bp_checkbox_module_indicator--13b90,.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90:not([data-disabled]):focus-visible[data-state=indeterminate] .bp_checkbox_module_indicator--13b90,.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90:not([data-disabled]):hover[data-state=checked] .bp_checkbox_module_indicator--13b90,.bp_checkbox_module_option--13b90 .bp_checkbox_module_checkbox--13b90:not([data-disabled]):hover[data-state=indeterminate] .bp_checkbox_module_indicator--13b90{
|
|
1632
1632
|
background-color:var(--checkbox-surface-selected-hover);
|
|
1633
1633
|
}
|
|
1634
|
-
.bp_checkbox_module_option--
|
|
1634
|
+
.bp_checkbox_module_option--13b90 .bp_checkbox_module_label--13b90{
|
|
1635
1635
|
cursor:pointer;
|
|
1636
1636
|
display:inline-flex;
|
|
1637
1637
|
flex-direction:row;
|
|
@@ -1639,10 +1639,10 @@
|
|
|
1639
1639
|
width:-moz-fit-content;
|
|
1640
1640
|
width:fit-content;
|
|
1641
1641
|
}
|
|
1642
|
-
.bp_checkbox_module_option--
|
|
1642
|
+
.bp_checkbox_module_option--13b90 .bp_checkbox_module_description--13b90{
|
|
1643
1643
|
padding-left:var(--checkbox-description-padding-left);
|
|
1644
1644
|
}
|
|
1645
|
-
.bp_checkbox_module_option--
|
|
1645
|
+
.bp_checkbox_module_option--13b90.bp_checkbox_module_disabled--13b90 .bp_checkbox_module_label--13b90{
|
|
1646
1646
|
cursor:default;
|
|
1647
1647
|
}
|
|
1648
1648
|
.bp_icon_button_module_iconButton--161d7[data-modern=false]{
|
|
@@ -2050,7 +2050,7 @@
|
|
|
2050
2050
|
transform:scale(1.2);
|
|
2051
2051
|
}
|
|
2052
2052
|
|
|
2053
|
-
.bp_text_area_autosize_module_textArea--
|
|
2053
|
+
.bp_text_area_autosize_module_textArea--31284[data-modern=false]{
|
|
2054
2054
|
--text-area-text-color:var(--text-text-on-light);
|
|
2055
2055
|
--text-area-inner-shadow:var(--innershadow-1);
|
|
2056
2056
|
--text-area-background-color:var(--surface-input-surface);
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
--text-area-icon-padding:1.875rem;
|
|
2064
2064
|
}
|
|
2065
2065
|
|
|
2066
|
-
.bp_text_area_autosize_module_textArea--
|
|
2066
|
+
.bp_text_area_autosize_module_textArea--31284[data-modern=true]{
|
|
2067
2067
|
--text-area-inner-shadow:var(--innershadow-1);
|
|
2068
2068
|
--text-area-text-color:var(--bp-text-text-on-light);
|
|
2069
2069
|
--text-area-background-color:var(--bp-surface-input-surface);
|
|
@@ -2076,7 +2076,7 @@
|
|
|
2076
2076
|
--text-area-icon-padding:1.875rem;
|
|
2077
2077
|
}
|
|
2078
2078
|
|
|
2079
|
-
.bp_text_area_autosize_module_textArea--
|
|
2079
|
+
.bp_text_area_autosize_module_textArea--31284{
|
|
2080
2080
|
background:var(--text-area-background-color);
|
|
2081
2081
|
border:none;
|
|
2082
2082
|
box-shadow:var(--text-area-inner-shadow);
|
|
@@ -2095,48 +2095,48 @@
|
|
|
2095
2095
|
text-transform:var(--body-default-text-case);
|
|
2096
2096
|
width:100%;
|
|
2097
2097
|
}
|
|
2098
|
-
.bp_text_area_autosize_module_textArea--
|
|
2098
|
+
.bp_text_area_autosize_module_textArea--31284::placeholder{
|
|
2099
2099
|
color:var(--text-area-placeholder-color);
|
|
2100
2100
|
opacity:1;
|
|
2101
2101
|
}
|
|
2102
|
-
.bp_text_area_autosize_module_textArea--
|
|
2102
|
+
.bp_text_area_autosize_module_textArea--31284.bp_text_area_autosize_module_error--31284{
|
|
2103
2103
|
background:var(--text-area-error-background-color);
|
|
2104
2104
|
outline:0;
|
|
2105
2105
|
}
|
|
2106
|
-
.bp_text_area_autosize_module_textArea--
|
|
2106
|
+
.bp_text_area_autosize_module_textArea--31284:focus{
|
|
2107
2107
|
border:none;
|
|
2108
2108
|
}
|
|
2109
|
-
.bp_text_area_autosize_module_textArea--
|
|
2109
|
+
.bp_text_area_autosize_module_textArea--31284:hover{
|
|
2110
2110
|
box-shadow:var(--text-area-inner-shadow);
|
|
2111
2111
|
}
|
|
2112
|
-
.bp_text_area_autosize_module_textArea--
|
|
2112
|
+
.bp_text_area_autosize_module_textArea--31284:focus-visible{
|
|
2113
2113
|
background:var(--text-area-error-background-focus);
|
|
2114
2114
|
outline:0;
|
|
2115
2115
|
}
|
|
2116
|
-
.bp_text_area_autosize_module_textArea--
|
|
2116
|
+
.bp_text_area_autosize_module_textArea--31284:disabled{
|
|
2117
2117
|
background:var(--text-area-background-color);
|
|
2118
2118
|
border:none;
|
|
2119
2119
|
box-shadow:var(--text-area-inner-shadow);
|
|
2120
2120
|
color:var(--text-area-text-color);
|
|
2121
2121
|
}
|
|
2122
|
-
.bp_text_area_autosize_module_textArea--
|
|
2122
|
+
.bp_text_area_autosize_module_textArea--31284:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--31284):hover{
|
|
2123
2123
|
background:var(--text-area-error-background-hover);
|
|
2124
2124
|
}
|
|
2125
|
-
.bp_text_area_autosize_module_textArea--
|
|
2125
|
+
.bp_text_area_autosize_module_textArea--31284.bp_text_area_autosize_module_loading--31284{
|
|
2126
2126
|
padding-inline-end:var(--text-area-icon-padding);
|
|
2127
2127
|
}
|
|
2128
2128
|
|
|
2129
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2129
|
+
.bp_text_area_autosize_module_loadingIndicator--31284[data-modern=false]{
|
|
2130
2130
|
--text-area-loading-indicator-width:var(--size-6);
|
|
2131
2131
|
--text-area-loading-indicator-height:var(--size-6);
|
|
2132
2132
|
}
|
|
2133
2133
|
|
|
2134
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2134
|
+
.bp_text_area_autosize_module_loadingIndicator--31284[data-modern=true]{
|
|
2135
2135
|
--text-area-loading-indicator-width:var(--bp-size-060);
|
|
2136
2136
|
--text-area-loading-indicator-height:var(--bp-size-060);
|
|
2137
2137
|
}
|
|
2138
2138
|
|
|
2139
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2139
|
+
.bp_text_area_autosize_module_loadingIndicator--31284{
|
|
2140
2140
|
bottom:.375rem;
|
|
2141
2141
|
display:inline-block;
|
|
2142
2142
|
height:var(--text-area-loading-indicator-height);
|
|
@@ -2146,19 +2146,19 @@
|
|
|
2146
2146
|
width:var(--text-area-loading-indicator-width);
|
|
2147
2147
|
}
|
|
2148
2148
|
|
|
2149
|
-
.bp_text_area_autosize_module_border--
|
|
2149
|
+
.bp_text_area_autosize_module_border--31284[data-modern=false]{
|
|
2150
2150
|
--text-area-radius:var(--radius-2);
|
|
2151
2151
|
--text-area-border-width:var(--border-1);
|
|
2152
2152
|
--text-area-shadow-color:var(--border-input-border);
|
|
2153
2153
|
}
|
|
2154
2154
|
|
|
2155
|
-
.bp_text_area_autosize_module_border--
|
|
2155
|
+
.bp_text_area_autosize_module_border--31284[data-modern=true]{
|
|
2156
2156
|
--text-area-radius:var(--bp-radius-06);
|
|
2157
2157
|
--text-area-border-width:var(--bp-border-01);
|
|
2158
2158
|
--text-area-shadow-color:var(--bp-border-input-border);
|
|
2159
2159
|
}
|
|
2160
2160
|
|
|
2161
|
-
.bp_text_area_autosize_module_border--
|
|
2161
|
+
.bp_text_area_autosize_module_border--31284{
|
|
2162
2162
|
border-radius:var(--text-area-radius);
|
|
2163
2163
|
box-shadow:0 0 0 var(--text-area-border-width) var(--text-area-shadow-color);
|
|
2164
2164
|
display:flex;
|
|
@@ -2166,17 +2166,17 @@
|
|
|
2166
2166
|
transform:translateZ(0);
|
|
2167
2167
|
}
|
|
2168
2168
|
|
|
2169
|
-
.bp_text_area_module_textAreaContainer--
|
|
2169
|
+
.bp_text_area_module_textAreaContainer--d59ac[data-modern=false]{
|
|
2170
2170
|
--text-area-container-row-gap:var(--space-2);
|
|
2171
2171
|
--text-area-container-label-color:var(--text-text-on-light);
|
|
2172
2172
|
}
|
|
2173
2173
|
|
|
2174
|
-
.bp_text_area_module_textAreaContainer--
|
|
2174
|
+
.bp_text_area_module_textAreaContainer--d59ac[data-modern=true]{
|
|
2175
2175
|
--text-area-container-row-gap:var(--bp-size-020);
|
|
2176
2176
|
--text-area-container-label-color:var(--bp-text-text-on-light);
|
|
2177
2177
|
}
|
|
2178
2178
|
|
|
2179
|
-
.bp_text_area_module_textAreaContainer--
|
|
2179
|
+
.bp_text_area_module_textAreaContainer--d59ac{
|
|
2180
2180
|
display:flex;
|
|
2181
2181
|
flex-direction:column;
|
|
2182
2182
|
font-family:var(--body-default-font-family);
|
|
@@ -2189,7 +2189,7 @@
|
|
|
2189
2189
|
text-decoration:var(--body-default-text-decoration);
|
|
2190
2190
|
text-transform:var(--body-default-text-case);
|
|
2191
2191
|
}
|
|
2192
|
-
.bp_text_area_module_textAreaContainer--
|
|
2192
|
+
.bp_text_area_module_textAreaContainer--d59ac .bp_text_area_module_label--d59ac{
|
|
2193
2193
|
color:var(--text-area-container-label-color);
|
|
2194
2194
|
flex:0 0 fit-content;
|
|
2195
2195
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2203,17 +2203,17 @@
|
|
|
2203
2203
|
width:-moz-fit-content;
|
|
2204
2204
|
width:fit-content;
|
|
2205
2205
|
}
|
|
2206
|
-
.bp_text_area_module_textAreaContainer--
|
|
2206
|
+
.bp_text_area_module_textAreaContainer--d59ac .bp_text_area_module_label--d59ac:not(.bp_text_area_module_hidden--d59ac){
|
|
2207
2207
|
margin-block-end:var(--text-area-container-row-gap);
|
|
2208
2208
|
}
|
|
2209
|
-
.bp_text_area_module_textAreaContainer--
|
|
2209
|
+
.bp_text_area_module_textAreaContainer--d59ac.bp_text_area_module_disabled--d59ac{
|
|
2210
2210
|
opacity:60%;
|
|
2211
2211
|
}
|
|
2212
|
-
.bp_text_area_module_textAreaContainer--
|
|
2212
|
+
.bp_text_area_module_textAreaContainer--d59ac .bp_text_area_module_inlineError--d59ac{
|
|
2213
2213
|
margin-block-start:var(--text-area-container-row-gap);
|
|
2214
2214
|
}
|
|
2215
2215
|
|
|
2216
|
-
.bp_combobox_module_container--
|
|
2216
|
+
.bp_combobox_module_container--1b447[data-modern=false]{
|
|
2217
2217
|
--max-lines:3;
|
|
2218
2218
|
--input-height:var(--space-5);
|
|
2219
2219
|
--chip-height:var(--space-7);
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
--combobox-button-spacing:var(--space-2);
|
|
2269
2269
|
}
|
|
2270
2270
|
|
|
2271
|
-
.bp_combobox_module_container--
|
|
2271
|
+
.bp_combobox_module_container--1b447[data-modern=true]{
|
|
2272
2272
|
--max-lines:3;
|
|
2273
2273
|
--bp-innershadow-01:var(--innershadow-1);
|
|
2274
2274
|
--bp-input-height:var(--bp-space-050);
|
|
@@ -2329,7 +2329,7 @@
|
|
|
2329
2329
|
--combobox-button-spacing:var(--bp-space-020);
|
|
2330
2330
|
}
|
|
2331
2331
|
|
|
2332
|
-
.bp_combobox_module_popover--
|
|
2332
|
+
.bp_combobox_module_popover--1b447[data-modern=false]{
|
|
2333
2333
|
--option-height:2.25rem;
|
|
2334
2334
|
--dropdown-max-height:12.5rem;
|
|
2335
2335
|
--combobox-popover-max-height:min(
|
|
@@ -2362,7 +2362,7 @@
|
|
|
2362
2362
|
--combobox-popover-backdrop-filter:;
|
|
2363
2363
|
}
|
|
2364
2364
|
|
|
2365
|
-
.bp_combobox_module_popover--
|
|
2365
|
+
.bp_combobox_module_popover--1b447[data-modern=true]{
|
|
2366
2366
|
--option-height:2.25rem;
|
|
2367
2367
|
--dropdown-max-height:12.5rem;
|
|
2368
2368
|
--bp-dropshadow-03:var(--dropshadow-3);
|
|
@@ -2396,7 +2396,7 @@
|
|
|
2396
2396
|
--combobox-popover-backdrop-filter:blur(16px);
|
|
2397
2397
|
}
|
|
2398
2398
|
|
|
2399
|
-
.bp_combobox_module_container--
|
|
2399
|
+
.bp_combobox_module_container--1b447{
|
|
2400
2400
|
display:flex;
|
|
2401
2401
|
flex-direction:column;
|
|
2402
2402
|
font-family:var(--body-default-font-family);
|
|
@@ -2408,10 +2408,10 @@
|
|
|
2408
2408
|
text-decoration:var(--body-default-text-decoration);
|
|
2409
2409
|
text-transform:var(--body-default-text-case);
|
|
2410
2410
|
}
|
|
2411
|
-
.bp_combobox_module_container--
|
|
2411
|
+
.bp_combobox_module_container--1b447.bp_combobox_module_disabled--1b447{
|
|
2412
2412
|
opacity:60%;
|
|
2413
2413
|
}
|
|
2414
|
-
.bp_combobox_module_container--
|
|
2414
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_label--1b447{
|
|
2415
2415
|
color:var(--combobox-label-color);
|
|
2416
2416
|
flex:0 0 fit-content;
|
|
2417
2417
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2424,10 +2424,10 @@
|
|
|
2424
2424
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2425
2425
|
text-transform:var(--body-default-bold-text-case);
|
|
2426
2426
|
}
|
|
2427
|
-
.bp_combobox_module_container--
|
|
2427
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_label--1b447:not(.bp_combobox_module_hiddenLabel--1b447){
|
|
2428
2428
|
margin-block-end:var(--combobox-label-margin-block-end);
|
|
2429
2429
|
}
|
|
2430
|
-
.bp_combobox_module_container--
|
|
2430
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447{
|
|
2431
2431
|
background-color:var(--combobox-container-background-color);
|
|
2432
2432
|
border-bottom:var(--combobox-container-border-bottom-width) solid var(--combobox-container-border-color);
|
|
2433
2433
|
border-left:var(--combobox-container-border-left-width) solid var(--combobox-container-border-color);
|
|
@@ -2444,15 +2444,15 @@
|
|
|
2444
2444
|
padding-inline:var(--combobox-container-padding-inline);
|
|
2445
2445
|
position:relative;
|
|
2446
2446
|
}
|
|
2447
|
-
.bp_combobox_module_container--
|
|
2447
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447.bp_combobox_module_withComboboxButtons--1b447{
|
|
2448
2448
|
padding-inline-end:var(--combobox-container-padding-inline-end-with-buttons);
|
|
2449
2449
|
}
|
|
2450
|
-
.bp_combobox_module_container--
|
|
2450
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447:not(:disabled):has(input:focus){
|
|
2451
2451
|
background-color:var(--combobox-container-focus-background-color);
|
|
2452
2452
|
border:var(--combobox-container-focus-border);
|
|
2453
2453
|
padding-block:var(--combobox-container-focus-padding-block);
|
|
2454
2454
|
}
|
|
2455
|
-
.bp_combobox_module_container--
|
|
2455
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447:not(:disabled).bp_combobox_module_error--1b447,.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447:not(:disabled):has([aria-invalid=true]){
|
|
2456
2456
|
background-color:var(--combobox-container-error-background-color);
|
|
2457
2457
|
border-bottom:var(--combobox-container-error-border-bottom-width) solid var(--combobox-container-error-border-color);
|
|
2458
2458
|
border-left:var(--combobox-container-error-border-left-width) solid var(--combobox-container-error-border-color);
|
|
@@ -2460,13 +2460,13 @@
|
|
|
2460
2460
|
border-top:var(--combobox-container-error-border-top-width) solid var(--combobox-container-error-border-color);
|
|
2461
2461
|
padding-block:var(--combobox-container-error-padding-block);
|
|
2462
2462
|
}
|
|
2463
|
-
.bp_combobox_module_container--
|
|
2463
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447 .bp_combobox_module_textInputWrapper--1b447{
|
|
2464
2464
|
align-items:center;
|
|
2465
2465
|
display:flex;
|
|
2466
2466
|
flex:content;
|
|
2467
2467
|
gap:var(--combobox-text-input-wrapper-gap);
|
|
2468
2468
|
}
|
|
2469
|
-
.bp_combobox_module_container--
|
|
2469
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447 .bp_combobox_module_textInputWrapper--1b447 .bp_combobox_module_textInput--1b447{
|
|
2470
2470
|
background-color:var(--combobox-text-input-background-color);
|
|
2471
2471
|
border:none;
|
|
2472
2472
|
color:var(--combobox-text-input-color);
|
|
@@ -2483,31 +2483,31 @@
|
|
|
2483
2483
|
text-transform:var(--body-default-text-case);
|
|
2484
2484
|
width:100%;
|
|
2485
2485
|
}
|
|
2486
|
-
.bp_combobox_module_container--
|
|
2486
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447 .bp_combobox_module_textInputWrapper--1b447 .bp_combobox_module_errorIcon--1b447 path{
|
|
2487
2487
|
fill:var(--combobox-error-icon-fill);
|
|
2488
2488
|
}
|
|
2489
|
-
.bp_combobox_module_container--
|
|
2489
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447 .bp_combobox_module_textInputWrapper--1b447 .bp_combobox_module_comboboxButtons--1b447{
|
|
2490
2490
|
align-items:center;
|
|
2491
2491
|
display:flex;
|
|
2492
2492
|
position:absolute;
|
|
2493
2493
|
right:var(--combobox-button-spacing);
|
|
2494
2494
|
top:var(--combobox-button-spacing);
|
|
2495
2495
|
}
|
|
2496
|
-
.bp_combobox_module_container--
|
|
2496
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447.bp_combobox_module_withChips--1b447{
|
|
2497
2497
|
max-height:var(--combobox-container-with-chips-max-height);
|
|
2498
2498
|
padding-block:var(--combobox-container-with-chips-padding-block);
|
|
2499
2499
|
}
|
|
2500
|
-
.bp_combobox_module_container--
|
|
2500
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447.bp_combobox_module_withChips--1b447:not(:disabled).bp_combobox_module_error--1b447{
|
|
2501
2501
|
padding-block:var(--combobox-container-with-chips-error-padding-block);
|
|
2502
2502
|
}
|
|
2503
|
-
.bp_combobox_module_container--
|
|
2503
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_comboboxContainer--1b447.bp_combobox_module_withChips--1b447:not(:disabled):has(input:focus){
|
|
2504
2504
|
padding-block:var(--combobox-container-with-chips-focus-padding-block);
|
|
2505
2505
|
}
|
|
2506
|
-
.bp_combobox_module_container--
|
|
2506
|
+
.bp_combobox_module_container--1b447 .bp_combobox_module_inlineError--1b447{
|
|
2507
2507
|
margin-block-start:var(--combobox-inline-error-margin-block-start);
|
|
2508
2508
|
}
|
|
2509
2509
|
|
|
2510
|
-
.bp_combobox_module_popover--
|
|
2510
|
+
.bp_combobox_module_popover--1b447{
|
|
2511
2511
|
backdrop-filter:var(--combobox-popover-backdrop-filter);
|
|
2512
2512
|
background-color:var(--combobox-popover-background-color);
|
|
2513
2513
|
border:var(--combobox-popover-border);
|
|
@@ -2527,7 +2527,7 @@
|
|
|
2527
2527
|
text-transform:var(--body-default-text-case);
|
|
2528
2528
|
z-index:var(--z-index-popover);
|
|
2529
2529
|
}
|
|
2530
|
-
.bp_combobox_module_popover--
|
|
2530
|
+
.bp_combobox_module_popover--1b447 .bp_combobox_module_option--1b447{
|
|
2531
2531
|
border:var(--combobox-option-border);
|
|
2532
2532
|
border-radius:var(--combobox-option-border-radius);
|
|
2533
2533
|
box-sizing:border-box;
|
|
@@ -2541,21 +2541,21 @@
|
|
|
2541
2541
|
user-select:none;
|
|
2542
2542
|
width:100%;
|
|
2543
2543
|
}
|
|
2544
|
-
.bp_combobox_module_popover--
|
|
2544
|
+
.bp_combobox_module_popover--1b447 .bp_combobox_module_option--1b447[aria-disabled]{
|
|
2545
2545
|
opacity:var(--combobox-option-disabled-opacity);
|
|
2546
2546
|
}
|
|
2547
|
-
.bp_combobox_module_popover--
|
|
2547
|
+
.bp_combobox_module_popover--1b447 .bp_combobox_module_option--1b447[data-active-item]:not([aria-disabled]){
|
|
2548
2548
|
background-color:var(--combobox-option-active-background-color);
|
|
2549
2549
|
border:var(--combobox-option-active-border);
|
|
2550
2550
|
}
|
|
2551
|
-
.bp_combobox_module_popover--
|
|
2551
|
+
.bp_combobox_module_popover--1b447 .bp_combobox_module_option--1b447:active{
|
|
2552
2552
|
background-color:var(--combobox-option-hover-background-color);
|
|
2553
2553
|
border:var(--combobox-option-border);
|
|
2554
2554
|
}
|
|
2555
|
-
.bp_combobox_module_popover--
|
|
2555
|
+
.bp_combobox_module_popover--1b447 .bp_combobox_module_option--1b447:hover{
|
|
2556
2556
|
background-color:var(--combobox-option-hover-background-color);
|
|
2557
2557
|
}
|
|
2558
|
-
.bp_combobox_module_popover--
|
|
2558
|
+
.bp_combobox_module_popover--1b447 .bp_combobox_module_option--1b447 .bp_combobox_module_indicator--1b447{
|
|
2559
2559
|
align-items:center;
|
|
2560
2560
|
display:flex;
|
|
2561
2561
|
height:var(--combobox-option-indicator-height);
|
|
@@ -2564,56 +2564,56 @@
|
|
|
2564
2564
|
position:absolute;
|
|
2565
2565
|
top:var(--combobox-option-indicator-top);
|
|
2566
2566
|
}
|
|
2567
|
-
.bp_combobox_module_popover--
|
|
2567
|
+
.bp_combobox_module_popover--1b447 .bp_combobox_module_option--1b447 .bp_combobox_module_indicator--1b447 .bp_combobox_module_indicatorIcon--1b447 path{
|
|
2568
2568
|
fill:var(--combobox-option-indicator-icon-fill);
|
|
2569
2569
|
}
|
|
2570
|
-
.bp_combobox_module_popover--
|
|
2570
|
+
.bp_combobox_module_popover--1b447 .bp_combobox_module_optionWithIndicator--1b447{
|
|
2571
2571
|
padding-inline:var(--combobox-option-with-indicator-padding-inline);
|
|
2572
2572
|
}
|
|
2573
|
-
.bp_combobox_module_popover--
|
|
2573
|
+
.bp_combobox_module_popover--1b447 .bp_combobox_module_loadingIndicator--1b447{
|
|
2574
2574
|
position:var(--combobox-loading-indicator-position);
|
|
2575
2575
|
}
|
|
2576
|
-
.bp_combobox_module_popover--
|
|
2576
|
+
.bp_combobox_module_popover--1b447 .bp_combobox_module_noResultOption--1b447{
|
|
2577
2577
|
color:var(--combobox-no-result-option-color);
|
|
2578
2578
|
-webkit-user-select:none;
|
|
2579
2579
|
user-select:none;
|
|
2580
2580
|
}
|
|
2581
2581
|
|
|
2582
|
-
.bp_combobox_group_module_container--
|
|
2582
|
+
.bp_combobox_group_module_container--6fdb4[data-modern=false]{
|
|
2583
2583
|
--combobox-group-container-gap:var(--space-2);
|
|
2584
2584
|
--combobox-group-container-max-width:358px;
|
|
2585
2585
|
--combobox-group-disabled-opacity:60%;
|
|
2586
2586
|
--combobox-group-label-color:var(--text-text-on-light);
|
|
2587
2587
|
}
|
|
2588
|
-
.bp_combobox_group_module_container--
|
|
2588
|
+
.bp_combobox_group_module_container--6fdb4[data-modern=false] .bp_combobox_group_module_trailing--6fdb4{
|
|
2589
2589
|
--blueprint-combobox-input-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2590
2590
|
--blueprint-select-trigger-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2591
2591
|
--blueprint-combobox-border-left-width:none;
|
|
2592
2592
|
--blueprint-select-border-left-width:none;
|
|
2593
2593
|
}
|
|
2594
|
-
.bp_combobox_group_module_container--
|
|
2594
|
+
.bp_combobox_group_module_container--6fdb4[data-modern=false] .bp_combobox_group_module_leading--6fdb4{
|
|
2595
2595
|
--blueprint-combobox-input-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2596
2596
|
--blueprint-select-trigger-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2597
2597
|
}
|
|
2598
2598
|
|
|
2599
|
-
.bp_combobox_group_module_container--
|
|
2599
|
+
.bp_combobox_group_module_container--6fdb4[data-modern=true]{
|
|
2600
2600
|
--combobox-group-container-gap:var(--bp-space-020);
|
|
2601
2601
|
--combobox-group-container-max-width:358px;
|
|
2602
2602
|
--combobox-group-disabled-opacity:60%;
|
|
2603
2603
|
--combobox-group-label-color:var(--bp-text-text-on-light);
|
|
2604
2604
|
}
|
|
2605
|
-
.bp_combobox_group_module_container--
|
|
2605
|
+
.bp_combobox_group_module_container--6fdb4[data-modern=true] .bp_combobox_group_module_trailing--6fdb4{
|
|
2606
2606
|
--blueprint-combobox-input-radius:0 var(--bp-radius-06) var(--bp-radius-06) 0;
|
|
2607
2607
|
--blueprint-select-trigger-radius:0 var(--bp-radius-06) var(--bp-radius-06) 0;
|
|
2608
2608
|
--blueprint-combobox-border-left-width:none;
|
|
2609
2609
|
--blueprint-select-border-left-width:none;
|
|
2610
2610
|
}
|
|
2611
|
-
.bp_combobox_group_module_container--
|
|
2611
|
+
.bp_combobox_group_module_container--6fdb4[data-modern=true] .bp_combobox_group_module_leading--6fdb4{
|
|
2612
2612
|
--blueprint-combobox-input-radius:var(--bp-radius-06) 0 0 var(--bp-radius-06);
|
|
2613
2613
|
--blueprint-select-trigger-radius:var(--bp-radius-06) 0 0 var(--bp-radius-06);
|
|
2614
2614
|
}
|
|
2615
2615
|
|
|
2616
|
-
.bp_combobox_group_module_container--
|
|
2616
|
+
.bp_combobox_group_module_container--6fdb4{
|
|
2617
2617
|
align-items:flex-start;
|
|
2618
2618
|
display:flex;
|
|
2619
2619
|
flex-direction:column;
|
|
@@ -2621,17 +2621,17 @@
|
|
|
2621
2621
|
max-width:var(--combobox-group-container-max-width);
|
|
2622
2622
|
}
|
|
2623
2623
|
|
|
2624
|
-
.bp_combobox_group_module_comboboxGroupcontainer--
|
|
2624
|
+
.bp_combobox_group_module_comboboxGroupcontainer--6fdb4{
|
|
2625
2625
|
display:flex;
|
|
2626
2626
|
flex-direction:row;
|
|
2627
2627
|
}
|
|
2628
2628
|
|
|
2629
|
-
.bp_combobox_group_module_disabled--
|
|
2629
|
+
.bp_combobox_group_module_disabled--6fdb4{
|
|
2630
2630
|
opacity:var(--combobox-group-disabled-opacity);
|
|
2631
2631
|
pointer-events:none;
|
|
2632
2632
|
}
|
|
2633
2633
|
|
|
2634
|
-
.bp_combobox_group_module_label--
|
|
2634
|
+
.bp_combobox_group_module_label--6fdb4{
|
|
2635
2635
|
color:var(--combobox-group-label-color);
|
|
2636
2636
|
flex:0 0 fit-content;
|
|
2637
2637
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2645,47 +2645,47 @@
|
|
|
2645
2645
|
text-transform:var(--body-default-bold-text-case);
|
|
2646
2646
|
}
|
|
2647
2647
|
|
|
2648
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2648
|
+
.bp_combobox_group_module_errorCombobox--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2649
2649
|
--blueprint-select-border-right-width:none;
|
|
2650
2650
|
}
|
|
2651
2651
|
|
|
2652
|
-
.bp_combobox_group_module_errorSelect--
|
|
2652
|
+
.bp_combobox_group_module_errorSelect--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2653
2653
|
--blueprint-combobox-border-right-width:none;
|
|
2654
2654
|
}
|
|
2655
2655
|
|
|
2656
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2656
|
+
.bp_combobox_group_module_errorCombobox--6fdb4.bp_combobox_group_module_errorSelect--6fdb4.bp_combobox_group_module_trailing--6fdb4{
|
|
2657
2657
|
--blueprint-select-border-error-left-width:none;
|
|
2658
2658
|
}
|
|
2659
2659
|
|
|
2660
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2660
|
+
.bp_combobox_group_module_errorCombobox--6fdb4.bp_combobox_group_module_errorSelect--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2661
2661
|
--blueprint-select-border-error-right-width:none;
|
|
2662
2662
|
}
|
|
2663
2663
|
|
|
2664
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2664
|
+
.bp_combobox_group_module_selectHasFocus--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2665
2665
|
--blueprint-combobox-border-right-width:none;
|
|
2666
2666
|
}
|
|
2667
2667
|
|
|
2668
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2668
|
+
.bp_combobox_group_module_selectHasFocus--6fdb4.bp_combobox_group_module_errorCombobox--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2669
2669
|
--blueprint-combobox-border-error-right-width:none;
|
|
2670
2670
|
}
|
|
2671
2671
|
|
|
2672
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2672
|
+
.bp_combobox_group_module_selectHasFocus--6fdb4.bp_combobox_group_module_errorCombobox--6fdb4.bp_combobox_group_module_trailing--6fdb4{
|
|
2673
2673
|
--blueprint-combobox-border-error-left-width:none;
|
|
2674
2674
|
}
|
|
2675
2675
|
|
|
2676
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2676
|
+
.bp_combobox_group_module_comboboxHasFocus--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2677
2677
|
--blueprint-select-border-right-width:none;
|
|
2678
2678
|
}
|
|
2679
2679
|
|
|
2680
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2680
|
+
.bp_combobox_group_module_comboboxHasFocus--6fdb4.bp_combobox_group_module_errorSelect--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2681
2681
|
--blueprint-select-border-error-right-width:none;
|
|
2682
2682
|
}
|
|
2683
2683
|
|
|
2684
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2684
|
+
.bp_combobox_group_module_comboboxHasFocus--6fdb4.bp_combobox_group_module_errorSelect--6fdb4.bp_combobox_group_module_trailing--6fdb4{
|
|
2685
2685
|
--blueprint-select-border-error-left-width:none;
|
|
2686
2686
|
}
|
|
2687
2687
|
|
|
2688
|
-
.bp_select_module_container--
|
|
2688
|
+
.bp_select_module_container--1d01e[data-modern=false]{
|
|
2689
2689
|
--select-gap:var(--space-2);
|
|
2690
2690
|
--select-label-color:var(--text-text-on-light);
|
|
2691
2691
|
--select-trigger-btn-gap:var(--space-2);
|
|
@@ -2715,7 +2715,7 @@
|
|
|
2715
2715
|
--select-trigger-btn-pencil-height:var(--size-4);
|
|
2716
2716
|
}
|
|
2717
2717
|
|
|
2718
|
-
.bp_select_module_container--
|
|
2718
|
+
.bp_select_module_container--1d01e[data-modern=true]{
|
|
2719
2719
|
--select-gap:var(--bp-space-020);
|
|
2720
2720
|
--select-label-color:var(--bp-text-text-on-light);
|
|
2721
2721
|
--select-trigger-btn-gap:var(--bp-space-020);
|
|
@@ -2745,7 +2745,7 @@
|
|
|
2745
2745
|
--select-trigger-btn-pencil-height:var(--bp-size-040);
|
|
2746
2746
|
}
|
|
2747
2747
|
|
|
2748
|
-
.bp_select_module_container--
|
|
2748
|
+
.bp_select_module_container--1d01e{
|
|
2749
2749
|
display:flex;
|
|
2750
2750
|
flex-direction:column;
|
|
2751
2751
|
font-family:var(--body-default-font-family);
|
|
@@ -2758,10 +2758,10 @@
|
|
|
2758
2758
|
text-decoration:var(--body-default-text-decoration);
|
|
2759
2759
|
text-transform:var(--body-default-text-case);
|
|
2760
2760
|
}
|
|
2761
|
-
.bp_select_module_container--
|
|
2761
|
+
.bp_select_module_container--1d01e.bp_select_module_disabled--1d01e{
|
|
2762
2762
|
opacity:60%;
|
|
2763
2763
|
}
|
|
2764
|
-
.bp_select_module_container--
|
|
2764
|
+
.bp_select_module_container--1d01e .bp_select_module_label--1d01e{
|
|
2765
2765
|
color:var(--select-label-color);
|
|
2766
2766
|
flex:0 0 fit-content;
|
|
2767
2767
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2774,7 +2774,7 @@
|
|
|
2774
2774
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2775
2775
|
text-transform:var(--body-default-bold-text-case);
|
|
2776
2776
|
}
|
|
2777
|
-
.bp_select_module_container--
|
|
2777
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e{
|
|
2778
2778
|
align-items:center;
|
|
2779
2779
|
background-color:var(--select-trigger-btn-bg-color);
|
|
2780
2780
|
border-bottom:var(--select-trigger-btn-border-bottom);
|
|
@@ -2803,58 +2803,58 @@
|
|
|
2803
2803
|
text-transform:var(--body-default-text-case);
|
|
2804
2804
|
width:100%;
|
|
2805
2805
|
}
|
|
2806
|
-
.bp_select_module_container--
|
|
2806
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e span:first-child{
|
|
2807
2807
|
overflow:hidden;
|
|
2808
2808
|
text-overflow:ellipsis;
|
|
2809
2809
|
white-space:nowrap;
|
|
2810
2810
|
}
|
|
2811
|
-
.bp_select_module_container--
|
|
2811
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e:disabled{
|
|
2812
2812
|
cursor:default;
|
|
2813
2813
|
}
|
|
2814
|
-
.bp_select_module_container--
|
|
2814
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e.bp_select_module_readonly--1d01e:not(:disabled){
|
|
2815
2815
|
background-color:var(--gray-02);
|
|
2816
2816
|
box-shadow:none;
|
|
2817
2817
|
color:var(--text-text-on-light-secondary);
|
|
2818
2818
|
cursor:default;
|
|
2819
2819
|
}
|
|
2820
|
-
.bp_select_module_container--
|
|
2820
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e:not(.bp_select_module_readonly--1d01e):not(:disabled).bp_select_module_error--1d01e,.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e:not(.bp_select_module_readonly--1d01e):not(:disabled)[aria-invalid=true]{
|
|
2821
2821
|
background-color:var(----select-trigger-btn-error-bg-color);
|
|
2822
2822
|
border-bottom:var(--select-trigger-btn-error-border-bottom);
|
|
2823
2823
|
border-left:var(--select-trigger-btn-error-border-left);
|
|
2824
2824
|
border-right:var(--select-trigger-btn-error-border-right);
|
|
2825
2825
|
border-top:var(--select-trigger-btn-error-border-top);
|
|
2826
2826
|
}
|
|
2827
|
-
.bp_select_module_container--
|
|
2827
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e:not(.bp_select_module_readonly--1d01e):focus,.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e:not(.bp_select_module_readonly--1d01e):not(:disabled).bp_select_module_error--1d01e:focus,.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e:not(.bp_select_module_readonly--1d01e):not(:disabled)[aria-invalid=true]:focus{
|
|
2828
2828
|
background-color:var(--select-trigger-btn-focus-bg-color);
|
|
2829
2829
|
border:var(--select-trigger-btn-focus-border);
|
|
2830
2830
|
}
|
|
2831
|
-
.bp_select_module_container--
|
|
2831
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e:not(.bp_select_module_readonly--1d01e):not(:disabled):not(:focus):not(.bp_select_module_error--1d01e):not([aria-invalid]):hover{
|
|
2832
2832
|
background-color:var(--select-trigger-btn-hover-bg-color);
|
|
2833
2833
|
border-color:var(--select-trigger-btn-hover-border-color);
|
|
2834
2834
|
}
|
|
2835
|
-
.bp_select_module_container--
|
|
2835
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e .bp_select_module_iconWrapper--1d01e{
|
|
2836
2836
|
flex-shrink:0;
|
|
2837
2837
|
-webkit-user-select:none;
|
|
2838
2838
|
user-select:none;
|
|
2839
2839
|
}
|
|
2840
|
-
.bp_select_module_container--
|
|
2840
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e .bp_select_module_iconCaret--1d01e{
|
|
2841
2841
|
display:block;
|
|
2842
2842
|
height:var(--select-trigger-btn-caret-height);
|
|
2843
2843
|
width:var(--select-trigger-btn-caret-width);
|
|
2844
2844
|
}
|
|
2845
|
-
.bp_select_module_container--
|
|
2845
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e .bp_select_module_iconCaret--1d01e path{
|
|
2846
2846
|
fill:var(--select-trigger-btn-caret-color);
|
|
2847
2847
|
}
|
|
2848
|
-
.bp_select_module_container--
|
|
2848
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e .bp_select_module_iconPencilCrossed--1d01e{
|
|
2849
2849
|
display:block;
|
|
2850
2850
|
height:var(--select-trigger-btn-pencil-height);
|
|
2851
2851
|
width:var(--select-trigger-btn-pencil-width);
|
|
2852
2852
|
}
|
|
2853
|
-
.bp_select_module_container--
|
|
2853
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e[data-state=open] .bp_select_module_icon--1d01e{
|
|
2854
2854
|
transform:rotate(180deg);
|
|
2855
2855
|
}
|
|
2856
2856
|
|
|
2857
|
-
.bp_select_module_content--
|
|
2857
|
+
.bp_select_module_content--1d01e[data-modern=false]{
|
|
2858
2858
|
--select-content-bg-color:var(--surface-menu-surface);
|
|
2859
2859
|
--select-content-backdrop-filter:none;
|
|
2860
2860
|
--select-content-border:var(--border-1) solid var(--border-card-border);
|
|
@@ -2880,7 +2880,7 @@
|
|
|
2880
2880
|
--select-content-viewport-option-separator-margin-block:var(--space-2);
|
|
2881
2881
|
}
|
|
2882
2882
|
|
|
2883
|
-
.bp_select_module_content--
|
|
2883
|
+
.bp_select_module_content--1d01e[data-modern=true]{
|
|
2884
2884
|
--select-content-bg-color:var(--bp-surface-menu-surface-dropdown);
|
|
2885
2885
|
--select-content-backdrop-filter:blur(16px);
|
|
2886
2886
|
--select-content-border:var(--bp-border-01) solid var(--bp-border-card-border);
|
|
@@ -2906,7 +2906,7 @@
|
|
|
2906
2906
|
--select-content-viewport-option-separator-margin-block:var(--bp-space-020);
|
|
2907
2907
|
}
|
|
2908
2908
|
|
|
2909
|
-
.bp_select_module_content--
|
|
2909
|
+
.bp_select_module_content--1d01e{
|
|
2910
2910
|
backdrop-filter:var(--select-content-backdrop-filter);
|
|
2911
2911
|
background-color:var(--select-content-bg-color);
|
|
2912
2912
|
border:var(--select-content-border);
|
|
@@ -2926,11 +2926,11 @@
|
|
|
2926
2926
|
text-transform:var(--body-default-text-case);
|
|
2927
2927
|
z-index:380;
|
|
2928
2928
|
}
|
|
2929
|
-
.bp_select_module_content--
|
|
2929
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e{
|
|
2930
2930
|
padding-block:var(--select-content-viewport-padding-block);
|
|
2931
2931
|
padding-inline:var(--select-content-viewport-padding-inline);
|
|
2932
2932
|
}
|
|
2933
|
-
.bp_select_module_content--
|
|
2933
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e{
|
|
2934
2934
|
border:var(--select-content-viewport-option-border);
|
|
2935
2935
|
border-radius:var(--select-content-viewport-option-border-radius);
|
|
2936
2936
|
cursor:pointer;
|
|
@@ -2945,29 +2945,29 @@
|
|
|
2945
2945
|
-webkit-user-select:none;
|
|
2946
2946
|
user-select:none;
|
|
2947
2947
|
}
|
|
2948
|
-
.bp_select_module_content--
|
|
2948
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e[data-disabled]{
|
|
2949
2949
|
opacity:60%;
|
|
2950
2950
|
pointer-events:none;
|
|
2951
2951
|
}
|
|
2952
|
-
.bp_select_module_content--
|
|
2952
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e[data-highlighted]{
|
|
2953
2953
|
background-color:var(--select-content-viewport-option-focus-bg-color);
|
|
2954
2954
|
border:var(--select-content-viewport-option-focus-border);
|
|
2955
2955
|
}
|
|
2956
|
-
.bp_select_module_content--
|
|
2956
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e:active{
|
|
2957
2957
|
background-color:var(--select-content-viewport-option-active-bg-color);
|
|
2958
2958
|
border:var(--select-content-viewport-option-active-border);
|
|
2959
2959
|
}
|
|
2960
|
-
.bp_select_module_content--
|
|
2960
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e:hover{
|
|
2961
2961
|
background-color:var(--select-content-viewport-option-hover-bg-color);
|
|
2962
2962
|
}
|
|
2963
|
-
.bp_select_module_content--
|
|
2963
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e span:first-child{
|
|
2964
2964
|
overflow:hidden;
|
|
2965
2965
|
overflow-wrap:break-word;
|
|
2966
2966
|
}
|
|
2967
|
-
.bp_select_module_content--
|
|
2967
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e .bp_select_module_secondaryText--1d01e{
|
|
2968
2968
|
color:var(--select-content-viewport-option-secondary-text-color);
|
|
2969
2969
|
}
|
|
2970
|
-
.bp_select_module_content--
|
|
2970
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e .bp_select_module_indicator--1d01e{
|
|
2971
2971
|
align-items:center;
|
|
2972
2972
|
display:flex;
|
|
2973
2973
|
height:var(--select-content-viewport-option-indicator-height);
|
|
@@ -2976,17 +2976,17 @@
|
|
|
2976
2976
|
position:absolute;
|
|
2977
2977
|
top:0;
|
|
2978
2978
|
}
|
|
2979
|
-
.bp_select_module_content--
|
|
2979
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e .bp_select_module_indicator--1d01e path{
|
|
2980
2980
|
fill:var(--select-content-viewport-option-indicator-color);
|
|
2981
2981
|
}
|
|
2982
|
-
.bp_select_module_content--
|
|
2982
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_separator--1d01e{
|
|
2983
2983
|
background-color:var(--select-content-bg-color-viewport-option-separator-bg-color);
|
|
2984
2984
|
flex-shrink:0;
|
|
2985
2985
|
height:var(--select-content-bg-color-viewport-option-separator-height);
|
|
2986
2986
|
margin-block:var(--select-content-bg-color-viewport-option-separator-margin-block);
|
|
2987
2987
|
}
|
|
2988
2988
|
|
|
2989
|
-
.bp_content_card_module_card--
|
|
2989
|
+
.bp_content_card_module_card--beeaa{
|
|
2990
2990
|
background-color:var(--surface-surface);
|
|
2991
2991
|
border:var(--border-1) solid var(--border-card-border);
|
|
2992
2992
|
border-radius:var(--size-3);
|
|
@@ -2997,21 +2997,21 @@
|
|
|
2997
2997
|
padding:var(--size-4);
|
|
2998
2998
|
position:relative;
|
|
2999
2999
|
}
|
|
3000
|
-
.bp_content_card_module_card--
|
|
3000
|
+
.bp_content_card_module_card--beeaa:hover{
|
|
3001
3001
|
box-shadow:var(--dropshadow-3);
|
|
3002
3002
|
}
|
|
3003
|
-
.bp_content_card_module_card--
|
|
3003
|
+
.bp_content_card_module_card--beeaa:focus-visible{
|
|
3004
3004
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
3005
3005
|
box-shadow:var(--dropshadow-3);
|
|
3006
3006
|
outline:none;
|
|
3007
3007
|
}
|
|
3008
|
-
.bp_content_card_module_card--
|
|
3008
|
+
.bp_content_card_module_card--beeaa:active{
|
|
3009
3009
|
background-color:var(--surface-card-surface-pressed);
|
|
3010
3010
|
border:var(--border-1) solid var(--border-card-border);
|
|
3011
3011
|
box-shadow:none;
|
|
3012
3012
|
}
|
|
3013
3013
|
|
|
3014
|
-
.bp_content_card_module_cardContent--
|
|
3014
|
+
.bp_content_card_module_cardContent--beeaa{
|
|
3015
3015
|
display:flex;
|
|
3016
3016
|
flex-direction:column;
|
|
3017
3017
|
gap:var(--size-2);
|
|
@@ -3020,32 +3020,32 @@
|
|
|
3020
3020
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
3021
3021
|
}
|
|
3022
3022
|
|
|
3023
|
-
.bp_content_card_module_cardTitle--
|
|
3023
|
+
.bp_content_card_module_cardTitle--beeaa{
|
|
3024
3024
|
align-items:center;
|
|
3025
3025
|
display:flex;
|
|
3026
3026
|
height:var(--size-12);
|
|
3027
3027
|
}
|
|
3028
3028
|
|
|
3029
|
-
.bp_content_card_module_cardTitleText--
|
|
3029
|
+
.bp_content_card_module_cardTitleText--beeaa{
|
|
3030
3030
|
-webkit-box-orient:vertical;
|
|
3031
3031
|
-webkit-line-clamp:2;
|
|
3032
3032
|
display:-webkit-inline-box;
|
|
3033
3033
|
overflow:hidden;
|
|
3034
3034
|
}
|
|
3035
3035
|
|
|
3036
|
-
.bp_content_card_module_cardBody--
|
|
3036
|
+
.bp_content_card_module_cardBody--beeaa{
|
|
3037
3037
|
height:var(--size-12);
|
|
3038
3038
|
margin-block-end:var(--size-2);
|
|
3039
3039
|
}
|
|
3040
3040
|
|
|
3041
|
-
.bp_content_card_module_cardBodyText--
|
|
3041
|
+
.bp_content_card_module_cardBodyText--beeaa{
|
|
3042
3042
|
-webkit-box-orient:vertical;
|
|
3043
3043
|
-webkit-line-clamp:2;
|
|
3044
3044
|
display:-webkit-inline-box;
|
|
3045
3045
|
overflow:hidden;
|
|
3046
3046
|
}
|
|
3047
3047
|
|
|
3048
|
-
.bp_content_card_module_cardIcon--
|
|
3048
|
+
.bp_content_card_module_cardIcon--beeaa{
|
|
3049
3049
|
background-color:var(--surface-surface);
|
|
3050
3050
|
border:var(--size-1) solid var(--surface-surface);
|
|
3051
3051
|
border-radius:var(--size-3);
|
|
@@ -3058,7 +3058,7 @@
|
|
|
3058
3058
|
z-index:1;
|
|
3059
3059
|
}
|
|
3060
3060
|
|
|
3061
|
-
.bp_content_card_module_cardBackground--
|
|
3061
|
+
.bp_content_card_module_cardBackground--beeaa{
|
|
3062
3062
|
height:var(--size-15);
|
|
3063
3063
|
left:0;
|
|
3064
3064
|
overflow:hidden;
|
|
@@ -3067,12 +3067,12 @@
|
|
|
3067
3067
|
width:100%;
|
|
3068
3068
|
}
|
|
3069
3069
|
|
|
3070
|
-
.bp_content_card_module_image--
|
|
3070
|
+
.bp_content_card_module_image--beeaa{
|
|
3071
3071
|
height:100%;
|
|
3072
3072
|
width:100%;
|
|
3073
3073
|
}
|
|
3074
3074
|
|
|
3075
|
-
.bp_content_card_module_ghostCard--
|
|
3075
|
+
.bp_content_card_module_ghostCard--beeaa{
|
|
3076
3076
|
display:flex;
|
|
3077
3077
|
flex-direction:column;
|
|
3078
3078
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -3081,21 +3081,21 @@
|
|
|
3081
3081
|
position:relative;
|
|
3082
3082
|
}
|
|
3083
3083
|
|
|
3084
|
-
.bp_content_card_module_iconGhost--
|
|
3084
|
+
.bp_content_card_module_iconGhost--beeaa,.bp_content_card_module_titleGhost--beeaa{
|
|
3085
3085
|
margin-block-end:var(--size-4);
|
|
3086
3086
|
}
|
|
3087
3087
|
|
|
3088
|
-
.bp_content_card_module_bodyGhost--
|
|
3088
|
+
.bp_content_card_module_bodyGhost--beeaa{
|
|
3089
3089
|
margin-block-end:var(--size-2);
|
|
3090
3090
|
}
|
|
3091
3091
|
|
|
3092
|
-
.bp_content_card_module_pillGhostContainer--
|
|
3092
|
+
.bp_content_card_module_pillGhostContainer--beeaa{
|
|
3093
3093
|
display:flex;
|
|
3094
3094
|
margin-block-end:var(--size-4);
|
|
3095
3095
|
margin-block-start:var(--size-2);
|
|
3096
3096
|
}
|
|
3097
3097
|
|
|
3098
|
-
.bp_content_card_module_pillGhost--
|
|
3098
|
+
.bp_content_card_module_pillGhost--beeaa{
|
|
3099
3099
|
margin-inline-end:var(--size-2);
|
|
3100
3100
|
}
|
|
3101
3101
|
.bp_content_field_module_contentFieldWrapper--dabac{
|
|
@@ -3224,7 +3224,7 @@
|
|
|
3224
3224
|
overflow:auto;
|
|
3225
3225
|
}
|
|
3226
3226
|
|
|
3227
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3227
|
+
.bp_data_table_module_dataTableWrapper--b8a31{
|
|
3228
3228
|
--border-radius-datatable:0;
|
|
3229
3229
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
3230
3230
|
--outline-select-color-datatable:#0000;
|
|
@@ -3237,27 +3237,27 @@
|
|
|
3237
3237
|
scroll-padding-top:60px;
|
|
3238
3238
|
width:100%;
|
|
3239
3239
|
}
|
|
3240
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3240
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table > thead > tr{
|
|
3241
3241
|
background:var(--gray-white);
|
|
3242
3242
|
position:sticky;
|
|
3243
3243
|
top:0;
|
|
3244
3244
|
z-index:var(--sticky-element-z-index);
|
|
3245
3245
|
}
|
|
3246
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3246
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table > thead > tr th:first-child{
|
|
3247
3247
|
background:inherit;
|
|
3248
3248
|
height:100%;
|
|
3249
3249
|
left:0;
|
|
3250
3250
|
position:sticky;
|
|
3251
3251
|
z-index:var(--sticky-element-z-index);
|
|
3252
3252
|
}
|
|
3253
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3253
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table > thead > tr th:first-child[data-focus-visible]{
|
|
3254
3254
|
position:sticky;
|
|
3255
3255
|
z-index:var(--sticky-element-z-index);
|
|
3256
3256
|
}
|
|
3257
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3257
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table tbody > tr{
|
|
3258
3258
|
--is-row-focused:0;
|
|
3259
3259
|
}
|
|
3260
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3260
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table tbody > tr > td [data-actionswrapper]::after{
|
|
3261
3261
|
background:inherit;
|
|
3262
3262
|
content:"";
|
|
3263
3263
|
display:block;
|
|
@@ -3267,18 +3267,18 @@
|
|
|
3267
3267
|
width:100%;
|
|
3268
3268
|
z-index:-1;
|
|
3269
3269
|
}
|
|
3270
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3270
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table tbody > tr[data-focus-visible]{
|
|
3271
3271
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
3272
3272
|
--is-row-focused:1;
|
|
3273
3273
|
}
|
|
3274
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3274
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
3275
3275
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
3276
3276
|
}
|
|
3277
3277
|
|
|
3278
|
-
.bp_data_table_module_isScrolledX--
|
|
3278
|
+
.bp_data_table_module_isScrolledX--b8a31 table > thead > tr > th:first-child{
|
|
3279
3279
|
overflow:visible;
|
|
3280
3280
|
}
|
|
3281
|
-
.bp_data_table_module_isScrolledX--
|
|
3281
|
+
.bp_data_table_module_isScrolledX--b8a31 table > thead > tr > th:first-child::after{
|
|
3282
3282
|
background:inherit;
|
|
3283
3283
|
border-right:1px solid var(--border-divider-border);
|
|
3284
3284
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3292,7 +3292,7 @@
|
|
|
3292
3292
|
z-index:-1;
|
|
3293
3293
|
}
|
|
3294
3294
|
|
|
3295
|
-
.bp_data_table_module_hideActionWrapperRight--
|
|
3295
|
+
.bp_data_table_module_hideActionWrapperRight--b8a31 table tbody > tr > td [data-actionswrapper]::after{
|
|
3296
3296
|
display:none;
|
|
3297
3297
|
}
|
|
3298
3298
|
.bp_list_checkbox_module_selection--d79fa{
|
|
@@ -3643,7 +3643,7 @@
|
|
|
3643
3643
|
transform:translateZ(0);
|
|
3644
3644
|
}
|
|
3645
3645
|
|
|
3646
|
-
.bp_dropdown_menu_module_content--
|
|
3646
|
+
.bp_dropdown_menu_module_content--e2d1e[data-modern=false]{
|
|
3647
3647
|
--dropdown-menu-radius:var(--radius-3);
|
|
3648
3648
|
--dropdown-menu-padding:var(--space-3);
|
|
3649
3649
|
--dropdown-menu-text-color:var(--text-text-on-light);
|
|
@@ -3675,7 +3675,7 @@
|
|
|
3675
3675
|
--dropdown-menu-backdrop-filter:;
|
|
3676
3676
|
}
|
|
3677
3677
|
|
|
3678
|
-
.bp_dropdown_menu_module_content--
|
|
3678
|
+
.bp_dropdown_menu_module_content--e2d1e[data-modern=true]{
|
|
3679
3679
|
--dropdown-menu-radius:var(--bp-radius-10);
|
|
3680
3680
|
--dropdown-menu-padding:var(--bp-space-030);
|
|
3681
3681
|
--dropdown-menu-text-color:var(--bp-text-text-on-light);
|
|
@@ -3707,7 +3707,7 @@
|
|
|
3707
3707
|
--dropdown-menu-backdrop-filter:blur(16px);
|
|
3708
3708
|
}
|
|
3709
3709
|
|
|
3710
|
-
.bp_dropdown_menu_module_content--
|
|
3710
|
+
.bp_dropdown_menu_module_content--e2d1e{
|
|
3711
3711
|
backdrop-filter:var(--dropdown-menu-backdrop-filter);
|
|
3712
3712
|
background-color:var(--dropdown-menu-background);
|
|
3713
3713
|
border:var(--dropdown-menu-border);
|
|
@@ -3730,7 +3730,7 @@
|
|
|
3730
3730
|
text-transform:var(--body-default-text-case);
|
|
3731
3731
|
z-index:2147483647;
|
|
3732
3732
|
}
|
|
3733
|
-
.bp_dropdown_menu_module_content--
|
|
3733
|
+
.bp_dropdown_menu_module_content--e2d1e[data-menu-fullscreen=true]{
|
|
3734
3734
|
border:unset;
|
|
3735
3735
|
border-radius:unset;
|
|
3736
3736
|
display:flex;
|
|
@@ -3743,27 +3743,27 @@
|
|
|
3743
3743
|
position:relative;
|
|
3744
3744
|
width:100vw;
|
|
3745
3745
|
}
|
|
3746
|
-
.bp_dropdown_menu_module_content--
|
|
3746
|
+
.bp_dropdown_menu_module_content--e2d1e[data-menu-fullscreen=true] .bp_dropdown_menu_module_fullScreenContent--e2d1e{
|
|
3747
3747
|
overflow-y:auto;
|
|
3748
3748
|
padding:var(--dropdown-menu-full-screen-padding);
|
|
3749
3749
|
}
|
|
3750
|
-
.bp_dropdown_menu_module_content--
|
|
3750
|
+
.bp_dropdown_menu_module_content--e2d1e .bp_dropdown_menu_module_subheader--e2d1e{
|
|
3751
3751
|
padding:var(--dropdown-menu-subheader-padding);
|
|
3752
3752
|
}
|
|
3753
|
-
.bp_dropdown_menu_module_content--
|
|
3753
|
+
.bp_dropdown_menu_module_content--e2d1e .bp_dropdown_menu_module_subheader--e2d1e.bp_dropdown_menu_module_uppercased--e2d1e{
|
|
3754
3754
|
text-transform:uppercase;
|
|
3755
3755
|
}
|
|
3756
|
-
.bp_dropdown_menu_module_content--
|
|
3756
|
+
.bp_dropdown_menu_module_content--e2d1e .bp_dropdown_menu_module_dropdownMenuItemSeparator--e2d1e{
|
|
3757
3757
|
margin-block:var(--dropdown-menu-separator-margin);
|
|
3758
3758
|
}
|
|
3759
3759
|
|
|
3760
|
-
.bp_dropdown_menu_module_ellipsis--
|
|
3760
|
+
.bp_dropdown_menu_module_ellipsis--e2d1e{
|
|
3761
3761
|
overflow:hidden;
|
|
3762
3762
|
text-overflow:ellipsis;
|
|
3763
3763
|
white-space:nowrap;
|
|
3764
3764
|
}
|
|
3765
3765
|
|
|
3766
|
-
.bp_dropdown_menu_module_checkmark--
|
|
3766
|
+
.bp_dropdown_menu_module_checkmark--e2d1e{
|
|
3767
3767
|
align-items:center;
|
|
3768
3768
|
display:inline-flex;
|
|
3769
3769
|
justify-content:center;
|
|
@@ -3771,7 +3771,7 @@
|
|
|
3771
3771
|
position:absolute;
|
|
3772
3772
|
}
|
|
3773
3773
|
|
|
3774
|
-
.bp_dropdown_menu_module_item--
|
|
3774
|
+
.bp_dropdown_menu_module_item--e2d1e,.bp_dropdown_menu_module_subMenuTrigger--e2d1e{
|
|
3775
3775
|
align-items:center;
|
|
3776
3776
|
border:var(--dropdown-menu-item-border);
|
|
3777
3777
|
border-radius:var(--dropdown-menu-item-radius);
|
|
@@ -3784,37 +3784,37 @@
|
|
|
3784
3784
|
-webkit-user-select:none;
|
|
3785
3785
|
user-select:none;
|
|
3786
3786
|
}
|
|
3787
|
-
.bp_dropdown_menu_module_item--
|
|
3787
|
+
.bp_dropdown_menu_module_item--e2d1e[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--e2d1e[data-disabled]{
|
|
3788
3788
|
opacity:60%;
|
|
3789
3789
|
pointer-events:none;
|
|
3790
3790
|
}
|
|
3791
|
-
.bp_dropdown_menu_module_item--
|
|
3791
|
+
.bp_dropdown_menu_module_item--e2d1e[data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--e2d1e[data-highlighted]{
|
|
3792
3792
|
background-color:var(--dropdown-menu-item-background-focus);
|
|
3793
3793
|
border:var(--dropdown-menu-item-border-focus);
|
|
3794
3794
|
}
|
|
3795
|
-
.bp_dropdown_menu_module_item--
|
|
3795
|
+
.bp_dropdown_menu_module_item--e2d1e:active,.bp_dropdown_menu_module_subMenuTrigger--e2d1e:active{
|
|
3796
3796
|
background-color:var(--dropdown-menu-item-background-active);
|
|
3797
3797
|
border:var(--dropdown-menu-item-border-active);
|
|
3798
3798
|
}
|
|
3799
|
-
.bp_dropdown_menu_module_item--
|
|
3799
|
+
.bp_dropdown_menu_module_item--e2d1e[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--e2d1e[data-state=open]{
|
|
3800
3800
|
background-color:var(--dropdown-menu-item-background-selected);
|
|
3801
3801
|
}
|
|
3802
|
-
.bp_dropdown_menu_module_item--
|
|
3802
|
+
.bp_dropdown_menu_module_item--e2d1e:hover,.bp_dropdown_menu_module_subMenuTrigger--e2d1e:hover{
|
|
3803
3803
|
background-color:var(--dropdown-menu-item-background-hover);
|
|
3804
3804
|
}
|
|
3805
|
-
.bp_dropdown_menu_module_item--
|
|
3805
|
+
.bp_dropdown_menu_module_item--e2d1e.bp_dropdown_menu_module_radioItem--e2d1e,.bp_dropdown_menu_module_subMenuTrigger--e2d1e.bp_dropdown_menu_module_radioItem--e2d1e{
|
|
3806
3806
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3807
3807
|
}
|
|
3808
|
-
.bp_dropdown_menu_module_item--
|
|
3808
|
+
.bp_dropdown_menu_module_item--e2d1e.bp_dropdown_menu_module_radioItem--e2d1e .bp_dropdown_menu_module_radioItemMediumSpacing--e2d1e,.bp_dropdown_menu_module_subMenuTrigger--e2d1e.bp_dropdown_menu_module_radioItem--e2d1e .bp_dropdown_menu_module_radioItemMediumSpacing--e2d1e{
|
|
3809
3809
|
padding-inline-start:var(--dropdown-menu-radio-item-medium-padding-start);
|
|
3810
3810
|
}
|
|
3811
|
-
.bp_dropdown_menu_module_item--
|
|
3811
|
+
.bp_dropdown_menu_module_item--e2d1e.bp_dropdown_menu_module_checkboxItem--e2d1e,.bp_dropdown_menu_module_subMenuTrigger--e2d1e.bp_dropdown_menu_module_checkboxItem--e2d1e{
|
|
3812
3812
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3813
3813
|
}
|
|
3814
|
-
.bp_dropdown_menu_module_item--
|
|
3814
|
+
.bp_dropdown_menu_module_item--e2d1e.bp_dropdown_menu_module_checkboxItem--e2d1e .bp_dropdown_menu_module_checkboxItemMediumSpacing--e2d1e,.bp_dropdown_menu_module_subMenuTrigger--e2d1e.bp_dropdown_menu_module_checkboxItem--e2d1e .bp_dropdown_menu_module_checkboxItemMediumSpacing--e2d1e{
|
|
3815
3815
|
padding-inline-start:var(--dropdown-menu-checkbox-item-medium-padding-start);
|
|
3816
3816
|
}
|
|
3817
|
-
.bp_dropdown_menu_module_item--
|
|
3817
|
+
.bp_dropdown_menu_module_item--e2d1e .bp_dropdown_menu_module_mediumItemLayout--e2d1e,.bp_dropdown_menu_module_subMenuTrigger--e2d1e .bp_dropdown_menu_module_mediumItemLayout--e2d1e{
|
|
3818
3818
|
align-items:center;
|
|
3819
3819
|
display:flex;
|
|
3820
3820
|
gap:var(--dropdown-menu-medium-item-layout-gap);
|
|
@@ -3822,20 +3822,20 @@
|
|
|
3822
3822
|
overflow:hidden;
|
|
3823
3823
|
width:100%;
|
|
3824
3824
|
}
|
|
3825
|
-
.bp_dropdown_menu_module_item--
|
|
3825
|
+
.bp_dropdown_menu_module_item--e2d1e .bp_dropdown_menu_module_startElement--e2d1e,.bp_dropdown_menu_module_subMenuTrigger--e2d1e .bp_dropdown_menu_module_startElement--e2d1e{
|
|
3826
3826
|
align-items:center;
|
|
3827
3827
|
display:flex;
|
|
3828
3828
|
}
|
|
3829
|
-
.bp_dropdown_menu_module_item--
|
|
3829
|
+
.bp_dropdown_menu_module_item--e2d1e .bp_dropdown_menu_module_menuItemMainContent--e2d1e,.bp_dropdown_menu_module_subMenuTrigger--e2d1e .bp_dropdown_menu_module_menuItemMainContent--e2d1e{
|
|
3830
3830
|
flex-grow:1;
|
|
3831
3831
|
}
|
|
3832
|
-
.bp_dropdown_menu_module_item--
|
|
3832
|
+
.bp_dropdown_menu_module_item--e2d1e .bp_dropdown_menu_module_endElement--e2d1e,.bp_dropdown_menu_module_subMenuTrigger--e2d1e .bp_dropdown_menu_module_endElement--e2d1e{
|
|
3833
3833
|
align-items:center;
|
|
3834
3834
|
color:var(--dropdown-menu-end-element-color);
|
|
3835
3835
|
display:flex;
|
|
3836
3836
|
}
|
|
3837
3837
|
|
|
3838
|
-
.bp_dropdown_menu_module_menuHeader--
|
|
3838
|
+
.bp_dropdown_menu_module_menuHeader--e2d1e{
|
|
3839
3839
|
align-items:center;
|
|
3840
3840
|
box-shadow:var(--dropdown-menu-header-shadow);
|
|
3841
3841
|
display:grid;
|
|
@@ -3845,15 +3845,15 @@
|
|
|
3845
3845
|
padding:var(--dropdown-menu-header-padding);
|
|
3846
3846
|
}
|
|
3847
3847
|
|
|
3848
|
-
.bp_dropdown_menu_module_headerTextContent--
|
|
3848
|
+
.bp_dropdown_menu_module_headerTextContent--e2d1e{
|
|
3849
3849
|
display:grid;
|
|
3850
3850
|
}
|
|
3851
3851
|
|
|
3852
|
-
.bp_dropdown_menu_module_submenuCloseButton--
|
|
3852
|
+
.bp_dropdown_menu_module_submenuCloseButton--e2d1e{
|
|
3853
3853
|
grid-area:submenu-close;
|
|
3854
3854
|
}
|
|
3855
3855
|
|
|
3856
|
-
.bp_dropdown_menu_module_menuCloseButton--
|
|
3856
|
+
.bp_dropdown_menu_module_menuCloseButton--e2d1e{
|
|
3857
3857
|
grid-area:close;
|
|
3858
3858
|
}
|
|
3859
3859
|
.bp_divider_module_divider--2f437{
|
|
@@ -3911,7 +3911,7 @@
|
|
|
3911
3911
|
color:var(--text-text-on-light-secondary);
|
|
3912
3912
|
}
|
|
3913
3913
|
|
|
3914
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3914
|
+
.bp_sticky_cell_module_stickyCell--a1fc4{
|
|
3915
3915
|
background:inherit;
|
|
3916
3916
|
background-clip:content-box;
|
|
3917
3917
|
left:0;
|
|
@@ -3920,16 +3920,16 @@
|
|
|
3920
3920
|
position:sticky !important;
|
|
3921
3921
|
z-index:var(--sticky-element-z-index);
|
|
3922
3922
|
}
|
|
3923
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3923
|
+
.bp_sticky_cell_module_stickyCell--a1fc4[data-focus-visible]{
|
|
3924
3924
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3925
3925
|
}
|
|
3926
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3926
|
+
.bp_sticky_cell_module_stickyCell--a1fc4 .bp_sticky_cell_module_childrenWrapper--a1fc4{
|
|
3927
3927
|
overflow:hidden;
|
|
3928
3928
|
text-align:start;
|
|
3929
3929
|
text-overflow:ellipsis;
|
|
3930
3930
|
white-space:nowrap;
|
|
3931
3931
|
}
|
|
3932
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3932
|
+
.bp_sticky_cell_module_stickyCell--a1fc4 .bp_sticky_cell_module_verticalBar--a1fc4{
|
|
3933
3933
|
background:inherit;
|
|
3934
3934
|
border-right:1px solid var(--border-divider-border);
|
|
3935
3935
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3942,10 +3942,10 @@
|
|
|
3942
3942
|
width:var(--space-3);
|
|
3943
3943
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3944
3944
|
}
|
|
3945
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3945
|
+
.bp_sticky_cell_module_stickyCell--a1fc4 .bp_sticky_cell_module_verticalBar--a1fc4.bp_sticky_cell_module_isScrolledX--a1fc4{
|
|
3946
3946
|
display:block;
|
|
3947
3947
|
}
|
|
3948
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3948
|
+
.bp_sticky_cell_module_stickyCell--a1fc4 .bp_sticky_cell_module_stickyCellBelow--a1fc4{
|
|
3949
3949
|
background:inherit;
|
|
3950
3950
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3951
3951
|
border-radius:unset;
|
|
@@ -3959,7 +3959,7 @@
|
|
|
3959
3959
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3960
3960
|
z-index:-1;
|
|
3961
3961
|
}
|
|
3962
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3962
|
+
.bp_sticky_cell_module_stickyCell--a1fc4 .bp_sticky_cell_module_stickyCellOuterLeft--a1fc4{
|
|
3963
3963
|
background:inherit;
|
|
3964
3964
|
border-radius:unset;
|
|
3965
3965
|
box-sizing:border-box;
|
|
@@ -3973,7 +3973,7 @@
|
|
|
3973
3973
|
z-index:-1;
|
|
3974
3974
|
}
|
|
3975
3975
|
|
|
3976
|
-
.bp_calendar_module_calendar--
|
|
3976
|
+
.bp_calendar_module_calendar--a0b7a[data-modern=false]{
|
|
3977
3977
|
--calendar-background:var(--gray-white);
|
|
3978
3978
|
--calendar-padding-inline:var(--space-4);
|
|
3979
3979
|
--calendar-padding-block:var(--space-4);
|
|
@@ -4006,7 +4006,7 @@
|
|
|
4006
4006
|
--calendar-focus-outline:var(--border-1) solid #fff;
|
|
4007
4007
|
}
|
|
4008
4008
|
|
|
4009
|
-
.bp_calendar_module_calendar--
|
|
4009
|
+
.bp_calendar_module_calendar--a0b7a[data-modern=true]{
|
|
4010
4010
|
--calendar-background:var(--bp-gray-white);
|
|
4011
4011
|
--calendar-padding-inline:var(--bp-space-040);
|
|
4012
4012
|
--calendar-padding-block:var(--bp-space-040);
|
|
@@ -4039,7 +4039,7 @@
|
|
|
4039
4039
|
--calendar-focus-outline:var(--bp-border-01) solid #fff;
|
|
4040
4040
|
}
|
|
4041
4041
|
|
|
4042
|
-
.bp_calendar_module_calendar--
|
|
4042
|
+
.bp_calendar_module_calendar--a0b7a{
|
|
4043
4043
|
background:var(--calendar-background);
|
|
4044
4044
|
border-radius:var(--calendar-border-radius);
|
|
4045
4045
|
box-shadow:var(--calendar-box-shadow);
|
|
@@ -4057,14 +4057,14 @@
|
|
|
4057
4057
|
width:-moz-fit-content;
|
|
4058
4058
|
width:fit-content;
|
|
4059
4059
|
}
|
|
4060
|
-
.bp_calendar_module_calendar--
|
|
4060
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarGrid--a0b7a{
|
|
4061
4061
|
border-collapse:revert;
|
|
4062
4062
|
border-spacing:revert;
|
|
4063
4063
|
}
|
|
4064
|
-
.bp_calendar_module_calendar--
|
|
4064
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarGrid--a0b7a td{
|
|
4065
4065
|
padding:1px;
|
|
4066
4066
|
}
|
|
4067
|
-
.bp_calendar_module_calendar--
|
|
4067
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeaderCell--a0b7a{
|
|
4068
4068
|
color:var(--calendar-header-cell-text-color);
|
|
4069
4069
|
font-family:var(--body-default-font-family);
|
|
4070
4070
|
font-size:var(--body-default-font-size);
|
|
@@ -4076,13 +4076,13 @@
|
|
|
4076
4076
|
text-decoration:var(--body-default-text-decoration);
|
|
4077
4077
|
text-transform:var(--body-default-text-case);
|
|
4078
4078
|
}
|
|
4079
|
-
.bp_calendar_module_calendar--
|
|
4079
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a{
|
|
4080
4080
|
align-items:center;
|
|
4081
4081
|
color:var(--calendar-header-text-color);
|
|
4082
4082
|
display:flex;
|
|
4083
4083
|
margin-block-end:var(--calendar-header-margin-bottom);
|
|
4084
4084
|
}
|
|
4085
|
-
.bp_calendar_module_calendar--
|
|
4085
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderHeading--a0b7a{
|
|
4086
4086
|
flex:1;
|
|
4087
4087
|
font-family:var(--body-large-bold-font-family);
|
|
4088
4088
|
font-size:var(--body-large-bold-font-size);
|
|
@@ -4096,7 +4096,7 @@
|
|
|
4096
4096
|
text-transform:capitalize;
|
|
4097
4097
|
text-transform:var(--body-large-bold-text-case);
|
|
4098
4098
|
}
|
|
4099
|
-
.bp_calendar_module_calendar--
|
|
4099
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderButton--a0b7a{
|
|
4100
4100
|
align-items:center;
|
|
4101
4101
|
background-color:var(--calendar-header-button-background);
|
|
4102
4102
|
border:none;
|
|
@@ -4110,21 +4110,21 @@
|
|
|
4110
4110
|
padding:0;
|
|
4111
4111
|
width:var(--calendar-header-button-size);
|
|
4112
4112
|
}
|
|
4113
|
-
.bp_calendar_module_calendar--
|
|
4113
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderButton--a0b7a:disabled{
|
|
4114
4114
|
cursor:default;
|
|
4115
4115
|
opacity:60%;
|
|
4116
4116
|
}
|
|
4117
|
-
.bp_calendar_module_calendar--
|
|
4117
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderButton--a0b7a:disabled *{
|
|
4118
4118
|
fill:var(--calendar-disabled-text-color);
|
|
4119
4119
|
}
|
|
4120
|
-
.bp_calendar_module_calendar--
|
|
4120
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderButton--a0b7a:hover:not(:disabled){
|
|
4121
4121
|
background-color:var(--calendar-header-button-hover-background);
|
|
4122
4122
|
}
|
|
4123
|
-
.bp_calendar_module_calendar--
|
|
4123
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderButton--a0b7a[data-focus-visible]{
|
|
4124
4124
|
background-color:var(--calendar-header-button-hover-background);
|
|
4125
4125
|
box-shadow:var(--calendar-header-button-focus-box-shadow);
|
|
4126
4126
|
}
|
|
4127
|
-
.bp_calendar_module_calendar--
|
|
4127
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a{
|
|
4128
4128
|
border-radius:var(--calendar-cell-border-radius);
|
|
4129
4129
|
color:var(--calendar-cell-text-color);
|
|
4130
4130
|
line-height:var(--calendar-cell-size);
|
|
@@ -4132,7 +4132,7 @@
|
|
|
4132
4132
|
text-align:center;
|
|
4133
4133
|
width:var(--calendar-cell-size);
|
|
4134
4134
|
}
|
|
4135
|
-
.bp_calendar_module_calendar--
|
|
4135
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a.bp_calendar_module_today--a0b7a{
|
|
4136
4136
|
color:var(--calendar-cell-today-text-color);
|
|
4137
4137
|
font-family:var(--body-default-bold-font-family);
|
|
4138
4138
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -4145,11 +4145,11 @@
|
|
|
4145
4145
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
4146
4146
|
text-transform:var(--body-default-bold-text-case);
|
|
4147
4147
|
}
|
|
4148
|
-
.bp_calendar_module_calendar--
|
|
4148
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a.bp_calendar_module_today--a0b7a[data-disabled]{
|
|
4149
4149
|
cursor:default;
|
|
4150
4150
|
opacity:var(--calendar-cell-today-disabled-opacity);
|
|
4151
4151
|
}
|
|
4152
|
-
.bp_calendar_module_calendar--
|
|
4152
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a.bp_calendar_module_today--a0b7a::after{
|
|
4153
4153
|
background-color:var(--calendar-cell-today-dot-background);
|
|
4154
4154
|
border-radius:50%;
|
|
4155
4155
|
bottom:var(--calendar-cell-today-dot-bottom);
|
|
@@ -4160,41 +4160,41 @@
|
|
|
4160
4160
|
transform:translateX(-50%);
|
|
4161
4161
|
width:var(--calendar-cell-today-dot-diameter);
|
|
4162
4162
|
}
|
|
4163
|
-
.bp_calendar_module_calendar--
|
|
4163
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a:not([data-outside-month]){
|
|
4164
4164
|
cursor:pointer;
|
|
4165
4165
|
}
|
|
4166
|
-
.bp_calendar_module_calendar--
|
|
4166
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
|
|
4167
4167
|
background-color:var(--calendar-cell-hovered-background);
|
|
4168
4168
|
}
|
|
4169
|
-
.bp_calendar_module_calendar--
|
|
4169
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-focus-visible]:not([data-outside-month]){
|
|
4170
4170
|
box-shadow:var(--calendar-cell-focus-box-shadow);
|
|
4171
4171
|
}
|
|
4172
|
-
.bp_calendar_module_calendar--
|
|
4172
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-selected]{
|
|
4173
4173
|
background-color:var(--calendar-cell-selected-background);
|
|
4174
4174
|
color:var(--calendar-cell-selected-text-color);
|
|
4175
4175
|
}
|
|
4176
|
-
.bp_calendar_module_calendar--
|
|
4176
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-selected]:hover{
|
|
4177
4177
|
background-color:var(--calendar-cell-selected-hovered-background);
|
|
4178
4178
|
}
|
|
4179
|
-
.bp_calendar_module_calendar--
|
|
4179
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-selected][data-focus-visible]{
|
|
4180
4180
|
background-color:var(--calendar-cell-selected-focused-background);
|
|
4181
4181
|
box-shadow:var(--calendar-cell-focus-box-shadow);
|
|
4182
4182
|
outline:var(--calendar-focus-outline);
|
|
4183
4183
|
outline-offset:-.0625rem;
|
|
4184
4184
|
}
|
|
4185
|
-
.bp_calendar_module_calendar--
|
|
4185
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-selected]::after{
|
|
4186
4186
|
background-color:var(--calendar-cell-selected-text-color);
|
|
4187
4187
|
}
|
|
4188
|
-
.bp_calendar_module_calendar--
|
|
4188
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-disabled]:not(.bp_calendar_module_today--a0b7a){
|
|
4189
4189
|
color:var(--calendar-cell-outside-range-text-color);
|
|
4190
4190
|
cursor:default;
|
|
4191
4191
|
}
|
|
4192
|
-
.bp_calendar_module_calendar--
|
|
4192
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-unavailable]{
|
|
4193
4193
|
color:var(--calendar-disabled-text-color);
|
|
4194
4194
|
text-decoration:line-through;
|
|
4195
4195
|
}
|
|
4196
4196
|
|
|
4197
|
-
.bp_date_picker_module_datePicker--
|
|
4197
|
+
.bp_date_picker_module_datePicker--761d1[data-modern=false]{
|
|
4198
4198
|
--date-picker-label-margin-bottom:var(--space-2);
|
|
4199
4199
|
--date-picker-input-placeholder-color:var(--text-text-on-light-secondary);
|
|
4200
4200
|
--date-picker-input-placeholder-focused-color:var(--text-text-on-light);
|
|
@@ -4220,7 +4220,7 @@
|
|
|
4220
4220
|
--date-picker-clear-button-right:var(--size-9);
|
|
4221
4221
|
}
|
|
4222
4222
|
|
|
4223
|
-
.bp_date_picker_module_datePicker--
|
|
4223
|
+
.bp_date_picker_module_datePicker--761d1[data-modern=true]{
|
|
4224
4224
|
--date-picker-label-margin-bottom:var(--bp-space-020);
|
|
4225
4225
|
--date-picker-input-placeholder-color:var(--bp-text-text-on-light-secondary);
|
|
4226
4226
|
--date-picker-input-placeholder-focused-color:var(--bp-text-text-on-light);
|
|
@@ -4246,16 +4246,16 @@
|
|
|
4246
4246
|
--date-picker-clear-button-right:var(--bp-size-090);
|
|
4247
4247
|
}
|
|
4248
4248
|
|
|
4249
|
-
.bp_date_picker_module_datePicker--
|
|
4249
|
+
.bp_date_picker_module_datePicker--761d1{
|
|
4250
4250
|
width:100%;
|
|
4251
4251
|
}
|
|
4252
|
-
.bp_date_picker_module_datePicker--
|
|
4252
|
+
.bp_date_picker_module_datePicker--761d1.bp_date_picker_module_disabled--761d1{
|
|
4253
4253
|
opacity:60%;
|
|
4254
4254
|
pointer-events:none;
|
|
4255
4255
|
-webkit-user-select:none;
|
|
4256
4256
|
user-select:none;
|
|
4257
4257
|
}
|
|
4258
|
-
.bp_date_picker_module_datePicker--
|
|
4258
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_label--761d1{
|
|
4259
4259
|
cursor:default;
|
|
4260
4260
|
display:block;
|
|
4261
4261
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -4270,7 +4270,7 @@
|
|
|
4270
4270
|
width:-moz-fit-content;
|
|
4271
4271
|
width:fit-content;
|
|
4272
4272
|
}
|
|
4273
|
-
.bp_date_picker_module_datePicker--
|
|
4273
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1{
|
|
4274
4274
|
align-items:center;
|
|
4275
4275
|
display:inline-flex;
|
|
4276
4276
|
font-family:var(--body-default-font-family);
|
|
@@ -4284,7 +4284,7 @@
|
|
|
4284
4284
|
text-transform:var(--body-default-text-case);
|
|
4285
4285
|
width:100%;
|
|
4286
4286
|
}
|
|
4287
|
-
.bp_date_picker_module_datePicker--
|
|
4287
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_groupContainer--761d1{
|
|
4288
4288
|
align-items:center;
|
|
4289
4289
|
border-radius:var(--date-picker-border-radius);
|
|
4290
4290
|
box-shadow:var(--date-picker-input-inner-shadow);
|
|
@@ -4295,23 +4295,23 @@
|
|
|
4295
4295
|
position:relative;
|
|
4296
4296
|
width:100%;
|
|
4297
4297
|
}
|
|
4298
|
-
.bp_date_picker_module_datePicker--
|
|
4298
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_groupContainer--761d1:focus-within{
|
|
4299
4299
|
outline:var(--date-picker-focus-outline);
|
|
4300
4300
|
}
|
|
4301
|
-
.bp_date_picker_module_datePicker--
|
|
4301
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_groupContainer--761d1.bp_date_picker_module_error--761d1:not(:focus-within){
|
|
4302
4302
|
outline:var(--date-picker-error-outline);
|
|
4303
4303
|
}
|
|
4304
|
-
.bp_date_picker_module_datePicker--
|
|
4304
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_groupContainer--761d1.bp_date_picker_module_error--761d1:focus-within{
|
|
4305
4305
|
outline:var(--date-picker-focus-outline);
|
|
4306
4306
|
}
|
|
4307
|
-
.bp_date_picker_module_datePicker--
|
|
4307
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_groupContainer--761d1 .bp_date_picker_module_groupContainerInput--761d1{
|
|
4308
4308
|
align-items:center;
|
|
4309
4309
|
display:inline-flex;
|
|
4310
4310
|
height:var(--date-picker-height);
|
|
4311
4311
|
text-transform:uppercase;
|
|
4312
4312
|
white-space:nowrap;
|
|
4313
4313
|
}
|
|
4314
|
-
.bp_date_picker_module_datePicker--
|
|
4314
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_groupContainer--761d1 .bp_date_picker_module_groupContainerInput--761d1 .bp_date_picker_module_groupContainerInputSegment--761d1{
|
|
4315
4315
|
border:unset;
|
|
4316
4316
|
border-radius:unset;
|
|
4317
4317
|
box-shadow:unset;
|
|
@@ -4322,18 +4322,18 @@
|
|
|
4322
4322
|
transition:unset;
|
|
4323
4323
|
width:unset;
|
|
4324
4324
|
}
|
|
4325
|
-
.bp_date_picker_module_datePicker--
|
|
4325
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_groupContainer--761d1 .bp_date_picker_module_groupContainerInput--761d1 .bp_date_picker_module_groupContainerInputSegment--761d1[data-placeholder]{
|
|
4326
4326
|
color:var(--date-picker-input-placeholder-color);
|
|
4327
4327
|
}
|
|
4328
|
-
.bp_date_picker_module_datePicker--
|
|
4328
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_groupContainer--761d1 .bp_date_picker_module_groupContainerInput--761d1 .bp_date_picker_module_groupContainerInputSegment--761d1:focus{
|
|
4329
4329
|
background:var(--date-picker-input-segment-focused-background);
|
|
4330
4330
|
caret-color:#0000;
|
|
4331
4331
|
outline:none;
|
|
4332
4332
|
}
|
|
4333
|
-
.bp_date_picker_module_datePicker--
|
|
4333
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_groupContainer--761d1 .bp_date_picker_module_groupContainerInput--761d1 .bp_date_picker_module_groupContainerInputSegment--761d1:focus[data-placeholder]{
|
|
4334
4334
|
color:var(--date-picker-input-placeholder-focused-color);
|
|
4335
4335
|
}
|
|
4336
|
-
.bp_date_picker_module_datePicker--
|
|
4336
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_button--761d1{
|
|
4337
4337
|
align-items:center;
|
|
4338
4338
|
background-color:initial;
|
|
4339
4339
|
border:none;
|
|
@@ -4348,33 +4348,33 @@
|
|
|
4348
4348
|
right:var(--date-picker-padding-inline);
|
|
4349
4349
|
width:var(--date-picker-icon-button-size);
|
|
4350
4350
|
}
|
|
4351
|
-
.bp_date_picker_module_datePicker--
|
|
4351
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_button--761d1.bp_date_picker_module_clear--761d1{
|
|
4352
4352
|
right:var(--date-picker-clear-button-right);
|
|
4353
4353
|
}
|
|
4354
|
-
.bp_date_picker_module_datePicker--
|
|
4354
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_button--761d1:focus-visible,.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_button--761d1[data-focus-visible]{
|
|
4355
4355
|
background-color:var(--date-picker-icon-button-focus-background-color);
|
|
4356
4356
|
outline:var(--date-picker-icon-button-focus-outline);
|
|
4357
4357
|
}
|
|
4358
|
-
.bp_date_picker_module_datePicker--
|
|
4358
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_button--761d1:hover{
|
|
4359
4359
|
background:var(--date-picker-icon-button-hover-background);
|
|
4360
4360
|
}
|
|
4361
|
-
.bp_date_picker_module_datePicker--
|
|
4361
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_button--761d1:hover *{
|
|
4362
4362
|
fill:var(--date-picker-icon-button-hover-fill);
|
|
4363
4363
|
}
|
|
4364
|
-
.bp_date_picker_module_datePicker--
|
|
4364
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_button--761d1:active{
|
|
4365
4365
|
background:var(--date-picker-icon-button-active-background);
|
|
4366
4366
|
}
|
|
4367
|
-
.bp_date_picker_module_datePicker--
|
|
4367
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_button--761d1:active *{
|
|
4368
4368
|
fill:var(--date-picker-icon-button-active-fill);
|
|
4369
4369
|
}
|
|
4370
|
-
.bp_date_picker_module_datePicker--
|
|
4370
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_button--761d1:disabled{
|
|
4371
4371
|
opacity:1;
|
|
4372
4372
|
}
|
|
4373
|
-
.bp_date_picker_module_datePicker--
|
|
4373
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_inlineError--761d1{
|
|
4374
4374
|
margin-block-start:var(--date-picker-inline-error-margin);
|
|
4375
4375
|
}
|
|
4376
4376
|
|
|
4377
|
-
@keyframes bp_date_picker_module_slide--
|
|
4377
|
+
@keyframes bp_date_picker_module_slide--761d1{
|
|
4378
4378
|
from{
|
|
4379
4379
|
opacity:0;
|
|
4380
4380
|
transform:var(--popover-slide-translation);
|
|
@@ -4384,11 +4384,11 @@
|
|
|
4384
4384
|
transform:translateY(0);
|
|
4385
4385
|
}
|
|
4386
4386
|
}
|
|
4387
|
-
.bp_date_picker_module_datePickerPopoverContent--
|
|
4387
|
+
.bp_date_picker_module_datePickerPopoverContent--761d1{
|
|
4388
4388
|
z-index:380;
|
|
4389
4389
|
}
|
|
4390
4390
|
|
|
4391
|
-
.bp_empty_state_module_emptyState--
|
|
4391
|
+
.bp_empty_state_module_emptyState--70af2{
|
|
4392
4392
|
align-items:center;
|
|
4393
4393
|
display:flex;
|
|
4394
4394
|
flex-direction:column;
|
|
@@ -4397,32 +4397,32 @@
|
|
|
4397
4397
|
text-align:center;
|
|
4398
4398
|
width:100%;
|
|
4399
4399
|
}
|
|
4400
|
-
.bp_empty_state_module_emptyState--
|
|
4400
|
+
.bp_empty_state_module_emptyState--70af2 .bp_empty_state_module_illustration--70af2{
|
|
4401
4401
|
margin-block-end:var(--space-6);
|
|
4402
4402
|
}
|
|
4403
|
-
.bp_empty_state_module_emptyState--
|
|
4403
|
+
.bp_empty_state_module_emptyState--70af2 .bp_empty_state_module_body--70af2{
|
|
4404
4404
|
max-width:22.5rem;
|
|
4405
4405
|
}
|
|
4406
|
-
.bp_empty_state_module_emptyState--
|
|
4406
|
+
.bp_empty_state_module_emptyState--70af2 .bp_empty_state_module_body--70af2:not(:last-child){
|
|
4407
4407
|
margin-block-end:var(--space-6);
|
|
4408
4408
|
}
|
|
4409
|
-
.bp_empty_state_module_emptyState--
|
|
4409
|
+
.bp_empty_state_module_emptyState--70af2 .bp_empty_state_module_heading--70af2{
|
|
4410
4410
|
margin-block-end:var(--space-3);
|
|
4411
4411
|
}
|
|
4412
|
-
.bp_empty_state_module_emptyState--
|
|
4412
|
+
.bp_empty_state_module_emptyState--70af2 .bp_empty_state_module_button--70af2:not(:last-child){
|
|
4413
4413
|
margin-block-end:var(--space-6);
|
|
4414
4414
|
}
|
|
4415
|
-
.bp_empty_state_module_emptyState--
|
|
4415
|
+
.bp_empty_state_module_emptyState--70af2.bp_empty_state_module_small--70af2 .bp_empty_state_module_illustration--70af2{
|
|
4416
4416
|
margin-block-end:var(--space-4);
|
|
4417
4417
|
}
|
|
4418
|
-
.bp_empty_state_module_emptyState--
|
|
4418
|
+
.bp_empty_state_module_emptyState--70af2.bp_empty_state_module_small--70af2 .bp_empty_state_module_illustration--70af2 svg{
|
|
4419
4419
|
height:var(--size-14);
|
|
4420
4420
|
width:var(--size-14);
|
|
4421
4421
|
}
|
|
4422
|
-
.bp_empty_state_module_emptyState--
|
|
4422
|
+
.bp_empty_state_module_emptyState--70af2.bp_empty_state_module_small--70af2 .bp_empty_state_module_body--70af2{
|
|
4423
4423
|
max-width:220px;
|
|
4424
4424
|
}
|
|
4425
|
-
.bp_empty_state_module_emptyState--
|
|
4425
|
+
.bp_empty_state_module_emptyState--70af2.bp_empty_state_module_small--70af2 .bp_empty_state_module_body--70af2:not(:last-child){
|
|
4426
4426
|
margin-block-end:var(--space-4);
|
|
4427
4427
|
}
|
|
4428
4428
|
.bp_link_module_link--fb308{
|
|
@@ -5431,7 +5431,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5431
5431
|
display:inline;
|
|
5432
5432
|
}
|
|
5433
5433
|
|
|
5434
|
-
.bp_modal_module_overlay--
|
|
5434
|
+
.bp_modal_module_overlay--a2e6a[data-modern=false]{
|
|
5435
5435
|
--modal-overlay-background:var(--overlay-modal-overlay);
|
|
5436
5436
|
--modal-content-background:var(--gray-white);
|
|
5437
5437
|
--modal-min-width-non-fullscreen:calc(460px - var(--space-8)*2);
|
|
@@ -5467,7 +5467,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5467
5467
|
--modal-footer-button-margin-inline-start:var(--space-3);
|
|
5468
5468
|
}
|
|
5469
5469
|
|
|
5470
|
-
.bp_modal_module_overlay--
|
|
5470
|
+
.bp_modal_module_overlay--a2e6a[data-modern=true]{
|
|
5471
5471
|
--modal-overlay-background:var(--bp-overlay-modal-overlay);
|
|
5472
5472
|
--modal-content-background:var(--bp-gray-white);
|
|
5473
5473
|
--modal-min-width-non-fullscreen:calc(460px - var(--bp-space-080)*2);
|
|
@@ -5503,7 +5503,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5503
5503
|
--modal-footer-button-margin-inline-start:var(--bp-space-030);
|
|
5504
5504
|
}
|
|
5505
5505
|
|
|
5506
|
-
.bp_modal_module_overlay--
|
|
5506
|
+
.bp_modal_module_overlay--a2e6a{
|
|
5507
5507
|
background-color:var(--modal-overlay-background);
|
|
5508
5508
|
bottom:0;
|
|
5509
5509
|
display:grid;
|
|
@@ -5515,13 +5515,13 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5515
5515
|
z-index:370;
|
|
5516
5516
|
}
|
|
5517
5517
|
@media (width > 459px){
|
|
5518
|
-
.bp_modal_module_overlay--
|
|
5518
|
+
.bp_modal_module_overlay--a2e6a{
|
|
5519
5519
|
place-items:center;
|
|
5520
5520
|
}
|
|
5521
5521
|
}
|
|
5522
5522
|
|
|
5523
|
-
.bp_modal_module_content--
|
|
5524
|
-
animation:bp_modal_module_popup_bounce_in--
|
|
5523
|
+
.bp_modal_module_content--a2e6a{
|
|
5524
|
+
animation:bp_modal_module_popup_bounce_in--a2e6a var(--animation-duration-3);
|
|
5525
5525
|
background-color:var(--modal-content-background);
|
|
5526
5526
|
display:flex;
|
|
5527
5527
|
flex-direction:column;
|
|
@@ -5530,80 +5530,80 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5530
5530
|
position:relative;
|
|
5531
5531
|
}
|
|
5532
5532
|
@media (width > 374px){
|
|
5533
|
-
.bp_modal_module_content--
|
|
5533
|
+
.bp_modal_module_content--a2e6a{
|
|
5534
5534
|
overflow:hidden;
|
|
5535
5535
|
}
|
|
5536
5536
|
}
|
|
5537
5537
|
@media (width > 459px){
|
|
5538
|
-
.bp_modal_module_content--
|
|
5538
|
+
.bp_modal_module_content--a2e6a{
|
|
5539
5539
|
border-radius:var(--modal-border-radius);
|
|
5540
5540
|
height:auto;
|
|
5541
5541
|
margin:var(--modal-margin);
|
|
5542
5542
|
max-height:var(--modal-max-height-non-fullscreen);
|
|
5543
5543
|
min-width:var(--modal-min-width-non-fullscreen);
|
|
5544
5544
|
}
|
|
5545
|
-
.bp_modal_module_content--
|
|
5545
|
+
.bp_modal_module_content--a2e6a.bp_modal_module_smallSizeModal--a2e6a{
|
|
5546
5546
|
max-width:var(--modal-max-width-small);
|
|
5547
5547
|
}
|
|
5548
|
-
.bp_modal_module_content--
|
|
5548
|
+
.bp_modal_module_content--a2e6a.bp_modal_module_mediumSizeModal--a2e6a{
|
|
5549
5549
|
max-width:var(--modal-max-width-medium);
|
|
5550
5550
|
}
|
|
5551
|
-
.bp_modal_module_content--
|
|
5551
|
+
.bp_modal_module_content--a2e6a.bp_modal_module_largeSizeModal--a2e6a{
|
|
5552
5552
|
max-width:var(--modal-max-width-large);
|
|
5553
5553
|
}
|
|
5554
|
-
.bp_modal_module_content--
|
|
5554
|
+
.bp_modal_module_content--a2e6a.bp_modal_module_xlargeSizeModal--a2e6a{
|
|
5555
5555
|
max-width:var(--modal-max-width-xlarge);
|
|
5556
5556
|
}
|
|
5557
5557
|
}
|
|
5558
5558
|
|
|
5559
|
-
.bp_modal_module_scrollableContainer--
|
|
5559
|
+
.bp_modal_module_scrollableContainer--a2e6a{
|
|
5560
5560
|
flex-grow:1;
|
|
5561
5561
|
}
|
|
5562
5562
|
@media (width > 374px){
|
|
5563
|
-
.bp_modal_module_scrollableContainer--
|
|
5563
|
+
.bp_modal_module_scrollableContainer--a2e6a{
|
|
5564
5564
|
overflow-y:auto;
|
|
5565
5565
|
}
|
|
5566
5566
|
}
|
|
5567
5567
|
|
|
5568
|
-
.bp_modal_module_content--
|
|
5568
|
+
.bp_modal_module_content--a2e6a .bp_modal_module_close--a2e6a{
|
|
5569
5569
|
color:var(--modal-close-button-color);
|
|
5570
5570
|
position:fixed;
|
|
5571
5571
|
right:var(--modal-close-button-offset-right);
|
|
5572
5572
|
top:var(--modal-close-button-offset-top);
|
|
5573
5573
|
}
|
|
5574
5574
|
@media (width > 374px){
|
|
5575
|
-
.bp_modal_module_content--
|
|
5575
|
+
.bp_modal_module_content--a2e6a .bp_modal_module_close--a2e6a{
|
|
5576
5576
|
position:absolute;
|
|
5577
5577
|
}
|
|
5578
5578
|
}
|
|
5579
5579
|
|
|
5580
|
-
.bp_modal_module_close--
|
|
5580
|
+
.bp_modal_module_close--a2e6a.bp_modal_module_onColor--a2e6a{
|
|
5581
5581
|
background-color:var(--modal-close-button-on-color-background);
|
|
5582
5582
|
}
|
|
5583
|
-
.bp_modal_module_close--
|
|
5583
|
+
.bp_modal_module_close--a2e6a.bp_modal_module_onColor--a2e6a:hover{
|
|
5584
5584
|
background-color:var(--modal-close-button-on-color-background-hover);
|
|
5585
5585
|
}
|
|
5586
|
-
.bp_modal_module_close--
|
|
5586
|
+
.bp_modal_module_close--a2e6a.bp_modal_module_onColor--a2e6a:active{
|
|
5587
5587
|
background-color:var(--modal-close-button-on-color-background-pressed);
|
|
5588
5588
|
}
|
|
5589
5589
|
|
|
5590
|
-
.bp_modal_module_content--
|
|
5590
|
+
.bp_modal_module_content--a2e6a .bp_modal_module_backButton--a2e6a{
|
|
5591
5591
|
color:var(--modal-back-button-color);
|
|
5592
5592
|
margin-block-start:var(--modal-back-button-margin-top-start);
|
|
5593
5593
|
margin-inline-start:var(--modal-back-button-margin-inline-start);
|
|
5594
5594
|
}
|
|
5595
5595
|
@media (width > 459px){
|
|
5596
|
-
.bp_modal_module_content--
|
|
5596
|
+
.bp_modal_module_content--a2e6a .bp_modal_module_backButton--a2e6a{
|
|
5597
5597
|
height:var(--modal-back-button-size-non-fullscreen);
|
|
5598
5598
|
width:var(--modal-back-button-size-non-fullscreen);
|
|
5599
5599
|
}
|
|
5600
5600
|
}
|
|
5601
5601
|
|
|
5602
|
-
.bp_modal_module_modalHeader--
|
|
5602
|
+
.bp_modal_module_modalHeader--a2e6a{
|
|
5603
5603
|
display:flex;
|
|
5604
5604
|
}
|
|
5605
5605
|
|
|
5606
|
-
.bp_modal_module_modalTitle--
|
|
5606
|
+
.bp_modal_module_modalTitle--a2e6a{
|
|
5607
5607
|
display:flex;
|
|
5608
5608
|
flex-direction:column;
|
|
5609
5609
|
gap:var(--modal-title-gap);
|
|
@@ -5611,24 +5611,24 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5611
5611
|
padding:var(--modal-title-padding);
|
|
5612
5612
|
}
|
|
5613
5613
|
@media (width > 459px){
|
|
5614
|
-
.bp_modal_module_modalTitle--
|
|
5614
|
+
.bp_modal_module_modalTitle--a2e6a{
|
|
5615
5615
|
padding:var(--modal-title-padding-non-fullscreen);
|
|
5616
5616
|
}
|
|
5617
5617
|
}
|
|
5618
5618
|
|
|
5619
|
-
.bp_modal_module_body--
|
|
5619
|
+
.bp_modal_module_body--a2e6a{
|
|
5620
5620
|
padding:var(--modal-body-padding);
|
|
5621
5621
|
}
|
|
5622
5622
|
@media (width > 459px){
|
|
5623
|
-
.bp_modal_module_body--
|
|
5623
|
+
.bp_modal_module_body--a2e6a{
|
|
5624
5624
|
padding:var(--modal-body-padding-non-fullscreen);
|
|
5625
5625
|
}
|
|
5626
5626
|
}
|
|
5627
5627
|
|
|
5628
|
-
.bp_modal_module_headerDividerLine--
|
|
5628
|
+
.bp_modal_module_headerDividerLine--a2e6a{
|
|
5629
5629
|
position:relative;
|
|
5630
5630
|
}
|
|
5631
|
-
.bp_modal_module_headerDividerLine--
|
|
5631
|
+
.bp_modal_module_headerDividerLine--a2e6a::after{
|
|
5632
5632
|
border-bottom:var(--modal-divider-line-border);
|
|
5633
5633
|
bottom:0;
|
|
5634
5634
|
content:"";
|
|
@@ -5637,16 +5637,16 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5637
5637
|
right:var(--modal-divider-line-offset-right);
|
|
5638
5638
|
}
|
|
5639
5639
|
@media (width > 459px){
|
|
5640
|
-
.bp_modal_module_headerDividerLine--
|
|
5640
|
+
.bp_modal_module_headerDividerLine--a2e6a::after{
|
|
5641
5641
|
left:var(--modal-divider-line-offset-left-non-fullscreen);
|
|
5642
5642
|
right:var(--modal-divider-line-offset-right-non-fullscreen);
|
|
5643
5643
|
}
|
|
5644
5644
|
}
|
|
5645
5645
|
|
|
5646
|
-
.bp_modal_module_footerDividerLine--
|
|
5646
|
+
.bp_modal_module_footerDividerLine--a2e6a{
|
|
5647
5647
|
position:relative;
|
|
5648
5648
|
}
|
|
5649
|
-
.bp_modal_module_footerDividerLine--
|
|
5649
|
+
.bp_modal_module_footerDividerLine--a2e6a::before{
|
|
5650
5650
|
border-bottom:var(--modal-divider-line-border);
|
|
5651
5651
|
content:"";
|
|
5652
5652
|
left:var(--modal-divider-line-offset-left);
|
|
@@ -5655,28 +5655,28 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5655
5655
|
top:0;
|
|
5656
5656
|
}
|
|
5657
5657
|
@media (width > 459px){
|
|
5658
|
-
.bp_modal_module_footerDividerLine--
|
|
5658
|
+
.bp_modal_module_footerDividerLine--a2e6a::before{
|
|
5659
5659
|
left:var(--modal-divider-line-offset-left-non-fullscreen);
|
|
5660
5660
|
right:var(--modal-divider-line-offset-right-non-fullscreen);
|
|
5661
5661
|
}
|
|
5662
5662
|
}
|
|
5663
5663
|
|
|
5664
|
-
.bp_modal_module_footer--
|
|
5664
|
+
.bp_modal_module_footer--a2e6a{
|
|
5665
5665
|
display:flex;
|
|
5666
5666
|
justify-content:flex-end;
|
|
5667
5667
|
padding:var(--modal-footer-padding);
|
|
5668
5668
|
}
|
|
5669
5669
|
@media (width > 459px){
|
|
5670
|
-
.bp_modal_module_footer--
|
|
5670
|
+
.bp_modal_module_footer--a2e6a{
|
|
5671
5671
|
padding:var(--modal-footer-padding-non-fullscreen);
|
|
5672
5672
|
}
|
|
5673
5673
|
}
|
|
5674
5674
|
|
|
5675
|
-
.bp_modal_module_footerButton--
|
|
5675
|
+
.bp_modal_module_footerButton--a2e6a + .bp_modal_module_footerButton--a2e6a{
|
|
5676
5676
|
margin-inline-start:var(--modal-footer-button-margin-inline-start);
|
|
5677
5677
|
}
|
|
5678
5678
|
|
|
5679
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
5679
|
+
@keyframes bp_modal_module_popup_bounce_in--a2e6a{
|
|
5680
5680
|
0%{
|
|
5681
5681
|
transform:scale3d(.1, .1, 1);
|
|
5682
5682
|
}
|
|
@@ -5895,66 +5895,66 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5895
5895
|
justify-content:flex-end;
|
|
5896
5896
|
}
|
|
5897
5897
|
|
|
5898
|
-
.bp_page_section_module_pageSectionContainer--
|
|
5898
|
+
.bp_page_section_module_pageSectionContainer--882e9{
|
|
5899
5899
|
display:flex;
|
|
5900
5900
|
flex-direction:column;
|
|
5901
5901
|
gap:var(--space-8);
|
|
5902
5902
|
}
|
|
5903
5903
|
@media (width > 767px){
|
|
5904
|
-
.bp_page_section_module_pageSectionContainer--
|
|
5904
|
+
.bp_page_section_module_pageSectionContainer--882e9{
|
|
5905
5905
|
gap:var(--space-12);
|
|
5906
5906
|
}
|
|
5907
5907
|
}
|
|
5908
5908
|
|
|
5909
|
-
.bp_page_section_module_pageSection--
|
|
5909
|
+
.bp_page_section_module_pageSection--882e9{
|
|
5910
5910
|
display:flex;
|
|
5911
5911
|
flex-direction:column;
|
|
5912
5912
|
gap:var(--space-7);
|
|
5913
5913
|
}
|
|
5914
5914
|
@media (width > 767px){
|
|
5915
|
-
.bp_page_section_module_pageSection--
|
|
5915
|
+
.bp_page_section_module_pageSection--882e9{
|
|
5916
5916
|
flex-direction:row;
|
|
5917
5917
|
gap:var(--space-20);
|
|
5918
5918
|
}
|
|
5919
5919
|
}
|
|
5920
5920
|
|
|
5921
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5921
|
+
.bp_page_section_module_pageSectionHeader--882e9{
|
|
5922
5922
|
display:flex;
|
|
5923
5923
|
flex-direction:column;
|
|
5924
5924
|
gap:var(--space-2);
|
|
5925
5925
|
}
|
|
5926
5926
|
@media (width > 767px){
|
|
5927
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5927
|
+
.bp_page_section_module_pageSectionHeader--882e9{
|
|
5928
5928
|
width:200px;
|
|
5929
5929
|
}
|
|
5930
5930
|
}
|
|
5931
5931
|
@media (width > 1023px){
|
|
5932
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5932
|
+
.bp_page_section_module_pageSectionHeader--882e9{
|
|
5933
5933
|
width:242px;
|
|
5934
5934
|
}
|
|
5935
5935
|
}
|
|
5936
5936
|
|
|
5937
|
-
.bp_page_section_module_pageSectionContent--
|
|
5937
|
+
.bp_page_section_module_pageSectionContent--882e9{
|
|
5938
5938
|
flex-grow:1;
|
|
5939
5939
|
}
|
|
5940
5940
|
|
|
5941
|
-
.bp_page_section_module_pageSectionDivider--
|
|
5941
|
+
.bp_page_section_module_pageSectionDivider--882e9{
|
|
5942
5942
|
width:100%;
|
|
5943
5943
|
}
|
|
5944
5944
|
|
|
5945
|
-
.bp_password_input_module_passwordInput--
|
|
5945
|
+
.bp_password_input_module_passwordInput--72f5c input[type=password],.bp_password_input_module_passwordInput--72f5c input[type=text]{
|
|
5946
5946
|
padding-inline-end:2.375rem;
|
|
5947
5947
|
}
|
|
5948
|
-
.bp_password_input_module_passwordInput--
|
|
5948
|
+
.bp_password_input_module_passwordInput--72f5c .bp_password_input_module_iconButton--72f5c{
|
|
5949
5949
|
height:var(--size-6);
|
|
5950
5950
|
inset-inline-end:.5rem;
|
|
5951
5951
|
width:var(--size-6);
|
|
5952
5952
|
}
|
|
5953
|
-
.bp_password_input_module_passwordInput--
|
|
5953
|
+
.bp_password_input_module_passwordInput--72f5c .bp_password_input_module_iconButton--72f5c:active,.bp_password_input_module_passwordInput--72f5c .bp_password_input_module_iconButton--72f5c:hover{
|
|
5954
5954
|
background:none;
|
|
5955
5955
|
}
|
|
5956
5956
|
|
|
5957
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5957
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3[data-modern=false]{
|
|
5958
5958
|
--text-input-border-width:var(--border-1);
|
|
5959
5959
|
--text-input-border-width-focused:var(--border-2);
|
|
5960
5960
|
--text-input-border-width-error:var(--border-2);
|
|
@@ -5985,7 +5985,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5985
5985
|
--text-input-hover-border-color:var(--border-input-border-hover);
|
|
5986
5986
|
}
|
|
5987
5987
|
|
|
5988
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5988
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3[data-modern=true]{
|
|
5989
5989
|
--text-input-border-width:var(--bp-border-01);
|
|
5990
5990
|
--text-input-border-width-focused:var(--bp-border-02);
|
|
5991
5991
|
--text-input-border-width-error:var(--bp-border-02);
|
|
@@ -6016,7 +6016,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6016
6016
|
--text-input-hover-border-color:var(--bp-border-input-border-hover);
|
|
6017
6017
|
}
|
|
6018
6018
|
|
|
6019
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6019
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3{
|
|
6020
6020
|
--disabled-opacity:var(--text-input-disabled-opacity-api, 60%);
|
|
6021
6021
|
display:flex;
|
|
6022
6022
|
flex-direction:column;
|
|
@@ -6029,7 +6029,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6029
6029
|
text-decoration:var(--body-default-text-decoration);
|
|
6030
6030
|
text-transform:var(--body-default-text-case);
|
|
6031
6031
|
}
|
|
6032
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6032
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_label--781c3{
|
|
6033
6033
|
color:var(--text-input-label-color);
|
|
6034
6034
|
flex:0 0 fit-content;
|
|
6035
6035
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -6043,15 +6043,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6043
6043
|
width:-moz-fit-content;
|
|
6044
6044
|
width:fit-content;
|
|
6045
6045
|
}
|
|
6046
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6046
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_label--781c3:not(.bp_base_text_input_module_hidden--781c3){
|
|
6047
6047
|
margin-block-end:var(--text-input-row-gap);
|
|
6048
6048
|
}
|
|
6049
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6049
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3{
|
|
6050
6050
|
display:flex;
|
|
6051
6051
|
height:var(--size-10);
|
|
6052
6052
|
position:relative;
|
|
6053
6053
|
}
|
|
6054
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6054
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3{
|
|
6055
6055
|
background:var(--text-input-background);
|
|
6056
6056
|
border:var(--text-input-border-width) solid var(--text-input-border-color);
|
|
6057
6057
|
border-radius:var(--text-input-border-radius);
|
|
@@ -6071,77 +6071,77 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6071
6071
|
text-transform:var(--body-default-text-case);
|
|
6072
6072
|
width:100%;
|
|
6073
6073
|
}
|
|
6074
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6074
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3:hover,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3:hover,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3:hover{
|
|
6075
6075
|
box-shadow:var(--text-input-box-shadow);
|
|
6076
6076
|
}
|
|
6077
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6077
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3::placeholder,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3::placeholder,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3::placeholder{
|
|
6078
6078
|
color:var(--text-input-placeholder-color);
|
|
6079
6079
|
opacity:1;
|
|
6080
6080
|
}
|
|
6081
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6081
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_error--781c3,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_error--781c3,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_error--781c3{
|
|
6082
6082
|
background:var(--text-input-error-background);
|
|
6083
6083
|
border:var(--text-input-border-width-error) solid var(--text-input-error-border-color);
|
|
6084
6084
|
outline:0;
|
|
6085
6085
|
padding-inline-start:var(--text-input-padding-x-error);
|
|
6086
6086
|
}
|
|
6087
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6087
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_readOnly--781c3,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_readOnly--781c3,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_readOnly--781c3{
|
|
6088
6088
|
border-color:var(--text-input-read-only-border-color);
|
|
6089
6089
|
box-shadow:var(--text-input-box-shadow);
|
|
6090
6090
|
color:var(--text-input-read-only-color);
|
|
6091
6091
|
}
|
|
6092
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6092
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_readOnly--781c3:focus-visible,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_readOnly--781c3:focus-visible,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_readOnly--781c3:focus-visible{
|
|
6093
6093
|
border:var(--text-input-border-width-focused) solid var(--text-input-border-color-focus);
|
|
6094
6094
|
}
|
|
6095
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6095
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_readOnly--781c3:hover,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_readOnly--781c3:hover,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_readOnly--781c3:hover{
|
|
6096
6096
|
cursor:default;
|
|
6097
6097
|
}
|
|
6098
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6098
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3:disabled,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3:disabled,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3:disabled{
|
|
6099
6099
|
background:var(--text-input-disabled-background);
|
|
6100
6100
|
border-color:var(--text-input-disabled-border-color);
|
|
6101
6101
|
box-shadow:var(--text-input-box-shadow);
|
|
6102
6102
|
color:var(--text-input-disabled-color);
|
|
6103
6103
|
}
|
|
6104
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6104
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3:disabled:hover{
|
|
6105
6105
|
border-color:var(--text-input-border-color);
|
|
6106
6106
|
}
|
|
6107
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6107
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3:focus-visible,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3:focus-visible,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3:focus-visible{
|
|
6108
6108
|
background:var(--text-input-focused-background);
|
|
6109
6109
|
border:var(--text-input-border-width-focused) solid var(--text-input-focused-border-color);
|
|
6110
6110
|
outline:0;
|
|
6111
6111
|
padding-inline-start:var(--text-input-padding-x-focused);
|
|
6112
6112
|
}
|
|
6113
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6113
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3:has(+ .bp_base_text_input_module_endIcon--781c3),.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3:has(+ .bp_base_text_input_module_endIcon--781c3),.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3:has(+ .bp_base_text_input_module_endIcon--781c3){
|
|
6114
6114
|
padding-inline-end:calc(var(--text-input-padding-x) + var(--end-icon-width) + var(--text-input-icon-padding));
|
|
6115
6115
|
}
|
|
6116
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6116
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_textInput--781c3:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--781c3):hover,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=number].bp_base_text_input_module_textInput--781c3:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--781c3):hover,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 input[type=text].bp_base_text_input_module_textInput--781c3:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--781c3):hover{
|
|
6117
6117
|
background:var(--text-input-hover-background);
|
|
6118
6118
|
border:var(--border-1) solid var(--text-input-hover-border-color);
|
|
6119
6119
|
}
|
|
6120
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6120
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_startIcon--781c3{
|
|
6121
6121
|
left:calc(var(--text-input-padding-x) + var(--text-input-border-width));
|
|
6122
6122
|
position:absolute;
|
|
6123
6123
|
top:50%;
|
|
6124
6124
|
transform:translateY(-50%);
|
|
6125
6125
|
}
|
|
6126
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6126
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_startIcon--781c3 + input.bp_base_text_input_module_textInput--781c3{
|
|
6127
6127
|
padding-inline-start:calc(var(--text-input-padding-x) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6128
6128
|
}
|
|
6129
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6129
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_startIcon--781c3 + input.bp_base_text_input_module_textInput--781c3:focus-visible{
|
|
6130
6130
|
padding-inline-start:calc(var(--text-input-padding-x-focused) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6131
6131
|
}
|
|
6132
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6132
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_startIcon--781c3 + input.bp_base_text_input_module_textInput--781c3.bp_base_text_input_module_error--781c3{
|
|
6133
6133
|
padding-inline-start:calc(var(--text-input-padding-x-error) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6134
6134
|
}
|
|
6135
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6135
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3 .bp_base_text_input_module_endIcon--781c3{
|
|
6136
6136
|
position:absolute;
|
|
6137
6137
|
right:calc(var(--text-input-padding-x) + var(--text-input-border-width));
|
|
6138
6138
|
top:50%;
|
|
6139
6139
|
transform:translateY(-50%);
|
|
6140
6140
|
}
|
|
6141
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6141
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3.bp_base_text_input_module_disabled--781c3{
|
|
6142
6142
|
opacity:var(--disabled-opacity);
|
|
6143
6143
|
}
|
|
6144
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6144
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_inlineError--781c3,.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_subtext--781c3{
|
|
6145
6145
|
margin-block-start:var(--text-input-inline-error-subtext-block-margin);
|
|
6146
6146
|
}
|
|
6147
6147
|
.bp_chip_module_chip--d54cf[data-modern=false]{
|
|
@@ -6429,7 +6429,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6429
6429
|
}
|
|
6430
6430
|
}
|
|
6431
6431
|
|
|
6432
|
-
.bp_context_menu_module_menuBlock--
|
|
6432
|
+
.bp_context_menu_module_menuBlock--eea43{
|
|
6433
6433
|
background-color:var(--surface-menu-surface);
|
|
6434
6434
|
border:var(--border-1) solid var(--border-card-border);
|
|
6435
6435
|
border-radius:var(--radius-3);
|
|
@@ -6440,7 +6440,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6440
6440
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
6441
6441
|
padding:var(--space-3);
|
|
6442
6442
|
}
|
|
6443
|
-
.bp_context_menu_module_menuBlock--
|
|
6443
|
+
.bp_context_menu_module_menuBlock--eea43[data-menu-fullscreen=true]{
|
|
6444
6444
|
border:unset;
|
|
6445
6445
|
border-radius:unset;
|
|
6446
6446
|
display:flex;
|
|
@@ -6453,15 +6453,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6453
6453
|
position:relative;
|
|
6454
6454
|
width:100vw;
|
|
6455
6455
|
}
|
|
6456
|
-
.bp_context_menu_module_menuBlock--
|
|
6456
|
+
.bp_context_menu_module_menuBlock--eea43[data-menu-fullscreen=true] .bp_context_menu_module_fullScreenContent--eea43{
|
|
6457
6457
|
overflow-y:auto;
|
|
6458
6458
|
padding:var(--space-3);
|
|
6459
6459
|
}
|
|
6460
|
-
.bp_context_menu_module_menuBlock--
|
|
6460
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItemsSeparator--eea43{
|
|
6461
6461
|
margin-block:var(--space-2);
|
|
6462
6462
|
margin-inline:var(--space-2);
|
|
6463
6463
|
}
|
|
6464
|
-
.bp_context_menu_module_menuBlock--
|
|
6464
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItem--eea43{
|
|
6465
6465
|
align-items:center;
|
|
6466
6466
|
background-color:var(--surface-menu-surface);
|
|
6467
6467
|
border:var(--border-2) solid #0000;
|
|
@@ -6474,19 +6474,19 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6474
6474
|
padding-inline:var(--space-2);
|
|
6475
6475
|
position:relative;
|
|
6476
6476
|
}
|
|
6477
|
-
.bp_context_menu_module_menuBlock--
|
|
6477
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItem--eea43[data-disabled]{
|
|
6478
6478
|
opacity:60%;
|
|
6479
6479
|
pointer-events:none;
|
|
6480
6480
|
}
|
|
6481
|
-
.bp_context_menu_module_menuBlock--
|
|
6481
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItem--eea43[data-highlighted]:not(:hover){
|
|
6482
6482
|
background-color:var(--surface-menu-surface-focus);
|
|
6483
6483
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
6484
6484
|
}
|
|
6485
|
-
.bp_context_menu_module_menuBlock--
|
|
6485
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItem--eea43:active{
|
|
6486
6486
|
background-color:var(--surface-menu-surface-focus);
|
|
6487
6487
|
border:var(--border-2) solid #0000;
|
|
6488
6488
|
}
|
|
6489
|
-
.bp_context_menu_module_menuBlock--
|
|
6489
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItem--eea43:hover{
|
|
6490
6490
|
background-color:var(--surface-menu-surface-focus);
|
|
6491
6491
|
}
|
|
6492
6492
|
div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):has([data-menu-fullscreen=true]){
|
|
@@ -6495,7 +6495,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6495
6495
|
width:100%;
|
|
6496
6496
|
}
|
|
6497
6497
|
|
|
6498
|
-
.bp_context_menu_module_menuHeader--
|
|
6498
|
+
.bp_context_menu_module_menuHeader--eea43{
|
|
6499
6499
|
align-items:center;
|
|
6500
6500
|
box-shadow:var(--dropshadow-1);
|
|
6501
6501
|
display:grid;
|
|
@@ -6505,25 +6505,25 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6505
6505
|
padding:var(--space-3);
|
|
6506
6506
|
}
|
|
6507
6507
|
|
|
6508
|
-
.bp_context_menu_module_headerTextContent--
|
|
6508
|
+
.bp_context_menu_module_headerTextContent--eea43{
|
|
6509
6509
|
display:grid;
|
|
6510
6510
|
}
|
|
6511
6511
|
|
|
6512
|
-
.bp_context_menu_module_submenuCloseButton--
|
|
6512
|
+
.bp_context_menu_module_submenuCloseButton--eea43{
|
|
6513
6513
|
grid-area:submenu-close;
|
|
6514
6514
|
}
|
|
6515
6515
|
|
|
6516
|
-
.bp_context_menu_module_menuCloseButton--
|
|
6516
|
+
.bp_context_menu_module_menuCloseButton--eea43{
|
|
6517
6517
|
grid-area:close;
|
|
6518
6518
|
}
|
|
6519
6519
|
|
|
6520
|
-
.bp_context_menu_module_ellipsis--
|
|
6520
|
+
.bp_context_menu_module_ellipsis--eea43{
|
|
6521
6521
|
overflow:hidden;
|
|
6522
6522
|
text-overflow:ellipsis;
|
|
6523
6523
|
white-space:nowrap;
|
|
6524
6524
|
}
|
|
6525
6525
|
|
|
6526
|
-
.bp_notification_module_viewport--
|
|
6526
|
+
.bp_notification_module_viewport--f28c8{
|
|
6527
6527
|
--notification-viewport-space:var(--space-4);
|
|
6528
6528
|
--notification-viewport-item-spacing:var(--space-3);
|
|
6529
6529
|
all:unset;
|
|
@@ -6538,7 +6538,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6538
6538
|
z-index:2147483647;
|
|
6539
6539
|
}
|
|
6540
6540
|
|
|
6541
|
-
.bp_notification_module_root--
|
|
6541
|
+
.bp_notification_module_root--f28c8[data-modern=false]{
|
|
6542
6542
|
--notification-padding-vertical:var(--space-3);
|
|
6543
6543
|
--notification-padding-horizontal:var(--space-4);
|
|
6544
6544
|
--notification-item-spacing:var(--space-3);
|
|
@@ -6559,7 +6559,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6559
6559
|
--notification-icon-size:var(--size-8);
|
|
6560
6560
|
}
|
|
6561
6561
|
|
|
6562
|
-
.bp_notification_module_root--
|
|
6562
|
+
.bp_notification_module_root--f28c8[data-modern=true]{
|
|
6563
6563
|
--notification-padding-vertical:var(--bp-space-030);
|
|
6564
6564
|
--notification-padding-horizontal:var(--bp-space-040);
|
|
6565
6565
|
--notification-item-spacing:var(--bp-space-030);
|
|
@@ -6581,20 +6581,20 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6581
6581
|
--notification-text-container-height:var(--bp-space-080);
|
|
6582
6582
|
--notification-icon-size:var(--bp-size-080);
|
|
6583
6583
|
}
|
|
6584
|
-
.bp_notification_module_root--
|
|
6584
|
+
.bp_notification_module_root--f28c8[data-modern=true].bp_notification_module_info--f28c8{
|
|
6585
6585
|
background:linear-gradient(0deg, var(--notification-background-info) 0, var(--notification-background-info) 100%), var(--notification-background-overlay);
|
|
6586
6586
|
}
|
|
6587
|
-
.bp_notification_module_root--
|
|
6587
|
+
.bp_notification_module_root--f28c8[data-modern=true].bp_notification_module_success--f28c8{
|
|
6588
6588
|
background:linear-gradient(0deg, var(--notification-background-success) 0, var(--notification-background-success) 100%), var(--notification-background-overlay);
|
|
6589
6589
|
}
|
|
6590
|
-
.bp_notification_module_root--
|
|
6590
|
+
.bp_notification_module_root--f28c8[data-modern=true].bp_notification_module_warning--f28c8{
|
|
6591
6591
|
background:linear-gradient(0deg, var(--notification-background-warning) 0, var(--notification-background-warning) 100%), var(--notification-background-overlay);
|
|
6592
6592
|
}
|
|
6593
|
-
.bp_notification_module_root--
|
|
6593
|
+
.bp_notification_module_root--f28c8[data-modern=true].bp_notification_module_error--f28c8{
|
|
6594
6594
|
background:linear-gradient(0deg, var(--notification-background-error) 0, var(--notification-background-error) 100%), var(--notification-background-overlay);
|
|
6595
6595
|
}
|
|
6596
6596
|
|
|
6597
|
-
.bp_notification_module_root--
|
|
6597
|
+
.bp_notification_module_root--f28c8{
|
|
6598
6598
|
backdrop-filter:blur(var(--notification-background-blur));
|
|
6599
6599
|
border:var(--notification-border) solid;
|
|
6600
6600
|
border-radius:var(--notification-radius);
|
|
@@ -6604,26 +6604,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6604
6604
|
width:max-content;
|
|
6605
6605
|
}
|
|
6606
6606
|
@media (width > 374px){
|
|
6607
|
-
.bp_notification_module_root--
|
|
6607
|
+
.bp_notification_module_root--f28c8{
|
|
6608
6608
|
max-width:343px;
|
|
6609
6609
|
}
|
|
6610
6610
|
}
|
|
6611
6611
|
@media (width > 767px){
|
|
6612
|
-
.bp_notification_module_root--
|
|
6612
|
+
.bp_notification_module_root--f28c8{
|
|
6613
6613
|
max-width:728px;
|
|
6614
6614
|
}
|
|
6615
6615
|
}
|
|
6616
6616
|
@media (width > 1023px){
|
|
6617
|
-
.bp_notification_module_root--
|
|
6617
|
+
.bp_notification_module_root--f28c8{
|
|
6618
6618
|
max-width:848px;
|
|
6619
6619
|
}
|
|
6620
6620
|
}
|
|
6621
6621
|
@media (width > 1219px){
|
|
6622
|
-
.bp_notification_module_root--
|
|
6622
|
+
.bp_notification_module_root--f28c8{
|
|
6623
6623
|
max-width:896px;
|
|
6624
6624
|
}
|
|
6625
6625
|
}
|
|
6626
|
-
.bp_notification_module_root--
|
|
6626
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_container--f28c8{
|
|
6627
6627
|
align-items:flex-start;
|
|
6628
6628
|
display:flex;
|
|
6629
6629
|
gap:var(--notification-item-spacing);
|
|
@@ -6631,11 +6631,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6631
6631
|
width:100%;
|
|
6632
6632
|
}
|
|
6633
6633
|
@media (width > 767px){
|
|
6634
|
-
.bp_notification_module_root--
|
|
6634
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_container--f28c8{
|
|
6635
6635
|
align-items:center;
|
|
6636
6636
|
}
|
|
6637
6637
|
}
|
|
6638
|
-
.bp_notification_module_root--
|
|
6638
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_mobileContainer--f28c8{
|
|
6639
6639
|
align-items:left;
|
|
6640
6640
|
display:flex;
|
|
6641
6641
|
flex-direction:column;
|
|
@@ -6643,46 +6643,46 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6643
6643
|
width:100%;
|
|
6644
6644
|
}
|
|
6645
6645
|
@media (width > 767px){
|
|
6646
|
-
.bp_notification_module_root--
|
|
6646
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_mobileContainer--f28c8{
|
|
6647
6647
|
align-items:center;
|
|
6648
6648
|
flex-direction:row;
|
|
6649
6649
|
}
|
|
6650
6650
|
}
|
|
6651
|
-
.bp_notification_module_root--
|
|
6651
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_withButtons--f28c8{
|
|
6652
6652
|
gap:var(--notification-item-spacing);
|
|
6653
6653
|
}
|
|
6654
|
-
.bp_notification_module_root--
|
|
6654
|
+
.bp_notification_module_root--f28c8.bp_notification_module_info--f28c8{
|
|
6655
6655
|
background:var(--notification-background-info);
|
|
6656
6656
|
border-color:var(--notification-border-color-info);
|
|
6657
6657
|
}
|
|
6658
|
-
.bp_notification_module_root--
|
|
6658
|
+
.bp_notification_module_root--f28c8.bp_notification_module_success--f28c8{
|
|
6659
6659
|
background:var(--notification-background-success);
|
|
6660
6660
|
border-color:var(--notification-border-color-success);
|
|
6661
6661
|
}
|
|
6662
|
-
.bp_notification_module_root--
|
|
6662
|
+
.bp_notification_module_root--f28c8.bp_notification_module_warning--f28c8{
|
|
6663
6663
|
background:var(--notification-background-warning);
|
|
6664
6664
|
border-color:var(--notification-border-color-warning);
|
|
6665
6665
|
}
|
|
6666
|
-
.bp_notification_module_root--
|
|
6666
|
+
.bp_notification_module_root--f28c8.bp_notification_module_error--f28c8{
|
|
6667
6667
|
background:var(--notification-background-error);
|
|
6668
6668
|
border-color:var(--notification-border-color-error);
|
|
6669
6669
|
}
|
|
6670
|
-
.bp_notification_module_root--
|
|
6670
|
+
.bp_notification_module_root--f28c8:focus-visible{
|
|
6671
6671
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--notification-outline-focus);
|
|
6672
6672
|
outline:none;
|
|
6673
6673
|
}
|
|
6674
|
-
.bp_notification_module_root--
|
|
6674
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_typeIconContainer--f28c8{
|
|
6675
6675
|
align-items:center;
|
|
6676
6676
|
display:flex;
|
|
6677
6677
|
height:var(--notification-icon-size);
|
|
6678
6678
|
justify-content:center;
|
|
6679
6679
|
width:var(--notification-icon-size);
|
|
6680
6680
|
}
|
|
6681
|
-
.bp_notification_module_root--
|
|
6681
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_typeIconContainer--f28c8 .bp_notification_module_typeIcon--f28c8{
|
|
6682
6682
|
flex-shrink:0;
|
|
6683
6683
|
margin-left:var(--notification-padding-horizontal);
|
|
6684
6684
|
}
|
|
6685
|
-
.bp_notification_module_root--
|
|
6685
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_text--f28c8{
|
|
6686
6686
|
align-items:center;
|
|
6687
6687
|
color:var(--notification-text-color);
|
|
6688
6688
|
display:flex;
|
|
@@ -6698,38 +6698,38 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6698
6698
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
6699
6699
|
text-transform:var(--body-default-bold-text-case);
|
|
6700
6700
|
}
|
|
6701
|
-
.bp_notification_module_root--
|
|
6701
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_text--f28c8 > div{
|
|
6702
6702
|
overflow:hidden;
|
|
6703
6703
|
overflow-wrap:break-word;
|
|
6704
6704
|
}
|
|
6705
|
-
.bp_notification_module_root--
|
|
6705
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_contentButtonSection--f28c8{
|
|
6706
6706
|
display:flex;
|
|
6707
6707
|
gap:var(--notification-item-spacing);
|
|
6708
6708
|
margin-left:0;
|
|
6709
6709
|
}
|
|
6710
6710
|
@media (width > 767px){
|
|
6711
|
-
.bp_notification_module_root--
|
|
6711
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_contentButtonSection--f28c8{
|
|
6712
6712
|
margin-left:auto;
|
|
6713
6713
|
}
|
|
6714
6714
|
}
|
|
6715
|
-
.bp_notification_module_root--
|
|
6715
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_contentButtonSection--f28c8 .bp_notification_module_contentButtons--f28c8{
|
|
6716
6716
|
display:flex;
|
|
6717
6717
|
gap:var(--notification-item-spacing);
|
|
6718
6718
|
}
|
|
6719
|
-
.bp_notification_module_root--
|
|
6719
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_closeButtonSection--f28c8{
|
|
6720
6720
|
display:flex;
|
|
6721
6721
|
gap:var(--notification-item-spacing);
|
|
6722
6722
|
margin-left:auto;
|
|
6723
6723
|
margin-right:var(--notification-padding-horizontal);
|
|
6724
6724
|
}
|
|
6725
|
-
.bp_notification_module_root--
|
|
6725
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_closeButtonSection--f28c8 .bp_notification_module_closeButton--f28c8{
|
|
6726
6726
|
align-self:center;
|
|
6727
6727
|
}
|
|
6728
|
-
.bp_notification_module_root--
|
|
6728
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_closeButtonSection--f28c8 .bp_notification_module_closeButton--f28c8 svg *{
|
|
6729
6729
|
fill:currentColor;
|
|
6730
6730
|
}
|
|
6731
6731
|
|
|
6732
|
-
.bp_popover_module_popoverContentContainer--
|
|
6732
|
+
.bp_popover_module_popoverContentContainer--e1d80 .bp_popover_module_popoverCard--e1d80 .bp_popover_module_popoverMainContent--e1d80,.bp_popover_module_popoverContentContainer--e1d80.bp_popover_module_accessibilitySmallBreakpoint--e1d80 .bp_popover_module_popoverCard--e1d80 .bp_popover_module_popoverScrollContainer--e1d80{
|
|
6733
6733
|
margin-inline-end:var(--scroll-mask-margin-inline-end);
|
|
6734
6734
|
mask-image:var(--scroll-mask-mask-image);
|
|
6735
6735
|
mask-position:var(--scroll-mask-mask-position);
|
|
@@ -6739,7 +6739,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6739
6739
|
transition:var(--scroll-mask-transition);
|
|
6740
6740
|
}
|
|
6741
6741
|
|
|
6742
|
-
.bp_popover_module_popoverContentContainer--
|
|
6742
|
+
.bp_popover_module_popoverContentContainer--e1d80[data-modern=false]{
|
|
6743
6743
|
--scroll-mask-padding-right:var(--space-4);
|
|
6744
6744
|
--scroll-mask-overflow:auto;
|
|
6745
6745
|
--scroll-mask-transition:mask-position var(--animation-duration-3), -webkit-mask-position var(--animation-duration-3);
|
|
@@ -6764,7 +6764,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6764
6764
|
--popover-footer-border-top:var(--border-1) solid var(--border-card-border);
|
|
6765
6765
|
}
|
|
6766
6766
|
|
|
6767
|
-
.bp_popover_module_popoverContentContainer--
|
|
6767
|
+
.bp_popover_module_popoverContentContainer--e1d80[data-modern=true]{
|
|
6768
6768
|
--bp-dropshadow-3:var(--dropshadow-3);
|
|
6769
6769
|
--bp-animation-duration-3:var(--animation-duration-3);
|
|
6770
6770
|
--scroll-mask-padding-right:var(--bp-space-040);
|
|
@@ -6791,43 +6791,43 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6791
6791
|
--popover-footer-border-top:var(--bp-border-01) solid var(--bp-border-card-border);
|
|
6792
6792
|
}
|
|
6793
6793
|
|
|
6794
|
-
.bp_popover_module_popoverContentContainer--
|
|
6794
|
+
.bp_popover_module_popoverContentContainer--e1d80{
|
|
6795
6795
|
max-width:320px;
|
|
6796
6796
|
z-index:var(--z-index-popover);
|
|
6797
6797
|
}
|
|
6798
|
-
.bp_popover_module_popoverContentContainer--
|
|
6798
|
+
.bp_popover_module_popoverContentContainer--e1d80 .bp_popover_module_popoverCard--e1d80{
|
|
6799
6799
|
box-shadow:var(--popover-card-box-shadow);
|
|
6800
6800
|
margin-block:var(--popover-card-margin-block);
|
|
6801
6801
|
}
|
|
6802
|
-
.bp_popover_module_popoverContentContainer--
|
|
6802
|
+
.bp_popover_module_popoverContentContainer--e1d80 .bp_popover_module_popoverCard--e1d80 .bp_popover_module_popoverMainContent--e1d80:hover{
|
|
6803
6803
|
mask-position:left top;
|
|
6804
6804
|
}
|
|
6805
|
-
.bp_popover_module_popoverContentContainer--
|
|
6805
|
+
.bp_popover_module_popoverContentContainer--e1d80 .bp_popover_module_popoverCard--e1d80 .bp_popover_module_popoverMainContent--e1d80 .bp_popover_module_popoverMainContentOuterContainer--e1d80{
|
|
6806
6806
|
max-height:inherit;
|
|
6807
6807
|
}
|
|
6808
|
-
.bp_popover_module_popoverContentContainer--
|
|
6808
|
+
.bp_popover_module_popoverContentContainer--e1d80 .bp_popover_module_popoverCard--e1d80 .bp_popover_module_popoverMainContent--e1d80 .bp_popover_module_popoverMainContentOuterContainer--e1d80 .bp_popover_module_popoverMainContentInnerContainerPadding--e1d80{
|
|
6809
6809
|
padding-block-end:var(--popover-main-content-inner-container-padding);
|
|
6810
6810
|
}
|
|
6811
|
-
.bp_popover_module_popoverContentContainer--
|
|
6811
|
+
.bp_popover_module_popoverContentContainer--e1d80.bp_popover_module_accessibilitySmallBreakpoint--e1d80{
|
|
6812
6812
|
max-height:var(--radix-popover-content-available-height);
|
|
6813
6813
|
}
|
|
6814
|
-
.bp_popover_module_popoverContentContainer--
|
|
6814
|
+
.bp_popover_module_popoverContentContainer--e1d80.bp_popover_module_accessibilitySmallBreakpoint--e1d80 .bp_popover_module_popoverCard--e1d80 .bp_popover_module_popoverScrollContainer--e1d80{
|
|
6815
6815
|
max-height:var(--popover-scroll-container-small-breakpoint-max-height);
|
|
6816
6816
|
padding-block:var(--popover-scroll-container-small-breakpoint-padding-block);
|
|
6817
6817
|
}
|
|
6818
|
-
.bp_popover_module_popoverContentContainer--
|
|
6818
|
+
.bp_popover_module_popoverContentContainer--e1d80.bp_popover_module_accessibilitySmallBreakpoint--e1d80 .bp_popover_module_popoverCard--e1d80 .bp_popover_module_popoverScrollContainer--e1d80:hover{
|
|
6819
6819
|
mask-position:left top;
|
|
6820
6820
|
}
|
|
6821
|
-
.bp_popover_module_popoverContentContainer--
|
|
6821
|
+
.bp_popover_module_popoverContentContainer--e1d80.bp_popover_module_accessibilitySmallBreakpoint--e1d80 .bp_popover_module_popoverCard--e1d80 .bp_popover_module_popoverScrollContainer--e1d80 .bp_popover_module_popoverMainContent--e1d80{
|
|
6822
6822
|
max-height:-moz-fit-content;
|
|
6823
6823
|
max-height:fit-content;
|
|
6824
6824
|
}
|
|
6825
|
-
.bp_popover_module_popoverContentContainer--
|
|
6825
|
+
.bp_popover_module_popoverContentContainer--e1d80 .bp_popover_module_popoverFooter--e1d80{
|
|
6826
6826
|
margin-inline:var(--popover-footer-margin-inline);
|
|
6827
6827
|
padding-block-start:var(--popover-footer-padding-block-start);
|
|
6828
6828
|
padding-inline:var(--popover-footer-padding-inline);
|
|
6829
6829
|
}
|
|
6830
|
-
.bp_popover_module_popoverContentContainer--
|
|
6830
|
+
.bp_popover_module_popoverContentContainer--e1d80 .bp_popover_module_popoverFooter--e1d80.bp_popover_module_popoverFooterTopBorder--e1d80{
|
|
6831
6831
|
border-top:var(--popover-footer-border-top);
|
|
6832
6832
|
}
|
|
6833
6833
|
.bp_select_menu_grid_module_grid--6e766{
|
|
@@ -6839,42 +6839,42 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6839
6839
|
flex-direction:row;
|
|
6840
6840
|
}
|
|
6841
6841
|
|
|
6842
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6842
|
+
.bp_select_menu_grid_option_module_buttonWrapper--f6f06.bp_select_menu_grid_option_module_withLabel--f6f06{
|
|
6843
6843
|
flex:1 1 0;
|
|
6844
6844
|
margin:var(--space-05) 0;
|
|
6845
6845
|
}
|
|
6846
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6846
|
+
.bp_select_menu_grid_option_module_buttonWrapper--f6f06.bp_select_menu_grid_option_module_withLabel--default--f6f06{
|
|
6847
6847
|
max-width:100%;
|
|
6848
6848
|
}
|
|
6849
6849
|
@media only screen and (width > 374px){
|
|
6850
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6850
|
+
.bp_select_menu_grid_option_module_buttonWrapper--f6f06.bp_select_menu_grid_option_module_withLabel--default--f6f06{
|
|
6851
6851
|
margin:var(--space-05);
|
|
6852
6852
|
max-width:calc(50% - var(--space-1));
|
|
6853
6853
|
}
|
|
6854
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6854
|
+
.bp_select_menu_grid_option_module_buttonWrapper--f6f06.bp_select_menu_grid_option_module_withLabel--default--f6f06:first-child{
|
|
6855
6855
|
margin-left:0;
|
|
6856
6856
|
}
|
|
6857
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6857
|
+
.bp_select_menu_grid_option_module_buttonWrapper--f6f06.bp_select_menu_grid_option_module_withLabel--default--f6f06:last-child{
|
|
6858
6858
|
margin-right:0;
|
|
6859
6859
|
}
|
|
6860
6860
|
}
|
|
6861
6861
|
|
|
6862
|
-
.bp_select_menu_grid_option_module_square--
|
|
6862
|
+
.bp_select_menu_grid_option_module_square--f6f06{
|
|
6863
6863
|
height:var(--size-8);
|
|
6864
6864
|
width:var(--size-8);
|
|
6865
6865
|
}
|
|
6866
|
-
.bp_select_menu_grid_option_module_square--
|
|
6866
|
+
.bp_select_menu_grid_option_module_square--f6f06,.bp_select_menu_grid_option_module_square--f6f06 .bp_select_menu_grid_option_module_outlineHost--f6f06{
|
|
6867
6867
|
align-items:center;
|
|
6868
6868
|
border-radius:var(--radius-3);
|
|
6869
6869
|
display:flex;
|
|
6870
6870
|
justify-content:center;
|
|
6871
6871
|
}
|
|
6872
|
-
.bp_select_menu_grid_option_module_square--
|
|
6872
|
+
.bp_select_menu_grid_option_module_square--f6f06 .bp_select_menu_grid_option_module_outlineHost--f6f06{
|
|
6873
6873
|
height:var(--size-7);
|
|
6874
6874
|
width:var(--size-7);
|
|
6875
6875
|
}
|
|
6876
6876
|
|
|
6877
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6877
|
+
.bp_select_menu_grid_option_module_circle--f6f06{
|
|
6878
6878
|
align-items:center;
|
|
6879
6879
|
background-clip:content-box;
|
|
6880
6880
|
background-color:var(--gray-white);
|
|
@@ -6886,10 +6886,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6886
6886
|
justify-content:center;
|
|
6887
6887
|
width:var(--size-8);
|
|
6888
6888
|
}
|
|
6889
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6889
|
+
.bp_select_menu_grid_option_module_circle--f6f06.bp_select_menu_grid_option_module_loading--f6f06{
|
|
6890
6890
|
border-color:var(--gray-white);
|
|
6891
6891
|
}
|
|
6892
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6892
|
+
.bp_select_menu_grid_option_module_circle--f6f06 .bp_select_menu_grid_option_module_color--f6f06{
|
|
6893
6893
|
background-color:var(--circleColor);
|
|
6894
6894
|
border:var(--border-1) solid var(--circleBorderColor);
|
|
6895
6895
|
border-radius:50%;
|
|
@@ -6897,10 +6897,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6897
6897
|
height:var(--size-6);
|
|
6898
6898
|
width:var(--size-6);
|
|
6899
6899
|
}
|
|
6900
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6900
|
+
.bp_select_menu_grid_option_module_circle--f6f06 .bp_select_menu_grid_option_module_strikeThrough--f6f06{
|
|
6901
6901
|
position:relative;
|
|
6902
6902
|
}
|
|
6903
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6903
|
+
.bp_select_menu_grid_option_module_circle--f6f06 .bp_select_menu_grid_option_module_strikeThrough--f6f06::after{
|
|
6904
6904
|
background-color:var(--watermelon-red-100);
|
|
6905
6905
|
border-radius:var(--radius-1);
|
|
6906
6906
|
content:"";
|
|
@@ -6912,7 +6912,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6912
6912
|
width:90%;
|
|
6913
6913
|
}
|
|
6914
6914
|
|
|
6915
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6915
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06{
|
|
6916
6916
|
align-items:center;
|
|
6917
6917
|
background-color:initial;
|
|
6918
6918
|
border:none;
|
|
@@ -6922,13 +6922,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6922
6922
|
-webkit-user-select:none;
|
|
6923
6923
|
user-select:none;
|
|
6924
6924
|
}
|
|
6925
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6925
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06:not(.bp_select_menu_grid_option_module_labeled--f6f06){
|
|
6926
6926
|
height:var(--size-8);
|
|
6927
6927
|
justify-content:center;
|
|
6928
6928
|
padding:0;
|
|
6929
6929
|
width:var(--size-8);
|
|
6930
6930
|
}
|
|
6931
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6931
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06{
|
|
6932
6932
|
border-radius:var(--radius-3);
|
|
6933
6933
|
gap:var(--space-3);
|
|
6934
6934
|
min-width:10rem;
|
|
@@ -6936,23 +6936,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6936
6936
|
transition:background-color var(--animation-duration-2);
|
|
6937
6937
|
width:100%;
|
|
6938
6938
|
}
|
|
6939
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6939
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06 .bp_select_menu_grid_option_module_text--f6f06{
|
|
6940
6940
|
max-height:var(--size-8);
|
|
6941
6941
|
text-align:left;
|
|
6942
6942
|
}
|
|
6943
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6943
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06 .bp_select_menu_grid_option_module_text--large--f6f06{
|
|
6944
6944
|
-webkit-box-orient:vertical;
|
|
6945
6945
|
-webkit-line-clamp:1;
|
|
6946
6946
|
display:-webkit-box;
|
|
6947
6947
|
overflow:hidden;
|
|
6948
6948
|
}
|
|
6949
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6949
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06 .bp_select_menu_grid_option_module_text--default--f6f06{
|
|
6950
6950
|
-webkit-box-orient:vertical;
|
|
6951
6951
|
-webkit-line-clamp:2;
|
|
6952
6952
|
display:-webkit-box;
|
|
6953
6953
|
overflow:hidden;
|
|
6954
6954
|
}
|
|
6955
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6955
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06 .bp_select_menu_grid_option_module_iconContainer--f6f06{
|
|
6956
6956
|
align-items:center;
|
|
6957
6957
|
background:var(--icon-background);
|
|
6958
6958
|
border-radius:var(--radius-3);
|
|
@@ -6960,95 +6960,95 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6960
6960
|
flex-shrink:0;
|
|
6961
6961
|
justify-content:center;
|
|
6962
6962
|
}
|
|
6963
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6963
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06 .bp_select_menu_grid_option_module_iconContainer--size-default--f6f06{
|
|
6964
6964
|
height:var(--size-8);
|
|
6965
6965
|
width:var(--size-8);
|
|
6966
6966
|
}
|
|
6967
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6967
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06 .bp_select_menu_grid_option_module_iconContainer--size-large--f6f06{
|
|
6968
6968
|
height:var(--size-10);
|
|
6969
6969
|
width:var(--size-10);
|
|
6970
6970
|
}
|
|
6971
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6971
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06 .bp_select_menu_grid_option_module_iconContainer--default--f6f06{
|
|
6972
6972
|
--icon-background:var(--surface-surface-tertiary);
|
|
6973
6973
|
--icon-background-dark:var(--surface-surface-quaternary);
|
|
6974
6974
|
}
|
|
6975
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6975
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06 .bp_select_menu_grid_option_module_iconContainer--box--f6f06{
|
|
6976
6976
|
--icon-background:var(--brand-box-tertiary);
|
|
6977
6977
|
--icon-background-dark:var(--brand-box-secondary);
|
|
6978
6978
|
}
|
|
6979
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6979
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06 .bp_select_menu_grid_option_module_iconContainer--docgen--f6f06{
|
|
6980
6980
|
--icon-background:var(--brand-docgen-tertiary);
|
|
6981
6981
|
--icon-background-dark:var(--brand-docgen-secondary);
|
|
6982
6982
|
}
|
|
6983
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6983
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06 .bp_select_menu_grid_option_module_iconContainer--forms--f6f06{
|
|
6984
6984
|
--icon-background:var(--brand-forms-tertiary);
|
|
6985
6985
|
--icon-background-dark:var(--brand-forms-secondary);
|
|
6986
6986
|
}
|
|
6987
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6987
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06 .bp_select_menu_grid_option_module_iconContainer--sign--f6f06{
|
|
6988
6988
|
--icon-background:var(--brand-sign-tertiary);
|
|
6989
6989
|
--icon-background-dark:var(--brand-sign-secondary);
|
|
6990
6990
|
}
|
|
6991
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6991
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06:hover{
|
|
6992
6992
|
background:var(--surface-surface-secondary);
|
|
6993
6993
|
box-shadow:var(--dropshadow-2);
|
|
6994
6994
|
cursor:grab;
|
|
6995
6995
|
}
|
|
6996
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6996
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06.bp_select_menu_grid_option_module_active--f6f06,.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06.bp_select_menu_grid_option_module_dragging--f6f06,.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06:active{
|
|
6997
6997
|
background:var(--surface-surface-secondary);
|
|
6998
6998
|
box-shadow:var(--dropshadow-2);
|
|
6999
6999
|
}
|
|
7000
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7000
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06.bp_select_menu_grid_option_module_active--f6f06 .bp_select_menu_grid_option_module_iconContainer--f6f06,.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06:active .bp_select_menu_grid_option_module_iconContainer--f6f06{
|
|
7001
7001
|
background-color:var(--icon-background);
|
|
7002
7002
|
}
|
|
7003
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7003
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06.bp_select_menu_grid_option_module_dragging--f6f06{
|
|
7004
7004
|
box-shadow:0 0 0 var(--border-1) var(--border-divider-border), var(--dropshadow-2);
|
|
7005
7005
|
}
|
|
7006
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7006
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06.bp_select_menu_grid_option_module_dragging--f6f06 .bp_select_menu_grid_option_module_iconContainer--f6f06{
|
|
7007
7007
|
background-color:var(--icon-background-dark);
|
|
7008
7008
|
}
|
|
7009
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7009
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06.bp_select_menu_grid_option_module_dragging--f6f06:hover{
|
|
7010
7010
|
cursor:grabbing;
|
|
7011
7011
|
}
|
|
7012
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7012
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06:hover:not(.bp_select_menu_grid_option_module_disabled--f6f06) .bp_select_menu_grid_option_module_iconContainer--f6f06{
|
|
7013
7013
|
background-color:var(--icon-background-dark);
|
|
7014
7014
|
transition:background-color var(--animation-duration-2);
|
|
7015
7015
|
}
|
|
7016
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7016
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06[data-focus-visible]{
|
|
7017
7017
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
7018
7018
|
}
|
|
7019
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7019
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06[data-focus-visible]:active{
|
|
7020
7020
|
background:var(--surface-surface-secondary);
|
|
7021
7021
|
}
|
|
7022
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7022
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06:hover .bp_select_menu_grid_option_module_square--f6f06,.bp_select_menu_grid_option_module_optionButton--f6f06[data-focus-visible] .bp_select_menu_grid_option_module_square--f6f06{
|
|
7023
7023
|
background-color:var(--surface-cta-surface-outline-hover);
|
|
7024
7024
|
}
|
|
7025
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7025
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06:hover .bp_select_menu_grid_option_module_circle--f6f06,.bp_select_menu_grid_option_module_optionButton--f6f06[data-focus-visible] .bp_select_menu_grid_option_module_circle--f6f06{
|
|
7026
7026
|
background-color:var(--surface-option-grid-surface-hover);
|
|
7027
7027
|
}
|
|
7028
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7028
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_active--f6f06 .bp_select_menu_grid_option_module_square--f6f06,.bp_select_menu_grid_option_module_optionButton--f6f06:active .bp_select_menu_grid_option_module_square--f6f06{
|
|
7029
7029
|
background-color:var(--surface-cta-surface-outline-pressed);
|
|
7030
7030
|
}
|
|
7031
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7031
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_active--f6f06 .bp_select_menu_grid_option_module_circle--f6f06,.bp_select_menu_grid_option_module_optionButton--f6f06:active .bp_select_menu_grid_option_module_circle--f6f06{
|
|
7032
7032
|
border:var(--border-2) solid var(--circleColor);
|
|
7033
7033
|
}
|
|
7034
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7034
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_loading--f6f06,.bp_select_menu_grid_option_module_optionButton--f6f06:disabled{
|
|
7035
7035
|
cursor:default;
|
|
7036
7036
|
}
|
|
7037
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7037
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06[data-focus-visible] .bp_select_menu_grid_option_module_outlineHost--f6f06{
|
|
7038
7038
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
7039
7039
|
}
|
|
7040
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7040
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06[data-focus-visible] .bp_select_menu_grid_option_module_circle--f6f06{
|
|
7041
7041
|
border-color:var(--surface-option-grid-surface-hover);
|
|
7042
7042
|
}
|
|
7043
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7043
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06[data-focus-visible].bp_select_menu_grid_option_module_active--f6f06 .bp_select_menu_grid_option_module_circle--f6f06,.bp_select_menu_grid_option_module_optionButton--f6f06[data-focus-visible]:active .bp_select_menu_grid_option_module_circle--f6f06{
|
|
7044
7044
|
border:var(--border-2) solid var(--circleColor);
|
|
7045
7045
|
box-shadow:0 0 0 var(--border-1) var(--gray-white), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
7046
7046
|
}
|
|
7047
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7047
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06:disabled:not(.bp_select_menu_grid_option_module_loading--f6f06){
|
|
7048
7048
|
opacity:.3;
|
|
7049
7049
|
}
|
|
7050
7050
|
|
|
7051
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
7051
|
+
.bp_tabs_module_hiddenWidthSetter--5455c{
|
|
7052
7052
|
display:block;
|
|
7053
7053
|
font-family:var(--body-default-bold-font-family);
|
|
7054
7054
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -7062,11 +7062,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7062
7062
|
text-transform:var(--body-default-bold-text-case);
|
|
7063
7063
|
visibility:hidden;
|
|
7064
7064
|
}
|
|
7065
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
7065
|
+
.bp_tabs_module_hiddenWidthSetter--5455c > *{
|
|
7066
7066
|
visibility:hidden;
|
|
7067
7067
|
}
|
|
7068
7068
|
|
|
7069
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7069
|
+
.bp_tabs_module_contentSwitchTabList--5455c[data-modern=false]{
|
|
7070
7070
|
--content-switch-tab-list-gap:var(--space-1);
|
|
7071
7071
|
--content-switch-tab-list-padding:var(--space-1);
|
|
7072
7072
|
--content-switch-tab-list-background:var(--surface-contentswitcher-surface);
|
|
@@ -7082,7 +7082,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7082
7082
|
--content-switch-tab-active-background:var(--surface-cta-surface-secondary-pressed);
|
|
7083
7083
|
}
|
|
7084
7084
|
|
|
7085
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7085
|
+
.bp_tabs_module_contentSwitchTabList--5455c[data-modern=true]{
|
|
7086
7086
|
--content-switch-tab-list-gap:var(--bp-space-010);
|
|
7087
7087
|
--content-switch-tab-list-padding:var(--bp-space-010);
|
|
7088
7088
|
--content-switch-tab-list-background:var(--bp-gray-10);
|
|
@@ -7097,7 +7097,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7097
7097
|
--content-switch-tab-hover-background:var(--bp-gray-05);
|
|
7098
7098
|
}
|
|
7099
7099
|
|
|
7100
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7100
|
+
.bp_tabs_module_contentSwitchTabList--5455c{
|
|
7101
7101
|
background:var(--content-switch-tab-list-background);
|
|
7102
7102
|
border-radius:var(--content-switch-tab-list-border-radius);
|
|
7103
7103
|
display:grid;
|
|
@@ -7108,7 +7108,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7108
7108
|
min-width:fit-content;
|
|
7109
7109
|
padding:var(--content-switch-tab-list-padding);
|
|
7110
7110
|
}
|
|
7111
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7111
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c{
|
|
7112
7112
|
align-items:center;
|
|
7113
7113
|
background:#0000;
|
|
7114
7114
|
border:none;
|
|
@@ -7129,7 +7129,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7129
7129
|
text-transform:var(--body-default-text-case);
|
|
7130
7130
|
white-space:nowrap;
|
|
7131
7131
|
}
|
|
7132
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7132
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c[aria-selected=true]{
|
|
7133
7133
|
background:var(--content-switch-tab-selected-background);
|
|
7134
7134
|
box-shadow:var(--content-switch-tab-selected-box-shadow);
|
|
7135
7135
|
color:var(--content-switch-tab-selected-color);
|
|
@@ -7142,44 +7142,44 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7142
7142
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
7143
7143
|
text-transform:var(--body-default-bold-text-case);
|
|
7144
7144
|
}
|
|
7145
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7145
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c:not([aria-disabled=true])[data-focus-visible]{
|
|
7146
7146
|
border-color:#0000;
|
|
7147
7147
|
box-shadow:var(--content-switch-tab-focus-box-shadow);
|
|
7148
7148
|
}
|
|
7149
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7149
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c:not([aria-disabled=true]):hover{
|
|
7150
7150
|
background:var(--content-switch-tab-hover-background);
|
|
7151
7151
|
}
|
|
7152
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7152
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c:not([aria-disabled=true]):active{
|
|
7153
7153
|
background:var(--content-switch-tab-active-background);
|
|
7154
7154
|
}
|
|
7155
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7155
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c[aria-disabled=true]{
|
|
7156
7156
|
opacity:.3;
|
|
7157
7157
|
pointer-events:none;
|
|
7158
7158
|
}
|
|
7159
7159
|
|
|
7160
|
-
.bp_tabs_module_tabsListContainer--
|
|
7160
|
+
.bp_tabs_module_tabsListContainer--5455c{
|
|
7161
7161
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
7162
7162
|
overflow-y:hidden;
|
|
7163
7163
|
scroll-behavior:smooth;
|
|
7164
7164
|
}
|
|
7165
|
-
.bp_tabs_module_tabsListContainer--
|
|
7165
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c{
|
|
7166
7166
|
display:flex;
|
|
7167
7167
|
overflow-x:auto;
|
|
7168
7168
|
padding:calc(var(--border-3) + 1px);
|
|
7169
7169
|
}
|
|
7170
|
-
.bp_tabs_module_tabsListContainer--
|
|
7170
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tabSeparator--5455c{
|
|
7171
7171
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
7172
7172
|
min-width:var(--space-4);
|
|
7173
7173
|
}
|
|
7174
|
-
.bp_tabs_module_tabsListContainer--
|
|
7174
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tabSeparator--5455c:last-child{
|
|
7175
7175
|
display:none;
|
|
7176
7176
|
}
|
|
7177
7177
|
@media only screen and (max-width: 1023px){
|
|
7178
|
-
.bp_tabs_module_tabsListContainer--
|
|
7178
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tabSeparator--5455c{
|
|
7179
7179
|
min-width:calc(var(--border-3) + 1px);
|
|
7180
7180
|
}
|
|
7181
7181
|
}
|
|
7182
|
-
.bp_tabs_module_tabsListContainer--
|
|
7182
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c{
|
|
7183
7183
|
background:var(--background-background);
|
|
7184
7184
|
border-style:none;
|
|
7185
7185
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -7200,7 +7200,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7200
7200
|
text-transform:var(--body-default-text-case);
|
|
7201
7201
|
z-index:2;
|
|
7202
7202
|
}
|
|
7203
|
-
.bp_tabs_module_tabsListContainer--
|
|
7203
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c[aria-selected=true]{
|
|
7204
7204
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
7205
7205
|
color:var(--text-cta-link);
|
|
7206
7206
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -7212,21 +7212,21 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7212
7212
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
7213
7213
|
text-transform:var(--body-default-bold-text-case);
|
|
7214
7214
|
}
|
|
7215
|
-
.bp_tabs_module_tabsListContainer--
|
|
7215
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c:hover{
|
|
7216
7216
|
background-color:var(--surface-tab-surface-hover);
|
|
7217
7217
|
color:var(--text-text-on-light-secondary-hover);
|
|
7218
7218
|
}
|
|
7219
|
-
.bp_tabs_module_tabsListContainer--
|
|
7219
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c:hover[aria-selected=true]{
|
|
7220
7220
|
color:var(--text-cta-link);
|
|
7221
7221
|
}
|
|
7222
|
-
.bp_tabs_module_tabsListContainer--
|
|
7222
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c:active{
|
|
7223
7223
|
background-color:var(--surface-tab-surface-pressed);
|
|
7224
7224
|
color:var(--text-text-on-light-secondary-hover);
|
|
7225
7225
|
}
|
|
7226
|
-
.bp_tabs_module_tabsListContainer--
|
|
7226
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c:active[aria-selected=true]{
|
|
7227
7227
|
color:var(--text-cta-link);
|
|
7228
7228
|
}
|
|
7229
|
-
.bp_tabs_module_tabsListContainer--
|
|
7229
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c:focus-visible,.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c[data-focus-visible]{
|
|
7230
7230
|
background-color:var(--surface-tab-surface-hover);
|
|
7231
7231
|
border-radius:var(--radius-05);
|
|
7232
7232
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -7234,14 +7234,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7234
7234
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
7235
7235
|
outline-offset:1px;
|
|
7236
7236
|
}
|
|
7237
|
-
.bp_tabs_module_tabsListContainer--
|
|
7237
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c[data-focus-visible][aria-selected=true]{
|
|
7238
7238
|
color:var(--text-cta-link);
|
|
7239
7239
|
}
|
|
7240
|
-
.bp_tabs_module_tabsListContainer--
|
|
7240
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c[aria-disabled=true]{
|
|
7241
7241
|
opacity:.5;
|
|
7242
7242
|
}
|
|
7243
7243
|
|
|
7244
|
-
.bp_radio_group_module_root--
|
|
7244
|
+
.bp_radio_group_module_root--1227f{
|
|
7245
7245
|
display:flex;
|
|
7246
7246
|
flex-direction:column;
|
|
7247
7247
|
font-family:var(--body-default-font-family);
|
|
@@ -7255,31 +7255,31 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7255
7255
|
text-transform:var(--body-default-text-case);
|
|
7256
7256
|
}
|
|
7257
7257
|
|
|
7258
|
-
.bp_radio_group_module_horizontal--
|
|
7258
|
+
.bp_radio_group_module_horizontal--1227f{
|
|
7259
7259
|
flex-direction:row;
|
|
7260
7260
|
gap:1.625rem;
|
|
7261
7261
|
}
|
|
7262
7262
|
|
|
7263
|
-
.bp_radio_group_module_radioOption--
|
|
7263
|
+
.bp_radio_group_module_radioOption--1227f{
|
|
7264
7264
|
display:flex;
|
|
7265
7265
|
flex-direction:column;
|
|
7266
7266
|
}
|
|
7267
|
-
.bp_radio_group_module_radioOption--
|
|
7267
|
+
.bp_radio_group_module_radioOption--1227f .bp_radio_group_module_label--1227f{
|
|
7268
7268
|
align-items:flex-start;
|
|
7269
7269
|
cursor:pointer;
|
|
7270
7270
|
display:inline-flex;
|
|
7271
7271
|
gap:var(--size-3);
|
|
7272
7272
|
line-height:var(--body-default-line-height);
|
|
7273
7273
|
}
|
|
7274
|
-
.bp_radio_group_module_radioOption--
|
|
7274
|
+
.bp_radio_group_module_radioOption--1227f .bp_radio_group_module_description--1227f{
|
|
7275
7275
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
7276
7276
|
}
|
|
7277
|
-
.bp_radio_group_module_radioOption--
|
|
7277
|
+
.bp_radio_group_module_radioOption--1227f.bp_radio_group_module_disabled--1227f .bp_radio_group_module_label--1227f,[role=radiogroup][data-disabled] .bp_radio_group_module_radioOption--1227f .bp_radio_group_module_label--1227f{
|
|
7278
7278
|
color:var(--text-text-on-light-secondary);
|
|
7279
7279
|
cursor:default;
|
|
7280
7280
|
}
|
|
7281
7281
|
|
|
7282
|
-
.bp_radio_group_module_radioButton--
|
|
7282
|
+
.bp_radio_group_module_radioButton--1227f{
|
|
7283
7283
|
all:unset;
|
|
7284
7284
|
align-items:center;
|
|
7285
7285
|
background-color:var(--surface-radio-surface);
|
|
@@ -7293,33 +7293,33 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7293
7293
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
7294
7294
|
width:var(--size-4);
|
|
7295
7295
|
}
|
|
7296
|
-
.bp_radio_group_module_radioButton--
|
|
7296
|
+
.bp_radio_group_module_radioButton--1227f .bp_radio_group_module_indicator--1227f{
|
|
7297
7297
|
background-color:var(--surface-radio-surface-selected);
|
|
7298
7298
|
border-radius:50%;
|
|
7299
7299
|
height:var(--size-2);
|
|
7300
7300
|
transition:transform .1s;
|
|
7301
7301
|
width:var(--size-2);
|
|
7302
7302
|
}
|
|
7303
|
-
.bp_radio_group_module_radioButton--
|
|
7303
|
+
.bp_radio_group_module_radioButton--1227f:focus-visible{
|
|
7304
7304
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
7305
7305
|
}
|
|
7306
|
-
.bp_radio_group_module_radioButton--
|
|
7306
|
+
.bp_radio_group_module_radioButton--1227f[data-disabled]{
|
|
7307
7307
|
opacity:60%;
|
|
7308
7308
|
}
|
|
7309
|
-
.bp_radio_group_module_radioButton--
|
|
7309
|
+
.bp_radio_group_module_radioButton--1227f[data-state=unchecked]{
|
|
7310
7310
|
background-color:var(--surface-radio-surface);
|
|
7311
7311
|
border:var(--border-2) solid var(--border-radio-border);
|
|
7312
7312
|
}
|
|
7313
|
-
.bp_radio_group_module_radioButton--
|
|
7313
|
+
.bp_radio_group_module_radioButton--1227f[data-state=unchecked] .bp_radio_group_module_indicator--1227f{
|
|
7314
7314
|
transform:scale(0);
|
|
7315
7315
|
}
|
|
7316
|
-
.bp_radio_group_module_radioButton--
|
|
7316
|
+
.bp_radio_group_module_radioButton--1227f:not([data-disabled]):focus-visible,.bp_radio_group_module_radioButton--1227f:not([data-disabled]):hover{
|
|
7317
7317
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
7318
7318
|
}
|
|
7319
|
-
.bp_radio_group_module_radioButton--
|
|
7319
|
+
.bp_radio_group_module_radioButton--1227f:not([data-disabled]):focus-visible[data-state=checked],.bp_radio_group_module_radioButton--1227f:not([data-disabled]):hover[data-state=checked]{
|
|
7320
7320
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
7321
7321
|
}
|
|
7322
|
-
.bp_radio_group_module_radioButton--
|
|
7322
|
+
.bp_radio_group_module_radioButton--1227f:not([data-disabled]):focus-visible[data-state=checked] .bp_radio_group_module_indicator--1227f,.bp_radio_group_module_radioButton--1227f:not([data-disabled]):hover[data-state=checked] .bp_radio_group_module_indicator--1227f{
|
|
7323
7323
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
7324
7324
|
}
|
|
7325
7325
|
.bp_radio_tiles_option_module_radioTileOption--36d8a{
|
|
@@ -7621,7 +7621,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7621
7621
|
transform:translateY(-50%);
|
|
7622
7622
|
}
|
|
7623
7623
|
|
|
7624
|
-
.bp_side_panel_module_content--
|
|
7624
|
+
.bp_side_panel_module_content--654ea{
|
|
7625
7625
|
background-color:var(--gray-white);
|
|
7626
7626
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
7627
7627
|
display:flex;
|
|
@@ -7634,12 +7634,12 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7634
7634
|
overflow-y:auto;
|
|
7635
7635
|
}
|
|
7636
7636
|
@media (width > 374px){
|
|
7637
|
-
.bp_side_panel_module_content--
|
|
7637
|
+
.bp_side_panel_module_content--654ea{
|
|
7638
7638
|
min-width:320px;
|
|
7639
7639
|
overflow:hidden;
|
|
7640
7640
|
}
|
|
7641
7641
|
}
|
|
7642
|
-
.bp_side_panel_module_content--
|
|
7642
|
+
.bp_side_panel_module_content--654ea .bp_side_panel_module_header--654ea{
|
|
7643
7643
|
align-items:center;
|
|
7644
7644
|
background-color:var(--surface-surface);
|
|
7645
7645
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -7651,77 +7651,77 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7651
7651
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7652
7652
|
word-break:break-word;
|
|
7653
7653
|
}
|
|
7654
|
-
.bp_side_panel_module_content--
|
|
7654
|
+
.bp_side_panel_module_content--654ea .bp_side_panel_module_headerShadow--654ea{
|
|
7655
7655
|
box-shadow:var(--dropshadow-3);
|
|
7656
7656
|
}
|
|
7657
7657
|
|
|
7658
|
-
.bp_side_panel_module_scrollableContainer--
|
|
7658
|
+
.bp_side_panel_module_scrollableContainer--654ea{
|
|
7659
7659
|
flex-grow:1;
|
|
7660
7660
|
}
|
|
7661
7661
|
@media (width > 374px){
|
|
7662
|
-
.bp_side_panel_module_scrollableContainer--
|
|
7662
|
+
.bp_side_panel_module_scrollableContainer--654ea{
|
|
7663
7663
|
overflow-y:auto;
|
|
7664
7664
|
}
|
|
7665
7665
|
}
|
|
7666
7666
|
|
|
7667
|
-
.bp_side_panel_module_persistentContent--
|
|
7667
|
+
.bp_side_panel_module_persistentContent--654ea{
|
|
7668
7668
|
overflow:hidden;
|
|
7669
7669
|
position:relative;
|
|
7670
7670
|
}
|
|
7671
|
-
.bp_side_panel_module_persistentContent--
|
|
7671
|
+
.bp_side_panel_module_persistentContent--654ea .bp_side_panel_module_scrollableContainer--654ea{
|
|
7672
7672
|
flex-grow:1;
|
|
7673
7673
|
overflow-y:auto;
|
|
7674
7674
|
}
|
|
7675
7675
|
|
|
7676
|
-
.bp_side_panel_module_contentAnimatedSlideIn--
|
|
7676
|
+
.bp_side_panel_module_contentAnimatedSlideIn--654ea{
|
|
7677
7677
|
animation-duration:.2s;
|
|
7678
|
-
animation-name:bp_side_panel_module_slideIn--
|
|
7678
|
+
animation-name:bp_side_panel_module_slideIn--654ea;
|
|
7679
7679
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7680
7680
|
}
|
|
7681
7681
|
|
|
7682
|
-
.bp_side_panel_module_contentAnimatedSlideOut--
|
|
7682
|
+
.bp_side_panel_module_contentAnimatedSlideOut--654ea[data-state=closed]{
|
|
7683
7683
|
animation-duration:.2s;
|
|
7684
|
-
animation-name:bp_side_panel_module_slideOut--
|
|
7684
|
+
animation-name:bp_side_panel_module_slideOut--654ea;
|
|
7685
7685
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7686
7686
|
}
|
|
7687
7687
|
|
|
7688
|
-
.bp_side_panel_module_contentNormal--
|
|
7688
|
+
.bp_side_panel_module_contentNormal--654ea{
|
|
7689
7689
|
width:360px;
|
|
7690
7690
|
}
|
|
7691
7691
|
|
|
7692
|
-
.bp_side_panel_module_contentLarge--
|
|
7692
|
+
.bp_side_panel_module_contentLarge--654ea{
|
|
7693
7693
|
width:420px;
|
|
7694
7694
|
}
|
|
7695
7695
|
|
|
7696
|
-
.bp_side_panel_module_dropShadowContent--
|
|
7696
|
+
.bp_side_panel_module_dropShadowContent--654ea{
|
|
7697
7697
|
box-shadow:var(--dropshadow-3);
|
|
7698
7698
|
}
|
|
7699
7699
|
|
|
7700
|
-
.bp_side_panel_module_content--
|
|
7700
|
+
.bp_side_panel_module_content--654ea .bp_side_panel_module_close--654ea{
|
|
7701
7701
|
color:var(--gray-65);
|
|
7702
7702
|
position:fixed;
|
|
7703
7703
|
right:var(--space-4);
|
|
7704
7704
|
top:var(--space-4);
|
|
7705
7705
|
}
|
|
7706
7706
|
@media (width > 374px){
|
|
7707
|
-
.bp_side_panel_module_content--
|
|
7707
|
+
.bp_side_panel_module_content--654ea .bp_side_panel_module_close--654ea{
|
|
7708
7708
|
position:absolute;
|
|
7709
7709
|
top:var(--space-5);
|
|
7710
7710
|
}
|
|
7711
7711
|
}
|
|
7712
7712
|
|
|
7713
|
-
.bp_side_panel_module_overlayContent--
|
|
7713
|
+
.bp_side_panel_module_overlayContent--654ea{
|
|
7714
7714
|
box-shadow:var(--dropshadow-3);
|
|
7715
7715
|
position:fixed;
|
|
7716
7716
|
right:0;
|
|
7717
7717
|
top:0;
|
|
7718
7718
|
z-index:300;
|
|
7719
7719
|
}
|
|
7720
|
-
.bp_side_panel_module_overlayContent--
|
|
7720
|
+
.bp_side_panel_module_overlayContent--654ea .bp_side_panel_module_header--654ea{
|
|
7721
7721
|
padding:var(--space-5) var(--space-14) var(--space-5) var(--space-4);
|
|
7722
7722
|
}
|
|
7723
7723
|
|
|
7724
|
-
.bp_side_panel_module_overlay--
|
|
7724
|
+
.bp_side_panel_module_overlay--654ea{
|
|
7725
7725
|
background-color:var(--overlay-sidepanel-overlay);
|
|
7726
7726
|
bottom:0;
|
|
7727
7727
|
display:flex;
|
|
@@ -7732,15 +7732,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7732
7732
|
top:0;
|
|
7733
7733
|
z-index:300;
|
|
7734
7734
|
}
|
|
7735
|
-
.bp_side_panel_module_overlay--
|
|
7735
|
+
.bp_side_panel_module_overlay--654ea .bp_side_panel_module_content--654ea .bp_side_panel_module_header--654ea{
|
|
7736
7736
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
7737
7737
|
}
|
|
7738
7738
|
|
|
7739
|
-
.bp_side_panel_module_dropShadowOverlay--
|
|
7739
|
+
.bp_side_panel_module_dropShadowOverlay--654ea{
|
|
7740
7740
|
background-color:initial;
|
|
7741
7741
|
}
|
|
7742
7742
|
|
|
7743
|
-
.bp_side_panel_module_footer--
|
|
7743
|
+
.bp_side_panel_module_footer--654ea{
|
|
7744
7744
|
background-color:var(--surface-surface);
|
|
7745
7745
|
display:flex;
|
|
7746
7746
|
justify-content:flex-end;
|
|
@@ -7750,19 +7750,19 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7750
7750
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7751
7751
|
}
|
|
7752
7752
|
|
|
7753
|
-
.bp_side_panel_module_footerShadow--
|
|
7753
|
+
.bp_side_panel_module_footerShadow--654ea{
|
|
7754
7754
|
box-shadow:var(--dropshadow-3-inverse);
|
|
7755
7755
|
}
|
|
7756
7756
|
|
|
7757
|
-
.bp_side_panel_module_footerButton--
|
|
7757
|
+
.bp_side_panel_module_footerButton--654ea{
|
|
7758
7758
|
margin-inline-start:var(--space-2);
|
|
7759
7759
|
}
|
|
7760
7760
|
|
|
7761
|
-
.bp_side_panel_module_footerButton--
|
|
7761
|
+
.bp_side_panel_module_footerButton--654ea + .bp_side_panel_module_footerButton--654ea{
|
|
7762
7762
|
margin-inline-start:var(--space-3);
|
|
7763
7763
|
}
|
|
7764
7764
|
|
|
7765
|
-
@keyframes bp_side_panel_module_slideIn--
|
|
7765
|
+
@keyframes bp_side_panel_module_slideIn--654ea{
|
|
7766
7766
|
from{
|
|
7767
7767
|
inset-inline-end:-100%;
|
|
7768
7768
|
}
|
|
@@ -7770,7 +7770,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7770
7770
|
inset-inline-end:0;
|
|
7771
7771
|
}
|
|
7772
7772
|
}
|
|
7773
|
-
@keyframes bp_side_panel_module_slideOut--
|
|
7773
|
+
@keyframes bp_side_panel_module_slideOut--654ea{
|
|
7774
7774
|
from{
|
|
7775
7775
|
inset-inline-end:0;
|
|
7776
7776
|
}
|
|
@@ -7856,7 +7856,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7856
7856
|
width:fit-content;
|
|
7857
7857
|
}
|
|
7858
7858
|
|
|
7859
|
-
.bp_trigger_button_module_triggerButton--
|
|
7859
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=false].bp_trigger_button_module_secondary--5fc1d{
|
|
7860
7860
|
--trigger-button-background:var(--surface-dropdown-secondary-surface);
|
|
7861
7861
|
--trigger-button-border:var(--border-1) solid var(--border-cta-border-secondary);
|
|
7862
7862
|
--trigger-button-focus-or-hover-background:var(--surface-dropdown-secondary-surface-hover);
|
|
@@ -7864,23 +7864,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7864
7864
|
--trigger-button-active-background:var(--surface-dropdown-secondary-surface-pressed);
|
|
7865
7865
|
--trigger-button-active-border:var(--border-1) solid var(--border-cta-border-secondary);
|
|
7866
7866
|
}
|
|
7867
|
-
.bp_trigger_button_module_triggerButton--
|
|
7867
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=false].bp_trigger_button_module_tertiary--5fc1d{
|
|
7868
7868
|
--trigger-button-focus-or-hover-background:var(--surface-dropdown-primary-surface-hover);
|
|
7869
7869
|
--trigger-button-active-background:var(--surface-dropdown-primary-surface-pressed);
|
|
7870
7870
|
}
|
|
7871
|
-
.bp_trigger_button_module_triggerButton--
|
|
7871
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=false].bp_trigger_button_module_extraSmall--5fc1d{
|
|
7872
7872
|
--button-xsmall-gap:var(--space-1);
|
|
7873
7873
|
--button-xsmall-height:var(--size-6);
|
|
7874
7874
|
--button-xsmall-padding:0.375rem var(--space-1);
|
|
7875
7875
|
}
|
|
7876
|
-
.bp_trigger_button_module_triggerButton--
|
|
7876
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=false].bp_trigger_button_module_small--5fc1d{
|
|
7877
7877
|
--button-small-padding:0.375rem var(--space-2);
|
|
7878
7878
|
}
|
|
7879
|
-
.bp_trigger_button_module_triggerButton--
|
|
7879
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=false].bp_trigger_button_module_large--5fc1d{
|
|
7880
7880
|
--button-large-padding:0.375rem var(--space-3) 0.375rem var(--space-2);
|
|
7881
7881
|
}
|
|
7882
7882
|
|
|
7883
|
-
.bp_trigger_button_module_triggerButton--
|
|
7883
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=true].bp_trigger_button_module_secondary--5fc1d{
|
|
7884
7884
|
--trigger-button-background:var(--bp-surface-dropdown-surface-secondary);
|
|
7885
7885
|
--trigger-button-border:var(--bp-border-01) solid var(--bp-border-dropdown-secondary-border);
|
|
7886
7886
|
--trigger-button-focus-or-hover-background:var(--bp-surface-dropdown-secondary-surface-hover);
|
|
@@ -7888,53 +7888,53 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7888
7888
|
--trigger-button-active-background:var(--bp-surface-dropdown-secondary-surface-pressed);
|
|
7889
7889
|
--trigger-button-active-border:var(--bp-border-01) solid var(--bp-border-dropdown-secondary-border);
|
|
7890
7890
|
}
|
|
7891
|
-
.bp_trigger_button_module_triggerButton--
|
|
7891
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=true].bp_trigger_button_module_tertiary--5fc1d{
|
|
7892
7892
|
--trigger-button-focus-or-hover-background:var(--bp-surface-dropdown-tertiary-surface-hover);
|
|
7893
7893
|
--trigger-button-active-background:var(--bp-surface-dropdown-secondary-surface-pressed);
|
|
7894
7894
|
}
|
|
7895
|
-
.bp_trigger_button_module_triggerButton--
|
|
7895
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=true].bp_trigger_button_module_extraSmall--5fc1d{
|
|
7896
7896
|
--button-xsmall-gap:var(--bp-space-010);
|
|
7897
7897
|
--button-xsmall-height:var(--bp-size-060);
|
|
7898
7898
|
--button-xsmall-padding:0.375rem var(--bp-space-010);
|
|
7899
7899
|
}
|
|
7900
|
-
.bp_trigger_button_module_triggerButton--
|
|
7900
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=true].bp_trigger_button_module_small--5fc1d{
|
|
7901
7901
|
--button-small-padding:0.375rem var(--bp-space-020);
|
|
7902
7902
|
}
|
|
7903
|
-
.bp_trigger_button_module_triggerButton--
|
|
7903
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=true].bp_trigger_button_module_large--5fc1d{
|
|
7904
7904
|
--button-large-padding:0.375rem var(--bp-space-030) 0.375rem var(--bp-space-020);
|
|
7905
7905
|
}
|
|
7906
7906
|
|
|
7907
|
-
.bp_trigger_button_module_triggerButton--
|
|
7907
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_secondary--5fc1d{
|
|
7908
7908
|
background:var(--trigger-button-background);
|
|
7909
7909
|
border:var(--trigger-button-border);
|
|
7910
7910
|
}
|
|
7911
|
-
.bp_trigger_button_module_triggerButton--
|
|
7911
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_secondary--5fc1d:not(:disabled):hover,.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_secondary--5fc1d:not(:disabled)[data-focus-visible]{
|
|
7912
7912
|
background:var(--trigger-button-focus-or-hover-background);
|
|
7913
7913
|
border:var(--trigger-button-focus-or-hover-border);
|
|
7914
7914
|
}
|
|
7915
|
-
.bp_trigger_button_module_triggerButton--
|
|
7915
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_secondary--5fc1d:not(:disabled):active{
|
|
7916
7916
|
background:var(--trigger-button-active-background);
|
|
7917
7917
|
border:var(--trigger-button-active-border);
|
|
7918
7918
|
}
|
|
7919
|
-
.bp_trigger_button_module_triggerButton--
|
|
7919
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_tertiary--5fc1d{
|
|
7920
7920
|
background:var(--trigger-button-background);
|
|
7921
7921
|
border:var(--trigger-button-border);
|
|
7922
7922
|
}
|
|
7923
|
-
.bp_trigger_button_module_triggerButton--
|
|
7923
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_tertiary--5fc1d:not(:disabled):hover,.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_tertiary--5fc1d:not(:disabled)[data-focus-visible]{
|
|
7924
7924
|
background:var(--trigger-button-focus-or-hover-background);
|
|
7925
7925
|
}
|
|
7926
|
-
.bp_trigger_button_module_triggerButton--
|
|
7926
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_tertiary--5fc1d:not(:disabled):active{
|
|
7927
7927
|
background:var(--trigger-button-active-background);
|
|
7928
7928
|
}
|
|
7929
|
-
.bp_trigger_button_module_triggerButton--
|
|
7929
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_extraSmall--5fc1d{
|
|
7930
7930
|
gap:var(--button-xsmall-gap);
|
|
7931
7931
|
height:var(--button-xsmall-height);
|
|
7932
7932
|
padding:var(--button-xsmall-padding);
|
|
7933
7933
|
}
|
|
7934
|
-
.bp_trigger_button_module_triggerButton--
|
|
7934
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_small--5fc1d{
|
|
7935
7935
|
padding:var(--button-small-padding);
|
|
7936
7936
|
}
|
|
7937
|
-
.bp_trigger_button_module_triggerButton--
|
|
7937
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_large--5fc1d{
|
|
7938
7938
|
padding:var(--button-large-padding);
|
|
7939
7939
|
}
|
|
7940
7940
|
.bp_styles_module_splitButton--f7401[data-modern=false]{
|
|
@@ -8009,7 +8009,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8009
8009
|
min-width:var(--split-button-dropdown-min-width);
|
|
8010
8010
|
}
|
|
8011
8011
|
|
|
8012
|
-
.bp_switch_module_option--
|
|
8012
|
+
.bp_switch_module_option--ee902[data-modern=false]{
|
|
8013
8013
|
--switch-width:var(--size-10);
|
|
8014
8014
|
--switch-height:var(--size-5);
|
|
8015
8015
|
--switch-margin-left:var(--space-10);
|
|
@@ -8028,7 +8028,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8028
8028
|
--switch-disabled-opacity:.5;
|
|
8029
8029
|
}
|
|
8030
8030
|
|
|
8031
|
-
.bp_switch_module_option--
|
|
8031
|
+
.bp_switch_module_option--ee902[data-modern=true]{
|
|
8032
8032
|
--switch-width:var(--bp-size-110);
|
|
8033
8033
|
--switch-height:var(--bp-size-060);
|
|
8034
8034
|
--switch-margin-left:var(--bp-space-100);
|
|
@@ -8047,7 +8047,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8047
8047
|
--switch-disabled-opacity:.6;
|
|
8048
8048
|
}
|
|
8049
8049
|
|
|
8050
|
-
.bp_switch_module_option--
|
|
8050
|
+
.bp_switch_module_option--ee902{
|
|
8051
8051
|
display:flex;
|
|
8052
8052
|
flex-direction:column;
|
|
8053
8053
|
font-family:var(--body-default-font-family);
|
|
@@ -8059,26 +8059,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8059
8059
|
text-decoration:var(--body-default-text-decoration);
|
|
8060
8060
|
text-transform:var(--body-default-text-case);
|
|
8061
8061
|
}
|
|
8062
|
-
.bp_switch_module_option--
|
|
8062
|
+
.bp_switch_module_option--ee902 .bp_switch_module_label--ee902{
|
|
8063
8063
|
cursor:pointer;
|
|
8064
8064
|
display:inline-flex;
|
|
8065
8065
|
flex-direction:row;
|
|
8066
8066
|
width:-moz-fit-content;
|
|
8067
8067
|
width:fit-content;
|
|
8068
8068
|
}
|
|
8069
|
-
.bp_switch_module_option--
|
|
8069
|
+
.bp_switch_module_option--ee902 .bp_switch_module_label--ee902.bp_switch_module_rightAlign--ee902{
|
|
8070
8070
|
flex-direction:row-reverse;
|
|
8071
8071
|
justify-content:space-between;
|
|
8072
8072
|
width:unset;
|
|
8073
8073
|
}
|
|
8074
|
-
.bp_switch_module_option--
|
|
8074
|
+
.bp_switch_module_option--ee902 .bp_switch_module_description--ee902{
|
|
8075
8075
|
margin-left:var(--description-margin);
|
|
8076
8076
|
}
|
|
8077
|
-
.bp_switch_module_option--
|
|
8077
|
+
.bp_switch_module_option--ee902 .bp_switch_module_description--ee902.bp_switch_module_rightAlign--ee902{
|
|
8078
8078
|
margin-left:unset;
|
|
8079
8079
|
margin-right:var(--description-margin);
|
|
8080
8080
|
}
|
|
8081
|
-
.bp_switch_module_option--
|
|
8081
|
+
.bp_switch_module_option--ee902 .bp_switch_module_thumb--ee902{
|
|
8082
8082
|
background-color:var(--thumb-bg);
|
|
8083
8083
|
border:var(--thumb-border);
|
|
8084
8084
|
border-radius:var(--thumb-radius);
|
|
@@ -8090,7 +8090,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8090
8090
|
width:var(--thumb-width);
|
|
8091
8091
|
will-change:transform;
|
|
8092
8092
|
}
|
|
8093
|
-
.bp_switch_module_option--
|
|
8093
|
+
.bp_switch_module_option--ee902 .bp_switch_module_switch--ee902{
|
|
8094
8094
|
all:unset;
|
|
8095
8095
|
align-items:center;
|
|
8096
8096
|
background-color:var(--switch-bg-off);
|
|
@@ -8104,27 +8104,27 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8104
8104
|
width:var(--switch-width);
|
|
8105
8105
|
will-change:transition;
|
|
8106
8106
|
}
|
|
8107
|
-
.bp_switch_module_option--
|
|
8107
|
+
.bp_switch_module_option--ee902 .bp_switch_module_switch--ee902.bp_switch_module_rightAlign--ee902{
|
|
8108
8108
|
margin-left:var(--switch-margin-left);
|
|
8109
8109
|
margin-right:unset;
|
|
8110
8110
|
}
|
|
8111
|
-
.bp_switch_module_option--
|
|
8111
|
+
.bp_switch_module_option--ee902 .bp_switch_module_switch--ee902:focus-visible{
|
|
8112
8112
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--switch-outline);
|
|
8113
8113
|
}
|
|
8114
|
-
.bp_switch_module_option--
|
|
8114
|
+
.bp_switch_module_option--ee902 .bp_switch_module_switch--ee902[aria-checked=true]{
|
|
8115
8115
|
background-color:var(--switch-bg-on);
|
|
8116
8116
|
}
|
|
8117
|
-
.bp_switch_module_option--
|
|
8117
|
+
.bp_switch_module_option--ee902 .bp_switch_module_switch--ee902[aria-checked=true] .bp_switch_module_thumb--ee902{
|
|
8118
8118
|
transform:translateX(calc(var(--switch-width)/2));
|
|
8119
8119
|
}
|
|
8120
|
-
.bp_switch_module_option--
|
|
8120
|
+
.bp_switch_module_option--ee902.bp_switch_module_disabled--ee902 .bp_switch_module_label--ee902{
|
|
8121
8121
|
cursor:default;
|
|
8122
8122
|
}
|
|
8123
|
-
.bp_switch_module_option--
|
|
8123
|
+
.bp_switch_module_option--ee902.bp_switch_module_disabled--ee902 .bp_switch_module_switch--ee902{
|
|
8124
8124
|
opacity:var(--switch-disabled-opacity);
|
|
8125
8125
|
}
|
|
8126
8126
|
|
|
8127
|
-
.bp_text_button_module_textButton--
|
|
8127
|
+
.bp_text_button_module_textButton--809ae[data-modern=false]{
|
|
8128
8128
|
--text-button-text-color:var(--text-cta-link);
|
|
8129
8129
|
--text-button-radius:calc(var(--radius-1)/2);
|
|
8130
8130
|
--text-button-padding:0;
|
|
@@ -8135,15 +8135,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8135
8135
|
--text-button-focus-box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
8136
8136
|
--text-button-text-color-active:var(--text-cta-link-pressed);
|
|
8137
8137
|
}
|
|
8138
|
-
.bp_text_button_module_textButton--
|
|
8138
|
+
.bp_text_button_module_textButton--809ae[data-modern=false].bp_text_button_module_isFontInherited--809ae{
|
|
8139
8139
|
--text-button-radius-font-inherited:0.125em;
|
|
8140
8140
|
--text-button-outline:var(--outline-focus-on-light);
|
|
8141
8141
|
}
|
|
8142
|
-
.bp_text_button_module_textButton--
|
|
8142
|
+
.bp_text_button_module_textButton--809ae[data-modern=false].bp_text_button_module_isIconButton--809ae{
|
|
8143
8143
|
--text-button-gap:var(--space-1);
|
|
8144
8144
|
}
|
|
8145
8145
|
|
|
8146
|
-
.bp_text_button_module_textButton--
|
|
8146
|
+
.bp_text_button_module_textButton--809ae[data-modern=true]{
|
|
8147
8147
|
--text-button-text-color:var(--bp-text-cta-link);
|
|
8148
8148
|
--text-button-radius:var(--bp-radius-04);
|
|
8149
8149
|
--text-button-padding:0 var(--bp-space-010);
|
|
@@ -8154,15 +8154,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8154
8154
|
--text-button-focus-box-shadow:0 0 0 var(--bp-border-02) var(--bp-outline-focus-on-light);
|
|
8155
8155
|
--text-button-text-color-active:var(--bp-text-cta-link-pressed);
|
|
8156
8156
|
}
|
|
8157
|
-
.bp_text_button_module_textButton--
|
|
8157
|
+
.bp_text_button_module_textButton--809ae[data-modern=true].bp_text_button_module_isFontInherited--809ae{
|
|
8158
8158
|
--text-button-radius-font-inherited:0.375em;
|
|
8159
8159
|
--text-button-outline:var(--bp-outline-focus-on-light);
|
|
8160
8160
|
}
|
|
8161
|
-
.bp_text_button_module_textButton--
|
|
8161
|
+
.bp_text_button_module_textButton--809ae[data-modern=true].bp_text_button_module_isIconButton--809ae{
|
|
8162
8162
|
--text-button-gap:var(--bp-space-010);
|
|
8163
8163
|
}
|
|
8164
8164
|
|
|
8165
|
-
.bp_text_button_module_textButton--
|
|
8165
|
+
.bp_text_button_module_textButton--809ae{
|
|
8166
8166
|
align-items:center;
|
|
8167
8167
|
background:#0000;
|
|
8168
8168
|
border:none;
|
|
@@ -8183,54 +8183,54 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8183
8183
|
-webkit-user-select:text;
|
|
8184
8184
|
user-select:text;
|
|
8185
8185
|
}
|
|
8186
|
-
.bp_text_button_module_textButton--
|
|
8186
|
+
.bp_text_button_module_textButton--809ae.bp_text_button_module_isFontInherited--809ae{
|
|
8187
8187
|
border-radius:var(--text-button-radius-font-inherited);
|
|
8188
8188
|
font:inherit;
|
|
8189
8189
|
}
|
|
8190
|
-
.bp_text_button_module_textButton--
|
|
8190
|
+
.bp_text_button_module_textButton--809ae.bp_text_button_module_isFontInherited--809ae.bp_text_button_module_isIconButton--809ae{
|
|
8191
8191
|
gap:.25em;
|
|
8192
8192
|
}
|
|
8193
|
-
.bp_text_button_module_textButton--
|
|
8193
|
+
.bp_text_button_module_textButton--809ae.bp_text_button_module_isFontInherited--809ae:not(:disabled)[data-focus-visible]{
|
|
8194
8194
|
box-shadow:0 0 0 .125em var(--text-button-outline);
|
|
8195
8195
|
}
|
|
8196
|
-
.bp_text_button_module_textButton--
|
|
8196
|
+
.bp_text_button_module_textButton--809ae .bp_text_button_module_scaleLoader--809ae div{
|
|
8197
8197
|
border-radius:var(--text-button-scale-loader-border-radius);
|
|
8198
8198
|
height:var(--text-button-scale-loader-height);
|
|
8199
8199
|
width:var(--text-button-scale-loader-width);
|
|
8200
8200
|
}
|
|
8201
|
-
.bp_text_button_module_textButton--
|
|
8201
|
+
.bp_text_button_module_textButton--809ae .bp_text_button_module_icon--809ae{
|
|
8202
8202
|
align-items:center;
|
|
8203
8203
|
display:flex;
|
|
8204
8204
|
}
|
|
8205
|
-
.bp_text_button_module_textButton--
|
|
8205
|
+
.bp_text_button_module_textButton--809ae .bp_text_button_module_hideTextContent--809ae{
|
|
8206
8206
|
visibility:hidden;
|
|
8207
8207
|
}
|
|
8208
|
-
.bp_text_button_module_textButton--
|
|
8208
|
+
.bp_text_button_module_textButton--809ae.bp_text_button_module_isIconButton--809ae{
|
|
8209
8209
|
gap:var(--text-button-gap);
|
|
8210
8210
|
}
|
|
8211
|
-
.bp_text_button_module_textButton--
|
|
8211
|
+
.bp_text_button_module_textButton--809ae.bp_text_button_module_visuallyHidden--809ae{
|
|
8212
8212
|
color:#0000;
|
|
8213
8213
|
pointer-events:none;
|
|
8214
8214
|
position:relative;
|
|
8215
8215
|
}
|
|
8216
|
-
.bp_text_button_module_textButton--
|
|
8216
|
+
.bp_text_button_module_textButton--809ae:disabled{
|
|
8217
8217
|
opacity:.3;
|
|
8218
8218
|
}
|
|
8219
|
-
.bp_text_button_module_textButton--
|
|
8219
|
+
.bp_text_button_module_textButton--809ae:not(:disabled):hover,.bp_text_button_module_textButton--809ae:not(:disabled)[data-focus-visible]{
|
|
8220
8220
|
color:var(--text-button-text-color-hover);
|
|
8221
8221
|
}
|
|
8222
|
-
.bp_text_button_module_textButton--
|
|
8222
|
+
.bp_text_button_module_textButton--809ae:not(:disabled)[data-focus-visible]{
|
|
8223
8223
|
box-shadow:var(--text-button-focus-box-shadow);
|
|
8224
8224
|
}
|
|
8225
|
-
.bp_text_button_module_textButton--
|
|
8225
|
+
.bp_text_button_module_textButton--809ae:not(:disabled):active{
|
|
8226
8226
|
color:var(--text-button-text-color-active);
|
|
8227
8227
|
}
|
|
8228
8228
|
|
|
8229
|
-
.bp_text_input_module_textInput--
|
|
8229
|
+
.bp_text_input_module_textInput--8053e.bp_text_input_module_textInput--8053e.bp_text_input_module_textInput--8053e input:has(+ .bp_text_input_module_iconEnd--8053e){
|
|
8230
8230
|
padding-inline-end:1.875rem;
|
|
8231
8231
|
}
|
|
8232
8232
|
|
|
8233
|
-
.bp_text_input_module_loadingIndicatorReset--
|
|
8233
|
+
.bp_text_input_module_loadingIndicatorReset--8053e div{
|
|
8234
8234
|
position:static;
|
|
8235
8235
|
}
|
|
8236
8236
|
.bp_text_toggle_button_module_textToggleButton--b6cea[data-modern=false]{
|
|
@@ -8330,7 +8330,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8330
8330
|
border-color:var(--text-toggle-button-border-color-on-pressed);
|
|
8331
8331
|
}
|
|
8332
8332
|
|
|
8333
|
-
.bp_time_picker_module_timePicker--
|
|
8333
|
+
.bp_time_picker_module_timePicker--45c9e{
|
|
8334
8334
|
--time-picker-padding-right:var(--space-4);
|
|
8335
8335
|
--time-picker-border-width:var(--border-2);
|
|
8336
8336
|
--time-picker-focused-border-color:var(--outline-focus-on-light);
|
|
@@ -8339,13 +8339,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8339
8339
|
--time-picker-icon-size:var(--size-4);
|
|
8340
8340
|
width:100%;
|
|
8341
8341
|
}
|
|
8342
|
-
.bp_time_picker_module_timePicker--
|
|
8342
|
+
.bp_time_picker_module_timePicker--45c9e.bp_time_picker_module_disabled--45c9e{
|
|
8343
8343
|
opacity:60%;
|
|
8344
8344
|
pointer-events:none;
|
|
8345
8345
|
-webkit-user-select:none;
|
|
8346
8346
|
user-select:none;
|
|
8347
8347
|
}
|
|
8348
|
-
.bp_time_picker_module_timePicker--
|
|
8348
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_label--45c9e{
|
|
8349
8349
|
cursor:default;
|
|
8350
8350
|
display:block;
|
|
8351
8351
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -8360,7 +8360,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8360
8360
|
width:-moz-fit-content;
|
|
8361
8361
|
width:fit-content;
|
|
8362
8362
|
}
|
|
8363
|
-
.bp_time_picker_module_timePicker--
|
|
8363
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_group--45c9e{
|
|
8364
8364
|
align-items:center;
|
|
8365
8365
|
border-radius:var(--radius-2);
|
|
8366
8366
|
box-shadow:var(--innershadow-1);
|
|
@@ -8379,16 +8379,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8379
8379
|
text-transform:var(--body-default-text-case);
|
|
8380
8380
|
width:100%;
|
|
8381
8381
|
}
|
|
8382
|
-
.bp_time_picker_module_timePicker--
|
|
8382
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_group--45c9e:focus-within{
|
|
8383
8383
|
outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
|
|
8384
8384
|
}
|
|
8385
|
-
.bp_time_picker_module_timePicker--
|
|
8385
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_group--45c9e.bp_time_picker_module_error--45c9e:not(:focus-within){
|
|
8386
8386
|
outline:var(--time-picker-border-width) solid var(--text-text-error-on-light);
|
|
8387
8387
|
}
|
|
8388
|
-
.bp_time_picker_module_timePicker--
|
|
8388
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_group--45c9e.bp_time_picker_module_error--45c9e:focus-within{
|
|
8389
8389
|
outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
|
|
8390
8390
|
}
|
|
8391
|
-
.bp_time_picker_module_timePicker--
|
|
8391
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInput--45c9e{
|
|
8392
8392
|
align-items:center;
|
|
8393
8393
|
display:inline-flex;
|
|
8394
8394
|
height:var(--size-10);
|
|
@@ -8396,7 +8396,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8396
8396
|
text-transform:uppercase;
|
|
8397
8397
|
white-space:nowrap;
|
|
8398
8398
|
}
|
|
8399
|
-
.bp_time_picker_module_timePicker--
|
|
8399
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e{
|
|
8400
8400
|
border:unset;
|
|
8401
8401
|
border-radius:unset;
|
|
8402
8402
|
border-radius:var(--radius-1);
|
|
@@ -8408,26 +8408,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8408
8408
|
transition:unset;
|
|
8409
8409
|
width:unset;
|
|
8410
8410
|
}
|
|
8411
|
-
.bp_time_picker_module_timePicker--
|
|
8411
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e[data-placeholder]{
|
|
8412
8412
|
color:var(--text-text-on-light-secondary);
|
|
8413
8413
|
}
|
|
8414
|
-
.bp_time_picker_module_timePicker--
|
|
8414
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e[role=spinbutton]{
|
|
8415
8415
|
margin:0 var(--space-05);
|
|
8416
8416
|
padding:0 var(--space-1);
|
|
8417
8417
|
}
|
|
8418
|
-
.bp_time_picker_module_timePicker--
|
|
8418
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e:active,.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e:focus{
|
|
8419
8419
|
background:var(--box-blue-100);
|
|
8420
8420
|
caret-color:#0000;
|
|
8421
8421
|
color:var(--text-text-brand-on-color);
|
|
8422
8422
|
outline:none;
|
|
8423
8423
|
}
|
|
8424
|
-
.bp_time_picker_module_timePicker--
|
|
8424
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e:nth-child(1 of [role=spinbutton]){
|
|
8425
8425
|
margin-inline-start:0;
|
|
8426
8426
|
}
|
|
8427
|
-
.bp_time_picker_module_timePicker--
|
|
8427
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e[data-type=literal] + [data-type=dayPeriod]{
|
|
8428
8428
|
margin-inline-start:calc(var(--space-1)*-1);
|
|
8429
8429
|
}
|
|
8430
|
-
.bp_time_picker_module_timePicker--
|
|
8430
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e{
|
|
8431
8431
|
align-items:center;
|
|
8432
8432
|
background-color:initial;
|
|
8433
8433
|
border:none;
|
|
@@ -8442,32 +8442,32 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8442
8442
|
right:var(--clear-time-picker-button-right);
|
|
8443
8443
|
width:var(--time-picker-icon-button-size);
|
|
8444
8444
|
}
|
|
8445
|
-
.bp_time_picker_module_timePicker--
|
|
8445
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e:focus-visible,.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e[data-focus-visible]{
|
|
8446
8446
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
8447
8447
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
8448
8448
|
}
|
|
8449
|
-
.bp_time_picker_module_timePicker--
|
|
8449
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e:hover{
|
|
8450
8450
|
background:var(--surface-cta-surface-icon-hover);
|
|
8451
8451
|
}
|
|
8452
|
-
.bp_time_picker_module_timePicker--
|
|
8452
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e:hover *{
|
|
8453
8453
|
fill:var(--icon-cta-icon-hover);
|
|
8454
8454
|
}
|
|
8455
|
-
.bp_time_picker_module_timePicker--
|
|
8455
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e:active{
|
|
8456
8456
|
background:var(--surface-cta-surface-icon-pressed);
|
|
8457
8457
|
}
|
|
8458
|
-
.bp_time_picker_module_timePicker--
|
|
8458
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e:active *{
|
|
8459
8459
|
fill:var(--icon-cta-icon-pressed);
|
|
8460
8460
|
}
|
|
8461
|
-
.bp_time_picker_module_timePicker--
|
|
8461
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e:disabled{
|
|
8462
8462
|
opacity:1;
|
|
8463
8463
|
}
|
|
8464
|
-
.bp_time_picker_module_timePicker--
|
|
8464
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clockIcon--45c9e{
|
|
8465
8465
|
height:var(--time-picker-icon-size);
|
|
8466
8466
|
position:absolute;
|
|
8467
8467
|
right:var(--time-picker-padding-right);
|
|
8468
8468
|
width:var(--time-picker-icon-size);
|
|
8469
8469
|
}
|
|
8470
|
-
.bp_time_picker_module_timePicker--
|
|
8470
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_inlineError--45c9e{
|
|
8471
8471
|
margin-block-start:var(--space-2);
|
|
8472
8472
|
}
|
|
8473
8473
|
:root{
|
|
@@ -8499,6 +8499,8 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8499
8499
|
--surface-badge-three-d-surface:#d97417;
|
|
8500
8500
|
--surface-badge-vector-surface:#d97417;
|
|
8501
8501
|
--surface-badge-word-surface:#185abd;
|
|
8502
|
+
--surface-badge-forward-surface:#d97417;
|
|
8503
|
+
--surface-badge-alert-surface:#d97417;
|
|
8502
8504
|
--border-cta-border-outline-disabled:#646464;
|
|
8503
8505
|
--border-divider-border-brand:#e8e8e81a;
|
|
8504
8506
|
--icon-icon-illustrator:#ff9400;
|
|
@@ -9014,6 +9016,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9014
9016
|
--surface-badge-default-surface:var(--gray-65);
|
|
9015
9017
|
--surface-badge-text-surface:var(--box-blue-100);
|
|
9016
9018
|
--surface-badge-zip-surface:var(--gray-65);
|
|
9019
|
+
--surface-badge-inprogress-surface:var(--light-blue-100);
|
|
9017
9020
|
--surface-chip-button-surface:var(--black-opacity-04);
|
|
9018
9021
|
--surface-chip-button-surface-hover:var(--black-opacity-08);
|
|
9019
9022
|
--surface-page-surface:var(--gray-white);
|
|
@@ -10257,7 +10260,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10257
10260
|
--z-index-card-tooltip:2147483647;
|
|
10258
10261
|
}
|
|
10259
10262
|
|
|
10260
|
-
.bp_toolbar_module_toolbarRoot--
|
|
10263
|
+
.bp_toolbar_module_toolbarRoot--d4508{
|
|
10261
10264
|
background:var(--surface-surface);
|
|
10262
10265
|
border:var(--border-1) solid var(--border-card-border);
|
|
10263
10266
|
border-radius:var(--radius-4);
|
|
@@ -10265,16 +10268,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10265
10268
|
padding:calc(var(--space-1) - var(--border-1));
|
|
10266
10269
|
}
|
|
10267
10270
|
|
|
10268
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
10271
|
+
.bp_toolbar_module_scrollButtonWrapper--d4508,.bp_toolbar_module_toolbarRoot--d4508{
|
|
10269
10272
|
align-items:center;
|
|
10270
10273
|
display:flex;
|
|
10271
10274
|
gap:var(--space-1);
|
|
10272
10275
|
}
|
|
10273
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
10276
|
+
.bp_toolbar_module_scrollButtonWrapper--d4508.bp_toolbar_module_hidden--d4508{
|
|
10274
10277
|
display:none;
|
|
10275
10278
|
}
|
|
10276
10279
|
|
|
10277
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10280
|
+
.bp_toolbar_module_scrollableChildrenWrapper--d4508{
|
|
10278
10281
|
-ms-overflow-style:none;
|
|
10279
10282
|
align-items:center;
|
|
10280
10283
|
display:flex;
|
|
@@ -10287,26 +10290,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10287
10290
|
scrollbar-width:none;
|
|
10288
10291
|
white-space:nowrap;
|
|
10289
10292
|
}
|
|
10290
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10293
|
+
.bp_toolbar_module_scrollableChildrenWrapper--d4508::-webkit-scrollbar{
|
|
10291
10294
|
display:none;
|
|
10292
10295
|
}
|
|
10293
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10296
|
+
.bp_toolbar_module_scrollableChildrenWrapper--d4508 > *{
|
|
10294
10297
|
flex:none;
|
|
10295
10298
|
}
|
|
10296
10299
|
|
|
10297
|
-
.bp_toolbar_module_separator--
|
|
10300
|
+
.bp_toolbar_module_separator--d4508{
|
|
10298
10301
|
background-color:var(--border-divider-border);
|
|
10299
10302
|
border-radius:var(--radius-2);
|
|
10300
10303
|
height:var(--size-6);
|
|
10301
10304
|
width:1px;
|
|
10302
10305
|
}
|
|
10303
10306
|
|
|
10304
|
-
.bp_toolbar_module_toggleGroup--
|
|
10307
|
+
.bp_toolbar_module_toggleGroup--d4508{
|
|
10305
10308
|
display:flex;
|
|
10306
10309
|
gap:var(--space-1);
|
|
10307
10310
|
}
|
|
10308
10311
|
|
|
10309
|
-
.bp_toolbar_module_toolbarItem--
|
|
10312
|
+
.bp_toolbar_module_toolbarItem--d4508{
|
|
10310
10313
|
--toolbar-item-hover-opacity:.3;
|
|
10311
10314
|
align-items:center;
|
|
10312
10315
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
@@ -10324,45 +10327,45 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10324
10327
|
-webkit-user-select:none;
|
|
10325
10328
|
user-select:none;
|
|
10326
10329
|
}
|
|
10327
|
-
.bp_toolbar_module_toolbarItem--
|
|
10330
|
+
.bp_toolbar_module_toolbarItem--d4508[data-disabled]{
|
|
10328
10331
|
background:var(--surface-toggle-surface);
|
|
10329
10332
|
opacity:var(--toolbar-item-hover-opacity);
|
|
10330
10333
|
pointer-events:none;
|
|
10331
10334
|
}
|
|
10332
|
-
.bp_toolbar_module_toolbarItem--
|
|
10335
|
+
.bp_toolbar_module_toolbarItem--d4508:not([data-disabled]):focus-visible{
|
|
10333
10336
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
10334
10337
|
}
|
|
10335
|
-
.bp_toolbar_module_toolbarItem--
|
|
10338
|
+
.bp_toolbar_module_toolbarItem--d4508:not([data-disabled]):hover{
|
|
10336
10339
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
10337
10340
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
10338
10341
|
}
|
|
10339
10342
|
|
|
10340
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10343
|
+
.bp_toolbar_module_toolbarToggle--d4508[data-state=on]{
|
|
10341
10344
|
background:var(--surface-toggle-surface-pressed);
|
|
10342
10345
|
}
|
|
10343
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10346
|
+
.bp_toolbar_module_toolbarToggle--d4508[data-state=on] svg *{
|
|
10344
10347
|
fill:var(--icon-icon-on-dark);
|
|
10345
10348
|
}
|
|
10346
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10349
|
+
.bp_toolbar_module_toolbarToggle--d4508[data-state=on]:not([data-disabled]):hover{
|
|
10347
10350
|
background:var(--surface-toggle-surface-on-hover);
|
|
10348
10351
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
10349
10352
|
}
|
|
10350
10353
|
|
|
10351
|
-
.bp_toolbar_module_dropdownIndicator--
|
|
10354
|
+
.bp_toolbar_module_dropdownIndicator--d4508.bp_toolbar_module_invertCaret--d4508{
|
|
10352
10355
|
transform:rotate(.5turn);
|
|
10353
10356
|
}
|
|
10354
10357
|
|
|
10355
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10358
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--d4508{
|
|
10356
10359
|
--trigger-button-hover-opacity:.7;
|
|
10357
10360
|
}
|
|
10358
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10361
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--d4508[data-state=on] .bp_toolbar_module_dropdownIndicator--d4508 path{
|
|
10359
10362
|
fill:var(--icon-icon-on-light);
|
|
10360
10363
|
}
|
|
10361
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10364
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--d4508[data-state=on]:hover{
|
|
10362
10365
|
opacity:var(--trigger-button-hover-opacity);
|
|
10363
10366
|
}
|
|
10364
10367
|
|
|
10365
|
-
.bp_toolbar_module_toolbarIcon--
|
|
10368
|
+
.bp_toolbar_module_toolbarIcon--d4508{
|
|
10366
10369
|
align-items:center;
|
|
10367
10370
|
display:flex;
|
|
10368
10371
|
height:var(--size-5);
|
|
@@ -10370,7 +10373,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10370
10373
|
width:var(--size-5);
|
|
10371
10374
|
}
|
|
10372
10375
|
|
|
10373
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10376
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508{
|
|
10374
10377
|
border:var(--border-1) solid var(--border-toggletext-border-off);
|
|
10375
10378
|
color:var(--text-text-on-light);
|
|
10376
10379
|
font-family:var(--body-default-font-family);
|
|
@@ -10385,24 +10388,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10385
10388
|
text-transform:var(--body-default-text-case);
|
|
10386
10389
|
white-space:nowrap;
|
|
10387
10390
|
}
|
|
10388
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10391
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508:hover{
|
|
10389
10392
|
background:var(--surface-toggle-surface-off-hover);
|
|
10390
10393
|
border-color:var(--border-toggletext-border-off-hover);
|
|
10391
10394
|
}
|
|
10392
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10395
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508:active{
|
|
10393
10396
|
background:var(--surface-toggle-surface-off-pressed);
|
|
10394
10397
|
border-color:var(--border-toggletext-border-off-pressed);
|
|
10395
10398
|
}
|
|
10396
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10399
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508[aria-checked=true]{
|
|
10397
10400
|
background:var(--surface-toggletext-surface-on);
|
|
10398
10401
|
border:var(--border-1) solid var(--border-toggletext-border-on);
|
|
10399
10402
|
color:var(--text-toggletext-text);
|
|
10400
10403
|
}
|
|
10401
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10404
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508[aria-checked=true]:hover{
|
|
10402
10405
|
background:var(--surface-toggletext-surface-on-hover);
|
|
10403
10406
|
border-color:var(--border-toggletext-border-on-hover);
|
|
10404
10407
|
}
|
|
10405
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10408
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508[aria-checked=true]:active{
|
|
10406
10409
|
background:var(--surface-toggletext-surface-on-pressed);
|
|
10407
10410
|
border-color:var(--border-toggletext-border-on-pressed);
|
|
10408
10411
|
}
|