@box/blueprint-web 12.48.1 → 12.49.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib-esm/avatar/avatar.module.js +1 -1
- package/dist/lib-esm/badge/base-badge.module.js +1 -1
- package/dist/lib-esm/card-tooltip/card-tooltip.module.js +1 -1
- package/dist/lib-esm/card-tooltip-v2/card-tooltip-v2.module.js +1 -1
- package/dist/lib-esm/checkbox/checkbox.module.js +1 -1
- package/dist/lib-esm/combobox/combobox.module.js +1 -1
- package/dist/lib-esm/combobox-group/combobox-group.js +5 -0
- 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 +749 -724
- 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,41 +2564,75 @@
|
|
|
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
|
+
--combobox-group-container-gap:var(--space-2);
|
|
2584
|
+
--combobox-group-container-max-width:358px;
|
|
2585
|
+
--combobox-group-disabled-opacity:60%;
|
|
2586
|
+
--combobox-group-label-color:var(--text-text-on-light);
|
|
2587
|
+
}
|
|
2588
|
+
.bp_combobox_group_module_container--6fdb4[data-modern=false] .bp_combobox_group_module_trailing--6fdb4{
|
|
2589
|
+
--blueprint-combobox-input-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2590
|
+
--blueprint-select-trigger-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2591
|
+
--blueprint-combobox-border-left-width:none;
|
|
2592
|
+
--blueprint-select-border-left-width:none;
|
|
2593
|
+
}
|
|
2594
|
+
.bp_combobox_group_module_container--6fdb4[data-modern=false] .bp_combobox_group_module_leading--6fdb4{
|
|
2595
|
+
--blueprint-combobox-input-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2596
|
+
--blueprint-select-trigger-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
.bp_combobox_group_module_container--6fdb4[data-modern=true]{
|
|
2600
|
+
--combobox-group-container-gap:var(--bp-space-020);
|
|
2601
|
+
--combobox-group-container-max-width:358px;
|
|
2602
|
+
--combobox-group-disabled-opacity:60%;
|
|
2603
|
+
--combobox-group-label-color:var(--bp-text-text-on-light);
|
|
2604
|
+
}
|
|
2605
|
+
.bp_combobox_group_module_container--6fdb4[data-modern=true] .bp_combobox_group_module_trailing--6fdb4{
|
|
2606
|
+
--blueprint-combobox-input-radius:0 var(--bp-radius-06) var(--bp-radius-06) 0;
|
|
2607
|
+
--blueprint-select-trigger-radius:0 var(--bp-radius-06) var(--bp-radius-06) 0;
|
|
2608
|
+
--blueprint-combobox-border-left-width:none;
|
|
2609
|
+
--blueprint-select-border-left-width:none;
|
|
2610
|
+
}
|
|
2611
|
+
.bp_combobox_group_module_container--6fdb4[data-modern=true] .bp_combobox_group_module_leading--6fdb4{
|
|
2612
|
+
--blueprint-combobox-input-radius:var(--bp-radius-06) 0 0 var(--bp-radius-06);
|
|
2613
|
+
--blueprint-select-trigger-radius:var(--bp-radius-06) 0 0 var(--bp-radius-06);
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
.bp_combobox_group_module_container--6fdb4{
|
|
2583
2617
|
align-items:flex-start;
|
|
2584
2618
|
display:flex;
|
|
2585
2619
|
flex-direction:column;
|
|
2586
|
-
gap:var(--
|
|
2587
|
-
max-width:
|
|
2620
|
+
gap:var(--combobox-group-container-gap);
|
|
2621
|
+
max-width:var(--combobox-group-container-max-width);
|
|
2588
2622
|
}
|
|
2589
2623
|
|
|
2590
|
-
.bp_combobox_group_module_comboboxGroupcontainer--
|
|
2624
|
+
.bp_combobox_group_module_comboboxGroupcontainer--6fdb4{
|
|
2591
2625
|
display:flex;
|
|
2592
2626
|
flex-direction:row;
|
|
2593
2627
|
}
|
|
2594
2628
|
|
|
2595
|
-
.bp_combobox_group_module_disabled--
|
|
2596
|
-
opacity:
|
|
2629
|
+
.bp_combobox_group_module_disabled--6fdb4{
|
|
2630
|
+
opacity:var(--combobox-group-disabled-opacity);
|
|
2597
2631
|
pointer-events:none;
|
|
2598
2632
|
}
|
|
2599
2633
|
|
|
2600
|
-
.bp_combobox_group_module_label--
|
|
2601
|
-
color:var(--
|
|
2634
|
+
.bp_combobox_group_module_label--6fdb4{
|
|
2635
|
+
color:var(--combobox-group-label-color);
|
|
2602
2636
|
flex:0 0 fit-content;
|
|
2603
2637
|
font-family:var(--body-default-bold-font-family);
|
|
2604
2638
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -2611,59 +2645,47 @@
|
|
|
2611
2645
|
text-transform:var(--body-default-bold-text-case);
|
|
2612
2646
|
}
|
|
2613
2647
|
|
|
2614
|
-
.
|
|
2615
|
-
--blueprint-combobox-input-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2616
|
-
--blueprint-select-trigger-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2617
|
-
--blueprint-combobox-border-left-width:none;
|
|
2618
|
-
--blueprint-select-border-left-width:none;
|
|
2619
|
-
}
|
|
2620
|
-
|
|
2621
|
-
.bp_combobox_group_module_leading--4fa0a{
|
|
2622
|
-
--blueprint-combobox-input-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2623
|
-
--blueprint-select-trigger-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2624
|
-
}
|
|
2625
|
-
|
|
2626
|
-
.bp_combobox_group_module_errorCombobox--4fa0a.bp_combobox_group_module_leading--4fa0a{
|
|
2648
|
+
.bp_combobox_group_module_errorCombobox--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2627
2649
|
--blueprint-select-border-right-width:none;
|
|
2628
2650
|
}
|
|
2629
2651
|
|
|
2630
|
-
.bp_combobox_group_module_errorSelect--
|
|
2652
|
+
.bp_combobox_group_module_errorSelect--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2631
2653
|
--blueprint-combobox-border-right-width:none;
|
|
2632
2654
|
}
|
|
2633
2655
|
|
|
2634
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2656
|
+
.bp_combobox_group_module_errorCombobox--6fdb4.bp_combobox_group_module_errorSelect--6fdb4.bp_combobox_group_module_trailing--6fdb4{
|
|
2635
2657
|
--blueprint-select-border-error-left-width:none;
|
|
2636
2658
|
}
|
|
2637
2659
|
|
|
2638
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2660
|
+
.bp_combobox_group_module_errorCombobox--6fdb4.bp_combobox_group_module_errorSelect--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2639
2661
|
--blueprint-select-border-error-right-width:none;
|
|
2640
2662
|
}
|
|
2641
2663
|
|
|
2642
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2664
|
+
.bp_combobox_group_module_selectHasFocus--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2643
2665
|
--blueprint-combobox-border-right-width:none;
|
|
2644
2666
|
}
|
|
2645
2667
|
|
|
2646
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2668
|
+
.bp_combobox_group_module_selectHasFocus--6fdb4.bp_combobox_group_module_errorCombobox--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2647
2669
|
--blueprint-combobox-border-error-right-width:none;
|
|
2648
2670
|
}
|
|
2649
2671
|
|
|
2650
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2672
|
+
.bp_combobox_group_module_selectHasFocus--6fdb4.bp_combobox_group_module_errorCombobox--6fdb4.bp_combobox_group_module_trailing--6fdb4{
|
|
2651
2673
|
--blueprint-combobox-border-error-left-width:none;
|
|
2652
2674
|
}
|
|
2653
2675
|
|
|
2654
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2676
|
+
.bp_combobox_group_module_comboboxHasFocus--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2655
2677
|
--blueprint-select-border-right-width:none;
|
|
2656
2678
|
}
|
|
2657
2679
|
|
|
2658
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2680
|
+
.bp_combobox_group_module_comboboxHasFocus--6fdb4.bp_combobox_group_module_errorSelect--6fdb4.bp_combobox_group_module_leading--6fdb4{
|
|
2659
2681
|
--blueprint-select-border-error-right-width:none;
|
|
2660
2682
|
}
|
|
2661
2683
|
|
|
2662
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2684
|
+
.bp_combobox_group_module_comboboxHasFocus--6fdb4.bp_combobox_group_module_errorSelect--6fdb4.bp_combobox_group_module_trailing--6fdb4{
|
|
2663
2685
|
--blueprint-select-border-error-left-width:none;
|
|
2664
2686
|
}
|
|
2665
2687
|
|
|
2666
|
-
.bp_select_module_container--
|
|
2688
|
+
.bp_select_module_container--1d01e[data-modern=false]{
|
|
2667
2689
|
--select-gap:var(--space-2);
|
|
2668
2690
|
--select-label-color:var(--text-text-on-light);
|
|
2669
2691
|
--select-trigger-btn-gap:var(--space-2);
|
|
@@ -2693,7 +2715,7 @@
|
|
|
2693
2715
|
--select-trigger-btn-pencil-height:var(--size-4);
|
|
2694
2716
|
}
|
|
2695
2717
|
|
|
2696
|
-
.bp_select_module_container--
|
|
2718
|
+
.bp_select_module_container--1d01e[data-modern=true]{
|
|
2697
2719
|
--select-gap:var(--bp-space-020);
|
|
2698
2720
|
--select-label-color:var(--bp-text-text-on-light);
|
|
2699
2721
|
--select-trigger-btn-gap:var(--bp-space-020);
|
|
@@ -2723,7 +2745,7 @@
|
|
|
2723
2745
|
--select-trigger-btn-pencil-height:var(--bp-size-040);
|
|
2724
2746
|
}
|
|
2725
2747
|
|
|
2726
|
-
.bp_select_module_container--
|
|
2748
|
+
.bp_select_module_container--1d01e{
|
|
2727
2749
|
display:flex;
|
|
2728
2750
|
flex-direction:column;
|
|
2729
2751
|
font-family:var(--body-default-font-family);
|
|
@@ -2736,10 +2758,10 @@
|
|
|
2736
2758
|
text-decoration:var(--body-default-text-decoration);
|
|
2737
2759
|
text-transform:var(--body-default-text-case);
|
|
2738
2760
|
}
|
|
2739
|
-
.bp_select_module_container--
|
|
2761
|
+
.bp_select_module_container--1d01e.bp_select_module_disabled--1d01e{
|
|
2740
2762
|
opacity:60%;
|
|
2741
2763
|
}
|
|
2742
|
-
.bp_select_module_container--
|
|
2764
|
+
.bp_select_module_container--1d01e .bp_select_module_label--1d01e{
|
|
2743
2765
|
color:var(--select-label-color);
|
|
2744
2766
|
flex:0 0 fit-content;
|
|
2745
2767
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2752,7 +2774,7 @@
|
|
|
2752
2774
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2753
2775
|
text-transform:var(--body-default-bold-text-case);
|
|
2754
2776
|
}
|
|
2755
|
-
.bp_select_module_container--
|
|
2777
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e{
|
|
2756
2778
|
align-items:center;
|
|
2757
2779
|
background-color:var(--select-trigger-btn-bg-color);
|
|
2758
2780
|
border-bottom:var(--select-trigger-btn-border-bottom);
|
|
@@ -2781,58 +2803,58 @@
|
|
|
2781
2803
|
text-transform:var(--body-default-text-case);
|
|
2782
2804
|
width:100%;
|
|
2783
2805
|
}
|
|
2784
|
-
.bp_select_module_container--
|
|
2806
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e span:first-child{
|
|
2785
2807
|
overflow:hidden;
|
|
2786
2808
|
text-overflow:ellipsis;
|
|
2787
2809
|
white-space:nowrap;
|
|
2788
2810
|
}
|
|
2789
|
-
.bp_select_module_container--
|
|
2811
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e:disabled{
|
|
2790
2812
|
cursor:default;
|
|
2791
2813
|
}
|
|
2792
|
-
.bp_select_module_container--
|
|
2814
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e.bp_select_module_readonly--1d01e:not(:disabled){
|
|
2793
2815
|
background-color:var(--gray-02);
|
|
2794
2816
|
box-shadow:none;
|
|
2795
2817
|
color:var(--text-text-on-light-secondary);
|
|
2796
2818
|
cursor:default;
|
|
2797
2819
|
}
|
|
2798
|
-
.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]{
|
|
2799
2821
|
background-color:var(----select-trigger-btn-error-bg-color);
|
|
2800
2822
|
border-bottom:var(--select-trigger-btn-error-border-bottom);
|
|
2801
2823
|
border-left:var(--select-trigger-btn-error-border-left);
|
|
2802
2824
|
border-right:var(--select-trigger-btn-error-border-right);
|
|
2803
2825
|
border-top:var(--select-trigger-btn-error-border-top);
|
|
2804
2826
|
}
|
|
2805
|
-
.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{
|
|
2806
2828
|
background-color:var(--select-trigger-btn-focus-bg-color);
|
|
2807
2829
|
border:var(--select-trigger-btn-focus-border);
|
|
2808
2830
|
}
|
|
2809
|
-
.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{
|
|
2810
2832
|
background-color:var(--select-trigger-btn-hover-bg-color);
|
|
2811
2833
|
border-color:var(--select-trigger-btn-hover-border-color);
|
|
2812
2834
|
}
|
|
2813
|
-
.bp_select_module_container--
|
|
2835
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e .bp_select_module_iconWrapper--1d01e{
|
|
2814
2836
|
flex-shrink:0;
|
|
2815
2837
|
-webkit-user-select:none;
|
|
2816
2838
|
user-select:none;
|
|
2817
2839
|
}
|
|
2818
|
-
.bp_select_module_container--
|
|
2840
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e .bp_select_module_iconCaret--1d01e{
|
|
2819
2841
|
display:block;
|
|
2820
2842
|
height:var(--select-trigger-btn-caret-height);
|
|
2821
2843
|
width:var(--select-trigger-btn-caret-width);
|
|
2822
2844
|
}
|
|
2823
|
-
.bp_select_module_container--
|
|
2845
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e .bp_select_module_iconCaret--1d01e path{
|
|
2824
2846
|
fill:var(--select-trigger-btn-caret-color);
|
|
2825
2847
|
}
|
|
2826
|
-
.bp_select_module_container--
|
|
2848
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e .bp_select_module_iconPencilCrossed--1d01e{
|
|
2827
2849
|
display:block;
|
|
2828
2850
|
height:var(--select-trigger-btn-pencil-height);
|
|
2829
2851
|
width:var(--select-trigger-btn-pencil-width);
|
|
2830
2852
|
}
|
|
2831
|
-
.bp_select_module_container--
|
|
2853
|
+
.bp_select_module_container--1d01e .bp_select_module_triggerBtn--1d01e[data-state=open] .bp_select_module_icon--1d01e{
|
|
2832
2854
|
transform:rotate(180deg);
|
|
2833
2855
|
}
|
|
2834
2856
|
|
|
2835
|
-
.bp_select_module_content--
|
|
2857
|
+
.bp_select_module_content--1d01e[data-modern=false]{
|
|
2836
2858
|
--select-content-bg-color:var(--surface-menu-surface);
|
|
2837
2859
|
--select-content-backdrop-filter:none;
|
|
2838
2860
|
--select-content-border:var(--border-1) solid var(--border-card-border);
|
|
@@ -2858,7 +2880,7 @@
|
|
|
2858
2880
|
--select-content-viewport-option-separator-margin-block:var(--space-2);
|
|
2859
2881
|
}
|
|
2860
2882
|
|
|
2861
|
-
.bp_select_module_content--
|
|
2883
|
+
.bp_select_module_content--1d01e[data-modern=true]{
|
|
2862
2884
|
--select-content-bg-color:var(--bp-surface-menu-surface-dropdown);
|
|
2863
2885
|
--select-content-backdrop-filter:blur(16px);
|
|
2864
2886
|
--select-content-border:var(--bp-border-01) solid var(--bp-border-card-border);
|
|
@@ -2884,7 +2906,7 @@
|
|
|
2884
2906
|
--select-content-viewport-option-separator-margin-block:var(--bp-space-020);
|
|
2885
2907
|
}
|
|
2886
2908
|
|
|
2887
|
-
.bp_select_module_content--
|
|
2909
|
+
.bp_select_module_content--1d01e{
|
|
2888
2910
|
backdrop-filter:var(--select-content-backdrop-filter);
|
|
2889
2911
|
background-color:var(--select-content-bg-color);
|
|
2890
2912
|
border:var(--select-content-border);
|
|
@@ -2904,11 +2926,11 @@
|
|
|
2904
2926
|
text-transform:var(--body-default-text-case);
|
|
2905
2927
|
z-index:380;
|
|
2906
2928
|
}
|
|
2907
|
-
.bp_select_module_content--
|
|
2929
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e{
|
|
2908
2930
|
padding-block:var(--select-content-viewport-padding-block);
|
|
2909
2931
|
padding-inline:var(--select-content-viewport-padding-inline);
|
|
2910
2932
|
}
|
|
2911
|
-
.bp_select_module_content--
|
|
2933
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e{
|
|
2912
2934
|
border:var(--select-content-viewport-option-border);
|
|
2913
2935
|
border-radius:var(--select-content-viewport-option-border-radius);
|
|
2914
2936
|
cursor:pointer;
|
|
@@ -2923,29 +2945,29 @@
|
|
|
2923
2945
|
-webkit-user-select:none;
|
|
2924
2946
|
user-select:none;
|
|
2925
2947
|
}
|
|
2926
|
-
.bp_select_module_content--
|
|
2948
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e[data-disabled]{
|
|
2927
2949
|
opacity:60%;
|
|
2928
2950
|
pointer-events:none;
|
|
2929
2951
|
}
|
|
2930
|
-
.bp_select_module_content--
|
|
2952
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e[data-highlighted]{
|
|
2931
2953
|
background-color:var(--select-content-viewport-option-focus-bg-color);
|
|
2932
2954
|
border:var(--select-content-viewport-option-focus-border);
|
|
2933
2955
|
}
|
|
2934
|
-
.bp_select_module_content--
|
|
2956
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e:active{
|
|
2935
2957
|
background-color:var(--select-content-viewport-option-active-bg-color);
|
|
2936
2958
|
border:var(--select-content-viewport-option-active-border);
|
|
2937
2959
|
}
|
|
2938
|
-
.bp_select_module_content--
|
|
2960
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e:hover{
|
|
2939
2961
|
background-color:var(--select-content-viewport-option-hover-bg-color);
|
|
2940
2962
|
}
|
|
2941
|
-
.bp_select_module_content--
|
|
2963
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_option--1d01e span:first-child{
|
|
2942
2964
|
overflow:hidden;
|
|
2943
2965
|
overflow-wrap:break-word;
|
|
2944
2966
|
}
|
|
2945
|
-
.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{
|
|
2946
2968
|
color:var(--select-content-viewport-option-secondary-text-color);
|
|
2947
2969
|
}
|
|
2948
|
-
.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{
|
|
2949
2971
|
align-items:center;
|
|
2950
2972
|
display:flex;
|
|
2951
2973
|
height:var(--select-content-viewport-option-indicator-height);
|
|
@@ -2954,17 +2976,17 @@
|
|
|
2954
2976
|
position:absolute;
|
|
2955
2977
|
top:0;
|
|
2956
2978
|
}
|
|
2957
|
-
.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{
|
|
2958
2980
|
fill:var(--select-content-viewport-option-indicator-color);
|
|
2959
2981
|
}
|
|
2960
|
-
.bp_select_module_content--
|
|
2982
|
+
.bp_select_module_content--1d01e .bp_select_module_viewport--1d01e .bp_select_module_separator--1d01e{
|
|
2961
2983
|
background-color:var(--select-content-bg-color-viewport-option-separator-bg-color);
|
|
2962
2984
|
flex-shrink:0;
|
|
2963
2985
|
height:var(--select-content-bg-color-viewport-option-separator-height);
|
|
2964
2986
|
margin-block:var(--select-content-bg-color-viewport-option-separator-margin-block);
|
|
2965
2987
|
}
|
|
2966
2988
|
|
|
2967
|
-
.bp_content_card_module_card--
|
|
2989
|
+
.bp_content_card_module_card--beeaa{
|
|
2968
2990
|
background-color:var(--surface-surface);
|
|
2969
2991
|
border:var(--border-1) solid var(--border-card-border);
|
|
2970
2992
|
border-radius:var(--size-3);
|
|
@@ -2975,21 +2997,21 @@
|
|
|
2975
2997
|
padding:var(--size-4);
|
|
2976
2998
|
position:relative;
|
|
2977
2999
|
}
|
|
2978
|
-
.bp_content_card_module_card--
|
|
3000
|
+
.bp_content_card_module_card--beeaa:hover{
|
|
2979
3001
|
box-shadow:var(--dropshadow-3);
|
|
2980
3002
|
}
|
|
2981
|
-
.bp_content_card_module_card--
|
|
3003
|
+
.bp_content_card_module_card--beeaa:focus-visible{
|
|
2982
3004
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2983
3005
|
box-shadow:var(--dropshadow-3);
|
|
2984
3006
|
outline:none;
|
|
2985
3007
|
}
|
|
2986
|
-
.bp_content_card_module_card--
|
|
3008
|
+
.bp_content_card_module_card--beeaa:active{
|
|
2987
3009
|
background-color:var(--surface-card-surface-pressed);
|
|
2988
3010
|
border:var(--border-1) solid var(--border-card-border);
|
|
2989
3011
|
box-shadow:none;
|
|
2990
3012
|
}
|
|
2991
3013
|
|
|
2992
|
-
.bp_content_card_module_cardContent--
|
|
3014
|
+
.bp_content_card_module_cardContent--beeaa{
|
|
2993
3015
|
display:flex;
|
|
2994
3016
|
flex-direction:column;
|
|
2995
3017
|
gap:var(--size-2);
|
|
@@ -2998,32 +3020,32 @@
|
|
|
2998
3020
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
2999
3021
|
}
|
|
3000
3022
|
|
|
3001
|
-
.bp_content_card_module_cardTitle--
|
|
3023
|
+
.bp_content_card_module_cardTitle--beeaa{
|
|
3002
3024
|
align-items:center;
|
|
3003
3025
|
display:flex;
|
|
3004
3026
|
height:var(--size-12);
|
|
3005
3027
|
}
|
|
3006
3028
|
|
|
3007
|
-
.bp_content_card_module_cardTitleText--
|
|
3029
|
+
.bp_content_card_module_cardTitleText--beeaa{
|
|
3008
3030
|
-webkit-box-orient:vertical;
|
|
3009
3031
|
-webkit-line-clamp:2;
|
|
3010
3032
|
display:-webkit-inline-box;
|
|
3011
3033
|
overflow:hidden;
|
|
3012
3034
|
}
|
|
3013
3035
|
|
|
3014
|
-
.bp_content_card_module_cardBody--
|
|
3036
|
+
.bp_content_card_module_cardBody--beeaa{
|
|
3015
3037
|
height:var(--size-12);
|
|
3016
3038
|
margin-block-end:var(--size-2);
|
|
3017
3039
|
}
|
|
3018
3040
|
|
|
3019
|
-
.bp_content_card_module_cardBodyText--
|
|
3041
|
+
.bp_content_card_module_cardBodyText--beeaa{
|
|
3020
3042
|
-webkit-box-orient:vertical;
|
|
3021
3043
|
-webkit-line-clamp:2;
|
|
3022
3044
|
display:-webkit-inline-box;
|
|
3023
3045
|
overflow:hidden;
|
|
3024
3046
|
}
|
|
3025
3047
|
|
|
3026
|
-
.bp_content_card_module_cardIcon--
|
|
3048
|
+
.bp_content_card_module_cardIcon--beeaa{
|
|
3027
3049
|
background-color:var(--surface-surface);
|
|
3028
3050
|
border:var(--size-1) solid var(--surface-surface);
|
|
3029
3051
|
border-radius:var(--size-3);
|
|
@@ -3036,7 +3058,7 @@
|
|
|
3036
3058
|
z-index:1;
|
|
3037
3059
|
}
|
|
3038
3060
|
|
|
3039
|
-
.bp_content_card_module_cardBackground--
|
|
3061
|
+
.bp_content_card_module_cardBackground--beeaa{
|
|
3040
3062
|
height:var(--size-15);
|
|
3041
3063
|
left:0;
|
|
3042
3064
|
overflow:hidden;
|
|
@@ -3045,12 +3067,12 @@
|
|
|
3045
3067
|
width:100%;
|
|
3046
3068
|
}
|
|
3047
3069
|
|
|
3048
|
-
.bp_content_card_module_image--
|
|
3070
|
+
.bp_content_card_module_image--beeaa{
|
|
3049
3071
|
height:100%;
|
|
3050
3072
|
width:100%;
|
|
3051
3073
|
}
|
|
3052
3074
|
|
|
3053
|
-
.bp_content_card_module_ghostCard--
|
|
3075
|
+
.bp_content_card_module_ghostCard--beeaa{
|
|
3054
3076
|
display:flex;
|
|
3055
3077
|
flex-direction:column;
|
|
3056
3078
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -3059,21 +3081,21 @@
|
|
|
3059
3081
|
position:relative;
|
|
3060
3082
|
}
|
|
3061
3083
|
|
|
3062
|
-
.bp_content_card_module_iconGhost--
|
|
3084
|
+
.bp_content_card_module_iconGhost--beeaa,.bp_content_card_module_titleGhost--beeaa{
|
|
3063
3085
|
margin-block-end:var(--size-4);
|
|
3064
3086
|
}
|
|
3065
3087
|
|
|
3066
|
-
.bp_content_card_module_bodyGhost--
|
|
3088
|
+
.bp_content_card_module_bodyGhost--beeaa{
|
|
3067
3089
|
margin-block-end:var(--size-2);
|
|
3068
3090
|
}
|
|
3069
3091
|
|
|
3070
|
-
.bp_content_card_module_pillGhostContainer--
|
|
3092
|
+
.bp_content_card_module_pillGhostContainer--beeaa{
|
|
3071
3093
|
display:flex;
|
|
3072
3094
|
margin-block-end:var(--size-4);
|
|
3073
3095
|
margin-block-start:var(--size-2);
|
|
3074
3096
|
}
|
|
3075
3097
|
|
|
3076
|
-
.bp_content_card_module_pillGhost--
|
|
3098
|
+
.bp_content_card_module_pillGhost--beeaa{
|
|
3077
3099
|
margin-inline-end:var(--size-2);
|
|
3078
3100
|
}
|
|
3079
3101
|
.bp_content_field_module_contentFieldWrapper--dabac{
|
|
@@ -3202,7 +3224,7 @@
|
|
|
3202
3224
|
overflow:auto;
|
|
3203
3225
|
}
|
|
3204
3226
|
|
|
3205
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3227
|
+
.bp_data_table_module_dataTableWrapper--b8a31{
|
|
3206
3228
|
--border-radius-datatable:0;
|
|
3207
3229
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
3208
3230
|
--outline-select-color-datatable:#0000;
|
|
@@ -3215,27 +3237,27 @@
|
|
|
3215
3237
|
scroll-padding-top:60px;
|
|
3216
3238
|
width:100%;
|
|
3217
3239
|
}
|
|
3218
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3240
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table > thead > tr{
|
|
3219
3241
|
background:var(--gray-white);
|
|
3220
3242
|
position:sticky;
|
|
3221
3243
|
top:0;
|
|
3222
3244
|
z-index:var(--sticky-element-z-index);
|
|
3223
3245
|
}
|
|
3224
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3246
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table > thead > tr th:first-child{
|
|
3225
3247
|
background:inherit;
|
|
3226
3248
|
height:100%;
|
|
3227
3249
|
left:0;
|
|
3228
3250
|
position:sticky;
|
|
3229
3251
|
z-index:var(--sticky-element-z-index);
|
|
3230
3252
|
}
|
|
3231
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3253
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table > thead > tr th:first-child[data-focus-visible]{
|
|
3232
3254
|
position:sticky;
|
|
3233
3255
|
z-index:var(--sticky-element-z-index);
|
|
3234
3256
|
}
|
|
3235
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3257
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table tbody > tr{
|
|
3236
3258
|
--is-row-focused:0;
|
|
3237
3259
|
}
|
|
3238
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3260
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table tbody > tr > td [data-actionswrapper]::after{
|
|
3239
3261
|
background:inherit;
|
|
3240
3262
|
content:"";
|
|
3241
3263
|
display:block;
|
|
@@ -3245,18 +3267,18 @@
|
|
|
3245
3267
|
width:100%;
|
|
3246
3268
|
z-index:-1;
|
|
3247
3269
|
}
|
|
3248
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3270
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table tbody > tr[data-focus-visible]{
|
|
3249
3271
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
3250
3272
|
--is-row-focused:1;
|
|
3251
3273
|
}
|
|
3252
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3274
|
+
.bp_data_table_module_dataTableWrapper--b8a31 table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
3253
3275
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
3254
3276
|
}
|
|
3255
3277
|
|
|
3256
|
-
.bp_data_table_module_isScrolledX--
|
|
3278
|
+
.bp_data_table_module_isScrolledX--b8a31 table > thead > tr > th:first-child{
|
|
3257
3279
|
overflow:visible;
|
|
3258
3280
|
}
|
|
3259
|
-
.bp_data_table_module_isScrolledX--
|
|
3281
|
+
.bp_data_table_module_isScrolledX--b8a31 table > thead > tr > th:first-child::after{
|
|
3260
3282
|
background:inherit;
|
|
3261
3283
|
border-right:1px solid var(--border-divider-border);
|
|
3262
3284
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3270,7 +3292,7 @@
|
|
|
3270
3292
|
z-index:-1;
|
|
3271
3293
|
}
|
|
3272
3294
|
|
|
3273
|
-
.bp_data_table_module_hideActionWrapperRight--
|
|
3295
|
+
.bp_data_table_module_hideActionWrapperRight--b8a31 table tbody > tr > td [data-actionswrapper]::after{
|
|
3274
3296
|
display:none;
|
|
3275
3297
|
}
|
|
3276
3298
|
.bp_list_checkbox_module_selection--d79fa{
|
|
@@ -3621,7 +3643,7 @@
|
|
|
3621
3643
|
transform:translateZ(0);
|
|
3622
3644
|
}
|
|
3623
3645
|
|
|
3624
|
-
.bp_dropdown_menu_module_content--
|
|
3646
|
+
.bp_dropdown_menu_module_content--e2d1e[data-modern=false]{
|
|
3625
3647
|
--dropdown-menu-radius:var(--radius-3);
|
|
3626
3648
|
--dropdown-menu-padding:var(--space-3);
|
|
3627
3649
|
--dropdown-menu-text-color:var(--text-text-on-light);
|
|
@@ -3653,7 +3675,7 @@
|
|
|
3653
3675
|
--dropdown-menu-backdrop-filter:;
|
|
3654
3676
|
}
|
|
3655
3677
|
|
|
3656
|
-
.bp_dropdown_menu_module_content--
|
|
3678
|
+
.bp_dropdown_menu_module_content--e2d1e[data-modern=true]{
|
|
3657
3679
|
--dropdown-menu-radius:var(--bp-radius-10);
|
|
3658
3680
|
--dropdown-menu-padding:var(--bp-space-030);
|
|
3659
3681
|
--dropdown-menu-text-color:var(--bp-text-text-on-light);
|
|
@@ -3685,7 +3707,7 @@
|
|
|
3685
3707
|
--dropdown-menu-backdrop-filter:blur(16px);
|
|
3686
3708
|
}
|
|
3687
3709
|
|
|
3688
|
-
.bp_dropdown_menu_module_content--
|
|
3710
|
+
.bp_dropdown_menu_module_content--e2d1e{
|
|
3689
3711
|
backdrop-filter:var(--dropdown-menu-backdrop-filter);
|
|
3690
3712
|
background-color:var(--dropdown-menu-background);
|
|
3691
3713
|
border:var(--dropdown-menu-border);
|
|
@@ -3708,7 +3730,7 @@
|
|
|
3708
3730
|
text-transform:var(--body-default-text-case);
|
|
3709
3731
|
z-index:2147483647;
|
|
3710
3732
|
}
|
|
3711
|
-
.bp_dropdown_menu_module_content--
|
|
3733
|
+
.bp_dropdown_menu_module_content--e2d1e[data-menu-fullscreen=true]{
|
|
3712
3734
|
border:unset;
|
|
3713
3735
|
border-radius:unset;
|
|
3714
3736
|
display:flex;
|
|
@@ -3721,27 +3743,27 @@
|
|
|
3721
3743
|
position:relative;
|
|
3722
3744
|
width:100vw;
|
|
3723
3745
|
}
|
|
3724
|
-
.bp_dropdown_menu_module_content--
|
|
3746
|
+
.bp_dropdown_menu_module_content--e2d1e[data-menu-fullscreen=true] .bp_dropdown_menu_module_fullScreenContent--e2d1e{
|
|
3725
3747
|
overflow-y:auto;
|
|
3726
3748
|
padding:var(--dropdown-menu-full-screen-padding);
|
|
3727
3749
|
}
|
|
3728
|
-
.bp_dropdown_menu_module_content--
|
|
3750
|
+
.bp_dropdown_menu_module_content--e2d1e .bp_dropdown_menu_module_subheader--e2d1e{
|
|
3729
3751
|
padding:var(--dropdown-menu-subheader-padding);
|
|
3730
3752
|
}
|
|
3731
|
-
.bp_dropdown_menu_module_content--
|
|
3753
|
+
.bp_dropdown_menu_module_content--e2d1e .bp_dropdown_menu_module_subheader--e2d1e.bp_dropdown_menu_module_uppercased--e2d1e{
|
|
3732
3754
|
text-transform:uppercase;
|
|
3733
3755
|
}
|
|
3734
|
-
.bp_dropdown_menu_module_content--
|
|
3756
|
+
.bp_dropdown_menu_module_content--e2d1e .bp_dropdown_menu_module_dropdownMenuItemSeparator--e2d1e{
|
|
3735
3757
|
margin-block:var(--dropdown-menu-separator-margin);
|
|
3736
3758
|
}
|
|
3737
3759
|
|
|
3738
|
-
.bp_dropdown_menu_module_ellipsis--
|
|
3760
|
+
.bp_dropdown_menu_module_ellipsis--e2d1e{
|
|
3739
3761
|
overflow:hidden;
|
|
3740
3762
|
text-overflow:ellipsis;
|
|
3741
3763
|
white-space:nowrap;
|
|
3742
3764
|
}
|
|
3743
3765
|
|
|
3744
|
-
.bp_dropdown_menu_module_checkmark--
|
|
3766
|
+
.bp_dropdown_menu_module_checkmark--e2d1e{
|
|
3745
3767
|
align-items:center;
|
|
3746
3768
|
display:inline-flex;
|
|
3747
3769
|
justify-content:center;
|
|
@@ -3749,7 +3771,7 @@
|
|
|
3749
3771
|
position:absolute;
|
|
3750
3772
|
}
|
|
3751
3773
|
|
|
3752
|
-
.bp_dropdown_menu_module_item--
|
|
3774
|
+
.bp_dropdown_menu_module_item--e2d1e,.bp_dropdown_menu_module_subMenuTrigger--e2d1e{
|
|
3753
3775
|
align-items:center;
|
|
3754
3776
|
border:var(--dropdown-menu-item-border);
|
|
3755
3777
|
border-radius:var(--dropdown-menu-item-radius);
|
|
@@ -3762,37 +3784,37 @@
|
|
|
3762
3784
|
-webkit-user-select:none;
|
|
3763
3785
|
user-select:none;
|
|
3764
3786
|
}
|
|
3765
|
-
.bp_dropdown_menu_module_item--
|
|
3787
|
+
.bp_dropdown_menu_module_item--e2d1e[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--e2d1e[data-disabled]{
|
|
3766
3788
|
opacity:60%;
|
|
3767
3789
|
pointer-events:none;
|
|
3768
3790
|
}
|
|
3769
|
-
.bp_dropdown_menu_module_item--
|
|
3791
|
+
.bp_dropdown_menu_module_item--e2d1e[data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--e2d1e[data-highlighted]{
|
|
3770
3792
|
background-color:var(--dropdown-menu-item-background-focus);
|
|
3771
3793
|
border:var(--dropdown-menu-item-border-focus);
|
|
3772
3794
|
}
|
|
3773
|
-
.bp_dropdown_menu_module_item--
|
|
3795
|
+
.bp_dropdown_menu_module_item--e2d1e:active,.bp_dropdown_menu_module_subMenuTrigger--e2d1e:active{
|
|
3774
3796
|
background-color:var(--dropdown-menu-item-background-active);
|
|
3775
3797
|
border:var(--dropdown-menu-item-border-active);
|
|
3776
3798
|
}
|
|
3777
|
-
.bp_dropdown_menu_module_item--
|
|
3799
|
+
.bp_dropdown_menu_module_item--e2d1e[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--e2d1e[data-state=open]{
|
|
3778
3800
|
background-color:var(--dropdown-menu-item-background-selected);
|
|
3779
3801
|
}
|
|
3780
|
-
.bp_dropdown_menu_module_item--
|
|
3802
|
+
.bp_dropdown_menu_module_item--e2d1e:hover,.bp_dropdown_menu_module_subMenuTrigger--e2d1e:hover{
|
|
3781
3803
|
background-color:var(--dropdown-menu-item-background-hover);
|
|
3782
3804
|
}
|
|
3783
|
-
.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{
|
|
3784
3806
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3785
3807
|
}
|
|
3786
|
-
.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{
|
|
3787
3809
|
padding-inline-start:var(--dropdown-menu-radio-item-medium-padding-start);
|
|
3788
3810
|
}
|
|
3789
|
-
.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{
|
|
3790
3812
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3791
3813
|
}
|
|
3792
|
-
.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{
|
|
3793
3815
|
padding-inline-start:var(--dropdown-menu-checkbox-item-medium-padding-start);
|
|
3794
3816
|
}
|
|
3795
|
-
.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{
|
|
3796
3818
|
align-items:center;
|
|
3797
3819
|
display:flex;
|
|
3798
3820
|
gap:var(--dropdown-menu-medium-item-layout-gap);
|
|
@@ -3800,20 +3822,20 @@
|
|
|
3800
3822
|
overflow:hidden;
|
|
3801
3823
|
width:100%;
|
|
3802
3824
|
}
|
|
3803
|
-
.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{
|
|
3804
3826
|
align-items:center;
|
|
3805
3827
|
display:flex;
|
|
3806
3828
|
}
|
|
3807
|
-
.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{
|
|
3808
3830
|
flex-grow:1;
|
|
3809
3831
|
}
|
|
3810
|
-
.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{
|
|
3811
3833
|
align-items:center;
|
|
3812
3834
|
color:var(--dropdown-menu-end-element-color);
|
|
3813
3835
|
display:flex;
|
|
3814
3836
|
}
|
|
3815
3837
|
|
|
3816
|
-
.bp_dropdown_menu_module_menuHeader--
|
|
3838
|
+
.bp_dropdown_menu_module_menuHeader--e2d1e{
|
|
3817
3839
|
align-items:center;
|
|
3818
3840
|
box-shadow:var(--dropdown-menu-header-shadow);
|
|
3819
3841
|
display:grid;
|
|
@@ -3823,15 +3845,15 @@
|
|
|
3823
3845
|
padding:var(--dropdown-menu-header-padding);
|
|
3824
3846
|
}
|
|
3825
3847
|
|
|
3826
|
-
.bp_dropdown_menu_module_headerTextContent--
|
|
3848
|
+
.bp_dropdown_menu_module_headerTextContent--e2d1e{
|
|
3827
3849
|
display:grid;
|
|
3828
3850
|
}
|
|
3829
3851
|
|
|
3830
|
-
.bp_dropdown_menu_module_submenuCloseButton--
|
|
3852
|
+
.bp_dropdown_menu_module_submenuCloseButton--e2d1e{
|
|
3831
3853
|
grid-area:submenu-close;
|
|
3832
3854
|
}
|
|
3833
3855
|
|
|
3834
|
-
.bp_dropdown_menu_module_menuCloseButton--
|
|
3856
|
+
.bp_dropdown_menu_module_menuCloseButton--e2d1e{
|
|
3835
3857
|
grid-area:close;
|
|
3836
3858
|
}
|
|
3837
3859
|
.bp_divider_module_divider--2f437{
|
|
@@ -3889,7 +3911,7 @@
|
|
|
3889
3911
|
color:var(--text-text-on-light-secondary);
|
|
3890
3912
|
}
|
|
3891
3913
|
|
|
3892
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3914
|
+
.bp_sticky_cell_module_stickyCell--a1fc4{
|
|
3893
3915
|
background:inherit;
|
|
3894
3916
|
background-clip:content-box;
|
|
3895
3917
|
left:0;
|
|
@@ -3898,16 +3920,16 @@
|
|
|
3898
3920
|
position:sticky !important;
|
|
3899
3921
|
z-index:var(--sticky-element-z-index);
|
|
3900
3922
|
}
|
|
3901
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3923
|
+
.bp_sticky_cell_module_stickyCell--a1fc4[data-focus-visible]{
|
|
3902
3924
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3903
3925
|
}
|
|
3904
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3926
|
+
.bp_sticky_cell_module_stickyCell--a1fc4 .bp_sticky_cell_module_childrenWrapper--a1fc4{
|
|
3905
3927
|
overflow:hidden;
|
|
3906
3928
|
text-align:start;
|
|
3907
3929
|
text-overflow:ellipsis;
|
|
3908
3930
|
white-space:nowrap;
|
|
3909
3931
|
}
|
|
3910
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3932
|
+
.bp_sticky_cell_module_stickyCell--a1fc4 .bp_sticky_cell_module_verticalBar--a1fc4{
|
|
3911
3933
|
background:inherit;
|
|
3912
3934
|
border-right:1px solid var(--border-divider-border);
|
|
3913
3935
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3920,10 +3942,10 @@
|
|
|
3920
3942
|
width:var(--space-3);
|
|
3921
3943
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3922
3944
|
}
|
|
3923
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3945
|
+
.bp_sticky_cell_module_stickyCell--a1fc4 .bp_sticky_cell_module_verticalBar--a1fc4.bp_sticky_cell_module_isScrolledX--a1fc4{
|
|
3924
3946
|
display:block;
|
|
3925
3947
|
}
|
|
3926
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3948
|
+
.bp_sticky_cell_module_stickyCell--a1fc4 .bp_sticky_cell_module_stickyCellBelow--a1fc4{
|
|
3927
3949
|
background:inherit;
|
|
3928
3950
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3929
3951
|
border-radius:unset;
|
|
@@ -3937,7 +3959,7 @@
|
|
|
3937
3959
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3938
3960
|
z-index:-1;
|
|
3939
3961
|
}
|
|
3940
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3962
|
+
.bp_sticky_cell_module_stickyCell--a1fc4 .bp_sticky_cell_module_stickyCellOuterLeft--a1fc4{
|
|
3941
3963
|
background:inherit;
|
|
3942
3964
|
border-radius:unset;
|
|
3943
3965
|
box-sizing:border-box;
|
|
@@ -3951,7 +3973,7 @@
|
|
|
3951
3973
|
z-index:-1;
|
|
3952
3974
|
}
|
|
3953
3975
|
|
|
3954
|
-
.bp_calendar_module_calendar--
|
|
3976
|
+
.bp_calendar_module_calendar--a0b7a[data-modern=false]{
|
|
3955
3977
|
--calendar-background:var(--gray-white);
|
|
3956
3978
|
--calendar-padding-inline:var(--space-4);
|
|
3957
3979
|
--calendar-padding-block:var(--space-4);
|
|
@@ -3984,7 +4006,7 @@
|
|
|
3984
4006
|
--calendar-focus-outline:var(--border-1) solid #fff;
|
|
3985
4007
|
}
|
|
3986
4008
|
|
|
3987
|
-
.bp_calendar_module_calendar--
|
|
4009
|
+
.bp_calendar_module_calendar--a0b7a[data-modern=true]{
|
|
3988
4010
|
--calendar-background:var(--bp-gray-white);
|
|
3989
4011
|
--calendar-padding-inline:var(--bp-space-040);
|
|
3990
4012
|
--calendar-padding-block:var(--bp-space-040);
|
|
@@ -4017,7 +4039,7 @@
|
|
|
4017
4039
|
--calendar-focus-outline:var(--bp-border-01) solid #fff;
|
|
4018
4040
|
}
|
|
4019
4041
|
|
|
4020
|
-
.bp_calendar_module_calendar--
|
|
4042
|
+
.bp_calendar_module_calendar--a0b7a{
|
|
4021
4043
|
background:var(--calendar-background);
|
|
4022
4044
|
border-radius:var(--calendar-border-radius);
|
|
4023
4045
|
box-shadow:var(--calendar-box-shadow);
|
|
@@ -4035,14 +4057,14 @@
|
|
|
4035
4057
|
width:-moz-fit-content;
|
|
4036
4058
|
width:fit-content;
|
|
4037
4059
|
}
|
|
4038
|
-
.bp_calendar_module_calendar--
|
|
4060
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarGrid--a0b7a{
|
|
4039
4061
|
border-collapse:revert;
|
|
4040
4062
|
border-spacing:revert;
|
|
4041
4063
|
}
|
|
4042
|
-
.bp_calendar_module_calendar--
|
|
4064
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarGrid--a0b7a td{
|
|
4043
4065
|
padding:1px;
|
|
4044
4066
|
}
|
|
4045
|
-
.bp_calendar_module_calendar--
|
|
4067
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeaderCell--a0b7a{
|
|
4046
4068
|
color:var(--calendar-header-cell-text-color);
|
|
4047
4069
|
font-family:var(--body-default-font-family);
|
|
4048
4070
|
font-size:var(--body-default-font-size);
|
|
@@ -4054,13 +4076,13 @@
|
|
|
4054
4076
|
text-decoration:var(--body-default-text-decoration);
|
|
4055
4077
|
text-transform:var(--body-default-text-case);
|
|
4056
4078
|
}
|
|
4057
|
-
.bp_calendar_module_calendar--
|
|
4079
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a{
|
|
4058
4080
|
align-items:center;
|
|
4059
4081
|
color:var(--calendar-header-text-color);
|
|
4060
4082
|
display:flex;
|
|
4061
4083
|
margin-block-end:var(--calendar-header-margin-bottom);
|
|
4062
4084
|
}
|
|
4063
|
-
.bp_calendar_module_calendar--
|
|
4085
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderHeading--a0b7a{
|
|
4064
4086
|
flex:1;
|
|
4065
4087
|
font-family:var(--body-large-bold-font-family);
|
|
4066
4088
|
font-size:var(--body-large-bold-font-size);
|
|
@@ -4074,7 +4096,7 @@
|
|
|
4074
4096
|
text-transform:capitalize;
|
|
4075
4097
|
text-transform:var(--body-large-bold-text-case);
|
|
4076
4098
|
}
|
|
4077
|
-
.bp_calendar_module_calendar--
|
|
4099
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderButton--a0b7a{
|
|
4078
4100
|
align-items:center;
|
|
4079
4101
|
background-color:var(--calendar-header-button-background);
|
|
4080
4102
|
border:none;
|
|
@@ -4088,21 +4110,21 @@
|
|
|
4088
4110
|
padding:0;
|
|
4089
4111
|
width:var(--calendar-header-button-size);
|
|
4090
4112
|
}
|
|
4091
|
-
.bp_calendar_module_calendar--
|
|
4113
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderButton--a0b7a:disabled{
|
|
4092
4114
|
cursor:default;
|
|
4093
4115
|
opacity:60%;
|
|
4094
4116
|
}
|
|
4095
|
-
.bp_calendar_module_calendar--
|
|
4117
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderButton--a0b7a:disabled *{
|
|
4096
4118
|
fill:var(--calendar-disabled-text-color);
|
|
4097
4119
|
}
|
|
4098
|
-
.bp_calendar_module_calendar--
|
|
4120
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderButton--a0b7a:hover:not(:disabled){
|
|
4099
4121
|
background-color:var(--calendar-header-button-hover-background);
|
|
4100
4122
|
}
|
|
4101
|
-
.bp_calendar_module_calendar--
|
|
4123
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarHeader--a0b7a .bp_calendar_module_calendarHeaderButton--a0b7a[data-focus-visible]{
|
|
4102
4124
|
background-color:var(--calendar-header-button-hover-background);
|
|
4103
4125
|
box-shadow:var(--calendar-header-button-focus-box-shadow);
|
|
4104
4126
|
}
|
|
4105
|
-
.bp_calendar_module_calendar--
|
|
4127
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a{
|
|
4106
4128
|
border-radius:var(--calendar-cell-border-radius);
|
|
4107
4129
|
color:var(--calendar-cell-text-color);
|
|
4108
4130
|
line-height:var(--calendar-cell-size);
|
|
@@ -4110,7 +4132,7 @@
|
|
|
4110
4132
|
text-align:center;
|
|
4111
4133
|
width:var(--calendar-cell-size);
|
|
4112
4134
|
}
|
|
4113
|
-
.bp_calendar_module_calendar--
|
|
4135
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a.bp_calendar_module_today--a0b7a{
|
|
4114
4136
|
color:var(--calendar-cell-today-text-color);
|
|
4115
4137
|
font-family:var(--body-default-bold-font-family);
|
|
4116
4138
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -4123,11 +4145,11 @@
|
|
|
4123
4145
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
4124
4146
|
text-transform:var(--body-default-bold-text-case);
|
|
4125
4147
|
}
|
|
4126
|
-
.bp_calendar_module_calendar--
|
|
4148
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a.bp_calendar_module_today--a0b7a[data-disabled]{
|
|
4127
4149
|
cursor:default;
|
|
4128
4150
|
opacity:var(--calendar-cell-today-disabled-opacity);
|
|
4129
4151
|
}
|
|
4130
|
-
.bp_calendar_module_calendar--
|
|
4152
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a.bp_calendar_module_today--a0b7a::after{
|
|
4131
4153
|
background-color:var(--calendar-cell-today-dot-background);
|
|
4132
4154
|
border-radius:50%;
|
|
4133
4155
|
bottom:var(--calendar-cell-today-dot-bottom);
|
|
@@ -4138,41 +4160,41 @@
|
|
|
4138
4160
|
transform:translateX(-50%);
|
|
4139
4161
|
width:var(--calendar-cell-today-dot-diameter);
|
|
4140
4162
|
}
|
|
4141
|
-
.bp_calendar_module_calendar--
|
|
4163
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a:not([data-outside-month]){
|
|
4142
4164
|
cursor:pointer;
|
|
4143
4165
|
}
|
|
4144
|
-
.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{
|
|
4145
4167
|
background-color:var(--calendar-cell-hovered-background);
|
|
4146
4168
|
}
|
|
4147
|
-
.bp_calendar_module_calendar--
|
|
4169
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-focus-visible]:not([data-outside-month]){
|
|
4148
4170
|
box-shadow:var(--calendar-cell-focus-box-shadow);
|
|
4149
4171
|
}
|
|
4150
|
-
.bp_calendar_module_calendar--
|
|
4172
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-selected]{
|
|
4151
4173
|
background-color:var(--calendar-cell-selected-background);
|
|
4152
4174
|
color:var(--calendar-cell-selected-text-color);
|
|
4153
4175
|
}
|
|
4154
|
-
.bp_calendar_module_calendar--
|
|
4176
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-selected]:hover{
|
|
4155
4177
|
background-color:var(--calendar-cell-selected-hovered-background);
|
|
4156
4178
|
}
|
|
4157
|
-
.bp_calendar_module_calendar--
|
|
4179
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-selected][data-focus-visible]{
|
|
4158
4180
|
background-color:var(--calendar-cell-selected-focused-background);
|
|
4159
4181
|
box-shadow:var(--calendar-cell-focus-box-shadow);
|
|
4160
4182
|
outline:var(--calendar-focus-outline);
|
|
4161
4183
|
outline-offset:-.0625rem;
|
|
4162
4184
|
}
|
|
4163
|
-
.bp_calendar_module_calendar--
|
|
4185
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-selected]::after{
|
|
4164
4186
|
background-color:var(--calendar-cell-selected-text-color);
|
|
4165
4187
|
}
|
|
4166
|
-
.bp_calendar_module_calendar--
|
|
4188
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-disabled]:not(.bp_calendar_module_today--a0b7a){
|
|
4167
4189
|
color:var(--calendar-cell-outside-range-text-color);
|
|
4168
4190
|
cursor:default;
|
|
4169
4191
|
}
|
|
4170
|
-
.bp_calendar_module_calendar--
|
|
4192
|
+
.bp_calendar_module_calendar--a0b7a .bp_calendar_module_calendarCell--a0b7a[data-unavailable]{
|
|
4171
4193
|
color:var(--calendar-disabled-text-color);
|
|
4172
4194
|
text-decoration:line-through;
|
|
4173
4195
|
}
|
|
4174
4196
|
|
|
4175
|
-
.bp_date_picker_module_datePicker--
|
|
4197
|
+
.bp_date_picker_module_datePicker--761d1[data-modern=false]{
|
|
4176
4198
|
--date-picker-label-margin-bottom:var(--space-2);
|
|
4177
4199
|
--date-picker-input-placeholder-color:var(--text-text-on-light-secondary);
|
|
4178
4200
|
--date-picker-input-placeholder-focused-color:var(--text-text-on-light);
|
|
@@ -4198,7 +4220,7 @@
|
|
|
4198
4220
|
--date-picker-clear-button-right:var(--size-9);
|
|
4199
4221
|
}
|
|
4200
4222
|
|
|
4201
|
-
.bp_date_picker_module_datePicker--
|
|
4223
|
+
.bp_date_picker_module_datePicker--761d1[data-modern=true]{
|
|
4202
4224
|
--date-picker-label-margin-bottom:var(--bp-space-020);
|
|
4203
4225
|
--date-picker-input-placeholder-color:var(--bp-text-text-on-light-secondary);
|
|
4204
4226
|
--date-picker-input-placeholder-focused-color:var(--bp-text-text-on-light);
|
|
@@ -4224,16 +4246,16 @@
|
|
|
4224
4246
|
--date-picker-clear-button-right:var(--bp-size-090);
|
|
4225
4247
|
}
|
|
4226
4248
|
|
|
4227
|
-
.bp_date_picker_module_datePicker--
|
|
4249
|
+
.bp_date_picker_module_datePicker--761d1{
|
|
4228
4250
|
width:100%;
|
|
4229
4251
|
}
|
|
4230
|
-
.bp_date_picker_module_datePicker--
|
|
4252
|
+
.bp_date_picker_module_datePicker--761d1.bp_date_picker_module_disabled--761d1{
|
|
4231
4253
|
opacity:60%;
|
|
4232
4254
|
pointer-events:none;
|
|
4233
4255
|
-webkit-user-select:none;
|
|
4234
4256
|
user-select:none;
|
|
4235
4257
|
}
|
|
4236
|
-
.bp_date_picker_module_datePicker--
|
|
4258
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_label--761d1{
|
|
4237
4259
|
cursor:default;
|
|
4238
4260
|
display:block;
|
|
4239
4261
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -4248,7 +4270,7 @@
|
|
|
4248
4270
|
width:-moz-fit-content;
|
|
4249
4271
|
width:fit-content;
|
|
4250
4272
|
}
|
|
4251
|
-
.bp_date_picker_module_datePicker--
|
|
4273
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1{
|
|
4252
4274
|
align-items:center;
|
|
4253
4275
|
display:inline-flex;
|
|
4254
4276
|
font-family:var(--body-default-font-family);
|
|
@@ -4262,7 +4284,7 @@
|
|
|
4262
4284
|
text-transform:var(--body-default-text-case);
|
|
4263
4285
|
width:100%;
|
|
4264
4286
|
}
|
|
4265
|
-
.bp_date_picker_module_datePicker--
|
|
4287
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_groupContainer--761d1{
|
|
4266
4288
|
align-items:center;
|
|
4267
4289
|
border-radius:var(--date-picker-border-radius);
|
|
4268
4290
|
box-shadow:var(--date-picker-input-inner-shadow);
|
|
@@ -4273,23 +4295,23 @@
|
|
|
4273
4295
|
position:relative;
|
|
4274
4296
|
width:100%;
|
|
4275
4297
|
}
|
|
4276
|
-
.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{
|
|
4277
4299
|
outline:var(--date-picker-focus-outline);
|
|
4278
4300
|
}
|
|
4279
|
-
.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){
|
|
4280
4302
|
outline:var(--date-picker-error-outline);
|
|
4281
4303
|
}
|
|
4282
|
-
.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{
|
|
4283
4305
|
outline:var(--date-picker-focus-outline);
|
|
4284
4306
|
}
|
|
4285
|
-
.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{
|
|
4286
4308
|
align-items:center;
|
|
4287
4309
|
display:inline-flex;
|
|
4288
4310
|
height:var(--date-picker-height);
|
|
4289
4311
|
text-transform:uppercase;
|
|
4290
4312
|
white-space:nowrap;
|
|
4291
4313
|
}
|
|
4292
|
-
.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{
|
|
4293
4315
|
border:unset;
|
|
4294
4316
|
border-radius:unset;
|
|
4295
4317
|
box-shadow:unset;
|
|
@@ -4300,18 +4322,18 @@
|
|
|
4300
4322
|
transition:unset;
|
|
4301
4323
|
width:unset;
|
|
4302
4324
|
}
|
|
4303
|
-
.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]{
|
|
4304
4326
|
color:var(--date-picker-input-placeholder-color);
|
|
4305
4327
|
}
|
|
4306
|
-
.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{
|
|
4307
4329
|
background:var(--date-picker-input-segment-focused-background);
|
|
4308
4330
|
caret-color:#0000;
|
|
4309
4331
|
outline:none;
|
|
4310
4332
|
}
|
|
4311
|
-
.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]{
|
|
4312
4334
|
color:var(--date-picker-input-placeholder-focused-color);
|
|
4313
4335
|
}
|
|
4314
|
-
.bp_date_picker_module_datePicker--
|
|
4336
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_group--761d1 .bp_date_picker_module_button--761d1{
|
|
4315
4337
|
align-items:center;
|
|
4316
4338
|
background-color:initial;
|
|
4317
4339
|
border:none;
|
|
@@ -4326,33 +4348,33 @@
|
|
|
4326
4348
|
right:var(--date-picker-padding-inline);
|
|
4327
4349
|
width:var(--date-picker-icon-button-size);
|
|
4328
4350
|
}
|
|
4329
|
-
.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{
|
|
4330
4352
|
right:var(--date-picker-clear-button-right);
|
|
4331
4353
|
}
|
|
4332
|
-
.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]{
|
|
4333
4355
|
background-color:var(--date-picker-icon-button-focus-background-color);
|
|
4334
4356
|
outline:var(--date-picker-icon-button-focus-outline);
|
|
4335
4357
|
}
|
|
4336
|
-
.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{
|
|
4337
4359
|
background:var(--date-picker-icon-button-hover-background);
|
|
4338
4360
|
}
|
|
4339
|
-
.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 *{
|
|
4340
4362
|
fill:var(--date-picker-icon-button-hover-fill);
|
|
4341
4363
|
}
|
|
4342
|
-
.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{
|
|
4343
4365
|
background:var(--date-picker-icon-button-active-background);
|
|
4344
4366
|
}
|
|
4345
|
-
.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 *{
|
|
4346
4368
|
fill:var(--date-picker-icon-button-active-fill);
|
|
4347
4369
|
}
|
|
4348
|
-
.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{
|
|
4349
4371
|
opacity:1;
|
|
4350
4372
|
}
|
|
4351
|
-
.bp_date_picker_module_datePicker--
|
|
4373
|
+
.bp_date_picker_module_datePicker--761d1 .bp_date_picker_module_inlineError--761d1{
|
|
4352
4374
|
margin-block-start:var(--date-picker-inline-error-margin);
|
|
4353
4375
|
}
|
|
4354
4376
|
|
|
4355
|
-
@keyframes bp_date_picker_module_slide--
|
|
4377
|
+
@keyframes bp_date_picker_module_slide--761d1{
|
|
4356
4378
|
from{
|
|
4357
4379
|
opacity:0;
|
|
4358
4380
|
transform:var(--popover-slide-translation);
|
|
@@ -4362,11 +4384,11 @@
|
|
|
4362
4384
|
transform:translateY(0);
|
|
4363
4385
|
}
|
|
4364
4386
|
}
|
|
4365
|
-
.bp_date_picker_module_datePickerPopoverContent--
|
|
4387
|
+
.bp_date_picker_module_datePickerPopoverContent--761d1{
|
|
4366
4388
|
z-index:380;
|
|
4367
4389
|
}
|
|
4368
4390
|
|
|
4369
|
-
.bp_empty_state_module_emptyState--
|
|
4391
|
+
.bp_empty_state_module_emptyState--70af2{
|
|
4370
4392
|
align-items:center;
|
|
4371
4393
|
display:flex;
|
|
4372
4394
|
flex-direction:column;
|
|
@@ -4375,32 +4397,32 @@
|
|
|
4375
4397
|
text-align:center;
|
|
4376
4398
|
width:100%;
|
|
4377
4399
|
}
|
|
4378
|
-
.bp_empty_state_module_emptyState--
|
|
4400
|
+
.bp_empty_state_module_emptyState--70af2 .bp_empty_state_module_illustration--70af2{
|
|
4379
4401
|
margin-block-end:var(--space-6);
|
|
4380
4402
|
}
|
|
4381
|
-
.bp_empty_state_module_emptyState--
|
|
4403
|
+
.bp_empty_state_module_emptyState--70af2 .bp_empty_state_module_body--70af2{
|
|
4382
4404
|
max-width:22.5rem;
|
|
4383
4405
|
}
|
|
4384
|
-
.bp_empty_state_module_emptyState--
|
|
4406
|
+
.bp_empty_state_module_emptyState--70af2 .bp_empty_state_module_body--70af2:not(:last-child){
|
|
4385
4407
|
margin-block-end:var(--space-6);
|
|
4386
4408
|
}
|
|
4387
|
-
.bp_empty_state_module_emptyState--
|
|
4409
|
+
.bp_empty_state_module_emptyState--70af2 .bp_empty_state_module_heading--70af2{
|
|
4388
4410
|
margin-block-end:var(--space-3);
|
|
4389
4411
|
}
|
|
4390
|
-
.bp_empty_state_module_emptyState--
|
|
4412
|
+
.bp_empty_state_module_emptyState--70af2 .bp_empty_state_module_button--70af2:not(:last-child){
|
|
4391
4413
|
margin-block-end:var(--space-6);
|
|
4392
4414
|
}
|
|
4393
|
-
.bp_empty_state_module_emptyState--
|
|
4415
|
+
.bp_empty_state_module_emptyState--70af2.bp_empty_state_module_small--70af2 .bp_empty_state_module_illustration--70af2{
|
|
4394
4416
|
margin-block-end:var(--space-4);
|
|
4395
4417
|
}
|
|
4396
|
-
.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{
|
|
4397
4419
|
height:var(--size-14);
|
|
4398
4420
|
width:var(--size-14);
|
|
4399
4421
|
}
|
|
4400
|
-
.bp_empty_state_module_emptyState--
|
|
4422
|
+
.bp_empty_state_module_emptyState--70af2.bp_empty_state_module_small--70af2 .bp_empty_state_module_body--70af2{
|
|
4401
4423
|
max-width:220px;
|
|
4402
4424
|
}
|
|
4403
|
-
.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){
|
|
4404
4426
|
margin-block-end:var(--space-4);
|
|
4405
4427
|
}
|
|
4406
4428
|
.bp_link_module_link--fb308{
|
|
@@ -5409,7 +5431,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5409
5431
|
display:inline;
|
|
5410
5432
|
}
|
|
5411
5433
|
|
|
5412
|
-
.bp_modal_module_overlay--
|
|
5434
|
+
.bp_modal_module_overlay--a2e6a[data-modern=false]{
|
|
5413
5435
|
--modal-overlay-background:var(--overlay-modal-overlay);
|
|
5414
5436
|
--modal-content-background:var(--gray-white);
|
|
5415
5437
|
--modal-min-width-non-fullscreen:calc(460px - var(--space-8)*2);
|
|
@@ -5445,7 +5467,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5445
5467
|
--modal-footer-button-margin-inline-start:var(--space-3);
|
|
5446
5468
|
}
|
|
5447
5469
|
|
|
5448
|
-
.bp_modal_module_overlay--
|
|
5470
|
+
.bp_modal_module_overlay--a2e6a[data-modern=true]{
|
|
5449
5471
|
--modal-overlay-background:var(--bp-overlay-modal-overlay);
|
|
5450
5472
|
--modal-content-background:var(--bp-gray-white);
|
|
5451
5473
|
--modal-min-width-non-fullscreen:calc(460px - var(--bp-space-080)*2);
|
|
@@ -5481,7 +5503,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5481
5503
|
--modal-footer-button-margin-inline-start:var(--bp-space-030);
|
|
5482
5504
|
}
|
|
5483
5505
|
|
|
5484
|
-
.bp_modal_module_overlay--
|
|
5506
|
+
.bp_modal_module_overlay--a2e6a{
|
|
5485
5507
|
background-color:var(--modal-overlay-background);
|
|
5486
5508
|
bottom:0;
|
|
5487
5509
|
display:grid;
|
|
@@ -5493,13 +5515,13 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5493
5515
|
z-index:370;
|
|
5494
5516
|
}
|
|
5495
5517
|
@media (width > 459px){
|
|
5496
|
-
.bp_modal_module_overlay--
|
|
5518
|
+
.bp_modal_module_overlay--a2e6a{
|
|
5497
5519
|
place-items:center;
|
|
5498
5520
|
}
|
|
5499
5521
|
}
|
|
5500
5522
|
|
|
5501
|
-
.bp_modal_module_content--
|
|
5502
|
-
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);
|
|
5503
5525
|
background-color:var(--modal-content-background);
|
|
5504
5526
|
display:flex;
|
|
5505
5527
|
flex-direction:column;
|
|
@@ -5508,80 +5530,80 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5508
5530
|
position:relative;
|
|
5509
5531
|
}
|
|
5510
5532
|
@media (width > 374px){
|
|
5511
|
-
.bp_modal_module_content--
|
|
5533
|
+
.bp_modal_module_content--a2e6a{
|
|
5512
5534
|
overflow:hidden;
|
|
5513
5535
|
}
|
|
5514
5536
|
}
|
|
5515
5537
|
@media (width > 459px){
|
|
5516
|
-
.bp_modal_module_content--
|
|
5538
|
+
.bp_modal_module_content--a2e6a{
|
|
5517
5539
|
border-radius:var(--modal-border-radius);
|
|
5518
5540
|
height:auto;
|
|
5519
5541
|
margin:var(--modal-margin);
|
|
5520
5542
|
max-height:var(--modal-max-height-non-fullscreen);
|
|
5521
5543
|
min-width:var(--modal-min-width-non-fullscreen);
|
|
5522
5544
|
}
|
|
5523
|
-
.bp_modal_module_content--
|
|
5545
|
+
.bp_modal_module_content--a2e6a.bp_modal_module_smallSizeModal--a2e6a{
|
|
5524
5546
|
max-width:var(--modal-max-width-small);
|
|
5525
5547
|
}
|
|
5526
|
-
.bp_modal_module_content--
|
|
5548
|
+
.bp_modal_module_content--a2e6a.bp_modal_module_mediumSizeModal--a2e6a{
|
|
5527
5549
|
max-width:var(--modal-max-width-medium);
|
|
5528
5550
|
}
|
|
5529
|
-
.bp_modal_module_content--
|
|
5551
|
+
.bp_modal_module_content--a2e6a.bp_modal_module_largeSizeModal--a2e6a{
|
|
5530
5552
|
max-width:var(--modal-max-width-large);
|
|
5531
5553
|
}
|
|
5532
|
-
.bp_modal_module_content--
|
|
5554
|
+
.bp_modal_module_content--a2e6a.bp_modal_module_xlargeSizeModal--a2e6a{
|
|
5533
5555
|
max-width:var(--modal-max-width-xlarge);
|
|
5534
5556
|
}
|
|
5535
5557
|
}
|
|
5536
5558
|
|
|
5537
|
-
.bp_modal_module_scrollableContainer--
|
|
5559
|
+
.bp_modal_module_scrollableContainer--a2e6a{
|
|
5538
5560
|
flex-grow:1;
|
|
5539
5561
|
}
|
|
5540
5562
|
@media (width > 374px){
|
|
5541
|
-
.bp_modal_module_scrollableContainer--
|
|
5563
|
+
.bp_modal_module_scrollableContainer--a2e6a{
|
|
5542
5564
|
overflow-y:auto;
|
|
5543
5565
|
}
|
|
5544
5566
|
}
|
|
5545
5567
|
|
|
5546
|
-
.bp_modal_module_content--
|
|
5568
|
+
.bp_modal_module_content--a2e6a .bp_modal_module_close--a2e6a{
|
|
5547
5569
|
color:var(--modal-close-button-color);
|
|
5548
5570
|
position:fixed;
|
|
5549
5571
|
right:var(--modal-close-button-offset-right);
|
|
5550
5572
|
top:var(--modal-close-button-offset-top);
|
|
5551
5573
|
}
|
|
5552
5574
|
@media (width > 374px){
|
|
5553
|
-
.bp_modal_module_content--
|
|
5575
|
+
.bp_modal_module_content--a2e6a .bp_modal_module_close--a2e6a{
|
|
5554
5576
|
position:absolute;
|
|
5555
5577
|
}
|
|
5556
5578
|
}
|
|
5557
5579
|
|
|
5558
|
-
.bp_modal_module_close--
|
|
5580
|
+
.bp_modal_module_close--a2e6a.bp_modal_module_onColor--a2e6a{
|
|
5559
5581
|
background-color:var(--modal-close-button-on-color-background);
|
|
5560
5582
|
}
|
|
5561
|
-
.bp_modal_module_close--
|
|
5583
|
+
.bp_modal_module_close--a2e6a.bp_modal_module_onColor--a2e6a:hover{
|
|
5562
5584
|
background-color:var(--modal-close-button-on-color-background-hover);
|
|
5563
5585
|
}
|
|
5564
|
-
.bp_modal_module_close--
|
|
5586
|
+
.bp_modal_module_close--a2e6a.bp_modal_module_onColor--a2e6a:active{
|
|
5565
5587
|
background-color:var(--modal-close-button-on-color-background-pressed);
|
|
5566
5588
|
}
|
|
5567
5589
|
|
|
5568
|
-
.bp_modal_module_content--
|
|
5590
|
+
.bp_modal_module_content--a2e6a .bp_modal_module_backButton--a2e6a{
|
|
5569
5591
|
color:var(--modal-back-button-color);
|
|
5570
5592
|
margin-block-start:var(--modal-back-button-margin-top-start);
|
|
5571
5593
|
margin-inline-start:var(--modal-back-button-margin-inline-start);
|
|
5572
5594
|
}
|
|
5573
5595
|
@media (width > 459px){
|
|
5574
|
-
.bp_modal_module_content--
|
|
5596
|
+
.bp_modal_module_content--a2e6a .bp_modal_module_backButton--a2e6a{
|
|
5575
5597
|
height:var(--modal-back-button-size-non-fullscreen);
|
|
5576
5598
|
width:var(--modal-back-button-size-non-fullscreen);
|
|
5577
5599
|
}
|
|
5578
5600
|
}
|
|
5579
5601
|
|
|
5580
|
-
.bp_modal_module_modalHeader--
|
|
5602
|
+
.bp_modal_module_modalHeader--a2e6a{
|
|
5581
5603
|
display:flex;
|
|
5582
5604
|
}
|
|
5583
5605
|
|
|
5584
|
-
.bp_modal_module_modalTitle--
|
|
5606
|
+
.bp_modal_module_modalTitle--a2e6a{
|
|
5585
5607
|
display:flex;
|
|
5586
5608
|
flex-direction:column;
|
|
5587
5609
|
gap:var(--modal-title-gap);
|
|
@@ -5589,24 +5611,24 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5589
5611
|
padding:var(--modal-title-padding);
|
|
5590
5612
|
}
|
|
5591
5613
|
@media (width > 459px){
|
|
5592
|
-
.bp_modal_module_modalTitle--
|
|
5614
|
+
.bp_modal_module_modalTitle--a2e6a{
|
|
5593
5615
|
padding:var(--modal-title-padding-non-fullscreen);
|
|
5594
5616
|
}
|
|
5595
5617
|
}
|
|
5596
5618
|
|
|
5597
|
-
.bp_modal_module_body--
|
|
5619
|
+
.bp_modal_module_body--a2e6a{
|
|
5598
5620
|
padding:var(--modal-body-padding);
|
|
5599
5621
|
}
|
|
5600
5622
|
@media (width > 459px){
|
|
5601
|
-
.bp_modal_module_body--
|
|
5623
|
+
.bp_modal_module_body--a2e6a{
|
|
5602
5624
|
padding:var(--modal-body-padding-non-fullscreen);
|
|
5603
5625
|
}
|
|
5604
5626
|
}
|
|
5605
5627
|
|
|
5606
|
-
.bp_modal_module_headerDividerLine--
|
|
5628
|
+
.bp_modal_module_headerDividerLine--a2e6a{
|
|
5607
5629
|
position:relative;
|
|
5608
5630
|
}
|
|
5609
|
-
.bp_modal_module_headerDividerLine--
|
|
5631
|
+
.bp_modal_module_headerDividerLine--a2e6a::after{
|
|
5610
5632
|
border-bottom:var(--modal-divider-line-border);
|
|
5611
5633
|
bottom:0;
|
|
5612
5634
|
content:"";
|
|
@@ -5615,16 +5637,16 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5615
5637
|
right:var(--modal-divider-line-offset-right);
|
|
5616
5638
|
}
|
|
5617
5639
|
@media (width > 459px){
|
|
5618
|
-
.bp_modal_module_headerDividerLine--
|
|
5640
|
+
.bp_modal_module_headerDividerLine--a2e6a::after{
|
|
5619
5641
|
left:var(--modal-divider-line-offset-left-non-fullscreen);
|
|
5620
5642
|
right:var(--modal-divider-line-offset-right-non-fullscreen);
|
|
5621
5643
|
}
|
|
5622
5644
|
}
|
|
5623
5645
|
|
|
5624
|
-
.bp_modal_module_footerDividerLine--
|
|
5646
|
+
.bp_modal_module_footerDividerLine--a2e6a{
|
|
5625
5647
|
position:relative;
|
|
5626
5648
|
}
|
|
5627
|
-
.bp_modal_module_footerDividerLine--
|
|
5649
|
+
.bp_modal_module_footerDividerLine--a2e6a::before{
|
|
5628
5650
|
border-bottom:var(--modal-divider-line-border);
|
|
5629
5651
|
content:"";
|
|
5630
5652
|
left:var(--modal-divider-line-offset-left);
|
|
@@ -5633,28 +5655,28 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5633
5655
|
top:0;
|
|
5634
5656
|
}
|
|
5635
5657
|
@media (width > 459px){
|
|
5636
|
-
.bp_modal_module_footerDividerLine--
|
|
5658
|
+
.bp_modal_module_footerDividerLine--a2e6a::before{
|
|
5637
5659
|
left:var(--modal-divider-line-offset-left-non-fullscreen);
|
|
5638
5660
|
right:var(--modal-divider-line-offset-right-non-fullscreen);
|
|
5639
5661
|
}
|
|
5640
5662
|
}
|
|
5641
5663
|
|
|
5642
|
-
.bp_modal_module_footer--
|
|
5664
|
+
.bp_modal_module_footer--a2e6a{
|
|
5643
5665
|
display:flex;
|
|
5644
5666
|
justify-content:flex-end;
|
|
5645
5667
|
padding:var(--modal-footer-padding);
|
|
5646
5668
|
}
|
|
5647
5669
|
@media (width > 459px){
|
|
5648
|
-
.bp_modal_module_footer--
|
|
5670
|
+
.bp_modal_module_footer--a2e6a{
|
|
5649
5671
|
padding:var(--modal-footer-padding-non-fullscreen);
|
|
5650
5672
|
}
|
|
5651
5673
|
}
|
|
5652
5674
|
|
|
5653
|
-
.bp_modal_module_footerButton--
|
|
5675
|
+
.bp_modal_module_footerButton--a2e6a + .bp_modal_module_footerButton--a2e6a{
|
|
5654
5676
|
margin-inline-start:var(--modal-footer-button-margin-inline-start);
|
|
5655
5677
|
}
|
|
5656
5678
|
|
|
5657
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
5679
|
+
@keyframes bp_modal_module_popup_bounce_in--a2e6a{
|
|
5658
5680
|
0%{
|
|
5659
5681
|
transform:scale3d(.1, .1, 1);
|
|
5660
5682
|
}
|
|
@@ -5873,66 +5895,66 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5873
5895
|
justify-content:flex-end;
|
|
5874
5896
|
}
|
|
5875
5897
|
|
|
5876
|
-
.bp_page_section_module_pageSectionContainer--
|
|
5898
|
+
.bp_page_section_module_pageSectionContainer--882e9{
|
|
5877
5899
|
display:flex;
|
|
5878
5900
|
flex-direction:column;
|
|
5879
5901
|
gap:var(--space-8);
|
|
5880
5902
|
}
|
|
5881
5903
|
@media (width > 767px){
|
|
5882
|
-
.bp_page_section_module_pageSectionContainer--
|
|
5904
|
+
.bp_page_section_module_pageSectionContainer--882e9{
|
|
5883
5905
|
gap:var(--space-12);
|
|
5884
5906
|
}
|
|
5885
5907
|
}
|
|
5886
5908
|
|
|
5887
|
-
.bp_page_section_module_pageSection--
|
|
5909
|
+
.bp_page_section_module_pageSection--882e9{
|
|
5888
5910
|
display:flex;
|
|
5889
5911
|
flex-direction:column;
|
|
5890
5912
|
gap:var(--space-7);
|
|
5891
5913
|
}
|
|
5892
5914
|
@media (width > 767px){
|
|
5893
|
-
.bp_page_section_module_pageSection--
|
|
5915
|
+
.bp_page_section_module_pageSection--882e9{
|
|
5894
5916
|
flex-direction:row;
|
|
5895
5917
|
gap:var(--space-20);
|
|
5896
5918
|
}
|
|
5897
5919
|
}
|
|
5898
5920
|
|
|
5899
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5921
|
+
.bp_page_section_module_pageSectionHeader--882e9{
|
|
5900
5922
|
display:flex;
|
|
5901
5923
|
flex-direction:column;
|
|
5902
5924
|
gap:var(--space-2);
|
|
5903
5925
|
}
|
|
5904
5926
|
@media (width > 767px){
|
|
5905
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5927
|
+
.bp_page_section_module_pageSectionHeader--882e9{
|
|
5906
5928
|
width:200px;
|
|
5907
5929
|
}
|
|
5908
5930
|
}
|
|
5909
5931
|
@media (width > 1023px){
|
|
5910
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5932
|
+
.bp_page_section_module_pageSectionHeader--882e9{
|
|
5911
5933
|
width:242px;
|
|
5912
5934
|
}
|
|
5913
5935
|
}
|
|
5914
5936
|
|
|
5915
|
-
.bp_page_section_module_pageSectionContent--
|
|
5937
|
+
.bp_page_section_module_pageSectionContent--882e9{
|
|
5916
5938
|
flex-grow:1;
|
|
5917
5939
|
}
|
|
5918
5940
|
|
|
5919
|
-
.bp_page_section_module_pageSectionDivider--
|
|
5941
|
+
.bp_page_section_module_pageSectionDivider--882e9{
|
|
5920
5942
|
width:100%;
|
|
5921
5943
|
}
|
|
5922
5944
|
|
|
5923
|
-
.bp_password_input_module_passwordInput--
|
|
5945
|
+
.bp_password_input_module_passwordInput--72f5c input[type=password],.bp_password_input_module_passwordInput--72f5c input[type=text]{
|
|
5924
5946
|
padding-inline-end:2.375rem;
|
|
5925
5947
|
}
|
|
5926
|
-
.bp_password_input_module_passwordInput--
|
|
5948
|
+
.bp_password_input_module_passwordInput--72f5c .bp_password_input_module_iconButton--72f5c{
|
|
5927
5949
|
height:var(--size-6);
|
|
5928
5950
|
inset-inline-end:.5rem;
|
|
5929
5951
|
width:var(--size-6);
|
|
5930
5952
|
}
|
|
5931
|
-
.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{
|
|
5932
5954
|
background:none;
|
|
5933
5955
|
}
|
|
5934
5956
|
|
|
5935
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5957
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3[data-modern=false]{
|
|
5936
5958
|
--text-input-border-width:var(--border-1);
|
|
5937
5959
|
--text-input-border-width-focused:var(--border-2);
|
|
5938
5960
|
--text-input-border-width-error:var(--border-2);
|
|
@@ -5963,7 +5985,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5963
5985
|
--text-input-hover-border-color:var(--border-input-border-hover);
|
|
5964
5986
|
}
|
|
5965
5987
|
|
|
5966
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5988
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3[data-modern=true]{
|
|
5967
5989
|
--text-input-border-width:var(--bp-border-01);
|
|
5968
5990
|
--text-input-border-width-focused:var(--bp-border-02);
|
|
5969
5991
|
--text-input-border-width-error:var(--bp-border-02);
|
|
@@ -5994,7 +6016,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5994
6016
|
--text-input-hover-border-color:var(--bp-border-input-border-hover);
|
|
5995
6017
|
}
|
|
5996
6018
|
|
|
5997
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6019
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3{
|
|
5998
6020
|
--disabled-opacity:var(--text-input-disabled-opacity-api, 60%);
|
|
5999
6021
|
display:flex;
|
|
6000
6022
|
flex-direction:column;
|
|
@@ -6007,7 +6029,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6007
6029
|
text-decoration:var(--body-default-text-decoration);
|
|
6008
6030
|
text-transform:var(--body-default-text-case);
|
|
6009
6031
|
}
|
|
6010
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6032
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_label--781c3{
|
|
6011
6033
|
color:var(--text-input-label-color);
|
|
6012
6034
|
flex:0 0 fit-content;
|
|
6013
6035
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -6021,15 +6043,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6021
6043
|
width:-moz-fit-content;
|
|
6022
6044
|
width:fit-content;
|
|
6023
6045
|
}
|
|
6024
|
-
.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){
|
|
6025
6047
|
margin-block-end:var(--text-input-row-gap);
|
|
6026
6048
|
}
|
|
6027
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6049
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3 .bp_base_text_input_module_textInputContainer--781c3{
|
|
6028
6050
|
display:flex;
|
|
6029
6051
|
height:var(--size-10);
|
|
6030
6052
|
position:relative;
|
|
6031
6053
|
}
|
|
6032
|
-
.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{
|
|
6033
6055
|
background:var(--text-input-background);
|
|
6034
6056
|
border:var(--text-input-border-width) solid var(--text-input-border-color);
|
|
6035
6057
|
border-radius:var(--text-input-border-radius);
|
|
@@ -6049,77 +6071,77 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6049
6071
|
text-transform:var(--body-default-text-case);
|
|
6050
6072
|
width:100%;
|
|
6051
6073
|
}
|
|
6052
|
-
.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{
|
|
6053
6075
|
box-shadow:var(--text-input-box-shadow);
|
|
6054
6076
|
}
|
|
6055
|
-
.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{
|
|
6056
6078
|
color:var(--text-input-placeholder-color);
|
|
6057
6079
|
opacity:1;
|
|
6058
6080
|
}
|
|
6059
|
-
.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{
|
|
6060
6082
|
background:var(--text-input-error-background);
|
|
6061
6083
|
border:var(--text-input-border-width-error) solid var(--text-input-error-border-color);
|
|
6062
6084
|
outline:0;
|
|
6063
6085
|
padding-inline-start:var(--text-input-padding-x-error);
|
|
6064
6086
|
}
|
|
6065
|
-
.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{
|
|
6066
6088
|
border-color:var(--text-input-read-only-border-color);
|
|
6067
6089
|
box-shadow:var(--text-input-box-shadow);
|
|
6068
6090
|
color:var(--text-input-read-only-color);
|
|
6069
6091
|
}
|
|
6070
|
-
.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{
|
|
6071
6093
|
border:var(--text-input-border-width-focused) solid var(--text-input-border-color-focus);
|
|
6072
6094
|
}
|
|
6073
|
-
.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{
|
|
6074
6096
|
cursor:default;
|
|
6075
6097
|
}
|
|
6076
|
-
.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{
|
|
6077
6099
|
background:var(--text-input-disabled-background);
|
|
6078
6100
|
border-color:var(--text-input-disabled-border-color);
|
|
6079
6101
|
box-shadow:var(--text-input-box-shadow);
|
|
6080
6102
|
color:var(--text-input-disabled-color);
|
|
6081
6103
|
}
|
|
6082
|
-
.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{
|
|
6083
6105
|
border-color:var(--text-input-border-color);
|
|
6084
6106
|
}
|
|
6085
|
-
.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{
|
|
6086
6108
|
background:var(--text-input-focused-background);
|
|
6087
6109
|
border:var(--text-input-border-width-focused) solid var(--text-input-focused-border-color);
|
|
6088
6110
|
outline:0;
|
|
6089
6111
|
padding-inline-start:var(--text-input-padding-x-focused);
|
|
6090
6112
|
}
|
|
6091
|
-
.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){
|
|
6092
6114
|
padding-inline-end:calc(var(--text-input-padding-x) + var(--end-icon-width) + var(--text-input-icon-padding));
|
|
6093
6115
|
}
|
|
6094
|
-
.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{
|
|
6095
6117
|
background:var(--text-input-hover-background);
|
|
6096
6118
|
border:var(--border-1) solid var(--text-input-hover-border-color);
|
|
6097
6119
|
}
|
|
6098
|
-
.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{
|
|
6099
6121
|
left:calc(var(--text-input-padding-x) + var(--text-input-border-width));
|
|
6100
6122
|
position:absolute;
|
|
6101
6123
|
top:50%;
|
|
6102
6124
|
transform:translateY(-50%);
|
|
6103
6125
|
}
|
|
6104
|
-
.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{
|
|
6105
6127
|
padding-inline-start:calc(var(--text-input-padding-x) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6106
6128
|
}
|
|
6107
|
-
.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{
|
|
6108
6130
|
padding-inline-start:calc(var(--text-input-padding-x-focused) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6109
6131
|
}
|
|
6110
|
-
.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{
|
|
6111
6133
|
padding-inline-start:calc(var(--text-input-padding-x-error) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6112
6134
|
}
|
|
6113
|
-
.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{
|
|
6114
6136
|
position:absolute;
|
|
6115
6137
|
right:calc(var(--text-input-padding-x) + var(--text-input-border-width));
|
|
6116
6138
|
top:50%;
|
|
6117
6139
|
transform:translateY(-50%);
|
|
6118
6140
|
}
|
|
6119
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6141
|
+
.bp_base_text_input_module_textInputContainerOuter--781c3.bp_base_text_input_module_disabled--781c3{
|
|
6120
6142
|
opacity:var(--disabled-opacity);
|
|
6121
6143
|
}
|
|
6122
|
-
.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{
|
|
6123
6145
|
margin-block-start:var(--text-input-inline-error-subtext-block-margin);
|
|
6124
6146
|
}
|
|
6125
6147
|
.bp_chip_module_chip--d54cf[data-modern=false]{
|
|
@@ -6407,7 +6429,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6407
6429
|
}
|
|
6408
6430
|
}
|
|
6409
6431
|
|
|
6410
|
-
.bp_context_menu_module_menuBlock--
|
|
6432
|
+
.bp_context_menu_module_menuBlock--eea43{
|
|
6411
6433
|
background-color:var(--surface-menu-surface);
|
|
6412
6434
|
border:var(--border-1) solid var(--border-card-border);
|
|
6413
6435
|
border-radius:var(--radius-3);
|
|
@@ -6418,7 +6440,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6418
6440
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
6419
6441
|
padding:var(--space-3);
|
|
6420
6442
|
}
|
|
6421
|
-
.bp_context_menu_module_menuBlock--
|
|
6443
|
+
.bp_context_menu_module_menuBlock--eea43[data-menu-fullscreen=true]{
|
|
6422
6444
|
border:unset;
|
|
6423
6445
|
border-radius:unset;
|
|
6424
6446
|
display:flex;
|
|
@@ -6431,15 +6453,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6431
6453
|
position:relative;
|
|
6432
6454
|
width:100vw;
|
|
6433
6455
|
}
|
|
6434
|
-
.bp_context_menu_module_menuBlock--
|
|
6456
|
+
.bp_context_menu_module_menuBlock--eea43[data-menu-fullscreen=true] .bp_context_menu_module_fullScreenContent--eea43{
|
|
6435
6457
|
overflow-y:auto;
|
|
6436
6458
|
padding:var(--space-3);
|
|
6437
6459
|
}
|
|
6438
|
-
.bp_context_menu_module_menuBlock--
|
|
6460
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItemsSeparator--eea43{
|
|
6439
6461
|
margin-block:var(--space-2);
|
|
6440
6462
|
margin-inline:var(--space-2);
|
|
6441
6463
|
}
|
|
6442
|
-
.bp_context_menu_module_menuBlock--
|
|
6464
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItem--eea43{
|
|
6443
6465
|
align-items:center;
|
|
6444
6466
|
background-color:var(--surface-menu-surface);
|
|
6445
6467
|
border:var(--border-2) solid #0000;
|
|
@@ -6452,19 +6474,19 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6452
6474
|
padding-inline:var(--space-2);
|
|
6453
6475
|
position:relative;
|
|
6454
6476
|
}
|
|
6455
|
-
.bp_context_menu_module_menuBlock--
|
|
6477
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItem--eea43[data-disabled]{
|
|
6456
6478
|
opacity:60%;
|
|
6457
6479
|
pointer-events:none;
|
|
6458
6480
|
}
|
|
6459
|
-
.bp_context_menu_module_menuBlock--
|
|
6481
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItem--eea43[data-highlighted]:not(:hover){
|
|
6460
6482
|
background-color:var(--surface-menu-surface-focus);
|
|
6461
6483
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
6462
6484
|
}
|
|
6463
|
-
.bp_context_menu_module_menuBlock--
|
|
6485
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItem--eea43:active{
|
|
6464
6486
|
background-color:var(--surface-menu-surface-focus);
|
|
6465
6487
|
border:var(--border-2) solid #0000;
|
|
6466
6488
|
}
|
|
6467
|
-
.bp_context_menu_module_menuBlock--
|
|
6489
|
+
.bp_context_menu_module_menuBlock--eea43 .bp_context_menu_module_menuItem--eea43:hover{
|
|
6468
6490
|
background-color:var(--surface-menu-surface-focus);
|
|
6469
6491
|
}
|
|
6470
6492
|
div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):has([data-menu-fullscreen=true]){
|
|
@@ -6473,7 +6495,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6473
6495
|
width:100%;
|
|
6474
6496
|
}
|
|
6475
6497
|
|
|
6476
|
-
.bp_context_menu_module_menuHeader--
|
|
6498
|
+
.bp_context_menu_module_menuHeader--eea43{
|
|
6477
6499
|
align-items:center;
|
|
6478
6500
|
box-shadow:var(--dropshadow-1);
|
|
6479
6501
|
display:grid;
|
|
@@ -6483,25 +6505,25 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6483
6505
|
padding:var(--space-3);
|
|
6484
6506
|
}
|
|
6485
6507
|
|
|
6486
|
-
.bp_context_menu_module_headerTextContent--
|
|
6508
|
+
.bp_context_menu_module_headerTextContent--eea43{
|
|
6487
6509
|
display:grid;
|
|
6488
6510
|
}
|
|
6489
6511
|
|
|
6490
|
-
.bp_context_menu_module_submenuCloseButton--
|
|
6512
|
+
.bp_context_menu_module_submenuCloseButton--eea43{
|
|
6491
6513
|
grid-area:submenu-close;
|
|
6492
6514
|
}
|
|
6493
6515
|
|
|
6494
|
-
.bp_context_menu_module_menuCloseButton--
|
|
6516
|
+
.bp_context_menu_module_menuCloseButton--eea43{
|
|
6495
6517
|
grid-area:close;
|
|
6496
6518
|
}
|
|
6497
6519
|
|
|
6498
|
-
.bp_context_menu_module_ellipsis--
|
|
6520
|
+
.bp_context_menu_module_ellipsis--eea43{
|
|
6499
6521
|
overflow:hidden;
|
|
6500
6522
|
text-overflow:ellipsis;
|
|
6501
6523
|
white-space:nowrap;
|
|
6502
6524
|
}
|
|
6503
6525
|
|
|
6504
|
-
.bp_notification_module_viewport--
|
|
6526
|
+
.bp_notification_module_viewport--f28c8{
|
|
6505
6527
|
--notification-viewport-space:var(--space-4);
|
|
6506
6528
|
--notification-viewport-item-spacing:var(--space-3);
|
|
6507
6529
|
all:unset;
|
|
@@ -6516,7 +6538,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6516
6538
|
z-index:2147483647;
|
|
6517
6539
|
}
|
|
6518
6540
|
|
|
6519
|
-
.bp_notification_module_root--
|
|
6541
|
+
.bp_notification_module_root--f28c8[data-modern=false]{
|
|
6520
6542
|
--notification-padding-vertical:var(--space-3);
|
|
6521
6543
|
--notification-padding-horizontal:var(--space-4);
|
|
6522
6544
|
--notification-item-spacing:var(--space-3);
|
|
@@ -6537,7 +6559,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6537
6559
|
--notification-icon-size:var(--size-8);
|
|
6538
6560
|
}
|
|
6539
6561
|
|
|
6540
|
-
.bp_notification_module_root--
|
|
6562
|
+
.bp_notification_module_root--f28c8[data-modern=true]{
|
|
6541
6563
|
--notification-padding-vertical:var(--bp-space-030);
|
|
6542
6564
|
--notification-padding-horizontal:var(--bp-space-040);
|
|
6543
6565
|
--notification-item-spacing:var(--bp-space-030);
|
|
@@ -6559,20 +6581,20 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6559
6581
|
--notification-text-container-height:var(--bp-space-080);
|
|
6560
6582
|
--notification-icon-size:var(--bp-size-080);
|
|
6561
6583
|
}
|
|
6562
|
-
.bp_notification_module_root--
|
|
6584
|
+
.bp_notification_module_root--f28c8[data-modern=true].bp_notification_module_info--f28c8{
|
|
6563
6585
|
background:linear-gradient(0deg, var(--notification-background-info) 0, var(--notification-background-info) 100%), var(--notification-background-overlay);
|
|
6564
6586
|
}
|
|
6565
|
-
.bp_notification_module_root--
|
|
6587
|
+
.bp_notification_module_root--f28c8[data-modern=true].bp_notification_module_success--f28c8{
|
|
6566
6588
|
background:linear-gradient(0deg, var(--notification-background-success) 0, var(--notification-background-success) 100%), var(--notification-background-overlay);
|
|
6567
6589
|
}
|
|
6568
|
-
.bp_notification_module_root--
|
|
6590
|
+
.bp_notification_module_root--f28c8[data-modern=true].bp_notification_module_warning--f28c8{
|
|
6569
6591
|
background:linear-gradient(0deg, var(--notification-background-warning) 0, var(--notification-background-warning) 100%), var(--notification-background-overlay);
|
|
6570
6592
|
}
|
|
6571
|
-
.bp_notification_module_root--
|
|
6593
|
+
.bp_notification_module_root--f28c8[data-modern=true].bp_notification_module_error--f28c8{
|
|
6572
6594
|
background:linear-gradient(0deg, var(--notification-background-error) 0, var(--notification-background-error) 100%), var(--notification-background-overlay);
|
|
6573
6595
|
}
|
|
6574
6596
|
|
|
6575
|
-
.bp_notification_module_root--
|
|
6597
|
+
.bp_notification_module_root--f28c8{
|
|
6576
6598
|
backdrop-filter:blur(var(--notification-background-blur));
|
|
6577
6599
|
border:var(--notification-border) solid;
|
|
6578
6600
|
border-radius:var(--notification-radius);
|
|
@@ -6582,26 +6604,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6582
6604
|
width:max-content;
|
|
6583
6605
|
}
|
|
6584
6606
|
@media (width > 374px){
|
|
6585
|
-
.bp_notification_module_root--
|
|
6607
|
+
.bp_notification_module_root--f28c8{
|
|
6586
6608
|
max-width:343px;
|
|
6587
6609
|
}
|
|
6588
6610
|
}
|
|
6589
6611
|
@media (width > 767px){
|
|
6590
|
-
.bp_notification_module_root--
|
|
6612
|
+
.bp_notification_module_root--f28c8{
|
|
6591
6613
|
max-width:728px;
|
|
6592
6614
|
}
|
|
6593
6615
|
}
|
|
6594
6616
|
@media (width > 1023px){
|
|
6595
|
-
.bp_notification_module_root--
|
|
6617
|
+
.bp_notification_module_root--f28c8{
|
|
6596
6618
|
max-width:848px;
|
|
6597
6619
|
}
|
|
6598
6620
|
}
|
|
6599
6621
|
@media (width > 1219px){
|
|
6600
|
-
.bp_notification_module_root--
|
|
6622
|
+
.bp_notification_module_root--f28c8{
|
|
6601
6623
|
max-width:896px;
|
|
6602
6624
|
}
|
|
6603
6625
|
}
|
|
6604
|
-
.bp_notification_module_root--
|
|
6626
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_container--f28c8{
|
|
6605
6627
|
align-items:flex-start;
|
|
6606
6628
|
display:flex;
|
|
6607
6629
|
gap:var(--notification-item-spacing);
|
|
@@ -6609,11 +6631,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6609
6631
|
width:100%;
|
|
6610
6632
|
}
|
|
6611
6633
|
@media (width > 767px){
|
|
6612
|
-
.bp_notification_module_root--
|
|
6634
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_container--f28c8{
|
|
6613
6635
|
align-items:center;
|
|
6614
6636
|
}
|
|
6615
6637
|
}
|
|
6616
|
-
.bp_notification_module_root--
|
|
6638
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_mobileContainer--f28c8{
|
|
6617
6639
|
align-items:left;
|
|
6618
6640
|
display:flex;
|
|
6619
6641
|
flex-direction:column;
|
|
@@ -6621,46 +6643,46 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6621
6643
|
width:100%;
|
|
6622
6644
|
}
|
|
6623
6645
|
@media (width > 767px){
|
|
6624
|
-
.bp_notification_module_root--
|
|
6646
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_mobileContainer--f28c8{
|
|
6625
6647
|
align-items:center;
|
|
6626
6648
|
flex-direction:row;
|
|
6627
6649
|
}
|
|
6628
6650
|
}
|
|
6629
|
-
.bp_notification_module_root--
|
|
6651
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_withButtons--f28c8{
|
|
6630
6652
|
gap:var(--notification-item-spacing);
|
|
6631
6653
|
}
|
|
6632
|
-
.bp_notification_module_root--
|
|
6654
|
+
.bp_notification_module_root--f28c8.bp_notification_module_info--f28c8{
|
|
6633
6655
|
background:var(--notification-background-info);
|
|
6634
6656
|
border-color:var(--notification-border-color-info);
|
|
6635
6657
|
}
|
|
6636
|
-
.bp_notification_module_root--
|
|
6658
|
+
.bp_notification_module_root--f28c8.bp_notification_module_success--f28c8{
|
|
6637
6659
|
background:var(--notification-background-success);
|
|
6638
6660
|
border-color:var(--notification-border-color-success);
|
|
6639
6661
|
}
|
|
6640
|
-
.bp_notification_module_root--
|
|
6662
|
+
.bp_notification_module_root--f28c8.bp_notification_module_warning--f28c8{
|
|
6641
6663
|
background:var(--notification-background-warning);
|
|
6642
6664
|
border-color:var(--notification-border-color-warning);
|
|
6643
6665
|
}
|
|
6644
|
-
.bp_notification_module_root--
|
|
6666
|
+
.bp_notification_module_root--f28c8.bp_notification_module_error--f28c8{
|
|
6645
6667
|
background:var(--notification-background-error);
|
|
6646
6668
|
border-color:var(--notification-border-color-error);
|
|
6647
6669
|
}
|
|
6648
|
-
.bp_notification_module_root--
|
|
6670
|
+
.bp_notification_module_root--f28c8:focus-visible{
|
|
6649
6671
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--notification-outline-focus);
|
|
6650
6672
|
outline:none;
|
|
6651
6673
|
}
|
|
6652
|
-
.bp_notification_module_root--
|
|
6674
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_typeIconContainer--f28c8{
|
|
6653
6675
|
align-items:center;
|
|
6654
6676
|
display:flex;
|
|
6655
6677
|
height:var(--notification-icon-size);
|
|
6656
6678
|
justify-content:center;
|
|
6657
6679
|
width:var(--notification-icon-size);
|
|
6658
6680
|
}
|
|
6659
|
-
.bp_notification_module_root--
|
|
6681
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_typeIconContainer--f28c8 .bp_notification_module_typeIcon--f28c8{
|
|
6660
6682
|
flex-shrink:0;
|
|
6661
6683
|
margin-left:var(--notification-padding-horizontal);
|
|
6662
6684
|
}
|
|
6663
|
-
.bp_notification_module_root--
|
|
6685
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_text--f28c8{
|
|
6664
6686
|
align-items:center;
|
|
6665
6687
|
color:var(--notification-text-color);
|
|
6666
6688
|
display:flex;
|
|
@@ -6676,38 +6698,38 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6676
6698
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
6677
6699
|
text-transform:var(--body-default-bold-text-case);
|
|
6678
6700
|
}
|
|
6679
|
-
.bp_notification_module_root--
|
|
6701
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_text--f28c8 > div{
|
|
6680
6702
|
overflow:hidden;
|
|
6681
6703
|
overflow-wrap:break-word;
|
|
6682
6704
|
}
|
|
6683
|
-
.bp_notification_module_root--
|
|
6705
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_contentButtonSection--f28c8{
|
|
6684
6706
|
display:flex;
|
|
6685
6707
|
gap:var(--notification-item-spacing);
|
|
6686
6708
|
margin-left:0;
|
|
6687
6709
|
}
|
|
6688
6710
|
@media (width > 767px){
|
|
6689
|
-
.bp_notification_module_root--
|
|
6711
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_contentButtonSection--f28c8{
|
|
6690
6712
|
margin-left:auto;
|
|
6691
6713
|
}
|
|
6692
6714
|
}
|
|
6693
|
-
.bp_notification_module_root--
|
|
6715
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_contentButtonSection--f28c8 .bp_notification_module_contentButtons--f28c8{
|
|
6694
6716
|
display:flex;
|
|
6695
6717
|
gap:var(--notification-item-spacing);
|
|
6696
6718
|
}
|
|
6697
|
-
.bp_notification_module_root--
|
|
6719
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_closeButtonSection--f28c8{
|
|
6698
6720
|
display:flex;
|
|
6699
6721
|
gap:var(--notification-item-spacing);
|
|
6700
6722
|
margin-left:auto;
|
|
6701
6723
|
margin-right:var(--notification-padding-horizontal);
|
|
6702
6724
|
}
|
|
6703
|
-
.bp_notification_module_root--
|
|
6725
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_closeButtonSection--f28c8 .bp_notification_module_closeButton--f28c8{
|
|
6704
6726
|
align-self:center;
|
|
6705
6727
|
}
|
|
6706
|
-
.bp_notification_module_root--
|
|
6728
|
+
.bp_notification_module_root--f28c8 .bp_notification_module_closeButtonSection--f28c8 .bp_notification_module_closeButton--f28c8 svg *{
|
|
6707
6729
|
fill:currentColor;
|
|
6708
6730
|
}
|
|
6709
6731
|
|
|
6710
|
-
.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{
|
|
6711
6733
|
margin-inline-end:var(--scroll-mask-margin-inline-end);
|
|
6712
6734
|
mask-image:var(--scroll-mask-mask-image);
|
|
6713
6735
|
mask-position:var(--scroll-mask-mask-position);
|
|
@@ -6717,7 +6739,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6717
6739
|
transition:var(--scroll-mask-transition);
|
|
6718
6740
|
}
|
|
6719
6741
|
|
|
6720
|
-
.bp_popover_module_popoverContentContainer--
|
|
6742
|
+
.bp_popover_module_popoverContentContainer--e1d80[data-modern=false]{
|
|
6721
6743
|
--scroll-mask-padding-right:var(--space-4);
|
|
6722
6744
|
--scroll-mask-overflow:auto;
|
|
6723
6745
|
--scroll-mask-transition:mask-position var(--animation-duration-3), -webkit-mask-position var(--animation-duration-3);
|
|
@@ -6742,7 +6764,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6742
6764
|
--popover-footer-border-top:var(--border-1) solid var(--border-card-border);
|
|
6743
6765
|
}
|
|
6744
6766
|
|
|
6745
|
-
.bp_popover_module_popoverContentContainer--
|
|
6767
|
+
.bp_popover_module_popoverContentContainer--e1d80[data-modern=true]{
|
|
6746
6768
|
--bp-dropshadow-3:var(--dropshadow-3);
|
|
6747
6769
|
--bp-animation-duration-3:var(--animation-duration-3);
|
|
6748
6770
|
--scroll-mask-padding-right:var(--bp-space-040);
|
|
@@ -6769,43 +6791,43 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6769
6791
|
--popover-footer-border-top:var(--bp-border-01) solid var(--bp-border-card-border);
|
|
6770
6792
|
}
|
|
6771
6793
|
|
|
6772
|
-
.bp_popover_module_popoverContentContainer--
|
|
6794
|
+
.bp_popover_module_popoverContentContainer--e1d80{
|
|
6773
6795
|
max-width:320px;
|
|
6774
6796
|
z-index:var(--z-index-popover);
|
|
6775
6797
|
}
|
|
6776
|
-
.bp_popover_module_popoverContentContainer--
|
|
6798
|
+
.bp_popover_module_popoverContentContainer--e1d80 .bp_popover_module_popoverCard--e1d80{
|
|
6777
6799
|
box-shadow:var(--popover-card-box-shadow);
|
|
6778
6800
|
margin-block:var(--popover-card-margin-block);
|
|
6779
6801
|
}
|
|
6780
|
-
.bp_popover_module_popoverContentContainer--
|
|
6802
|
+
.bp_popover_module_popoverContentContainer--e1d80 .bp_popover_module_popoverCard--e1d80 .bp_popover_module_popoverMainContent--e1d80:hover{
|
|
6781
6803
|
mask-position:left top;
|
|
6782
6804
|
}
|
|
6783
|
-
.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{
|
|
6784
6806
|
max-height:inherit;
|
|
6785
6807
|
}
|
|
6786
|
-
.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{
|
|
6787
6809
|
padding-block-end:var(--popover-main-content-inner-container-padding);
|
|
6788
6810
|
}
|
|
6789
|
-
.bp_popover_module_popoverContentContainer--
|
|
6811
|
+
.bp_popover_module_popoverContentContainer--e1d80.bp_popover_module_accessibilitySmallBreakpoint--e1d80{
|
|
6790
6812
|
max-height:var(--radix-popover-content-available-height);
|
|
6791
6813
|
}
|
|
6792
|
-
.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{
|
|
6793
6815
|
max-height:var(--popover-scroll-container-small-breakpoint-max-height);
|
|
6794
6816
|
padding-block:var(--popover-scroll-container-small-breakpoint-padding-block);
|
|
6795
6817
|
}
|
|
6796
|
-
.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{
|
|
6797
6819
|
mask-position:left top;
|
|
6798
6820
|
}
|
|
6799
|
-
.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{
|
|
6800
6822
|
max-height:-moz-fit-content;
|
|
6801
6823
|
max-height:fit-content;
|
|
6802
6824
|
}
|
|
6803
|
-
.bp_popover_module_popoverContentContainer--
|
|
6825
|
+
.bp_popover_module_popoverContentContainer--e1d80 .bp_popover_module_popoverFooter--e1d80{
|
|
6804
6826
|
margin-inline:var(--popover-footer-margin-inline);
|
|
6805
6827
|
padding-block-start:var(--popover-footer-padding-block-start);
|
|
6806
6828
|
padding-inline:var(--popover-footer-padding-inline);
|
|
6807
6829
|
}
|
|
6808
|
-
.bp_popover_module_popoverContentContainer--
|
|
6830
|
+
.bp_popover_module_popoverContentContainer--e1d80 .bp_popover_module_popoverFooter--e1d80.bp_popover_module_popoverFooterTopBorder--e1d80{
|
|
6809
6831
|
border-top:var(--popover-footer-border-top);
|
|
6810
6832
|
}
|
|
6811
6833
|
.bp_select_menu_grid_module_grid--6e766{
|
|
@@ -6817,42 +6839,42 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6817
6839
|
flex-direction:row;
|
|
6818
6840
|
}
|
|
6819
6841
|
|
|
6820
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6842
|
+
.bp_select_menu_grid_option_module_buttonWrapper--f6f06.bp_select_menu_grid_option_module_withLabel--f6f06{
|
|
6821
6843
|
flex:1 1 0;
|
|
6822
6844
|
margin:var(--space-05) 0;
|
|
6823
6845
|
}
|
|
6824
|
-
.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{
|
|
6825
6847
|
max-width:100%;
|
|
6826
6848
|
}
|
|
6827
6849
|
@media only screen and (width > 374px){
|
|
6828
|
-
.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{
|
|
6829
6851
|
margin:var(--space-05);
|
|
6830
6852
|
max-width:calc(50% - var(--space-1));
|
|
6831
6853
|
}
|
|
6832
|
-
.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{
|
|
6833
6855
|
margin-left:0;
|
|
6834
6856
|
}
|
|
6835
|
-
.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{
|
|
6836
6858
|
margin-right:0;
|
|
6837
6859
|
}
|
|
6838
6860
|
}
|
|
6839
6861
|
|
|
6840
|
-
.bp_select_menu_grid_option_module_square--
|
|
6862
|
+
.bp_select_menu_grid_option_module_square--f6f06{
|
|
6841
6863
|
height:var(--size-8);
|
|
6842
6864
|
width:var(--size-8);
|
|
6843
6865
|
}
|
|
6844
|
-
.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{
|
|
6845
6867
|
align-items:center;
|
|
6846
6868
|
border-radius:var(--radius-3);
|
|
6847
6869
|
display:flex;
|
|
6848
6870
|
justify-content:center;
|
|
6849
6871
|
}
|
|
6850
|
-
.bp_select_menu_grid_option_module_square--
|
|
6872
|
+
.bp_select_menu_grid_option_module_square--f6f06 .bp_select_menu_grid_option_module_outlineHost--f6f06{
|
|
6851
6873
|
height:var(--size-7);
|
|
6852
6874
|
width:var(--size-7);
|
|
6853
6875
|
}
|
|
6854
6876
|
|
|
6855
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6877
|
+
.bp_select_menu_grid_option_module_circle--f6f06{
|
|
6856
6878
|
align-items:center;
|
|
6857
6879
|
background-clip:content-box;
|
|
6858
6880
|
background-color:var(--gray-white);
|
|
@@ -6864,10 +6886,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6864
6886
|
justify-content:center;
|
|
6865
6887
|
width:var(--size-8);
|
|
6866
6888
|
}
|
|
6867
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6889
|
+
.bp_select_menu_grid_option_module_circle--f6f06.bp_select_menu_grid_option_module_loading--f6f06{
|
|
6868
6890
|
border-color:var(--gray-white);
|
|
6869
6891
|
}
|
|
6870
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6892
|
+
.bp_select_menu_grid_option_module_circle--f6f06 .bp_select_menu_grid_option_module_color--f6f06{
|
|
6871
6893
|
background-color:var(--circleColor);
|
|
6872
6894
|
border:var(--border-1) solid var(--circleBorderColor);
|
|
6873
6895
|
border-radius:50%;
|
|
@@ -6875,10 +6897,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6875
6897
|
height:var(--size-6);
|
|
6876
6898
|
width:var(--size-6);
|
|
6877
6899
|
}
|
|
6878
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6900
|
+
.bp_select_menu_grid_option_module_circle--f6f06 .bp_select_menu_grid_option_module_strikeThrough--f6f06{
|
|
6879
6901
|
position:relative;
|
|
6880
6902
|
}
|
|
6881
|
-
.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{
|
|
6882
6904
|
background-color:var(--watermelon-red-100);
|
|
6883
6905
|
border-radius:var(--radius-1);
|
|
6884
6906
|
content:"";
|
|
@@ -6890,7 +6912,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6890
6912
|
width:90%;
|
|
6891
6913
|
}
|
|
6892
6914
|
|
|
6893
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6915
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06{
|
|
6894
6916
|
align-items:center;
|
|
6895
6917
|
background-color:initial;
|
|
6896
6918
|
border:none;
|
|
@@ -6900,13 +6922,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6900
6922
|
-webkit-user-select:none;
|
|
6901
6923
|
user-select:none;
|
|
6902
6924
|
}
|
|
6903
|
-
.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){
|
|
6904
6926
|
height:var(--size-8);
|
|
6905
6927
|
justify-content:center;
|
|
6906
6928
|
padding:0;
|
|
6907
6929
|
width:var(--size-8);
|
|
6908
6930
|
}
|
|
6909
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6931
|
+
.bp_select_menu_grid_option_module_optionButton--f6f06.bp_select_menu_grid_option_module_labeled--f6f06{
|
|
6910
6932
|
border-radius:var(--radius-3);
|
|
6911
6933
|
gap:var(--space-3);
|
|
6912
6934
|
min-width:10rem;
|
|
@@ -6914,23 +6936,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6914
6936
|
transition:background-color var(--animation-duration-2);
|
|
6915
6937
|
width:100%;
|
|
6916
6938
|
}
|
|
6917
|
-
.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{
|
|
6918
6940
|
max-height:var(--size-8);
|
|
6919
6941
|
text-align:left;
|
|
6920
6942
|
}
|
|
6921
|
-
.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{
|
|
6922
6944
|
-webkit-box-orient:vertical;
|
|
6923
6945
|
-webkit-line-clamp:1;
|
|
6924
6946
|
display:-webkit-box;
|
|
6925
6947
|
overflow:hidden;
|
|
6926
6948
|
}
|
|
6927
|
-
.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{
|
|
6928
6950
|
-webkit-box-orient:vertical;
|
|
6929
6951
|
-webkit-line-clamp:2;
|
|
6930
6952
|
display:-webkit-box;
|
|
6931
6953
|
overflow:hidden;
|
|
6932
6954
|
}
|
|
6933
|
-
.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{
|
|
6934
6956
|
align-items:center;
|
|
6935
6957
|
background:var(--icon-background);
|
|
6936
6958
|
border-radius:var(--radius-3);
|
|
@@ -6938,95 +6960,95 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6938
6960
|
flex-shrink:0;
|
|
6939
6961
|
justify-content:center;
|
|
6940
6962
|
}
|
|
6941
|
-
.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{
|
|
6942
6964
|
height:var(--size-8);
|
|
6943
6965
|
width:var(--size-8);
|
|
6944
6966
|
}
|
|
6945
|
-
.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{
|
|
6946
6968
|
height:var(--size-10);
|
|
6947
6969
|
width:var(--size-10);
|
|
6948
6970
|
}
|
|
6949
|
-
.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{
|
|
6950
6972
|
--icon-background:var(--surface-surface-tertiary);
|
|
6951
6973
|
--icon-background-dark:var(--surface-surface-quaternary);
|
|
6952
6974
|
}
|
|
6953
|
-
.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{
|
|
6954
6976
|
--icon-background:var(--brand-box-tertiary);
|
|
6955
6977
|
--icon-background-dark:var(--brand-box-secondary);
|
|
6956
6978
|
}
|
|
6957
|
-
.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{
|
|
6958
6980
|
--icon-background:var(--brand-docgen-tertiary);
|
|
6959
6981
|
--icon-background-dark:var(--brand-docgen-secondary);
|
|
6960
6982
|
}
|
|
6961
|
-
.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{
|
|
6962
6984
|
--icon-background:var(--brand-forms-tertiary);
|
|
6963
6985
|
--icon-background-dark:var(--brand-forms-secondary);
|
|
6964
6986
|
}
|
|
6965
|
-
.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{
|
|
6966
6988
|
--icon-background:var(--brand-sign-tertiary);
|
|
6967
6989
|
--icon-background-dark:var(--brand-sign-secondary);
|
|
6968
6990
|
}
|
|
6969
|
-
.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{
|
|
6970
6992
|
background:var(--surface-surface-secondary);
|
|
6971
6993
|
box-shadow:var(--dropshadow-2);
|
|
6972
6994
|
cursor:grab;
|
|
6973
6995
|
}
|
|
6974
|
-
.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{
|
|
6975
6997
|
background:var(--surface-surface-secondary);
|
|
6976
6998
|
box-shadow:var(--dropshadow-2);
|
|
6977
6999
|
}
|
|
6978
|
-
.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{
|
|
6979
7001
|
background-color:var(--icon-background);
|
|
6980
7002
|
}
|
|
6981
|
-
.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{
|
|
6982
7004
|
box-shadow:0 0 0 var(--border-1) var(--border-divider-border), var(--dropshadow-2);
|
|
6983
7005
|
}
|
|
6984
|
-
.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{
|
|
6985
7007
|
background-color:var(--icon-background-dark);
|
|
6986
7008
|
}
|
|
6987
|
-
.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{
|
|
6988
7010
|
cursor:grabbing;
|
|
6989
7011
|
}
|
|
6990
|
-
.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{
|
|
6991
7013
|
background-color:var(--icon-background-dark);
|
|
6992
7014
|
transition:background-color var(--animation-duration-2);
|
|
6993
7015
|
}
|
|
6994
|
-
.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]{
|
|
6995
7017
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
6996
7018
|
}
|
|
6997
|
-
.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{
|
|
6998
7020
|
background:var(--surface-surface-secondary);
|
|
6999
7021
|
}
|
|
7000
|
-
.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{
|
|
7001
7023
|
background-color:var(--surface-cta-surface-outline-hover);
|
|
7002
7024
|
}
|
|
7003
|
-
.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{
|
|
7004
7026
|
background-color:var(--surface-option-grid-surface-hover);
|
|
7005
7027
|
}
|
|
7006
|
-
.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{
|
|
7007
7029
|
background-color:var(--surface-cta-surface-outline-pressed);
|
|
7008
7030
|
}
|
|
7009
|
-
.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{
|
|
7010
7032
|
border:var(--border-2) solid var(--circleColor);
|
|
7011
7033
|
}
|
|
7012
|
-
.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{
|
|
7013
7035
|
cursor:default;
|
|
7014
7036
|
}
|
|
7015
|
-
.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{
|
|
7016
7038
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
7017
7039
|
}
|
|
7018
|
-
.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{
|
|
7019
7041
|
border-color:var(--surface-option-grid-surface-hover);
|
|
7020
7042
|
}
|
|
7021
|
-
.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{
|
|
7022
7044
|
border:var(--border-2) solid var(--circleColor);
|
|
7023
7045
|
box-shadow:0 0 0 var(--border-1) var(--gray-white), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
7024
7046
|
}
|
|
7025
|
-
.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){
|
|
7026
7048
|
opacity:.3;
|
|
7027
7049
|
}
|
|
7028
7050
|
|
|
7029
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
7051
|
+
.bp_tabs_module_hiddenWidthSetter--5455c{
|
|
7030
7052
|
display:block;
|
|
7031
7053
|
font-family:var(--body-default-bold-font-family);
|
|
7032
7054
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -7040,11 +7062,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7040
7062
|
text-transform:var(--body-default-bold-text-case);
|
|
7041
7063
|
visibility:hidden;
|
|
7042
7064
|
}
|
|
7043
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
7065
|
+
.bp_tabs_module_hiddenWidthSetter--5455c > *{
|
|
7044
7066
|
visibility:hidden;
|
|
7045
7067
|
}
|
|
7046
7068
|
|
|
7047
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7069
|
+
.bp_tabs_module_contentSwitchTabList--5455c[data-modern=false]{
|
|
7048
7070
|
--content-switch-tab-list-gap:var(--space-1);
|
|
7049
7071
|
--content-switch-tab-list-padding:var(--space-1);
|
|
7050
7072
|
--content-switch-tab-list-background:var(--surface-contentswitcher-surface);
|
|
@@ -7060,7 +7082,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7060
7082
|
--content-switch-tab-active-background:var(--surface-cta-surface-secondary-pressed);
|
|
7061
7083
|
}
|
|
7062
7084
|
|
|
7063
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7085
|
+
.bp_tabs_module_contentSwitchTabList--5455c[data-modern=true]{
|
|
7064
7086
|
--content-switch-tab-list-gap:var(--bp-space-010);
|
|
7065
7087
|
--content-switch-tab-list-padding:var(--bp-space-010);
|
|
7066
7088
|
--content-switch-tab-list-background:var(--bp-gray-10);
|
|
@@ -7075,7 +7097,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7075
7097
|
--content-switch-tab-hover-background:var(--bp-gray-05);
|
|
7076
7098
|
}
|
|
7077
7099
|
|
|
7078
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7100
|
+
.bp_tabs_module_contentSwitchTabList--5455c{
|
|
7079
7101
|
background:var(--content-switch-tab-list-background);
|
|
7080
7102
|
border-radius:var(--content-switch-tab-list-border-radius);
|
|
7081
7103
|
display:grid;
|
|
@@ -7086,7 +7108,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7086
7108
|
min-width:fit-content;
|
|
7087
7109
|
padding:var(--content-switch-tab-list-padding);
|
|
7088
7110
|
}
|
|
7089
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7111
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c{
|
|
7090
7112
|
align-items:center;
|
|
7091
7113
|
background:#0000;
|
|
7092
7114
|
border:none;
|
|
@@ -7107,7 +7129,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7107
7129
|
text-transform:var(--body-default-text-case);
|
|
7108
7130
|
white-space:nowrap;
|
|
7109
7131
|
}
|
|
7110
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7132
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c[aria-selected=true]{
|
|
7111
7133
|
background:var(--content-switch-tab-selected-background);
|
|
7112
7134
|
box-shadow:var(--content-switch-tab-selected-box-shadow);
|
|
7113
7135
|
color:var(--content-switch-tab-selected-color);
|
|
@@ -7120,44 +7142,44 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7120
7142
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
7121
7143
|
text-transform:var(--body-default-bold-text-case);
|
|
7122
7144
|
}
|
|
7123
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7145
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c:not([aria-disabled=true])[data-focus-visible]{
|
|
7124
7146
|
border-color:#0000;
|
|
7125
7147
|
box-shadow:var(--content-switch-tab-focus-box-shadow);
|
|
7126
7148
|
}
|
|
7127
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7149
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c:not([aria-disabled=true]):hover{
|
|
7128
7150
|
background:var(--content-switch-tab-hover-background);
|
|
7129
7151
|
}
|
|
7130
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7152
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c:not([aria-disabled=true]):active{
|
|
7131
7153
|
background:var(--content-switch-tab-active-background);
|
|
7132
7154
|
}
|
|
7133
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7155
|
+
.bp_tabs_module_contentSwitchTabList--5455c .bp_tabs_module_contentSwitchTab--5455c[aria-disabled=true]{
|
|
7134
7156
|
opacity:.3;
|
|
7135
7157
|
pointer-events:none;
|
|
7136
7158
|
}
|
|
7137
7159
|
|
|
7138
|
-
.bp_tabs_module_tabsListContainer--
|
|
7160
|
+
.bp_tabs_module_tabsListContainer--5455c{
|
|
7139
7161
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
7140
7162
|
overflow-y:hidden;
|
|
7141
7163
|
scroll-behavior:smooth;
|
|
7142
7164
|
}
|
|
7143
|
-
.bp_tabs_module_tabsListContainer--
|
|
7165
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c{
|
|
7144
7166
|
display:flex;
|
|
7145
7167
|
overflow-x:auto;
|
|
7146
7168
|
padding:calc(var(--border-3) + 1px);
|
|
7147
7169
|
}
|
|
7148
|
-
.bp_tabs_module_tabsListContainer--
|
|
7170
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tabSeparator--5455c{
|
|
7149
7171
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
7150
7172
|
min-width:var(--space-4);
|
|
7151
7173
|
}
|
|
7152
|
-
.bp_tabs_module_tabsListContainer--
|
|
7174
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tabSeparator--5455c:last-child{
|
|
7153
7175
|
display:none;
|
|
7154
7176
|
}
|
|
7155
7177
|
@media only screen and (max-width: 1023px){
|
|
7156
|
-
.bp_tabs_module_tabsListContainer--
|
|
7178
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tabSeparator--5455c{
|
|
7157
7179
|
min-width:calc(var(--border-3) + 1px);
|
|
7158
7180
|
}
|
|
7159
7181
|
}
|
|
7160
|
-
.bp_tabs_module_tabsListContainer--
|
|
7182
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c{
|
|
7161
7183
|
background:var(--background-background);
|
|
7162
7184
|
border-style:none;
|
|
7163
7185
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -7178,7 +7200,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7178
7200
|
text-transform:var(--body-default-text-case);
|
|
7179
7201
|
z-index:2;
|
|
7180
7202
|
}
|
|
7181
|
-
.bp_tabs_module_tabsListContainer--
|
|
7203
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c[aria-selected=true]{
|
|
7182
7204
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
7183
7205
|
color:var(--text-cta-link);
|
|
7184
7206
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -7190,21 +7212,21 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7190
7212
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
7191
7213
|
text-transform:var(--body-default-bold-text-case);
|
|
7192
7214
|
}
|
|
7193
|
-
.bp_tabs_module_tabsListContainer--
|
|
7215
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c:hover{
|
|
7194
7216
|
background-color:var(--surface-tab-surface-hover);
|
|
7195
7217
|
color:var(--text-text-on-light-secondary-hover);
|
|
7196
7218
|
}
|
|
7197
|
-
.bp_tabs_module_tabsListContainer--
|
|
7219
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c:hover[aria-selected=true]{
|
|
7198
7220
|
color:var(--text-cta-link);
|
|
7199
7221
|
}
|
|
7200
|
-
.bp_tabs_module_tabsListContainer--
|
|
7222
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c:active{
|
|
7201
7223
|
background-color:var(--surface-tab-surface-pressed);
|
|
7202
7224
|
color:var(--text-text-on-light-secondary-hover);
|
|
7203
7225
|
}
|
|
7204
|
-
.bp_tabs_module_tabsListContainer--
|
|
7226
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c:active[aria-selected=true]{
|
|
7205
7227
|
color:var(--text-cta-link);
|
|
7206
7228
|
}
|
|
7207
|
-
.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]{
|
|
7208
7230
|
background-color:var(--surface-tab-surface-hover);
|
|
7209
7231
|
border-radius:var(--radius-05);
|
|
7210
7232
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -7212,14 +7234,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7212
7234
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
7213
7235
|
outline-offset:1px;
|
|
7214
7236
|
}
|
|
7215
|
-
.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]{
|
|
7216
7238
|
color:var(--text-cta-link);
|
|
7217
7239
|
}
|
|
7218
|
-
.bp_tabs_module_tabsListContainer--
|
|
7240
|
+
.bp_tabs_module_tabsListContainer--5455c .bp_tabs_module_tabList--5455c .bp_tabs_module_tab--5455c[aria-disabled=true]{
|
|
7219
7241
|
opacity:.5;
|
|
7220
7242
|
}
|
|
7221
7243
|
|
|
7222
|
-
.bp_radio_group_module_root--
|
|
7244
|
+
.bp_radio_group_module_root--1227f{
|
|
7223
7245
|
display:flex;
|
|
7224
7246
|
flex-direction:column;
|
|
7225
7247
|
font-family:var(--body-default-font-family);
|
|
@@ -7233,31 +7255,31 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7233
7255
|
text-transform:var(--body-default-text-case);
|
|
7234
7256
|
}
|
|
7235
7257
|
|
|
7236
|
-
.bp_radio_group_module_horizontal--
|
|
7258
|
+
.bp_radio_group_module_horizontal--1227f{
|
|
7237
7259
|
flex-direction:row;
|
|
7238
7260
|
gap:1.625rem;
|
|
7239
7261
|
}
|
|
7240
7262
|
|
|
7241
|
-
.bp_radio_group_module_radioOption--
|
|
7263
|
+
.bp_radio_group_module_radioOption--1227f{
|
|
7242
7264
|
display:flex;
|
|
7243
7265
|
flex-direction:column;
|
|
7244
7266
|
}
|
|
7245
|
-
.bp_radio_group_module_radioOption--
|
|
7267
|
+
.bp_radio_group_module_radioOption--1227f .bp_radio_group_module_label--1227f{
|
|
7246
7268
|
align-items:flex-start;
|
|
7247
7269
|
cursor:pointer;
|
|
7248
7270
|
display:inline-flex;
|
|
7249
7271
|
gap:var(--size-3);
|
|
7250
7272
|
line-height:var(--body-default-line-height);
|
|
7251
7273
|
}
|
|
7252
|
-
.bp_radio_group_module_radioOption--
|
|
7274
|
+
.bp_radio_group_module_radioOption--1227f .bp_radio_group_module_description--1227f{
|
|
7253
7275
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
7254
7276
|
}
|
|
7255
|
-
.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{
|
|
7256
7278
|
color:var(--text-text-on-light-secondary);
|
|
7257
7279
|
cursor:default;
|
|
7258
7280
|
}
|
|
7259
7281
|
|
|
7260
|
-
.bp_radio_group_module_radioButton--
|
|
7282
|
+
.bp_radio_group_module_radioButton--1227f{
|
|
7261
7283
|
all:unset;
|
|
7262
7284
|
align-items:center;
|
|
7263
7285
|
background-color:var(--surface-radio-surface);
|
|
@@ -7271,33 +7293,33 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7271
7293
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
7272
7294
|
width:var(--size-4);
|
|
7273
7295
|
}
|
|
7274
|
-
.bp_radio_group_module_radioButton--
|
|
7296
|
+
.bp_radio_group_module_radioButton--1227f .bp_radio_group_module_indicator--1227f{
|
|
7275
7297
|
background-color:var(--surface-radio-surface-selected);
|
|
7276
7298
|
border-radius:50%;
|
|
7277
7299
|
height:var(--size-2);
|
|
7278
7300
|
transition:transform .1s;
|
|
7279
7301
|
width:var(--size-2);
|
|
7280
7302
|
}
|
|
7281
|
-
.bp_radio_group_module_radioButton--
|
|
7303
|
+
.bp_radio_group_module_radioButton--1227f:focus-visible{
|
|
7282
7304
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
7283
7305
|
}
|
|
7284
|
-
.bp_radio_group_module_radioButton--
|
|
7306
|
+
.bp_radio_group_module_radioButton--1227f[data-disabled]{
|
|
7285
7307
|
opacity:60%;
|
|
7286
7308
|
}
|
|
7287
|
-
.bp_radio_group_module_radioButton--
|
|
7309
|
+
.bp_radio_group_module_radioButton--1227f[data-state=unchecked]{
|
|
7288
7310
|
background-color:var(--surface-radio-surface);
|
|
7289
7311
|
border:var(--border-2) solid var(--border-radio-border);
|
|
7290
7312
|
}
|
|
7291
|
-
.bp_radio_group_module_radioButton--
|
|
7313
|
+
.bp_radio_group_module_radioButton--1227f[data-state=unchecked] .bp_radio_group_module_indicator--1227f{
|
|
7292
7314
|
transform:scale(0);
|
|
7293
7315
|
}
|
|
7294
|
-
.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{
|
|
7295
7317
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
7296
7318
|
}
|
|
7297
|
-
.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]{
|
|
7298
7320
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
7299
7321
|
}
|
|
7300
|
-
.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{
|
|
7301
7323
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
7302
7324
|
}
|
|
7303
7325
|
.bp_radio_tiles_option_module_radioTileOption--36d8a{
|
|
@@ -7599,7 +7621,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7599
7621
|
transform:translateY(-50%);
|
|
7600
7622
|
}
|
|
7601
7623
|
|
|
7602
|
-
.bp_side_panel_module_content--
|
|
7624
|
+
.bp_side_panel_module_content--654ea{
|
|
7603
7625
|
background-color:var(--gray-white);
|
|
7604
7626
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
7605
7627
|
display:flex;
|
|
@@ -7612,12 +7634,12 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7612
7634
|
overflow-y:auto;
|
|
7613
7635
|
}
|
|
7614
7636
|
@media (width > 374px){
|
|
7615
|
-
.bp_side_panel_module_content--
|
|
7637
|
+
.bp_side_panel_module_content--654ea{
|
|
7616
7638
|
min-width:320px;
|
|
7617
7639
|
overflow:hidden;
|
|
7618
7640
|
}
|
|
7619
7641
|
}
|
|
7620
|
-
.bp_side_panel_module_content--
|
|
7642
|
+
.bp_side_panel_module_content--654ea .bp_side_panel_module_header--654ea{
|
|
7621
7643
|
align-items:center;
|
|
7622
7644
|
background-color:var(--surface-surface);
|
|
7623
7645
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -7629,77 +7651,77 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7629
7651
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7630
7652
|
word-break:break-word;
|
|
7631
7653
|
}
|
|
7632
|
-
.bp_side_panel_module_content--
|
|
7654
|
+
.bp_side_panel_module_content--654ea .bp_side_panel_module_headerShadow--654ea{
|
|
7633
7655
|
box-shadow:var(--dropshadow-3);
|
|
7634
7656
|
}
|
|
7635
7657
|
|
|
7636
|
-
.bp_side_panel_module_scrollableContainer--
|
|
7658
|
+
.bp_side_panel_module_scrollableContainer--654ea{
|
|
7637
7659
|
flex-grow:1;
|
|
7638
7660
|
}
|
|
7639
7661
|
@media (width > 374px){
|
|
7640
|
-
.bp_side_panel_module_scrollableContainer--
|
|
7662
|
+
.bp_side_panel_module_scrollableContainer--654ea{
|
|
7641
7663
|
overflow-y:auto;
|
|
7642
7664
|
}
|
|
7643
7665
|
}
|
|
7644
7666
|
|
|
7645
|
-
.bp_side_panel_module_persistentContent--
|
|
7667
|
+
.bp_side_panel_module_persistentContent--654ea{
|
|
7646
7668
|
overflow:hidden;
|
|
7647
7669
|
position:relative;
|
|
7648
7670
|
}
|
|
7649
|
-
.bp_side_panel_module_persistentContent--
|
|
7671
|
+
.bp_side_panel_module_persistentContent--654ea .bp_side_panel_module_scrollableContainer--654ea{
|
|
7650
7672
|
flex-grow:1;
|
|
7651
7673
|
overflow-y:auto;
|
|
7652
7674
|
}
|
|
7653
7675
|
|
|
7654
|
-
.bp_side_panel_module_contentAnimatedSlideIn--
|
|
7676
|
+
.bp_side_panel_module_contentAnimatedSlideIn--654ea{
|
|
7655
7677
|
animation-duration:.2s;
|
|
7656
|
-
animation-name:bp_side_panel_module_slideIn--
|
|
7678
|
+
animation-name:bp_side_panel_module_slideIn--654ea;
|
|
7657
7679
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7658
7680
|
}
|
|
7659
7681
|
|
|
7660
|
-
.bp_side_panel_module_contentAnimatedSlideOut--
|
|
7682
|
+
.bp_side_panel_module_contentAnimatedSlideOut--654ea[data-state=closed]{
|
|
7661
7683
|
animation-duration:.2s;
|
|
7662
|
-
animation-name:bp_side_panel_module_slideOut--
|
|
7684
|
+
animation-name:bp_side_panel_module_slideOut--654ea;
|
|
7663
7685
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7664
7686
|
}
|
|
7665
7687
|
|
|
7666
|
-
.bp_side_panel_module_contentNormal--
|
|
7688
|
+
.bp_side_panel_module_contentNormal--654ea{
|
|
7667
7689
|
width:360px;
|
|
7668
7690
|
}
|
|
7669
7691
|
|
|
7670
|
-
.bp_side_panel_module_contentLarge--
|
|
7692
|
+
.bp_side_panel_module_contentLarge--654ea{
|
|
7671
7693
|
width:420px;
|
|
7672
7694
|
}
|
|
7673
7695
|
|
|
7674
|
-
.bp_side_panel_module_dropShadowContent--
|
|
7696
|
+
.bp_side_panel_module_dropShadowContent--654ea{
|
|
7675
7697
|
box-shadow:var(--dropshadow-3);
|
|
7676
7698
|
}
|
|
7677
7699
|
|
|
7678
|
-
.bp_side_panel_module_content--
|
|
7700
|
+
.bp_side_panel_module_content--654ea .bp_side_panel_module_close--654ea{
|
|
7679
7701
|
color:var(--gray-65);
|
|
7680
7702
|
position:fixed;
|
|
7681
7703
|
right:var(--space-4);
|
|
7682
7704
|
top:var(--space-4);
|
|
7683
7705
|
}
|
|
7684
7706
|
@media (width > 374px){
|
|
7685
|
-
.bp_side_panel_module_content--
|
|
7707
|
+
.bp_side_panel_module_content--654ea .bp_side_panel_module_close--654ea{
|
|
7686
7708
|
position:absolute;
|
|
7687
7709
|
top:var(--space-5);
|
|
7688
7710
|
}
|
|
7689
7711
|
}
|
|
7690
7712
|
|
|
7691
|
-
.bp_side_panel_module_overlayContent--
|
|
7713
|
+
.bp_side_panel_module_overlayContent--654ea{
|
|
7692
7714
|
box-shadow:var(--dropshadow-3);
|
|
7693
7715
|
position:fixed;
|
|
7694
7716
|
right:0;
|
|
7695
7717
|
top:0;
|
|
7696
7718
|
z-index:300;
|
|
7697
7719
|
}
|
|
7698
|
-
.bp_side_panel_module_overlayContent--
|
|
7720
|
+
.bp_side_panel_module_overlayContent--654ea .bp_side_panel_module_header--654ea{
|
|
7699
7721
|
padding:var(--space-5) var(--space-14) var(--space-5) var(--space-4);
|
|
7700
7722
|
}
|
|
7701
7723
|
|
|
7702
|
-
.bp_side_panel_module_overlay--
|
|
7724
|
+
.bp_side_panel_module_overlay--654ea{
|
|
7703
7725
|
background-color:var(--overlay-sidepanel-overlay);
|
|
7704
7726
|
bottom:0;
|
|
7705
7727
|
display:flex;
|
|
@@ -7710,15 +7732,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7710
7732
|
top:0;
|
|
7711
7733
|
z-index:300;
|
|
7712
7734
|
}
|
|
7713
|
-
.bp_side_panel_module_overlay--
|
|
7735
|
+
.bp_side_panel_module_overlay--654ea .bp_side_panel_module_content--654ea .bp_side_panel_module_header--654ea{
|
|
7714
7736
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
7715
7737
|
}
|
|
7716
7738
|
|
|
7717
|
-
.bp_side_panel_module_dropShadowOverlay--
|
|
7739
|
+
.bp_side_panel_module_dropShadowOverlay--654ea{
|
|
7718
7740
|
background-color:initial;
|
|
7719
7741
|
}
|
|
7720
7742
|
|
|
7721
|
-
.bp_side_panel_module_footer--
|
|
7743
|
+
.bp_side_panel_module_footer--654ea{
|
|
7722
7744
|
background-color:var(--surface-surface);
|
|
7723
7745
|
display:flex;
|
|
7724
7746
|
justify-content:flex-end;
|
|
@@ -7728,19 +7750,19 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7728
7750
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7729
7751
|
}
|
|
7730
7752
|
|
|
7731
|
-
.bp_side_panel_module_footerShadow--
|
|
7753
|
+
.bp_side_panel_module_footerShadow--654ea{
|
|
7732
7754
|
box-shadow:var(--dropshadow-3-inverse);
|
|
7733
7755
|
}
|
|
7734
7756
|
|
|
7735
|
-
.bp_side_panel_module_footerButton--
|
|
7757
|
+
.bp_side_panel_module_footerButton--654ea{
|
|
7736
7758
|
margin-inline-start:var(--space-2);
|
|
7737
7759
|
}
|
|
7738
7760
|
|
|
7739
|
-
.bp_side_panel_module_footerButton--
|
|
7761
|
+
.bp_side_panel_module_footerButton--654ea + .bp_side_panel_module_footerButton--654ea{
|
|
7740
7762
|
margin-inline-start:var(--space-3);
|
|
7741
7763
|
}
|
|
7742
7764
|
|
|
7743
|
-
@keyframes bp_side_panel_module_slideIn--
|
|
7765
|
+
@keyframes bp_side_panel_module_slideIn--654ea{
|
|
7744
7766
|
from{
|
|
7745
7767
|
inset-inline-end:-100%;
|
|
7746
7768
|
}
|
|
@@ -7748,7 +7770,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7748
7770
|
inset-inline-end:0;
|
|
7749
7771
|
}
|
|
7750
7772
|
}
|
|
7751
|
-
@keyframes bp_side_panel_module_slideOut--
|
|
7773
|
+
@keyframes bp_side_panel_module_slideOut--654ea{
|
|
7752
7774
|
from{
|
|
7753
7775
|
inset-inline-end:0;
|
|
7754
7776
|
}
|
|
@@ -7834,7 +7856,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7834
7856
|
width:fit-content;
|
|
7835
7857
|
}
|
|
7836
7858
|
|
|
7837
|
-
.bp_trigger_button_module_triggerButton--
|
|
7859
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=false].bp_trigger_button_module_secondary--5fc1d{
|
|
7838
7860
|
--trigger-button-background:var(--surface-dropdown-secondary-surface);
|
|
7839
7861
|
--trigger-button-border:var(--border-1) solid var(--border-cta-border-secondary);
|
|
7840
7862
|
--trigger-button-focus-or-hover-background:var(--surface-dropdown-secondary-surface-hover);
|
|
@@ -7842,23 +7864,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7842
7864
|
--trigger-button-active-background:var(--surface-dropdown-secondary-surface-pressed);
|
|
7843
7865
|
--trigger-button-active-border:var(--border-1) solid var(--border-cta-border-secondary);
|
|
7844
7866
|
}
|
|
7845
|
-
.bp_trigger_button_module_triggerButton--
|
|
7867
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=false].bp_trigger_button_module_tertiary--5fc1d{
|
|
7846
7868
|
--trigger-button-focus-or-hover-background:var(--surface-dropdown-primary-surface-hover);
|
|
7847
7869
|
--trigger-button-active-background:var(--surface-dropdown-primary-surface-pressed);
|
|
7848
7870
|
}
|
|
7849
|
-
.bp_trigger_button_module_triggerButton--
|
|
7871
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=false].bp_trigger_button_module_extraSmall--5fc1d{
|
|
7850
7872
|
--button-xsmall-gap:var(--space-1);
|
|
7851
7873
|
--button-xsmall-height:var(--size-6);
|
|
7852
7874
|
--button-xsmall-padding:0.375rem var(--space-1);
|
|
7853
7875
|
}
|
|
7854
|
-
.bp_trigger_button_module_triggerButton--
|
|
7876
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=false].bp_trigger_button_module_small--5fc1d{
|
|
7855
7877
|
--button-small-padding:0.375rem var(--space-2);
|
|
7856
7878
|
}
|
|
7857
|
-
.bp_trigger_button_module_triggerButton--
|
|
7879
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=false].bp_trigger_button_module_large--5fc1d{
|
|
7858
7880
|
--button-large-padding:0.375rem var(--space-3) 0.375rem var(--space-2);
|
|
7859
7881
|
}
|
|
7860
7882
|
|
|
7861
|
-
.bp_trigger_button_module_triggerButton--
|
|
7883
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=true].bp_trigger_button_module_secondary--5fc1d{
|
|
7862
7884
|
--trigger-button-background:var(--bp-surface-dropdown-surface-secondary);
|
|
7863
7885
|
--trigger-button-border:var(--bp-border-01) solid var(--bp-border-dropdown-secondary-border);
|
|
7864
7886
|
--trigger-button-focus-or-hover-background:var(--bp-surface-dropdown-secondary-surface-hover);
|
|
@@ -7866,53 +7888,53 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7866
7888
|
--trigger-button-active-background:var(--bp-surface-dropdown-secondary-surface-pressed);
|
|
7867
7889
|
--trigger-button-active-border:var(--bp-border-01) solid var(--bp-border-dropdown-secondary-border);
|
|
7868
7890
|
}
|
|
7869
|
-
.bp_trigger_button_module_triggerButton--
|
|
7891
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=true].bp_trigger_button_module_tertiary--5fc1d{
|
|
7870
7892
|
--trigger-button-focus-or-hover-background:var(--bp-surface-dropdown-tertiary-surface-hover);
|
|
7871
7893
|
--trigger-button-active-background:var(--bp-surface-dropdown-secondary-surface-pressed);
|
|
7872
7894
|
}
|
|
7873
|
-
.bp_trigger_button_module_triggerButton--
|
|
7895
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=true].bp_trigger_button_module_extraSmall--5fc1d{
|
|
7874
7896
|
--button-xsmall-gap:var(--bp-space-010);
|
|
7875
7897
|
--button-xsmall-height:var(--bp-size-060);
|
|
7876
7898
|
--button-xsmall-padding:0.375rem var(--bp-space-010);
|
|
7877
7899
|
}
|
|
7878
|
-
.bp_trigger_button_module_triggerButton--
|
|
7900
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=true].bp_trigger_button_module_small--5fc1d{
|
|
7879
7901
|
--button-small-padding:0.375rem var(--bp-space-020);
|
|
7880
7902
|
}
|
|
7881
|
-
.bp_trigger_button_module_triggerButton--
|
|
7903
|
+
.bp_trigger_button_module_triggerButton--5fc1d[data-modern=true].bp_trigger_button_module_large--5fc1d{
|
|
7882
7904
|
--button-large-padding:0.375rem var(--bp-space-030) 0.375rem var(--bp-space-020);
|
|
7883
7905
|
}
|
|
7884
7906
|
|
|
7885
|
-
.bp_trigger_button_module_triggerButton--
|
|
7907
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_secondary--5fc1d{
|
|
7886
7908
|
background:var(--trigger-button-background);
|
|
7887
7909
|
border:var(--trigger-button-border);
|
|
7888
7910
|
}
|
|
7889
|
-
.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]{
|
|
7890
7912
|
background:var(--trigger-button-focus-or-hover-background);
|
|
7891
7913
|
border:var(--trigger-button-focus-or-hover-border);
|
|
7892
7914
|
}
|
|
7893
|
-
.bp_trigger_button_module_triggerButton--
|
|
7915
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_secondary--5fc1d:not(:disabled):active{
|
|
7894
7916
|
background:var(--trigger-button-active-background);
|
|
7895
7917
|
border:var(--trigger-button-active-border);
|
|
7896
7918
|
}
|
|
7897
|
-
.bp_trigger_button_module_triggerButton--
|
|
7919
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_tertiary--5fc1d{
|
|
7898
7920
|
background:var(--trigger-button-background);
|
|
7899
7921
|
border:var(--trigger-button-border);
|
|
7900
7922
|
}
|
|
7901
|
-
.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]{
|
|
7902
7924
|
background:var(--trigger-button-focus-or-hover-background);
|
|
7903
7925
|
}
|
|
7904
|
-
.bp_trigger_button_module_triggerButton--
|
|
7926
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_tertiary--5fc1d:not(:disabled):active{
|
|
7905
7927
|
background:var(--trigger-button-active-background);
|
|
7906
7928
|
}
|
|
7907
|
-
.bp_trigger_button_module_triggerButton--
|
|
7929
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_extraSmall--5fc1d{
|
|
7908
7930
|
gap:var(--button-xsmall-gap);
|
|
7909
7931
|
height:var(--button-xsmall-height);
|
|
7910
7932
|
padding:var(--button-xsmall-padding);
|
|
7911
7933
|
}
|
|
7912
|
-
.bp_trigger_button_module_triggerButton--
|
|
7934
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_small--5fc1d{
|
|
7913
7935
|
padding:var(--button-small-padding);
|
|
7914
7936
|
}
|
|
7915
|
-
.bp_trigger_button_module_triggerButton--
|
|
7937
|
+
.bp_trigger_button_module_triggerButton--5fc1d.bp_trigger_button_module_large--5fc1d{
|
|
7916
7938
|
padding:var(--button-large-padding);
|
|
7917
7939
|
}
|
|
7918
7940
|
.bp_styles_module_splitButton--f7401[data-modern=false]{
|
|
@@ -7987,7 +8009,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7987
8009
|
min-width:var(--split-button-dropdown-min-width);
|
|
7988
8010
|
}
|
|
7989
8011
|
|
|
7990
|
-
.bp_switch_module_option--
|
|
8012
|
+
.bp_switch_module_option--ee902[data-modern=false]{
|
|
7991
8013
|
--switch-width:var(--size-10);
|
|
7992
8014
|
--switch-height:var(--size-5);
|
|
7993
8015
|
--switch-margin-left:var(--space-10);
|
|
@@ -8006,7 +8028,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8006
8028
|
--switch-disabled-opacity:.5;
|
|
8007
8029
|
}
|
|
8008
8030
|
|
|
8009
|
-
.bp_switch_module_option--
|
|
8031
|
+
.bp_switch_module_option--ee902[data-modern=true]{
|
|
8010
8032
|
--switch-width:var(--bp-size-110);
|
|
8011
8033
|
--switch-height:var(--bp-size-060);
|
|
8012
8034
|
--switch-margin-left:var(--bp-space-100);
|
|
@@ -8025,7 +8047,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8025
8047
|
--switch-disabled-opacity:.6;
|
|
8026
8048
|
}
|
|
8027
8049
|
|
|
8028
|
-
.bp_switch_module_option--
|
|
8050
|
+
.bp_switch_module_option--ee902{
|
|
8029
8051
|
display:flex;
|
|
8030
8052
|
flex-direction:column;
|
|
8031
8053
|
font-family:var(--body-default-font-family);
|
|
@@ -8037,26 +8059,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8037
8059
|
text-decoration:var(--body-default-text-decoration);
|
|
8038
8060
|
text-transform:var(--body-default-text-case);
|
|
8039
8061
|
}
|
|
8040
|
-
.bp_switch_module_option--
|
|
8062
|
+
.bp_switch_module_option--ee902 .bp_switch_module_label--ee902{
|
|
8041
8063
|
cursor:pointer;
|
|
8042
8064
|
display:inline-flex;
|
|
8043
8065
|
flex-direction:row;
|
|
8044
8066
|
width:-moz-fit-content;
|
|
8045
8067
|
width:fit-content;
|
|
8046
8068
|
}
|
|
8047
|
-
.bp_switch_module_option--
|
|
8069
|
+
.bp_switch_module_option--ee902 .bp_switch_module_label--ee902.bp_switch_module_rightAlign--ee902{
|
|
8048
8070
|
flex-direction:row-reverse;
|
|
8049
8071
|
justify-content:space-between;
|
|
8050
8072
|
width:unset;
|
|
8051
8073
|
}
|
|
8052
|
-
.bp_switch_module_option--
|
|
8074
|
+
.bp_switch_module_option--ee902 .bp_switch_module_description--ee902{
|
|
8053
8075
|
margin-left:var(--description-margin);
|
|
8054
8076
|
}
|
|
8055
|
-
.bp_switch_module_option--
|
|
8077
|
+
.bp_switch_module_option--ee902 .bp_switch_module_description--ee902.bp_switch_module_rightAlign--ee902{
|
|
8056
8078
|
margin-left:unset;
|
|
8057
8079
|
margin-right:var(--description-margin);
|
|
8058
8080
|
}
|
|
8059
|
-
.bp_switch_module_option--
|
|
8081
|
+
.bp_switch_module_option--ee902 .bp_switch_module_thumb--ee902{
|
|
8060
8082
|
background-color:var(--thumb-bg);
|
|
8061
8083
|
border:var(--thumb-border);
|
|
8062
8084
|
border-radius:var(--thumb-radius);
|
|
@@ -8068,7 +8090,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8068
8090
|
width:var(--thumb-width);
|
|
8069
8091
|
will-change:transform;
|
|
8070
8092
|
}
|
|
8071
|
-
.bp_switch_module_option--
|
|
8093
|
+
.bp_switch_module_option--ee902 .bp_switch_module_switch--ee902{
|
|
8072
8094
|
all:unset;
|
|
8073
8095
|
align-items:center;
|
|
8074
8096
|
background-color:var(--switch-bg-off);
|
|
@@ -8082,27 +8104,27 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8082
8104
|
width:var(--switch-width);
|
|
8083
8105
|
will-change:transition;
|
|
8084
8106
|
}
|
|
8085
|
-
.bp_switch_module_option--
|
|
8107
|
+
.bp_switch_module_option--ee902 .bp_switch_module_switch--ee902.bp_switch_module_rightAlign--ee902{
|
|
8086
8108
|
margin-left:var(--switch-margin-left);
|
|
8087
8109
|
margin-right:unset;
|
|
8088
8110
|
}
|
|
8089
|
-
.bp_switch_module_option--
|
|
8111
|
+
.bp_switch_module_option--ee902 .bp_switch_module_switch--ee902:focus-visible{
|
|
8090
8112
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--switch-outline);
|
|
8091
8113
|
}
|
|
8092
|
-
.bp_switch_module_option--
|
|
8114
|
+
.bp_switch_module_option--ee902 .bp_switch_module_switch--ee902[aria-checked=true]{
|
|
8093
8115
|
background-color:var(--switch-bg-on);
|
|
8094
8116
|
}
|
|
8095
|
-
.bp_switch_module_option--
|
|
8117
|
+
.bp_switch_module_option--ee902 .bp_switch_module_switch--ee902[aria-checked=true] .bp_switch_module_thumb--ee902{
|
|
8096
8118
|
transform:translateX(calc(var(--switch-width)/2));
|
|
8097
8119
|
}
|
|
8098
|
-
.bp_switch_module_option--
|
|
8120
|
+
.bp_switch_module_option--ee902.bp_switch_module_disabled--ee902 .bp_switch_module_label--ee902{
|
|
8099
8121
|
cursor:default;
|
|
8100
8122
|
}
|
|
8101
|
-
.bp_switch_module_option--
|
|
8123
|
+
.bp_switch_module_option--ee902.bp_switch_module_disabled--ee902 .bp_switch_module_switch--ee902{
|
|
8102
8124
|
opacity:var(--switch-disabled-opacity);
|
|
8103
8125
|
}
|
|
8104
8126
|
|
|
8105
|
-
.bp_text_button_module_textButton--
|
|
8127
|
+
.bp_text_button_module_textButton--809ae[data-modern=false]{
|
|
8106
8128
|
--text-button-text-color:var(--text-cta-link);
|
|
8107
8129
|
--text-button-radius:calc(var(--radius-1)/2);
|
|
8108
8130
|
--text-button-padding:0;
|
|
@@ -8113,15 +8135,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8113
8135
|
--text-button-focus-box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
8114
8136
|
--text-button-text-color-active:var(--text-cta-link-pressed);
|
|
8115
8137
|
}
|
|
8116
|
-
.bp_text_button_module_textButton--
|
|
8138
|
+
.bp_text_button_module_textButton--809ae[data-modern=false].bp_text_button_module_isFontInherited--809ae{
|
|
8117
8139
|
--text-button-radius-font-inherited:0.125em;
|
|
8118
8140
|
--text-button-outline:var(--outline-focus-on-light);
|
|
8119
8141
|
}
|
|
8120
|
-
.bp_text_button_module_textButton--
|
|
8142
|
+
.bp_text_button_module_textButton--809ae[data-modern=false].bp_text_button_module_isIconButton--809ae{
|
|
8121
8143
|
--text-button-gap:var(--space-1);
|
|
8122
8144
|
}
|
|
8123
8145
|
|
|
8124
|
-
.bp_text_button_module_textButton--
|
|
8146
|
+
.bp_text_button_module_textButton--809ae[data-modern=true]{
|
|
8125
8147
|
--text-button-text-color:var(--bp-text-cta-link);
|
|
8126
8148
|
--text-button-radius:var(--bp-radius-04);
|
|
8127
8149
|
--text-button-padding:0 var(--bp-space-010);
|
|
@@ -8132,15 +8154,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8132
8154
|
--text-button-focus-box-shadow:0 0 0 var(--bp-border-02) var(--bp-outline-focus-on-light);
|
|
8133
8155
|
--text-button-text-color-active:var(--bp-text-cta-link-pressed);
|
|
8134
8156
|
}
|
|
8135
|
-
.bp_text_button_module_textButton--
|
|
8157
|
+
.bp_text_button_module_textButton--809ae[data-modern=true].bp_text_button_module_isFontInherited--809ae{
|
|
8136
8158
|
--text-button-radius-font-inherited:0.375em;
|
|
8137
8159
|
--text-button-outline:var(--bp-outline-focus-on-light);
|
|
8138
8160
|
}
|
|
8139
|
-
.bp_text_button_module_textButton--
|
|
8161
|
+
.bp_text_button_module_textButton--809ae[data-modern=true].bp_text_button_module_isIconButton--809ae{
|
|
8140
8162
|
--text-button-gap:var(--bp-space-010);
|
|
8141
8163
|
}
|
|
8142
8164
|
|
|
8143
|
-
.bp_text_button_module_textButton--
|
|
8165
|
+
.bp_text_button_module_textButton--809ae{
|
|
8144
8166
|
align-items:center;
|
|
8145
8167
|
background:#0000;
|
|
8146
8168
|
border:none;
|
|
@@ -8161,54 +8183,54 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8161
8183
|
-webkit-user-select:text;
|
|
8162
8184
|
user-select:text;
|
|
8163
8185
|
}
|
|
8164
|
-
.bp_text_button_module_textButton--
|
|
8186
|
+
.bp_text_button_module_textButton--809ae.bp_text_button_module_isFontInherited--809ae{
|
|
8165
8187
|
border-radius:var(--text-button-radius-font-inherited);
|
|
8166
8188
|
font:inherit;
|
|
8167
8189
|
}
|
|
8168
|
-
.bp_text_button_module_textButton--
|
|
8190
|
+
.bp_text_button_module_textButton--809ae.bp_text_button_module_isFontInherited--809ae.bp_text_button_module_isIconButton--809ae{
|
|
8169
8191
|
gap:.25em;
|
|
8170
8192
|
}
|
|
8171
|
-
.bp_text_button_module_textButton--
|
|
8193
|
+
.bp_text_button_module_textButton--809ae.bp_text_button_module_isFontInherited--809ae:not(:disabled)[data-focus-visible]{
|
|
8172
8194
|
box-shadow:0 0 0 .125em var(--text-button-outline);
|
|
8173
8195
|
}
|
|
8174
|
-
.bp_text_button_module_textButton--
|
|
8196
|
+
.bp_text_button_module_textButton--809ae .bp_text_button_module_scaleLoader--809ae div{
|
|
8175
8197
|
border-radius:var(--text-button-scale-loader-border-radius);
|
|
8176
8198
|
height:var(--text-button-scale-loader-height);
|
|
8177
8199
|
width:var(--text-button-scale-loader-width);
|
|
8178
8200
|
}
|
|
8179
|
-
.bp_text_button_module_textButton--
|
|
8201
|
+
.bp_text_button_module_textButton--809ae .bp_text_button_module_icon--809ae{
|
|
8180
8202
|
align-items:center;
|
|
8181
8203
|
display:flex;
|
|
8182
8204
|
}
|
|
8183
|
-
.bp_text_button_module_textButton--
|
|
8205
|
+
.bp_text_button_module_textButton--809ae .bp_text_button_module_hideTextContent--809ae{
|
|
8184
8206
|
visibility:hidden;
|
|
8185
8207
|
}
|
|
8186
|
-
.bp_text_button_module_textButton--
|
|
8208
|
+
.bp_text_button_module_textButton--809ae.bp_text_button_module_isIconButton--809ae{
|
|
8187
8209
|
gap:var(--text-button-gap);
|
|
8188
8210
|
}
|
|
8189
|
-
.bp_text_button_module_textButton--
|
|
8211
|
+
.bp_text_button_module_textButton--809ae.bp_text_button_module_visuallyHidden--809ae{
|
|
8190
8212
|
color:#0000;
|
|
8191
8213
|
pointer-events:none;
|
|
8192
8214
|
position:relative;
|
|
8193
8215
|
}
|
|
8194
|
-
.bp_text_button_module_textButton--
|
|
8216
|
+
.bp_text_button_module_textButton--809ae:disabled{
|
|
8195
8217
|
opacity:.3;
|
|
8196
8218
|
}
|
|
8197
|
-
.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]{
|
|
8198
8220
|
color:var(--text-button-text-color-hover);
|
|
8199
8221
|
}
|
|
8200
|
-
.bp_text_button_module_textButton--
|
|
8222
|
+
.bp_text_button_module_textButton--809ae:not(:disabled)[data-focus-visible]{
|
|
8201
8223
|
box-shadow:var(--text-button-focus-box-shadow);
|
|
8202
8224
|
}
|
|
8203
|
-
.bp_text_button_module_textButton--
|
|
8225
|
+
.bp_text_button_module_textButton--809ae:not(:disabled):active{
|
|
8204
8226
|
color:var(--text-button-text-color-active);
|
|
8205
8227
|
}
|
|
8206
8228
|
|
|
8207
|
-
.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){
|
|
8208
8230
|
padding-inline-end:1.875rem;
|
|
8209
8231
|
}
|
|
8210
8232
|
|
|
8211
|
-
.bp_text_input_module_loadingIndicatorReset--
|
|
8233
|
+
.bp_text_input_module_loadingIndicatorReset--8053e div{
|
|
8212
8234
|
position:static;
|
|
8213
8235
|
}
|
|
8214
8236
|
.bp_text_toggle_button_module_textToggleButton--b6cea[data-modern=false]{
|
|
@@ -8308,7 +8330,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8308
8330
|
border-color:var(--text-toggle-button-border-color-on-pressed);
|
|
8309
8331
|
}
|
|
8310
8332
|
|
|
8311
|
-
.bp_time_picker_module_timePicker--
|
|
8333
|
+
.bp_time_picker_module_timePicker--45c9e{
|
|
8312
8334
|
--time-picker-padding-right:var(--space-4);
|
|
8313
8335
|
--time-picker-border-width:var(--border-2);
|
|
8314
8336
|
--time-picker-focused-border-color:var(--outline-focus-on-light);
|
|
@@ -8317,13 +8339,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8317
8339
|
--time-picker-icon-size:var(--size-4);
|
|
8318
8340
|
width:100%;
|
|
8319
8341
|
}
|
|
8320
|
-
.bp_time_picker_module_timePicker--
|
|
8342
|
+
.bp_time_picker_module_timePicker--45c9e.bp_time_picker_module_disabled--45c9e{
|
|
8321
8343
|
opacity:60%;
|
|
8322
8344
|
pointer-events:none;
|
|
8323
8345
|
-webkit-user-select:none;
|
|
8324
8346
|
user-select:none;
|
|
8325
8347
|
}
|
|
8326
|
-
.bp_time_picker_module_timePicker--
|
|
8348
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_label--45c9e{
|
|
8327
8349
|
cursor:default;
|
|
8328
8350
|
display:block;
|
|
8329
8351
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -8338,7 +8360,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8338
8360
|
width:-moz-fit-content;
|
|
8339
8361
|
width:fit-content;
|
|
8340
8362
|
}
|
|
8341
|
-
.bp_time_picker_module_timePicker--
|
|
8363
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_group--45c9e{
|
|
8342
8364
|
align-items:center;
|
|
8343
8365
|
border-radius:var(--radius-2);
|
|
8344
8366
|
box-shadow:var(--innershadow-1);
|
|
@@ -8357,16 +8379,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8357
8379
|
text-transform:var(--body-default-text-case);
|
|
8358
8380
|
width:100%;
|
|
8359
8381
|
}
|
|
8360
|
-
.bp_time_picker_module_timePicker--
|
|
8382
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_group--45c9e:focus-within{
|
|
8361
8383
|
outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
|
|
8362
8384
|
}
|
|
8363
|
-
.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){
|
|
8364
8386
|
outline:var(--time-picker-border-width) solid var(--text-text-error-on-light);
|
|
8365
8387
|
}
|
|
8366
|
-
.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{
|
|
8367
8389
|
outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
|
|
8368
8390
|
}
|
|
8369
|
-
.bp_time_picker_module_timePicker--
|
|
8391
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInput--45c9e{
|
|
8370
8392
|
align-items:center;
|
|
8371
8393
|
display:inline-flex;
|
|
8372
8394
|
height:var(--size-10);
|
|
@@ -8374,7 +8396,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8374
8396
|
text-transform:uppercase;
|
|
8375
8397
|
white-space:nowrap;
|
|
8376
8398
|
}
|
|
8377
|
-
.bp_time_picker_module_timePicker--
|
|
8399
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e{
|
|
8378
8400
|
border:unset;
|
|
8379
8401
|
border-radius:unset;
|
|
8380
8402
|
border-radius:var(--radius-1);
|
|
@@ -8386,26 +8408,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8386
8408
|
transition:unset;
|
|
8387
8409
|
width:unset;
|
|
8388
8410
|
}
|
|
8389
|
-
.bp_time_picker_module_timePicker--
|
|
8411
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e[data-placeholder]{
|
|
8390
8412
|
color:var(--text-text-on-light-secondary);
|
|
8391
8413
|
}
|
|
8392
|
-
.bp_time_picker_module_timePicker--
|
|
8414
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e[role=spinbutton]{
|
|
8393
8415
|
margin:0 var(--space-05);
|
|
8394
8416
|
padding:0 var(--space-1);
|
|
8395
8417
|
}
|
|
8396
|
-
.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{
|
|
8397
8419
|
background:var(--box-blue-100);
|
|
8398
8420
|
caret-color:#0000;
|
|
8399
8421
|
color:var(--text-text-brand-on-color);
|
|
8400
8422
|
outline:none;
|
|
8401
8423
|
}
|
|
8402
|
-
.bp_time_picker_module_timePicker--
|
|
8424
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e:nth-child(1 of [role=spinbutton]){
|
|
8403
8425
|
margin-inline-start:0;
|
|
8404
8426
|
}
|
|
8405
|
-
.bp_time_picker_module_timePicker--
|
|
8427
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_timeInputSegment--45c9e[data-type=literal] + [data-type=dayPeriod]{
|
|
8406
8428
|
margin-inline-start:calc(var(--space-1)*-1);
|
|
8407
8429
|
}
|
|
8408
|
-
.bp_time_picker_module_timePicker--
|
|
8430
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e{
|
|
8409
8431
|
align-items:center;
|
|
8410
8432
|
background-color:initial;
|
|
8411
8433
|
border:none;
|
|
@@ -8420,32 +8442,32 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8420
8442
|
right:var(--clear-time-picker-button-right);
|
|
8421
8443
|
width:var(--time-picker-icon-button-size);
|
|
8422
8444
|
}
|
|
8423
|
-
.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]{
|
|
8424
8446
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
8425
8447
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
8426
8448
|
}
|
|
8427
|
-
.bp_time_picker_module_timePicker--
|
|
8449
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e:hover{
|
|
8428
8450
|
background:var(--surface-cta-surface-icon-hover);
|
|
8429
8451
|
}
|
|
8430
|
-
.bp_time_picker_module_timePicker--
|
|
8452
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e:hover *{
|
|
8431
8453
|
fill:var(--icon-cta-icon-hover);
|
|
8432
8454
|
}
|
|
8433
|
-
.bp_time_picker_module_timePicker--
|
|
8455
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e:active{
|
|
8434
8456
|
background:var(--surface-cta-surface-icon-pressed);
|
|
8435
8457
|
}
|
|
8436
|
-
.bp_time_picker_module_timePicker--
|
|
8458
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e:active *{
|
|
8437
8459
|
fill:var(--icon-cta-icon-pressed);
|
|
8438
8460
|
}
|
|
8439
|
-
.bp_time_picker_module_timePicker--
|
|
8461
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clearButton--45c9e:disabled{
|
|
8440
8462
|
opacity:1;
|
|
8441
8463
|
}
|
|
8442
|
-
.bp_time_picker_module_timePicker--
|
|
8464
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_clockIcon--45c9e{
|
|
8443
8465
|
height:var(--time-picker-icon-size);
|
|
8444
8466
|
position:absolute;
|
|
8445
8467
|
right:var(--time-picker-padding-right);
|
|
8446
8468
|
width:var(--time-picker-icon-size);
|
|
8447
8469
|
}
|
|
8448
|
-
.bp_time_picker_module_timePicker--
|
|
8470
|
+
.bp_time_picker_module_timePicker--45c9e .bp_time_picker_module_inlineError--45c9e{
|
|
8449
8471
|
margin-block-start:var(--space-2);
|
|
8450
8472
|
}
|
|
8451
8473
|
:root{
|
|
@@ -8477,6 +8499,8 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8477
8499
|
--surface-badge-three-d-surface:#d97417;
|
|
8478
8500
|
--surface-badge-vector-surface:#d97417;
|
|
8479
8501
|
--surface-badge-word-surface:#185abd;
|
|
8502
|
+
--surface-badge-forward-surface:#d97417;
|
|
8503
|
+
--surface-badge-alert-surface:#d97417;
|
|
8480
8504
|
--border-cta-border-outline-disabled:#646464;
|
|
8481
8505
|
--border-divider-border-brand:#e8e8e81a;
|
|
8482
8506
|
--icon-icon-illustrator:#ff9400;
|
|
@@ -8992,6 +9016,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8992
9016
|
--surface-badge-default-surface:var(--gray-65);
|
|
8993
9017
|
--surface-badge-text-surface:var(--box-blue-100);
|
|
8994
9018
|
--surface-badge-zip-surface:var(--gray-65);
|
|
9019
|
+
--surface-badge-inprogress-surface:var(--light-blue-100);
|
|
8995
9020
|
--surface-chip-button-surface:var(--black-opacity-04);
|
|
8996
9021
|
--surface-chip-button-surface-hover:var(--black-opacity-08);
|
|
8997
9022
|
--surface-page-surface:var(--gray-white);
|
|
@@ -10235,7 +10260,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10235
10260
|
--z-index-card-tooltip:2147483647;
|
|
10236
10261
|
}
|
|
10237
10262
|
|
|
10238
|
-
.bp_toolbar_module_toolbarRoot--
|
|
10263
|
+
.bp_toolbar_module_toolbarRoot--d4508{
|
|
10239
10264
|
background:var(--surface-surface);
|
|
10240
10265
|
border:var(--border-1) solid var(--border-card-border);
|
|
10241
10266
|
border-radius:var(--radius-4);
|
|
@@ -10243,16 +10268,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10243
10268
|
padding:calc(var(--space-1) - var(--border-1));
|
|
10244
10269
|
}
|
|
10245
10270
|
|
|
10246
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
10271
|
+
.bp_toolbar_module_scrollButtonWrapper--d4508,.bp_toolbar_module_toolbarRoot--d4508{
|
|
10247
10272
|
align-items:center;
|
|
10248
10273
|
display:flex;
|
|
10249
10274
|
gap:var(--space-1);
|
|
10250
10275
|
}
|
|
10251
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
10276
|
+
.bp_toolbar_module_scrollButtonWrapper--d4508.bp_toolbar_module_hidden--d4508{
|
|
10252
10277
|
display:none;
|
|
10253
10278
|
}
|
|
10254
10279
|
|
|
10255
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10280
|
+
.bp_toolbar_module_scrollableChildrenWrapper--d4508{
|
|
10256
10281
|
-ms-overflow-style:none;
|
|
10257
10282
|
align-items:center;
|
|
10258
10283
|
display:flex;
|
|
@@ -10265,26 +10290,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10265
10290
|
scrollbar-width:none;
|
|
10266
10291
|
white-space:nowrap;
|
|
10267
10292
|
}
|
|
10268
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10293
|
+
.bp_toolbar_module_scrollableChildrenWrapper--d4508::-webkit-scrollbar{
|
|
10269
10294
|
display:none;
|
|
10270
10295
|
}
|
|
10271
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10296
|
+
.bp_toolbar_module_scrollableChildrenWrapper--d4508 > *{
|
|
10272
10297
|
flex:none;
|
|
10273
10298
|
}
|
|
10274
10299
|
|
|
10275
|
-
.bp_toolbar_module_separator--
|
|
10300
|
+
.bp_toolbar_module_separator--d4508{
|
|
10276
10301
|
background-color:var(--border-divider-border);
|
|
10277
10302
|
border-radius:var(--radius-2);
|
|
10278
10303
|
height:var(--size-6);
|
|
10279
10304
|
width:1px;
|
|
10280
10305
|
}
|
|
10281
10306
|
|
|
10282
|
-
.bp_toolbar_module_toggleGroup--
|
|
10307
|
+
.bp_toolbar_module_toggleGroup--d4508{
|
|
10283
10308
|
display:flex;
|
|
10284
10309
|
gap:var(--space-1);
|
|
10285
10310
|
}
|
|
10286
10311
|
|
|
10287
|
-
.bp_toolbar_module_toolbarItem--
|
|
10312
|
+
.bp_toolbar_module_toolbarItem--d4508{
|
|
10288
10313
|
--toolbar-item-hover-opacity:.3;
|
|
10289
10314
|
align-items:center;
|
|
10290
10315
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
@@ -10302,45 +10327,45 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10302
10327
|
-webkit-user-select:none;
|
|
10303
10328
|
user-select:none;
|
|
10304
10329
|
}
|
|
10305
|
-
.bp_toolbar_module_toolbarItem--
|
|
10330
|
+
.bp_toolbar_module_toolbarItem--d4508[data-disabled]{
|
|
10306
10331
|
background:var(--surface-toggle-surface);
|
|
10307
10332
|
opacity:var(--toolbar-item-hover-opacity);
|
|
10308
10333
|
pointer-events:none;
|
|
10309
10334
|
}
|
|
10310
|
-
.bp_toolbar_module_toolbarItem--
|
|
10335
|
+
.bp_toolbar_module_toolbarItem--d4508:not([data-disabled]):focus-visible{
|
|
10311
10336
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
10312
10337
|
}
|
|
10313
|
-
.bp_toolbar_module_toolbarItem--
|
|
10338
|
+
.bp_toolbar_module_toolbarItem--d4508:not([data-disabled]):hover{
|
|
10314
10339
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
10315
10340
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
10316
10341
|
}
|
|
10317
10342
|
|
|
10318
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10343
|
+
.bp_toolbar_module_toolbarToggle--d4508[data-state=on]{
|
|
10319
10344
|
background:var(--surface-toggle-surface-pressed);
|
|
10320
10345
|
}
|
|
10321
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10346
|
+
.bp_toolbar_module_toolbarToggle--d4508[data-state=on] svg *{
|
|
10322
10347
|
fill:var(--icon-icon-on-dark);
|
|
10323
10348
|
}
|
|
10324
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10349
|
+
.bp_toolbar_module_toolbarToggle--d4508[data-state=on]:not([data-disabled]):hover{
|
|
10325
10350
|
background:var(--surface-toggle-surface-on-hover);
|
|
10326
10351
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
10327
10352
|
}
|
|
10328
10353
|
|
|
10329
|
-
.bp_toolbar_module_dropdownIndicator--
|
|
10354
|
+
.bp_toolbar_module_dropdownIndicator--d4508.bp_toolbar_module_invertCaret--d4508{
|
|
10330
10355
|
transform:rotate(.5turn);
|
|
10331
10356
|
}
|
|
10332
10357
|
|
|
10333
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10358
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--d4508{
|
|
10334
10359
|
--trigger-button-hover-opacity:.7;
|
|
10335
10360
|
}
|
|
10336
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10361
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--d4508[data-state=on] .bp_toolbar_module_dropdownIndicator--d4508 path{
|
|
10337
10362
|
fill:var(--icon-icon-on-light);
|
|
10338
10363
|
}
|
|
10339
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10364
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--d4508[data-state=on]:hover{
|
|
10340
10365
|
opacity:var(--trigger-button-hover-opacity);
|
|
10341
10366
|
}
|
|
10342
10367
|
|
|
10343
|
-
.bp_toolbar_module_toolbarIcon--
|
|
10368
|
+
.bp_toolbar_module_toolbarIcon--d4508{
|
|
10344
10369
|
align-items:center;
|
|
10345
10370
|
display:flex;
|
|
10346
10371
|
height:var(--size-5);
|
|
@@ -10348,7 +10373,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10348
10373
|
width:var(--size-5);
|
|
10349
10374
|
}
|
|
10350
10375
|
|
|
10351
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10376
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508{
|
|
10352
10377
|
border:var(--border-1) solid var(--border-toggletext-border-off);
|
|
10353
10378
|
color:var(--text-text-on-light);
|
|
10354
10379
|
font-family:var(--body-default-font-family);
|
|
@@ -10363,24 +10388,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10363
10388
|
text-transform:var(--body-default-text-case);
|
|
10364
10389
|
white-space:nowrap;
|
|
10365
10390
|
}
|
|
10366
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10391
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508:hover{
|
|
10367
10392
|
background:var(--surface-toggle-surface-off-hover);
|
|
10368
10393
|
border-color:var(--border-toggletext-border-off-hover);
|
|
10369
10394
|
}
|
|
10370
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10395
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508:active{
|
|
10371
10396
|
background:var(--surface-toggle-surface-off-pressed);
|
|
10372
10397
|
border-color:var(--border-toggletext-border-off-pressed);
|
|
10373
10398
|
}
|
|
10374
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10399
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508[aria-checked=true]{
|
|
10375
10400
|
background:var(--surface-toggletext-surface-on);
|
|
10376
10401
|
border:var(--border-1) solid var(--border-toggletext-border-on);
|
|
10377
10402
|
color:var(--text-toggletext-text);
|
|
10378
10403
|
}
|
|
10379
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10404
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508[aria-checked=true]:hover{
|
|
10380
10405
|
background:var(--surface-toggletext-surface-on-hover);
|
|
10381
10406
|
border-color:var(--border-toggletext-border-on-hover);
|
|
10382
10407
|
}
|
|
10383
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10408
|
+
.bp_toolbar_module_toolbarTextToggleItem--d4508[aria-checked=true]:active{
|
|
10384
10409
|
background:var(--surface-toggletext-surface-on-pressed);
|
|
10385
10410
|
border-color:var(--border-toggletext-border-on-pressed);
|
|
10386
10411
|
}
|