@box/blueprint-web 12.51.0 → 12.51.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.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 +750 -738
- 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--c2ba8[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--c2ba8[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--c2ba8{
|
|
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--c2ba8 .bp_loading_indicator_module_segment--c2ba8{
|
|
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--c2ba8.bp_loading_indicator_module_small--c2ba8{
|
|
213
213
|
transform:scale(.6667);
|
|
214
214
|
}
|
|
215
|
-
.bp_loading_indicator_module_crawler--
|
|
215
|
+
.bp_loading_indicator_module_crawler--c2ba8.bp_loading_indicator_module_large--c2ba8{
|
|
216
216
|
transform:scale(1.3334);
|
|
217
217
|
}
|
|
218
|
-
.bp_loading_indicator_module_crawler--
|
|
218
|
+
.bp_loading_indicator_module_crawler--c2ba8.bp_loading_indicator_module_x-large--c2ba8{
|
|
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--c2ba8.bp_loading_indicator_module_default--c2ba8 .bp_loading_indicator_module_segment--c2ba8{
|
|
222
|
+
animation:bp_loading_indicator_module_segment-transform--c2ba8 .66s ease-in-out infinite,bp_loading_indicator_module_segment-default--c2ba8 .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--c2ba8.bp_loading_indicator_module_dark--c2ba8 .bp_loading_indicator_module_segment--c2ba8{
|
|
225
|
+
animation:bp_loading_indicator_module_segment-transform--c2ba8 .66s ease-in-out infinite,bp_loading_indicator_module_segment-dark--c2ba8 .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--c2ba8.bp_loading_indicator_module_light--c2ba8 .bp_loading_indicator_module_segment--c2ba8{
|
|
228
|
+
animation:bp_loading_indicator_module_segment-transform--c2ba8 .66s ease-in-out infinite,bp_loading_indicator_module_segment-light--c2ba8 .66s ease-in-out infinite;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.bp_loading_indicator_module_crawler--
|
|
231
|
+
.bp_loading_indicator_module_crawler--c2ba8 .bp_loading_indicator_module_segment--c2ba8: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--c2ba8 .bp_loading_indicator_module_segment--c2ba8: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--c2ba8{
|
|
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--c2ba8{
|
|
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--c2ba8{
|
|
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--c2ba8{
|
|
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--61489{
|
|
505
505
|
margin:0;
|
|
506
506
|
text-align:inherit;
|
|
507
507
|
}
|
|
508
|
-
.bp_text_module_textReset--
|
|
508
|
+
.bp_text_module_textReset--61489.bp_text_module_breakWord--61489{
|
|
509
509
|
overflow-wrap:break-word;
|
|
510
510
|
}
|
|
511
|
-
.bp_text_module_textReset--
|
|
511
|
+
.bp_text_module_textReset--61489.bp_text_module_textOnLightDefault--61489{
|
|
512
512
|
color:var(--text-text-on-light);
|
|
513
513
|
}
|
|
514
|
-
.bp_text_module_textReset--
|
|
514
|
+
.bp_text_module_textReset--61489.bp_text_module_textOnLightSecondary--61489{
|
|
515
515
|
color:var(--text-text-on-light-secondary);
|
|
516
516
|
}
|
|
517
|
-
.bp_text_module_textReset--
|
|
517
|
+
.bp_text_module_textReset--61489.bp_text_module_textOnLightLink--61489{
|
|
518
518
|
color:var(--text-cta-link);
|
|
519
519
|
}
|
|
520
|
-
.bp_text_module_textReset--
|
|
520
|
+
.bp_text_module_textReset--61489.bp_text_module_textOnDarkDefault--61489{
|
|
521
521
|
color:var(--text-text-on-dark);
|
|
522
522
|
}
|
|
523
|
-
.bp_text_module_textReset--
|
|
523
|
+
.bp_text_module_textReset--61489.bp_text_module_titleMondo--61489{
|
|
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--61489.bp_text_module_titleXLarge--61489{
|
|
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--61489.bp_text_module_titleLarge--61489{
|
|
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--61489.bp_text_module_titleMedium--61489{
|
|
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--61489.bp_text_module_titleSmall--61489{
|
|
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--61489.bp_text_module_subtitle--61489{
|
|
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--61489.bp_text_module_bodyLargeBold--61489{
|
|
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--61489.bp_text_module_bodyLarge--61489{
|
|
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--61489.bp_text_module_bodyDefaultBold--61489{
|
|
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--61489.bp_text_module_bodyDefaultSemibold--61489{
|
|
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--61489.bp_text_module_bodyDefault--61489{
|
|
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--61489.bp_text_module_caption--61489{
|
|
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--61489.bp_text_module_labelBold--61489{
|
|
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--61489.bp_text_module_label--61489{
|
|
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--e431a{
|
|
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--e431a .bp_avatar_module_text--e431a{
|
|
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--e431a.bp_avatar_module_small--e431a{
|
|
966
966
|
height:var(--size-6);
|
|
967
967
|
width:var(--size-6);
|
|
968
968
|
}
|
|
969
|
-
.bp_avatar_module_avatar--
|
|
969
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_small--e431a .bp_avatar_module_text--e431a{
|
|
970
970
|
font-size:.5rem;
|
|
971
971
|
}
|
|
972
|
-
.bp_avatar_module_avatar--
|
|
972
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_small--e431a .bp_avatar_module_length-1--e431a.bp_avatar_module_text--e431a,.bp_avatar_module_avatar--e431a.bp_avatar_module_small--e431a .bp_avatar_module_length-2--e431a.bp_avatar_module_text--e431a{
|
|
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--e431a.bp_avatar_module_medium--e431a{
|
|
983
983
|
height:var(--size-7);
|
|
984
984
|
width:var(--size-7);
|
|
985
985
|
}
|
|
986
|
-
.bp_avatar_module_avatar--
|
|
986
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_medium--e431a .bp_avatar_module_text--e431a{
|
|
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--e431a.bp_avatar_module_medium--e431a .bp_avatar_module_length-1--e431a.bp_avatar_module_text--e431a,.bp_avatar_module_avatar--e431a.bp_avatar_module_medium--e431a .bp_avatar_module_length-2--e431a.bp_avatar_module_text--e431a{
|
|
997
997
|
font-size:.8125rem;
|
|
998
998
|
}
|
|
999
|
-
.bp_avatar_module_avatar--
|
|
999
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_large--e431a{
|
|
1000
1000
|
height:var(--size-8);
|
|
1001
1001
|
width:var(--size-8);
|
|
1002
1002
|
}
|
|
1003
|
-
.bp_avatar_module_avatar--
|
|
1003
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_large--e431a .bp_avatar_module_text--e431a{
|
|
1004
1004
|
font-size:.5rem;
|
|
1005
1005
|
}
|
|
1006
|
-
.bp_avatar_module_avatar--
|
|
1006
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_large--e431a .bp_avatar_module_length-1--e431a.bp_avatar_module_text--e431a,.bp_avatar_module_avatar--e431a.bp_avatar_module_large--e431a .bp_avatar_module_length-2--e431a.bp_avatar_module_text--e431a{
|
|
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--e431a.bp_avatar_module_large--e431a .bp_avatar_module_length-3--e431a.bp_avatar_module_text--e431a{
|
|
1017
1017
|
font-size:.6875rem;
|
|
1018
1018
|
}
|
|
1019
|
-
.bp_avatar_module_avatar--
|
|
1019
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_large--e431a .bp_avatar_module_length-4--e431a.bp_avatar_module_text--e431a{
|
|
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--e431a.bp_avatar_module_xlarge--e431a{
|
|
1030
1030
|
height:var(--size-11);
|
|
1031
1031
|
width:var(--size-11);
|
|
1032
1032
|
}
|
|
1033
|
-
.bp_avatar_module_avatar--
|
|
1033
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_xlarge--e431a .bp_avatar_module_text--e431a{
|
|
1034
1034
|
font-size:1rem;
|
|
1035
1035
|
}
|
|
1036
|
-
.bp_avatar_module_avatar--
|
|
1036
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_xlarge--e431a .bp_avatar_module_length-1--e431a.bp_avatar_module_text--e431a,.bp_avatar_module_avatar--e431a.bp_avatar_module_xlarge--e431a .bp_avatar_module_length-2--e431a.bp_avatar_module_text--e431a{
|
|
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--e431a.bp_avatar_module_xxlarge--e431a{
|
|
1047
1047
|
height:var(--size-20);
|
|
1048
1048
|
width:var(--size-20);
|
|
1049
1049
|
}
|
|
1050
|
-
.bp_avatar_module_avatar--
|
|
1050
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_xxlarge--e431a .bp_avatar_module_text--e431a{
|
|
1051
1051
|
font-size:1.25rem;
|
|
1052
1052
|
}
|
|
1053
|
-
.bp_avatar_module_avatar--
|
|
1053
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_xxlarge--e431a .bp_avatar_module_length-1--e431a.bp_avatar_module_text--e431a,.bp_avatar_module_avatar--e431a.bp_avatar_module_xxlarge--e431a .bp_avatar_module_length-2--e431a.bp_avatar_module_text--e431a{
|
|
1054
1054
|
font-size:2rem;
|
|
1055
1055
|
}
|
|
1056
|
-
.bp_avatar_module_avatar--
|
|
1056
|
+
.bp_avatar_module_avatar--e431a.bp_avatar_module_xxlarge--e431a .bp_avatar_module_badge--e431a{
|
|
1057
1057
|
right:-.375rem;
|
|
1058
1058
|
}
|
|
1059
|
-
.bp_avatar_module_avatar--
|
|
1059
|
+
.bp_avatar_module_avatar--e431a .bp_avatar_module_image--e431a{
|
|
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--e431a .bp_avatar_module_image--e431a.bp_avatar_module_loading--e431a{
|
|
1066
1066
|
height:0;
|
|
1067
1067
|
width:0;
|
|
1068
1068
|
}
|
|
1069
1069
|
|
|
1070
|
-
.bp_avatar_module_anonymousAvatar--
|
|
1070
|
+
.bp_avatar_module_anonymousAvatar--e431a,.bp_avatar_module_iconContainer--e431a{
|
|
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--e431a{
|
|
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--e431a{
|
|
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--e431a{
|
|
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--e431a{
|
|
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--d247a{
|
|
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--d247a{
|
|
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--d247a{
|
|
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--d247a{
|
|
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--d247a{
|
|
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--d247a{
|
|
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--d247a{
|
|
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--d247a{
|
|
1212
1212
|
bottom:-5%;
|
|
1213
1213
|
right:-5%;
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1216
|
+
.bp_base_badge_module_interactiveWrapper--d247a{
|
|
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--d247a.bp_base_badge_module_smallSizeBadge--d247a{
|
|
1225
1225
|
width:var(--size-2);
|
|
1226
1226
|
}
|
|
1227
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1227
|
+
.bp_base_badge_module_interactiveWrapper--d247a.bp_base_badge_module_mediumSizeBadge--d247a{
|
|
1228
1228
|
width:var(--size-3);
|
|
1229
1229
|
}
|
|
1230
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1230
|
+
.bp_base_badge_module_interactiveWrapper--d247a.bp_base_badge_module_largeSizeBadge--d247a{
|
|
1231
1231
|
width:var(--size-4);
|
|
1232
1232
|
}
|
|
1233
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1233
|
+
.bp_base_badge_module_interactiveWrapper--d247a.bp_base_badge_module_xlargeSizeBadge--d247a{
|
|
1234
1234
|
width:var(--size-5);
|
|
1235
1235
|
}
|
|
1236
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1236
|
+
.bp_base_badge_module_interactiveWrapper--d247a.bp_base_badge_module_xxlargeSizeBadge--d247a{
|
|
1237
1237
|
width:var(--size-6);
|
|
1238
1238
|
}
|
|
1239
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1239
|
+
.bp_base_badge_module_interactiveWrapper--d247a::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--d247a{
|
|
1249
1249
|
bottom:-20%;
|
|
1250
1250
|
right:-20%;
|
|
1251
1251
|
}
|
|
1252
1252
|
|
|
1253
|
-
.bp_base_badge_module_statusBadge--
|
|
1253
|
+
.bp_base_badge_module_statusBadge--d247a.bp_base_badge_module_largeSizeBadge--d247a{
|
|
1254
1254
|
bottom:-22%;
|
|
1255
1255
|
right:-22%;
|
|
1256
1256
|
}
|
|
1257
1257
|
|
|
1258
|
-
.bp_base_badge_module_statusBadge--
|
|
1258
|
+
.bp_base_badge_module_statusBadge--d247a.bp_base_badge_module_xlargeSizeBadge--d247a{
|
|
1259
1259
|
bottom:-15%;
|
|
1260
1260
|
right:-15%;
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
.bp_base_badge_module_statusBadge--
|
|
1263
|
+
.bp_base_badge_module_statusBadge--d247a.bp_base_badge_module_xxlargeSizeBadge--d247a{
|
|
1264
1264
|
bottom:-4%;
|
|
1265
1265
|
right:-4%;
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
|
-
.bp_base_badge_module_numericBadge--
|
|
1268
|
+
.bp_base_badge_module_numericBadge--d247a{
|
|
1269
1269
|
left:60%;
|
|
1270
1270
|
top:0;
|
|
1271
1271
|
}
|
|
1272
1272
|
|
|
1273
|
-
.bp_base_badge_module_numericBadgeSingleDigit--
|
|
1273
|
+
.bp_base_badge_module_numericBadgeSingleDigit--d247a{
|
|
1274
1274
|
padding:1px;
|
|
1275
1275
|
}
|
|
1276
1276
|
|
|
1277
|
-
.bp_base_badge_module_numericBadgeMoreDigits--
|
|
1277
|
+
.bp_base_badge_module_numericBadgeMoreDigits--d247a{
|
|
1278
1278
|
padding:1px 3px;
|
|
1279
1279
|
}
|
|
1280
1280
|
.bp_button_wrapper_module_buttonWrapper--b0897{
|
|
@@ -1316,7 +1316,7 @@
|
|
|
1316
1316
|
box-shadow:var(--card-dropshadow-3);
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
|
-
.bp_card_tooltip_module_content--
|
|
1319
|
+
.bp_card_tooltip_module_content--a958f{
|
|
1320
1320
|
animation-duration:.4s;
|
|
1321
1321
|
animation-timing-function:cubic-bezier(.16, 1, .3, 1);
|
|
1322
1322
|
border-radius:var(--radius-1);
|
|
@@ -1335,25 +1335,25 @@
|
|
|
1335
1335
|
word-break:break-word;
|
|
1336
1336
|
z-index:2147483647;
|
|
1337
1337
|
}
|
|
1338
|
-
.bp_card_tooltip_module_content--
|
|
1338
|
+
.bp_card_tooltip_module_content--a958f.bp_card_tooltip_module_card--a958f{
|
|
1339
1339
|
max-height:var(--radix-tooltip-content-available-height);
|
|
1340
1340
|
max-width:336px;
|
|
1341
1341
|
min-width:168px;
|
|
1342
1342
|
}
|
|
1343
|
-
.bp_card_tooltip_module_content--
|
|
1344
|
-
animation-name:bp_card_tooltip_module_slideDownAndFade--
|
|
1343
|
+
.bp_card_tooltip_module_content--a958f[data-state=delayed-open][data-side=top]{
|
|
1344
|
+
animation-name:bp_card_tooltip_module_slideDownAndFade--a958f;
|
|
1345
1345
|
}
|
|
1346
|
-
.bp_card_tooltip_module_content--
|
|
1347
|
-
animation-name:bp_card_tooltip_module_slideLeftAndFade--
|
|
1346
|
+
.bp_card_tooltip_module_content--a958f[data-state=delayed-open][data-side=right]{
|
|
1347
|
+
animation-name:bp_card_tooltip_module_slideLeftAndFade--a958f;
|
|
1348
1348
|
}
|
|
1349
|
-
.bp_card_tooltip_module_content--
|
|
1350
|
-
animation-name:bp_card_tooltip_module_slideUpAndFade--
|
|
1349
|
+
.bp_card_tooltip_module_content--a958f[data-state=delayed-open][data-side=bottom]{
|
|
1350
|
+
animation-name:bp_card_tooltip_module_slideUpAndFade--a958f;
|
|
1351
1351
|
}
|
|
1352
|
-
.bp_card_tooltip_module_content--
|
|
1353
|
-
animation-name:bp_card_tooltip_module_slideRightAndFade--
|
|
1352
|
+
.bp_card_tooltip_module_content--a958f[data-state=delayed-open][data-side=left]{
|
|
1353
|
+
animation-name:bp_card_tooltip_module_slideRightAndFade--a958f;
|
|
1354
1354
|
}
|
|
1355
1355
|
|
|
1356
|
-
@keyframes bp_card_tooltip_module_slideUpAndFade--
|
|
1356
|
+
@keyframes bp_card_tooltip_module_slideUpAndFade--a958f{
|
|
1357
1357
|
from{
|
|
1358
1358
|
opacity:0;
|
|
1359
1359
|
transform:translateY(2px);
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
transform:translateY(0);
|
|
1364
1364
|
}
|
|
1365
1365
|
}
|
|
1366
|
-
@keyframes bp_card_tooltip_module_slideRightAndFade--
|
|
1366
|
+
@keyframes bp_card_tooltip_module_slideRightAndFade--a958f{
|
|
1367
1367
|
from{
|
|
1368
1368
|
opacity:0;
|
|
1369
1369
|
transform:translateX(-2px);
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
transform:translateX(0);
|
|
1374
1374
|
}
|
|
1375
1375
|
}
|
|
1376
|
-
@keyframes bp_card_tooltip_module_slideDownAndFade--
|
|
1376
|
+
@keyframes bp_card_tooltip_module_slideDownAndFade--a958f{
|
|
1377
1377
|
from{
|
|
1378
1378
|
opacity:0;
|
|
1379
1379
|
transform:translateY(-2px);
|
|
@@ -1383,7 +1383,7 @@
|
|
|
1383
1383
|
transform:translateY(0);
|
|
1384
1384
|
}
|
|
1385
1385
|
}
|
|
1386
|
-
@keyframes bp_card_tooltip_module_slideLeftAndFade--
|
|
1386
|
+
@keyframes bp_card_tooltip_module_slideLeftAndFade--a958f{
|
|
1387
1387
|
from{
|
|
1388
1388
|
opacity:0;
|
|
1389
1389
|
transform:translateX(2px);
|
|
@@ -1394,7 +1394,7 @@
|
|
|
1394
1394
|
}
|
|
1395
1395
|
}
|
|
1396
1396
|
|
|
1397
|
-
.bp_card_tooltip_v2_module_content--
|
|
1397
|
+
.bp_card_tooltip_v2_module_content--809c5{
|
|
1398
1398
|
border-radius:var(--radius-1);
|
|
1399
1399
|
font-family:var(--body-default-font-family);
|
|
1400
1400
|
font-size:var(--body-default-font-size);
|
|
@@ -1412,25 +1412,25 @@
|
|
|
1412
1412
|
word-break:break-word;
|
|
1413
1413
|
z-index:2147483647;
|
|
1414
1414
|
}
|
|
1415
|
-
.bp_card_tooltip_v2_module_content--
|
|
1415
|
+
.bp_card_tooltip_v2_module_content--809c5[data-open]{
|
|
1416
1416
|
animation-duration:var(--animation-duration-4);
|
|
1417
1417
|
animation-timing-function:var(--animation-easing-ease-base);
|
|
1418
1418
|
will-change:transform, opacity;
|
|
1419
1419
|
}
|
|
1420
|
-
.bp_card_tooltip_v2_module_content--
|
|
1421
|
-
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1420
|
+
.bp_card_tooltip_v2_module_content--809c5[data-open][data-side=top]{
|
|
1421
|
+
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--809c5;
|
|
1422
1422
|
}
|
|
1423
|
-
.bp_card_tooltip_v2_module_content--
|
|
1424
|
-
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1423
|
+
.bp_card_tooltip_v2_module_content--809c5[data-open][data-side=right]{
|
|
1424
|
+
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--809c5;
|
|
1425
1425
|
}
|
|
1426
|
-
.bp_card_tooltip_v2_module_content--
|
|
1427
|
-
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1426
|
+
.bp_card_tooltip_v2_module_content--809c5[data-open][data-side=bottom]{
|
|
1427
|
+
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--809c5;
|
|
1428
1428
|
}
|
|
1429
|
-
.bp_card_tooltip_v2_module_content--
|
|
1430
|
-
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1429
|
+
.bp_card_tooltip_v2_module_content--809c5[data-open][data-side=left]{
|
|
1430
|
+
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--809c5;
|
|
1431
1431
|
}
|
|
1432
1432
|
|
|
1433
|
-
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1433
|
+
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--809c5{
|
|
1434
1434
|
from{
|
|
1435
1435
|
opacity:0;
|
|
1436
1436
|
transform:translateY(2px);
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
transform:translateY(0);
|
|
1441
1441
|
}
|
|
1442
1442
|
}
|
|
1443
|
-
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1443
|
+
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--809c5{
|
|
1444
1444
|
from{
|
|
1445
1445
|
opacity:0;
|
|
1446
1446
|
transform:translateX(-2px);
|
|
@@ -1450,7 +1450,7 @@
|
|
|
1450
1450
|
transform:translateX(0);
|
|
1451
1451
|
}
|
|
1452
1452
|
}
|
|
1453
|
-
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1453
|
+
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--809c5{
|
|
1454
1454
|
from{
|
|
1455
1455
|
opacity:0;
|
|
1456
1456
|
transform:translateY(-2px);
|
|
@@ -1460,7 +1460,7 @@
|
|
|
1460
1460
|
transform:translateY(0);
|
|
1461
1461
|
}
|
|
1462
1462
|
}
|
|
1463
|
-
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1463
|
+
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--809c5{
|
|
1464
1464
|
from{
|
|
1465
1465
|
opacity:0;
|
|
1466
1466
|
transform:translateX(2px);
|
|
@@ -1471,7 +1471,7 @@
|
|
|
1471
1471
|
}
|
|
1472
1472
|
}
|
|
1473
1473
|
|
|
1474
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1474
|
+
.bp_interactive_icon_module_interactiveIcon--d4d01{
|
|
1475
1475
|
all:unset;
|
|
1476
1476
|
background:none;
|
|
1477
1477
|
border:0;
|
|
@@ -1480,7 +1480,7 @@
|
|
|
1480
1480
|
display:inline-flex;
|
|
1481
1481
|
padding:0;
|
|
1482
1482
|
}
|
|
1483
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1483
|
+
.bp_interactive_icon_module_interactiveIcon--d4d01:focus-visible{
|
|
1484
1484
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
1485
1485
|
outline:none;
|
|
1486
1486
|
overflow:visible;
|
|
@@ -1540,7 +1540,7 @@
|
|
|
1540
1540
|
padding-bottom:var(--size-4);
|
|
1541
1541
|
}
|
|
1542
1542
|
|
|
1543
|
-
.bp_checkbox_module_option--
|
|
1543
|
+
.bp_checkbox_module_option--e71a3[data-modern=false]{
|
|
1544
1544
|
--checkbox-size:var(--size-4);
|
|
1545
1545
|
--checkbox-label-gap:var(--size-3);
|
|
1546
1546
|
--checkbox-description-padding-left:calc(var(--size-4) + var(--size-3));
|
|
@@ -1557,7 +1557,7 @@
|
|
|
1557
1557
|
--checkbox-border-selected-hover:var(--border-2) solid var(--border-checkbox-border-selected-hover);
|
|
1558
1558
|
}
|
|
1559
1559
|
|
|
1560
|
-
.bp_checkbox_module_option--
|
|
1560
|
+
.bp_checkbox_module_option--e71a3[data-modern=true]{
|
|
1561
1561
|
--checkbox-size:var(--bp-size-040);
|
|
1562
1562
|
--checkbox-label-gap:var(--bp-space-030);
|
|
1563
1563
|
--checkbox-description-padding-left:calc(var(--bp-size-040) + var(--bp-space-030));
|
|
@@ -1574,7 +1574,7 @@
|
|
|
1574
1574
|
--checkbox-border-selected-hover:var(--bp-border-02) solid var(--bp-border-checkbox-border-selected-hover);
|
|
1575
1575
|
}
|
|
1576
1576
|
|
|
1577
|
-
.bp_checkbox_module_option--
|
|
1577
|
+
.bp_checkbox_module_option--e71a3{
|
|
1578
1578
|
display:flex;
|
|
1579
1579
|
flex-direction:column;
|
|
1580
1580
|
font-family:var(--body-default-font-family);
|
|
@@ -1586,7 +1586,7 @@
|
|
|
1586
1586
|
text-decoration:var(--body-default-text-decoration);
|
|
1587
1587
|
text-transform:var(--body-default-text-case);
|
|
1588
1588
|
}
|
|
1589
|
-
.bp_checkbox_module_option--
|
|
1589
|
+
.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3{
|
|
1590
1590
|
all:unset;
|
|
1591
1591
|
align-items:center;
|
|
1592
1592
|
background-color:var(--checkbox-surface);
|
|
@@ -1600,39 +1600,39 @@
|
|
|
1600
1600
|
margin:calc((var(--checkbox-line-height) - var(--checkbox-size))/2) 0 0 0;
|
|
1601
1601
|
width:var(--checkbox-size);
|
|
1602
1602
|
}
|
|
1603
|
-
.bp_checkbox_module_option--
|
|
1603
|
+
.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3 .bp_checkbox_module_indicator--e71a3{
|
|
1604
1604
|
display:flex;
|
|
1605
1605
|
transform:scale(0);
|
|
1606
1606
|
transition-duration:.15s;
|
|
1607
1607
|
transition-property:transform;
|
|
1608
1608
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
1609
1609
|
}
|
|
1610
|
-
.bp_checkbox_module_option--
|
|
1610
|
+
.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3:focus-visible{
|
|
1611
1611
|
outline:var(--checkbox-border);
|
|
1612
1612
|
outline-offset:var(--checkbox-outline-offset);
|
|
1613
1613
|
}
|
|
1614
|
-
.bp_checkbox_module_option--
|
|
1614
|
+
.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3[data-disabled]{
|
|
1615
1615
|
opacity:60%;
|
|
1616
1616
|
}
|
|
1617
|
-
.bp_checkbox_module_option--
|
|
1617
|
+
.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3[data-state=checked],.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3[data-state=indeterminate]{
|
|
1618
1618
|
background-color:var(--checkbox-surface-selected);
|
|
1619
1619
|
border:var(--checkbox-border-selected);
|
|
1620
1620
|
}
|
|
1621
|
-
.bp_checkbox_module_option--
|
|
1621
|
+
.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3[data-state=checked] .bp_checkbox_module_indicator--e71a3,.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3[data-state=indeterminate] .bp_checkbox_module_indicator--e71a3{
|
|
1622
1622
|
background-color:var(--checkbox-surface-selected);
|
|
1623
1623
|
transform:scale(1);
|
|
1624
1624
|
}
|
|
1625
|
-
.bp_checkbox_module_option--
|
|
1625
|
+
.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3:not([data-disabled]):focus-visible,.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3:not([data-disabled]):hover{
|
|
1626
1626
|
border:var(--checkbox-border-hover);
|
|
1627
1627
|
}
|
|
1628
|
-
.bp_checkbox_module_option--
|
|
1628
|
+
.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3:not([data-disabled]):focus-visible[data-state=checked],.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3:not([data-disabled]):focus-visible[data-state=indeterminate],.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3:not([data-disabled]):hover[data-state=checked],.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3:not([data-disabled]):hover[data-state=indeterminate]{
|
|
1629
1629
|
background-color:var(--checkbox-surface-selected-hover);
|
|
1630
1630
|
border:var(--checkbox-border-selected-hover);
|
|
1631
1631
|
}
|
|
1632
|
-
.bp_checkbox_module_option--
|
|
1632
|
+
.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3:not([data-disabled]):focus-visible[data-state=checked] .bp_checkbox_module_indicator--e71a3,.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3:not([data-disabled]):focus-visible[data-state=indeterminate] .bp_checkbox_module_indicator--e71a3,.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3:not([data-disabled]):hover[data-state=checked] .bp_checkbox_module_indicator--e71a3,.bp_checkbox_module_option--e71a3 .bp_checkbox_module_checkbox--e71a3:not([data-disabled]):hover[data-state=indeterminate] .bp_checkbox_module_indicator--e71a3{
|
|
1633
1633
|
background-color:var(--checkbox-surface-selected-hover);
|
|
1634
1634
|
}
|
|
1635
|
-
.bp_checkbox_module_option--
|
|
1635
|
+
.bp_checkbox_module_option--e71a3 .bp_checkbox_module_label--e71a3{
|
|
1636
1636
|
cursor:pointer;
|
|
1637
1637
|
display:inline-flex;
|
|
1638
1638
|
flex-direction:row;
|
|
@@ -1640,10 +1640,10 @@
|
|
|
1640
1640
|
width:-moz-fit-content;
|
|
1641
1641
|
width:fit-content;
|
|
1642
1642
|
}
|
|
1643
|
-
.bp_checkbox_module_option--
|
|
1643
|
+
.bp_checkbox_module_option--e71a3 .bp_checkbox_module_description--e71a3{
|
|
1644
1644
|
padding-left:var(--checkbox-description-padding-left);
|
|
1645
1645
|
}
|
|
1646
|
-
.bp_checkbox_module_option--
|
|
1646
|
+
.bp_checkbox_module_option--e71a3.bp_checkbox_module_disabled--e71a3 .bp_checkbox_module_label--e71a3{
|
|
1647
1647
|
cursor:default;
|
|
1648
1648
|
}
|
|
1649
1649
|
.bp_icon_button_module_iconButton--161d7[data-modern=false]{
|
|
@@ -2051,7 +2051,7 @@
|
|
|
2051
2051
|
transform:scale(1.2);
|
|
2052
2052
|
}
|
|
2053
2053
|
|
|
2054
|
-
.bp_text_area_autosize_module_textArea--
|
|
2054
|
+
.bp_text_area_autosize_module_textArea--4c315[data-modern=false]{
|
|
2055
2055
|
--text-area-text-color:var(--text-text-on-light);
|
|
2056
2056
|
--text-area-inner-shadow:var(--innershadow-1);
|
|
2057
2057
|
--text-area-background-color:var(--surface-input-surface);
|
|
@@ -2064,7 +2064,7 @@
|
|
|
2064
2064
|
--text-area-icon-padding:1.875rem;
|
|
2065
2065
|
}
|
|
2066
2066
|
|
|
2067
|
-
.bp_text_area_autosize_module_textArea--
|
|
2067
|
+
.bp_text_area_autosize_module_textArea--4c315[data-modern=true]{
|
|
2068
2068
|
--text-area-inner-shadow:var(--innershadow-1);
|
|
2069
2069
|
--text-area-text-color:var(--bp-text-text-on-light);
|
|
2070
2070
|
--text-area-background-color:var(--bp-surface-input-surface);
|
|
@@ -2077,7 +2077,7 @@
|
|
|
2077
2077
|
--text-area-icon-padding:1.875rem;
|
|
2078
2078
|
}
|
|
2079
2079
|
|
|
2080
|
-
.bp_text_area_autosize_module_textArea--
|
|
2080
|
+
.bp_text_area_autosize_module_textArea--4c315{
|
|
2081
2081
|
background:var(--text-area-background-color);
|
|
2082
2082
|
border:none;
|
|
2083
2083
|
box-shadow:var(--text-area-inner-shadow);
|
|
@@ -2096,48 +2096,48 @@
|
|
|
2096
2096
|
text-transform:var(--body-default-text-case);
|
|
2097
2097
|
width:100%;
|
|
2098
2098
|
}
|
|
2099
|
-
.bp_text_area_autosize_module_textArea--
|
|
2099
|
+
.bp_text_area_autosize_module_textArea--4c315::placeholder{
|
|
2100
2100
|
color:var(--text-area-placeholder-color);
|
|
2101
2101
|
opacity:1;
|
|
2102
2102
|
}
|
|
2103
|
-
.bp_text_area_autosize_module_textArea--
|
|
2103
|
+
.bp_text_area_autosize_module_textArea--4c315.bp_text_area_autosize_module_error--4c315{
|
|
2104
2104
|
background:var(--text-area-error-background-color);
|
|
2105
2105
|
outline:0;
|
|
2106
2106
|
}
|
|
2107
|
-
.bp_text_area_autosize_module_textArea--
|
|
2107
|
+
.bp_text_area_autosize_module_textArea--4c315:focus{
|
|
2108
2108
|
border:none;
|
|
2109
2109
|
}
|
|
2110
|
-
.bp_text_area_autosize_module_textArea--
|
|
2110
|
+
.bp_text_area_autosize_module_textArea--4c315:hover{
|
|
2111
2111
|
box-shadow:var(--text-area-inner-shadow);
|
|
2112
2112
|
}
|
|
2113
|
-
.bp_text_area_autosize_module_textArea--
|
|
2113
|
+
.bp_text_area_autosize_module_textArea--4c315:focus-visible{
|
|
2114
2114
|
background:var(--text-area-error-background-focus);
|
|
2115
2115
|
outline:0;
|
|
2116
2116
|
}
|
|
2117
|
-
.bp_text_area_autosize_module_textArea--
|
|
2117
|
+
.bp_text_area_autosize_module_textArea--4c315:disabled{
|
|
2118
2118
|
background:var(--text-area-background-color);
|
|
2119
2119
|
border:none;
|
|
2120
2120
|
box-shadow:var(--text-area-inner-shadow);
|
|
2121
2121
|
color:var(--text-area-text-color);
|
|
2122
2122
|
}
|
|
2123
|
-
.bp_text_area_autosize_module_textArea--
|
|
2123
|
+
.bp_text_area_autosize_module_textArea--4c315:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--4c315):hover{
|
|
2124
2124
|
background:var(--text-area-error-background-hover);
|
|
2125
2125
|
}
|
|
2126
|
-
.bp_text_area_autosize_module_textArea--
|
|
2126
|
+
.bp_text_area_autosize_module_textArea--4c315.bp_text_area_autosize_module_loading--4c315{
|
|
2127
2127
|
padding-inline-end:var(--text-area-icon-padding);
|
|
2128
2128
|
}
|
|
2129
2129
|
|
|
2130
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2130
|
+
.bp_text_area_autosize_module_loadingIndicator--4c315[data-modern=false]{
|
|
2131
2131
|
--text-area-loading-indicator-width:var(--size-6);
|
|
2132
2132
|
--text-area-loading-indicator-height:var(--size-6);
|
|
2133
2133
|
}
|
|
2134
2134
|
|
|
2135
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2135
|
+
.bp_text_area_autosize_module_loadingIndicator--4c315[data-modern=true]{
|
|
2136
2136
|
--text-area-loading-indicator-width:var(--bp-size-060);
|
|
2137
2137
|
--text-area-loading-indicator-height:var(--bp-size-060);
|
|
2138
2138
|
}
|
|
2139
2139
|
|
|
2140
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2140
|
+
.bp_text_area_autosize_module_loadingIndicator--4c315{
|
|
2141
2141
|
bottom:.375rem;
|
|
2142
2142
|
display:inline-block;
|
|
2143
2143
|
height:var(--text-area-loading-indicator-height);
|
|
@@ -2147,19 +2147,19 @@
|
|
|
2147
2147
|
width:var(--text-area-loading-indicator-width);
|
|
2148
2148
|
}
|
|
2149
2149
|
|
|
2150
|
-
.bp_text_area_autosize_module_border--
|
|
2150
|
+
.bp_text_area_autosize_module_border--4c315[data-modern=false]{
|
|
2151
2151
|
--text-area-radius:var(--radius-2);
|
|
2152
2152
|
--text-area-border-width:var(--border-1);
|
|
2153
2153
|
--text-area-shadow-color:var(--border-input-border);
|
|
2154
2154
|
}
|
|
2155
2155
|
|
|
2156
|
-
.bp_text_area_autosize_module_border--
|
|
2156
|
+
.bp_text_area_autosize_module_border--4c315[data-modern=true]{
|
|
2157
2157
|
--text-area-radius:var(--bp-radius-06);
|
|
2158
2158
|
--text-area-border-width:var(--bp-border-01);
|
|
2159
2159
|
--text-area-shadow-color:var(--bp-border-input-border);
|
|
2160
2160
|
}
|
|
2161
2161
|
|
|
2162
|
-
.bp_text_area_autosize_module_border--
|
|
2162
|
+
.bp_text_area_autosize_module_border--4c315{
|
|
2163
2163
|
border-radius:var(--text-area-radius);
|
|
2164
2164
|
box-shadow:0 0 0 var(--text-area-border-width) var(--text-area-shadow-color);
|
|
2165
2165
|
display:flex;
|
|
@@ -2167,17 +2167,17 @@
|
|
|
2167
2167
|
transform:translateZ(0);
|
|
2168
2168
|
}
|
|
2169
2169
|
|
|
2170
|
-
.bp_text_area_module_textAreaContainer--
|
|
2170
|
+
.bp_text_area_module_textAreaContainer--f4f8b[data-modern=false]{
|
|
2171
2171
|
--text-area-container-row-gap:var(--space-2);
|
|
2172
2172
|
--text-area-container-label-color:var(--text-text-on-light);
|
|
2173
2173
|
}
|
|
2174
2174
|
|
|
2175
|
-
.bp_text_area_module_textAreaContainer--
|
|
2175
|
+
.bp_text_area_module_textAreaContainer--f4f8b[data-modern=true]{
|
|
2176
2176
|
--text-area-container-row-gap:var(--bp-size-020);
|
|
2177
2177
|
--text-area-container-label-color:var(--bp-text-text-on-light);
|
|
2178
2178
|
}
|
|
2179
2179
|
|
|
2180
|
-
.bp_text_area_module_textAreaContainer--
|
|
2180
|
+
.bp_text_area_module_textAreaContainer--f4f8b{
|
|
2181
2181
|
display:flex;
|
|
2182
2182
|
flex-direction:column;
|
|
2183
2183
|
font-family:var(--body-default-font-family);
|
|
@@ -2190,7 +2190,7 @@
|
|
|
2190
2190
|
text-decoration:var(--body-default-text-decoration);
|
|
2191
2191
|
text-transform:var(--body-default-text-case);
|
|
2192
2192
|
}
|
|
2193
|
-
.bp_text_area_module_textAreaContainer--
|
|
2193
|
+
.bp_text_area_module_textAreaContainer--f4f8b .bp_text_area_module_label--f4f8b{
|
|
2194
2194
|
color:var(--text-area-container-label-color);
|
|
2195
2195
|
flex:0 0 fit-content;
|
|
2196
2196
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2204,17 +2204,17 @@
|
|
|
2204
2204
|
width:-moz-fit-content;
|
|
2205
2205
|
width:fit-content;
|
|
2206
2206
|
}
|
|
2207
|
-
.bp_text_area_module_textAreaContainer--
|
|
2207
|
+
.bp_text_area_module_textAreaContainer--f4f8b .bp_text_area_module_label--f4f8b:not(.bp_text_area_module_hidden--f4f8b){
|
|
2208
2208
|
margin-block-end:var(--text-area-container-row-gap);
|
|
2209
2209
|
}
|
|
2210
|
-
.bp_text_area_module_textAreaContainer--
|
|
2210
|
+
.bp_text_area_module_textAreaContainer--f4f8b.bp_text_area_module_disabled--f4f8b{
|
|
2211
2211
|
opacity:60%;
|
|
2212
2212
|
}
|
|
2213
|
-
.bp_text_area_module_textAreaContainer--
|
|
2213
|
+
.bp_text_area_module_textAreaContainer--f4f8b .bp_text_area_module_inlineError--f4f8b{
|
|
2214
2214
|
margin-block-start:var(--text-area-container-row-gap);
|
|
2215
2215
|
}
|
|
2216
2216
|
|
|
2217
|
-
.bp_combobox_module_container--
|
|
2217
|
+
.bp_combobox_module_container--97461[data-modern=false]{
|
|
2218
2218
|
--max-lines:3;
|
|
2219
2219
|
--input-height:var(--space-5);
|
|
2220
2220
|
--chip-height:var(--space-7);
|
|
@@ -2269,7 +2269,7 @@
|
|
|
2269
2269
|
--combobox-button-spacing:var(--space-2);
|
|
2270
2270
|
}
|
|
2271
2271
|
|
|
2272
|
-
.bp_combobox_module_container--
|
|
2272
|
+
.bp_combobox_module_container--97461[data-modern=true]{
|
|
2273
2273
|
--max-lines:3;
|
|
2274
2274
|
--bp-innershadow-01:var(--innershadow-1);
|
|
2275
2275
|
--bp-input-height:var(--bp-space-050);
|
|
@@ -2330,7 +2330,7 @@
|
|
|
2330
2330
|
--combobox-button-spacing:var(--bp-space-020);
|
|
2331
2331
|
}
|
|
2332
2332
|
|
|
2333
|
-
.bp_combobox_module_popover--
|
|
2333
|
+
.bp_combobox_module_popover--97461[data-modern=false]{
|
|
2334
2334
|
--option-height:2.25rem;
|
|
2335
2335
|
--dropdown-max-height:12.5rem;
|
|
2336
2336
|
--combobox-popover-max-height:min(
|
|
@@ -2363,7 +2363,7 @@
|
|
|
2363
2363
|
--combobox-popover-backdrop-filter:none;
|
|
2364
2364
|
}
|
|
2365
2365
|
|
|
2366
|
-
.bp_combobox_module_popover--
|
|
2366
|
+
.bp_combobox_module_popover--97461[data-modern=true]{
|
|
2367
2367
|
--option-height:2.25rem;
|
|
2368
2368
|
--dropdown-max-height:12.5rem;
|
|
2369
2369
|
--bp-dropshadow-03:var(--dropshadow-3);
|
|
@@ -2397,7 +2397,7 @@
|
|
|
2397
2397
|
--combobox-popover-backdrop-filter:blur(16px);
|
|
2398
2398
|
}
|
|
2399
2399
|
|
|
2400
|
-
.bp_combobox_module_container--
|
|
2400
|
+
.bp_combobox_module_container--97461{
|
|
2401
2401
|
display:flex;
|
|
2402
2402
|
flex-direction:column;
|
|
2403
2403
|
font-family:var(--body-default-font-family);
|
|
@@ -2409,10 +2409,10 @@
|
|
|
2409
2409
|
text-decoration:var(--body-default-text-decoration);
|
|
2410
2410
|
text-transform:var(--body-default-text-case);
|
|
2411
2411
|
}
|
|
2412
|
-
.bp_combobox_module_container--
|
|
2412
|
+
.bp_combobox_module_container--97461.bp_combobox_module_disabled--97461{
|
|
2413
2413
|
opacity:60%;
|
|
2414
2414
|
}
|
|
2415
|
-
.bp_combobox_module_container--
|
|
2415
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_label--97461{
|
|
2416
2416
|
color:var(--combobox-label-color);
|
|
2417
2417
|
flex:0 0 fit-content;
|
|
2418
2418
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2425,10 +2425,10 @@
|
|
|
2425
2425
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2426
2426
|
text-transform:var(--body-default-bold-text-case);
|
|
2427
2427
|
}
|
|
2428
|
-
.bp_combobox_module_container--
|
|
2428
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_label--97461:not(.bp_combobox_module_hiddenLabel--97461){
|
|
2429
2429
|
margin-block-end:var(--combobox-label-margin-block-end);
|
|
2430
2430
|
}
|
|
2431
|
-
.bp_combobox_module_container--
|
|
2431
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461{
|
|
2432
2432
|
background-color:var(--combobox-container-background-color);
|
|
2433
2433
|
border-bottom:var(--combobox-container-border-bottom-width) solid var(--combobox-container-border-color);
|
|
2434
2434
|
border-left:var(--combobox-container-border-left-width) solid var(--combobox-container-border-color);
|
|
@@ -2445,15 +2445,15 @@
|
|
|
2445
2445
|
padding-inline:var(--combobox-container-padding-inline);
|
|
2446
2446
|
position:relative;
|
|
2447
2447
|
}
|
|
2448
|
-
.bp_combobox_module_container--
|
|
2448
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461.bp_combobox_module_withComboboxButtons--97461{
|
|
2449
2449
|
padding-inline-end:var(--combobox-container-padding-inline-end-with-buttons);
|
|
2450
2450
|
}
|
|
2451
|
-
.bp_combobox_module_container--
|
|
2451
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461:not(:disabled):has(input:focus){
|
|
2452
2452
|
background-color:var(--combobox-container-focus-background-color);
|
|
2453
2453
|
border:var(--combobox-container-focus-border);
|
|
2454
2454
|
padding-block:var(--combobox-container-focus-padding-block);
|
|
2455
2455
|
}
|
|
2456
|
-
.bp_combobox_module_container--
|
|
2456
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461:not(:disabled).bp_combobox_module_error--97461,.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461:not(:disabled):has([aria-invalid=true]){
|
|
2457
2457
|
background-color:var(--combobox-container-error-background-color);
|
|
2458
2458
|
border-bottom:var(--combobox-container-error-border-bottom-width) solid var(--combobox-container-error-border-color);
|
|
2459
2459
|
border-left:var(--combobox-container-error-border-left-width) solid var(--combobox-container-error-border-color);
|
|
@@ -2461,13 +2461,13 @@
|
|
|
2461
2461
|
border-top:var(--combobox-container-error-border-top-width) solid var(--combobox-container-error-border-color);
|
|
2462
2462
|
padding-block:var(--combobox-container-error-padding-block);
|
|
2463
2463
|
}
|
|
2464
|
-
.bp_combobox_module_container--
|
|
2464
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461 .bp_combobox_module_textInputWrapper--97461{
|
|
2465
2465
|
align-items:center;
|
|
2466
2466
|
display:flex;
|
|
2467
2467
|
flex:content;
|
|
2468
2468
|
gap:var(--combobox-text-input-wrapper-gap);
|
|
2469
2469
|
}
|
|
2470
|
-
.bp_combobox_module_container--
|
|
2470
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461 .bp_combobox_module_textInputWrapper--97461 .bp_combobox_module_textInput--97461{
|
|
2471
2471
|
background-color:var(--combobox-text-input-background-color);
|
|
2472
2472
|
border:none;
|
|
2473
2473
|
color:var(--combobox-text-input-color);
|
|
@@ -2484,31 +2484,31 @@
|
|
|
2484
2484
|
text-transform:var(--body-default-text-case);
|
|
2485
2485
|
width:100%;
|
|
2486
2486
|
}
|
|
2487
|
-
.bp_combobox_module_container--
|
|
2487
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461 .bp_combobox_module_textInputWrapper--97461 .bp_combobox_module_errorIcon--97461 path{
|
|
2488
2488
|
fill:var(--combobox-error-icon-fill);
|
|
2489
2489
|
}
|
|
2490
|
-
.bp_combobox_module_container--
|
|
2490
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461 .bp_combobox_module_textInputWrapper--97461 .bp_combobox_module_comboboxButtons--97461{
|
|
2491
2491
|
align-items:center;
|
|
2492
2492
|
display:flex;
|
|
2493
2493
|
position:absolute;
|
|
2494
2494
|
right:var(--combobox-button-spacing);
|
|
2495
2495
|
top:var(--combobox-button-spacing);
|
|
2496
2496
|
}
|
|
2497
|
-
.bp_combobox_module_container--
|
|
2497
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461.bp_combobox_module_withChips--97461{
|
|
2498
2498
|
max-height:var(--combobox-container-with-chips-max-height);
|
|
2499
2499
|
padding-block:var(--combobox-container-with-chips-padding-block);
|
|
2500
2500
|
}
|
|
2501
|
-
.bp_combobox_module_container--
|
|
2501
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461.bp_combobox_module_withChips--97461:not(:disabled).bp_combobox_module_error--97461{
|
|
2502
2502
|
padding-block:var(--combobox-container-with-chips-error-padding-block);
|
|
2503
2503
|
}
|
|
2504
|
-
.bp_combobox_module_container--
|
|
2504
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461.bp_combobox_module_withChips--97461:not(:disabled):has(input:focus){
|
|
2505
2505
|
padding-block:var(--combobox-container-with-chips-focus-padding-block);
|
|
2506
2506
|
}
|
|
2507
|
-
.bp_combobox_module_container--
|
|
2507
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_inlineError--97461{
|
|
2508
2508
|
margin-block-start:var(--combobox-inline-error-margin-block-start);
|
|
2509
2509
|
}
|
|
2510
2510
|
|
|
2511
|
-
.bp_combobox_module_popover--
|
|
2511
|
+
.bp_combobox_module_popover--97461{
|
|
2512
2512
|
backdrop-filter:var(--combobox-popover-backdrop-filter);
|
|
2513
2513
|
background-color:var(--combobox-popover-background-color);
|
|
2514
2514
|
border:var(--combobox-popover-border);
|
|
@@ -2528,7 +2528,7 @@
|
|
|
2528
2528
|
text-transform:var(--body-default-text-case);
|
|
2529
2529
|
z-index:var(--z-index-popover);
|
|
2530
2530
|
}
|
|
2531
|
-
.bp_combobox_module_popover--
|
|
2531
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461{
|
|
2532
2532
|
border:var(--combobox-option-border);
|
|
2533
2533
|
border-radius:var(--combobox-option-border-radius);
|
|
2534
2534
|
box-sizing:border-box;
|
|
@@ -2542,21 +2542,21 @@
|
|
|
2542
2542
|
user-select:none;
|
|
2543
2543
|
width:100%;
|
|
2544
2544
|
}
|
|
2545
|
-
.bp_combobox_module_popover--
|
|
2545
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461[aria-disabled]{
|
|
2546
2546
|
opacity:var(--combobox-option-disabled-opacity);
|
|
2547
2547
|
}
|
|
2548
|
-
.bp_combobox_module_popover--
|
|
2548
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461[data-active-item]:not([aria-disabled]){
|
|
2549
2549
|
background-color:var(--combobox-option-active-background-color);
|
|
2550
2550
|
border:var(--combobox-option-active-border);
|
|
2551
2551
|
}
|
|
2552
|
-
.bp_combobox_module_popover--
|
|
2552
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461:active{
|
|
2553
2553
|
background-color:var(--combobox-option-hover-background-color);
|
|
2554
2554
|
border:var(--combobox-option-border);
|
|
2555
2555
|
}
|
|
2556
|
-
.bp_combobox_module_popover--
|
|
2556
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461:hover{
|
|
2557
2557
|
background-color:var(--combobox-option-hover-background-color);
|
|
2558
2558
|
}
|
|
2559
|
-
.bp_combobox_module_popover--
|
|
2559
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461 .bp_combobox_module_indicator--97461{
|
|
2560
2560
|
align-items:center;
|
|
2561
2561
|
display:flex;
|
|
2562
2562
|
height:var(--combobox-option-indicator-height);
|
|
@@ -2565,56 +2565,56 @@
|
|
|
2565
2565
|
position:absolute;
|
|
2566
2566
|
top:var(--combobox-option-indicator-top);
|
|
2567
2567
|
}
|
|
2568
|
-
.bp_combobox_module_popover--
|
|
2568
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461 .bp_combobox_module_indicator--97461 .bp_combobox_module_indicatorIcon--97461 path{
|
|
2569
2569
|
fill:var(--combobox-option-indicator-icon-fill);
|
|
2570
2570
|
}
|
|
2571
|
-
.bp_combobox_module_popover--
|
|
2571
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_optionWithIndicator--97461{
|
|
2572
2572
|
padding-inline:var(--combobox-option-with-indicator-padding-inline);
|
|
2573
2573
|
}
|
|
2574
|
-
.bp_combobox_module_popover--
|
|
2574
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_loadingIndicator--97461{
|
|
2575
2575
|
position:var(--combobox-loading-indicator-position);
|
|
2576
2576
|
}
|
|
2577
|
-
.bp_combobox_module_popover--
|
|
2577
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_noResultOption--97461{
|
|
2578
2578
|
color:var(--combobox-no-result-option-color);
|
|
2579
2579
|
-webkit-user-select:none;
|
|
2580
2580
|
user-select:none;
|
|
2581
2581
|
}
|
|
2582
2582
|
|
|
2583
|
-
.bp_combobox_group_module_container--
|
|
2583
|
+
.bp_combobox_group_module_container--483f2[data-modern=false]{
|
|
2584
2584
|
--combobox-group-container-gap:var(--space-2);
|
|
2585
2585
|
--combobox-group-container-max-width:358px;
|
|
2586
2586
|
--combobox-group-disabled-opacity:60%;
|
|
2587
2587
|
--combobox-group-label-color:var(--text-text-on-light);
|
|
2588
2588
|
}
|
|
2589
|
-
.bp_combobox_group_module_container--
|
|
2589
|
+
.bp_combobox_group_module_container--483f2[data-modern=false] .bp_combobox_group_module_trailing--483f2{
|
|
2590
2590
|
--blueprint-combobox-input-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2591
2591
|
--blueprint-select-trigger-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2592
2592
|
--blueprint-combobox-border-left-width:none;
|
|
2593
2593
|
--blueprint-select-border-left-width:none;
|
|
2594
2594
|
}
|
|
2595
|
-
.bp_combobox_group_module_container--
|
|
2595
|
+
.bp_combobox_group_module_container--483f2[data-modern=false] .bp_combobox_group_module_leading--483f2{
|
|
2596
2596
|
--blueprint-combobox-input-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2597
2597
|
--blueprint-select-trigger-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2598
2598
|
}
|
|
2599
2599
|
|
|
2600
|
-
.bp_combobox_group_module_container--
|
|
2600
|
+
.bp_combobox_group_module_container--483f2[data-modern=true]{
|
|
2601
2601
|
--combobox-group-container-gap:var(--bp-space-020);
|
|
2602
2602
|
--combobox-group-container-max-width:358px;
|
|
2603
2603
|
--combobox-group-disabled-opacity:60%;
|
|
2604
2604
|
--combobox-group-label-color:var(--bp-text-text-on-light);
|
|
2605
2605
|
}
|
|
2606
|
-
.bp_combobox_group_module_container--
|
|
2606
|
+
.bp_combobox_group_module_container--483f2[data-modern=true] .bp_combobox_group_module_trailing--483f2{
|
|
2607
2607
|
--blueprint-combobox-input-radius:0 var(--bp-radius-06) var(--bp-radius-06) 0;
|
|
2608
2608
|
--blueprint-select-trigger-radius:0 var(--bp-radius-06) var(--bp-radius-06) 0;
|
|
2609
2609
|
--blueprint-combobox-border-left-width:none;
|
|
2610
2610
|
--blueprint-select-border-left-width:none;
|
|
2611
2611
|
}
|
|
2612
|
-
.bp_combobox_group_module_container--
|
|
2612
|
+
.bp_combobox_group_module_container--483f2[data-modern=true] .bp_combobox_group_module_leading--483f2{
|
|
2613
2613
|
--blueprint-combobox-input-radius:var(--bp-radius-06) 0 0 var(--bp-radius-06);
|
|
2614
2614
|
--blueprint-select-trigger-radius:var(--bp-radius-06) 0 0 var(--bp-radius-06);
|
|
2615
2615
|
}
|
|
2616
2616
|
|
|
2617
|
-
.bp_combobox_group_module_container--
|
|
2617
|
+
.bp_combobox_group_module_container--483f2{
|
|
2618
2618
|
align-items:flex-start;
|
|
2619
2619
|
display:flex;
|
|
2620
2620
|
flex-direction:column;
|
|
@@ -2622,17 +2622,17 @@
|
|
|
2622
2622
|
max-width:var(--combobox-group-container-max-width);
|
|
2623
2623
|
}
|
|
2624
2624
|
|
|
2625
|
-
.bp_combobox_group_module_comboboxGroupcontainer--
|
|
2625
|
+
.bp_combobox_group_module_comboboxGroupcontainer--483f2{
|
|
2626
2626
|
display:flex;
|
|
2627
2627
|
flex-direction:row;
|
|
2628
2628
|
}
|
|
2629
2629
|
|
|
2630
|
-
.bp_combobox_group_module_disabled--
|
|
2630
|
+
.bp_combobox_group_module_disabled--483f2{
|
|
2631
2631
|
opacity:var(--combobox-group-disabled-opacity);
|
|
2632
2632
|
pointer-events:none;
|
|
2633
2633
|
}
|
|
2634
2634
|
|
|
2635
|
-
.bp_combobox_group_module_label--
|
|
2635
|
+
.bp_combobox_group_module_label--483f2{
|
|
2636
2636
|
color:var(--combobox-group-label-color);
|
|
2637
2637
|
flex:0 0 fit-content;
|
|
2638
2638
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2646,47 +2646,47 @@
|
|
|
2646
2646
|
text-transform:var(--body-default-bold-text-case);
|
|
2647
2647
|
}
|
|
2648
2648
|
|
|
2649
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2649
|
+
.bp_combobox_group_module_errorCombobox--483f2.bp_combobox_group_module_leading--483f2{
|
|
2650
2650
|
--blueprint-select-border-right-width:none;
|
|
2651
2651
|
}
|
|
2652
2652
|
|
|
2653
|
-
.bp_combobox_group_module_errorSelect--
|
|
2653
|
+
.bp_combobox_group_module_errorSelect--483f2.bp_combobox_group_module_leading--483f2{
|
|
2654
2654
|
--blueprint-combobox-border-right-width:none;
|
|
2655
2655
|
}
|
|
2656
2656
|
|
|
2657
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2657
|
+
.bp_combobox_group_module_errorCombobox--483f2.bp_combobox_group_module_errorSelect--483f2.bp_combobox_group_module_trailing--483f2{
|
|
2658
2658
|
--blueprint-select-border-error-left-width:none;
|
|
2659
2659
|
}
|
|
2660
2660
|
|
|
2661
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2661
|
+
.bp_combobox_group_module_errorCombobox--483f2.bp_combobox_group_module_errorSelect--483f2.bp_combobox_group_module_leading--483f2{
|
|
2662
2662
|
--blueprint-select-border-error-right-width:none;
|
|
2663
2663
|
}
|
|
2664
2664
|
|
|
2665
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2665
|
+
.bp_combobox_group_module_selectHasFocus--483f2.bp_combobox_group_module_leading--483f2{
|
|
2666
2666
|
--blueprint-combobox-border-right-width:none;
|
|
2667
2667
|
}
|
|
2668
2668
|
|
|
2669
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2669
|
+
.bp_combobox_group_module_selectHasFocus--483f2.bp_combobox_group_module_errorCombobox--483f2.bp_combobox_group_module_leading--483f2{
|
|
2670
2670
|
--blueprint-combobox-border-error-right-width:none;
|
|
2671
2671
|
}
|
|
2672
2672
|
|
|
2673
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2673
|
+
.bp_combobox_group_module_selectHasFocus--483f2.bp_combobox_group_module_errorCombobox--483f2.bp_combobox_group_module_trailing--483f2{
|
|
2674
2674
|
--blueprint-combobox-border-error-left-width:none;
|
|
2675
2675
|
}
|
|
2676
2676
|
|
|
2677
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2677
|
+
.bp_combobox_group_module_comboboxHasFocus--483f2.bp_combobox_group_module_leading--483f2{
|
|
2678
2678
|
--blueprint-select-border-right-width:none;
|
|
2679
2679
|
}
|
|
2680
2680
|
|
|
2681
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2681
|
+
.bp_combobox_group_module_comboboxHasFocus--483f2.bp_combobox_group_module_errorSelect--483f2.bp_combobox_group_module_leading--483f2{
|
|
2682
2682
|
--blueprint-select-border-error-right-width:none;
|
|
2683
2683
|
}
|
|
2684
2684
|
|
|
2685
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2685
|
+
.bp_combobox_group_module_comboboxHasFocus--483f2.bp_combobox_group_module_errorSelect--483f2.bp_combobox_group_module_trailing--483f2{
|
|
2686
2686
|
--blueprint-select-border-error-left-width:none;
|
|
2687
2687
|
}
|
|
2688
2688
|
|
|
2689
|
-
.bp_select_module_container--
|
|
2689
|
+
.bp_select_module_container--9a5e8[data-modern=false]{
|
|
2690
2690
|
--select-gap:var(--space-2);
|
|
2691
2691
|
--select-label-color:var(--text-text-on-light);
|
|
2692
2692
|
--select-trigger-btn-gap:var(--space-2);
|
|
@@ -2716,7 +2716,7 @@
|
|
|
2716
2716
|
--select-trigger-btn-pencil-height:var(--size-4);
|
|
2717
2717
|
}
|
|
2718
2718
|
|
|
2719
|
-
.bp_select_module_container--
|
|
2719
|
+
.bp_select_module_container--9a5e8[data-modern=true]{
|
|
2720
2720
|
--select-gap:var(--bp-space-020);
|
|
2721
2721
|
--select-label-color:var(--bp-text-text-on-light);
|
|
2722
2722
|
--select-trigger-btn-gap:var(--bp-space-020);
|
|
@@ -2746,7 +2746,7 @@
|
|
|
2746
2746
|
--select-trigger-btn-pencil-height:var(--bp-size-040);
|
|
2747
2747
|
}
|
|
2748
2748
|
|
|
2749
|
-
.bp_select_module_container--
|
|
2749
|
+
.bp_select_module_container--9a5e8{
|
|
2750
2750
|
display:flex;
|
|
2751
2751
|
flex-direction:column;
|
|
2752
2752
|
font-family:var(--body-default-font-family);
|
|
@@ -2759,10 +2759,10 @@
|
|
|
2759
2759
|
text-decoration:var(--body-default-text-decoration);
|
|
2760
2760
|
text-transform:var(--body-default-text-case);
|
|
2761
2761
|
}
|
|
2762
|
-
.bp_select_module_container--
|
|
2762
|
+
.bp_select_module_container--9a5e8.bp_select_module_disabled--9a5e8{
|
|
2763
2763
|
opacity:60%;
|
|
2764
2764
|
}
|
|
2765
|
-
.bp_select_module_container--
|
|
2765
|
+
.bp_select_module_container--9a5e8 .bp_select_module_label--9a5e8{
|
|
2766
2766
|
color:var(--select-label-color);
|
|
2767
2767
|
flex:0 0 fit-content;
|
|
2768
2768
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2775,7 +2775,7 @@
|
|
|
2775
2775
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2776
2776
|
text-transform:var(--body-default-bold-text-case);
|
|
2777
2777
|
}
|
|
2778
|
-
.bp_select_module_container--
|
|
2778
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8{
|
|
2779
2779
|
align-items:center;
|
|
2780
2780
|
background-color:var(--select-trigger-btn-bg-color);
|
|
2781
2781
|
border-bottom:var(--select-trigger-btn-border-bottom);
|
|
@@ -2804,58 +2804,58 @@
|
|
|
2804
2804
|
text-transform:var(--body-default-text-case);
|
|
2805
2805
|
width:100%;
|
|
2806
2806
|
}
|
|
2807
|
-
.bp_select_module_container--
|
|
2807
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8 span:first-child{
|
|
2808
2808
|
overflow:hidden;
|
|
2809
2809
|
text-overflow:ellipsis;
|
|
2810
2810
|
white-space:nowrap;
|
|
2811
2811
|
}
|
|
2812
|
-
.bp_select_module_container--
|
|
2812
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8:disabled{
|
|
2813
2813
|
cursor:default;
|
|
2814
2814
|
}
|
|
2815
|
-
.bp_select_module_container--
|
|
2815
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8.bp_select_module_readonly--9a5e8:not(:disabled){
|
|
2816
2816
|
background-color:var(--gray-02);
|
|
2817
2817
|
box-shadow:none;
|
|
2818
2818
|
color:var(--text-text-on-light-secondary);
|
|
2819
2819
|
cursor:default;
|
|
2820
2820
|
}
|
|
2821
|
-
.bp_select_module_container--
|
|
2821
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8:not(.bp_select_module_readonly--9a5e8):not(:disabled).bp_select_module_error--9a5e8,.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8:not(.bp_select_module_readonly--9a5e8):not(:disabled)[aria-invalid=true]{
|
|
2822
2822
|
background-color:var(----select-trigger-btn-error-bg-color);
|
|
2823
2823
|
border-bottom:var(--select-trigger-btn-error-border-bottom);
|
|
2824
2824
|
border-left:var(--select-trigger-btn-error-border-left);
|
|
2825
2825
|
border-right:var(--select-trigger-btn-error-border-right);
|
|
2826
2826
|
border-top:var(--select-trigger-btn-error-border-top);
|
|
2827
2827
|
}
|
|
2828
|
-
.bp_select_module_container--
|
|
2828
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8:not(.bp_select_module_readonly--9a5e8):focus,.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8:not(.bp_select_module_readonly--9a5e8):not(:disabled).bp_select_module_error--9a5e8:focus,.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8:not(.bp_select_module_readonly--9a5e8):not(:disabled)[aria-invalid=true]:focus{
|
|
2829
2829
|
background-color:var(--select-trigger-btn-focus-bg-color);
|
|
2830
2830
|
border:var(--select-trigger-btn-focus-border);
|
|
2831
2831
|
}
|
|
2832
|
-
.bp_select_module_container--
|
|
2832
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8:not(.bp_select_module_readonly--9a5e8):not(:disabled):not(:focus):not(.bp_select_module_error--9a5e8):not([aria-invalid]):hover{
|
|
2833
2833
|
background-color:var(--select-trigger-btn-hover-bg-color);
|
|
2834
2834
|
border-color:var(--select-trigger-btn-hover-border-color);
|
|
2835
2835
|
}
|
|
2836
|
-
.bp_select_module_container--
|
|
2836
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8 .bp_select_module_iconWrapper--9a5e8{
|
|
2837
2837
|
flex-shrink:0;
|
|
2838
2838
|
-webkit-user-select:none;
|
|
2839
2839
|
user-select:none;
|
|
2840
2840
|
}
|
|
2841
|
-
.bp_select_module_container--
|
|
2841
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8 .bp_select_module_iconCaret--9a5e8{
|
|
2842
2842
|
display:block;
|
|
2843
2843
|
height:var(--select-trigger-btn-caret-height);
|
|
2844
2844
|
width:var(--select-trigger-btn-caret-width);
|
|
2845
2845
|
}
|
|
2846
|
-
.bp_select_module_container--
|
|
2846
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8 .bp_select_module_iconCaret--9a5e8 path{
|
|
2847
2847
|
fill:var(--select-trigger-btn-caret-color);
|
|
2848
2848
|
}
|
|
2849
|
-
.bp_select_module_container--
|
|
2849
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8 .bp_select_module_iconPencilCrossed--9a5e8{
|
|
2850
2850
|
display:block;
|
|
2851
2851
|
height:var(--select-trigger-btn-pencil-height);
|
|
2852
2852
|
width:var(--select-trigger-btn-pencil-width);
|
|
2853
2853
|
}
|
|
2854
|
-
.bp_select_module_container--
|
|
2854
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8[data-state=open] .bp_select_module_icon--9a5e8{
|
|
2855
2855
|
transform:rotate(180deg);
|
|
2856
2856
|
}
|
|
2857
2857
|
|
|
2858
|
-
.bp_select_module_content--
|
|
2858
|
+
.bp_select_module_content--9a5e8[data-modern=false]{
|
|
2859
2859
|
--select-content-bg-color:var(--surface-menu-surface);
|
|
2860
2860
|
--select-content-backdrop-filter:none;
|
|
2861
2861
|
--select-content-border:var(--border-1) solid var(--border-card-border);
|
|
@@ -2881,7 +2881,7 @@
|
|
|
2881
2881
|
--select-content-viewport-option-separator-margin-block:var(--space-2);
|
|
2882
2882
|
}
|
|
2883
2883
|
|
|
2884
|
-
.bp_select_module_content--
|
|
2884
|
+
.bp_select_module_content--9a5e8[data-modern=true]{
|
|
2885
2885
|
--select-content-bg-color:var(--bp-surface-menu-surface-dropdown);
|
|
2886
2886
|
--select-content-backdrop-filter:blur(16px);
|
|
2887
2887
|
--select-content-border:var(--bp-border-01) solid var(--bp-border-card-border);
|
|
@@ -2907,7 +2907,7 @@
|
|
|
2907
2907
|
--select-content-viewport-option-separator-margin-block:var(--bp-space-020);
|
|
2908
2908
|
}
|
|
2909
2909
|
|
|
2910
|
-
.bp_select_module_content--
|
|
2910
|
+
.bp_select_module_content--9a5e8{
|
|
2911
2911
|
backdrop-filter:var(--select-content-backdrop-filter);
|
|
2912
2912
|
background-color:var(--select-content-bg-color);
|
|
2913
2913
|
border:var(--select-content-border);
|
|
@@ -2927,11 +2927,11 @@
|
|
|
2927
2927
|
text-transform:var(--body-default-text-case);
|
|
2928
2928
|
z-index:380;
|
|
2929
2929
|
}
|
|
2930
|
-
.bp_select_module_content--
|
|
2930
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8{
|
|
2931
2931
|
padding-block:var(--select-content-viewport-padding-block);
|
|
2932
2932
|
padding-inline:var(--select-content-viewport-padding-inline);
|
|
2933
2933
|
}
|
|
2934
|
-
.bp_select_module_content--
|
|
2934
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8{
|
|
2935
2935
|
border:var(--select-content-viewport-option-border);
|
|
2936
2936
|
border-radius:var(--select-content-viewport-option-border-radius);
|
|
2937
2937
|
cursor:pointer;
|
|
@@ -2946,29 +2946,29 @@
|
|
|
2946
2946
|
-webkit-user-select:none;
|
|
2947
2947
|
user-select:none;
|
|
2948
2948
|
}
|
|
2949
|
-
.bp_select_module_content--
|
|
2949
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8[data-disabled]{
|
|
2950
2950
|
opacity:60%;
|
|
2951
2951
|
pointer-events:none;
|
|
2952
2952
|
}
|
|
2953
|
-
.bp_select_module_content--
|
|
2953
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8[data-highlighted]{
|
|
2954
2954
|
background-color:var(--select-content-viewport-option-focus-bg-color);
|
|
2955
2955
|
border:var(--select-content-viewport-option-focus-border);
|
|
2956
2956
|
}
|
|
2957
|
-
.bp_select_module_content--
|
|
2957
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8:active{
|
|
2958
2958
|
background-color:var(--select-content-viewport-option-active-bg-color);
|
|
2959
2959
|
border:var(--select-content-viewport-option-active-border);
|
|
2960
2960
|
}
|
|
2961
|
-
.bp_select_module_content--
|
|
2961
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8:hover{
|
|
2962
2962
|
background-color:var(--select-content-viewport-option-hover-bg-color);
|
|
2963
2963
|
}
|
|
2964
|
-
.bp_select_module_content--
|
|
2964
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8 span:first-child{
|
|
2965
2965
|
overflow:hidden;
|
|
2966
2966
|
overflow-wrap:break-word;
|
|
2967
2967
|
}
|
|
2968
|
-
.bp_select_module_content--
|
|
2968
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8 .bp_select_module_secondaryText--9a5e8{
|
|
2969
2969
|
color:var(--select-content-viewport-option-secondary-text-color);
|
|
2970
2970
|
}
|
|
2971
|
-
.bp_select_module_content--
|
|
2971
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8 .bp_select_module_indicator--9a5e8{
|
|
2972
2972
|
align-items:center;
|
|
2973
2973
|
display:flex;
|
|
2974
2974
|
height:var(--select-content-viewport-option-indicator-height);
|
|
@@ -2977,17 +2977,17 @@
|
|
|
2977
2977
|
position:absolute;
|
|
2978
2978
|
top:0;
|
|
2979
2979
|
}
|
|
2980
|
-
.bp_select_module_content--
|
|
2980
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8 .bp_select_module_indicator--9a5e8 path{
|
|
2981
2981
|
fill:var(--select-content-viewport-option-indicator-color);
|
|
2982
2982
|
}
|
|
2983
|
-
.bp_select_module_content--
|
|
2983
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_separator--9a5e8{
|
|
2984
2984
|
background-color:var(--select-content-bg-color-viewport-option-separator-bg-color);
|
|
2985
2985
|
flex-shrink:0;
|
|
2986
2986
|
height:var(--select-content-bg-color-viewport-option-separator-height);
|
|
2987
2987
|
margin-block:var(--select-content-bg-color-viewport-option-separator-margin-block);
|
|
2988
2988
|
}
|
|
2989
2989
|
|
|
2990
|
-
.bp_content_card_module_card--
|
|
2990
|
+
.bp_content_card_module_card--adb8d{
|
|
2991
2991
|
background-color:var(--surface-surface);
|
|
2992
2992
|
border:var(--border-1) solid var(--border-card-border);
|
|
2993
2993
|
border-radius:var(--size-3);
|
|
@@ -2998,21 +2998,21 @@
|
|
|
2998
2998
|
padding:var(--size-4);
|
|
2999
2999
|
position:relative;
|
|
3000
3000
|
}
|
|
3001
|
-
.bp_content_card_module_card--
|
|
3001
|
+
.bp_content_card_module_card--adb8d:hover{
|
|
3002
3002
|
box-shadow:var(--dropshadow-3);
|
|
3003
3003
|
}
|
|
3004
|
-
.bp_content_card_module_card--
|
|
3004
|
+
.bp_content_card_module_card--adb8d:focus-visible{
|
|
3005
3005
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
3006
3006
|
box-shadow:var(--dropshadow-3);
|
|
3007
3007
|
outline:none;
|
|
3008
3008
|
}
|
|
3009
|
-
.bp_content_card_module_card--
|
|
3009
|
+
.bp_content_card_module_card--adb8d:active{
|
|
3010
3010
|
background-color:var(--surface-card-surface-pressed);
|
|
3011
3011
|
border:var(--border-1) solid var(--border-card-border);
|
|
3012
3012
|
box-shadow:none;
|
|
3013
3013
|
}
|
|
3014
3014
|
|
|
3015
|
-
.bp_content_card_module_cardContent--
|
|
3015
|
+
.bp_content_card_module_cardContent--adb8d{
|
|
3016
3016
|
display:flex;
|
|
3017
3017
|
flex-direction:column;
|
|
3018
3018
|
gap:var(--size-2);
|
|
@@ -3021,32 +3021,32 @@
|
|
|
3021
3021
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
3022
3022
|
}
|
|
3023
3023
|
|
|
3024
|
-
.bp_content_card_module_cardTitle--
|
|
3024
|
+
.bp_content_card_module_cardTitle--adb8d{
|
|
3025
3025
|
align-items:center;
|
|
3026
3026
|
display:flex;
|
|
3027
3027
|
height:var(--size-12);
|
|
3028
3028
|
}
|
|
3029
3029
|
|
|
3030
|
-
.bp_content_card_module_cardTitleText--
|
|
3030
|
+
.bp_content_card_module_cardTitleText--adb8d{
|
|
3031
3031
|
-webkit-box-orient:vertical;
|
|
3032
3032
|
-webkit-line-clamp:2;
|
|
3033
3033
|
display:-webkit-inline-box;
|
|
3034
3034
|
overflow:hidden;
|
|
3035
3035
|
}
|
|
3036
3036
|
|
|
3037
|
-
.bp_content_card_module_cardBody--
|
|
3037
|
+
.bp_content_card_module_cardBody--adb8d{
|
|
3038
3038
|
height:var(--size-12);
|
|
3039
3039
|
margin-block-end:var(--size-2);
|
|
3040
3040
|
}
|
|
3041
3041
|
|
|
3042
|
-
.bp_content_card_module_cardBodyText--
|
|
3042
|
+
.bp_content_card_module_cardBodyText--adb8d{
|
|
3043
3043
|
-webkit-box-orient:vertical;
|
|
3044
3044
|
-webkit-line-clamp:2;
|
|
3045
3045
|
display:-webkit-inline-box;
|
|
3046
3046
|
overflow:hidden;
|
|
3047
3047
|
}
|
|
3048
3048
|
|
|
3049
|
-
.bp_content_card_module_cardIcon--
|
|
3049
|
+
.bp_content_card_module_cardIcon--adb8d{
|
|
3050
3050
|
background-color:var(--surface-surface);
|
|
3051
3051
|
border:var(--size-1) solid var(--surface-surface);
|
|
3052
3052
|
border-radius:var(--size-3);
|
|
@@ -3059,7 +3059,7 @@
|
|
|
3059
3059
|
z-index:1;
|
|
3060
3060
|
}
|
|
3061
3061
|
|
|
3062
|
-
.bp_content_card_module_cardBackground--
|
|
3062
|
+
.bp_content_card_module_cardBackground--adb8d{
|
|
3063
3063
|
height:var(--size-15);
|
|
3064
3064
|
left:0;
|
|
3065
3065
|
overflow:hidden;
|
|
@@ -3068,12 +3068,12 @@
|
|
|
3068
3068
|
width:100%;
|
|
3069
3069
|
}
|
|
3070
3070
|
|
|
3071
|
-
.bp_content_card_module_image--
|
|
3071
|
+
.bp_content_card_module_image--adb8d{
|
|
3072
3072
|
height:100%;
|
|
3073
3073
|
width:100%;
|
|
3074
3074
|
}
|
|
3075
3075
|
|
|
3076
|
-
.bp_content_card_module_ghostCard--
|
|
3076
|
+
.bp_content_card_module_ghostCard--adb8d{
|
|
3077
3077
|
display:flex;
|
|
3078
3078
|
flex-direction:column;
|
|
3079
3079
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -3082,21 +3082,21 @@
|
|
|
3082
3082
|
position:relative;
|
|
3083
3083
|
}
|
|
3084
3084
|
|
|
3085
|
-
.bp_content_card_module_iconGhost--
|
|
3085
|
+
.bp_content_card_module_iconGhost--adb8d,.bp_content_card_module_titleGhost--adb8d{
|
|
3086
3086
|
margin-block-end:var(--size-4);
|
|
3087
3087
|
}
|
|
3088
3088
|
|
|
3089
|
-
.bp_content_card_module_bodyGhost--
|
|
3089
|
+
.bp_content_card_module_bodyGhost--adb8d{
|
|
3090
3090
|
margin-block-end:var(--size-2);
|
|
3091
3091
|
}
|
|
3092
3092
|
|
|
3093
|
-
.bp_content_card_module_pillGhostContainer--
|
|
3093
|
+
.bp_content_card_module_pillGhostContainer--adb8d{
|
|
3094
3094
|
display:flex;
|
|
3095
3095
|
margin-block-end:var(--size-4);
|
|
3096
3096
|
margin-block-start:var(--size-2);
|
|
3097
3097
|
}
|
|
3098
3098
|
|
|
3099
|
-
.bp_content_card_module_pillGhost--
|
|
3099
|
+
.bp_content_card_module_pillGhost--adb8d{
|
|
3100
3100
|
margin-inline-end:var(--size-2);
|
|
3101
3101
|
}
|
|
3102
3102
|
.bp_content_field_module_contentFieldWrapper--dabac{
|
|
@@ -3225,7 +3225,7 @@
|
|
|
3225
3225
|
overflow:auto;
|
|
3226
3226
|
}
|
|
3227
3227
|
|
|
3228
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3228
|
+
.bp_data_table_module_dataTableWrapper--c1c1a{
|
|
3229
3229
|
--border-radius-datatable:0;
|
|
3230
3230
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
3231
3231
|
--outline-select-color-datatable:#0000;
|
|
@@ -3238,27 +3238,27 @@
|
|
|
3238
3238
|
scroll-padding-top:60px;
|
|
3239
3239
|
width:100%;
|
|
3240
3240
|
}
|
|
3241
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3241
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table > thead > tr{
|
|
3242
3242
|
background:var(--gray-white);
|
|
3243
3243
|
position:sticky;
|
|
3244
3244
|
top:0;
|
|
3245
3245
|
z-index:var(--sticky-element-z-index);
|
|
3246
3246
|
}
|
|
3247
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3247
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table > thead > tr th:first-child{
|
|
3248
3248
|
background:inherit;
|
|
3249
3249
|
height:100%;
|
|
3250
3250
|
left:0;
|
|
3251
3251
|
position:sticky;
|
|
3252
3252
|
z-index:var(--sticky-element-z-index);
|
|
3253
3253
|
}
|
|
3254
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3254
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table > thead > tr th:first-child[data-focus-visible]{
|
|
3255
3255
|
position:sticky;
|
|
3256
3256
|
z-index:var(--sticky-element-z-index);
|
|
3257
3257
|
}
|
|
3258
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3258
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table tbody > tr{
|
|
3259
3259
|
--is-row-focused:0;
|
|
3260
3260
|
}
|
|
3261
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3261
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table tbody > tr > td [data-actionswrapper]::after{
|
|
3262
3262
|
background:inherit;
|
|
3263
3263
|
content:"";
|
|
3264
3264
|
display:block;
|
|
@@ -3268,18 +3268,18 @@
|
|
|
3268
3268
|
width:100%;
|
|
3269
3269
|
z-index:-1;
|
|
3270
3270
|
}
|
|
3271
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3271
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table tbody > tr[data-focus-visible]{
|
|
3272
3272
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
3273
3273
|
--is-row-focused:1;
|
|
3274
3274
|
}
|
|
3275
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3275
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
3276
3276
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
3277
3277
|
}
|
|
3278
3278
|
|
|
3279
|
-
.bp_data_table_module_isScrolledX--
|
|
3279
|
+
.bp_data_table_module_isScrolledX--c1c1a table > thead > tr > th:first-child{
|
|
3280
3280
|
overflow:visible;
|
|
3281
3281
|
}
|
|
3282
|
-
.bp_data_table_module_isScrolledX--
|
|
3282
|
+
.bp_data_table_module_isScrolledX--c1c1a table > thead > tr > th:first-child::after{
|
|
3283
3283
|
background:inherit;
|
|
3284
3284
|
border-right:1px solid var(--border-divider-border);
|
|
3285
3285
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3293,7 +3293,7 @@
|
|
|
3293
3293
|
z-index:-1;
|
|
3294
3294
|
}
|
|
3295
3295
|
|
|
3296
|
-
.bp_data_table_module_hideActionWrapperRight--
|
|
3296
|
+
.bp_data_table_module_hideActionWrapperRight--c1c1a table tbody > tr > td [data-actionswrapper]::after{
|
|
3297
3297
|
display:none;
|
|
3298
3298
|
}
|
|
3299
3299
|
.bp_list_checkbox_module_selection--d79fa{
|
|
@@ -3644,7 +3644,7 @@
|
|
|
3644
3644
|
transform:translateZ(0);
|
|
3645
3645
|
}
|
|
3646
3646
|
|
|
3647
|
-
.bp_dropdown_menu_module_content--
|
|
3647
|
+
.bp_dropdown_menu_module_content--8924c[data-modern=false]{
|
|
3648
3648
|
--dropdown-menu-radius:var(--radius-3);
|
|
3649
3649
|
--dropdown-menu-padding:var(--space-3);
|
|
3650
3650
|
--dropdown-menu-text-color:var(--text-text-on-light);
|
|
@@ -3676,7 +3676,7 @@
|
|
|
3676
3676
|
--dropdown-menu-backdrop-filter:none;
|
|
3677
3677
|
}
|
|
3678
3678
|
|
|
3679
|
-
.bp_dropdown_menu_module_content--
|
|
3679
|
+
.bp_dropdown_menu_module_content--8924c[data-modern=true]{
|
|
3680
3680
|
--dropdown-menu-radius:var(--bp-radius-10);
|
|
3681
3681
|
--dropdown-menu-padding:var(--bp-space-030);
|
|
3682
3682
|
--dropdown-menu-text-color:var(--bp-text-text-on-light);
|
|
@@ -3708,7 +3708,7 @@
|
|
|
3708
3708
|
--dropdown-menu-backdrop-filter:blur(16px);
|
|
3709
3709
|
}
|
|
3710
3710
|
|
|
3711
|
-
.bp_dropdown_menu_module_content--
|
|
3711
|
+
.bp_dropdown_menu_module_content--8924c{
|
|
3712
3712
|
backdrop-filter:var(--dropdown-menu-backdrop-filter);
|
|
3713
3713
|
background-color:var(--dropdown-menu-background);
|
|
3714
3714
|
border:var(--dropdown-menu-border);
|
|
@@ -3731,7 +3731,7 @@
|
|
|
3731
3731
|
text-transform:var(--body-default-text-case);
|
|
3732
3732
|
z-index:2147483647;
|
|
3733
3733
|
}
|
|
3734
|
-
.bp_dropdown_menu_module_content--
|
|
3734
|
+
.bp_dropdown_menu_module_content--8924c[data-menu-fullscreen=true]{
|
|
3735
3735
|
border:unset;
|
|
3736
3736
|
border-radius:unset;
|
|
3737
3737
|
display:flex;
|
|
@@ -3744,27 +3744,27 @@
|
|
|
3744
3744
|
position:relative;
|
|
3745
3745
|
width:100vw;
|
|
3746
3746
|
}
|
|
3747
|
-
.bp_dropdown_menu_module_content--
|
|
3747
|
+
.bp_dropdown_menu_module_content--8924c[data-menu-fullscreen=true] .bp_dropdown_menu_module_fullScreenContent--8924c{
|
|
3748
3748
|
overflow-y:auto;
|
|
3749
3749
|
padding:var(--dropdown-menu-full-screen-padding);
|
|
3750
3750
|
}
|
|
3751
|
-
.bp_dropdown_menu_module_content--
|
|
3751
|
+
.bp_dropdown_menu_module_content--8924c .bp_dropdown_menu_module_subheader--8924c{
|
|
3752
3752
|
padding:var(--dropdown-menu-subheader-padding);
|
|
3753
3753
|
}
|
|
3754
|
-
.bp_dropdown_menu_module_content--
|
|
3754
|
+
.bp_dropdown_menu_module_content--8924c .bp_dropdown_menu_module_subheader--8924c.bp_dropdown_menu_module_uppercased--8924c{
|
|
3755
3755
|
text-transform:uppercase;
|
|
3756
3756
|
}
|
|
3757
|
-
.bp_dropdown_menu_module_content--
|
|
3757
|
+
.bp_dropdown_menu_module_content--8924c .bp_dropdown_menu_module_dropdownMenuItemSeparator--8924c{
|
|
3758
3758
|
margin-block:var(--dropdown-menu-separator-margin);
|
|
3759
3759
|
}
|
|
3760
3760
|
|
|
3761
|
-
.bp_dropdown_menu_module_ellipsis--
|
|
3761
|
+
.bp_dropdown_menu_module_ellipsis--8924c{
|
|
3762
3762
|
overflow:hidden;
|
|
3763
3763
|
text-overflow:ellipsis;
|
|
3764
3764
|
white-space:nowrap;
|
|
3765
3765
|
}
|
|
3766
3766
|
|
|
3767
|
-
.bp_dropdown_menu_module_checkmark--
|
|
3767
|
+
.bp_dropdown_menu_module_checkmark--8924c{
|
|
3768
3768
|
align-items:center;
|
|
3769
3769
|
display:inline-flex;
|
|
3770
3770
|
justify-content:center;
|
|
@@ -3772,7 +3772,7 @@
|
|
|
3772
3772
|
position:absolute;
|
|
3773
3773
|
}
|
|
3774
3774
|
|
|
3775
|
-
.bp_dropdown_menu_module_item--
|
|
3775
|
+
.bp_dropdown_menu_module_item--8924c,.bp_dropdown_menu_module_subMenuTrigger--8924c{
|
|
3776
3776
|
align-items:center;
|
|
3777
3777
|
border:var(--dropdown-menu-item-border);
|
|
3778
3778
|
border-radius:var(--dropdown-menu-item-radius);
|
|
@@ -3785,37 +3785,37 @@
|
|
|
3785
3785
|
-webkit-user-select:none;
|
|
3786
3786
|
user-select:none;
|
|
3787
3787
|
}
|
|
3788
|
-
.bp_dropdown_menu_module_item--
|
|
3788
|
+
.bp_dropdown_menu_module_item--8924c[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--8924c[data-disabled]{
|
|
3789
3789
|
opacity:60%;
|
|
3790
3790
|
pointer-events:none;
|
|
3791
3791
|
}
|
|
3792
|
-
.bp_dropdown_menu_module_item--
|
|
3792
|
+
.bp_dropdown_menu_module_item--8924c[data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--8924c[data-highlighted]{
|
|
3793
3793
|
background-color:var(--dropdown-menu-item-background-focus);
|
|
3794
3794
|
border:var(--dropdown-menu-item-border-focus);
|
|
3795
3795
|
}
|
|
3796
|
-
.bp_dropdown_menu_module_item--
|
|
3796
|
+
.bp_dropdown_menu_module_item--8924c:active,.bp_dropdown_menu_module_subMenuTrigger--8924c:active{
|
|
3797
3797
|
background-color:var(--dropdown-menu-item-background-active);
|
|
3798
3798
|
border:var(--dropdown-menu-item-border-active);
|
|
3799
3799
|
}
|
|
3800
|
-
.bp_dropdown_menu_module_item--
|
|
3800
|
+
.bp_dropdown_menu_module_item--8924c[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--8924c[data-state=open]{
|
|
3801
3801
|
background-color:var(--dropdown-menu-item-background-selected);
|
|
3802
3802
|
}
|
|
3803
|
-
.bp_dropdown_menu_module_item--
|
|
3803
|
+
.bp_dropdown_menu_module_item--8924c:hover,.bp_dropdown_menu_module_subMenuTrigger--8924c:hover{
|
|
3804
3804
|
background-color:var(--dropdown-menu-item-background-hover);
|
|
3805
3805
|
}
|
|
3806
|
-
.bp_dropdown_menu_module_item--
|
|
3806
|
+
.bp_dropdown_menu_module_item--8924c.bp_dropdown_menu_module_radioItem--8924c,.bp_dropdown_menu_module_subMenuTrigger--8924c.bp_dropdown_menu_module_radioItem--8924c{
|
|
3807
3807
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3808
3808
|
}
|
|
3809
|
-
.bp_dropdown_menu_module_item--
|
|
3809
|
+
.bp_dropdown_menu_module_item--8924c.bp_dropdown_menu_module_radioItem--8924c .bp_dropdown_menu_module_radioItemMediumSpacing--8924c,.bp_dropdown_menu_module_subMenuTrigger--8924c.bp_dropdown_menu_module_radioItem--8924c .bp_dropdown_menu_module_radioItemMediumSpacing--8924c{
|
|
3810
3810
|
padding-inline-start:var(--dropdown-menu-radio-item-medium-padding-start);
|
|
3811
3811
|
}
|
|
3812
|
-
.bp_dropdown_menu_module_item--
|
|
3812
|
+
.bp_dropdown_menu_module_item--8924c.bp_dropdown_menu_module_checkboxItem--8924c,.bp_dropdown_menu_module_subMenuTrigger--8924c.bp_dropdown_menu_module_checkboxItem--8924c{
|
|
3813
3813
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3814
3814
|
}
|
|
3815
|
-
.bp_dropdown_menu_module_item--
|
|
3815
|
+
.bp_dropdown_menu_module_item--8924c.bp_dropdown_menu_module_checkboxItem--8924c .bp_dropdown_menu_module_checkboxItemMediumSpacing--8924c,.bp_dropdown_menu_module_subMenuTrigger--8924c.bp_dropdown_menu_module_checkboxItem--8924c .bp_dropdown_menu_module_checkboxItemMediumSpacing--8924c{
|
|
3816
3816
|
padding-inline-start:var(--dropdown-menu-checkbox-item-medium-padding-start);
|
|
3817
3817
|
}
|
|
3818
|
-
.bp_dropdown_menu_module_item--
|
|
3818
|
+
.bp_dropdown_menu_module_item--8924c .bp_dropdown_menu_module_mediumItemLayout--8924c,.bp_dropdown_menu_module_subMenuTrigger--8924c .bp_dropdown_menu_module_mediumItemLayout--8924c{
|
|
3819
3819
|
align-items:center;
|
|
3820
3820
|
display:flex;
|
|
3821
3821
|
gap:var(--dropdown-menu-medium-item-layout-gap);
|
|
@@ -3823,20 +3823,20 @@
|
|
|
3823
3823
|
overflow:hidden;
|
|
3824
3824
|
width:100%;
|
|
3825
3825
|
}
|
|
3826
|
-
.bp_dropdown_menu_module_item--
|
|
3826
|
+
.bp_dropdown_menu_module_item--8924c .bp_dropdown_menu_module_startElement--8924c,.bp_dropdown_menu_module_subMenuTrigger--8924c .bp_dropdown_menu_module_startElement--8924c{
|
|
3827
3827
|
align-items:center;
|
|
3828
3828
|
display:flex;
|
|
3829
3829
|
}
|
|
3830
|
-
.bp_dropdown_menu_module_item--
|
|
3830
|
+
.bp_dropdown_menu_module_item--8924c .bp_dropdown_menu_module_menuItemMainContent--8924c,.bp_dropdown_menu_module_subMenuTrigger--8924c .bp_dropdown_menu_module_menuItemMainContent--8924c{
|
|
3831
3831
|
flex-grow:1;
|
|
3832
3832
|
}
|
|
3833
|
-
.bp_dropdown_menu_module_item--
|
|
3833
|
+
.bp_dropdown_menu_module_item--8924c .bp_dropdown_menu_module_endElement--8924c,.bp_dropdown_menu_module_subMenuTrigger--8924c .bp_dropdown_menu_module_endElement--8924c{
|
|
3834
3834
|
align-items:center;
|
|
3835
3835
|
color:var(--dropdown-menu-end-element-color);
|
|
3836
3836
|
display:flex;
|
|
3837
3837
|
}
|
|
3838
3838
|
|
|
3839
|
-
.bp_dropdown_menu_module_menuHeader--
|
|
3839
|
+
.bp_dropdown_menu_module_menuHeader--8924c{
|
|
3840
3840
|
align-items:center;
|
|
3841
3841
|
box-shadow:var(--dropdown-menu-header-shadow);
|
|
3842
3842
|
display:grid;
|
|
@@ -3846,15 +3846,15 @@
|
|
|
3846
3846
|
padding:var(--dropdown-menu-header-padding);
|
|
3847
3847
|
}
|
|
3848
3848
|
|
|
3849
|
-
.bp_dropdown_menu_module_headerTextContent--
|
|
3849
|
+
.bp_dropdown_menu_module_headerTextContent--8924c{
|
|
3850
3850
|
display:grid;
|
|
3851
3851
|
}
|
|
3852
3852
|
|
|
3853
|
-
.bp_dropdown_menu_module_submenuCloseButton--
|
|
3853
|
+
.bp_dropdown_menu_module_submenuCloseButton--8924c{
|
|
3854
3854
|
grid-area:submenu-close;
|
|
3855
3855
|
}
|
|
3856
3856
|
|
|
3857
|
-
.bp_dropdown_menu_module_menuCloseButton--
|
|
3857
|
+
.bp_dropdown_menu_module_menuCloseButton--8924c{
|
|
3858
3858
|
grid-area:close;
|
|
3859
3859
|
}
|
|
3860
3860
|
.bp_divider_module_divider--2f437{
|
|
@@ -3912,7 +3912,7 @@
|
|
|
3912
3912
|
color:var(--text-text-on-light-secondary);
|
|
3913
3913
|
}
|
|
3914
3914
|
|
|
3915
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3915
|
+
.bp_sticky_cell_module_stickyCell--98a29{
|
|
3916
3916
|
background:inherit;
|
|
3917
3917
|
background-clip:content-box;
|
|
3918
3918
|
left:0;
|
|
@@ -3921,16 +3921,16 @@
|
|
|
3921
3921
|
position:sticky !important;
|
|
3922
3922
|
z-index:var(--sticky-element-z-index);
|
|
3923
3923
|
}
|
|
3924
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3924
|
+
.bp_sticky_cell_module_stickyCell--98a29[data-focus-visible]{
|
|
3925
3925
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3926
3926
|
}
|
|
3927
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3927
|
+
.bp_sticky_cell_module_stickyCell--98a29 .bp_sticky_cell_module_childrenWrapper--98a29{
|
|
3928
3928
|
overflow:hidden;
|
|
3929
3929
|
text-align:start;
|
|
3930
3930
|
text-overflow:ellipsis;
|
|
3931
3931
|
white-space:nowrap;
|
|
3932
3932
|
}
|
|
3933
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3933
|
+
.bp_sticky_cell_module_stickyCell--98a29 .bp_sticky_cell_module_verticalBar--98a29{
|
|
3934
3934
|
background:inherit;
|
|
3935
3935
|
border-right:1px solid var(--border-divider-border);
|
|
3936
3936
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3943,10 +3943,10 @@
|
|
|
3943
3943
|
width:var(--space-3);
|
|
3944
3944
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3945
3945
|
}
|
|
3946
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3946
|
+
.bp_sticky_cell_module_stickyCell--98a29 .bp_sticky_cell_module_verticalBar--98a29.bp_sticky_cell_module_isScrolledX--98a29{
|
|
3947
3947
|
display:block;
|
|
3948
3948
|
}
|
|
3949
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3949
|
+
.bp_sticky_cell_module_stickyCell--98a29 .bp_sticky_cell_module_stickyCellBelow--98a29{
|
|
3950
3950
|
background:inherit;
|
|
3951
3951
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3952
3952
|
border-radius:unset;
|
|
@@ -3960,7 +3960,7 @@
|
|
|
3960
3960
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3961
3961
|
z-index:-1;
|
|
3962
3962
|
}
|
|
3963
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3963
|
+
.bp_sticky_cell_module_stickyCell--98a29 .bp_sticky_cell_module_stickyCellOuterLeft--98a29{
|
|
3964
3964
|
background:inherit;
|
|
3965
3965
|
border-radius:unset;
|
|
3966
3966
|
box-sizing:border-box;
|
|
@@ -3974,7 +3974,7 @@
|
|
|
3974
3974
|
z-index:-1;
|
|
3975
3975
|
}
|
|
3976
3976
|
|
|
3977
|
-
.bp_calendar_module_calendar--
|
|
3977
|
+
.bp_calendar_module_calendar--c2dba[data-modern=false]{
|
|
3978
3978
|
--calendar-background:var(--gray-white);
|
|
3979
3979
|
--calendar-padding-inline:var(--space-4);
|
|
3980
3980
|
--calendar-padding-block:var(--space-4);
|
|
@@ -4007,7 +4007,7 @@
|
|
|
4007
4007
|
--calendar-focus-outline:var(--border-1) solid #fff;
|
|
4008
4008
|
}
|
|
4009
4009
|
|
|
4010
|
-
.bp_calendar_module_calendar--
|
|
4010
|
+
.bp_calendar_module_calendar--c2dba[data-modern=true]{
|
|
4011
4011
|
--calendar-background:var(--bp-gray-white);
|
|
4012
4012
|
--calendar-padding-inline:var(--bp-space-040);
|
|
4013
4013
|
--calendar-padding-block:var(--bp-space-040);
|
|
@@ -4040,7 +4040,7 @@
|
|
|
4040
4040
|
--calendar-focus-outline:var(--bp-border-01) solid #fff;
|
|
4041
4041
|
}
|
|
4042
4042
|
|
|
4043
|
-
.bp_calendar_module_calendar--
|
|
4043
|
+
.bp_calendar_module_calendar--c2dba{
|
|
4044
4044
|
background:var(--calendar-background);
|
|
4045
4045
|
border-radius:var(--calendar-border-radius);
|
|
4046
4046
|
box-shadow:var(--calendar-box-shadow);
|
|
@@ -4058,14 +4058,14 @@
|
|
|
4058
4058
|
width:-moz-fit-content;
|
|
4059
4059
|
width:fit-content;
|
|
4060
4060
|
}
|
|
4061
|
-
.bp_calendar_module_calendar--
|
|
4061
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarGrid--c2dba{
|
|
4062
4062
|
border-collapse:revert;
|
|
4063
4063
|
border-spacing:revert;
|
|
4064
4064
|
}
|
|
4065
|
-
.bp_calendar_module_calendar--
|
|
4065
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarGrid--c2dba td{
|
|
4066
4066
|
padding:1px;
|
|
4067
4067
|
}
|
|
4068
|
-
.bp_calendar_module_calendar--
|
|
4068
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeaderCell--c2dba{
|
|
4069
4069
|
color:var(--calendar-header-cell-text-color);
|
|
4070
4070
|
font-family:var(--body-default-font-family);
|
|
4071
4071
|
font-size:var(--body-default-font-size);
|
|
@@ -4077,13 +4077,13 @@
|
|
|
4077
4077
|
text-decoration:var(--body-default-text-decoration);
|
|
4078
4078
|
text-transform:var(--body-default-text-case);
|
|
4079
4079
|
}
|
|
4080
|
-
.bp_calendar_module_calendar--
|
|
4080
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba{
|
|
4081
4081
|
align-items:center;
|
|
4082
4082
|
color:var(--calendar-header-text-color);
|
|
4083
4083
|
display:flex;
|
|
4084
4084
|
margin-block-end:var(--calendar-header-margin-bottom);
|
|
4085
4085
|
}
|
|
4086
|
-
.bp_calendar_module_calendar--
|
|
4086
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderHeading--c2dba{
|
|
4087
4087
|
flex:1;
|
|
4088
4088
|
font-family:var(--body-large-bold-font-family);
|
|
4089
4089
|
font-size:var(--body-large-bold-font-size);
|
|
@@ -4097,7 +4097,7 @@
|
|
|
4097
4097
|
text-transform:capitalize;
|
|
4098
4098
|
text-transform:var(--body-large-bold-text-case);
|
|
4099
4099
|
}
|
|
4100
|
-
.bp_calendar_module_calendar--
|
|
4100
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderButton--c2dba{
|
|
4101
4101
|
align-items:center;
|
|
4102
4102
|
background-color:var(--calendar-header-button-background);
|
|
4103
4103
|
border:none;
|
|
@@ -4111,21 +4111,21 @@
|
|
|
4111
4111
|
padding:0;
|
|
4112
4112
|
width:var(--calendar-header-button-size);
|
|
4113
4113
|
}
|
|
4114
|
-
.bp_calendar_module_calendar--
|
|
4114
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderButton--c2dba:disabled{
|
|
4115
4115
|
cursor:default;
|
|
4116
4116
|
opacity:60%;
|
|
4117
4117
|
}
|
|
4118
|
-
.bp_calendar_module_calendar--
|
|
4118
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderButton--c2dba:disabled *{
|
|
4119
4119
|
fill:var(--calendar-disabled-text-color);
|
|
4120
4120
|
}
|
|
4121
|
-
.bp_calendar_module_calendar--
|
|
4121
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderButton--c2dba:hover:not(:disabled){
|
|
4122
4122
|
background-color:var(--calendar-header-button-hover-background);
|
|
4123
4123
|
}
|
|
4124
|
-
.bp_calendar_module_calendar--
|
|
4124
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderButton--c2dba[data-focus-visible]{
|
|
4125
4125
|
background-color:var(--calendar-header-button-hover-background);
|
|
4126
4126
|
box-shadow:var(--calendar-header-button-focus-box-shadow);
|
|
4127
4127
|
}
|
|
4128
|
-
.bp_calendar_module_calendar--
|
|
4128
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba{
|
|
4129
4129
|
border-radius:var(--calendar-cell-border-radius);
|
|
4130
4130
|
color:var(--calendar-cell-text-color);
|
|
4131
4131
|
line-height:var(--calendar-cell-size);
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
text-align:center;
|
|
4134
4134
|
width:var(--calendar-cell-size);
|
|
4135
4135
|
}
|
|
4136
|
-
.bp_calendar_module_calendar--
|
|
4136
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba.bp_calendar_module_today--c2dba{
|
|
4137
4137
|
color:var(--calendar-cell-today-text-color);
|
|
4138
4138
|
font-family:var(--body-default-bold-font-family);
|
|
4139
4139
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -4146,11 +4146,11 @@
|
|
|
4146
4146
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
4147
4147
|
text-transform:var(--body-default-bold-text-case);
|
|
4148
4148
|
}
|
|
4149
|
-
.bp_calendar_module_calendar--
|
|
4149
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba.bp_calendar_module_today--c2dba[data-disabled]{
|
|
4150
4150
|
cursor:default;
|
|
4151
4151
|
opacity:var(--calendar-cell-today-disabled-opacity);
|
|
4152
4152
|
}
|
|
4153
|
-
.bp_calendar_module_calendar--
|
|
4153
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba.bp_calendar_module_today--c2dba::after{
|
|
4154
4154
|
background-color:var(--calendar-cell-today-dot-background);
|
|
4155
4155
|
border-radius:50%;
|
|
4156
4156
|
bottom:var(--calendar-cell-today-dot-bottom);
|
|
@@ -4161,41 +4161,41 @@
|
|
|
4161
4161
|
transform:translateX(-50%);
|
|
4162
4162
|
width:var(--calendar-cell-today-dot-diameter);
|
|
4163
4163
|
}
|
|
4164
|
-
.bp_calendar_module_calendar--
|
|
4164
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba:not([data-outside-month]){
|
|
4165
4165
|
cursor:pointer;
|
|
4166
4166
|
}
|
|
4167
|
-
.bp_calendar_module_calendar--
|
|
4167
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
|
|
4168
4168
|
background-color:var(--calendar-cell-hovered-background);
|
|
4169
4169
|
}
|
|
4170
|
-
.bp_calendar_module_calendar--
|
|
4170
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-focus-visible]:not([data-outside-month]){
|
|
4171
4171
|
box-shadow:var(--calendar-cell-focus-box-shadow);
|
|
4172
4172
|
}
|
|
4173
|
-
.bp_calendar_module_calendar--
|
|
4173
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-selected]{
|
|
4174
4174
|
background-color:var(--calendar-cell-selected-background);
|
|
4175
4175
|
color:var(--calendar-cell-selected-text-color);
|
|
4176
4176
|
}
|
|
4177
|
-
.bp_calendar_module_calendar--
|
|
4177
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-selected]:hover{
|
|
4178
4178
|
background-color:var(--calendar-cell-selected-hovered-background);
|
|
4179
4179
|
}
|
|
4180
|
-
.bp_calendar_module_calendar--
|
|
4180
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-selected][data-focus-visible]{
|
|
4181
4181
|
background-color:var(--calendar-cell-selected-focused-background);
|
|
4182
4182
|
box-shadow:var(--calendar-cell-focus-box-shadow);
|
|
4183
4183
|
outline:var(--calendar-focus-outline);
|
|
4184
4184
|
outline-offset:-.0625rem;
|
|
4185
4185
|
}
|
|
4186
|
-
.bp_calendar_module_calendar--
|
|
4186
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-selected]::after{
|
|
4187
4187
|
background-color:var(--calendar-cell-selected-text-color);
|
|
4188
4188
|
}
|
|
4189
|
-
.bp_calendar_module_calendar--
|
|
4189
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-disabled]:not(.bp_calendar_module_today--c2dba){
|
|
4190
4190
|
color:var(--calendar-cell-outside-range-text-color);
|
|
4191
4191
|
cursor:default;
|
|
4192
4192
|
}
|
|
4193
|
-
.bp_calendar_module_calendar--
|
|
4193
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-unavailable]{
|
|
4194
4194
|
color:var(--calendar-disabled-text-color);
|
|
4195
4195
|
text-decoration:line-through;
|
|
4196
4196
|
}
|
|
4197
4197
|
|
|
4198
|
-
.bp_date_picker_module_datePicker--
|
|
4198
|
+
.bp_date_picker_module_datePicker--c2b4c[data-modern=false]{
|
|
4199
4199
|
--date-picker-label-margin-bottom:var(--space-2);
|
|
4200
4200
|
--date-picker-input-placeholder-color:var(--text-text-on-light-secondary);
|
|
4201
4201
|
--date-picker-input-placeholder-focused-color:var(--text-text-on-light);
|
|
@@ -4221,7 +4221,7 @@
|
|
|
4221
4221
|
--date-picker-clear-button-right:var(--size-9);
|
|
4222
4222
|
}
|
|
4223
4223
|
|
|
4224
|
-
.bp_date_picker_module_datePicker--
|
|
4224
|
+
.bp_date_picker_module_datePicker--c2b4c[data-modern=true]{
|
|
4225
4225
|
--date-picker-label-margin-bottom:var(--bp-space-020);
|
|
4226
4226
|
--date-picker-input-placeholder-color:var(--bp-text-text-on-light-secondary);
|
|
4227
4227
|
--date-picker-input-placeholder-focused-color:var(--bp-text-text-on-light);
|
|
@@ -4247,16 +4247,16 @@
|
|
|
4247
4247
|
--date-picker-clear-button-right:var(--bp-size-090);
|
|
4248
4248
|
}
|
|
4249
4249
|
|
|
4250
|
-
.bp_date_picker_module_datePicker--
|
|
4250
|
+
.bp_date_picker_module_datePicker--c2b4c{
|
|
4251
4251
|
width:100%;
|
|
4252
4252
|
}
|
|
4253
|
-
.bp_date_picker_module_datePicker--
|
|
4253
|
+
.bp_date_picker_module_datePicker--c2b4c.bp_date_picker_module_disabled--c2b4c{
|
|
4254
4254
|
opacity:60%;
|
|
4255
4255
|
pointer-events:none;
|
|
4256
4256
|
-webkit-user-select:none;
|
|
4257
4257
|
user-select:none;
|
|
4258
4258
|
}
|
|
4259
|
-
.bp_date_picker_module_datePicker--
|
|
4259
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_label--c2b4c{
|
|
4260
4260
|
cursor:default;
|
|
4261
4261
|
display:block;
|
|
4262
4262
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -4271,7 +4271,7 @@
|
|
|
4271
4271
|
width:-moz-fit-content;
|
|
4272
4272
|
width:fit-content;
|
|
4273
4273
|
}
|
|
4274
|
-
.bp_date_picker_module_datePicker--
|
|
4274
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c{
|
|
4275
4275
|
align-items:center;
|
|
4276
4276
|
display:inline-flex;
|
|
4277
4277
|
font-family:var(--body-default-font-family);
|
|
@@ -4285,7 +4285,7 @@
|
|
|
4285
4285
|
text-transform:var(--body-default-text-case);
|
|
4286
4286
|
width:100%;
|
|
4287
4287
|
}
|
|
4288
|
-
.bp_date_picker_module_datePicker--
|
|
4288
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_groupContainer--c2b4c{
|
|
4289
4289
|
align-items:center;
|
|
4290
4290
|
border-radius:var(--date-picker-border-radius);
|
|
4291
4291
|
box-shadow:var(--date-picker-input-inner-shadow);
|
|
@@ -4296,23 +4296,23 @@
|
|
|
4296
4296
|
position:relative;
|
|
4297
4297
|
width:100%;
|
|
4298
4298
|
}
|
|
4299
|
-
.bp_date_picker_module_datePicker--
|
|
4299
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_groupContainer--c2b4c:focus-within{
|
|
4300
4300
|
outline:var(--date-picker-focus-outline);
|
|
4301
4301
|
}
|
|
4302
|
-
.bp_date_picker_module_datePicker--
|
|
4302
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_groupContainer--c2b4c.bp_date_picker_module_error--c2b4c:not(:focus-within){
|
|
4303
4303
|
outline:var(--date-picker-error-outline);
|
|
4304
4304
|
}
|
|
4305
|
-
.bp_date_picker_module_datePicker--
|
|
4305
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_groupContainer--c2b4c.bp_date_picker_module_error--c2b4c:focus-within{
|
|
4306
4306
|
outline:var(--date-picker-focus-outline);
|
|
4307
4307
|
}
|
|
4308
|
-
.bp_date_picker_module_datePicker--
|
|
4308
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_groupContainer--c2b4c .bp_date_picker_module_groupContainerInput--c2b4c{
|
|
4309
4309
|
align-items:center;
|
|
4310
4310
|
display:inline-flex;
|
|
4311
4311
|
height:var(--date-picker-height);
|
|
4312
4312
|
text-transform:uppercase;
|
|
4313
4313
|
white-space:nowrap;
|
|
4314
4314
|
}
|
|
4315
|
-
.bp_date_picker_module_datePicker--
|
|
4315
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_groupContainer--c2b4c .bp_date_picker_module_groupContainerInput--c2b4c .bp_date_picker_module_groupContainerInputSegment--c2b4c{
|
|
4316
4316
|
border:unset;
|
|
4317
4317
|
border-radius:unset;
|
|
4318
4318
|
box-shadow:unset;
|
|
@@ -4323,18 +4323,18 @@
|
|
|
4323
4323
|
transition:unset;
|
|
4324
4324
|
width:unset;
|
|
4325
4325
|
}
|
|
4326
|
-
.bp_date_picker_module_datePicker--
|
|
4326
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_groupContainer--c2b4c .bp_date_picker_module_groupContainerInput--c2b4c .bp_date_picker_module_groupContainerInputSegment--c2b4c[data-placeholder]{
|
|
4327
4327
|
color:var(--date-picker-input-placeholder-color);
|
|
4328
4328
|
}
|
|
4329
|
-
.bp_date_picker_module_datePicker--
|
|
4329
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_groupContainer--c2b4c .bp_date_picker_module_groupContainerInput--c2b4c .bp_date_picker_module_groupContainerInputSegment--c2b4c:focus{
|
|
4330
4330
|
background:var(--date-picker-input-segment-focused-background);
|
|
4331
4331
|
caret-color:#0000;
|
|
4332
4332
|
outline:none;
|
|
4333
4333
|
}
|
|
4334
|
-
.bp_date_picker_module_datePicker--
|
|
4334
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_groupContainer--c2b4c .bp_date_picker_module_groupContainerInput--c2b4c .bp_date_picker_module_groupContainerInputSegment--c2b4c:focus[data-placeholder]{
|
|
4335
4335
|
color:var(--date-picker-input-placeholder-focused-color);
|
|
4336
4336
|
}
|
|
4337
|
-
.bp_date_picker_module_datePicker--
|
|
4337
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c{
|
|
4338
4338
|
align-items:center;
|
|
4339
4339
|
background-color:initial;
|
|
4340
4340
|
border:none;
|
|
@@ -4349,33 +4349,33 @@
|
|
|
4349
4349
|
right:var(--date-picker-padding-inline);
|
|
4350
4350
|
width:var(--date-picker-icon-button-size);
|
|
4351
4351
|
}
|
|
4352
|
-
.bp_date_picker_module_datePicker--
|
|
4352
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c.bp_date_picker_module_clear--c2b4c{
|
|
4353
4353
|
right:var(--date-picker-clear-button-right);
|
|
4354
4354
|
}
|
|
4355
|
-
.bp_date_picker_module_datePicker--
|
|
4355
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c:focus-visible,.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c[data-focus-visible]{
|
|
4356
4356
|
background-color:var(--date-picker-icon-button-focus-background-color);
|
|
4357
4357
|
outline:var(--date-picker-icon-button-focus-outline);
|
|
4358
4358
|
}
|
|
4359
|
-
.bp_date_picker_module_datePicker--
|
|
4359
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c:hover{
|
|
4360
4360
|
background:var(--date-picker-icon-button-hover-background);
|
|
4361
4361
|
}
|
|
4362
|
-
.bp_date_picker_module_datePicker--
|
|
4362
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c:hover *{
|
|
4363
4363
|
fill:var(--date-picker-icon-button-hover-fill);
|
|
4364
4364
|
}
|
|
4365
|
-
.bp_date_picker_module_datePicker--
|
|
4365
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c:active{
|
|
4366
4366
|
background:var(--date-picker-icon-button-active-background);
|
|
4367
4367
|
}
|
|
4368
|
-
.bp_date_picker_module_datePicker--
|
|
4368
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c:active *{
|
|
4369
4369
|
fill:var(--date-picker-icon-button-active-fill);
|
|
4370
4370
|
}
|
|
4371
|
-
.bp_date_picker_module_datePicker--
|
|
4371
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c:disabled{
|
|
4372
4372
|
opacity:1;
|
|
4373
4373
|
}
|
|
4374
|
-
.bp_date_picker_module_datePicker--
|
|
4374
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_inlineError--c2b4c{
|
|
4375
4375
|
margin-block-start:var(--date-picker-inline-error-margin);
|
|
4376
4376
|
}
|
|
4377
4377
|
|
|
4378
|
-
@keyframes bp_date_picker_module_slide--
|
|
4378
|
+
@keyframes bp_date_picker_module_slide--c2b4c{
|
|
4379
4379
|
from{
|
|
4380
4380
|
opacity:0;
|
|
4381
4381
|
transform:var(--popover-slide-translation);
|
|
@@ -4385,11 +4385,11 @@
|
|
|
4385
4385
|
transform:translateY(0);
|
|
4386
4386
|
}
|
|
4387
4387
|
}
|
|
4388
|
-
.bp_date_picker_module_datePickerPopoverContent--
|
|
4388
|
+
.bp_date_picker_module_datePickerPopoverContent--c2b4c{
|
|
4389
4389
|
z-index:380;
|
|
4390
4390
|
}
|
|
4391
4391
|
|
|
4392
|
-
.bp_empty_state_module_emptyState--
|
|
4392
|
+
.bp_empty_state_module_emptyState--31670{
|
|
4393
4393
|
align-items:center;
|
|
4394
4394
|
display:flex;
|
|
4395
4395
|
flex-direction:column;
|
|
@@ -4398,32 +4398,32 @@
|
|
|
4398
4398
|
text-align:center;
|
|
4399
4399
|
width:100%;
|
|
4400
4400
|
}
|
|
4401
|
-
.bp_empty_state_module_emptyState--
|
|
4401
|
+
.bp_empty_state_module_emptyState--31670 .bp_empty_state_module_illustration--31670{
|
|
4402
4402
|
margin-block-end:var(--space-6);
|
|
4403
4403
|
}
|
|
4404
|
-
.bp_empty_state_module_emptyState--
|
|
4404
|
+
.bp_empty_state_module_emptyState--31670 .bp_empty_state_module_body--31670{
|
|
4405
4405
|
max-width:22.5rem;
|
|
4406
4406
|
}
|
|
4407
|
-
.bp_empty_state_module_emptyState--
|
|
4407
|
+
.bp_empty_state_module_emptyState--31670 .bp_empty_state_module_body--31670:not(:last-child){
|
|
4408
4408
|
margin-block-end:var(--space-6);
|
|
4409
4409
|
}
|
|
4410
|
-
.bp_empty_state_module_emptyState--
|
|
4410
|
+
.bp_empty_state_module_emptyState--31670 .bp_empty_state_module_heading--31670{
|
|
4411
4411
|
margin-block-end:var(--space-3);
|
|
4412
4412
|
}
|
|
4413
|
-
.bp_empty_state_module_emptyState--
|
|
4413
|
+
.bp_empty_state_module_emptyState--31670 .bp_empty_state_module_button--31670:not(:last-child){
|
|
4414
4414
|
margin-block-end:var(--space-6);
|
|
4415
4415
|
}
|
|
4416
|
-
.bp_empty_state_module_emptyState--
|
|
4416
|
+
.bp_empty_state_module_emptyState--31670.bp_empty_state_module_small--31670 .bp_empty_state_module_illustration--31670{
|
|
4417
4417
|
margin-block-end:var(--space-4);
|
|
4418
4418
|
}
|
|
4419
|
-
.bp_empty_state_module_emptyState--
|
|
4419
|
+
.bp_empty_state_module_emptyState--31670.bp_empty_state_module_small--31670 .bp_empty_state_module_illustration--31670 svg{
|
|
4420
4420
|
height:var(--size-14);
|
|
4421
4421
|
width:var(--size-14);
|
|
4422
4422
|
}
|
|
4423
|
-
.bp_empty_state_module_emptyState--
|
|
4423
|
+
.bp_empty_state_module_emptyState--31670.bp_empty_state_module_small--31670 .bp_empty_state_module_body--31670{
|
|
4424
4424
|
max-width:220px;
|
|
4425
4425
|
}
|
|
4426
|
-
.bp_empty_state_module_emptyState--
|
|
4426
|
+
.bp_empty_state_module_emptyState--31670.bp_empty_state_module_small--31670 .bp_empty_state_module_body--31670:not(:last-child){
|
|
4427
4427
|
margin-block-end:var(--space-4);
|
|
4428
4428
|
}
|
|
4429
4429
|
.bp_link_module_link--fb308{
|
|
@@ -5432,7 +5432,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5432
5432
|
display:inline;
|
|
5433
5433
|
}
|
|
5434
5434
|
|
|
5435
|
-
.bp_modal_module_overlay--
|
|
5435
|
+
.bp_modal_module_overlay--199e7[data-modern=false]{
|
|
5436
5436
|
--modal-overlay-background:var(--overlay-modal-overlay);
|
|
5437
5437
|
--modal-content-background:var(--gray-white);
|
|
5438
5438
|
--modal-min-width-non-fullscreen:calc(460px - var(--space-8)*2);
|
|
@@ -5468,7 +5468,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5468
5468
|
--modal-footer-button-margin-inline-start:var(--space-3);
|
|
5469
5469
|
}
|
|
5470
5470
|
|
|
5471
|
-
.bp_modal_module_overlay--
|
|
5471
|
+
.bp_modal_module_overlay--199e7[data-modern=true]{
|
|
5472
5472
|
--modal-overlay-background:var(--bp-overlay-modal-overlay);
|
|
5473
5473
|
--modal-content-background:var(--bp-gray-white);
|
|
5474
5474
|
--modal-min-width-non-fullscreen:calc(460px - var(--bp-space-080)*2);
|
|
@@ -5504,7 +5504,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5504
5504
|
--modal-footer-button-margin-inline-start:var(--bp-space-030);
|
|
5505
5505
|
}
|
|
5506
5506
|
|
|
5507
|
-
.bp_modal_module_overlay--
|
|
5507
|
+
.bp_modal_module_overlay--199e7{
|
|
5508
5508
|
background-color:var(--modal-overlay-background);
|
|
5509
5509
|
bottom:0;
|
|
5510
5510
|
display:grid;
|
|
@@ -5516,13 +5516,13 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5516
5516
|
z-index:370;
|
|
5517
5517
|
}
|
|
5518
5518
|
@media (width > 459px){
|
|
5519
|
-
.bp_modal_module_overlay--
|
|
5519
|
+
.bp_modal_module_overlay--199e7{
|
|
5520
5520
|
place-items:center;
|
|
5521
5521
|
}
|
|
5522
5522
|
}
|
|
5523
5523
|
|
|
5524
|
-
.bp_modal_module_content--
|
|
5525
|
-
animation:bp_modal_module_popup_bounce_in--
|
|
5524
|
+
.bp_modal_module_content--199e7{
|
|
5525
|
+
animation:bp_modal_module_popup_bounce_in--199e7 var(--animation-duration-3);
|
|
5526
5526
|
background-color:var(--modal-content-background);
|
|
5527
5527
|
display:flex;
|
|
5528
5528
|
flex-direction:column;
|
|
@@ -5531,80 +5531,80 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5531
5531
|
position:relative;
|
|
5532
5532
|
}
|
|
5533
5533
|
@media (width > 374px){
|
|
5534
|
-
.bp_modal_module_content--
|
|
5534
|
+
.bp_modal_module_content--199e7{
|
|
5535
5535
|
overflow:hidden;
|
|
5536
5536
|
}
|
|
5537
5537
|
}
|
|
5538
5538
|
@media (width > 459px){
|
|
5539
|
-
.bp_modal_module_content--
|
|
5539
|
+
.bp_modal_module_content--199e7{
|
|
5540
5540
|
border-radius:var(--modal-border-radius);
|
|
5541
5541
|
height:auto;
|
|
5542
5542
|
margin:var(--modal-margin);
|
|
5543
5543
|
max-height:var(--modal-max-height-non-fullscreen);
|
|
5544
5544
|
min-width:var(--modal-min-width-non-fullscreen);
|
|
5545
5545
|
}
|
|
5546
|
-
.bp_modal_module_content--
|
|
5546
|
+
.bp_modal_module_content--199e7.bp_modal_module_smallSizeModal--199e7{
|
|
5547
5547
|
max-width:var(--modal-max-width-small);
|
|
5548
5548
|
}
|
|
5549
|
-
.bp_modal_module_content--
|
|
5549
|
+
.bp_modal_module_content--199e7.bp_modal_module_mediumSizeModal--199e7{
|
|
5550
5550
|
max-width:var(--modal-max-width-medium);
|
|
5551
5551
|
}
|
|
5552
|
-
.bp_modal_module_content--
|
|
5552
|
+
.bp_modal_module_content--199e7.bp_modal_module_largeSizeModal--199e7{
|
|
5553
5553
|
max-width:var(--modal-max-width-large);
|
|
5554
5554
|
}
|
|
5555
|
-
.bp_modal_module_content--
|
|
5555
|
+
.bp_modal_module_content--199e7.bp_modal_module_xlargeSizeModal--199e7{
|
|
5556
5556
|
max-width:var(--modal-max-width-xlarge);
|
|
5557
5557
|
}
|
|
5558
5558
|
}
|
|
5559
5559
|
|
|
5560
|
-
.bp_modal_module_scrollableContainer--
|
|
5560
|
+
.bp_modal_module_scrollableContainer--199e7{
|
|
5561
5561
|
flex-grow:1;
|
|
5562
5562
|
}
|
|
5563
5563
|
@media (width > 374px){
|
|
5564
|
-
.bp_modal_module_scrollableContainer--
|
|
5564
|
+
.bp_modal_module_scrollableContainer--199e7{
|
|
5565
5565
|
overflow-y:auto;
|
|
5566
5566
|
}
|
|
5567
5567
|
}
|
|
5568
5568
|
|
|
5569
|
-
.bp_modal_module_content--
|
|
5569
|
+
.bp_modal_module_content--199e7 .bp_modal_module_close--199e7{
|
|
5570
5570
|
color:var(--modal-close-button-color);
|
|
5571
5571
|
position:fixed;
|
|
5572
5572
|
right:var(--modal-close-button-offset-right);
|
|
5573
5573
|
top:var(--modal-close-button-offset-top);
|
|
5574
5574
|
}
|
|
5575
5575
|
@media (width > 374px){
|
|
5576
|
-
.bp_modal_module_content--
|
|
5576
|
+
.bp_modal_module_content--199e7 .bp_modal_module_close--199e7{
|
|
5577
5577
|
position:absolute;
|
|
5578
5578
|
}
|
|
5579
5579
|
}
|
|
5580
5580
|
|
|
5581
|
-
.bp_modal_module_close--
|
|
5581
|
+
.bp_modal_module_close--199e7.bp_modal_module_onColor--199e7{
|
|
5582
5582
|
background-color:var(--modal-close-button-on-color-background);
|
|
5583
5583
|
}
|
|
5584
|
-
.bp_modal_module_close--
|
|
5584
|
+
.bp_modal_module_close--199e7.bp_modal_module_onColor--199e7:hover{
|
|
5585
5585
|
background-color:var(--modal-close-button-on-color-background-hover);
|
|
5586
5586
|
}
|
|
5587
|
-
.bp_modal_module_close--
|
|
5587
|
+
.bp_modal_module_close--199e7.bp_modal_module_onColor--199e7:active{
|
|
5588
5588
|
background-color:var(--modal-close-button-on-color-background-pressed);
|
|
5589
5589
|
}
|
|
5590
5590
|
|
|
5591
|
-
.bp_modal_module_content--
|
|
5591
|
+
.bp_modal_module_content--199e7 .bp_modal_module_backButton--199e7{
|
|
5592
5592
|
color:var(--modal-back-button-color);
|
|
5593
5593
|
margin-block-start:var(--modal-back-button-margin-top-start);
|
|
5594
5594
|
margin-inline-start:var(--modal-back-button-margin-inline-start);
|
|
5595
5595
|
}
|
|
5596
5596
|
@media (width > 459px){
|
|
5597
|
-
.bp_modal_module_content--
|
|
5597
|
+
.bp_modal_module_content--199e7 .bp_modal_module_backButton--199e7{
|
|
5598
5598
|
height:var(--modal-back-button-size-non-fullscreen);
|
|
5599
5599
|
width:var(--modal-back-button-size-non-fullscreen);
|
|
5600
5600
|
}
|
|
5601
5601
|
}
|
|
5602
5602
|
|
|
5603
|
-
.bp_modal_module_modalHeader--
|
|
5603
|
+
.bp_modal_module_modalHeader--199e7{
|
|
5604
5604
|
display:flex;
|
|
5605
5605
|
}
|
|
5606
5606
|
|
|
5607
|
-
.bp_modal_module_modalTitle--
|
|
5607
|
+
.bp_modal_module_modalTitle--199e7{
|
|
5608
5608
|
display:flex;
|
|
5609
5609
|
flex-direction:column;
|
|
5610
5610
|
gap:var(--modal-title-gap);
|
|
@@ -5612,24 +5612,24 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5612
5612
|
padding:var(--modal-title-padding);
|
|
5613
5613
|
}
|
|
5614
5614
|
@media (width > 459px){
|
|
5615
|
-
.bp_modal_module_modalTitle--
|
|
5615
|
+
.bp_modal_module_modalTitle--199e7{
|
|
5616
5616
|
padding:var(--modal-title-padding-non-fullscreen);
|
|
5617
5617
|
}
|
|
5618
5618
|
}
|
|
5619
5619
|
|
|
5620
|
-
.bp_modal_module_body--
|
|
5620
|
+
.bp_modal_module_body--199e7{
|
|
5621
5621
|
padding:var(--modal-body-padding);
|
|
5622
5622
|
}
|
|
5623
5623
|
@media (width > 459px){
|
|
5624
|
-
.bp_modal_module_body--
|
|
5624
|
+
.bp_modal_module_body--199e7{
|
|
5625
5625
|
padding:var(--modal-body-padding-non-fullscreen);
|
|
5626
5626
|
}
|
|
5627
5627
|
}
|
|
5628
5628
|
|
|
5629
|
-
.bp_modal_module_headerDividerLine--
|
|
5629
|
+
.bp_modal_module_headerDividerLine--199e7{
|
|
5630
5630
|
position:relative;
|
|
5631
5631
|
}
|
|
5632
|
-
.bp_modal_module_headerDividerLine--
|
|
5632
|
+
.bp_modal_module_headerDividerLine--199e7::after{
|
|
5633
5633
|
border-bottom:var(--modal-divider-line-border);
|
|
5634
5634
|
bottom:0;
|
|
5635
5635
|
content:"";
|
|
@@ -5638,16 +5638,16 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5638
5638
|
right:var(--modal-divider-line-offset-right);
|
|
5639
5639
|
}
|
|
5640
5640
|
@media (width > 459px){
|
|
5641
|
-
.bp_modal_module_headerDividerLine--
|
|
5641
|
+
.bp_modal_module_headerDividerLine--199e7::after{
|
|
5642
5642
|
left:var(--modal-divider-line-offset-left-non-fullscreen);
|
|
5643
5643
|
right:var(--modal-divider-line-offset-right-non-fullscreen);
|
|
5644
5644
|
}
|
|
5645
5645
|
}
|
|
5646
5646
|
|
|
5647
|
-
.bp_modal_module_footerDividerLine--
|
|
5647
|
+
.bp_modal_module_footerDividerLine--199e7{
|
|
5648
5648
|
position:relative;
|
|
5649
5649
|
}
|
|
5650
|
-
.bp_modal_module_footerDividerLine--
|
|
5650
|
+
.bp_modal_module_footerDividerLine--199e7::before{
|
|
5651
5651
|
border-bottom:var(--modal-divider-line-border);
|
|
5652
5652
|
content:"";
|
|
5653
5653
|
left:var(--modal-divider-line-offset-left);
|
|
@@ -5656,28 +5656,28 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5656
5656
|
top:0;
|
|
5657
5657
|
}
|
|
5658
5658
|
@media (width > 459px){
|
|
5659
|
-
.bp_modal_module_footerDividerLine--
|
|
5659
|
+
.bp_modal_module_footerDividerLine--199e7::before{
|
|
5660
5660
|
left:var(--modal-divider-line-offset-left-non-fullscreen);
|
|
5661
5661
|
right:var(--modal-divider-line-offset-right-non-fullscreen);
|
|
5662
5662
|
}
|
|
5663
5663
|
}
|
|
5664
5664
|
|
|
5665
|
-
.bp_modal_module_footer--
|
|
5665
|
+
.bp_modal_module_footer--199e7{
|
|
5666
5666
|
display:flex;
|
|
5667
5667
|
justify-content:flex-end;
|
|
5668
5668
|
padding:var(--modal-footer-padding);
|
|
5669
5669
|
}
|
|
5670
5670
|
@media (width > 459px){
|
|
5671
|
-
.bp_modal_module_footer--
|
|
5671
|
+
.bp_modal_module_footer--199e7{
|
|
5672
5672
|
padding:var(--modal-footer-padding-non-fullscreen);
|
|
5673
5673
|
}
|
|
5674
5674
|
}
|
|
5675
5675
|
|
|
5676
|
-
.bp_modal_module_footerButton--
|
|
5676
|
+
.bp_modal_module_footerButton--199e7 + .bp_modal_module_footerButton--199e7{
|
|
5677
5677
|
margin-inline-start:var(--modal-footer-button-margin-inline-start);
|
|
5678
5678
|
}
|
|
5679
5679
|
|
|
5680
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
5680
|
+
@keyframes bp_modal_module_popup_bounce_in--199e7{
|
|
5681
5681
|
0%{
|
|
5682
5682
|
transform:scale3d(.1, .1, 1);
|
|
5683
5683
|
}
|
|
@@ -5896,66 +5896,66 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5896
5896
|
justify-content:flex-end;
|
|
5897
5897
|
}
|
|
5898
5898
|
|
|
5899
|
-
.bp_page_section_module_pageSectionContainer--
|
|
5899
|
+
.bp_page_section_module_pageSectionContainer--c37d3{
|
|
5900
5900
|
display:flex;
|
|
5901
5901
|
flex-direction:column;
|
|
5902
5902
|
gap:var(--space-8);
|
|
5903
5903
|
}
|
|
5904
5904
|
@media (width > 767px){
|
|
5905
|
-
.bp_page_section_module_pageSectionContainer--
|
|
5905
|
+
.bp_page_section_module_pageSectionContainer--c37d3{
|
|
5906
5906
|
gap:var(--space-12);
|
|
5907
5907
|
}
|
|
5908
5908
|
}
|
|
5909
5909
|
|
|
5910
|
-
.bp_page_section_module_pageSection--
|
|
5910
|
+
.bp_page_section_module_pageSection--c37d3{
|
|
5911
5911
|
display:flex;
|
|
5912
5912
|
flex-direction:column;
|
|
5913
5913
|
gap:var(--space-7);
|
|
5914
5914
|
}
|
|
5915
5915
|
@media (width > 767px){
|
|
5916
|
-
.bp_page_section_module_pageSection--
|
|
5916
|
+
.bp_page_section_module_pageSection--c37d3{
|
|
5917
5917
|
flex-direction:row;
|
|
5918
5918
|
gap:var(--space-20);
|
|
5919
5919
|
}
|
|
5920
5920
|
}
|
|
5921
5921
|
|
|
5922
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5922
|
+
.bp_page_section_module_pageSectionHeader--c37d3{
|
|
5923
5923
|
display:flex;
|
|
5924
5924
|
flex-direction:column;
|
|
5925
5925
|
gap:var(--space-2);
|
|
5926
5926
|
}
|
|
5927
5927
|
@media (width > 767px){
|
|
5928
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5928
|
+
.bp_page_section_module_pageSectionHeader--c37d3{
|
|
5929
5929
|
width:200px;
|
|
5930
5930
|
}
|
|
5931
5931
|
}
|
|
5932
5932
|
@media (width > 1023px){
|
|
5933
|
-
.bp_page_section_module_pageSectionHeader--
|
|
5933
|
+
.bp_page_section_module_pageSectionHeader--c37d3{
|
|
5934
5934
|
width:242px;
|
|
5935
5935
|
}
|
|
5936
5936
|
}
|
|
5937
5937
|
|
|
5938
|
-
.bp_page_section_module_pageSectionContent--
|
|
5938
|
+
.bp_page_section_module_pageSectionContent--c37d3{
|
|
5939
5939
|
flex-grow:1;
|
|
5940
5940
|
}
|
|
5941
5941
|
|
|
5942
|
-
.bp_page_section_module_pageSectionDivider--
|
|
5942
|
+
.bp_page_section_module_pageSectionDivider--c37d3{
|
|
5943
5943
|
width:100%;
|
|
5944
5944
|
}
|
|
5945
5945
|
|
|
5946
|
-
.bp_password_input_module_passwordInput--
|
|
5946
|
+
.bp_password_input_module_passwordInput--5445a input[type=password],.bp_password_input_module_passwordInput--5445a input[type=text]{
|
|
5947
5947
|
padding-inline-end:2.375rem;
|
|
5948
5948
|
}
|
|
5949
|
-
.bp_password_input_module_passwordInput--
|
|
5949
|
+
.bp_password_input_module_passwordInput--5445a .bp_password_input_module_iconButton--5445a{
|
|
5950
5950
|
height:var(--size-6);
|
|
5951
5951
|
inset-inline-end:.5rem;
|
|
5952
5952
|
width:var(--size-6);
|
|
5953
5953
|
}
|
|
5954
|
-
.bp_password_input_module_passwordInput--
|
|
5954
|
+
.bp_password_input_module_passwordInput--5445a .bp_password_input_module_iconButton--5445a:active,.bp_password_input_module_passwordInput--5445a .bp_password_input_module_iconButton--5445a:hover{
|
|
5955
5955
|
background:none;
|
|
5956
5956
|
}
|
|
5957
5957
|
|
|
5958
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5958
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e[data-modern=false]{
|
|
5959
5959
|
--text-input-border-width:var(--border-1);
|
|
5960
5960
|
--text-input-border-width-focused:var(--border-2);
|
|
5961
5961
|
--text-input-border-width-error:var(--border-2);
|
|
@@ -5986,7 +5986,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5986
5986
|
--text-input-hover-border-color:var(--border-input-border-hover);
|
|
5987
5987
|
}
|
|
5988
5988
|
|
|
5989
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5989
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e[data-modern=true]{
|
|
5990
5990
|
--text-input-border-width:var(--bp-border-01);
|
|
5991
5991
|
--text-input-border-width-focused:var(--bp-border-02);
|
|
5992
5992
|
--text-input-border-width-error:var(--bp-border-02);
|
|
@@ -6017,7 +6017,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6017
6017
|
--text-input-hover-border-color:var(--bp-border-input-border-hover);
|
|
6018
6018
|
}
|
|
6019
6019
|
|
|
6020
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6020
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e{
|
|
6021
6021
|
--disabled-opacity:var(--text-input-disabled-opacity-api, 60%);
|
|
6022
6022
|
display:flex;
|
|
6023
6023
|
flex-direction:column;
|
|
@@ -6030,7 +6030,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6030
6030
|
text-decoration:var(--body-default-text-decoration);
|
|
6031
6031
|
text-transform:var(--body-default-text-case);
|
|
6032
6032
|
}
|
|
6033
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6033
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_label--0b46e{
|
|
6034
6034
|
color:var(--text-input-label-color);
|
|
6035
6035
|
flex:0 0 fit-content;
|
|
6036
6036
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -6044,15 +6044,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6044
6044
|
width:-moz-fit-content;
|
|
6045
6045
|
width:fit-content;
|
|
6046
6046
|
}
|
|
6047
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6047
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_label--0b46e:not(.bp_base_text_input_module_hidden--0b46e){
|
|
6048
6048
|
margin-block-end:var(--text-input-row-gap);
|
|
6049
6049
|
}
|
|
6050
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6050
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e{
|
|
6051
6051
|
display:flex;
|
|
6052
6052
|
height:var(--size-10);
|
|
6053
6053
|
position:relative;
|
|
6054
6054
|
}
|
|
6055
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6055
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e{
|
|
6056
6056
|
background:var(--text-input-background);
|
|
6057
6057
|
border:var(--text-input-border-width) solid var(--text-input-border-color);
|
|
6058
6058
|
border-radius:var(--text-input-border-radius);
|
|
@@ -6072,77 +6072,77 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6072
6072
|
text-transform:var(--body-default-text-case);
|
|
6073
6073
|
width:100%;
|
|
6074
6074
|
}
|
|
6075
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6075
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e:hover,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e:hover,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e:hover{
|
|
6076
6076
|
box-shadow:var(--text-input-box-shadow);
|
|
6077
6077
|
}
|
|
6078
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6078
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e::placeholder,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e::placeholder,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e::placeholder{
|
|
6079
6079
|
color:var(--text-input-placeholder-color);
|
|
6080
6080
|
opacity:1;
|
|
6081
6081
|
}
|
|
6082
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6082
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_error--0b46e,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_error--0b46e,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_error--0b46e{
|
|
6083
6083
|
background:var(--text-input-error-background);
|
|
6084
6084
|
border:var(--text-input-border-width-error) solid var(--text-input-error-border-color);
|
|
6085
6085
|
outline:0;
|
|
6086
6086
|
padding-inline-start:var(--text-input-padding-x-error);
|
|
6087
6087
|
}
|
|
6088
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6088
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_readOnly--0b46e,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_readOnly--0b46e,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_readOnly--0b46e{
|
|
6089
6089
|
border-color:var(--text-input-read-only-border-color);
|
|
6090
6090
|
box-shadow:var(--text-input-box-shadow);
|
|
6091
6091
|
color:var(--text-input-read-only-color);
|
|
6092
6092
|
}
|
|
6093
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6093
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_readOnly--0b46e:focus-visible,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_readOnly--0b46e:focus-visible,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_readOnly--0b46e:focus-visible{
|
|
6094
6094
|
border:var(--text-input-border-width-focused) solid var(--text-input-border-color-focus);
|
|
6095
6095
|
}
|
|
6096
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6096
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_readOnly--0b46e:hover,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_readOnly--0b46e:hover,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_readOnly--0b46e:hover{
|
|
6097
6097
|
cursor:default;
|
|
6098
6098
|
}
|
|
6099
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6099
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e:disabled,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e:disabled,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e:disabled{
|
|
6100
6100
|
background:var(--text-input-disabled-background);
|
|
6101
6101
|
border-color:var(--text-input-disabled-border-color);
|
|
6102
6102
|
box-shadow:var(--text-input-box-shadow);
|
|
6103
6103
|
color:var(--text-input-disabled-color);
|
|
6104
6104
|
}
|
|
6105
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6105
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e:disabled:hover{
|
|
6106
6106
|
border-color:var(--text-input-border-color);
|
|
6107
6107
|
}
|
|
6108
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6108
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e:focus-visible,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e:focus-visible,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e:focus-visible{
|
|
6109
6109
|
background:var(--text-input-focused-background);
|
|
6110
6110
|
border:var(--text-input-border-width-focused) solid var(--text-input-focused-border-color);
|
|
6111
6111
|
outline:0;
|
|
6112
6112
|
padding-inline-start:var(--text-input-padding-x-focused);
|
|
6113
6113
|
}
|
|
6114
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6114
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e:has(+ .bp_base_text_input_module_endIcon--0b46e),.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e:has(+ .bp_base_text_input_module_endIcon--0b46e),.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e:has(+ .bp_base_text_input_module_endIcon--0b46e){
|
|
6115
6115
|
padding-inline-end:calc(var(--text-input-padding-x) + var(--end-icon-width) + var(--text-input-icon-padding));
|
|
6116
6116
|
}
|
|
6117
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6117
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_textInput--0b46e:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--0b46e):hover,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=number].bp_base_text_input_module_textInput--0b46e:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--0b46e):hover,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e input[type=text].bp_base_text_input_module_textInput--0b46e:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--0b46e):hover{
|
|
6118
6118
|
background:var(--text-input-hover-background);
|
|
6119
6119
|
border:var(--border-1) solid var(--text-input-hover-border-color);
|
|
6120
6120
|
}
|
|
6121
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6121
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_startIcon--0b46e{
|
|
6122
6122
|
left:calc(var(--text-input-padding-x) + var(--text-input-border-width));
|
|
6123
6123
|
position:absolute;
|
|
6124
6124
|
top:50%;
|
|
6125
6125
|
transform:translateY(-50%);
|
|
6126
6126
|
}
|
|
6127
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6127
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_startIcon--0b46e + input.bp_base_text_input_module_textInput--0b46e{
|
|
6128
6128
|
padding-inline-start:calc(var(--text-input-padding-x) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6129
6129
|
}
|
|
6130
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6130
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_startIcon--0b46e + input.bp_base_text_input_module_textInput--0b46e:focus-visible{
|
|
6131
6131
|
padding-inline-start:calc(var(--text-input-padding-x-focused) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6132
6132
|
}
|
|
6133
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6133
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_startIcon--0b46e + input.bp_base_text_input_module_textInput--0b46e.bp_base_text_input_module_error--0b46e{
|
|
6134
6134
|
padding-inline-start:calc(var(--text-input-padding-x-error) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6135
6135
|
}
|
|
6136
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6136
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_endIcon--0b46e{
|
|
6137
6137
|
position:absolute;
|
|
6138
6138
|
right:calc(var(--text-input-padding-x) + var(--text-input-border-width));
|
|
6139
6139
|
top:50%;
|
|
6140
6140
|
transform:translateY(-50%);
|
|
6141
6141
|
}
|
|
6142
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6142
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e.bp_base_text_input_module_disabled--0b46e{
|
|
6143
6143
|
opacity:var(--disabled-opacity);
|
|
6144
6144
|
}
|
|
6145
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6145
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_inlineError--0b46e,.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_subtext--0b46e{
|
|
6146
6146
|
margin-block-start:var(--text-input-inline-error-subtext-block-margin);
|
|
6147
6147
|
}
|
|
6148
6148
|
.bp_chip_module_chip--d54cf[data-modern=false]{
|
|
@@ -6430,7 +6430,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6430
6430
|
}
|
|
6431
6431
|
}
|
|
6432
6432
|
|
|
6433
|
-
.bp_context_menu_module_menuBlock--
|
|
6433
|
+
.bp_context_menu_module_menuBlock--d59c0{
|
|
6434
6434
|
background-color:var(--surface-menu-surface);
|
|
6435
6435
|
border:var(--border-1) solid var(--border-card-border);
|
|
6436
6436
|
border-radius:var(--radius-3);
|
|
@@ -6441,7 +6441,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6441
6441
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
6442
6442
|
padding:var(--space-3);
|
|
6443
6443
|
}
|
|
6444
|
-
.bp_context_menu_module_menuBlock--
|
|
6444
|
+
.bp_context_menu_module_menuBlock--d59c0[data-menu-fullscreen=true]{
|
|
6445
6445
|
border:unset;
|
|
6446
6446
|
border-radius:unset;
|
|
6447
6447
|
display:flex;
|
|
@@ -6454,15 +6454,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6454
6454
|
position:relative;
|
|
6455
6455
|
width:100vw;
|
|
6456
6456
|
}
|
|
6457
|
-
.bp_context_menu_module_menuBlock--
|
|
6457
|
+
.bp_context_menu_module_menuBlock--d59c0[data-menu-fullscreen=true] .bp_context_menu_module_fullScreenContent--d59c0{
|
|
6458
6458
|
overflow-y:auto;
|
|
6459
6459
|
padding:var(--space-3);
|
|
6460
6460
|
}
|
|
6461
|
-
.bp_context_menu_module_menuBlock--
|
|
6461
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItemsSeparator--d59c0{
|
|
6462
6462
|
margin-block:var(--space-2);
|
|
6463
6463
|
margin-inline:var(--space-2);
|
|
6464
6464
|
}
|
|
6465
|
-
.bp_context_menu_module_menuBlock--
|
|
6465
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItem--d59c0{
|
|
6466
6466
|
align-items:center;
|
|
6467
6467
|
background-color:var(--surface-menu-surface);
|
|
6468
6468
|
border:var(--border-2) solid #0000;
|
|
@@ -6475,19 +6475,19 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6475
6475
|
padding-inline:var(--space-2);
|
|
6476
6476
|
position:relative;
|
|
6477
6477
|
}
|
|
6478
|
-
.bp_context_menu_module_menuBlock--
|
|
6478
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItem--d59c0[data-disabled]{
|
|
6479
6479
|
opacity:60%;
|
|
6480
6480
|
pointer-events:none;
|
|
6481
6481
|
}
|
|
6482
|
-
.bp_context_menu_module_menuBlock--
|
|
6482
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItem--d59c0[data-highlighted]:not(:hover){
|
|
6483
6483
|
background-color:var(--surface-menu-surface-focus);
|
|
6484
6484
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
6485
6485
|
}
|
|
6486
|
-
.bp_context_menu_module_menuBlock--
|
|
6486
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItem--d59c0:active{
|
|
6487
6487
|
background-color:var(--surface-menu-surface-focus);
|
|
6488
6488
|
border:var(--border-2) solid #0000;
|
|
6489
6489
|
}
|
|
6490
|
-
.bp_context_menu_module_menuBlock--
|
|
6490
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItem--d59c0:hover{
|
|
6491
6491
|
background-color:var(--surface-menu-surface-focus);
|
|
6492
6492
|
}
|
|
6493
6493
|
div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):has([data-menu-fullscreen=true]){
|
|
@@ -6496,7 +6496,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6496
6496
|
width:100%;
|
|
6497
6497
|
}
|
|
6498
6498
|
|
|
6499
|
-
.bp_context_menu_module_menuHeader--
|
|
6499
|
+
.bp_context_menu_module_menuHeader--d59c0{
|
|
6500
6500
|
align-items:center;
|
|
6501
6501
|
box-shadow:var(--dropshadow-1);
|
|
6502
6502
|
display:grid;
|
|
@@ -6506,25 +6506,25 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6506
6506
|
padding:var(--space-3);
|
|
6507
6507
|
}
|
|
6508
6508
|
|
|
6509
|
-
.bp_context_menu_module_headerTextContent--
|
|
6509
|
+
.bp_context_menu_module_headerTextContent--d59c0{
|
|
6510
6510
|
display:grid;
|
|
6511
6511
|
}
|
|
6512
6512
|
|
|
6513
|
-
.bp_context_menu_module_submenuCloseButton--
|
|
6513
|
+
.bp_context_menu_module_submenuCloseButton--d59c0{
|
|
6514
6514
|
grid-area:submenu-close;
|
|
6515
6515
|
}
|
|
6516
6516
|
|
|
6517
|
-
.bp_context_menu_module_menuCloseButton--
|
|
6517
|
+
.bp_context_menu_module_menuCloseButton--d59c0{
|
|
6518
6518
|
grid-area:close;
|
|
6519
6519
|
}
|
|
6520
6520
|
|
|
6521
|
-
.bp_context_menu_module_ellipsis--
|
|
6521
|
+
.bp_context_menu_module_ellipsis--d59c0{
|
|
6522
6522
|
overflow:hidden;
|
|
6523
6523
|
text-overflow:ellipsis;
|
|
6524
6524
|
white-space:nowrap;
|
|
6525
6525
|
}
|
|
6526
6526
|
|
|
6527
|
-
.bp_notification_module_viewport--
|
|
6527
|
+
.bp_notification_module_viewport--d1e47{
|
|
6528
6528
|
--notification-viewport-space:var(--space-4);
|
|
6529
6529
|
--notification-viewport-item-spacing:var(--space-3);
|
|
6530
6530
|
all:unset;
|
|
@@ -6539,7 +6539,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6539
6539
|
z-index:2147483647;
|
|
6540
6540
|
}
|
|
6541
6541
|
|
|
6542
|
-
.bp_notification_module_root--
|
|
6542
|
+
.bp_notification_module_root--d1e47[data-modern=false]{
|
|
6543
6543
|
--notification-padding-vertical:var(--space-3);
|
|
6544
6544
|
--notification-padding-horizontal:var(--space-4);
|
|
6545
6545
|
--notification-item-spacing:var(--space-3);
|
|
@@ -6560,7 +6560,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6560
6560
|
--notification-icon-size:var(--size-8);
|
|
6561
6561
|
}
|
|
6562
6562
|
|
|
6563
|
-
.bp_notification_module_root--
|
|
6563
|
+
.bp_notification_module_root--d1e47[data-modern=true]{
|
|
6564
6564
|
--notification-padding-vertical:var(--bp-space-030);
|
|
6565
6565
|
--notification-padding-horizontal:var(--bp-space-040);
|
|
6566
6566
|
--notification-item-spacing:var(--bp-space-030);
|
|
@@ -6582,20 +6582,20 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6582
6582
|
--notification-text-container-height:var(--bp-space-080);
|
|
6583
6583
|
--notification-icon-size:var(--bp-size-080);
|
|
6584
6584
|
}
|
|
6585
|
-
.bp_notification_module_root--
|
|
6585
|
+
.bp_notification_module_root--d1e47[data-modern=true].bp_notification_module_info--d1e47{
|
|
6586
6586
|
background:linear-gradient(0deg, var(--notification-background-info) 0, var(--notification-background-info) 100%), var(--notification-background-overlay);
|
|
6587
6587
|
}
|
|
6588
|
-
.bp_notification_module_root--
|
|
6588
|
+
.bp_notification_module_root--d1e47[data-modern=true].bp_notification_module_success--d1e47{
|
|
6589
6589
|
background:linear-gradient(0deg, var(--notification-background-success) 0, var(--notification-background-success) 100%), var(--notification-background-overlay);
|
|
6590
6590
|
}
|
|
6591
|
-
.bp_notification_module_root--
|
|
6591
|
+
.bp_notification_module_root--d1e47[data-modern=true].bp_notification_module_warning--d1e47{
|
|
6592
6592
|
background:linear-gradient(0deg, var(--notification-background-warning) 0, var(--notification-background-warning) 100%), var(--notification-background-overlay);
|
|
6593
6593
|
}
|
|
6594
|
-
.bp_notification_module_root--
|
|
6594
|
+
.bp_notification_module_root--d1e47[data-modern=true].bp_notification_module_error--d1e47{
|
|
6595
6595
|
background:linear-gradient(0deg, var(--notification-background-error) 0, var(--notification-background-error) 100%), var(--notification-background-overlay);
|
|
6596
6596
|
}
|
|
6597
6597
|
|
|
6598
|
-
.bp_notification_module_root--
|
|
6598
|
+
.bp_notification_module_root--d1e47{
|
|
6599
6599
|
backdrop-filter:blur(var(--notification-background-blur));
|
|
6600
6600
|
border:var(--notification-border) solid;
|
|
6601
6601
|
border-radius:var(--notification-radius);
|
|
@@ -6605,26 +6605,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6605
6605
|
width:max-content;
|
|
6606
6606
|
}
|
|
6607
6607
|
@media (width > 374px){
|
|
6608
|
-
.bp_notification_module_root--
|
|
6608
|
+
.bp_notification_module_root--d1e47{
|
|
6609
6609
|
max-width:343px;
|
|
6610
6610
|
}
|
|
6611
6611
|
}
|
|
6612
6612
|
@media (width > 767px){
|
|
6613
|
-
.bp_notification_module_root--
|
|
6613
|
+
.bp_notification_module_root--d1e47{
|
|
6614
6614
|
max-width:728px;
|
|
6615
6615
|
}
|
|
6616
6616
|
}
|
|
6617
6617
|
@media (width > 1023px){
|
|
6618
|
-
.bp_notification_module_root--
|
|
6618
|
+
.bp_notification_module_root--d1e47{
|
|
6619
6619
|
max-width:848px;
|
|
6620
6620
|
}
|
|
6621
6621
|
}
|
|
6622
6622
|
@media (width > 1219px){
|
|
6623
|
-
.bp_notification_module_root--
|
|
6623
|
+
.bp_notification_module_root--d1e47{
|
|
6624
6624
|
max-width:896px;
|
|
6625
6625
|
}
|
|
6626
6626
|
}
|
|
6627
|
-
.bp_notification_module_root--
|
|
6627
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_container--d1e47{
|
|
6628
6628
|
align-items:flex-start;
|
|
6629
6629
|
display:flex;
|
|
6630
6630
|
gap:var(--notification-item-spacing);
|
|
@@ -6632,11 +6632,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6632
6632
|
width:100%;
|
|
6633
6633
|
}
|
|
6634
6634
|
@media (width > 767px){
|
|
6635
|
-
.bp_notification_module_root--
|
|
6635
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_container--d1e47{
|
|
6636
6636
|
align-items:center;
|
|
6637
6637
|
}
|
|
6638
6638
|
}
|
|
6639
|
-
.bp_notification_module_root--
|
|
6639
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_mobileContainer--d1e47{
|
|
6640
6640
|
align-items:left;
|
|
6641
6641
|
display:flex;
|
|
6642
6642
|
flex-direction:column;
|
|
@@ -6644,46 +6644,46 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6644
6644
|
width:100%;
|
|
6645
6645
|
}
|
|
6646
6646
|
@media (width > 767px){
|
|
6647
|
-
.bp_notification_module_root--
|
|
6647
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_mobileContainer--d1e47{
|
|
6648
6648
|
align-items:center;
|
|
6649
6649
|
flex-direction:row;
|
|
6650
6650
|
}
|
|
6651
6651
|
}
|
|
6652
|
-
.bp_notification_module_root--
|
|
6652
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_withButtons--d1e47{
|
|
6653
6653
|
gap:var(--notification-item-spacing);
|
|
6654
6654
|
}
|
|
6655
|
-
.bp_notification_module_root--
|
|
6655
|
+
.bp_notification_module_root--d1e47.bp_notification_module_info--d1e47{
|
|
6656
6656
|
background:var(--notification-background-info);
|
|
6657
6657
|
border-color:var(--notification-border-color-info);
|
|
6658
6658
|
}
|
|
6659
|
-
.bp_notification_module_root--
|
|
6659
|
+
.bp_notification_module_root--d1e47.bp_notification_module_success--d1e47{
|
|
6660
6660
|
background:var(--notification-background-success);
|
|
6661
6661
|
border-color:var(--notification-border-color-success);
|
|
6662
6662
|
}
|
|
6663
|
-
.bp_notification_module_root--
|
|
6663
|
+
.bp_notification_module_root--d1e47.bp_notification_module_warning--d1e47{
|
|
6664
6664
|
background:var(--notification-background-warning);
|
|
6665
6665
|
border-color:var(--notification-border-color-warning);
|
|
6666
6666
|
}
|
|
6667
|
-
.bp_notification_module_root--
|
|
6667
|
+
.bp_notification_module_root--d1e47.bp_notification_module_error--d1e47{
|
|
6668
6668
|
background:var(--notification-background-error);
|
|
6669
6669
|
border-color:var(--notification-border-color-error);
|
|
6670
6670
|
}
|
|
6671
|
-
.bp_notification_module_root--
|
|
6671
|
+
.bp_notification_module_root--d1e47:focus-visible{
|
|
6672
6672
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--notification-outline-focus);
|
|
6673
6673
|
outline:none;
|
|
6674
6674
|
}
|
|
6675
|
-
.bp_notification_module_root--
|
|
6675
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_typeIconContainer--d1e47{
|
|
6676
6676
|
align-items:center;
|
|
6677
6677
|
display:flex;
|
|
6678
6678
|
height:var(--notification-icon-size);
|
|
6679
6679
|
justify-content:center;
|
|
6680
6680
|
width:var(--notification-icon-size);
|
|
6681
6681
|
}
|
|
6682
|
-
.bp_notification_module_root--
|
|
6682
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_typeIconContainer--d1e47 .bp_notification_module_typeIcon--d1e47{
|
|
6683
6683
|
flex-shrink:0;
|
|
6684
6684
|
margin-left:var(--notification-padding-horizontal);
|
|
6685
6685
|
}
|
|
6686
|
-
.bp_notification_module_root--
|
|
6686
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_text--d1e47{
|
|
6687
6687
|
align-items:center;
|
|
6688
6688
|
color:var(--notification-text-color);
|
|
6689
6689
|
display:flex;
|
|
@@ -6699,38 +6699,38 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6699
6699
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
6700
6700
|
text-transform:var(--body-default-bold-text-case);
|
|
6701
6701
|
}
|
|
6702
|
-
.bp_notification_module_root--
|
|
6702
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_text--d1e47 > div{
|
|
6703
6703
|
overflow:hidden;
|
|
6704
6704
|
overflow-wrap:break-word;
|
|
6705
6705
|
}
|
|
6706
|
-
.bp_notification_module_root--
|
|
6706
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_contentButtonSection--d1e47{
|
|
6707
6707
|
display:flex;
|
|
6708
6708
|
gap:var(--notification-item-spacing);
|
|
6709
6709
|
margin-left:0;
|
|
6710
6710
|
}
|
|
6711
6711
|
@media (width > 767px){
|
|
6712
|
-
.bp_notification_module_root--
|
|
6712
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_contentButtonSection--d1e47{
|
|
6713
6713
|
margin-left:auto;
|
|
6714
6714
|
}
|
|
6715
6715
|
}
|
|
6716
|
-
.bp_notification_module_root--
|
|
6716
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_contentButtonSection--d1e47 .bp_notification_module_contentButtons--d1e47{
|
|
6717
6717
|
display:flex;
|
|
6718
6718
|
gap:var(--notification-item-spacing);
|
|
6719
6719
|
}
|
|
6720
|
-
.bp_notification_module_root--
|
|
6720
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_closeButtonSection--d1e47{
|
|
6721
6721
|
display:flex;
|
|
6722
6722
|
gap:var(--notification-item-spacing);
|
|
6723
6723
|
margin-left:auto;
|
|
6724
6724
|
margin-right:var(--notification-padding-horizontal);
|
|
6725
6725
|
}
|
|
6726
|
-
.bp_notification_module_root--
|
|
6726
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_closeButtonSection--d1e47 .bp_notification_module_closeButton--d1e47{
|
|
6727
6727
|
align-self:center;
|
|
6728
6728
|
}
|
|
6729
|
-
.bp_notification_module_root--
|
|
6729
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_closeButtonSection--d1e47 .bp_notification_module_closeButton--d1e47 svg *{
|
|
6730
6730
|
fill:currentColor;
|
|
6731
6731
|
}
|
|
6732
6732
|
|
|
6733
|
-
.bp_popover_module_popoverContentContainer--
|
|
6733
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverMainContent--b457e,.bp_popover_module_popoverContentContainer--b457e.bp_popover_module_accessibilitySmallBreakpoint--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverScrollContainer--b457e{
|
|
6734
6734
|
margin-inline-end:var(--scroll-mask-margin-inline-end);
|
|
6735
6735
|
mask-image:var(--scroll-mask-mask-image);
|
|
6736
6736
|
mask-position:var(--scroll-mask-mask-position);
|
|
@@ -6740,7 +6740,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6740
6740
|
transition:var(--scroll-mask-transition);
|
|
6741
6741
|
}
|
|
6742
6742
|
|
|
6743
|
-
.bp_popover_module_popoverContentContainer--
|
|
6743
|
+
.bp_popover_module_popoverContentContainer--b457e[data-modern=false]{
|
|
6744
6744
|
--scroll-mask-padding-right:var(--space-4);
|
|
6745
6745
|
--scroll-mask-overflow:auto;
|
|
6746
6746
|
--scroll-mask-transition:mask-position var(--animation-duration-3), -webkit-mask-position var(--animation-duration-3);
|
|
@@ -6765,7 +6765,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6765
6765
|
--popover-footer-border-top:var(--border-1) solid var(--border-card-border);
|
|
6766
6766
|
}
|
|
6767
6767
|
|
|
6768
|
-
.bp_popover_module_popoverContentContainer--
|
|
6768
|
+
.bp_popover_module_popoverContentContainer--b457e[data-modern=true]{
|
|
6769
6769
|
--bp-dropshadow-3:var(--dropshadow-3);
|
|
6770
6770
|
--bp-animation-duration-3:var(--animation-duration-3);
|
|
6771
6771
|
--scroll-mask-padding-right:var(--bp-space-040);
|
|
@@ -6792,43 +6792,43 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6792
6792
|
--popover-footer-border-top:var(--bp-border-01) solid var(--bp-border-card-border);
|
|
6793
6793
|
}
|
|
6794
6794
|
|
|
6795
|
-
.bp_popover_module_popoverContentContainer--
|
|
6795
|
+
.bp_popover_module_popoverContentContainer--b457e{
|
|
6796
6796
|
max-width:320px;
|
|
6797
6797
|
z-index:var(--z-index-popover);
|
|
6798
6798
|
}
|
|
6799
|
-
.bp_popover_module_popoverContentContainer--
|
|
6799
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverCard--b457e{
|
|
6800
6800
|
box-shadow:var(--popover-card-box-shadow);
|
|
6801
6801
|
margin-block:var(--popover-card-margin-block);
|
|
6802
6802
|
}
|
|
6803
|
-
.bp_popover_module_popoverContentContainer--
|
|
6803
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverMainContent--b457e:hover{
|
|
6804
6804
|
mask-position:left top;
|
|
6805
6805
|
}
|
|
6806
|
-
.bp_popover_module_popoverContentContainer--
|
|
6806
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverMainContent--b457e .bp_popover_module_popoverMainContentOuterContainer--b457e{
|
|
6807
6807
|
max-height:inherit;
|
|
6808
6808
|
}
|
|
6809
|
-
.bp_popover_module_popoverContentContainer--
|
|
6809
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverMainContent--b457e .bp_popover_module_popoverMainContentOuterContainer--b457e .bp_popover_module_popoverMainContentInnerContainerPadding--b457e{
|
|
6810
6810
|
padding-block-end:var(--popover-main-content-inner-container-padding);
|
|
6811
6811
|
}
|
|
6812
|
-
.bp_popover_module_popoverContentContainer--
|
|
6812
|
+
.bp_popover_module_popoverContentContainer--b457e.bp_popover_module_accessibilitySmallBreakpoint--b457e{
|
|
6813
6813
|
max-height:var(--radix-popover-content-available-height);
|
|
6814
6814
|
}
|
|
6815
|
-
.bp_popover_module_popoverContentContainer--
|
|
6815
|
+
.bp_popover_module_popoverContentContainer--b457e.bp_popover_module_accessibilitySmallBreakpoint--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverScrollContainer--b457e{
|
|
6816
6816
|
max-height:var(--popover-scroll-container-small-breakpoint-max-height);
|
|
6817
6817
|
padding-block:var(--popover-scroll-container-small-breakpoint-padding-block);
|
|
6818
6818
|
}
|
|
6819
|
-
.bp_popover_module_popoverContentContainer--
|
|
6819
|
+
.bp_popover_module_popoverContentContainer--b457e.bp_popover_module_accessibilitySmallBreakpoint--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverScrollContainer--b457e:hover{
|
|
6820
6820
|
mask-position:left top;
|
|
6821
6821
|
}
|
|
6822
|
-
.bp_popover_module_popoverContentContainer--
|
|
6822
|
+
.bp_popover_module_popoverContentContainer--b457e.bp_popover_module_accessibilitySmallBreakpoint--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverScrollContainer--b457e .bp_popover_module_popoverMainContent--b457e{
|
|
6823
6823
|
max-height:-moz-fit-content;
|
|
6824
6824
|
max-height:fit-content;
|
|
6825
6825
|
}
|
|
6826
|
-
.bp_popover_module_popoverContentContainer--
|
|
6826
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverFooter--b457e{
|
|
6827
6827
|
margin-inline:var(--popover-footer-margin-inline);
|
|
6828
6828
|
padding-block-start:var(--popover-footer-padding-block-start);
|
|
6829
6829
|
padding-inline:var(--popover-footer-padding-inline);
|
|
6830
6830
|
}
|
|
6831
|
-
.bp_popover_module_popoverContentContainer--
|
|
6831
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverFooter--b457e.bp_popover_module_popoverFooterTopBorder--b457e{
|
|
6832
6832
|
border-top:var(--popover-footer-border-top);
|
|
6833
6833
|
}
|
|
6834
6834
|
.bp_select_menu_grid_module_grid--6e766{
|
|
@@ -6840,42 +6840,42 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6840
6840
|
flex-direction:row;
|
|
6841
6841
|
}
|
|
6842
6842
|
|
|
6843
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6843
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b81ef.bp_select_menu_grid_option_module_withLabel--b81ef{
|
|
6844
6844
|
flex:1 1 0;
|
|
6845
6845
|
margin:var(--space-05) 0;
|
|
6846
6846
|
}
|
|
6847
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6847
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b81ef.bp_select_menu_grid_option_module_withLabel--default--b81ef{
|
|
6848
6848
|
max-width:100%;
|
|
6849
6849
|
}
|
|
6850
6850
|
@media only screen and (width > 374px){
|
|
6851
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6851
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b81ef.bp_select_menu_grid_option_module_withLabel--default--b81ef{
|
|
6852
6852
|
margin:var(--space-05);
|
|
6853
6853
|
max-width:calc(50% - var(--space-1));
|
|
6854
6854
|
}
|
|
6855
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6855
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b81ef.bp_select_menu_grid_option_module_withLabel--default--b81ef:first-child{
|
|
6856
6856
|
margin-left:0;
|
|
6857
6857
|
}
|
|
6858
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6858
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b81ef.bp_select_menu_grid_option_module_withLabel--default--b81ef:last-child{
|
|
6859
6859
|
margin-right:0;
|
|
6860
6860
|
}
|
|
6861
6861
|
}
|
|
6862
6862
|
|
|
6863
|
-
.bp_select_menu_grid_option_module_square--
|
|
6863
|
+
.bp_select_menu_grid_option_module_square--b81ef{
|
|
6864
6864
|
height:var(--size-8);
|
|
6865
6865
|
width:var(--size-8);
|
|
6866
6866
|
}
|
|
6867
|
-
.bp_select_menu_grid_option_module_square--
|
|
6867
|
+
.bp_select_menu_grid_option_module_square--b81ef,.bp_select_menu_grid_option_module_square--b81ef .bp_select_menu_grid_option_module_outlineHost--b81ef{
|
|
6868
6868
|
align-items:center;
|
|
6869
6869
|
border-radius:var(--radius-3);
|
|
6870
6870
|
display:flex;
|
|
6871
6871
|
justify-content:center;
|
|
6872
6872
|
}
|
|
6873
|
-
.bp_select_menu_grid_option_module_square--
|
|
6873
|
+
.bp_select_menu_grid_option_module_square--b81ef .bp_select_menu_grid_option_module_outlineHost--b81ef{
|
|
6874
6874
|
height:var(--size-7);
|
|
6875
6875
|
width:var(--size-7);
|
|
6876
6876
|
}
|
|
6877
6877
|
|
|
6878
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6878
|
+
.bp_select_menu_grid_option_module_circle--b81ef{
|
|
6879
6879
|
align-items:center;
|
|
6880
6880
|
background-clip:content-box;
|
|
6881
6881
|
background-color:var(--gray-white);
|
|
@@ -6887,10 +6887,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6887
6887
|
justify-content:center;
|
|
6888
6888
|
width:var(--size-8);
|
|
6889
6889
|
}
|
|
6890
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6890
|
+
.bp_select_menu_grid_option_module_circle--b81ef.bp_select_menu_grid_option_module_loading--b81ef{
|
|
6891
6891
|
border-color:var(--gray-white);
|
|
6892
6892
|
}
|
|
6893
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6893
|
+
.bp_select_menu_grid_option_module_circle--b81ef .bp_select_menu_grid_option_module_color--b81ef{
|
|
6894
6894
|
background-color:var(--circleColor);
|
|
6895
6895
|
border:var(--border-1) solid var(--circleBorderColor);
|
|
6896
6896
|
border-radius:50%;
|
|
@@ -6898,10 +6898,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6898
6898
|
height:var(--size-6);
|
|
6899
6899
|
width:var(--size-6);
|
|
6900
6900
|
}
|
|
6901
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6901
|
+
.bp_select_menu_grid_option_module_circle--b81ef .bp_select_menu_grid_option_module_strikeThrough--b81ef{
|
|
6902
6902
|
position:relative;
|
|
6903
6903
|
}
|
|
6904
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6904
|
+
.bp_select_menu_grid_option_module_circle--b81ef .bp_select_menu_grid_option_module_strikeThrough--b81ef::after{
|
|
6905
6905
|
background-color:var(--watermelon-red-100);
|
|
6906
6906
|
border-radius:var(--radius-1);
|
|
6907
6907
|
content:"";
|
|
@@ -6913,7 +6913,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6913
6913
|
width:90%;
|
|
6914
6914
|
}
|
|
6915
6915
|
|
|
6916
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6916
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef{
|
|
6917
6917
|
align-items:center;
|
|
6918
6918
|
background-color:initial;
|
|
6919
6919
|
border:none;
|
|
@@ -6923,13 +6923,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6923
6923
|
-webkit-user-select:none;
|
|
6924
6924
|
user-select:none;
|
|
6925
6925
|
}
|
|
6926
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6926
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef:not(.bp_select_menu_grid_option_module_labeled--b81ef){
|
|
6927
6927
|
height:var(--size-8);
|
|
6928
6928
|
justify-content:center;
|
|
6929
6929
|
padding:0;
|
|
6930
6930
|
width:var(--size-8);
|
|
6931
6931
|
}
|
|
6932
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6932
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef{
|
|
6933
6933
|
border-radius:var(--radius-3);
|
|
6934
6934
|
gap:var(--space-3);
|
|
6935
6935
|
min-width:10rem;
|
|
@@ -6937,23 +6937,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6937
6937
|
transition:background-color var(--animation-duration-2);
|
|
6938
6938
|
width:100%;
|
|
6939
6939
|
}
|
|
6940
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6940
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef .bp_select_menu_grid_option_module_text--b81ef{
|
|
6941
6941
|
max-height:var(--size-8);
|
|
6942
6942
|
text-align:left;
|
|
6943
6943
|
}
|
|
6944
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6944
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef .bp_select_menu_grid_option_module_text--large--b81ef{
|
|
6945
6945
|
-webkit-box-orient:vertical;
|
|
6946
6946
|
-webkit-line-clamp:1;
|
|
6947
6947
|
display:-webkit-box;
|
|
6948
6948
|
overflow:hidden;
|
|
6949
6949
|
}
|
|
6950
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6950
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef .bp_select_menu_grid_option_module_text--default--b81ef{
|
|
6951
6951
|
-webkit-box-orient:vertical;
|
|
6952
6952
|
-webkit-line-clamp:2;
|
|
6953
6953
|
display:-webkit-box;
|
|
6954
6954
|
overflow:hidden;
|
|
6955
6955
|
}
|
|
6956
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6956
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef .bp_select_menu_grid_option_module_iconContainer--b81ef{
|
|
6957
6957
|
align-items:center;
|
|
6958
6958
|
background:var(--icon-background);
|
|
6959
6959
|
border-radius:var(--radius-3);
|
|
@@ -6961,95 +6961,95 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6961
6961
|
flex-shrink:0;
|
|
6962
6962
|
justify-content:center;
|
|
6963
6963
|
}
|
|
6964
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6964
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef .bp_select_menu_grid_option_module_iconContainer--size-default--b81ef{
|
|
6965
6965
|
height:var(--size-8);
|
|
6966
6966
|
width:var(--size-8);
|
|
6967
6967
|
}
|
|
6968
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6968
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef .bp_select_menu_grid_option_module_iconContainer--size-large--b81ef{
|
|
6969
6969
|
height:var(--size-10);
|
|
6970
6970
|
width:var(--size-10);
|
|
6971
6971
|
}
|
|
6972
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6972
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef .bp_select_menu_grid_option_module_iconContainer--default--b81ef{
|
|
6973
6973
|
--icon-background:var(--surface-surface-tertiary);
|
|
6974
6974
|
--icon-background-dark:var(--surface-surface-quaternary);
|
|
6975
6975
|
}
|
|
6976
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6976
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef .bp_select_menu_grid_option_module_iconContainer--box--b81ef{
|
|
6977
6977
|
--icon-background:var(--brand-box-tertiary);
|
|
6978
6978
|
--icon-background-dark:var(--brand-box-secondary);
|
|
6979
6979
|
}
|
|
6980
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6980
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef .bp_select_menu_grid_option_module_iconContainer--docgen--b81ef{
|
|
6981
6981
|
--icon-background:var(--brand-docgen-tertiary);
|
|
6982
6982
|
--icon-background-dark:var(--brand-docgen-secondary);
|
|
6983
6983
|
}
|
|
6984
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6984
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef .bp_select_menu_grid_option_module_iconContainer--forms--b81ef{
|
|
6985
6985
|
--icon-background:var(--brand-forms-tertiary);
|
|
6986
6986
|
--icon-background-dark:var(--brand-forms-secondary);
|
|
6987
6987
|
}
|
|
6988
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6988
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef .bp_select_menu_grid_option_module_iconContainer--sign--b81ef{
|
|
6989
6989
|
--icon-background:var(--brand-sign-tertiary);
|
|
6990
6990
|
--icon-background-dark:var(--brand-sign-secondary);
|
|
6991
6991
|
}
|
|
6992
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6992
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef:hover{
|
|
6993
6993
|
background:var(--surface-surface-secondary);
|
|
6994
6994
|
box-shadow:var(--dropshadow-2);
|
|
6995
6995
|
cursor:grab;
|
|
6996
6996
|
}
|
|
6997
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6997
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef.bp_select_menu_grid_option_module_active--b81ef,.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef.bp_select_menu_grid_option_module_dragging--b81ef,.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef:active{
|
|
6998
6998
|
background:var(--surface-surface-secondary);
|
|
6999
6999
|
box-shadow:var(--dropshadow-2);
|
|
7000
7000
|
}
|
|
7001
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7001
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef.bp_select_menu_grid_option_module_active--b81ef .bp_select_menu_grid_option_module_iconContainer--b81ef,.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef:active .bp_select_menu_grid_option_module_iconContainer--b81ef{
|
|
7002
7002
|
background-color:var(--icon-background);
|
|
7003
7003
|
}
|
|
7004
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7004
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef.bp_select_menu_grid_option_module_dragging--b81ef{
|
|
7005
7005
|
box-shadow:0 0 0 var(--border-1) var(--border-divider-border), var(--dropshadow-2);
|
|
7006
7006
|
}
|
|
7007
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7007
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef.bp_select_menu_grid_option_module_dragging--b81ef .bp_select_menu_grid_option_module_iconContainer--b81ef{
|
|
7008
7008
|
background-color:var(--icon-background-dark);
|
|
7009
7009
|
}
|
|
7010
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7010
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef.bp_select_menu_grid_option_module_dragging--b81ef:hover{
|
|
7011
7011
|
cursor:grabbing;
|
|
7012
7012
|
}
|
|
7013
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7013
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef:hover:not(.bp_select_menu_grid_option_module_disabled--b81ef) .bp_select_menu_grid_option_module_iconContainer--b81ef{
|
|
7014
7014
|
background-color:var(--icon-background-dark);
|
|
7015
7015
|
transition:background-color var(--animation-duration-2);
|
|
7016
7016
|
}
|
|
7017
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7017
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef[data-focus-visible]{
|
|
7018
7018
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
7019
7019
|
}
|
|
7020
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7020
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef[data-focus-visible]:active{
|
|
7021
7021
|
background:var(--surface-surface-secondary);
|
|
7022
7022
|
}
|
|
7023
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7023
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef:hover .bp_select_menu_grid_option_module_square--b81ef,.bp_select_menu_grid_option_module_optionButton--b81ef[data-focus-visible] .bp_select_menu_grid_option_module_square--b81ef{
|
|
7024
7024
|
background-color:var(--surface-cta-surface-outline-hover);
|
|
7025
7025
|
}
|
|
7026
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7026
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef:hover .bp_select_menu_grid_option_module_circle--b81ef,.bp_select_menu_grid_option_module_optionButton--b81ef[data-focus-visible] .bp_select_menu_grid_option_module_circle--b81ef{
|
|
7027
7027
|
background-color:var(--surface-option-grid-surface-hover);
|
|
7028
7028
|
}
|
|
7029
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7029
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_active--b81ef .bp_select_menu_grid_option_module_square--b81ef,.bp_select_menu_grid_option_module_optionButton--b81ef:active .bp_select_menu_grid_option_module_square--b81ef{
|
|
7030
7030
|
background-color:var(--surface-cta-surface-outline-pressed);
|
|
7031
7031
|
}
|
|
7032
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7032
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_active--b81ef .bp_select_menu_grid_option_module_circle--b81ef,.bp_select_menu_grid_option_module_optionButton--b81ef:active .bp_select_menu_grid_option_module_circle--b81ef{
|
|
7033
7033
|
border:var(--border-2) solid var(--circleColor);
|
|
7034
7034
|
}
|
|
7035
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7035
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_loading--b81ef,.bp_select_menu_grid_option_module_optionButton--b81ef:disabled{
|
|
7036
7036
|
cursor:default;
|
|
7037
7037
|
}
|
|
7038
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7038
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef[data-focus-visible] .bp_select_menu_grid_option_module_outlineHost--b81ef{
|
|
7039
7039
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
7040
7040
|
}
|
|
7041
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7041
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef[data-focus-visible] .bp_select_menu_grid_option_module_circle--b81ef{
|
|
7042
7042
|
border-color:var(--surface-option-grid-surface-hover);
|
|
7043
7043
|
}
|
|
7044
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7044
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef[data-focus-visible].bp_select_menu_grid_option_module_active--b81ef .bp_select_menu_grid_option_module_circle--b81ef,.bp_select_menu_grid_option_module_optionButton--b81ef[data-focus-visible]:active .bp_select_menu_grid_option_module_circle--b81ef{
|
|
7045
7045
|
border:var(--border-2) solid var(--circleColor);
|
|
7046
7046
|
box-shadow:0 0 0 var(--border-1) var(--gray-white), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
7047
7047
|
}
|
|
7048
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7048
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef:disabled:not(.bp_select_menu_grid_option_module_loading--b81ef){
|
|
7049
7049
|
opacity:.3;
|
|
7050
7050
|
}
|
|
7051
7051
|
|
|
7052
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
7052
|
+
.bp_tabs_module_hiddenWidthSetter--42942{
|
|
7053
7053
|
display:block;
|
|
7054
7054
|
font-family:var(--body-default-bold-font-family);
|
|
7055
7055
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -7063,11 +7063,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7063
7063
|
text-transform:var(--body-default-bold-text-case);
|
|
7064
7064
|
visibility:hidden;
|
|
7065
7065
|
}
|
|
7066
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
7066
|
+
.bp_tabs_module_hiddenWidthSetter--42942 > *{
|
|
7067
7067
|
visibility:hidden;
|
|
7068
7068
|
}
|
|
7069
7069
|
|
|
7070
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7070
|
+
.bp_tabs_module_contentSwitchTabList--42942[data-modern=false]{
|
|
7071
7071
|
--content-switch-tab-list-gap:var(--space-1);
|
|
7072
7072
|
--content-switch-tab-list-padding:var(--space-1);
|
|
7073
7073
|
--content-switch-tab-list-background:var(--surface-contentswitcher-surface);
|
|
@@ -7083,7 +7083,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7083
7083
|
--content-switch-tab-active-background:var(--surface-cta-surface-secondary-pressed);
|
|
7084
7084
|
}
|
|
7085
7085
|
|
|
7086
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7086
|
+
.bp_tabs_module_contentSwitchTabList--42942[data-modern=true]{
|
|
7087
7087
|
--content-switch-tab-list-gap:var(--bp-space-010);
|
|
7088
7088
|
--content-switch-tab-list-padding:var(--bp-space-010);
|
|
7089
7089
|
--content-switch-tab-list-background:var(--bp-gray-10);
|
|
@@ -7098,7 +7098,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7098
7098
|
--content-switch-tab-hover-background:var(--bp-gray-05);
|
|
7099
7099
|
}
|
|
7100
7100
|
|
|
7101
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7101
|
+
.bp_tabs_module_contentSwitchTabList--42942{
|
|
7102
7102
|
background:var(--content-switch-tab-list-background);
|
|
7103
7103
|
border-radius:var(--content-switch-tab-list-border-radius);
|
|
7104
7104
|
display:grid;
|
|
@@ -7109,7 +7109,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7109
7109
|
min-width:fit-content;
|
|
7110
7110
|
padding:var(--content-switch-tab-list-padding);
|
|
7111
7111
|
}
|
|
7112
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7112
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942{
|
|
7113
7113
|
align-items:center;
|
|
7114
7114
|
background:#0000;
|
|
7115
7115
|
border:none;
|
|
@@ -7130,7 +7130,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7130
7130
|
text-transform:var(--body-default-text-case);
|
|
7131
7131
|
white-space:nowrap;
|
|
7132
7132
|
}
|
|
7133
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7133
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942[aria-selected=true]{
|
|
7134
7134
|
background:var(--content-switch-tab-selected-background);
|
|
7135
7135
|
box-shadow:var(--content-switch-tab-selected-box-shadow);
|
|
7136
7136
|
color:var(--content-switch-tab-selected-color);
|
|
@@ -7143,44 +7143,44 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7143
7143
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
7144
7144
|
text-transform:var(--body-default-bold-text-case);
|
|
7145
7145
|
}
|
|
7146
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7146
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942:not([aria-disabled=true])[data-focus-visible]{
|
|
7147
7147
|
border-color:#0000;
|
|
7148
7148
|
box-shadow:var(--content-switch-tab-focus-box-shadow);
|
|
7149
7149
|
}
|
|
7150
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7150
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942:not([aria-disabled=true]):hover{
|
|
7151
7151
|
background:var(--content-switch-tab-hover-background);
|
|
7152
7152
|
}
|
|
7153
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7153
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942:not([aria-disabled=true]):active{
|
|
7154
7154
|
background:var(--content-switch-tab-active-background);
|
|
7155
7155
|
}
|
|
7156
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7156
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942[aria-disabled=true]{
|
|
7157
7157
|
opacity:.3;
|
|
7158
7158
|
pointer-events:none;
|
|
7159
7159
|
}
|
|
7160
7160
|
|
|
7161
|
-
.bp_tabs_module_tabsListContainer--
|
|
7161
|
+
.bp_tabs_module_tabsListContainer--42942{
|
|
7162
7162
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
7163
7163
|
overflow-y:hidden;
|
|
7164
7164
|
scroll-behavior:smooth;
|
|
7165
7165
|
}
|
|
7166
|
-
.bp_tabs_module_tabsListContainer--
|
|
7166
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942{
|
|
7167
7167
|
display:flex;
|
|
7168
7168
|
overflow-x:auto;
|
|
7169
7169
|
padding:calc(var(--border-3) + 1px);
|
|
7170
7170
|
}
|
|
7171
|
-
.bp_tabs_module_tabsListContainer--
|
|
7171
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tabSeparator--42942{
|
|
7172
7172
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
7173
7173
|
min-width:var(--space-4);
|
|
7174
7174
|
}
|
|
7175
|
-
.bp_tabs_module_tabsListContainer--
|
|
7175
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tabSeparator--42942:last-child{
|
|
7176
7176
|
display:none;
|
|
7177
7177
|
}
|
|
7178
7178
|
@media only screen and (max-width: 1023px){
|
|
7179
|
-
.bp_tabs_module_tabsListContainer--
|
|
7179
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tabSeparator--42942{
|
|
7180
7180
|
min-width:calc(var(--border-3) + 1px);
|
|
7181
7181
|
}
|
|
7182
7182
|
}
|
|
7183
|
-
.bp_tabs_module_tabsListContainer--
|
|
7183
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942{
|
|
7184
7184
|
background:var(--background-background);
|
|
7185
7185
|
border-style:none;
|
|
7186
7186
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -7201,7 +7201,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7201
7201
|
text-transform:var(--body-default-text-case);
|
|
7202
7202
|
z-index:2;
|
|
7203
7203
|
}
|
|
7204
|
-
.bp_tabs_module_tabsListContainer--
|
|
7204
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942[aria-selected=true]{
|
|
7205
7205
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
7206
7206
|
color:var(--text-cta-link);
|
|
7207
7207
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -7213,21 +7213,21 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7213
7213
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
7214
7214
|
text-transform:var(--body-default-bold-text-case);
|
|
7215
7215
|
}
|
|
7216
|
-
.bp_tabs_module_tabsListContainer--
|
|
7216
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942:hover{
|
|
7217
7217
|
background-color:var(--surface-tab-surface-hover);
|
|
7218
7218
|
color:var(--text-text-on-light-secondary-hover);
|
|
7219
7219
|
}
|
|
7220
|
-
.bp_tabs_module_tabsListContainer--
|
|
7220
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942:hover[aria-selected=true]{
|
|
7221
7221
|
color:var(--text-cta-link);
|
|
7222
7222
|
}
|
|
7223
|
-
.bp_tabs_module_tabsListContainer--
|
|
7223
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942:active{
|
|
7224
7224
|
background-color:var(--surface-tab-surface-pressed);
|
|
7225
7225
|
color:var(--text-text-on-light-secondary-hover);
|
|
7226
7226
|
}
|
|
7227
|
-
.bp_tabs_module_tabsListContainer--
|
|
7227
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942:active[aria-selected=true]{
|
|
7228
7228
|
color:var(--text-cta-link);
|
|
7229
7229
|
}
|
|
7230
|
-
.bp_tabs_module_tabsListContainer--
|
|
7230
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942:focus-visible,.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942[data-focus-visible]{
|
|
7231
7231
|
background-color:var(--surface-tab-surface-hover);
|
|
7232
7232
|
border-radius:var(--radius-05);
|
|
7233
7233
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -7235,14 +7235,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7235
7235
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
7236
7236
|
outline-offset:1px;
|
|
7237
7237
|
}
|
|
7238
|
-
.bp_tabs_module_tabsListContainer--
|
|
7238
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942[data-focus-visible][aria-selected=true]{
|
|
7239
7239
|
color:var(--text-cta-link);
|
|
7240
7240
|
}
|
|
7241
|
-
.bp_tabs_module_tabsListContainer--
|
|
7241
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942[aria-disabled=true]{
|
|
7242
7242
|
opacity:.5;
|
|
7243
7243
|
}
|
|
7244
7244
|
|
|
7245
|
-
.bp_radio_group_module_root--
|
|
7245
|
+
.bp_radio_group_module_root--ed12f{
|
|
7246
7246
|
display:flex;
|
|
7247
7247
|
flex-direction:column;
|
|
7248
7248
|
font-family:var(--body-default-font-family);
|
|
@@ -7256,31 +7256,31 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7256
7256
|
text-transform:var(--body-default-text-case);
|
|
7257
7257
|
}
|
|
7258
7258
|
|
|
7259
|
-
.bp_radio_group_module_horizontal--
|
|
7259
|
+
.bp_radio_group_module_horizontal--ed12f{
|
|
7260
7260
|
flex-direction:row;
|
|
7261
7261
|
gap:1.625rem;
|
|
7262
7262
|
}
|
|
7263
7263
|
|
|
7264
|
-
.bp_radio_group_module_radioOption--
|
|
7264
|
+
.bp_radio_group_module_radioOption--ed12f{
|
|
7265
7265
|
display:flex;
|
|
7266
7266
|
flex-direction:column;
|
|
7267
7267
|
}
|
|
7268
|
-
.bp_radio_group_module_radioOption--
|
|
7268
|
+
.bp_radio_group_module_radioOption--ed12f .bp_radio_group_module_label--ed12f{
|
|
7269
7269
|
align-items:flex-start;
|
|
7270
7270
|
cursor:pointer;
|
|
7271
7271
|
display:inline-flex;
|
|
7272
7272
|
gap:var(--size-3);
|
|
7273
7273
|
line-height:var(--body-default-line-height);
|
|
7274
7274
|
}
|
|
7275
|
-
.bp_radio_group_module_radioOption--
|
|
7275
|
+
.bp_radio_group_module_radioOption--ed12f .bp_radio_group_module_description--ed12f{
|
|
7276
7276
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
7277
7277
|
}
|
|
7278
|
-
.bp_radio_group_module_radioOption--
|
|
7278
|
+
.bp_radio_group_module_radioOption--ed12f.bp_radio_group_module_disabled--ed12f .bp_radio_group_module_label--ed12f,[role=radiogroup][data-disabled] .bp_radio_group_module_radioOption--ed12f .bp_radio_group_module_label--ed12f{
|
|
7279
7279
|
color:var(--text-text-on-light-secondary);
|
|
7280
7280
|
cursor:default;
|
|
7281
7281
|
}
|
|
7282
7282
|
|
|
7283
|
-
.bp_radio_group_module_radioButton--
|
|
7283
|
+
.bp_radio_group_module_radioButton--ed12f{
|
|
7284
7284
|
all:unset;
|
|
7285
7285
|
align-items:center;
|
|
7286
7286
|
background-color:var(--surface-radio-surface);
|
|
@@ -7294,33 +7294,33 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7294
7294
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
7295
7295
|
width:var(--size-4);
|
|
7296
7296
|
}
|
|
7297
|
-
.bp_radio_group_module_radioButton--
|
|
7297
|
+
.bp_radio_group_module_radioButton--ed12f .bp_radio_group_module_indicator--ed12f{
|
|
7298
7298
|
background-color:var(--surface-radio-surface-selected);
|
|
7299
7299
|
border-radius:50%;
|
|
7300
7300
|
height:var(--size-2);
|
|
7301
7301
|
transition:transform .1s;
|
|
7302
7302
|
width:var(--size-2);
|
|
7303
7303
|
}
|
|
7304
|
-
.bp_radio_group_module_radioButton--
|
|
7304
|
+
.bp_radio_group_module_radioButton--ed12f:focus-visible{
|
|
7305
7305
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
7306
7306
|
}
|
|
7307
|
-
.bp_radio_group_module_radioButton--
|
|
7307
|
+
.bp_radio_group_module_radioButton--ed12f[data-disabled]{
|
|
7308
7308
|
opacity:60%;
|
|
7309
7309
|
}
|
|
7310
|
-
.bp_radio_group_module_radioButton--
|
|
7310
|
+
.bp_radio_group_module_radioButton--ed12f[data-state=unchecked]{
|
|
7311
7311
|
background-color:var(--surface-radio-surface);
|
|
7312
7312
|
border:var(--border-2) solid var(--border-radio-border);
|
|
7313
7313
|
}
|
|
7314
|
-
.bp_radio_group_module_radioButton--
|
|
7314
|
+
.bp_radio_group_module_radioButton--ed12f[data-state=unchecked] .bp_radio_group_module_indicator--ed12f{
|
|
7315
7315
|
transform:scale(0);
|
|
7316
7316
|
}
|
|
7317
|
-
.bp_radio_group_module_radioButton--
|
|
7317
|
+
.bp_radio_group_module_radioButton--ed12f:not([data-disabled]):focus-visible,.bp_radio_group_module_radioButton--ed12f:not([data-disabled]):hover{
|
|
7318
7318
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
7319
7319
|
}
|
|
7320
|
-
.bp_radio_group_module_radioButton--
|
|
7320
|
+
.bp_radio_group_module_radioButton--ed12f:not([data-disabled]):focus-visible[data-state=checked],.bp_radio_group_module_radioButton--ed12f:not([data-disabled]):hover[data-state=checked]{
|
|
7321
7321
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
7322
7322
|
}
|
|
7323
|
-
.bp_radio_group_module_radioButton--
|
|
7323
|
+
.bp_radio_group_module_radioButton--ed12f:not([data-disabled]):focus-visible[data-state=checked] .bp_radio_group_module_indicator--ed12f,.bp_radio_group_module_radioButton--ed12f:not([data-disabled]):hover[data-state=checked] .bp_radio_group_module_indicator--ed12f{
|
|
7324
7324
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
7325
7325
|
}
|
|
7326
7326
|
.bp_radio_tiles_option_module_radioTileOption--36d8a{
|
|
@@ -7622,7 +7622,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7622
7622
|
transform:translateY(-50%);
|
|
7623
7623
|
}
|
|
7624
7624
|
|
|
7625
|
-
.bp_side_panel_module_content--
|
|
7625
|
+
.bp_side_panel_module_content--d37b8{
|
|
7626
7626
|
background-color:var(--gray-white);
|
|
7627
7627
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
7628
7628
|
display:flex;
|
|
@@ -7635,12 +7635,12 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7635
7635
|
overflow-y:auto;
|
|
7636
7636
|
}
|
|
7637
7637
|
@media (width > 374px){
|
|
7638
|
-
.bp_side_panel_module_content--
|
|
7638
|
+
.bp_side_panel_module_content--d37b8{
|
|
7639
7639
|
min-width:320px;
|
|
7640
7640
|
overflow:hidden;
|
|
7641
7641
|
}
|
|
7642
7642
|
}
|
|
7643
|
-
.bp_side_panel_module_content--
|
|
7643
|
+
.bp_side_panel_module_content--d37b8 .bp_side_panel_module_header--d37b8{
|
|
7644
7644
|
align-items:center;
|
|
7645
7645
|
background-color:var(--surface-surface);
|
|
7646
7646
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -7652,77 +7652,77 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7652
7652
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7653
7653
|
word-break:break-word;
|
|
7654
7654
|
}
|
|
7655
|
-
.bp_side_panel_module_content--
|
|
7655
|
+
.bp_side_panel_module_content--d37b8 .bp_side_panel_module_headerShadow--d37b8{
|
|
7656
7656
|
box-shadow:var(--dropshadow-3);
|
|
7657
7657
|
}
|
|
7658
7658
|
|
|
7659
|
-
.bp_side_panel_module_scrollableContainer--
|
|
7659
|
+
.bp_side_panel_module_scrollableContainer--d37b8{
|
|
7660
7660
|
flex-grow:1;
|
|
7661
7661
|
}
|
|
7662
7662
|
@media (width > 374px){
|
|
7663
|
-
.bp_side_panel_module_scrollableContainer--
|
|
7663
|
+
.bp_side_panel_module_scrollableContainer--d37b8{
|
|
7664
7664
|
overflow-y:auto;
|
|
7665
7665
|
}
|
|
7666
7666
|
}
|
|
7667
7667
|
|
|
7668
|
-
.bp_side_panel_module_persistentContent--
|
|
7668
|
+
.bp_side_panel_module_persistentContent--d37b8{
|
|
7669
7669
|
overflow:hidden;
|
|
7670
7670
|
position:relative;
|
|
7671
7671
|
}
|
|
7672
|
-
.bp_side_panel_module_persistentContent--
|
|
7672
|
+
.bp_side_panel_module_persistentContent--d37b8 .bp_side_panel_module_scrollableContainer--d37b8{
|
|
7673
7673
|
flex-grow:1;
|
|
7674
7674
|
overflow-y:auto;
|
|
7675
7675
|
}
|
|
7676
7676
|
|
|
7677
|
-
.bp_side_panel_module_contentAnimatedSlideIn--
|
|
7677
|
+
.bp_side_panel_module_contentAnimatedSlideIn--d37b8{
|
|
7678
7678
|
animation-duration:.2s;
|
|
7679
|
-
animation-name:bp_side_panel_module_slideIn--
|
|
7679
|
+
animation-name:bp_side_panel_module_slideIn--d37b8;
|
|
7680
7680
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7681
7681
|
}
|
|
7682
7682
|
|
|
7683
|
-
.bp_side_panel_module_contentAnimatedSlideOut--
|
|
7683
|
+
.bp_side_panel_module_contentAnimatedSlideOut--d37b8[data-state=closed]{
|
|
7684
7684
|
animation-duration:.2s;
|
|
7685
|
-
animation-name:bp_side_panel_module_slideOut--
|
|
7685
|
+
animation-name:bp_side_panel_module_slideOut--d37b8;
|
|
7686
7686
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7687
7687
|
}
|
|
7688
7688
|
|
|
7689
|
-
.bp_side_panel_module_contentNormal--
|
|
7689
|
+
.bp_side_panel_module_contentNormal--d37b8{
|
|
7690
7690
|
width:360px;
|
|
7691
7691
|
}
|
|
7692
7692
|
|
|
7693
|
-
.bp_side_panel_module_contentLarge--
|
|
7693
|
+
.bp_side_panel_module_contentLarge--d37b8{
|
|
7694
7694
|
width:420px;
|
|
7695
7695
|
}
|
|
7696
7696
|
|
|
7697
|
-
.bp_side_panel_module_dropShadowContent--
|
|
7697
|
+
.bp_side_panel_module_dropShadowContent--d37b8{
|
|
7698
7698
|
box-shadow:var(--dropshadow-3);
|
|
7699
7699
|
}
|
|
7700
7700
|
|
|
7701
|
-
.bp_side_panel_module_content--
|
|
7701
|
+
.bp_side_panel_module_content--d37b8 .bp_side_panel_module_close--d37b8{
|
|
7702
7702
|
color:var(--gray-65);
|
|
7703
7703
|
position:fixed;
|
|
7704
7704
|
right:var(--space-4);
|
|
7705
7705
|
top:var(--space-4);
|
|
7706
7706
|
}
|
|
7707
7707
|
@media (width > 374px){
|
|
7708
|
-
.bp_side_panel_module_content--
|
|
7708
|
+
.bp_side_panel_module_content--d37b8 .bp_side_panel_module_close--d37b8{
|
|
7709
7709
|
position:absolute;
|
|
7710
7710
|
top:var(--space-5);
|
|
7711
7711
|
}
|
|
7712
7712
|
}
|
|
7713
7713
|
|
|
7714
|
-
.bp_side_panel_module_overlayContent--
|
|
7714
|
+
.bp_side_panel_module_overlayContent--d37b8{
|
|
7715
7715
|
box-shadow:var(--dropshadow-3);
|
|
7716
7716
|
position:fixed;
|
|
7717
7717
|
right:0;
|
|
7718
7718
|
top:0;
|
|
7719
7719
|
z-index:300;
|
|
7720
7720
|
}
|
|
7721
|
-
.bp_side_panel_module_overlayContent--
|
|
7721
|
+
.bp_side_panel_module_overlayContent--d37b8 .bp_side_panel_module_header--d37b8{
|
|
7722
7722
|
padding:var(--space-5) var(--space-14) var(--space-5) var(--space-4);
|
|
7723
7723
|
}
|
|
7724
7724
|
|
|
7725
|
-
.bp_side_panel_module_overlay--
|
|
7725
|
+
.bp_side_panel_module_overlay--d37b8{
|
|
7726
7726
|
background-color:var(--overlay-sidepanel-overlay);
|
|
7727
7727
|
bottom:0;
|
|
7728
7728
|
display:flex;
|
|
@@ -7733,15 +7733,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7733
7733
|
top:0;
|
|
7734
7734
|
z-index:300;
|
|
7735
7735
|
}
|
|
7736
|
-
.bp_side_panel_module_overlay--
|
|
7736
|
+
.bp_side_panel_module_overlay--d37b8 .bp_side_panel_module_content--d37b8 .bp_side_panel_module_header--d37b8{
|
|
7737
7737
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
7738
7738
|
}
|
|
7739
7739
|
|
|
7740
|
-
.bp_side_panel_module_dropShadowOverlay--
|
|
7740
|
+
.bp_side_panel_module_dropShadowOverlay--d37b8{
|
|
7741
7741
|
background-color:initial;
|
|
7742
7742
|
}
|
|
7743
7743
|
|
|
7744
|
-
.bp_side_panel_module_footer--
|
|
7744
|
+
.bp_side_panel_module_footer--d37b8{
|
|
7745
7745
|
background-color:var(--surface-surface);
|
|
7746
7746
|
display:flex;
|
|
7747
7747
|
justify-content:flex-end;
|
|
@@ -7751,19 +7751,19 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7751
7751
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7752
7752
|
}
|
|
7753
7753
|
|
|
7754
|
-
.bp_side_panel_module_footerShadow--
|
|
7754
|
+
.bp_side_panel_module_footerShadow--d37b8{
|
|
7755
7755
|
box-shadow:var(--dropshadow-3-inverse);
|
|
7756
7756
|
}
|
|
7757
7757
|
|
|
7758
|
-
.bp_side_panel_module_footerButton--
|
|
7758
|
+
.bp_side_panel_module_footerButton--d37b8{
|
|
7759
7759
|
margin-inline-start:var(--space-2);
|
|
7760
7760
|
}
|
|
7761
7761
|
|
|
7762
|
-
.bp_side_panel_module_footerButton--
|
|
7762
|
+
.bp_side_panel_module_footerButton--d37b8 + .bp_side_panel_module_footerButton--d37b8{
|
|
7763
7763
|
margin-inline-start:var(--space-3);
|
|
7764
7764
|
}
|
|
7765
7765
|
|
|
7766
|
-
@keyframes bp_side_panel_module_slideIn--
|
|
7766
|
+
@keyframes bp_side_panel_module_slideIn--d37b8{
|
|
7767
7767
|
from{
|
|
7768
7768
|
inset-inline-end:-100%;
|
|
7769
7769
|
}
|
|
@@ -7771,7 +7771,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7771
7771
|
inset-inline-end:0;
|
|
7772
7772
|
}
|
|
7773
7773
|
}
|
|
7774
|
-
@keyframes bp_side_panel_module_slideOut--
|
|
7774
|
+
@keyframes bp_side_panel_module_slideOut--d37b8{
|
|
7775
7775
|
from{
|
|
7776
7776
|
inset-inline-end:0;
|
|
7777
7777
|
}
|
|
@@ -7857,7 +7857,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7857
7857
|
width:fit-content;
|
|
7858
7858
|
}
|
|
7859
7859
|
|
|
7860
|
-
.bp_trigger_button_module_triggerButton--
|
|
7860
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=false].bp_trigger_button_module_secondary--af4dd{
|
|
7861
7861
|
--trigger-button-background:var(--surface-dropdown-secondary-surface);
|
|
7862
7862
|
--trigger-button-border:var(--border-1) solid var(--border-cta-border-secondary);
|
|
7863
7863
|
--trigger-button-focus-or-hover-background:var(--surface-dropdown-secondary-surface-hover);
|
|
@@ -7865,23 +7865,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7865
7865
|
--trigger-button-active-background:var(--surface-dropdown-secondary-surface-pressed);
|
|
7866
7866
|
--trigger-button-active-border:var(--border-1) solid var(--border-cta-border-secondary);
|
|
7867
7867
|
}
|
|
7868
|
-
.bp_trigger_button_module_triggerButton--
|
|
7868
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=false].bp_trigger_button_module_tertiary--af4dd{
|
|
7869
7869
|
--trigger-button-focus-or-hover-background:var(--surface-dropdown-primary-surface-hover);
|
|
7870
7870
|
--trigger-button-active-background:var(--surface-dropdown-primary-surface-pressed);
|
|
7871
7871
|
}
|
|
7872
|
-
.bp_trigger_button_module_triggerButton--
|
|
7872
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=false].bp_trigger_button_module_extraSmall--af4dd{
|
|
7873
7873
|
--button-xsmall-gap:var(--space-1);
|
|
7874
7874
|
--button-xsmall-height:var(--size-6);
|
|
7875
7875
|
--button-xsmall-padding:0.375rem var(--space-1);
|
|
7876
7876
|
}
|
|
7877
|
-
.bp_trigger_button_module_triggerButton--
|
|
7877
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=false].bp_trigger_button_module_small--af4dd{
|
|
7878
7878
|
--button-small-padding:0.375rem var(--space-2);
|
|
7879
7879
|
}
|
|
7880
|
-
.bp_trigger_button_module_triggerButton--
|
|
7880
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=false].bp_trigger_button_module_large--af4dd{
|
|
7881
7881
|
--button-large-padding:0.375rem var(--space-3) 0.375rem var(--space-2);
|
|
7882
7882
|
}
|
|
7883
7883
|
|
|
7884
|
-
.bp_trigger_button_module_triggerButton--
|
|
7884
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=true].bp_trigger_button_module_secondary--af4dd{
|
|
7885
7885
|
--trigger-button-background:var(--bp-surface-dropdown-surface-secondary);
|
|
7886
7886
|
--trigger-button-border:var(--bp-border-01) solid var(--bp-border-dropdown-secondary-border);
|
|
7887
7887
|
--trigger-button-focus-or-hover-background:var(--bp-surface-dropdown-secondary-surface-hover);
|
|
@@ -7889,53 +7889,53 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7889
7889
|
--trigger-button-active-background:var(--bp-surface-dropdown-secondary-surface-pressed);
|
|
7890
7890
|
--trigger-button-active-border:var(--bp-border-01) solid var(--bp-border-dropdown-secondary-border);
|
|
7891
7891
|
}
|
|
7892
|
-
.bp_trigger_button_module_triggerButton--
|
|
7892
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=true].bp_trigger_button_module_tertiary--af4dd{
|
|
7893
7893
|
--trigger-button-focus-or-hover-background:var(--bp-surface-dropdown-tertiary-surface-hover);
|
|
7894
7894
|
--trigger-button-active-background:var(--bp-surface-dropdown-secondary-surface-pressed);
|
|
7895
7895
|
}
|
|
7896
|
-
.bp_trigger_button_module_triggerButton--
|
|
7896
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=true].bp_trigger_button_module_extraSmall--af4dd{
|
|
7897
7897
|
--button-xsmall-gap:var(--bp-space-010);
|
|
7898
7898
|
--button-xsmall-height:var(--bp-size-060);
|
|
7899
7899
|
--button-xsmall-padding:0.375rem var(--bp-space-010);
|
|
7900
7900
|
}
|
|
7901
|
-
.bp_trigger_button_module_triggerButton--
|
|
7901
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=true].bp_trigger_button_module_small--af4dd{
|
|
7902
7902
|
--button-small-padding:0.375rem var(--bp-space-020);
|
|
7903
7903
|
}
|
|
7904
|
-
.bp_trigger_button_module_triggerButton--
|
|
7904
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=true].bp_trigger_button_module_large--af4dd{
|
|
7905
7905
|
--button-large-padding:0.375rem var(--bp-space-030) 0.375rem var(--bp-space-020);
|
|
7906
7906
|
}
|
|
7907
7907
|
|
|
7908
|
-
.bp_trigger_button_module_triggerButton--
|
|
7908
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_secondary--af4dd{
|
|
7909
7909
|
background:var(--trigger-button-background);
|
|
7910
7910
|
border:var(--trigger-button-border);
|
|
7911
7911
|
}
|
|
7912
|
-
.bp_trigger_button_module_triggerButton--
|
|
7912
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_secondary--af4dd:not(:disabled):hover,.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_secondary--af4dd:not(:disabled)[data-focus-visible]{
|
|
7913
7913
|
background:var(--trigger-button-focus-or-hover-background);
|
|
7914
7914
|
border:var(--trigger-button-focus-or-hover-border);
|
|
7915
7915
|
}
|
|
7916
|
-
.bp_trigger_button_module_triggerButton--
|
|
7916
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_secondary--af4dd:not(:disabled):active{
|
|
7917
7917
|
background:var(--trigger-button-active-background);
|
|
7918
7918
|
border:var(--trigger-button-active-border);
|
|
7919
7919
|
}
|
|
7920
|
-
.bp_trigger_button_module_triggerButton--
|
|
7920
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_tertiary--af4dd{
|
|
7921
7921
|
background:var(--trigger-button-background);
|
|
7922
7922
|
border:var(--trigger-button-border);
|
|
7923
7923
|
}
|
|
7924
|
-
.bp_trigger_button_module_triggerButton--
|
|
7924
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_tertiary--af4dd:not(:disabled):hover,.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_tertiary--af4dd:not(:disabled)[data-focus-visible]{
|
|
7925
7925
|
background:var(--trigger-button-focus-or-hover-background);
|
|
7926
7926
|
}
|
|
7927
|
-
.bp_trigger_button_module_triggerButton--
|
|
7927
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_tertiary--af4dd:not(:disabled):active{
|
|
7928
7928
|
background:var(--trigger-button-active-background);
|
|
7929
7929
|
}
|
|
7930
|
-
.bp_trigger_button_module_triggerButton--
|
|
7930
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_extraSmall--af4dd{
|
|
7931
7931
|
gap:var(--button-xsmall-gap);
|
|
7932
7932
|
height:var(--button-xsmall-height);
|
|
7933
7933
|
padding:var(--button-xsmall-padding);
|
|
7934
7934
|
}
|
|
7935
|
-
.bp_trigger_button_module_triggerButton--
|
|
7935
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_small--af4dd{
|
|
7936
7936
|
padding:var(--button-small-padding);
|
|
7937
7937
|
}
|
|
7938
|
-
.bp_trigger_button_module_triggerButton--
|
|
7938
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_large--af4dd{
|
|
7939
7939
|
padding:var(--button-large-padding);
|
|
7940
7940
|
}
|
|
7941
7941
|
.bp_styles_module_splitButton--f7401[data-modern=false]{
|
|
@@ -8010,7 +8010,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8010
8010
|
min-width:var(--split-button-dropdown-min-width);
|
|
8011
8011
|
}
|
|
8012
8012
|
|
|
8013
|
-
.bp_switch_module_option--
|
|
8013
|
+
.bp_switch_module_option--62162[data-modern=false]{
|
|
8014
8014
|
--switch-width:var(--size-10);
|
|
8015
8015
|
--switch-height:var(--size-5);
|
|
8016
8016
|
--switch-margin-left:var(--space-10);
|
|
@@ -8034,7 +8034,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8034
8034
|
--switch-disabled-opacity:.5;
|
|
8035
8035
|
}
|
|
8036
8036
|
|
|
8037
|
-
.bp_switch_module_option--
|
|
8037
|
+
.bp_switch_module_option--62162[data-modern=true]{
|
|
8038
8038
|
--switch-width:var(--bp-size-110);
|
|
8039
8039
|
--switch-height:var(--bp-size-060);
|
|
8040
8040
|
--switch-margin-left:var(--bp-space-100);
|
|
@@ -8058,7 +8058,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8058
8058
|
--switch-disabled-opacity:.6;
|
|
8059
8059
|
}
|
|
8060
8060
|
|
|
8061
|
-
.bp_switch_module_option--
|
|
8061
|
+
.bp_switch_module_option--62162{
|
|
8062
8062
|
display:flex;
|
|
8063
8063
|
flex-direction:column;
|
|
8064
8064
|
font-family:var(--body-default-font-family);
|
|
@@ -8070,29 +8070,29 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8070
8070
|
text-decoration:var(--body-default-text-decoration);
|
|
8071
8071
|
text-transform:var(--body-default-text-case);
|
|
8072
8072
|
}
|
|
8073
|
-
.bp_switch_module_option--
|
|
8073
|
+
.bp_switch_module_option--62162 .bp_switch_module_label--62162{
|
|
8074
8074
|
cursor:pointer;
|
|
8075
8075
|
display:inline-flex;
|
|
8076
8076
|
flex-direction:row;
|
|
8077
8077
|
width:-moz-fit-content;
|
|
8078
8078
|
width:fit-content;
|
|
8079
8079
|
}
|
|
8080
|
-
.bp_switch_module_option--
|
|
8080
|
+
.bp_switch_module_option--62162 .bp_switch_module_label--62162.bp_switch_module_rightAlign--62162{
|
|
8081
8081
|
flex-direction:row-reverse;
|
|
8082
8082
|
justify-content:space-between;
|
|
8083
8083
|
width:unset;
|
|
8084
8084
|
}
|
|
8085
|
-
.bp_switch_module_option--
|
|
8085
|
+
.bp_switch_module_option--62162 .bp_switch_module_label--62162:has(.bp_switch_module_switch--62162:disabled){
|
|
8086
8086
|
cursor:default;
|
|
8087
8087
|
}
|
|
8088
|
-
.bp_switch_module_option--
|
|
8088
|
+
.bp_switch_module_option--62162 .bp_switch_module_description--62162{
|
|
8089
8089
|
margin-left:var(--description-margin);
|
|
8090
8090
|
}
|
|
8091
|
-
.bp_switch_module_option--
|
|
8091
|
+
.bp_switch_module_option--62162 .bp_switch_module_description--62162.bp_switch_module_rightAlign--62162{
|
|
8092
8092
|
margin-left:unset;
|
|
8093
8093
|
margin-right:var(--description-margin);
|
|
8094
8094
|
}
|
|
8095
|
-
.bp_switch_module_option--
|
|
8095
|
+
.bp_switch_module_option--62162 .bp_switch_module_thumb--62162{
|
|
8096
8096
|
background-color:var(--thumb-bg);
|
|
8097
8097
|
border:var(--thumb-border-off);
|
|
8098
8098
|
border-radius:var(--thumb-radius);
|
|
@@ -8104,7 +8104,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8104
8104
|
width:var(--thumb-width);
|
|
8105
8105
|
will-change:transform;
|
|
8106
8106
|
}
|
|
8107
|
-
.bp_switch_module_option--
|
|
8107
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162{
|
|
8108
8108
|
all:unset;
|
|
8109
8109
|
align-items:center;
|
|
8110
8110
|
background-color:var(--switch-bg-off);
|
|
@@ -8118,48 +8118,48 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8118
8118
|
width:var(--switch-width);
|
|
8119
8119
|
will-change:transition;
|
|
8120
8120
|
}
|
|
8121
|
-
.bp_switch_module_option--
|
|
8121
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162:disabled{
|
|
8122
8122
|
opacity:var(--switch-disabled-opacity);
|
|
8123
8123
|
}
|
|
8124
|
-
.bp_switch_module_option--
|
|
8124
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162.bp_switch_module_rightAlign--62162{
|
|
8125
8125
|
margin-left:var(--switch-margin-left);
|
|
8126
8126
|
margin-right:unset;
|
|
8127
8127
|
}
|
|
8128
|
-
.bp_switch_module_option--
|
|
8128
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162:focus-visible{
|
|
8129
8129
|
background-color:var(--switch-bg-off-hover);
|
|
8130
8130
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--switch-outline);
|
|
8131
8131
|
}
|
|
8132
|
-
.bp_switch_module_option--
|
|
8132
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162:focus-visible .bp_switch_module_thumb--62162{
|
|
8133
8133
|
border:var(--thumb-border-off-hover);
|
|
8134
8134
|
}
|
|
8135
|
-
.bp_switch_module_option--
|
|
8135
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162:hover:not(:disabled){
|
|
8136
8136
|
background-color:var(--switch-bg-off-hover);
|
|
8137
8137
|
}
|
|
8138
|
-
.bp_switch_module_option--
|
|
8138
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162:hover:not(:disabled) .bp_switch_module_thumb--62162{
|
|
8139
8139
|
border:var(--thumb-border-off-hover);
|
|
8140
8140
|
}
|
|
8141
|
-
.bp_switch_module_option--
|
|
8141
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true]{
|
|
8142
8142
|
background-color:var(--switch-bg-on);
|
|
8143
8143
|
}
|
|
8144
|
-
.bp_switch_module_option--
|
|
8144
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true] .bp_switch_module_thumb--62162{
|
|
8145
8145
|
border:var(--thumb-border-on);
|
|
8146
8146
|
transform:translateX(calc(var(--switch-width) - var(--thumb-width)));
|
|
8147
8147
|
}
|
|
8148
|
-
.bp_switch_module_option--
|
|
8148
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true]:focus-visible{
|
|
8149
8149
|
background-color:var(--switch-bg-on-hover);
|
|
8150
8150
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--switch-outline);
|
|
8151
8151
|
}
|
|
8152
|
-
.bp_switch_module_option--
|
|
8152
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true]:focus-visible .bp_switch_module_thumb--62162{
|
|
8153
8153
|
border:var(--thumb-border-on-hover);
|
|
8154
8154
|
}
|
|
8155
|
-
.bp_switch_module_option--
|
|
8155
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true]:hover:not(:disabled){
|
|
8156
8156
|
background-color:var(--switch-bg-on-hover);
|
|
8157
8157
|
}
|
|
8158
|
-
.bp_switch_module_option--
|
|
8158
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true]:hover:not(:disabled) .bp_switch_module_thumb--62162{
|
|
8159
8159
|
border:var(--thumb-border-on-hover);
|
|
8160
8160
|
}
|
|
8161
8161
|
|
|
8162
|
-
.bp_text_button_module_textButton--
|
|
8162
|
+
.bp_text_button_module_textButton--7f418[data-modern=false]{
|
|
8163
8163
|
--text-button-text-color:var(--text-cta-link);
|
|
8164
8164
|
--text-button-radius:calc(var(--radius-1)/2);
|
|
8165
8165
|
--text-button-padding:0;
|
|
@@ -8170,15 +8170,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8170
8170
|
--text-button-focus-box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
8171
8171
|
--text-button-text-color-active:var(--text-cta-link-pressed);
|
|
8172
8172
|
}
|
|
8173
|
-
.bp_text_button_module_textButton--
|
|
8173
|
+
.bp_text_button_module_textButton--7f418[data-modern=false].bp_text_button_module_isFontInherited--7f418{
|
|
8174
8174
|
--text-button-radius-font-inherited:0.125em;
|
|
8175
8175
|
--text-button-outline:var(--outline-focus-on-light);
|
|
8176
8176
|
}
|
|
8177
|
-
.bp_text_button_module_textButton--
|
|
8177
|
+
.bp_text_button_module_textButton--7f418[data-modern=false].bp_text_button_module_isIconButton--7f418{
|
|
8178
8178
|
--text-button-gap:var(--space-1);
|
|
8179
8179
|
}
|
|
8180
8180
|
|
|
8181
|
-
.bp_text_button_module_textButton--
|
|
8181
|
+
.bp_text_button_module_textButton--7f418[data-modern=true]{
|
|
8182
8182
|
--text-button-text-color:var(--bp-text-cta-link);
|
|
8183
8183
|
--text-button-radius:var(--bp-radius-04);
|
|
8184
8184
|
--text-button-padding:0 var(--bp-space-010);
|
|
@@ -8189,15 +8189,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8189
8189
|
--text-button-focus-box-shadow:0 0 0 var(--bp-border-02) var(--bp-outline-focus-on-light);
|
|
8190
8190
|
--text-button-text-color-active:var(--bp-text-cta-link-pressed);
|
|
8191
8191
|
}
|
|
8192
|
-
.bp_text_button_module_textButton--
|
|
8192
|
+
.bp_text_button_module_textButton--7f418[data-modern=true].bp_text_button_module_isFontInherited--7f418{
|
|
8193
8193
|
--text-button-radius-font-inherited:0.375em;
|
|
8194
8194
|
--text-button-outline:var(--bp-outline-focus-on-light);
|
|
8195
8195
|
}
|
|
8196
|
-
.bp_text_button_module_textButton--
|
|
8196
|
+
.bp_text_button_module_textButton--7f418[data-modern=true].bp_text_button_module_isIconButton--7f418{
|
|
8197
8197
|
--text-button-gap:var(--bp-space-010);
|
|
8198
8198
|
}
|
|
8199
8199
|
|
|
8200
|
-
.bp_text_button_module_textButton--
|
|
8200
|
+
.bp_text_button_module_textButton--7f418{
|
|
8201
8201
|
align-items:center;
|
|
8202
8202
|
background:#0000;
|
|
8203
8203
|
border:none;
|
|
@@ -8218,54 +8218,54 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8218
8218
|
-webkit-user-select:text;
|
|
8219
8219
|
user-select:text;
|
|
8220
8220
|
}
|
|
8221
|
-
.bp_text_button_module_textButton--
|
|
8221
|
+
.bp_text_button_module_textButton--7f418.bp_text_button_module_isFontInherited--7f418{
|
|
8222
8222
|
border-radius:var(--text-button-radius-font-inherited);
|
|
8223
8223
|
font:inherit;
|
|
8224
8224
|
}
|
|
8225
|
-
.bp_text_button_module_textButton--
|
|
8225
|
+
.bp_text_button_module_textButton--7f418.bp_text_button_module_isFontInherited--7f418.bp_text_button_module_isIconButton--7f418{
|
|
8226
8226
|
gap:.25em;
|
|
8227
8227
|
}
|
|
8228
|
-
.bp_text_button_module_textButton--
|
|
8228
|
+
.bp_text_button_module_textButton--7f418.bp_text_button_module_isFontInherited--7f418:not(:disabled)[data-focus-visible]{
|
|
8229
8229
|
box-shadow:0 0 0 .125em var(--text-button-outline);
|
|
8230
8230
|
}
|
|
8231
|
-
.bp_text_button_module_textButton--
|
|
8231
|
+
.bp_text_button_module_textButton--7f418 .bp_text_button_module_scaleLoader--7f418 div{
|
|
8232
8232
|
border-radius:var(--text-button-scale-loader-border-radius);
|
|
8233
8233
|
height:var(--text-button-scale-loader-height);
|
|
8234
8234
|
width:var(--text-button-scale-loader-width);
|
|
8235
8235
|
}
|
|
8236
|
-
.bp_text_button_module_textButton--
|
|
8236
|
+
.bp_text_button_module_textButton--7f418 .bp_text_button_module_icon--7f418{
|
|
8237
8237
|
align-items:center;
|
|
8238
8238
|
display:flex;
|
|
8239
8239
|
}
|
|
8240
|
-
.bp_text_button_module_textButton--
|
|
8240
|
+
.bp_text_button_module_textButton--7f418 .bp_text_button_module_hideTextContent--7f418{
|
|
8241
8241
|
visibility:hidden;
|
|
8242
8242
|
}
|
|
8243
|
-
.bp_text_button_module_textButton--
|
|
8243
|
+
.bp_text_button_module_textButton--7f418.bp_text_button_module_isIconButton--7f418{
|
|
8244
8244
|
gap:var(--text-button-gap);
|
|
8245
8245
|
}
|
|
8246
|
-
.bp_text_button_module_textButton--
|
|
8246
|
+
.bp_text_button_module_textButton--7f418.bp_text_button_module_visuallyHidden--7f418{
|
|
8247
8247
|
color:#0000;
|
|
8248
8248
|
pointer-events:none;
|
|
8249
8249
|
position:relative;
|
|
8250
8250
|
}
|
|
8251
|
-
.bp_text_button_module_textButton--
|
|
8251
|
+
.bp_text_button_module_textButton--7f418:disabled{
|
|
8252
8252
|
opacity:.3;
|
|
8253
8253
|
}
|
|
8254
|
-
.bp_text_button_module_textButton--
|
|
8254
|
+
.bp_text_button_module_textButton--7f418:not(:disabled):hover,.bp_text_button_module_textButton--7f418:not(:disabled)[data-focus-visible]{
|
|
8255
8255
|
color:var(--text-button-text-color-hover);
|
|
8256
8256
|
}
|
|
8257
|
-
.bp_text_button_module_textButton--
|
|
8257
|
+
.bp_text_button_module_textButton--7f418:not(:disabled)[data-focus-visible]{
|
|
8258
8258
|
box-shadow:var(--text-button-focus-box-shadow);
|
|
8259
8259
|
}
|
|
8260
|
-
.bp_text_button_module_textButton--
|
|
8260
|
+
.bp_text_button_module_textButton--7f418:not(:disabled):active{
|
|
8261
8261
|
color:var(--text-button-text-color-active);
|
|
8262
8262
|
}
|
|
8263
8263
|
|
|
8264
|
-
.bp_text_input_module_textInput--
|
|
8264
|
+
.bp_text_input_module_textInput--4df95.bp_text_input_module_textInput--4df95.bp_text_input_module_textInput--4df95 input:has(+ .bp_text_input_module_iconEnd--4df95){
|
|
8265
8265
|
padding-inline-end:1.875rem;
|
|
8266
8266
|
}
|
|
8267
8267
|
|
|
8268
|
-
.bp_text_input_module_loadingIndicatorReset--
|
|
8268
|
+
.bp_text_input_module_loadingIndicatorReset--4df95 div{
|
|
8269
8269
|
position:static;
|
|
8270
8270
|
}
|
|
8271
8271
|
.bp_text_toggle_button_module_textToggleButton--b6cea[data-modern=false]{
|
|
@@ -8365,7 +8365,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8365
8365
|
border-color:var(--text-toggle-button-border-color-on-pressed);
|
|
8366
8366
|
}
|
|
8367
8367
|
|
|
8368
|
-
.bp_time_picker_module_timePicker--
|
|
8368
|
+
.bp_time_picker_module_timePicker--2b3f5{
|
|
8369
8369
|
--time-picker-padding-right:var(--space-4);
|
|
8370
8370
|
--time-picker-border-width:var(--border-2);
|
|
8371
8371
|
--time-picker-focused-border-color:var(--outline-focus-on-light);
|
|
@@ -8374,13 +8374,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8374
8374
|
--time-picker-icon-size:var(--size-4);
|
|
8375
8375
|
width:100%;
|
|
8376
8376
|
}
|
|
8377
|
-
.bp_time_picker_module_timePicker--
|
|
8377
|
+
.bp_time_picker_module_timePicker--2b3f5.bp_time_picker_module_disabled--2b3f5{
|
|
8378
8378
|
opacity:60%;
|
|
8379
8379
|
pointer-events:none;
|
|
8380
8380
|
-webkit-user-select:none;
|
|
8381
8381
|
user-select:none;
|
|
8382
8382
|
}
|
|
8383
|
-
.bp_time_picker_module_timePicker--
|
|
8383
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_label--2b3f5{
|
|
8384
8384
|
cursor:default;
|
|
8385
8385
|
display:block;
|
|
8386
8386
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -8395,7 +8395,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8395
8395
|
width:-moz-fit-content;
|
|
8396
8396
|
width:fit-content;
|
|
8397
8397
|
}
|
|
8398
|
-
.bp_time_picker_module_timePicker--
|
|
8398
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_group--2b3f5{
|
|
8399
8399
|
align-items:center;
|
|
8400
8400
|
border-radius:var(--radius-2);
|
|
8401
8401
|
box-shadow:var(--innershadow-1);
|
|
@@ -8414,16 +8414,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8414
8414
|
text-transform:var(--body-default-text-case);
|
|
8415
8415
|
width:100%;
|
|
8416
8416
|
}
|
|
8417
|
-
.bp_time_picker_module_timePicker--
|
|
8417
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_group--2b3f5:focus-within{
|
|
8418
8418
|
outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
|
|
8419
8419
|
}
|
|
8420
|
-
.bp_time_picker_module_timePicker--
|
|
8420
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_group--2b3f5.bp_time_picker_module_error--2b3f5:not(:focus-within){
|
|
8421
8421
|
outline:var(--time-picker-border-width) solid var(--text-text-error-on-light);
|
|
8422
8422
|
}
|
|
8423
|
-
.bp_time_picker_module_timePicker--
|
|
8423
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_group--2b3f5.bp_time_picker_module_error--2b3f5:focus-within{
|
|
8424
8424
|
outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
|
|
8425
8425
|
}
|
|
8426
|
-
.bp_time_picker_module_timePicker--
|
|
8426
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInput--2b3f5{
|
|
8427
8427
|
align-items:center;
|
|
8428
8428
|
display:inline-flex;
|
|
8429
8429
|
height:var(--size-10);
|
|
@@ -8431,7 +8431,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8431
8431
|
text-transform:uppercase;
|
|
8432
8432
|
white-space:nowrap;
|
|
8433
8433
|
}
|
|
8434
|
-
.bp_time_picker_module_timePicker--
|
|
8434
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5{
|
|
8435
8435
|
border:unset;
|
|
8436
8436
|
border-radius:unset;
|
|
8437
8437
|
border-radius:var(--radius-1);
|
|
@@ -8443,26 +8443,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8443
8443
|
transition:unset;
|
|
8444
8444
|
width:unset;
|
|
8445
8445
|
}
|
|
8446
|
-
.bp_time_picker_module_timePicker--
|
|
8446
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5[data-placeholder]{
|
|
8447
8447
|
color:var(--text-text-on-light-secondary);
|
|
8448
8448
|
}
|
|
8449
|
-
.bp_time_picker_module_timePicker--
|
|
8449
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5[role=spinbutton]{
|
|
8450
8450
|
margin:0 var(--space-05);
|
|
8451
8451
|
padding:0 var(--space-1);
|
|
8452
8452
|
}
|
|
8453
|
-
.bp_time_picker_module_timePicker--
|
|
8453
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5:active,.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5:focus{
|
|
8454
8454
|
background:var(--box-blue-100);
|
|
8455
8455
|
caret-color:#0000;
|
|
8456
8456
|
color:var(--text-text-brand-on-color);
|
|
8457
8457
|
outline:none;
|
|
8458
8458
|
}
|
|
8459
|
-
.bp_time_picker_module_timePicker--
|
|
8459
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5:nth-child(1 of [role=spinbutton]){
|
|
8460
8460
|
margin-inline-start:0;
|
|
8461
8461
|
}
|
|
8462
|
-
.bp_time_picker_module_timePicker--
|
|
8462
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5[data-type=literal] + [data-type=dayPeriod]{
|
|
8463
8463
|
margin-inline-start:calc(var(--space-1)*-1);
|
|
8464
8464
|
}
|
|
8465
|
-
.bp_time_picker_module_timePicker--
|
|
8465
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5{
|
|
8466
8466
|
align-items:center;
|
|
8467
8467
|
background-color:initial;
|
|
8468
8468
|
border:none;
|
|
@@ -8477,32 +8477,32 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8477
8477
|
right:var(--clear-time-picker-button-right);
|
|
8478
8478
|
width:var(--time-picker-icon-button-size);
|
|
8479
8479
|
}
|
|
8480
|
-
.bp_time_picker_module_timePicker--
|
|
8480
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5:focus-visible,.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5[data-focus-visible]{
|
|
8481
8481
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
8482
8482
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
8483
8483
|
}
|
|
8484
|
-
.bp_time_picker_module_timePicker--
|
|
8484
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5:hover{
|
|
8485
8485
|
background:var(--surface-cta-surface-icon-hover);
|
|
8486
8486
|
}
|
|
8487
|
-
.bp_time_picker_module_timePicker--
|
|
8487
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5:hover *{
|
|
8488
8488
|
fill:var(--icon-cta-icon-hover);
|
|
8489
8489
|
}
|
|
8490
|
-
.bp_time_picker_module_timePicker--
|
|
8490
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5:active{
|
|
8491
8491
|
background:var(--surface-cta-surface-icon-pressed);
|
|
8492
8492
|
}
|
|
8493
|
-
.bp_time_picker_module_timePicker--
|
|
8493
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5:active *{
|
|
8494
8494
|
fill:var(--icon-cta-icon-pressed);
|
|
8495
8495
|
}
|
|
8496
|
-
.bp_time_picker_module_timePicker--
|
|
8496
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5:disabled{
|
|
8497
8497
|
opacity:1;
|
|
8498
8498
|
}
|
|
8499
|
-
.bp_time_picker_module_timePicker--
|
|
8499
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clockIcon--2b3f5{
|
|
8500
8500
|
height:var(--time-picker-icon-size);
|
|
8501
8501
|
position:absolute;
|
|
8502
8502
|
right:var(--time-picker-padding-right);
|
|
8503
8503
|
width:var(--time-picker-icon-size);
|
|
8504
8504
|
}
|
|
8505
|
-
.bp_time_picker_module_timePicker--
|
|
8505
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_inlineError--2b3f5{
|
|
8506
8506
|
margin-block-start:var(--space-2);
|
|
8507
8507
|
}
|
|
8508
8508
|
:root{
|
|
@@ -9305,23 +9305,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9305
9305
|
--bp-icon-icon-illustrator:#ff9400;
|
|
9306
9306
|
--bp-icon-icon-indesign:#ff57a1;
|
|
9307
9307
|
--bp-icon-icon-photoshop:#26c9ff;
|
|
9308
|
-
--bp-surface-badge-illustrator-surface:#051e25;
|
|
9309
|
-
--bp-surface-badge-indesign-surface:#131415;
|
|
9310
|
-
--bp-surface-badge-numbers-surface:#00a650;
|
|
9311
|
-
--bp-surface-badge-photoshop-surface:#131415;
|
|
9312
|
-
--bp-surface-badge-powerpoint-surface:#c43e1c;
|
|
9313
|
-
--bp-surface-badge-spreadsheet-surface:#3fb87f;
|
|
9314
9308
|
--bp-surface-badge-surface-docs:#4083f7;
|
|
9315
9309
|
--bp-surface-badge-surface-drawing:#009aed;
|
|
9316
9310
|
--bp-surface-badge-surface-excel:#107c41;
|
|
9311
|
+
--bp-surface-badge-surface-illustrator:#051e25;
|
|
9312
|
+
--bp-surface-badge-surface-indesign:#131415;
|
|
9317
9313
|
--bp-surface-badge-surface-keynote:#0a84ff;
|
|
9314
|
+
--bp-surface-badge-surface-numbers:#00a650;
|
|
9318
9315
|
--bp-surface-badge-surface-pages:#ff9500;
|
|
9319
9316
|
--bp-surface-badge-surface-pdf:#d0021b;
|
|
9317
|
+
--bp-surface-badge-surface-photoshop:#131415;
|
|
9318
|
+
--bp-surface-badge-surface-powerpoint:#c43e1c;
|
|
9320
9319
|
--bp-surface-badge-surface-sheets:#21a464;
|
|
9321
9320
|
--bp-surface-badge-surface-slides:#f7ba00;
|
|
9321
|
+
--bp-surface-badge-surface-spreadsheet:#3fb87f;
|
|
9322
9322
|
--bp-surface-badge-surface-video:#009aed;
|
|
9323
|
-
--bp-surface-badge-word
|
|
9323
|
+
--bp-surface-badge-surface-word:#185abd;
|
|
9324
9324
|
--bp-surface-cursor-cursor-on-light:#000;
|
|
9325
|
+
--bp-surface-toolbar-surface:#fff;
|
|
9325
9326
|
--bp-surface-surface-brand:#0061d5;
|
|
9326
9327
|
--bp-surface-surface-brand-busy:#0061d5;
|
|
9327
9328
|
--bp-surface-surface-brand-disabled:#0061d5;
|
|
@@ -9906,6 +9907,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9906
9907
|
--bp-border-filter-chip-border-multi-on:var(--bp-box-blue-40);
|
|
9907
9908
|
--bp-border-filter-chip-border-multi-on-hover:var(--bp-box-blue-40);
|
|
9908
9909
|
--bp-border-grid-thumbnail-border:var(--bp-gray-10);
|
|
9910
|
+
--bp-border-inline-table-border:var(--bp-gray-10);
|
|
9909
9911
|
--bp-border-input-border:var(--bp-gray-50);
|
|
9910
9912
|
--bp-border-input-border-error:var(--bp-watermelon-red-100);
|
|
9911
9913
|
--bp-border-input-border-error-focus:var(--bp-watermelon-red-100);
|
|
@@ -9952,6 +9954,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9952
9954
|
--bp-border-switch-border:var(--bp-gray-30);
|
|
9953
9955
|
--bp-border-switch-border-hover:var(--bp-gray-30);
|
|
9954
9956
|
--bp-border-tab-border:var(--bp-gray-10);
|
|
9957
|
+
--bp-border-tab-border-focus:var(--bp-gray-30);
|
|
9955
9958
|
--bp-border-tab-border-hover:var(--bp-gray-30);
|
|
9956
9959
|
--bp-border-tab-border-selected:var(--bp-box-blue-100);
|
|
9957
9960
|
--bp-border-tab-border-selected-focus:var(--bp-box-blue-100);
|
|
@@ -9966,6 +9969,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9966
9969
|
--bp-border-toggle-text-border-on:var(--bp-box-blue-40);
|
|
9967
9970
|
--bp-border-toggle-text-border-on-hover:var(--bp-box-blue-40);
|
|
9968
9971
|
--bp-border-toggle-text-border-on-pressed:var(--bp-box-blue-40);
|
|
9972
|
+
--bp-border-toolbar-border:var(--bp-gray-10);
|
|
9969
9973
|
--bp-border-tooltip-border-error:var(--bp-watermelon-red-50);
|
|
9970
9974
|
--bp-border-border-accordion-hover:var(--bp-gray-10);
|
|
9971
9975
|
--bp-icon-cta-icon:var(--bp-gray-65);
|
|
@@ -10001,8 +10005,8 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10001
10005
|
--bp-surface-accordion-surface-collapsed-hover:var(--bp-black-opacity-08);
|
|
10002
10006
|
--bp-surface-accordion-surface-expanded:var(--bp-gray-white);
|
|
10003
10007
|
--bp-surface-accordion-surface-expanded-hover:var(--bp-gray-white);
|
|
10004
|
-
--bp-surface-badge-presentation-surface:var(--bp-orange-110);
|
|
10005
10008
|
--bp-surface-badge-surface-admin:var(--bp-dark-blue-100);
|
|
10009
|
+
--bp-surface-badge-surface-alert:var(--bp-orange-110);
|
|
10006
10010
|
--bp-surface-badge-surface-annotation:var(--bp-yellorange-100);
|
|
10007
10011
|
--bp-surface-badge-surface-audio:var(--bp-purple-rain-100);
|
|
10008
10012
|
--bp-surface-badge-surface-bookmark:var(--bp-box-blue-100);
|
|
@@ -10018,22 +10022,25 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10018
10022
|
--bp-surface-badge-surface-external:var(--bp-gray-50);
|
|
10019
10023
|
--bp-surface-badge-surface-folderexternal:var(--bp-gray-65);
|
|
10020
10024
|
--bp-surface-badge-surface-foldershared:var(--bp-light-blue-100);
|
|
10025
|
+
--bp-surface-badge-surface-forward:var(--bp-orange-110);
|
|
10021
10026
|
--bp-surface-badge-surface-hubs:var(--bp-box-blue-100);
|
|
10022
10027
|
--bp-surface-badge-surface-image:var(--bp-green-light-120);
|
|
10028
|
+
--bp-surface-badge-surface-in-progress:var(--bp-light-blue-100);
|
|
10023
10029
|
--bp-surface-badge-surface-mention:var(--bp-light-blue-120);
|
|
10024
10030
|
--bp-surface-badge-surface-notification:var(--bp-watermelon-red-110);
|
|
10025
10031
|
--bp-surface-badge-surface-offline:var(--bp-green-light-100);
|
|
10026
10032
|
--bp-surface-badge-surface-online:var(--bp-green-light-120);
|
|
10027
10033
|
--bp-surface-badge-surface-pin:var(--bp-gray-10);
|
|
10034
|
+
--bp-surface-badge-surface-presentation:var(--bp-orange-110);
|
|
10028
10035
|
--bp-surface-badge-surface-progress:var(--bp-yellorange-100);
|
|
10029
10036
|
--bp-surface-badge-surface-rejected:var(--bp-watermelon-red-110);
|
|
10030
10037
|
--bp-surface-badge-surface-relay:var(--bp-light-blue-120);
|
|
10031
10038
|
--bp-surface-badge-surface-task:var(--bp-light-blue-100);
|
|
10032
10039
|
--bp-surface-badge-surface-taskapproval:var(--bp-light-blue-120);
|
|
10033
|
-
--bp-surface-badge-text
|
|
10034
|
-
--bp-surface-badge-three-d
|
|
10035
|
-
--bp-surface-badge-vector
|
|
10036
|
-
--bp-surface-badge-zip
|
|
10040
|
+
--bp-surface-badge-surface-text:var(--bp-box-blue-100);
|
|
10041
|
+
--bp-surface-badge-surface-three-d:var(--bp-orange-110);
|
|
10042
|
+
--bp-surface-badge-surface-vector:var(--bp-orange-110);
|
|
10043
|
+
--bp-surface-badge-surface-zip:var(--bp-gray-65);
|
|
10037
10044
|
--bp-surface-calendar-surface:var(--bp-gray-white);
|
|
10038
10045
|
--bp-surface-card-surface:var(--bp-white-opacity-70);
|
|
10039
10046
|
--bp-surface-card-surface-focus:var(--bp-box-blue-05);
|
|
@@ -10129,12 +10136,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10129
10136
|
--bp-surface-filter-chip-surface-single-on-hover:var(--bp-box-blue-100);
|
|
10130
10137
|
--bp-surface-ghost-surface:var(--bp-gray-02);
|
|
10131
10138
|
--bp-surface-ghost-surface-secondary:var(--bp-gray-05);
|
|
10139
|
+
--bp-surface-icon-button-surface:var(--bp-black-opacity-00);
|
|
10140
|
+
--bp-surface-icon-button-surface-hover:var(--bp-black-opacity-04);
|
|
10141
|
+
--bp-surface-icon-button-surface-pressed:var(--bp-black-opacity-08);
|
|
10132
10142
|
--bp-surface-illustration-surface-box:var(--bp-box-blue-100);
|
|
10133
10143
|
--bp-surface-illustration-surface-box-neutral:var(--bp-box-blue-100);
|
|
10134
10144
|
--bp-surface-inline-notice-surface-error:var(--bp-watermelon-red-10);
|
|
10135
10145
|
--bp-surface-inline-notice-surface-info:var(--bp-light-blue-10);
|
|
10136
10146
|
--bp-surface-inline-notice-surface-success:var(--bp-green-light-10);
|
|
10137
10147
|
--bp-surface-inline-notice-surface-warning:var(--bp-yellow-10);
|
|
10148
|
+
--bp-surface-inline-table-surface:var(--bp-gray-white);
|
|
10138
10149
|
--bp-surface-input-surface:var(--bp-gray-white);
|
|
10139
10150
|
--bp-surface-input-surface-error:var(--bp-gray-white);
|
|
10140
10151
|
--bp-surface-input-surface-error-focus:var(--bp-gray-white);
|
|
@@ -10189,6 +10200,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10189
10200
|
--bp-surface-search-surface-complete:var(--bp-gray-05);
|
|
10190
10201
|
--bp-surface-search-surface-hover:var(--bp-gray-02);
|
|
10191
10202
|
--bp-surface-select-surface:var(--bp-gray-white);
|
|
10203
|
+
--bp-surface-side-panel-surface:var(--bp-gray-02);
|
|
10192
10204
|
--bp-surface-slider-thumb-surface:var(--bp-box-blue-100);
|
|
10193
10205
|
--bp-surface-slider-thumb-surface-hover:var(--bp-light-blue-100);
|
|
10194
10206
|
--bp-surface-slider-track-surface:var(--bp-gray-65);
|
|
@@ -10232,8 +10244,8 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10232
10244
|
--bp-surface-switch-surface-off-hover:var(--bp-gray-30);
|
|
10233
10245
|
--bp-surface-switch-surface-on:var(--bp-box-blue-100);
|
|
10234
10246
|
--bp-surface-switch-surface-on-hover:var(--bp-light-blue-110);
|
|
10235
|
-
--bp-surface-tab-surface-hover:var(--bp-
|
|
10236
|
-
--bp-surface-tab-surface-pressed:var(--bp-
|
|
10247
|
+
--bp-surface-tab-surface-hover:var(--bp-black-opacity-00);
|
|
10248
|
+
--bp-surface-tab-surface-pressed:var(--bp-black-opacity-00);
|
|
10237
10249
|
--bp-surface-text-highlight-surface:var(--bp-yellow-20);
|
|
10238
10250
|
--bp-surface-toggle-surface:var(--bp-gray-white);
|
|
10239
10251
|
--bp-surface-toggle-surface-hover:var(--bp-gray-05);
|
|
@@ -10250,11 +10262,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10250
10262
|
--bp-surface-toggle-text-surface-on:var(--bp-box-blue-10);
|
|
10251
10263
|
--bp-surface-toggle-text-surface-on-hover:var(--bp-box-blue-20);
|
|
10252
10264
|
--bp-surface-toggle-text-surface-on-pressed:var(--bp-box-blue-30);
|
|
10253
|
-
--bp-surface-
|
|
10254
|
-
--bp-surface-tooltip-surface:var(--bp-
|
|
10255
|
-
--bp-surface-tooltip-surface-error:var(--bp-watermelon-red-opacity-20);
|
|
10265
|
+
--bp-surface-tooltip-surface:var(--bp-gray-100);
|
|
10266
|
+
--bp-surface-tooltip-surface-error:var(--bp-watermelon-red-30);
|
|
10256
10267
|
--bp-surface-upload-surface-brand-neutral:var(--bp-box-blue-100);
|
|
10257
10268
|
--bp-surface-surface:var(--bp-gray-white);
|
|
10269
|
+
--bp-surface-surface-avatar:var(--bp-black-opacity-04);
|
|
10258
10270
|
--bp-surface-surface-brand-secondary:var(--bp-box-blue-10);
|
|
10259
10271
|
--bp-surface-surface-hover:var(--bp-gray-05);
|
|
10260
10272
|
--bp-surface-surface-quaternary:var(--bp-gray-20);
|
|
@@ -10295,7 +10307,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10295
10307
|
--z-index-card-tooltip:2147483647;
|
|
10296
10308
|
}
|
|
10297
10309
|
|
|
10298
|
-
.bp_toolbar_module_toolbarRoot--
|
|
10310
|
+
.bp_toolbar_module_toolbarRoot--b3c70{
|
|
10299
10311
|
background:var(--surface-surface);
|
|
10300
10312
|
border:var(--border-1) solid var(--border-card-border);
|
|
10301
10313
|
border-radius:var(--radius-4);
|
|
@@ -10303,16 +10315,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10303
10315
|
padding:calc(var(--space-1) - var(--border-1));
|
|
10304
10316
|
}
|
|
10305
10317
|
|
|
10306
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
10318
|
+
.bp_toolbar_module_scrollButtonWrapper--b3c70,.bp_toolbar_module_toolbarRoot--b3c70{
|
|
10307
10319
|
align-items:center;
|
|
10308
10320
|
display:flex;
|
|
10309
10321
|
gap:var(--space-1);
|
|
10310
10322
|
}
|
|
10311
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
10323
|
+
.bp_toolbar_module_scrollButtonWrapper--b3c70.bp_toolbar_module_hidden--b3c70{
|
|
10312
10324
|
display:none;
|
|
10313
10325
|
}
|
|
10314
10326
|
|
|
10315
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10327
|
+
.bp_toolbar_module_scrollableChildrenWrapper--b3c70{
|
|
10316
10328
|
-ms-overflow-style:none;
|
|
10317
10329
|
align-items:center;
|
|
10318
10330
|
display:flex;
|
|
@@ -10325,26 +10337,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10325
10337
|
scrollbar-width:none;
|
|
10326
10338
|
white-space:nowrap;
|
|
10327
10339
|
}
|
|
10328
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10340
|
+
.bp_toolbar_module_scrollableChildrenWrapper--b3c70::-webkit-scrollbar{
|
|
10329
10341
|
display:none;
|
|
10330
10342
|
}
|
|
10331
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10343
|
+
.bp_toolbar_module_scrollableChildrenWrapper--b3c70 > *{
|
|
10332
10344
|
flex:none;
|
|
10333
10345
|
}
|
|
10334
10346
|
|
|
10335
|
-
.bp_toolbar_module_separator--
|
|
10347
|
+
.bp_toolbar_module_separator--b3c70{
|
|
10336
10348
|
background-color:var(--border-divider-border);
|
|
10337
10349
|
border-radius:var(--radius-2);
|
|
10338
10350
|
height:var(--size-6);
|
|
10339
10351
|
width:1px;
|
|
10340
10352
|
}
|
|
10341
10353
|
|
|
10342
|
-
.bp_toolbar_module_toggleGroup--
|
|
10354
|
+
.bp_toolbar_module_toggleGroup--b3c70{
|
|
10343
10355
|
display:flex;
|
|
10344
10356
|
gap:var(--space-1);
|
|
10345
10357
|
}
|
|
10346
10358
|
|
|
10347
|
-
.bp_toolbar_module_toolbarItem--
|
|
10359
|
+
.bp_toolbar_module_toolbarItem--b3c70{
|
|
10348
10360
|
--toolbar-item-hover-opacity:.3;
|
|
10349
10361
|
align-items:center;
|
|
10350
10362
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
@@ -10362,45 +10374,45 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10362
10374
|
-webkit-user-select:none;
|
|
10363
10375
|
user-select:none;
|
|
10364
10376
|
}
|
|
10365
|
-
.bp_toolbar_module_toolbarItem--
|
|
10377
|
+
.bp_toolbar_module_toolbarItem--b3c70[data-disabled]{
|
|
10366
10378
|
background:var(--surface-toggle-surface);
|
|
10367
10379
|
opacity:var(--toolbar-item-hover-opacity);
|
|
10368
10380
|
pointer-events:none;
|
|
10369
10381
|
}
|
|
10370
|
-
.bp_toolbar_module_toolbarItem--
|
|
10382
|
+
.bp_toolbar_module_toolbarItem--b3c70:not([data-disabled]):focus-visible{
|
|
10371
10383
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
10372
10384
|
}
|
|
10373
|
-
.bp_toolbar_module_toolbarItem--
|
|
10385
|
+
.bp_toolbar_module_toolbarItem--b3c70:not([data-disabled]):hover{
|
|
10374
10386
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
10375
10387
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
10376
10388
|
}
|
|
10377
10389
|
|
|
10378
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10390
|
+
.bp_toolbar_module_toolbarToggle--b3c70[data-state=on]{
|
|
10379
10391
|
background:var(--surface-toggle-surface-pressed);
|
|
10380
10392
|
}
|
|
10381
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10393
|
+
.bp_toolbar_module_toolbarToggle--b3c70[data-state=on] svg *{
|
|
10382
10394
|
fill:var(--icon-icon-on-dark);
|
|
10383
10395
|
}
|
|
10384
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10396
|
+
.bp_toolbar_module_toolbarToggle--b3c70[data-state=on]:not([data-disabled]):hover{
|
|
10385
10397
|
background:var(--surface-toggle-surface-on-hover);
|
|
10386
10398
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
10387
10399
|
}
|
|
10388
10400
|
|
|
10389
|
-
.bp_toolbar_module_dropdownIndicator--
|
|
10401
|
+
.bp_toolbar_module_dropdownIndicator--b3c70.bp_toolbar_module_invertCaret--b3c70{
|
|
10390
10402
|
transform:rotate(.5turn);
|
|
10391
10403
|
}
|
|
10392
10404
|
|
|
10393
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10405
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--b3c70{
|
|
10394
10406
|
--trigger-button-hover-opacity:.7;
|
|
10395
10407
|
}
|
|
10396
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10408
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--b3c70[data-state=on] .bp_toolbar_module_dropdownIndicator--b3c70 path{
|
|
10397
10409
|
fill:var(--icon-icon-on-light);
|
|
10398
10410
|
}
|
|
10399
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10411
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--b3c70[data-state=on]:hover{
|
|
10400
10412
|
opacity:var(--trigger-button-hover-opacity);
|
|
10401
10413
|
}
|
|
10402
10414
|
|
|
10403
|
-
.bp_toolbar_module_toolbarIcon--
|
|
10415
|
+
.bp_toolbar_module_toolbarIcon--b3c70{
|
|
10404
10416
|
align-items:center;
|
|
10405
10417
|
display:flex;
|
|
10406
10418
|
height:var(--size-5);
|
|
@@ -10408,7 +10420,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10408
10420
|
width:var(--size-5);
|
|
10409
10421
|
}
|
|
10410
10422
|
|
|
10411
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10423
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70{
|
|
10412
10424
|
border:var(--border-1) solid var(--border-toggletext-border-off);
|
|
10413
10425
|
color:var(--text-text-on-light);
|
|
10414
10426
|
font-family:var(--body-default-font-family);
|
|
@@ -10423,24 +10435,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10423
10435
|
text-transform:var(--body-default-text-case);
|
|
10424
10436
|
white-space:nowrap;
|
|
10425
10437
|
}
|
|
10426
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10438
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70:hover{
|
|
10427
10439
|
background:var(--surface-toggle-surface-off-hover);
|
|
10428
10440
|
border-color:var(--border-toggletext-border-off-hover);
|
|
10429
10441
|
}
|
|
10430
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10442
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70:active{
|
|
10431
10443
|
background:var(--surface-toggle-surface-off-pressed);
|
|
10432
10444
|
border-color:var(--border-toggletext-border-off-pressed);
|
|
10433
10445
|
}
|
|
10434
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10446
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70[aria-checked=true]{
|
|
10435
10447
|
background:var(--surface-toggletext-surface-on);
|
|
10436
10448
|
border:var(--border-1) solid var(--border-toggletext-border-on);
|
|
10437
10449
|
color:var(--text-toggletext-text);
|
|
10438
10450
|
}
|
|
10439
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10451
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70[aria-checked=true]:hover{
|
|
10440
10452
|
background:var(--surface-toggletext-surface-on-hover);
|
|
10441
10453
|
border-color:var(--border-toggletext-border-on-hover);
|
|
10442
10454
|
}
|
|
10443
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10455
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70[aria-checked=true]:active{
|
|
10444
10456
|
background:var(--surface-toggletext-surface-on-pressed);
|
|
10445
10457
|
border-color:var(--border-toggletext-border-on-pressed);
|
|
10446
10458
|
}
|