@box/blueprint-web 12.51.0 → 12.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib-esm/avatar/avatar.module.js +1 -1
- package/dist/lib-esm/badge/base-badge.module.js +1 -1
- package/dist/lib-esm/card-tooltip/card-tooltip.module.js +1 -1
- package/dist/lib-esm/card-tooltip-v2/card-tooltip-v2.module.js +1 -1
- package/dist/lib-esm/checkbox/checkbox.module.js +1 -1
- package/dist/lib-esm/combobox/combobox.module.js +1 -1
- package/dist/lib-esm/combobox-group/combobox-group.module.js +1 -1
- package/dist/lib-esm/content-card/content-card.module.js +1 -1
- package/dist/lib-esm/data-table/cell/sticky-cell.module.js +1 -1
- package/dist/lib-esm/data-table/data-table.module.js +1 -1
- package/dist/lib-esm/date-picker/date-picker.module.js +1 -1
- package/dist/lib-esm/empty-state/empty-state.module.js +1 -1
- package/dist/lib-esm/index.css +891 -796
- package/dist/lib-esm/input-chip/input-chip.js +9 -2
- package/dist/lib-esm/input-chip/input-chip.module.js +1 -1
- 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]{
|
|
@@ -1911,111 +1911,194 @@
|
|
|
1911
1911
|
.bp_chips_group_module_chipsGroup--61ede > [role=row]{
|
|
1912
1912
|
max-width:100%;
|
|
1913
1913
|
}
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
--
|
|
1917
|
-
--
|
|
1914
|
+
|
|
1915
|
+
.bp_input_chip_module_container--86f74[data-modern=false]{
|
|
1916
|
+
--input-chip-surface:var(--surface-inputchip-surface);
|
|
1917
|
+
--input-chip-surface-hover:var(--surface-inputchip-surface-hover);
|
|
1918
|
+
--input-chip-surface-error:var(--surface-inputchip-surface-error);
|
|
1919
|
+
--input-chip-surface-variable:var(--purple-rain-20);
|
|
1920
|
+
--input-chip-text:var(--text-text-on-light);
|
|
1921
|
+
--input-chip-text-variable:var(--purple-rain-120);
|
|
1922
|
+
--input-chip-delete-icon:var(--purple-rain-120);
|
|
1923
|
+
--input-chip-border-error:var(--border-inputchip-border-error);
|
|
1924
|
+
--input-chip-border-radius:var(--radius-half);
|
|
1925
|
+
--input-chip-height:var(--size-7);
|
|
1926
|
+
--input-chip-padding-inline:var(--space-1);
|
|
1927
|
+
--input-chip-padding-block:var(--space-05);
|
|
1928
|
+
--input-chip-padding-inline-avatar:var(--space-05);
|
|
1929
|
+
--input-chip-padding-inline-delete:var(--space-1) var(--space-05);
|
|
1930
|
+
--input-chip-label-padding-inline:var(--space-2);
|
|
1931
|
+
--input-chip-focus-ring-width:var(--border-2);
|
|
1932
|
+
--input-chip-focus-ring-color:var(--outline-focus-on-light);
|
|
1933
|
+
--input-chip-focus-ring-offset-width:var(--border-1);
|
|
1934
|
+
--input-chip-focus-ring-offset-color:var(--outline-focus-on-dark);
|
|
1935
|
+
--input-chip-error-focus-ring-width:var(--border-2);
|
|
1936
|
+
--input-chip-error-focus-ring-color:var(--outline-focus-on-light);
|
|
1937
|
+
--input-chip-error-focus-ring-offset-width:var(--border-2);
|
|
1938
|
+
--input-chip-error-focus-ring-offset-color:var(--outline-focus-on-dark);
|
|
1939
|
+
--input-chip-delete-surface:var(--surface-cta-surface-icon);
|
|
1940
|
+
--input-chip-delete-icon-color:var(--icon-cta-icon);
|
|
1941
|
+
--input-chip-delete-surface-hover:var(--surface-cta-surface-icon-hover);
|
|
1942
|
+
--input-chip-delete-icon-hover:var(--icon-cta-icon-hover);
|
|
1943
|
+
--input-chip-delete-surface-pressed:var(--surface-cta-surface-icon-pressed);
|
|
1944
|
+
--input-chip-delete-icon-pressed:var(--icon-cta-icon-pressed);
|
|
1945
|
+
--input-chip-delete-icon-border-radius:var(--radius-half);
|
|
1946
|
+
--input-chip-delete-padding-inline:var(--space-1);
|
|
1947
|
+
--input-chip-delete-padding-block:var(--space-1);
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
.bp_input_chip_module_container--86f74[data-modern=true]{
|
|
1951
|
+
--input-chip-surface:var(--bp-gray-10);
|
|
1952
|
+
--input-chip-surface-hover:var(--bp-gray-10);
|
|
1953
|
+
--input-chip-surface-error:var(--bp-watermelon-red-10);
|
|
1954
|
+
--input-chip-surface-variable:var(--bp-purple-rain-10);
|
|
1955
|
+
--input-chip-text:var(--bp-text-text-on-light);
|
|
1956
|
+
--input-chip-text-variable:var(--bp-purple-rain-120);
|
|
1957
|
+
--input-chip-delete-icon:var(--bp-purple-rain-120);
|
|
1958
|
+
--input-chip-border-error:var(--bp-watermelon-red-100);
|
|
1959
|
+
--input-chip-border-radius:var(--bp-radius-16);
|
|
1960
|
+
--input-chip-height:var(--bp-size-070);
|
|
1961
|
+
--input-chip-padding-inline:calc(var(--bp-space-020) - var(--bp-space-005)) var(--bp-space-005);
|
|
1962
|
+
--input-chip-padding-block:var(--bp-space-005);
|
|
1963
|
+
--input-chip-padding-inline-avatar:0 var(--bp-space-010);
|
|
1964
|
+
--input-chip-padding-inline-delete:calc(var(--bp-space-020) - var(--bp-space-005)) var(--bp-space-005);
|
|
1965
|
+
--input-chip-label-padding-inline:calc(var(--bp-space-020) - var(--bp-space-005)) var(--bp-space-020);
|
|
1966
|
+
--input-chip-focus-ring-width:var(--bp-border-02);
|
|
1967
|
+
--input-chip-focus-ring-color:var(--bp-outline-focus-on-light);
|
|
1968
|
+
--input-chip-focus-ring-offset-width:var(--bp-border-01);
|
|
1969
|
+
--input-chip-focus-ring-offset-color:var(--bp-outline-focus-on-dark);
|
|
1970
|
+
--input-chip-error-focus-ring-width:var(--bp-border-02);
|
|
1971
|
+
--input-chip-error-focus-ring-color:var(--bp-outline-focus-on-light);
|
|
1972
|
+
--input-chip-error-focus-ring-offset-width:var(--bp-border-02);
|
|
1973
|
+
--input-chip-error-focus-ring-offset-color:var(--bp-outline-focus-on-dark);
|
|
1974
|
+
--input-chip-delete-surface:var(--bp-surface-cta-surface-icon);
|
|
1975
|
+
--input-chip-delete-icon-color:var(--bp-icon-icon-on-light-secondary);
|
|
1976
|
+
--input-chip-delete-surface-hover:var(--bp-surface-cta-surface-icon-hover);
|
|
1977
|
+
--input-chip-delete-icon-hover:var(--bp-icon-cta-icon-hover);
|
|
1978
|
+
--input-chip-delete-surface-pressed:var(--bp-surface-cta-surface-icon-pressed);
|
|
1979
|
+
--input-chip-delete-icon-pressed:var(--bp-icon-cta-icon-pressed);
|
|
1980
|
+
--input-chip-delete-icon-border-radius:var(--bp-radius-06);
|
|
1981
|
+
--input-chip-delete-padding-inline:var(--bp-space-010);
|
|
1982
|
+
--input-chip-delete-padding-block:var(--bp-space-010);
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
.bp_input_chip_module_container--86f74{
|
|
1918
1986
|
align-items:center;
|
|
1919
|
-
background-color:var(--
|
|
1987
|
+
background-color:var(--input-chip-surface);
|
|
1920
1988
|
border:none;
|
|
1921
|
-
border-radius:var(--radius
|
|
1922
|
-
color:var(--
|
|
1989
|
+
border-radius:var(--input-chip-border-radius);
|
|
1990
|
+
color:var(--input-chip-text);
|
|
1923
1991
|
cursor:pointer;
|
|
1924
1992
|
display:flex;
|
|
1925
1993
|
font-family:var(--body-default-font-family);
|
|
1926
1994
|
font-size:var(--body-default-font-size);
|
|
1927
1995
|
font-weight:var(--body-default-font-weight);
|
|
1928
|
-
height:var(--
|
|
1996
|
+
height:var(--input-chip-height);
|
|
1929
1997
|
letter-spacing:var(--body-default-letter-spacing);
|
|
1930
1998
|
line-height:var(--body-default-line-height);
|
|
1931
1999
|
max-width:100%;
|
|
1932
2000
|
outline:none;
|
|
1933
|
-
padding-block:var(--
|
|
1934
|
-
padding-inline:var(--
|
|
2001
|
+
padding-block:var(--input-chip-padding-block);
|
|
2002
|
+
padding-inline:var(--input-chip-padding-inline);
|
|
1935
2003
|
-webkit-text-decoration:var(--body-default-text-decoration);
|
|
1936
2004
|
text-decoration:var(--body-default-text-decoration);
|
|
1937
2005
|
text-transform:var(--body-default-text-case);
|
|
1938
2006
|
-webkit-user-select:none;
|
|
1939
2007
|
user-select:none;
|
|
1940
2008
|
}
|
|
1941
|
-
.bp_input_chip_module_container--
|
|
1942
|
-
padding-inline:var(--
|
|
2009
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_avatarContainer--86f74{
|
|
2010
|
+
padding-inline:var(--input-chip-padding-inline-avatar);
|
|
2011
|
+
}
|
|
2012
|
+
.bp_input_chip_module_container--86f74:not(.bp_input_chip_module_avatarContainer--86f74).bp_input_chip_module_deleteButton--86f74{
|
|
2013
|
+
padding-inline:var(--input-chip-padding-inline-delete);
|
|
1943
2014
|
}
|
|
1944
|
-
.bp_input_chip_module_container--
|
|
1945
|
-
padding-inline:var(--space-
|
|
2015
|
+
.bp_input_chip_module_container--86f74:not(.bp_input_chip_module_avatarContainer--86f74).bp_input_chip_module_noDeleteButton--86f74{
|
|
2016
|
+
padding-inline:calc(var(--bp-space-020) - var(--bp-space-005)) var(--bp-space-005);
|
|
1946
2017
|
}
|
|
1947
|
-
.bp_input_chip_module_container--
|
|
1948
|
-
background-color:var(--
|
|
1949
|
-
box-shadow:0 0 0 var(--
|
|
2018
|
+
.bp_input_chip_module_container--86f74:not(.bp_input_chip_module_error--86f74):focus{
|
|
2019
|
+
background-color:var(--input-chip-surface-hover);
|
|
2020
|
+
box-shadow:0 0 0 var(--input-chip-focus-ring-offset-width) var(--input-chip-focus-ring-offset-color), 0 0 0 calc(var(--input-chip-focus-ring-width) + var(--input-chip-focus-ring-offset-width)) var(--input-chip-focus-ring-color);
|
|
1950
2021
|
}
|
|
1951
|
-
.bp_input_chip_module_container--
|
|
1952
|
-
background-color:var(--
|
|
1953
|
-
outline:var(--border-1) solid var(--
|
|
2022
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_error--86f74{
|
|
2023
|
+
background-color:var(--input-chip-surface-error);
|
|
2024
|
+
outline:var(--border-1) solid var(--input-chip-border-error);
|
|
1954
2025
|
}
|
|
1955
|
-
.bp_input_chip_module_container--
|
|
1956
|
-
box-shadow:0 0 0 var(--
|
|
2026
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_error--86f74:focus{
|
|
2027
|
+
box-shadow:0 0 0 var(--input-chip-error-focus-ring-offset-width) var(--input-chip-error-focus-ring-offset-color), 0 0 0 calc(var(--input-chip-error-focus-ring-width) + var(--input-chip-error-focus-ring-offset-width)) var(--input-chip-error-focus-ring-color);
|
|
1957
2028
|
}
|
|
1958
|
-
.bp_input_chip_module_container--
|
|
2029
|
+
.bp_input_chip_module_container--86f74 .bp_input_chip_module_deleteIcon--86f74{
|
|
1959
2030
|
align-items:center;
|
|
1960
|
-
background:var(--
|
|
1961
|
-
border-radius:var(--radius
|
|
2031
|
+
background:var(--input-chip-delete-surface);
|
|
2032
|
+
border-radius:var(--input-chip-delete-icon-border-radius);
|
|
1962
2033
|
display:flex;
|
|
1963
2034
|
flex-shrink:0;
|
|
1964
2035
|
justify-content:center;
|
|
1965
|
-
padding-block:var(--
|
|
1966
|
-
padding-inline:var(--
|
|
2036
|
+
padding-block:var(--input-chip-delete-padding-block);
|
|
2037
|
+
padding-inline:var(--input-chip-delete-padding-inline);
|
|
1967
2038
|
}
|
|
1968
|
-
.bp_input_chip_module_container--
|
|
1969
|
-
fill:var(--
|
|
2039
|
+
.bp_input_chip_module_container--86f74 .bp_input_chip_module_deleteIcon--86f74 *{
|
|
2040
|
+
fill:var(--input-chip-delete-icon-color);
|
|
1970
2041
|
}
|
|
1971
|
-
.bp_input_chip_module_container--
|
|
1972
|
-
background:var(--
|
|
2042
|
+
.bp_input_chip_module_container--86f74 .bp_input_chip_module_deleteIcon--86f74:hover{
|
|
2043
|
+
background:var(--input-chip-delete-surface-hover);
|
|
1973
2044
|
}
|
|
1974
|
-
.bp_input_chip_module_container--
|
|
1975
|
-
fill:var(--
|
|
2045
|
+
.bp_input_chip_module_container--86f74 .bp_input_chip_module_deleteIcon--86f74:hover *{
|
|
2046
|
+
fill:var(--input-chip-delete-icon-hover);
|
|
1976
2047
|
}
|
|
1977
|
-
.bp_input_chip_module_container--
|
|
1978
|
-
background:var(--
|
|
2048
|
+
.bp_input_chip_module_container--86f74 .bp_input_chip_module_deleteIcon--86f74:active{
|
|
2049
|
+
background:var(--input-chip-delete-surface-pressed);
|
|
1979
2050
|
}
|
|
1980
|
-
.bp_input_chip_module_container--
|
|
1981
|
-
fill:var(--
|
|
2051
|
+
.bp_input_chip_module_container--86f74 .bp_input_chip_module_deleteIcon--86f74:active *{
|
|
2052
|
+
fill:var(--input-chip-delete-icon-pressed);
|
|
1982
2053
|
}
|
|
1983
|
-
.bp_input_chip_module_container--
|
|
2054
|
+
.bp_input_chip_module_container--86f74 .bp_input_chip_module_label--86f74{
|
|
1984
2055
|
overflow:hidden;
|
|
1985
|
-
padding-inline:var(--
|
|
2056
|
+
padding-inline:var(--input-chip-label-padding-inline);
|
|
1986
2057
|
text-overflow:ellipsis;
|
|
1987
2058
|
white-space:nowrap;
|
|
1988
2059
|
}
|
|
1989
|
-
.bp_input_chip_module_container--
|
|
1990
|
-
background-color:var(--
|
|
2060
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_variable--86f74{
|
|
2061
|
+
background-color:var(--input-chip-surface-variable);
|
|
1991
2062
|
}
|
|
1992
|
-
.bp_input_chip_module_container--
|
|
1993
|
-
color:var(--
|
|
2063
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_variable--86f74 .bp_input_chip_module_label--86f74{
|
|
2064
|
+
color:var(--input-chip-text-variable);
|
|
1994
2065
|
}
|
|
1995
|
-
.bp_input_chip_module_container--
|
|
1996
|
-
background-color:var(--
|
|
2066
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_variable--86f74:focus{
|
|
2067
|
+
background-color:var(--input-chip-surface-variable);
|
|
1997
2068
|
}
|
|
1998
|
-
.bp_input_chip_module_container--
|
|
1999
|
-
background:var(--
|
|
2069
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_variable--86f74 .bp_input_chip_module_deleteIcon--86f74{
|
|
2070
|
+
background:var(--input-chip-delete-surface);
|
|
2000
2071
|
}
|
|
2001
|
-
.bp_input_chip_module_container--
|
|
2002
|
-
fill:var(--
|
|
2072
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_variable--86f74 .bp_input_chip_module_deleteIcon--86f74 *{
|
|
2073
|
+
fill:var(--input-chip-delete-icon);
|
|
2003
2074
|
}
|
|
2004
|
-
.bp_input_chip_module_container--
|
|
2005
|
-
background:var(--
|
|
2075
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_variable--86f74 .bp_input_chip_module_deleteIcon--86f74:hover{
|
|
2076
|
+
background:var(--input-chip-delete-surface-hover);
|
|
2006
2077
|
}
|
|
2007
|
-
.bp_input_chip_module_container--
|
|
2008
|
-
fill:var(--
|
|
2078
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_variable--86f74 .bp_input_chip_module_deleteIcon--86f74:hover *{
|
|
2079
|
+
fill:var(--input-chip-delete-icon);
|
|
2009
2080
|
}
|
|
2010
|
-
.bp_input_chip_module_container--
|
|
2011
|
-
background:var(--
|
|
2081
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_variable--86f74 .bp_input_chip_module_deleteIcon--86f74:active{
|
|
2082
|
+
background:var(--input-chip-delete-surface-pressed);
|
|
2012
2083
|
}
|
|
2013
|
-
.bp_input_chip_module_container--
|
|
2014
|
-
fill:var(--
|
|
2084
|
+
.bp_input_chip_module_container--86f74.bp_input_chip_module_variable--86f74 .bp_input_chip_module_deleteIcon--86f74:active *{
|
|
2085
|
+
fill:var(--input-chip-delete-icon);
|
|
2015
2086
|
}
|
|
2016
|
-
.bp_input_chip_module_container--
|
|
2087
|
+
.bp_input_chip_module_container--86f74 .bp_input_chip_module_avatar--86f74{
|
|
2017
2088
|
flex-shrink:0;
|
|
2018
2089
|
}
|
|
2090
|
+
.bp_input_chip_module_container--86f74 .bp_input_chip_module_avatar--86f74.bp_input_chip_module_modern--86f74{
|
|
2091
|
+
border-bottom-left-radius:var(--bp-radius-16);
|
|
2092
|
+
border-bottom-right-radius:0;
|
|
2093
|
+
border-top-left-radius:var(--bp-radius-16);
|
|
2094
|
+
border-top-right-radius:0;
|
|
2095
|
+
height:1.75rem;
|
|
2096
|
+
overflow:hidden;
|
|
2097
|
+
width:1.75rem;
|
|
2098
|
+
}
|
|
2099
|
+
.bp_input_chip_module_container--86f74 .bp_input_chip_module_avatar--86f74.bp_input_chip_module_modern--86f74 *{
|
|
2100
|
+
border-radius:unset;
|
|
2101
|
+
}
|
|
2019
2102
|
.bp_inline_error_module_inlineError--9a67c{
|
|
2020
2103
|
align-items:center;
|
|
2021
2104
|
color:var(--text-text-error-on-light);
|
|
@@ -2051,7 +2134,7 @@
|
|
|
2051
2134
|
transform:scale(1.2);
|
|
2052
2135
|
}
|
|
2053
2136
|
|
|
2054
|
-
.bp_text_area_autosize_module_textArea--
|
|
2137
|
+
.bp_text_area_autosize_module_textArea--4c315[data-modern=false]{
|
|
2055
2138
|
--text-area-text-color:var(--text-text-on-light);
|
|
2056
2139
|
--text-area-inner-shadow:var(--innershadow-1);
|
|
2057
2140
|
--text-area-background-color:var(--surface-input-surface);
|
|
@@ -2064,7 +2147,7 @@
|
|
|
2064
2147
|
--text-area-icon-padding:1.875rem;
|
|
2065
2148
|
}
|
|
2066
2149
|
|
|
2067
|
-
.bp_text_area_autosize_module_textArea--
|
|
2150
|
+
.bp_text_area_autosize_module_textArea--4c315[data-modern=true]{
|
|
2068
2151
|
--text-area-inner-shadow:var(--innershadow-1);
|
|
2069
2152
|
--text-area-text-color:var(--bp-text-text-on-light);
|
|
2070
2153
|
--text-area-background-color:var(--bp-surface-input-surface);
|
|
@@ -2077,7 +2160,7 @@
|
|
|
2077
2160
|
--text-area-icon-padding:1.875rem;
|
|
2078
2161
|
}
|
|
2079
2162
|
|
|
2080
|
-
.bp_text_area_autosize_module_textArea--
|
|
2163
|
+
.bp_text_area_autosize_module_textArea--4c315{
|
|
2081
2164
|
background:var(--text-area-background-color);
|
|
2082
2165
|
border:none;
|
|
2083
2166
|
box-shadow:var(--text-area-inner-shadow);
|
|
@@ -2096,48 +2179,48 @@
|
|
|
2096
2179
|
text-transform:var(--body-default-text-case);
|
|
2097
2180
|
width:100%;
|
|
2098
2181
|
}
|
|
2099
|
-
.bp_text_area_autosize_module_textArea--
|
|
2182
|
+
.bp_text_area_autosize_module_textArea--4c315::placeholder{
|
|
2100
2183
|
color:var(--text-area-placeholder-color);
|
|
2101
2184
|
opacity:1;
|
|
2102
2185
|
}
|
|
2103
|
-
.bp_text_area_autosize_module_textArea--
|
|
2186
|
+
.bp_text_area_autosize_module_textArea--4c315.bp_text_area_autosize_module_error--4c315{
|
|
2104
2187
|
background:var(--text-area-error-background-color);
|
|
2105
2188
|
outline:0;
|
|
2106
2189
|
}
|
|
2107
|
-
.bp_text_area_autosize_module_textArea--
|
|
2190
|
+
.bp_text_area_autosize_module_textArea--4c315:focus{
|
|
2108
2191
|
border:none;
|
|
2109
2192
|
}
|
|
2110
|
-
.bp_text_area_autosize_module_textArea--
|
|
2193
|
+
.bp_text_area_autosize_module_textArea--4c315:hover{
|
|
2111
2194
|
box-shadow:var(--text-area-inner-shadow);
|
|
2112
2195
|
}
|
|
2113
|
-
.bp_text_area_autosize_module_textArea--
|
|
2196
|
+
.bp_text_area_autosize_module_textArea--4c315:focus-visible{
|
|
2114
2197
|
background:var(--text-area-error-background-focus);
|
|
2115
2198
|
outline:0;
|
|
2116
2199
|
}
|
|
2117
|
-
.bp_text_area_autosize_module_textArea--
|
|
2200
|
+
.bp_text_area_autosize_module_textArea--4c315:disabled{
|
|
2118
2201
|
background:var(--text-area-background-color);
|
|
2119
2202
|
border:none;
|
|
2120
2203
|
box-shadow:var(--text-area-inner-shadow);
|
|
2121
2204
|
color:var(--text-area-text-color);
|
|
2122
2205
|
}
|
|
2123
|
-
.bp_text_area_autosize_module_textArea--
|
|
2206
|
+
.bp_text_area_autosize_module_textArea--4c315:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--4c315):hover{
|
|
2124
2207
|
background:var(--text-area-error-background-hover);
|
|
2125
2208
|
}
|
|
2126
|
-
.bp_text_area_autosize_module_textArea--
|
|
2209
|
+
.bp_text_area_autosize_module_textArea--4c315.bp_text_area_autosize_module_loading--4c315{
|
|
2127
2210
|
padding-inline-end:var(--text-area-icon-padding);
|
|
2128
2211
|
}
|
|
2129
2212
|
|
|
2130
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2213
|
+
.bp_text_area_autosize_module_loadingIndicator--4c315[data-modern=false]{
|
|
2131
2214
|
--text-area-loading-indicator-width:var(--size-6);
|
|
2132
2215
|
--text-area-loading-indicator-height:var(--size-6);
|
|
2133
2216
|
}
|
|
2134
2217
|
|
|
2135
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2218
|
+
.bp_text_area_autosize_module_loadingIndicator--4c315[data-modern=true]{
|
|
2136
2219
|
--text-area-loading-indicator-width:var(--bp-size-060);
|
|
2137
2220
|
--text-area-loading-indicator-height:var(--bp-size-060);
|
|
2138
2221
|
}
|
|
2139
2222
|
|
|
2140
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2223
|
+
.bp_text_area_autosize_module_loadingIndicator--4c315{
|
|
2141
2224
|
bottom:.375rem;
|
|
2142
2225
|
display:inline-block;
|
|
2143
2226
|
height:var(--text-area-loading-indicator-height);
|
|
@@ -2147,19 +2230,19 @@
|
|
|
2147
2230
|
width:var(--text-area-loading-indicator-width);
|
|
2148
2231
|
}
|
|
2149
2232
|
|
|
2150
|
-
.bp_text_area_autosize_module_border--
|
|
2233
|
+
.bp_text_area_autosize_module_border--4c315[data-modern=false]{
|
|
2151
2234
|
--text-area-radius:var(--radius-2);
|
|
2152
2235
|
--text-area-border-width:var(--border-1);
|
|
2153
2236
|
--text-area-shadow-color:var(--border-input-border);
|
|
2154
2237
|
}
|
|
2155
2238
|
|
|
2156
|
-
.bp_text_area_autosize_module_border--
|
|
2239
|
+
.bp_text_area_autosize_module_border--4c315[data-modern=true]{
|
|
2157
2240
|
--text-area-radius:var(--bp-radius-06);
|
|
2158
2241
|
--text-area-border-width:var(--bp-border-01);
|
|
2159
2242
|
--text-area-shadow-color:var(--bp-border-input-border);
|
|
2160
2243
|
}
|
|
2161
2244
|
|
|
2162
|
-
.bp_text_area_autosize_module_border--
|
|
2245
|
+
.bp_text_area_autosize_module_border--4c315{
|
|
2163
2246
|
border-radius:var(--text-area-radius);
|
|
2164
2247
|
box-shadow:0 0 0 var(--text-area-border-width) var(--text-area-shadow-color);
|
|
2165
2248
|
display:flex;
|
|
@@ -2167,17 +2250,17 @@
|
|
|
2167
2250
|
transform:translateZ(0);
|
|
2168
2251
|
}
|
|
2169
2252
|
|
|
2170
|
-
.bp_text_area_module_textAreaContainer--
|
|
2253
|
+
.bp_text_area_module_textAreaContainer--f4f8b[data-modern=false]{
|
|
2171
2254
|
--text-area-container-row-gap:var(--space-2);
|
|
2172
2255
|
--text-area-container-label-color:var(--text-text-on-light);
|
|
2173
2256
|
}
|
|
2174
2257
|
|
|
2175
|
-
.bp_text_area_module_textAreaContainer--
|
|
2258
|
+
.bp_text_area_module_textAreaContainer--f4f8b[data-modern=true]{
|
|
2176
2259
|
--text-area-container-row-gap:var(--bp-size-020);
|
|
2177
2260
|
--text-area-container-label-color:var(--bp-text-text-on-light);
|
|
2178
2261
|
}
|
|
2179
2262
|
|
|
2180
|
-
.bp_text_area_module_textAreaContainer--
|
|
2263
|
+
.bp_text_area_module_textAreaContainer--f4f8b{
|
|
2181
2264
|
display:flex;
|
|
2182
2265
|
flex-direction:column;
|
|
2183
2266
|
font-family:var(--body-default-font-family);
|
|
@@ -2190,7 +2273,7 @@
|
|
|
2190
2273
|
text-decoration:var(--body-default-text-decoration);
|
|
2191
2274
|
text-transform:var(--body-default-text-case);
|
|
2192
2275
|
}
|
|
2193
|
-
.bp_text_area_module_textAreaContainer--
|
|
2276
|
+
.bp_text_area_module_textAreaContainer--f4f8b .bp_text_area_module_label--f4f8b{
|
|
2194
2277
|
color:var(--text-area-container-label-color);
|
|
2195
2278
|
flex:0 0 fit-content;
|
|
2196
2279
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2204,17 +2287,17 @@
|
|
|
2204
2287
|
width:-moz-fit-content;
|
|
2205
2288
|
width:fit-content;
|
|
2206
2289
|
}
|
|
2207
|
-
.bp_text_area_module_textAreaContainer--
|
|
2290
|
+
.bp_text_area_module_textAreaContainer--f4f8b .bp_text_area_module_label--f4f8b:not(.bp_text_area_module_hidden--f4f8b){
|
|
2208
2291
|
margin-block-end:var(--text-area-container-row-gap);
|
|
2209
2292
|
}
|
|
2210
|
-
.bp_text_area_module_textAreaContainer--
|
|
2293
|
+
.bp_text_area_module_textAreaContainer--f4f8b.bp_text_area_module_disabled--f4f8b{
|
|
2211
2294
|
opacity:60%;
|
|
2212
2295
|
}
|
|
2213
|
-
.bp_text_area_module_textAreaContainer--
|
|
2296
|
+
.bp_text_area_module_textAreaContainer--f4f8b .bp_text_area_module_inlineError--f4f8b{
|
|
2214
2297
|
margin-block-start:var(--text-area-container-row-gap);
|
|
2215
2298
|
}
|
|
2216
2299
|
|
|
2217
|
-
.bp_combobox_module_container--
|
|
2300
|
+
.bp_combobox_module_container--97461[data-modern=false]{
|
|
2218
2301
|
--max-lines:3;
|
|
2219
2302
|
--input-height:var(--space-5);
|
|
2220
2303
|
--chip-height:var(--space-7);
|
|
@@ -2269,7 +2352,7 @@
|
|
|
2269
2352
|
--combobox-button-spacing:var(--space-2);
|
|
2270
2353
|
}
|
|
2271
2354
|
|
|
2272
|
-
.bp_combobox_module_container--
|
|
2355
|
+
.bp_combobox_module_container--97461[data-modern=true]{
|
|
2273
2356
|
--max-lines:3;
|
|
2274
2357
|
--bp-innershadow-01:var(--innershadow-1);
|
|
2275
2358
|
--bp-input-height:var(--bp-space-050);
|
|
@@ -2330,7 +2413,7 @@
|
|
|
2330
2413
|
--combobox-button-spacing:var(--bp-space-020);
|
|
2331
2414
|
}
|
|
2332
2415
|
|
|
2333
|
-
.bp_combobox_module_popover--
|
|
2416
|
+
.bp_combobox_module_popover--97461[data-modern=false]{
|
|
2334
2417
|
--option-height:2.25rem;
|
|
2335
2418
|
--dropdown-max-height:12.5rem;
|
|
2336
2419
|
--combobox-popover-max-height:min(
|
|
@@ -2363,7 +2446,7 @@
|
|
|
2363
2446
|
--combobox-popover-backdrop-filter:none;
|
|
2364
2447
|
}
|
|
2365
2448
|
|
|
2366
|
-
.bp_combobox_module_popover--
|
|
2449
|
+
.bp_combobox_module_popover--97461[data-modern=true]{
|
|
2367
2450
|
--option-height:2.25rem;
|
|
2368
2451
|
--dropdown-max-height:12.5rem;
|
|
2369
2452
|
--bp-dropshadow-03:var(--dropshadow-3);
|
|
@@ -2397,7 +2480,7 @@
|
|
|
2397
2480
|
--combobox-popover-backdrop-filter:blur(16px);
|
|
2398
2481
|
}
|
|
2399
2482
|
|
|
2400
|
-
.bp_combobox_module_container--
|
|
2483
|
+
.bp_combobox_module_container--97461{
|
|
2401
2484
|
display:flex;
|
|
2402
2485
|
flex-direction:column;
|
|
2403
2486
|
font-family:var(--body-default-font-family);
|
|
@@ -2409,10 +2492,10 @@
|
|
|
2409
2492
|
text-decoration:var(--body-default-text-decoration);
|
|
2410
2493
|
text-transform:var(--body-default-text-case);
|
|
2411
2494
|
}
|
|
2412
|
-
.bp_combobox_module_container--
|
|
2495
|
+
.bp_combobox_module_container--97461.bp_combobox_module_disabled--97461{
|
|
2413
2496
|
opacity:60%;
|
|
2414
2497
|
}
|
|
2415
|
-
.bp_combobox_module_container--
|
|
2498
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_label--97461{
|
|
2416
2499
|
color:var(--combobox-label-color);
|
|
2417
2500
|
flex:0 0 fit-content;
|
|
2418
2501
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2425,10 +2508,10 @@
|
|
|
2425
2508
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2426
2509
|
text-transform:var(--body-default-bold-text-case);
|
|
2427
2510
|
}
|
|
2428
|
-
.bp_combobox_module_container--
|
|
2511
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_label--97461:not(.bp_combobox_module_hiddenLabel--97461){
|
|
2429
2512
|
margin-block-end:var(--combobox-label-margin-block-end);
|
|
2430
2513
|
}
|
|
2431
|
-
.bp_combobox_module_container--
|
|
2514
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461{
|
|
2432
2515
|
background-color:var(--combobox-container-background-color);
|
|
2433
2516
|
border-bottom:var(--combobox-container-border-bottom-width) solid var(--combobox-container-border-color);
|
|
2434
2517
|
border-left:var(--combobox-container-border-left-width) solid var(--combobox-container-border-color);
|
|
@@ -2445,15 +2528,15 @@
|
|
|
2445
2528
|
padding-inline:var(--combobox-container-padding-inline);
|
|
2446
2529
|
position:relative;
|
|
2447
2530
|
}
|
|
2448
|
-
.bp_combobox_module_container--
|
|
2531
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461.bp_combobox_module_withComboboxButtons--97461{
|
|
2449
2532
|
padding-inline-end:var(--combobox-container-padding-inline-end-with-buttons);
|
|
2450
2533
|
}
|
|
2451
|
-
.bp_combobox_module_container--
|
|
2534
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461:not(:disabled):has(input:focus){
|
|
2452
2535
|
background-color:var(--combobox-container-focus-background-color);
|
|
2453
2536
|
border:var(--combobox-container-focus-border);
|
|
2454
2537
|
padding-block:var(--combobox-container-focus-padding-block);
|
|
2455
2538
|
}
|
|
2456
|
-
.bp_combobox_module_container--
|
|
2539
|
+
.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
2540
|
background-color:var(--combobox-container-error-background-color);
|
|
2458
2541
|
border-bottom:var(--combobox-container-error-border-bottom-width) solid var(--combobox-container-error-border-color);
|
|
2459
2542
|
border-left:var(--combobox-container-error-border-left-width) solid var(--combobox-container-error-border-color);
|
|
@@ -2461,13 +2544,13 @@
|
|
|
2461
2544
|
border-top:var(--combobox-container-error-border-top-width) solid var(--combobox-container-error-border-color);
|
|
2462
2545
|
padding-block:var(--combobox-container-error-padding-block);
|
|
2463
2546
|
}
|
|
2464
|
-
.bp_combobox_module_container--
|
|
2547
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461 .bp_combobox_module_textInputWrapper--97461{
|
|
2465
2548
|
align-items:center;
|
|
2466
2549
|
display:flex;
|
|
2467
2550
|
flex:content;
|
|
2468
2551
|
gap:var(--combobox-text-input-wrapper-gap);
|
|
2469
2552
|
}
|
|
2470
|
-
.bp_combobox_module_container--
|
|
2553
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461 .bp_combobox_module_textInputWrapper--97461 .bp_combobox_module_textInput--97461{
|
|
2471
2554
|
background-color:var(--combobox-text-input-background-color);
|
|
2472
2555
|
border:none;
|
|
2473
2556
|
color:var(--combobox-text-input-color);
|
|
@@ -2484,31 +2567,31 @@
|
|
|
2484
2567
|
text-transform:var(--body-default-text-case);
|
|
2485
2568
|
width:100%;
|
|
2486
2569
|
}
|
|
2487
|
-
.bp_combobox_module_container--
|
|
2570
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461 .bp_combobox_module_textInputWrapper--97461 .bp_combobox_module_errorIcon--97461 path{
|
|
2488
2571
|
fill:var(--combobox-error-icon-fill);
|
|
2489
2572
|
}
|
|
2490
|
-
.bp_combobox_module_container--
|
|
2573
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461 .bp_combobox_module_textInputWrapper--97461 .bp_combobox_module_comboboxButtons--97461{
|
|
2491
2574
|
align-items:center;
|
|
2492
2575
|
display:flex;
|
|
2493
2576
|
position:absolute;
|
|
2494
2577
|
right:var(--combobox-button-spacing);
|
|
2495
2578
|
top:var(--combobox-button-spacing);
|
|
2496
2579
|
}
|
|
2497
|
-
.bp_combobox_module_container--
|
|
2580
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461.bp_combobox_module_withChips--97461{
|
|
2498
2581
|
max-height:var(--combobox-container-with-chips-max-height);
|
|
2499
2582
|
padding-block:var(--combobox-container-with-chips-padding-block);
|
|
2500
2583
|
}
|
|
2501
|
-
.bp_combobox_module_container--
|
|
2584
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461.bp_combobox_module_withChips--97461:not(:disabled).bp_combobox_module_error--97461{
|
|
2502
2585
|
padding-block:var(--combobox-container-with-chips-error-padding-block);
|
|
2503
2586
|
}
|
|
2504
|
-
.bp_combobox_module_container--
|
|
2587
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_comboboxContainer--97461.bp_combobox_module_withChips--97461:not(:disabled):has(input:focus){
|
|
2505
2588
|
padding-block:var(--combobox-container-with-chips-focus-padding-block);
|
|
2506
2589
|
}
|
|
2507
|
-
.bp_combobox_module_container--
|
|
2590
|
+
.bp_combobox_module_container--97461 .bp_combobox_module_inlineError--97461{
|
|
2508
2591
|
margin-block-start:var(--combobox-inline-error-margin-block-start);
|
|
2509
2592
|
}
|
|
2510
2593
|
|
|
2511
|
-
.bp_combobox_module_popover--
|
|
2594
|
+
.bp_combobox_module_popover--97461{
|
|
2512
2595
|
backdrop-filter:var(--combobox-popover-backdrop-filter);
|
|
2513
2596
|
background-color:var(--combobox-popover-background-color);
|
|
2514
2597
|
border:var(--combobox-popover-border);
|
|
@@ -2528,7 +2611,7 @@
|
|
|
2528
2611
|
text-transform:var(--body-default-text-case);
|
|
2529
2612
|
z-index:var(--z-index-popover);
|
|
2530
2613
|
}
|
|
2531
|
-
.bp_combobox_module_popover--
|
|
2614
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461{
|
|
2532
2615
|
border:var(--combobox-option-border);
|
|
2533
2616
|
border-radius:var(--combobox-option-border-radius);
|
|
2534
2617
|
box-sizing:border-box;
|
|
@@ -2542,21 +2625,21 @@
|
|
|
2542
2625
|
user-select:none;
|
|
2543
2626
|
width:100%;
|
|
2544
2627
|
}
|
|
2545
|
-
.bp_combobox_module_popover--
|
|
2628
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461[aria-disabled]{
|
|
2546
2629
|
opacity:var(--combobox-option-disabled-opacity);
|
|
2547
2630
|
}
|
|
2548
|
-
.bp_combobox_module_popover--
|
|
2631
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461[data-active-item]:not([aria-disabled]){
|
|
2549
2632
|
background-color:var(--combobox-option-active-background-color);
|
|
2550
2633
|
border:var(--combobox-option-active-border);
|
|
2551
2634
|
}
|
|
2552
|
-
.bp_combobox_module_popover--
|
|
2635
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461:active{
|
|
2553
2636
|
background-color:var(--combobox-option-hover-background-color);
|
|
2554
2637
|
border:var(--combobox-option-border);
|
|
2555
2638
|
}
|
|
2556
|
-
.bp_combobox_module_popover--
|
|
2639
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461:hover{
|
|
2557
2640
|
background-color:var(--combobox-option-hover-background-color);
|
|
2558
2641
|
}
|
|
2559
|
-
.bp_combobox_module_popover--
|
|
2642
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461 .bp_combobox_module_indicator--97461{
|
|
2560
2643
|
align-items:center;
|
|
2561
2644
|
display:flex;
|
|
2562
2645
|
height:var(--combobox-option-indicator-height);
|
|
@@ -2565,56 +2648,56 @@
|
|
|
2565
2648
|
position:absolute;
|
|
2566
2649
|
top:var(--combobox-option-indicator-top);
|
|
2567
2650
|
}
|
|
2568
|
-
.bp_combobox_module_popover--
|
|
2651
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_option--97461 .bp_combobox_module_indicator--97461 .bp_combobox_module_indicatorIcon--97461 path{
|
|
2569
2652
|
fill:var(--combobox-option-indicator-icon-fill);
|
|
2570
2653
|
}
|
|
2571
|
-
.bp_combobox_module_popover--
|
|
2654
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_optionWithIndicator--97461{
|
|
2572
2655
|
padding-inline:var(--combobox-option-with-indicator-padding-inline);
|
|
2573
2656
|
}
|
|
2574
|
-
.bp_combobox_module_popover--
|
|
2657
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_loadingIndicator--97461{
|
|
2575
2658
|
position:var(--combobox-loading-indicator-position);
|
|
2576
2659
|
}
|
|
2577
|
-
.bp_combobox_module_popover--
|
|
2660
|
+
.bp_combobox_module_popover--97461 .bp_combobox_module_noResultOption--97461{
|
|
2578
2661
|
color:var(--combobox-no-result-option-color);
|
|
2579
2662
|
-webkit-user-select:none;
|
|
2580
2663
|
user-select:none;
|
|
2581
2664
|
}
|
|
2582
2665
|
|
|
2583
|
-
.bp_combobox_group_module_container--
|
|
2666
|
+
.bp_combobox_group_module_container--483f2[data-modern=false]{
|
|
2584
2667
|
--combobox-group-container-gap:var(--space-2);
|
|
2585
2668
|
--combobox-group-container-max-width:358px;
|
|
2586
2669
|
--combobox-group-disabled-opacity:60%;
|
|
2587
2670
|
--combobox-group-label-color:var(--text-text-on-light);
|
|
2588
2671
|
}
|
|
2589
|
-
.bp_combobox_group_module_container--
|
|
2672
|
+
.bp_combobox_group_module_container--483f2[data-modern=false] .bp_combobox_group_module_trailing--483f2{
|
|
2590
2673
|
--blueprint-combobox-input-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2591
2674
|
--blueprint-select-trigger-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2592
2675
|
--blueprint-combobox-border-left-width:none;
|
|
2593
2676
|
--blueprint-select-border-left-width:none;
|
|
2594
2677
|
}
|
|
2595
|
-
.bp_combobox_group_module_container--
|
|
2678
|
+
.bp_combobox_group_module_container--483f2[data-modern=false] .bp_combobox_group_module_leading--483f2{
|
|
2596
2679
|
--blueprint-combobox-input-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2597
2680
|
--blueprint-select-trigger-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2598
2681
|
}
|
|
2599
2682
|
|
|
2600
|
-
.bp_combobox_group_module_container--
|
|
2683
|
+
.bp_combobox_group_module_container--483f2[data-modern=true]{
|
|
2601
2684
|
--combobox-group-container-gap:var(--bp-space-020);
|
|
2602
2685
|
--combobox-group-container-max-width:358px;
|
|
2603
2686
|
--combobox-group-disabled-opacity:60%;
|
|
2604
2687
|
--combobox-group-label-color:var(--bp-text-text-on-light);
|
|
2605
2688
|
}
|
|
2606
|
-
.bp_combobox_group_module_container--
|
|
2689
|
+
.bp_combobox_group_module_container--483f2[data-modern=true] .bp_combobox_group_module_trailing--483f2{
|
|
2607
2690
|
--blueprint-combobox-input-radius:0 var(--bp-radius-06) var(--bp-radius-06) 0;
|
|
2608
2691
|
--blueprint-select-trigger-radius:0 var(--bp-radius-06) var(--bp-radius-06) 0;
|
|
2609
2692
|
--blueprint-combobox-border-left-width:none;
|
|
2610
2693
|
--blueprint-select-border-left-width:none;
|
|
2611
2694
|
}
|
|
2612
|
-
.bp_combobox_group_module_container--
|
|
2695
|
+
.bp_combobox_group_module_container--483f2[data-modern=true] .bp_combobox_group_module_leading--483f2{
|
|
2613
2696
|
--blueprint-combobox-input-radius:var(--bp-radius-06) 0 0 var(--bp-radius-06);
|
|
2614
2697
|
--blueprint-select-trigger-radius:var(--bp-radius-06) 0 0 var(--bp-radius-06);
|
|
2615
2698
|
}
|
|
2616
2699
|
|
|
2617
|
-
.bp_combobox_group_module_container--
|
|
2700
|
+
.bp_combobox_group_module_container--483f2{
|
|
2618
2701
|
align-items:flex-start;
|
|
2619
2702
|
display:flex;
|
|
2620
2703
|
flex-direction:column;
|
|
@@ -2622,17 +2705,17 @@
|
|
|
2622
2705
|
max-width:var(--combobox-group-container-max-width);
|
|
2623
2706
|
}
|
|
2624
2707
|
|
|
2625
|
-
.bp_combobox_group_module_comboboxGroupcontainer--
|
|
2708
|
+
.bp_combobox_group_module_comboboxGroupcontainer--483f2{
|
|
2626
2709
|
display:flex;
|
|
2627
2710
|
flex-direction:row;
|
|
2628
2711
|
}
|
|
2629
2712
|
|
|
2630
|
-
.bp_combobox_group_module_disabled--
|
|
2713
|
+
.bp_combobox_group_module_disabled--483f2{
|
|
2631
2714
|
opacity:var(--combobox-group-disabled-opacity);
|
|
2632
2715
|
pointer-events:none;
|
|
2633
2716
|
}
|
|
2634
2717
|
|
|
2635
|
-
.bp_combobox_group_module_label--
|
|
2718
|
+
.bp_combobox_group_module_label--483f2{
|
|
2636
2719
|
color:var(--combobox-group-label-color);
|
|
2637
2720
|
flex:0 0 fit-content;
|
|
2638
2721
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2646,47 +2729,47 @@
|
|
|
2646
2729
|
text-transform:var(--body-default-bold-text-case);
|
|
2647
2730
|
}
|
|
2648
2731
|
|
|
2649
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2732
|
+
.bp_combobox_group_module_errorCombobox--483f2.bp_combobox_group_module_leading--483f2{
|
|
2650
2733
|
--blueprint-select-border-right-width:none;
|
|
2651
2734
|
}
|
|
2652
2735
|
|
|
2653
|
-
.bp_combobox_group_module_errorSelect--
|
|
2736
|
+
.bp_combobox_group_module_errorSelect--483f2.bp_combobox_group_module_leading--483f2{
|
|
2654
2737
|
--blueprint-combobox-border-right-width:none;
|
|
2655
2738
|
}
|
|
2656
2739
|
|
|
2657
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2740
|
+
.bp_combobox_group_module_errorCombobox--483f2.bp_combobox_group_module_errorSelect--483f2.bp_combobox_group_module_trailing--483f2{
|
|
2658
2741
|
--blueprint-select-border-error-left-width:none;
|
|
2659
2742
|
}
|
|
2660
2743
|
|
|
2661
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2744
|
+
.bp_combobox_group_module_errorCombobox--483f2.bp_combobox_group_module_errorSelect--483f2.bp_combobox_group_module_leading--483f2{
|
|
2662
2745
|
--blueprint-select-border-error-right-width:none;
|
|
2663
2746
|
}
|
|
2664
2747
|
|
|
2665
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2748
|
+
.bp_combobox_group_module_selectHasFocus--483f2.bp_combobox_group_module_leading--483f2{
|
|
2666
2749
|
--blueprint-combobox-border-right-width:none;
|
|
2667
2750
|
}
|
|
2668
2751
|
|
|
2669
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2752
|
+
.bp_combobox_group_module_selectHasFocus--483f2.bp_combobox_group_module_errorCombobox--483f2.bp_combobox_group_module_leading--483f2{
|
|
2670
2753
|
--blueprint-combobox-border-error-right-width:none;
|
|
2671
2754
|
}
|
|
2672
2755
|
|
|
2673
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2756
|
+
.bp_combobox_group_module_selectHasFocus--483f2.bp_combobox_group_module_errorCombobox--483f2.bp_combobox_group_module_trailing--483f2{
|
|
2674
2757
|
--blueprint-combobox-border-error-left-width:none;
|
|
2675
2758
|
}
|
|
2676
2759
|
|
|
2677
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2760
|
+
.bp_combobox_group_module_comboboxHasFocus--483f2.bp_combobox_group_module_leading--483f2{
|
|
2678
2761
|
--blueprint-select-border-right-width:none;
|
|
2679
2762
|
}
|
|
2680
2763
|
|
|
2681
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2764
|
+
.bp_combobox_group_module_comboboxHasFocus--483f2.bp_combobox_group_module_errorSelect--483f2.bp_combobox_group_module_leading--483f2{
|
|
2682
2765
|
--blueprint-select-border-error-right-width:none;
|
|
2683
2766
|
}
|
|
2684
2767
|
|
|
2685
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2768
|
+
.bp_combobox_group_module_comboboxHasFocus--483f2.bp_combobox_group_module_errorSelect--483f2.bp_combobox_group_module_trailing--483f2{
|
|
2686
2769
|
--blueprint-select-border-error-left-width:none;
|
|
2687
2770
|
}
|
|
2688
2771
|
|
|
2689
|
-
.bp_select_module_container--
|
|
2772
|
+
.bp_select_module_container--9a5e8[data-modern=false]{
|
|
2690
2773
|
--select-gap:var(--space-2);
|
|
2691
2774
|
--select-label-color:var(--text-text-on-light);
|
|
2692
2775
|
--select-trigger-btn-gap:var(--space-2);
|
|
@@ -2716,7 +2799,7 @@
|
|
|
2716
2799
|
--select-trigger-btn-pencil-height:var(--size-4);
|
|
2717
2800
|
}
|
|
2718
2801
|
|
|
2719
|
-
.bp_select_module_container--
|
|
2802
|
+
.bp_select_module_container--9a5e8[data-modern=true]{
|
|
2720
2803
|
--select-gap:var(--bp-space-020);
|
|
2721
2804
|
--select-label-color:var(--bp-text-text-on-light);
|
|
2722
2805
|
--select-trigger-btn-gap:var(--bp-space-020);
|
|
@@ -2746,7 +2829,7 @@
|
|
|
2746
2829
|
--select-trigger-btn-pencil-height:var(--bp-size-040);
|
|
2747
2830
|
}
|
|
2748
2831
|
|
|
2749
|
-
.bp_select_module_container--
|
|
2832
|
+
.bp_select_module_container--9a5e8{
|
|
2750
2833
|
display:flex;
|
|
2751
2834
|
flex-direction:column;
|
|
2752
2835
|
font-family:var(--body-default-font-family);
|
|
@@ -2759,10 +2842,10 @@
|
|
|
2759
2842
|
text-decoration:var(--body-default-text-decoration);
|
|
2760
2843
|
text-transform:var(--body-default-text-case);
|
|
2761
2844
|
}
|
|
2762
|
-
.bp_select_module_container--
|
|
2845
|
+
.bp_select_module_container--9a5e8.bp_select_module_disabled--9a5e8{
|
|
2763
2846
|
opacity:60%;
|
|
2764
2847
|
}
|
|
2765
|
-
.bp_select_module_container--
|
|
2848
|
+
.bp_select_module_container--9a5e8 .bp_select_module_label--9a5e8{
|
|
2766
2849
|
color:var(--select-label-color);
|
|
2767
2850
|
flex:0 0 fit-content;
|
|
2768
2851
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2775,7 +2858,7 @@
|
|
|
2775
2858
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2776
2859
|
text-transform:var(--body-default-bold-text-case);
|
|
2777
2860
|
}
|
|
2778
|
-
.bp_select_module_container--
|
|
2861
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8{
|
|
2779
2862
|
align-items:center;
|
|
2780
2863
|
background-color:var(--select-trigger-btn-bg-color);
|
|
2781
2864
|
border-bottom:var(--select-trigger-btn-border-bottom);
|
|
@@ -2804,58 +2887,58 @@
|
|
|
2804
2887
|
text-transform:var(--body-default-text-case);
|
|
2805
2888
|
width:100%;
|
|
2806
2889
|
}
|
|
2807
|
-
.bp_select_module_container--
|
|
2890
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8 span:first-child{
|
|
2808
2891
|
overflow:hidden;
|
|
2809
2892
|
text-overflow:ellipsis;
|
|
2810
2893
|
white-space:nowrap;
|
|
2811
2894
|
}
|
|
2812
|
-
.bp_select_module_container--
|
|
2895
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8:disabled{
|
|
2813
2896
|
cursor:default;
|
|
2814
2897
|
}
|
|
2815
|
-
.bp_select_module_container--
|
|
2898
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8.bp_select_module_readonly--9a5e8:not(:disabled){
|
|
2816
2899
|
background-color:var(--gray-02);
|
|
2817
2900
|
box-shadow:none;
|
|
2818
2901
|
color:var(--text-text-on-light-secondary);
|
|
2819
2902
|
cursor:default;
|
|
2820
2903
|
}
|
|
2821
|
-
.bp_select_module_container--
|
|
2904
|
+
.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
2905
|
background-color:var(----select-trigger-btn-error-bg-color);
|
|
2823
2906
|
border-bottom:var(--select-trigger-btn-error-border-bottom);
|
|
2824
2907
|
border-left:var(--select-trigger-btn-error-border-left);
|
|
2825
2908
|
border-right:var(--select-trigger-btn-error-border-right);
|
|
2826
2909
|
border-top:var(--select-trigger-btn-error-border-top);
|
|
2827
2910
|
}
|
|
2828
|
-
.bp_select_module_container--
|
|
2911
|
+
.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
2912
|
background-color:var(--select-trigger-btn-focus-bg-color);
|
|
2830
2913
|
border:var(--select-trigger-btn-focus-border);
|
|
2831
2914
|
}
|
|
2832
|
-
.bp_select_module_container--
|
|
2915
|
+
.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
2916
|
background-color:var(--select-trigger-btn-hover-bg-color);
|
|
2834
2917
|
border-color:var(--select-trigger-btn-hover-border-color);
|
|
2835
2918
|
}
|
|
2836
|
-
.bp_select_module_container--
|
|
2919
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8 .bp_select_module_iconWrapper--9a5e8{
|
|
2837
2920
|
flex-shrink:0;
|
|
2838
2921
|
-webkit-user-select:none;
|
|
2839
2922
|
user-select:none;
|
|
2840
2923
|
}
|
|
2841
|
-
.bp_select_module_container--
|
|
2924
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8 .bp_select_module_iconCaret--9a5e8{
|
|
2842
2925
|
display:block;
|
|
2843
2926
|
height:var(--select-trigger-btn-caret-height);
|
|
2844
2927
|
width:var(--select-trigger-btn-caret-width);
|
|
2845
2928
|
}
|
|
2846
|
-
.bp_select_module_container--
|
|
2929
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8 .bp_select_module_iconCaret--9a5e8 path{
|
|
2847
2930
|
fill:var(--select-trigger-btn-caret-color);
|
|
2848
2931
|
}
|
|
2849
|
-
.bp_select_module_container--
|
|
2932
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8 .bp_select_module_iconPencilCrossed--9a5e8{
|
|
2850
2933
|
display:block;
|
|
2851
2934
|
height:var(--select-trigger-btn-pencil-height);
|
|
2852
2935
|
width:var(--select-trigger-btn-pencil-width);
|
|
2853
2936
|
}
|
|
2854
|
-
.bp_select_module_container--
|
|
2937
|
+
.bp_select_module_container--9a5e8 .bp_select_module_triggerBtn--9a5e8[data-state=open] .bp_select_module_icon--9a5e8{
|
|
2855
2938
|
transform:rotate(180deg);
|
|
2856
2939
|
}
|
|
2857
2940
|
|
|
2858
|
-
.bp_select_module_content--
|
|
2941
|
+
.bp_select_module_content--9a5e8[data-modern=false]{
|
|
2859
2942
|
--select-content-bg-color:var(--surface-menu-surface);
|
|
2860
2943
|
--select-content-backdrop-filter:none;
|
|
2861
2944
|
--select-content-border:var(--border-1) solid var(--border-card-border);
|
|
@@ -2881,7 +2964,7 @@
|
|
|
2881
2964
|
--select-content-viewport-option-separator-margin-block:var(--space-2);
|
|
2882
2965
|
}
|
|
2883
2966
|
|
|
2884
|
-
.bp_select_module_content--
|
|
2967
|
+
.bp_select_module_content--9a5e8[data-modern=true]{
|
|
2885
2968
|
--select-content-bg-color:var(--bp-surface-menu-surface-dropdown);
|
|
2886
2969
|
--select-content-backdrop-filter:blur(16px);
|
|
2887
2970
|
--select-content-border:var(--bp-border-01) solid var(--bp-border-card-border);
|
|
@@ -2907,7 +2990,7 @@
|
|
|
2907
2990
|
--select-content-viewport-option-separator-margin-block:var(--bp-space-020);
|
|
2908
2991
|
}
|
|
2909
2992
|
|
|
2910
|
-
.bp_select_module_content--
|
|
2993
|
+
.bp_select_module_content--9a5e8{
|
|
2911
2994
|
backdrop-filter:var(--select-content-backdrop-filter);
|
|
2912
2995
|
background-color:var(--select-content-bg-color);
|
|
2913
2996
|
border:var(--select-content-border);
|
|
@@ -2927,11 +3010,11 @@
|
|
|
2927
3010
|
text-transform:var(--body-default-text-case);
|
|
2928
3011
|
z-index:380;
|
|
2929
3012
|
}
|
|
2930
|
-
.bp_select_module_content--
|
|
3013
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8{
|
|
2931
3014
|
padding-block:var(--select-content-viewport-padding-block);
|
|
2932
3015
|
padding-inline:var(--select-content-viewport-padding-inline);
|
|
2933
3016
|
}
|
|
2934
|
-
.bp_select_module_content--
|
|
3017
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8{
|
|
2935
3018
|
border:var(--select-content-viewport-option-border);
|
|
2936
3019
|
border-radius:var(--select-content-viewport-option-border-radius);
|
|
2937
3020
|
cursor:pointer;
|
|
@@ -2946,29 +3029,29 @@
|
|
|
2946
3029
|
-webkit-user-select:none;
|
|
2947
3030
|
user-select:none;
|
|
2948
3031
|
}
|
|
2949
|
-
.bp_select_module_content--
|
|
3032
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8[data-disabled]{
|
|
2950
3033
|
opacity:60%;
|
|
2951
3034
|
pointer-events:none;
|
|
2952
3035
|
}
|
|
2953
|
-
.bp_select_module_content--
|
|
3036
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8[data-highlighted]{
|
|
2954
3037
|
background-color:var(--select-content-viewport-option-focus-bg-color);
|
|
2955
3038
|
border:var(--select-content-viewport-option-focus-border);
|
|
2956
3039
|
}
|
|
2957
|
-
.bp_select_module_content--
|
|
3040
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8:active{
|
|
2958
3041
|
background-color:var(--select-content-viewport-option-active-bg-color);
|
|
2959
3042
|
border:var(--select-content-viewport-option-active-border);
|
|
2960
3043
|
}
|
|
2961
|
-
.bp_select_module_content--
|
|
3044
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8:hover{
|
|
2962
3045
|
background-color:var(--select-content-viewport-option-hover-bg-color);
|
|
2963
3046
|
}
|
|
2964
|
-
.bp_select_module_content--
|
|
3047
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8 span:first-child{
|
|
2965
3048
|
overflow:hidden;
|
|
2966
3049
|
overflow-wrap:break-word;
|
|
2967
3050
|
}
|
|
2968
|
-
.bp_select_module_content--
|
|
3051
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8 .bp_select_module_secondaryText--9a5e8{
|
|
2969
3052
|
color:var(--select-content-viewport-option-secondary-text-color);
|
|
2970
3053
|
}
|
|
2971
|
-
.bp_select_module_content--
|
|
3054
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8 .bp_select_module_indicator--9a5e8{
|
|
2972
3055
|
align-items:center;
|
|
2973
3056
|
display:flex;
|
|
2974
3057
|
height:var(--select-content-viewport-option-indicator-height);
|
|
@@ -2977,17 +3060,17 @@
|
|
|
2977
3060
|
position:absolute;
|
|
2978
3061
|
top:0;
|
|
2979
3062
|
}
|
|
2980
|
-
.bp_select_module_content--
|
|
3063
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_option--9a5e8 .bp_select_module_indicator--9a5e8 path{
|
|
2981
3064
|
fill:var(--select-content-viewport-option-indicator-color);
|
|
2982
3065
|
}
|
|
2983
|
-
.bp_select_module_content--
|
|
3066
|
+
.bp_select_module_content--9a5e8 .bp_select_module_viewport--9a5e8 .bp_select_module_separator--9a5e8{
|
|
2984
3067
|
background-color:var(--select-content-bg-color-viewport-option-separator-bg-color);
|
|
2985
3068
|
flex-shrink:0;
|
|
2986
3069
|
height:var(--select-content-bg-color-viewport-option-separator-height);
|
|
2987
3070
|
margin-block:var(--select-content-bg-color-viewport-option-separator-margin-block);
|
|
2988
3071
|
}
|
|
2989
3072
|
|
|
2990
|
-
.bp_content_card_module_card--
|
|
3073
|
+
.bp_content_card_module_card--adb8d{
|
|
2991
3074
|
background-color:var(--surface-surface);
|
|
2992
3075
|
border:var(--border-1) solid var(--border-card-border);
|
|
2993
3076
|
border-radius:var(--size-3);
|
|
@@ -2998,21 +3081,21 @@
|
|
|
2998
3081
|
padding:var(--size-4);
|
|
2999
3082
|
position:relative;
|
|
3000
3083
|
}
|
|
3001
|
-
.bp_content_card_module_card--
|
|
3084
|
+
.bp_content_card_module_card--adb8d:hover{
|
|
3002
3085
|
box-shadow:var(--dropshadow-3);
|
|
3003
3086
|
}
|
|
3004
|
-
.bp_content_card_module_card--
|
|
3087
|
+
.bp_content_card_module_card--adb8d:focus-visible{
|
|
3005
3088
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
3006
3089
|
box-shadow:var(--dropshadow-3);
|
|
3007
3090
|
outline:none;
|
|
3008
3091
|
}
|
|
3009
|
-
.bp_content_card_module_card--
|
|
3092
|
+
.bp_content_card_module_card--adb8d:active{
|
|
3010
3093
|
background-color:var(--surface-card-surface-pressed);
|
|
3011
3094
|
border:var(--border-1) solid var(--border-card-border);
|
|
3012
3095
|
box-shadow:none;
|
|
3013
3096
|
}
|
|
3014
3097
|
|
|
3015
|
-
.bp_content_card_module_cardContent--
|
|
3098
|
+
.bp_content_card_module_cardContent--adb8d{
|
|
3016
3099
|
display:flex;
|
|
3017
3100
|
flex-direction:column;
|
|
3018
3101
|
gap:var(--size-2);
|
|
@@ -3021,32 +3104,32 @@
|
|
|
3021
3104
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
3022
3105
|
}
|
|
3023
3106
|
|
|
3024
|
-
.bp_content_card_module_cardTitle--
|
|
3107
|
+
.bp_content_card_module_cardTitle--adb8d{
|
|
3025
3108
|
align-items:center;
|
|
3026
3109
|
display:flex;
|
|
3027
3110
|
height:var(--size-12);
|
|
3028
3111
|
}
|
|
3029
3112
|
|
|
3030
|
-
.bp_content_card_module_cardTitleText--
|
|
3113
|
+
.bp_content_card_module_cardTitleText--adb8d{
|
|
3031
3114
|
-webkit-box-orient:vertical;
|
|
3032
3115
|
-webkit-line-clamp:2;
|
|
3033
3116
|
display:-webkit-inline-box;
|
|
3034
3117
|
overflow:hidden;
|
|
3035
3118
|
}
|
|
3036
3119
|
|
|
3037
|
-
.bp_content_card_module_cardBody--
|
|
3120
|
+
.bp_content_card_module_cardBody--adb8d{
|
|
3038
3121
|
height:var(--size-12);
|
|
3039
3122
|
margin-block-end:var(--size-2);
|
|
3040
3123
|
}
|
|
3041
3124
|
|
|
3042
|
-
.bp_content_card_module_cardBodyText--
|
|
3125
|
+
.bp_content_card_module_cardBodyText--adb8d{
|
|
3043
3126
|
-webkit-box-orient:vertical;
|
|
3044
3127
|
-webkit-line-clamp:2;
|
|
3045
3128
|
display:-webkit-inline-box;
|
|
3046
3129
|
overflow:hidden;
|
|
3047
3130
|
}
|
|
3048
3131
|
|
|
3049
|
-
.bp_content_card_module_cardIcon--
|
|
3132
|
+
.bp_content_card_module_cardIcon--adb8d{
|
|
3050
3133
|
background-color:var(--surface-surface);
|
|
3051
3134
|
border:var(--size-1) solid var(--surface-surface);
|
|
3052
3135
|
border-radius:var(--size-3);
|
|
@@ -3059,7 +3142,7 @@
|
|
|
3059
3142
|
z-index:1;
|
|
3060
3143
|
}
|
|
3061
3144
|
|
|
3062
|
-
.bp_content_card_module_cardBackground--
|
|
3145
|
+
.bp_content_card_module_cardBackground--adb8d{
|
|
3063
3146
|
height:var(--size-15);
|
|
3064
3147
|
left:0;
|
|
3065
3148
|
overflow:hidden;
|
|
@@ -3068,12 +3151,12 @@
|
|
|
3068
3151
|
width:100%;
|
|
3069
3152
|
}
|
|
3070
3153
|
|
|
3071
|
-
.bp_content_card_module_image--
|
|
3154
|
+
.bp_content_card_module_image--adb8d{
|
|
3072
3155
|
height:100%;
|
|
3073
3156
|
width:100%;
|
|
3074
3157
|
}
|
|
3075
3158
|
|
|
3076
|
-
.bp_content_card_module_ghostCard--
|
|
3159
|
+
.bp_content_card_module_ghostCard--adb8d{
|
|
3077
3160
|
display:flex;
|
|
3078
3161
|
flex-direction:column;
|
|
3079
3162
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -3082,21 +3165,21 @@
|
|
|
3082
3165
|
position:relative;
|
|
3083
3166
|
}
|
|
3084
3167
|
|
|
3085
|
-
.bp_content_card_module_iconGhost--
|
|
3168
|
+
.bp_content_card_module_iconGhost--adb8d,.bp_content_card_module_titleGhost--adb8d{
|
|
3086
3169
|
margin-block-end:var(--size-4);
|
|
3087
3170
|
}
|
|
3088
3171
|
|
|
3089
|
-
.bp_content_card_module_bodyGhost--
|
|
3172
|
+
.bp_content_card_module_bodyGhost--adb8d{
|
|
3090
3173
|
margin-block-end:var(--size-2);
|
|
3091
3174
|
}
|
|
3092
3175
|
|
|
3093
|
-
.bp_content_card_module_pillGhostContainer--
|
|
3176
|
+
.bp_content_card_module_pillGhostContainer--adb8d{
|
|
3094
3177
|
display:flex;
|
|
3095
3178
|
margin-block-end:var(--size-4);
|
|
3096
3179
|
margin-block-start:var(--size-2);
|
|
3097
3180
|
}
|
|
3098
3181
|
|
|
3099
|
-
.bp_content_card_module_pillGhost--
|
|
3182
|
+
.bp_content_card_module_pillGhost--adb8d{
|
|
3100
3183
|
margin-inline-end:var(--size-2);
|
|
3101
3184
|
}
|
|
3102
3185
|
.bp_content_field_module_contentFieldWrapper--dabac{
|
|
@@ -3225,7 +3308,7 @@
|
|
|
3225
3308
|
overflow:auto;
|
|
3226
3309
|
}
|
|
3227
3310
|
|
|
3228
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3311
|
+
.bp_data_table_module_dataTableWrapper--c1c1a{
|
|
3229
3312
|
--border-radius-datatable:0;
|
|
3230
3313
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
3231
3314
|
--outline-select-color-datatable:#0000;
|
|
@@ -3238,27 +3321,27 @@
|
|
|
3238
3321
|
scroll-padding-top:60px;
|
|
3239
3322
|
width:100%;
|
|
3240
3323
|
}
|
|
3241
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3324
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table > thead > tr{
|
|
3242
3325
|
background:var(--gray-white);
|
|
3243
3326
|
position:sticky;
|
|
3244
3327
|
top:0;
|
|
3245
3328
|
z-index:var(--sticky-element-z-index);
|
|
3246
3329
|
}
|
|
3247
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3330
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table > thead > tr th:first-child{
|
|
3248
3331
|
background:inherit;
|
|
3249
3332
|
height:100%;
|
|
3250
3333
|
left:0;
|
|
3251
3334
|
position:sticky;
|
|
3252
3335
|
z-index:var(--sticky-element-z-index);
|
|
3253
3336
|
}
|
|
3254
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3337
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table > thead > tr th:first-child[data-focus-visible]{
|
|
3255
3338
|
position:sticky;
|
|
3256
3339
|
z-index:var(--sticky-element-z-index);
|
|
3257
3340
|
}
|
|
3258
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3341
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table tbody > tr{
|
|
3259
3342
|
--is-row-focused:0;
|
|
3260
3343
|
}
|
|
3261
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3344
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table tbody > tr > td [data-actionswrapper]::after{
|
|
3262
3345
|
background:inherit;
|
|
3263
3346
|
content:"";
|
|
3264
3347
|
display:block;
|
|
@@ -3268,18 +3351,18 @@
|
|
|
3268
3351
|
width:100%;
|
|
3269
3352
|
z-index:-1;
|
|
3270
3353
|
}
|
|
3271
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3354
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table tbody > tr[data-focus-visible]{
|
|
3272
3355
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
3273
3356
|
--is-row-focused:1;
|
|
3274
3357
|
}
|
|
3275
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3358
|
+
.bp_data_table_module_dataTableWrapper--c1c1a table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
3276
3359
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
3277
3360
|
}
|
|
3278
3361
|
|
|
3279
|
-
.bp_data_table_module_isScrolledX--
|
|
3362
|
+
.bp_data_table_module_isScrolledX--c1c1a table > thead > tr > th:first-child{
|
|
3280
3363
|
overflow:visible;
|
|
3281
3364
|
}
|
|
3282
|
-
.bp_data_table_module_isScrolledX--
|
|
3365
|
+
.bp_data_table_module_isScrolledX--c1c1a table > thead > tr > th:first-child::after{
|
|
3283
3366
|
background:inherit;
|
|
3284
3367
|
border-right:1px solid var(--border-divider-border);
|
|
3285
3368
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3293,7 +3376,7 @@
|
|
|
3293
3376
|
z-index:-1;
|
|
3294
3377
|
}
|
|
3295
3378
|
|
|
3296
|
-
.bp_data_table_module_hideActionWrapperRight--
|
|
3379
|
+
.bp_data_table_module_hideActionWrapperRight--c1c1a table tbody > tr > td [data-actionswrapper]::after{
|
|
3297
3380
|
display:none;
|
|
3298
3381
|
}
|
|
3299
3382
|
.bp_list_checkbox_module_selection--d79fa{
|
|
@@ -3644,7 +3727,7 @@
|
|
|
3644
3727
|
transform:translateZ(0);
|
|
3645
3728
|
}
|
|
3646
3729
|
|
|
3647
|
-
.bp_dropdown_menu_module_content--
|
|
3730
|
+
.bp_dropdown_menu_module_content--8924c[data-modern=false]{
|
|
3648
3731
|
--dropdown-menu-radius:var(--radius-3);
|
|
3649
3732
|
--dropdown-menu-padding:var(--space-3);
|
|
3650
3733
|
--dropdown-menu-text-color:var(--text-text-on-light);
|
|
@@ -3676,7 +3759,7 @@
|
|
|
3676
3759
|
--dropdown-menu-backdrop-filter:none;
|
|
3677
3760
|
}
|
|
3678
3761
|
|
|
3679
|
-
.bp_dropdown_menu_module_content--
|
|
3762
|
+
.bp_dropdown_menu_module_content--8924c[data-modern=true]{
|
|
3680
3763
|
--dropdown-menu-radius:var(--bp-radius-10);
|
|
3681
3764
|
--dropdown-menu-padding:var(--bp-space-030);
|
|
3682
3765
|
--dropdown-menu-text-color:var(--bp-text-text-on-light);
|
|
@@ -3708,7 +3791,7 @@
|
|
|
3708
3791
|
--dropdown-menu-backdrop-filter:blur(16px);
|
|
3709
3792
|
}
|
|
3710
3793
|
|
|
3711
|
-
.bp_dropdown_menu_module_content--
|
|
3794
|
+
.bp_dropdown_menu_module_content--8924c{
|
|
3712
3795
|
backdrop-filter:var(--dropdown-menu-backdrop-filter);
|
|
3713
3796
|
background-color:var(--dropdown-menu-background);
|
|
3714
3797
|
border:var(--dropdown-menu-border);
|
|
@@ -3731,7 +3814,7 @@
|
|
|
3731
3814
|
text-transform:var(--body-default-text-case);
|
|
3732
3815
|
z-index:2147483647;
|
|
3733
3816
|
}
|
|
3734
|
-
.bp_dropdown_menu_module_content--
|
|
3817
|
+
.bp_dropdown_menu_module_content--8924c[data-menu-fullscreen=true]{
|
|
3735
3818
|
border:unset;
|
|
3736
3819
|
border-radius:unset;
|
|
3737
3820
|
display:flex;
|
|
@@ -3744,27 +3827,27 @@
|
|
|
3744
3827
|
position:relative;
|
|
3745
3828
|
width:100vw;
|
|
3746
3829
|
}
|
|
3747
|
-
.bp_dropdown_menu_module_content--
|
|
3830
|
+
.bp_dropdown_menu_module_content--8924c[data-menu-fullscreen=true] .bp_dropdown_menu_module_fullScreenContent--8924c{
|
|
3748
3831
|
overflow-y:auto;
|
|
3749
3832
|
padding:var(--dropdown-menu-full-screen-padding);
|
|
3750
3833
|
}
|
|
3751
|
-
.bp_dropdown_menu_module_content--
|
|
3834
|
+
.bp_dropdown_menu_module_content--8924c .bp_dropdown_menu_module_subheader--8924c{
|
|
3752
3835
|
padding:var(--dropdown-menu-subheader-padding);
|
|
3753
3836
|
}
|
|
3754
|
-
.bp_dropdown_menu_module_content--
|
|
3837
|
+
.bp_dropdown_menu_module_content--8924c .bp_dropdown_menu_module_subheader--8924c.bp_dropdown_menu_module_uppercased--8924c{
|
|
3755
3838
|
text-transform:uppercase;
|
|
3756
3839
|
}
|
|
3757
|
-
.bp_dropdown_menu_module_content--
|
|
3840
|
+
.bp_dropdown_menu_module_content--8924c .bp_dropdown_menu_module_dropdownMenuItemSeparator--8924c{
|
|
3758
3841
|
margin-block:var(--dropdown-menu-separator-margin);
|
|
3759
3842
|
}
|
|
3760
3843
|
|
|
3761
|
-
.bp_dropdown_menu_module_ellipsis--
|
|
3844
|
+
.bp_dropdown_menu_module_ellipsis--8924c{
|
|
3762
3845
|
overflow:hidden;
|
|
3763
3846
|
text-overflow:ellipsis;
|
|
3764
3847
|
white-space:nowrap;
|
|
3765
3848
|
}
|
|
3766
3849
|
|
|
3767
|
-
.bp_dropdown_menu_module_checkmark--
|
|
3850
|
+
.bp_dropdown_menu_module_checkmark--8924c{
|
|
3768
3851
|
align-items:center;
|
|
3769
3852
|
display:inline-flex;
|
|
3770
3853
|
justify-content:center;
|
|
@@ -3772,7 +3855,7 @@
|
|
|
3772
3855
|
position:absolute;
|
|
3773
3856
|
}
|
|
3774
3857
|
|
|
3775
|
-
.bp_dropdown_menu_module_item--
|
|
3858
|
+
.bp_dropdown_menu_module_item--8924c,.bp_dropdown_menu_module_subMenuTrigger--8924c{
|
|
3776
3859
|
align-items:center;
|
|
3777
3860
|
border:var(--dropdown-menu-item-border);
|
|
3778
3861
|
border-radius:var(--dropdown-menu-item-radius);
|
|
@@ -3785,37 +3868,37 @@
|
|
|
3785
3868
|
-webkit-user-select:none;
|
|
3786
3869
|
user-select:none;
|
|
3787
3870
|
}
|
|
3788
|
-
.bp_dropdown_menu_module_item--
|
|
3871
|
+
.bp_dropdown_menu_module_item--8924c[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--8924c[data-disabled]{
|
|
3789
3872
|
opacity:60%;
|
|
3790
3873
|
pointer-events:none;
|
|
3791
3874
|
}
|
|
3792
|
-
.bp_dropdown_menu_module_item--
|
|
3875
|
+
.bp_dropdown_menu_module_item--8924c[data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--8924c[data-highlighted]{
|
|
3793
3876
|
background-color:var(--dropdown-menu-item-background-focus);
|
|
3794
3877
|
border:var(--dropdown-menu-item-border-focus);
|
|
3795
3878
|
}
|
|
3796
|
-
.bp_dropdown_menu_module_item--
|
|
3879
|
+
.bp_dropdown_menu_module_item--8924c:active,.bp_dropdown_menu_module_subMenuTrigger--8924c:active{
|
|
3797
3880
|
background-color:var(--dropdown-menu-item-background-active);
|
|
3798
3881
|
border:var(--dropdown-menu-item-border-active);
|
|
3799
3882
|
}
|
|
3800
|
-
.bp_dropdown_menu_module_item--
|
|
3883
|
+
.bp_dropdown_menu_module_item--8924c[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--8924c[data-state=open]{
|
|
3801
3884
|
background-color:var(--dropdown-menu-item-background-selected);
|
|
3802
3885
|
}
|
|
3803
|
-
.bp_dropdown_menu_module_item--
|
|
3886
|
+
.bp_dropdown_menu_module_item--8924c:hover,.bp_dropdown_menu_module_subMenuTrigger--8924c:hover{
|
|
3804
3887
|
background-color:var(--dropdown-menu-item-background-hover);
|
|
3805
3888
|
}
|
|
3806
|
-
.bp_dropdown_menu_module_item--
|
|
3889
|
+
.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
3890
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3808
3891
|
}
|
|
3809
|
-
.bp_dropdown_menu_module_item--
|
|
3892
|
+
.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
3893
|
padding-inline-start:var(--dropdown-menu-radio-item-medium-padding-start);
|
|
3811
3894
|
}
|
|
3812
|
-
.bp_dropdown_menu_module_item--
|
|
3895
|
+
.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
3896
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3814
3897
|
}
|
|
3815
|
-
.bp_dropdown_menu_module_item--
|
|
3898
|
+
.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
3899
|
padding-inline-start:var(--dropdown-menu-checkbox-item-medium-padding-start);
|
|
3817
3900
|
}
|
|
3818
|
-
.bp_dropdown_menu_module_item--
|
|
3901
|
+
.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
3902
|
align-items:center;
|
|
3820
3903
|
display:flex;
|
|
3821
3904
|
gap:var(--dropdown-menu-medium-item-layout-gap);
|
|
@@ -3823,20 +3906,20 @@
|
|
|
3823
3906
|
overflow:hidden;
|
|
3824
3907
|
width:100%;
|
|
3825
3908
|
}
|
|
3826
|
-
.bp_dropdown_menu_module_item--
|
|
3909
|
+
.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
3910
|
align-items:center;
|
|
3828
3911
|
display:flex;
|
|
3829
3912
|
}
|
|
3830
|
-
.bp_dropdown_menu_module_item--
|
|
3913
|
+
.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
3914
|
flex-grow:1;
|
|
3832
3915
|
}
|
|
3833
|
-
.bp_dropdown_menu_module_item--
|
|
3916
|
+
.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
3917
|
align-items:center;
|
|
3835
3918
|
color:var(--dropdown-menu-end-element-color);
|
|
3836
3919
|
display:flex;
|
|
3837
3920
|
}
|
|
3838
3921
|
|
|
3839
|
-
.bp_dropdown_menu_module_menuHeader--
|
|
3922
|
+
.bp_dropdown_menu_module_menuHeader--8924c{
|
|
3840
3923
|
align-items:center;
|
|
3841
3924
|
box-shadow:var(--dropdown-menu-header-shadow);
|
|
3842
3925
|
display:grid;
|
|
@@ -3846,15 +3929,15 @@
|
|
|
3846
3929
|
padding:var(--dropdown-menu-header-padding);
|
|
3847
3930
|
}
|
|
3848
3931
|
|
|
3849
|
-
.bp_dropdown_menu_module_headerTextContent--
|
|
3932
|
+
.bp_dropdown_menu_module_headerTextContent--8924c{
|
|
3850
3933
|
display:grid;
|
|
3851
3934
|
}
|
|
3852
3935
|
|
|
3853
|
-
.bp_dropdown_menu_module_submenuCloseButton--
|
|
3936
|
+
.bp_dropdown_menu_module_submenuCloseButton--8924c{
|
|
3854
3937
|
grid-area:submenu-close;
|
|
3855
3938
|
}
|
|
3856
3939
|
|
|
3857
|
-
.bp_dropdown_menu_module_menuCloseButton--
|
|
3940
|
+
.bp_dropdown_menu_module_menuCloseButton--8924c{
|
|
3858
3941
|
grid-area:close;
|
|
3859
3942
|
}
|
|
3860
3943
|
.bp_divider_module_divider--2f437{
|
|
@@ -3912,7 +3995,7 @@
|
|
|
3912
3995
|
color:var(--text-text-on-light-secondary);
|
|
3913
3996
|
}
|
|
3914
3997
|
|
|
3915
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3998
|
+
.bp_sticky_cell_module_stickyCell--98a29{
|
|
3916
3999
|
background:inherit;
|
|
3917
4000
|
background-clip:content-box;
|
|
3918
4001
|
left:0;
|
|
@@ -3921,16 +4004,16 @@
|
|
|
3921
4004
|
position:sticky !important;
|
|
3922
4005
|
z-index:var(--sticky-element-z-index);
|
|
3923
4006
|
}
|
|
3924
|
-
.bp_sticky_cell_module_stickyCell--
|
|
4007
|
+
.bp_sticky_cell_module_stickyCell--98a29[data-focus-visible]{
|
|
3925
4008
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3926
4009
|
}
|
|
3927
|
-
.bp_sticky_cell_module_stickyCell--
|
|
4010
|
+
.bp_sticky_cell_module_stickyCell--98a29 .bp_sticky_cell_module_childrenWrapper--98a29{
|
|
3928
4011
|
overflow:hidden;
|
|
3929
4012
|
text-align:start;
|
|
3930
4013
|
text-overflow:ellipsis;
|
|
3931
4014
|
white-space:nowrap;
|
|
3932
4015
|
}
|
|
3933
|
-
.bp_sticky_cell_module_stickyCell--
|
|
4016
|
+
.bp_sticky_cell_module_stickyCell--98a29 .bp_sticky_cell_module_verticalBar--98a29{
|
|
3934
4017
|
background:inherit;
|
|
3935
4018
|
border-right:1px solid var(--border-divider-border);
|
|
3936
4019
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3943,10 +4026,10 @@
|
|
|
3943
4026
|
width:var(--space-3);
|
|
3944
4027
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3945
4028
|
}
|
|
3946
|
-
.bp_sticky_cell_module_stickyCell--
|
|
4029
|
+
.bp_sticky_cell_module_stickyCell--98a29 .bp_sticky_cell_module_verticalBar--98a29.bp_sticky_cell_module_isScrolledX--98a29{
|
|
3947
4030
|
display:block;
|
|
3948
4031
|
}
|
|
3949
|
-
.bp_sticky_cell_module_stickyCell--
|
|
4032
|
+
.bp_sticky_cell_module_stickyCell--98a29 .bp_sticky_cell_module_stickyCellBelow--98a29{
|
|
3950
4033
|
background:inherit;
|
|
3951
4034
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3952
4035
|
border-radius:unset;
|
|
@@ -3960,7 +4043,7 @@
|
|
|
3960
4043
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3961
4044
|
z-index:-1;
|
|
3962
4045
|
}
|
|
3963
|
-
.bp_sticky_cell_module_stickyCell--
|
|
4046
|
+
.bp_sticky_cell_module_stickyCell--98a29 .bp_sticky_cell_module_stickyCellOuterLeft--98a29{
|
|
3964
4047
|
background:inherit;
|
|
3965
4048
|
border-radius:unset;
|
|
3966
4049
|
box-sizing:border-box;
|
|
@@ -3974,7 +4057,7 @@
|
|
|
3974
4057
|
z-index:-1;
|
|
3975
4058
|
}
|
|
3976
4059
|
|
|
3977
|
-
.bp_calendar_module_calendar--
|
|
4060
|
+
.bp_calendar_module_calendar--c2dba[data-modern=false]{
|
|
3978
4061
|
--calendar-background:var(--gray-white);
|
|
3979
4062
|
--calendar-padding-inline:var(--space-4);
|
|
3980
4063
|
--calendar-padding-block:var(--space-4);
|
|
@@ -4007,7 +4090,7 @@
|
|
|
4007
4090
|
--calendar-focus-outline:var(--border-1) solid #fff;
|
|
4008
4091
|
}
|
|
4009
4092
|
|
|
4010
|
-
.bp_calendar_module_calendar--
|
|
4093
|
+
.bp_calendar_module_calendar--c2dba[data-modern=true]{
|
|
4011
4094
|
--calendar-background:var(--bp-gray-white);
|
|
4012
4095
|
--calendar-padding-inline:var(--bp-space-040);
|
|
4013
4096
|
--calendar-padding-block:var(--bp-space-040);
|
|
@@ -4040,7 +4123,7 @@
|
|
|
4040
4123
|
--calendar-focus-outline:var(--bp-border-01) solid #fff;
|
|
4041
4124
|
}
|
|
4042
4125
|
|
|
4043
|
-
.bp_calendar_module_calendar--
|
|
4126
|
+
.bp_calendar_module_calendar--c2dba{
|
|
4044
4127
|
background:var(--calendar-background);
|
|
4045
4128
|
border-radius:var(--calendar-border-radius);
|
|
4046
4129
|
box-shadow:var(--calendar-box-shadow);
|
|
@@ -4058,14 +4141,14 @@
|
|
|
4058
4141
|
width:-moz-fit-content;
|
|
4059
4142
|
width:fit-content;
|
|
4060
4143
|
}
|
|
4061
|
-
.bp_calendar_module_calendar--
|
|
4144
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarGrid--c2dba{
|
|
4062
4145
|
border-collapse:revert;
|
|
4063
4146
|
border-spacing:revert;
|
|
4064
4147
|
}
|
|
4065
|
-
.bp_calendar_module_calendar--
|
|
4148
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarGrid--c2dba td{
|
|
4066
4149
|
padding:1px;
|
|
4067
4150
|
}
|
|
4068
|
-
.bp_calendar_module_calendar--
|
|
4151
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeaderCell--c2dba{
|
|
4069
4152
|
color:var(--calendar-header-cell-text-color);
|
|
4070
4153
|
font-family:var(--body-default-font-family);
|
|
4071
4154
|
font-size:var(--body-default-font-size);
|
|
@@ -4077,13 +4160,13 @@
|
|
|
4077
4160
|
text-decoration:var(--body-default-text-decoration);
|
|
4078
4161
|
text-transform:var(--body-default-text-case);
|
|
4079
4162
|
}
|
|
4080
|
-
.bp_calendar_module_calendar--
|
|
4163
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba{
|
|
4081
4164
|
align-items:center;
|
|
4082
4165
|
color:var(--calendar-header-text-color);
|
|
4083
4166
|
display:flex;
|
|
4084
4167
|
margin-block-end:var(--calendar-header-margin-bottom);
|
|
4085
4168
|
}
|
|
4086
|
-
.bp_calendar_module_calendar--
|
|
4169
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderHeading--c2dba{
|
|
4087
4170
|
flex:1;
|
|
4088
4171
|
font-family:var(--body-large-bold-font-family);
|
|
4089
4172
|
font-size:var(--body-large-bold-font-size);
|
|
@@ -4097,7 +4180,7 @@
|
|
|
4097
4180
|
text-transform:capitalize;
|
|
4098
4181
|
text-transform:var(--body-large-bold-text-case);
|
|
4099
4182
|
}
|
|
4100
|
-
.bp_calendar_module_calendar--
|
|
4183
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderButton--c2dba{
|
|
4101
4184
|
align-items:center;
|
|
4102
4185
|
background-color:var(--calendar-header-button-background);
|
|
4103
4186
|
border:none;
|
|
@@ -4111,21 +4194,21 @@
|
|
|
4111
4194
|
padding:0;
|
|
4112
4195
|
width:var(--calendar-header-button-size);
|
|
4113
4196
|
}
|
|
4114
|
-
.bp_calendar_module_calendar--
|
|
4197
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderButton--c2dba:disabled{
|
|
4115
4198
|
cursor:default;
|
|
4116
4199
|
opacity:60%;
|
|
4117
4200
|
}
|
|
4118
|
-
.bp_calendar_module_calendar--
|
|
4201
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderButton--c2dba:disabled *{
|
|
4119
4202
|
fill:var(--calendar-disabled-text-color);
|
|
4120
4203
|
}
|
|
4121
|
-
.bp_calendar_module_calendar--
|
|
4204
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderButton--c2dba:hover:not(:disabled){
|
|
4122
4205
|
background-color:var(--calendar-header-button-hover-background);
|
|
4123
4206
|
}
|
|
4124
|
-
.bp_calendar_module_calendar--
|
|
4207
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarHeader--c2dba .bp_calendar_module_calendarHeaderButton--c2dba[data-focus-visible]{
|
|
4125
4208
|
background-color:var(--calendar-header-button-hover-background);
|
|
4126
4209
|
box-shadow:var(--calendar-header-button-focus-box-shadow);
|
|
4127
4210
|
}
|
|
4128
|
-
.bp_calendar_module_calendar--
|
|
4211
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba{
|
|
4129
4212
|
border-radius:var(--calendar-cell-border-radius);
|
|
4130
4213
|
color:var(--calendar-cell-text-color);
|
|
4131
4214
|
line-height:var(--calendar-cell-size);
|
|
@@ -4133,7 +4216,7 @@
|
|
|
4133
4216
|
text-align:center;
|
|
4134
4217
|
width:var(--calendar-cell-size);
|
|
4135
4218
|
}
|
|
4136
|
-
.bp_calendar_module_calendar--
|
|
4219
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba.bp_calendar_module_today--c2dba{
|
|
4137
4220
|
color:var(--calendar-cell-today-text-color);
|
|
4138
4221
|
font-family:var(--body-default-bold-font-family);
|
|
4139
4222
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -4146,11 +4229,11 @@
|
|
|
4146
4229
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
4147
4230
|
text-transform:var(--body-default-bold-text-case);
|
|
4148
4231
|
}
|
|
4149
|
-
.bp_calendar_module_calendar--
|
|
4232
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba.bp_calendar_module_today--c2dba[data-disabled]{
|
|
4150
4233
|
cursor:default;
|
|
4151
4234
|
opacity:var(--calendar-cell-today-disabled-opacity);
|
|
4152
4235
|
}
|
|
4153
|
-
.bp_calendar_module_calendar--
|
|
4236
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba.bp_calendar_module_today--c2dba::after{
|
|
4154
4237
|
background-color:var(--calendar-cell-today-dot-background);
|
|
4155
4238
|
border-radius:50%;
|
|
4156
4239
|
bottom:var(--calendar-cell-today-dot-bottom);
|
|
@@ -4161,41 +4244,41 @@
|
|
|
4161
4244
|
transform:translateX(-50%);
|
|
4162
4245
|
width:var(--calendar-cell-today-dot-diameter);
|
|
4163
4246
|
}
|
|
4164
|
-
.bp_calendar_module_calendar--
|
|
4247
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba:not([data-outside-month]){
|
|
4165
4248
|
cursor:pointer;
|
|
4166
4249
|
}
|
|
4167
|
-
.bp_calendar_module_calendar--
|
|
4250
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
|
|
4168
4251
|
background-color:var(--calendar-cell-hovered-background);
|
|
4169
4252
|
}
|
|
4170
|
-
.bp_calendar_module_calendar--
|
|
4253
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-focus-visible]:not([data-outside-month]){
|
|
4171
4254
|
box-shadow:var(--calendar-cell-focus-box-shadow);
|
|
4172
4255
|
}
|
|
4173
|
-
.bp_calendar_module_calendar--
|
|
4256
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-selected]{
|
|
4174
4257
|
background-color:var(--calendar-cell-selected-background);
|
|
4175
4258
|
color:var(--calendar-cell-selected-text-color);
|
|
4176
4259
|
}
|
|
4177
|
-
.bp_calendar_module_calendar--
|
|
4260
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-selected]:hover{
|
|
4178
4261
|
background-color:var(--calendar-cell-selected-hovered-background);
|
|
4179
4262
|
}
|
|
4180
|
-
.bp_calendar_module_calendar--
|
|
4263
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-selected][data-focus-visible]{
|
|
4181
4264
|
background-color:var(--calendar-cell-selected-focused-background);
|
|
4182
4265
|
box-shadow:var(--calendar-cell-focus-box-shadow);
|
|
4183
4266
|
outline:var(--calendar-focus-outline);
|
|
4184
4267
|
outline-offset:-.0625rem;
|
|
4185
4268
|
}
|
|
4186
|
-
.bp_calendar_module_calendar--
|
|
4269
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-selected]::after{
|
|
4187
4270
|
background-color:var(--calendar-cell-selected-text-color);
|
|
4188
4271
|
}
|
|
4189
|
-
.bp_calendar_module_calendar--
|
|
4272
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-disabled]:not(.bp_calendar_module_today--c2dba){
|
|
4190
4273
|
color:var(--calendar-cell-outside-range-text-color);
|
|
4191
4274
|
cursor:default;
|
|
4192
4275
|
}
|
|
4193
|
-
.bp_calendar_module_calendar--
|
|
4276
|
+
.bp_calendar_module_calendar--c2dba .bp_calendar_module_calendarCell--c2dba[data-unavailable]{
|
|
4194
4277
|
color:var(--calendar-disabled-text-color);
|
|
4195
4278
|
text-decoration:line-through;
|
|
4196
4279
|
}
|
|
4197
4280
|
|
|
4198
|
-
.bp_date_picker_module_datePicker--
|
|
4281
|
+
.bp_date_picker_module_datePicker--c2b4c[data-modern=false]{
|
|
4199
4282
|
--date-picker-label-margin-bottom:var(--space-2);
|
|
4200
4283
|
--date-picker-input-placeholder-color:var(--text-text-on-light-secondary);
|
|
4201
4284
|
--date-picker-input-placeholder-focused-color:var(--text-text-on-light);
|
|
@@ -4221,7 +4304,7 @@
|
|
|
4221
4304
|
--date-picker-clear-button-right:var(--size-9);
|
|
4222
4305
|
}
|
|
4223
4306
|
|
|
4224
|
-
.bp_date_picker_module_datePicker--
|
|
4307
|
+
.bp_date_picker_module_datePicker--c2b4c[data-modern=true]{
|
|
4225
4308
|
--date-picker-label-margin-bottom:var(--bp-space-020);
|
|
4226
4309
|
--date-picker-input-placeholder-color:var(--bp-text-text-on-light-secondary);
|
|
4227
4310
|
--date-picker-input-placeholder-focused-color:var(--bp-text-text-on-light);
|
|
@@ -4247,16 +4330,16 @@
|
|
|
4247
4330
|
--date-picker-clear-button-right:var(--bp-size-090);
|
|
4248
4331
|
}
|
|
4249
4332
|
|
|
4250
|
-
.bp_date_picker_module_datePicker--
|
|
4333
|
+
.bp_date_picker_module_datePicker--c2b4c{
|
|
4251
4334
|
width:100%;
|
|
4252
4335
|
}
|
|
4253
|
-
.bp_date_picker_module_datePicker--
|
|
4336
|
+
.bp_date_picker_module_datePicker--c2b4c.bp_date_picker_module_disabled--c2b4c{
|
|
4254
4337
|
opacity:60%;
|
|
4255
4338
|
pointer-events:none;
|
|
4256
4339
|
-webkit-user-select:none;
|
|
4257
4340
|
user-select:none;
|
|
4258
4341
|
}
|
|
4259
|
-
.bp_date_picker_module_datePicker--
|
|
4342
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_label--c2b4c{
|
|
4260
4343
|
cursor:default;
|
|
4261
4344
|
display:block;
|
|
4262
4345
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -4271,7 +4354,7 @@
|
|
|
4271
4354
|
width:-moz-fit-content;
|
|
4272
4355
|
width:fit-content;
|
|
4273
4356
|
}
|
|
4274
|
-
.bp_date_picker_module_datePicker--
|
|
4357
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c{
|
|
4275
4358
|
align-items:center;
|
|
4276
4359
|
display:inline-flex;
|
|
4277
4360
|
font-family:var(--body-default-font-family);
|
|
@@ -4285,7 +4368,7 @@
|
|
|
4285
4368
|
text-transform:var(--body-default-text-case);
|
|
4286
4369
|
width:100%;
|
|
4287
4370
|
}
|
|
4288
|
-
.bp_date_picker_module_datePicker--
|
|
4371
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_groupContainer--c2b4c{
|
|
4289
4372
|
align-items:center;
|
|
4290
4373
|
border-radius:var(--date-picker-border-radius);
|
|
4291
4374
|
box-shadow:var(--date-picker-input-inner-shadow);
|
|
@@ -4296,23 +4379,23 @@
|
|
|
4296
4379
|
position:relative;
|
|
4297
4380
|
width:100%;
|
|
4298
4381
|
}
|
|
4299
|
-
.bp_date_picker_module_datePicker--
|
|
4382
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_groupContainer--c2b4c:focus-within{
|
|
4300
4383
|
outline:var(--date-picker-focus-outline);
|
|
4301
4384
|
}
|
|
4302
|
-
.bp_date_picker_module_datePicker--
|
|
4385
|
+
.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
4386
|
outline:var(--date-picker-error-outline);
|
|
4304
4387
|
}
|
|
4305
|
-
.bp_date_picker_module_datePicker--
|
|
4388
|
+
.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
4389
|
outline:var(--date-picker-focus-outline);
|
|
4307
4390
|
}
|
|
4308
|
-
.bp_date_picker_module_datePicker--
|
|
4391
|
+
.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
4392
|
align-items:center;
|
|
4310
4393
|
display:inline-flex;
|
|
4311
4394
|
height:var(--date-picker-height);
|
|
4312
4395
|
text-transform:uppercase;
|
|
4313
4396
|
white-space:nowrap;
|
|
4314
4397
|
}
|
|
4315
|
-
.bp_date_picker_module_datePicker--
|
|
4398
|
+
.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
4399
|
border:unset;
|
|
4317
4400
|
border-radius:unset;
|
|
4318
4401
|
box-shadow:unset;
|
|
@@ -4323,18 +4406,18 @@
|
|
|
4323
4406
|
transition:unset;
|
|
4324
4407
|
width:unset;
|
|
4325
4408
|
}
|
|
4326
|
-
.bp_date_picker_module_datePicker--
|
|
4409
|
+
.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
4410
|
color:var(--date-picker-input-placeholder-color);
|
|
4328
4411
|
}
|
|
4329
|
-
.bp_date_picker_module_datePicker--
|
|
4412
|
+
.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
4413
|
background:var(--date-picker-input-segment-focused-background);
|
|
4331
4414
|
caret-color:#0000;
|
|
4332
4415
|
outline:none;
|
|
4333
4416
|
}
|
|
4334
|
-
.bp_date_picker_module_datePicker--
|
|
4417
|
+
.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
4418
|
color:var(--date-picker-input-placeholder-focused-color);
|
|
4336
4419
|
}
|
|
4337
|
-
.bp_date_picker_module_datePicker--
|
|
4420
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c{
|
|
4338
4421
|
align-items:center;
|
|
4339
4422
|
background-color:initial;
|
|
4340
4423
|
border:none;
|
|
@@ -4349,33 +4432,33 @@
|
|
|
4349
4432
|
right:var(--date-picker-padding-inline);
|
|
4350
4433
|
width:var(--date-picker-icon-button-size);
|
|
4351
4434
|
}
|
|
4352
|
-
.bp_date_picker_module_datePicker--
|
|
4435
|
+
.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
4436
|
right:var(--date-picker-clear-button-right);
|
|
4354
4437
|
}
|
|
4355
|
-
.bp_date_picker_module_datePicker--
|
|
4438
|
+
.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
4439
|
background-color:var(--date-picker-icon-button-focus-background-color);
|
|
4357
4440
|
outline:var(--date-picker-icon-button-focus-outline);
|
|
4358
4441
|
}
|
|
4359
|
-
.bp_date_picker_module_datePicker--
|
|
4442
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c:hover{
|
|
4360
4443
|
background:var(--date-picker-icon-button-hover-background);
|
|
4361
4444
|
}
|
|
4362
|
-
.bp_date_picker_module_datePicker--
|
|
4445
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c:hover *{
|
|
4363
4446
|
fill:var(--date-picker-icon-button-hover-fill);
|
|
4364
4447
|
}
|
|
4365
|
-
.bp_date_picker_module_datePicker--
|
|
4448
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c:active{
|
|
4366
4449
|
background:var(--date-picker-icon-button-active-background);
|
|
4367
4450
|
}
|
|
4368
|
-
.bp_date_picker_module_datePicker--
|
|
4451
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c:active *{
|
|
4369
4452
|
fill:var(--date-picker-icon-button-active-fill);
|
|
4370
4453
|
}
|
|
4371
|
-
.bp_date_picker_module_datePicker--
|
|
4454
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_group--c2b4c .bp_date_picker_module_button--c2b4c:disabled{
|
|
4372
4455
|
opacity:1;
|
|
4373
4456
|
}
|
|
4374
|
-
.bp_date_picker_module_datePicker--
|
|
4457
|
+
.bp_date_picker_module_datePicker--c2b4c .bp_date_picker_module_inlineError--c2b4c{
|
|
4375
4458
|
margin-block-start:var(--date-picker-inline-error-margin);
|
|
4376
4459
|
}
|
|
4377
4460
|
|
|
4378
|
-
@keyframes bp_date_picker_module_slide--
|
|
4461
|
+
@keyframes bp_date_picker_module_slide--c2b4c{
|
|
4379
4462
|
from{
|
|
4380
4463
|
opacity:0;
|
|
4381
4464
|
transform:var(--popover-slide-translation);
|
|
@@ -4385,11 +4468,11 @@
|
|
|
4385
4468
|
transform:translateY(0);
|
|
4386
4469
|
}
|
|
4387
4470
|
}
|
|
4388
|
-
.bp_date_picker_module_datePickerPopoverContent--
|
|
4471
|
+
.bp_date_picker_module_datePickerPopoverContent--c2b4c{
|
|
4389
4472
|
z-index:380;
|
|
4390
4473
|
}
|
|
4391
4474
|
|
|
4392
|
-
.bp_empty_state_module_emptyState--
|
|
4475
|
+
.bp_empty_state_module_emptyState--31670{
|
|
4393
4476
|
align-items:center;
|
|
4394
4477
|
display:flex;
|
|
4395
4478
|
flex-direction:column;
|
|
@@ -4398,32 +4481,32 @@
|
|
|
4398
4481
|
text-align:center;
|
|
4399
4482
|
width:100%;
|
|
4400
4483
|
}
|
|
4401
|
-
.bp_empty_state_module_emptyState--
|
|
4484
|
+
.bp_empty_state_module_emptyState--31670 .bp_empty_state_module_illustration--31670{
|
|
4402
4485
|
margin-block-end:var(--space-6);
|
|
4403
4486
|
}
|
|
4404
|
-
.bp_empty_state_module_emptyState--
|
|
4487
|
+
.bp_empty_state_module_emptyState--31670 .bp_empty_state_module_body--31670{
|
|
4405
4488
|
max-width:22.5rem;
|
|
4406
4489
|
}
|
|
4407
|
-
.bp_empty_state_module_emptyState--
|
|
4490
|
+
.bp_empty_state_module_emptyState--31670 .bp_empty_state_module_body--31670:not(:last-child){
|
|
4408
4491
|
margin-block-end:var(--space-6);
|
|
4409
4492
|
}
|
|
4410
|
-
.bp_empty_state_module_emptyState--
|
|
4493
|
+
.bp_empty_state_module_emptyState--31670 .bp_empty_state_module_heading--31670{
|
|
4411
4494
|
margin-block-end:var(--space-3);
|
|
4412
4495
|
}
|
|
4413
|
-
.bp_empty_state_module_emptyState--
|
|
4496
|
+
.bp_empty_state_module_emptyState--31670 .bp_empty_state_module_button--31670:not(:last-child){
|
|
4414
4497
|
margin-block-end:var(--space-6);
|
|
4415
4498
|
}
|
|
4416
|
-
.bp_empty_state_module_emptyState--
|
|
4499
|
+
.bp_empty_state_module_emptyState--31670.bp_empty_state_module_small--31670 .bp_empty_state_module_illustration--31670{
|
|
4417
4500
|
margin-block-end:var(--space-4);
|
|
4418
4501
|
}
|
|
4419
|
-
.bp_empty_state_module_emptyState--
|
|
4502
|
+
.bp_empty_state_module_emptyState--31670.bp_empty_state_module_small--31670 .bp_empty_state_module_illustration--31670 svg{
|
|
4420
4503
|
height:var(--size-14);
|
|
4421
4504
|
width:var(--size-14);
|
|
4422
4505
|
}
|
|
4423
|
-
.bp_empty_state_module_emptyState--
|
|
4506
|
+
.bp_empty_state_module_emptyState--31670.bp_empty_state_module_small--31670 .bp_empty_state_module_body--31670{
|
|
4424
4507
|
max-width:220px;
|
|
4425
4508
|
}
|
|
4426
|
-
.bp_empty_state_module_emptyState--
|
|
4509
|
+
.bp_empty_state_module_emptyState--31670.bp_empty_state_module_small--31670 .bp_empty_state_module_body--31670:not(:last-child){
|
|
4427
4510
|
margin-block-end:var(--space-4);
|
|
4428
4511
|
}
|
|
4429
4512
|
.bp_link_module_link--fb308{
|
|
@@ -5432,7 +5515,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5432
5515
|
display:inline;
|
|
5433
5516
|
}
|
|
5434
5517
|
|
|
5435
|
-
.bp_modal_module_overlay--
|
|
5518
|
+
.bp_modal_module_overlay--199e7[data-modern=false]{
|
|
5436
5519
|
--modal-overlay-background:var(--overlay-modal-overlay);
|
|
5437
5520
|
--modal-content-background:var(--gray-white);
|
|
5438
5521
|
--modal-min-width-non-fullscreen:calc(460px - var(--space-8)*2);
|
|
@@ -5468,7 +5551,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5468
5551
|
--modal-footer-button-margin-inline-start:var(--space-3);
|
|
5469
5552
|
}
|
|
5470
5553
|
|
|
5471
|
-
.bp_modal_module_overlay--
|
|
5554
|
+
.bp_modal_module_overlay--199e7[data-modern=true]{
|
|
5472
5555
|
--modal-overlay-background:var(--bp-overlay-modal-overlay);
|
|
5473
5556
|
--modal-content-background:var(--bp-gray-white);
|
|
5474
5557
|
--modal-min-width-non-fullscreen:calc(460px - var(--bp-space-080)*2);
|
|
@@ -5504,7 +5587,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5504
5587
|
--modal-footer-button-margin-inline-start:var(--bp-space-030);
|
|
5505
5588
|
}
|
|
5506
5589
|
|
|
5507
|
-
.bp_modal_module_overlay--
|
|
5590
|
+
.bp_modal_module_overlay--199e7{
|
|
5508
5591
|
background-color:var(--modal-overlay-background);
|
|
5509
5592
|
bottom:0;
|
|
5510
5593
|
display:grid;
|
|
@@ -5516,13 +5599,13 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5516
5599
|
z-index:370;
|
|
5517
5600
|
}
|
|
5518
5601
|
@media (width > 459px){
|
|
5519
|
-
.bp_modal_module_overlay--
|
|
5602
|
+
.bp_modal_module_overlay--199e7{
|
|
5520
5603
|
place-items:center;
|
|
5521
5604
|
}
|
|
5522
5605
|
}
|
|
5523
5606
|
|
|
5524
|
-
.bp_modal_module_content--
|
|
5525
|
-
animation:bp_modal_module_popup_bounce_in--
|
|
5607
|
+
.bp_modal_module_content--199e7{
|
|
5608
|
+
animation:bp_modal_module_popup_bounce_in--199e7 var(--animation-duration-3);
|
|
5526
5609
|
background-color:var(--modal-content-background);
|
|
5527
5610
|
display:flex;
|
|
5528
5611
|
flex-direction:column;
|
|
@@ -5531,80 +5614,80 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5531
5614
|
position:relative;
|
|
5532
5615
|
}
|
|
5533
5616
|
@media (width > 374px){
|
|
5534
|
-
.bp_modal_module_content--
|
|
5617
|
+
.bp_modal_module_content--199e7{
|
|
5535
5618
|
overflow:hidden;
|
|
5536
5619
|
}
|
|
5537
5620
|
}
|
|
5538
5621
|
@media (width > 459px){
|
|
5539
|
-
.bp_modal_module_content--
|
|
5622
|
+
.bp_modal_module_content--199e7{
|
|
5540
5623
|
border-radius:var(--modal-border-radius);
|
|
5541
5624
|
height:auto;
|
|
5542
5625
|
margin:var(--modal-margin);
|
|
5543
5626
|
max-height:var(--modal-max-height-non-fullscreen);
|
|
5544
5627
|
min-width:var(--modal-min-width-non-fullscreen);
|
|
5545
5628
|
}
|
|
5546
|
-
.bp_modal_module_content--
|
|
5629
|
+
.bp_modal_module_content--199e7.bp_modal_module_smallSizeModal--199e7{
|
|
5547
5630
|
max-width:var(--modal-max-width-small);
|
|
5548
5631
|
}
|
|
5549
|
-
.bp_modal_module_content--
|
|
5632
|
+
.bp_modal_module_content--199e7.bp_modal_module_mediumSizeModal--199e7{
|
|
5550
5633
|
max-width:var(--modal-max-width-medium);
|
|
5551
5634
|
}
|
|
5552
|
-
.bp_modal_module_content--
|
|
5635
|
+
.bp_modal_module_content--199e7.bp_modal_module_largeSizeModal--199e7{
|
|
5553
5636
|
max-width:var(--modal-max-width-large);
|
|
5554
5637
|
}
|
|
5555
|
-
.bp_modal_module_content--
|
|
5638
|
+
.bp_modal_module_content--199e7.bp_modal_module_xlargeSizeModal--199e7{
|
|
5556
5639
|
max-width:var(--modal-max-width-xlarge);
|
|
5557
5640
|
}
|
|
5558
5641
|
}
|
|
5559
5642
|
|
|
5560
|
-
.bp_modal_module_scrollableContainer--
|
|
5643
|
+
.bp_modal_module_scrollableContainer--199e7{
|
|
5561
5644
|
flex-grow:1;
|
|
5562
5645
|
}
|
|
5563
5646
|
@media (width > 374px){
|
|
5564
|
-
.bp_modal_module_scrollableContainer--
|
|
5647
|
+
.bp_modal_module_scrollableContainer--199e7{
|
|
5565
5648
|
overflow-y:auto;
|
|
5566
5649
|
}
|
|
5567
5650
|
}
|
|
5568
5651
|
|
|
5569
|
-
.bp_modal_module_content--
|
|
5652
|
+
.bp_modal_module_content--199e7 .bp_modal_module_close--199e7{
|
|
5570
5653
|
color:var(--modal-close-button-color);
|
|
5571
5654
|
position:fixed;
|
|
5572
5655
|
right:var(--modal-close-button-offset-right);
|
|
5573
5656
|
top:var(--modal-close-button-offset-top);
|
|
5574
5657
|
}
|
|
5575
5658
|
@media (width > 374px){
|
|
5576
|
-
.bp_modal_module_content--
|
|
5659
|
+
.bp_modal_module_content--199e7 .bp_modal_module_close--199e7{
|
|
5577
5660
|
position:absolute;
|
|
5578
5661
|
}
|
|
5579
5662
|
}
|
|
5580
5663
|
|
|
5581
|
-
.bp_modal_module_close--
|
|
5664
|
+
.bp_modal_module_close--199e7.bp_modal_module_onColor--199e7{
|
|
5582
5665
|
background-color:var(--modal-close-button-on-color-background);
|
|
5583
5666
|
}
|
|
5584
|
-
.bp_modal_module_close--
|
|
5667
|
+
.bp_modal_module_close--199e7.bp_modal_module_onColor--199e7:hover{
|
|
5585
5668
|
background-color:var(--modal-close-button-on-color-background-hover);
|
|
5586
5669
|
}
|
|
5587
|
-
.bp_modal_module_close--
|
|
5670
|
+
.bp_modal_module_close--199e7.bp_modal_module_onColor--199e7:active{
|
|
5588
5671
|
background-color:var(--modal-close-button-on-color-background-pressed);
|
|
5589
5672
|
}
|
|
5590
5673
|
|
|
5591
|
-
.bp_modal_module_content--
|
|
5674
|
+
.bp_modal_module_content--199e7 .bp_modal_module_backButton--199e7{
|
|
5592
5675
|
color:var(--modal-back-button-color);
|
|
5593
5676
|
margin-block-start:var(--modal-back-button-margin-top-start);
|
|
5594
5677
|
margin-inline-start:var(--modal-back-button-margin-inline-start);
|
|
5595
5678
|
}
|
|
5596
5679
|
@media (width > 459px){
|
|
5597
|
-
.bp_modal_module_content--
|
|
5680
|
+
.bp_modal_module_content--199e7 .bp_modal_module_backButton--199e7{
|
|
5598
5681
|
height:var(--modal-back-button-size-non-fullscreen);
|
|
5599
5682
|
width:var(--modal-back-button-size-non-fullscreen);
|
|
5600
5683
|
}
|
|
5601
5684
|
}
|
|
5602
5685
|
|
|
5603
|
-
.bp_modal_module_modalHeader--
|
|
5686
|
+
.bp_modal_module_modalHeader--199e7{
|
|
5604
5687
|
display:flex;
|
|
5605
5688
|
}
|
|
5606
5689
|
|
|
5607
|
-
.bp_modal_module_modalTitle--
|
|
5690
|
+
.bp_modal_module_modalTitle--199e7{
|
|
5608
5691
|
display:flex;
|
|
5609
5692
|
flex-direction:column;
|
|
5610
5693
|
gap:var(--modal-title-gap);
|
|
@@ -5612,24 +5695,24 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5612
5695
|
padding:var(--modal-title-padding);
|
|
5613
5696
|
}
|
|
5614
5697
|
@media (width > 459px){
|
|
5615
|
-
.bp_modal_module_modalTitle--
|
|
5698
|
+
.bp_modal_module_modalTitle--199e7{
|
|
5616
5699
|
padding:var(--modal-title-padding-non-fullscreen);
|
|
5617
5700
|
}
|
|
5618
5701
|
}
|
|
5619
5702
|
|
|
5620
|
-
.bp_modal_module_body--
|
|
5703
|
+
.bp_modal_module_body--199e7{
|
|
5621
5704
|
padding:var(--modal-body-padding);
|
|
5622
5705
|
}
|
|
5623
5706
|
@media (width > 459px){
|
|
5624
|
-
.bp_modal_module_body--
|
|
5707
|
+
.bp_modal_module_body--199e7{
|
|
5625
5708
|
padding:var(--modal-body-padding-non-fullscreen);
|
|
5626
5709
|
}
|
|
5627
5710
|
}
|
|
5628
5711
|
|
|
5629
|
-
.bp_modal_module_headerDividerLine--
|
|
5712
|
+
.bp_modal_module_headerDividerLine--199e7{
|
|
5630
5713
|
position:relative;
|
|
5631
5714
|
}
|
|
5632
|
-
.bp_modal_module_headerDividerLine--
|
|
5715
|
+
.bp_modal_module_headerDividerLine--199e7::after{
|
|
5633
5716
|
border-bottom:var(--modal-divider-line-border);
|
|
5634
5717
|
bottom:0;
|
|
5635
5718
|
content:"";
|
|
@@ -5638,16 +5721,16 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5638
5721
|
right:var(--modal-divider-line-offset-right);
|
|
5639
5722
|
}
|
|
5640
5723
|
@media (width > 459px){
|
|
5641
|
-
.bp_modal_module_headerDividerLine--
|
|
5724
|
+
.bp_modal_module_headerDividerLine--199e7::after{
|
|
5642
5725
|
left:var(--modal-divider-line-offset-left-non-fullscreen);
|
|
5643
5726
|
right:var(--modal-divider-line-offset-right-non-fullscreen);
|
|
5644
5727
|
}
|
|
5645
5728
|
}
|
|
5646
5729
|
|
|
5647
|
-
.bp_modal_module_footerDividerLine--
|
|
5730
|
+
.bp_modal_module_footerDividerLine--199e7{
|
|
5648
5731
|
position:relative;
|
|
5649
5732
|
}
|
|
5650
|
-
.bp_modal_module_footerDividerLine--
|
|
5733
|
+
.bp_modal_module_footerDividerLine--199e7::before{
|
|
5651
5734
|
border-bottom:var(--modal-divider-line-border);
|
|
5652
5735
|
content:"";
|
|
5653
5736
|
left:var(--modal-divider-line-offset-left);
|
|
@@ -5656,28 +5739,28 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5656
5739
|
top:0;
|
|
5657
5740
|
}
|
|
5658
5741
|
@media (width > 459px){
|
|
5659
|
-
.bp_modal_module_footerDividerLine--
|
|
5742
|
+
.bp_modal_module_footerDividerLine--199e7::before{
|
|
5660
5743
|
left:var(--modal-divider-line-offset-left-non-fullscreen);
|
|
5661
5744
|
right:var(--modal-divider-line-offset-right-non-fullscreen);
|
|
5662
5745
|
}
|
|
5663
5746
|
}
|
|
5664
5747
|
|
|
5665
|
-
.bp_modal_module_footer--
|
|
5748
|
+
.bp_modal_module_footer--199e7{
|
|
5666
5749
|
display:flex;
|
|
5667
5750
|
justify-content:flex-end;
|
|
5668
5751
|
padding:var(--modal-footer-padding);
|
|
5669
5752
|
}
|
|
5670
5753
|
@media (width > 459px){
|
|
5671
|
-
.bp_modal_module_footer--
|
|
5754
|
+
.bp_modal_module_footer--199e7{
|
|
5672
5755
|
padding:var(--modal-footer-padding-non-fullscreen);
|
|
5673
5756
|
}
|
|
5674
5757
|
}
|
|
5675
5758
|
|
|
5676
|
-
.bp_modal_module_footerButton--
|
|
5759
|
+
.bp_modal_module_footerButton--199e7 + .bp_modal_module_footerButton--199e7{
|
|
5677
5760
|
margin-inline-start:var(--modal-footer-button-margin-inline-start);
|
|
5678
5761
|
}
|
|
5679
5762
|
|
|
5680
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
5763
|
+
@keyframes bp_modal_module_popup_bounce_in--199e7{
|
|
5681
5764
|
0%{
|
|
5682
5765
|
transform:scale3d(.1, .1, 1);
|
|
5683
5766
|
}
|
|
@@ -5896,66 +5979,66 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5896
5979
|
justify-content:flex-end;
|
|
5897
5980
|
}
|
|
5898
5981
|
|
|
5899
|
-
.bp_page_section_module_pageSectionContainer--
|
|
5982
|
+
.bp_page_section_module_pageSectionContainer--c37d3{
|
|
5900
5983
|
display:flex;
|
|
5901
5984
|
flex-direction:column;
|
|
5902
5985
|
gap:var(--space-8);
|
|
5903
5986
|
}
|
|
5904
5987
|
@media (width > 767px){
|
|
5905
|
-
.bp_page_section_module_pageSectionContainer--
|
|
5988
|
+
.bp_page_section_module_pageSectionContainer--c37d3{
|
|
5906
5989
|
gap:var(--space-12);
|
|
5907
5990
|
}
|
|
5908
5991
|
}
|
|
5909
5992
|
|
|
5910
|
-
.bp_page_section_module_pageSection--
|
|
5993
|
+
.bp_page_section_module_pageSection--c37d3{
|
|
5911
5994
|
display:flex;
|
|
5912
5995
|
flex-direction:column;
|
|
5913
5996
|
gap:var(--space-7);
|
|
5914
5997
|
}
|
|
5915
5998
|
@media (width > 767px){
|
|
5916
|
-
.bp_page_section_module_pageSection--
|
|
5999
|
+
.bp_page_section_module_pageSection--c37d3{
|
|
5917
6000
|
flex-direction:row;
|
|
5918
6001
|
gap:var(--space-20);
|
|
5919
6002
|
}
|
|
5920
6003
|
}
|
|
5921
6004
|
|
|
5922
|
-
.bp_page_section_module_pageSectionHeader--
|
|
6005
|
+
.bp_page_section_module_pageSectionHeader--c37d3{
|
|
5923
6006
|
display:flex;
|
|
5924
6007
|
flex-direction:column;
|
|
5925
6008
|
gap:var(--space-2);
|
|
5926
6009
|
}
|
|
5927
6010
|
@media (width > 767px){
|
|
5928
|
-
.bp_page_section_module_pageSectionHeader--
|
|
6011
|
+
.bp_page_section_module_pageSectionHeader--c37d3{
|
|
5929
6012
|
width:200px;
|
|
5930
6013
|
}
|
|
5931
6014
|
}
|
|
5932
6015
|
@media (width > 1023px){
|
|
5933
|
-
.bp_page_section_module_pageSectionHeader--
|
|
6016
|
+
.bp_page_section_module_pageSectionHeader--c37d3{
|
|
5934
6017
|
width:242px;
|
|
5935
6018
|
}
|
|
5936
6019
|
}
|
|
5937
6020
|
|
|
5938
|
-
.bp_page_section_module_pageSectionContent--
|
|
6021
|
+
.bp_page_section_module_pageSectionContent--c37d3{
|
|
5939
6022
|
flex-grow:1;
|
|
5940
6023
|
}
|
|
5941
6024
|
|
|
5942
|
-
.bp_page_section_module_pageSectionDivider--
|
|
6025
|
+
.bp_page_section_module_pageSectionDivider--c37d3{
|
|
5943
6026
|
width:100%;
|
|
5944
6027
|
}
|
|
5945
6028
|
|
|
5946
|
-
.bp_password_input_module_passwordInput--
|
|
6029
|
+
.bp_password_input_module_passwordInput--5445a input[type=password],.bp_password_input_module_passwordInput--5445a input[type=text]{
|
|
5947
6030
|
padding-inline-end:2.375rem;
|
|
5948
6031
|
}
|
|
5949
|
-
.bp_password_input_module_passwordInput--
|
|
6032
|
+
.bp_password_input_module_passwordInput--5445a .bp_password_input_module_iconButton--5445a{
|
|
5950
6033
|
height:var(--size-6);
|
|
5951
6034
|
inset-inline-end:.5rem;
|
|
5952
6035
|
width:var(--size-6);
|
|
5953
6036
|
}
|
|
5954
|
-
.bp_password_input_module_passwordInput--
|
|
6037
|
+
.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
6038
|
background:none;
|
|
5956
6039
|
}
|
|
5957
6040
|
|
|
5958
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6041
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e[data-modern=false]{
|
|
5959
6042
|
--text-input-border-width:var(--border-1);
|
|
5960
6043
|
--text-input-border-width-focused:var(--border-2);
|
|
5961
6044
|
--text-input-border-width-error:var(--border-2);
|
|
@@ -5986,7 +6069,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5986
6069
|
--text-input-hover-border-color:var(--border-input-border-hover);
|
|
5987
6070
|
}
|
|
5988
6071
|
|
|
5989
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6072
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e[data-modern=true]{
|
|
5990
6073
|
--text-input-border-width:var(--bp-border-01);
|
|
5991
6074
|
--text-input-border-width-focused:var(--bp-border-02);
|
|
5992
6075
|
--text-input-border-width-error:var(--bp-border-02);
|
|
@@ -6017,7 +6100,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6017
6100
|
--text-input-hover-border-color:var(--bp-border-input-border-hover);
|
|
6018
6101
|
}
|
|
6019
6102
|
|
|
6020
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6103
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e{
|
|
6021
6104
|
--disabled-opacity:var(--text-input-disabled-opacity-api, 60%);
|
|
6022
6105
|
display:flex;
|
|
6023
6106
|
flex-direction:column;
|
|
@@ -6030,7 +6113,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6030
6113
|
text-decoration:var(--body-default-text-decoration);
|
|
6031
6114
|
text-transform:var(--body-default-text-case);
|
|
6032
6115
|
}
|
|
6033
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6116
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_label--0b46e{
|
|
6034
6117
|
color:var(--text-input-label-color);
|
|
6035
6118
|
flex:0 0 fit-content;
|
|
6036
6119
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -6044,15 +6127,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6044
6127
|
width:-moz-fit-content;
|
|
6045
6128
|
width:fit-content;
|
|
6046
6129
|
}
|
|
6047
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6130
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_label--0b46e:not(.bp_base_text_input_module_hidden--0b46e){
|
|
6048
6131
|
margin-block-end:var(--text-input-row-gap);
|
|
6049
6132
|
}
|
|
6050
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6133
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e{
|
|
6051
6134
|
display:flex;
|
|
6052
6135
|
height:var(--size-10);
|
|
6053
6136
|
position:relative;
|
|
6054
6137
|
}
|
|
6055
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6138
|
+
.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
6139
|
background:var(--text-input-background);
|
|
6057
6140
|
border:var(--text-input-border-width) solid var(--text-input-border-color);
|
|
6058
6141
|
border-radius:var(--text-input-border-radius);
|
|
@@ -6072,77 +6155,77 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6072
6155
|
text-transform:var(--body-default-text-case);
|
|
6073
6156
|
width:100%;
|
|
6074
6157
|
}
|
|
6075
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6158
|
+
.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
6159
|
box-shadow:var(--text-input-box-shadow);
|
|
6077
6160
|
}
|
|
6078
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6161
|
+
.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
6162
|
color:var(--text-input-placeholder-color);
|
|
6080
6163
|
opacity:1;
|
|
6081
6164
|
}
|
|
6082
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6165
|
+
.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
6166
|
background:var(--text-input-error-background);
|
|
6084
6167
|
border:var(--text-input-border-width-error) solid var(--text-input-error-border-color);
|
|
6085
6168
|
outline:0;
|
|
6086
6169
|
padding-inline-start:var(--text-input-padding-x-error);
|
|
6087
6170
|
}
|
|
6088
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6171
|
+
.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
6172
|
border-color:var(--text-input-read-only-border-color);
|
|
6090
6173
|
box-shadow:var(--text-input-box-shadow);
|
|
6091
6174
|
color:var(--text-input-read-only-color);
|
|
6092
6175
|
}
|
|
6093
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6176
|
+
.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
6177
|
border:var(--text-input-border-width-focused) solid var(--text-input-border-color-focus);
|
|
6095
6178
|
}
|
|
6096
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6179
|
+
.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
6180
|
cursor:default;
|
|
6098
6181
|
}
|
|
6099
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6182
|
+
.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
6183
|
background:var(--text-input-disabled-background);
|
|
6101
6184
|
border-color:var(--text-input-disabled-border-color);
|
|
6102
6185
|
box-shadow:var(--text-input-box-shadow);
|
|
6103
6186
|
color:var(--text-input-disabled-color);
|
|
6104
6187
|
}
|
|
6105
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6188
|
+
.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
6189
|
border-color:var(--text-input-border-color);
|
|
6107
6190
|
}
|
|
6108
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6191
|
+
.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
6192
|
background:var(--text-input-focused-background);
|
|
6110
6193
|
border:var(--text-input-border-width-focused) solid var(--text-input-focused-border-color);
|
|
6111
6194
|
outline:0;
|
|
6112
6195
|
padding-inline-start:var(--text-input-padding-x-focused);
|
|
6113
6196
|
}
|
|
6114
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6197
|
+
.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
6198
|
padding-inline-end:calc(var(--text-input-padding-x) + var(--end-icon-width) + var(--text-input-icon-padding));
|
|
6116
6199
|
}
|
|
6117
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6200
|
+
.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
6201
|
background:var(--text-input-hover-background);
|
|
6119
6202
|
border:var(--border-1) solid var(--text-input-hover-border-color);
|
|
6120
6203
|
}
|
|
6121
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6204
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_startIcon--0b46e{
|
|
6122
6205
|
left:calc(var(--text-input-padding-x) + var(--text-input-border-width));
|
|
6123
6206
|
position:absolute;
|
|
6124
6207
|
top:50%;
|
|
6125
6208
|
transform:translateY(-50%);
|
|
6126
6209
|
}
|
|
6127
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6210
|
+
.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
6211
|
padding-inline-start:calc(var(--text-input-padding-x) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6129
6212
|
}
|
|
6130
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6213
|
+
.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
6214
|
padding-inline-start:calc(var(--text-input-padding-x-focused) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6132
6215
|
}
|
|
6133
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6216
|
+
.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
6217
|
padding-inline-start:calc(var(--text-input-padding-x-error) + var(--text-input-icon-padding) + var(--start-icon-width));
|
|
6135
6218
|
}
|
|
6136
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6219
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e .bp_base_text_input_module_textInputContainer--0b46e .bp_base_text_input_module_endIcon--0b46e{
|
|
6137
6220
|
position:absolute;
|
|
6138
6221
|
right:calc(var(--text-input-padding-x) + var(--text-input-border-width));
|
|
6139
6222
|
top:50%;
|
|
6140
6223
|
transform:translateY(-50%);
|
|
6141
6224
|
}
|
|
6142
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6225
|
+
.bp_base_text_input_module_textInputContainerOuter--0b46e.bp_base_text_input_module_disabled--0b46e{
|
|
6143
6226
|
opacity:var(--disabled-opacity);
|
|
6144
6227
|
}
|
|
6145
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
6228
|
+
.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
6229
|
margin-block-start:var(--text-input-inline-error-subtext-block-margin);
|
|
6147
6230
|
}
|
|
6148
6231
|
.bp_chip_module_chip--d54cf[data-modern=false]{
|
|
@@ -6430,7 +6513,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6430
6513
|
}
|
|
6431
6514
|
}
|
|
6432
6515
|
|
|
6433
|
-
.bp_context_menu_module_menuBlock--
|
|
6516
|
+
.bp_context_menu_module_menuBlock--d59c0{
|
|
6434
6517
|
background-color:var(--surface-menu-surface);
|
|
6435
6518
|
border:var(--border-1) solid var(--border-card-border);
|
|
6436
6519
|
border-radius:var(--radius-3);
|
|
@@ -6441,7 +6524,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6441
6524
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
6442
6525
|
padding:var(--space-3);
|
|
6443
6526
|
}
|
|
6444
|
-
.bp_context_menu_module_menuBlock--
|
|
6527
|
+
.bp_context_menu_module_menuBlock--d59c0[data-menu-fullscreen=true]{
|
|
6445
6528
|
border:unset;
|
|
6446
6529
|
border-radius:unset;
|
|
6447
6530
|
display:flex;
|
|
@@ -6454,15 +6537,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6454
6537
|
position:relative;
|
|
6455
6538
|
width:100vw;
|
|
6456
6539
|
}
|
|
6457
|
-
.bp_context_menu_module_menuBlock--
|
|
6540
|
+
.bp_context_menu_module_menuBlock--d59c0[data-menu-fullscreen=true] .bp_context_menu_module_fullScreenContent--d59c0{
|
|
6458
6541
|
overflow-y:auto;
|
|
6459
6542
|
padding:var(--space-3);
|
|
6460
6543
|
}
|
|
6461
|
-
.bp_context_menu_module_menuBlock--
|
|
6544
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItemsSeparator--d59c0{
|
|
6462
6545
|
margin-block:var(--space-2);
|
|
6463
6546
|
margin-inline:var(--space-2);
|
|
6464
6547
|
}
|
|
6465
|
-
.bp_context_menu_module_menuBlock--
|
|
6548
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItem--d59c0{
|
|
6466
6549
|
align-items:center;
|
|
6467
6550
|
background-color:var(--surface-menu-surface);
|
|
6468
6551
|
border:var(--border-2) solid #0000;
|
|
@@ -6475,19 +6558,19 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
6475
6558
|
padding-inline:var(--space-2);
|
|
6476
6559
|
position:relative;
|
|
6477
6560
|
}
|
|
6478
|
-
.bp_context_menu_module_menuBlock--
|
|
6561
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItem--d59c0[data-disabled]{
|
|
6479
6562
|
opacity:60%;
|
|
6480
6563
|
pointer-events:none;
|
|
6481
6564
|
}
|
|
6482
|
-
.bp_context_menu_module_menuBlock--
|
|
6565
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItem--d59c0[data-highlighted]:not(:hover){
|
|
6483
6566
|
background-color:var(--surface-menu-surface-focus);
|
|
6484
6567
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
6485
6568
|
}
|
|
6486
|
-
.bp_context_menu_module_menuBlock--
|
|
6569
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItem--d59c0:active{
|
|
6487
6570
|
background-color:var(--surface-menu-surface-focus);
|
|
6488
6571
|
border:var(--border-2) solid #0000;
|
|
6489
6572
|
}
|
|
6490
|
-
.bp_context_menu_module_menuBlock--
|
|
6573
|
+
.bp_context_menu_module_menuBlock--d59c0 .bp_context_menu_module_menuItem--d59c0:hover{
|
|
6491
6574
|
background-color:var(--surface-menu-surface-focus);
|
|
6492
6575
|
}
|
|
6493
6576
|
div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):has([data-menu-fullscreen=true]){
|
|
@@ -6496,7 +6579,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6496
6579
|
width:100%;
|
|
6497
6580
|
}
|
|
6498
6581
|
|
|
6499
|
-
.bp_context_menu_module_menuHeader--
|
|
6582
|
+
.bp_context_menu_module_menuHeader--d59c0{
|
|
6500
6583
|
align-items:center;
|
|
6501
6584
|
box-shadow:var(--dropshadow-1);
|
|
6502
6585
|
display:grid;
|
|
@@ -6506,25 +6589,25 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6506
6589
|
padding:var(--space-3);
|
|
6507
6590
|
}
|
|
6508
6591
|
|
|
6509
|
-
.bp_context_menu_module_headerTextContent--
|
|
6592
|
+
.bp_context_menu_module_headerTextContent--d59c0{
|
|
6510
6593
|
display:grid;
|
|
6511
6594
|
}
|
|
6512
6595
|
|
|
6513
|
-
.bp_context_menu_module_submenuCloseButton--
|
|
6596
|
+
.bp_context_menu_module_submenuCloseButton--d59c0{
|
|
6514
6597
|
grid-area:submenu-close;
|
|
6515
6598
|
}
|
|
6516
6599
|
|
|
6517
|
-
.bp_context_menu_module_menuCloseButton--
|
|
6600
|
+
.bp_context_menu_module_menuCloseButton--d59c0{
|
|
6518
6601
|
grid-area:close;
|
|
6519
6602
|
}
|
|
6520
6603
|
|
|
6521
|
-
.bp_context_menu_module_ellipsis--
|
|
6604
|
+
.bp_context_menu_module_ellipsis--d59c0{
|
|
6522
6605
|
overflow:hidden;
|
|
6523
6606
|
text-overflow:ellipsis;
|
|
6524
6607
|
white-space:nowrap;
|
|
6525
6608
|
}
|
|
6526
6609
|
|
|
6527
|
-
.bp_notification_module_viewport--
|
|
6610
|
+
.bp_notification_module_viewport--d1e47{
|
|
6528
6611
|
--notification-viewport-space:var(--space-4);
|
|
6529
6612
|
--notification-viewport-item-spacing:var(--space-3);
|
|
6530
6613
|
all:unset;
|
|
@@ -6539,7 +6622,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6539
6622
|
z-index:2147483647;
|
|
6540
6623
|
}
|
|
6541
6624
|
|
|
6542
|
-
.bp_notification_module_root--
|
|
6625
|
+
.bp_notification_module_root--d1e47[data-modern=false]{
|
|
6543
6626
|
--notification-padding-vertical:var(--space-3);
|
|
6544
6627
|
--notification-padding-horizontal:var(--space-4);
|
|
6545
6628
|
--notification-item-spacing:var(--space-3);
|
|
@@ -6560,7 +6643,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6560
6643
|
--notification-icon-size:var(--size-8);
|
|
6561
6644
|
}
|
|
6562
6645
|
|
|
6563
|
-
.bp_notification_module_root--
|
|
6646
|
+
.bp_notification_module_root--d1e47[data-modern=true]{
|
|
6564
6647
|
--notification-padding-vertical:var(--bp-space-030);
|
|
6565
6648
|
--notification-padding-horizontal:var(--bp-space-040);
|
|
6566
6649
|
--notification-item-spacing:var(--bp-space-030);
|
|
@@ -6582,20 +6665,20 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6582
6665
|
--notification-text-container-height:var(--bp-space-080);
|
|
6583
6666
|
--notification-icon-size:var(--bp-size-080);
|
|
6584
6667
|
}
|
|
6585
|
-
.bp_notification_module_root--
|
|
6668
|
+
.bp_notification_module_root--d1e47[data-modern=true].bp_notification_module_info--d1e47{
|
|
6586
6669
|
background:linear-gradient(0deg, var(--notification-background-info) 0, var(--notification-background-info) 100%), var(--notification-background-overlay);
|
|
6587
6670
|
}
|
|
6588
|
-
.bp_notification_module_root--
|
|
6671
|
+
.bp_notification_module_root--d1e47[data-modern=true].bp_notification_module_success--d1e47{
|
|
6589
6672
|
background:linear-gradient(0deg, var(--notification-background-success) 0, var(--notification-background-success) 100%), var(--notification-background-overlay);
|
|
6590
6673
|
}
|
|
6591
|
-
.bp_notification_module_root--
|
|
6674
|
+
.bp_notification_module_root--d1e47[data-modern=true].bp_notification_module_warning--d1e47{
|
|
6592
6675
|
background:linear-gradient(0deg, var(--notification-background-warning) 0, var(--notification-background-warning) 100%), var(--notification-background-overlay);
|
|
6593
6676
|
}
|
|
6594
|
-
.bp_notification_module_root--
|
|
6677
|
+
.bp_notification_module_root--d1e47[data-modern=true].bp_notification_module_error--d1e47{
|
|
6595
6678
|
background:linear-gradient(0deg, var(--notification-background-error) 0, var(--notification-background-error) 100%), var(--notification-background-overlay);
|
|
6596
6679
|
}
|
|
6597
6680
|
|
|
6598
|
-
.bp_notification_module_root--
|
|
6681
|
+
.bp_notification_module_root--d1e47{
|
|
6599
6682
|
backdrop-filter:blur(var(--notification-background-blur));
|
|
6600
6683
|
border:var(--notification-border) solid;
|
|
6601
6684
|
border-radius:var(--notification-radius);
|
|
@@ -6605,26 +6688,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6605
6688
|
width:max-content;
|
|
6606
6689
|
}
|
|
6607
6690
|
@media (width > 374px){
|
|
6608
|
-
.bp_notification_module_root--
|
|
6691
|
+
.bp_notification_module_root--d1e47{
|
|
6609
6692
|
max-width:343px;
|
|
6610
6693
|
}
|
|
6611
6694
|
}
|
|
6612
6695
|
@media (width > 767px){
|
|
6613
|
-
.bp_notification_module_root--
|
|
6696
|
+
.bp_notification_module_root--d1e47{
|
|
6614
6697
|
max-width:728px;
|
|
6615
6698
|
}
|
|
6616
6699
|
}
|
|
6617
6700
|
@media (width > 1023px){
|
|
6618
|
-
.bp_notification_module_root--
|
|
6701
|
+
.bp_notification_module_root--d1e47{
|
|
6619
6702
|
max-width:848px;
|
|
6620
6703
|
}
|
|
6621
6704
|
}
|
|
6622
6705
|
@media (width > 1219px){
|
|
6623
|
-
.bp_notification_module_root--
|
|
6706
|
+
.bp_notification_module_root--d1e47{
|
|
6624
6707
|
max-width:896px;
|
|
6625
6708
|
}
|
|
6626
6709
|
}
|
|
6627
|
-
.bp_notification_module_root--
|
|
6710
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_container--d1e47{
|
|
6628
6711
|
align-items:flex-start;
|
|
6629
6712
|
display:flex;
|
|
6630
6713
|
gap:var(--notification-item-spacing);
|
|
@@ -6632,11 +6715,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6632
6715
|
width:100%;
|
|
6633
6716
|
}
|
|
6634
6717
|
@media (width > 767px){
|
|
6635
|
-
.bp_notification_module_root--
|
|
6718
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_container--d1e47{
|
|
6636
6719
|
align-items:center;
|
|
6637
6720
|
}
|
|
6638
6721
|
}
|
|
6639
|
-
.bp_notification_module_root--
|
|
6722
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_mobileContainer--d1e47{
|
|
6640
6723
|
align-items:left;
|
|
6641
6724
|
display:flex;
|
|
6642
6725
|
flex-direction:column;
|
|
@@ -6644,46 +6727,46 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6644
6727
|
width:100%;
|
|
6645
6728
|
}
|
|
6646
6729
|
@media (width > 767px){
|
|
6647
|
-
.bp_notification_module_root--
|
|
6730
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_mobileContainer--d1e47{
|
|
6648
6731
|
align-items:center;
|
|
6649
6732
|
flex-direction:row;
|
|
6650
6733
|
}
|
|
6651
6734
|
}
|
|
6652
|
-
.bp_notification_module_root--
|
|
6735
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_withButtons--d1e47{
|
|
6653
6736
|
gap:var(--notification-item-spacing);
|
|
6654
6737
|
}
|
|
6655
|
-
.bp_notification_module_root--
|
|
6738
|
+
.bp_notification_module_root--d1e47.bp_notification_module_info--d1e47{
|
|
6656
6739
|
background:var(--notification-background-info);
|
|
6657
6740
|
border-color:var(--notification-border-color-info);
|
|
6658
6741
|
}
|
|
6659
|
-
.bp_notification_module_root--
|
|
6742
|
+
.bp_notification_module_root--d1e47.bp_notification_module_success--d1e47{
|
|
6660
6743
|
background:var(--notification-background-success);
|
|
6661
6744
|
border-color:var(--notification-border-color-success);
|
|
6662
6745
|
}
|
|
6663
|
-
.bp_notification_module_root--
|
|
6746
|
+
.bp_notification_module_root--d1e47.bp_notification_module_warning--d1e47{
|
|
6664
6747
|
background:var(--notification-background-warning);
|
|
6665
6748
|
border-color:var(--notification-border-color-warning);
|
|
6666
6749
|
}
|
|
6667
|
-
.bp_notification_module_root--
|
|
6750
|
+
.bp_notification_module_root--d1e47.bp_notification_module_error--d1e47{
|
|
6668
6751
|
background:var(--notification-background-error);
|
|
6669
6752
|
border-color:var(--notification-border-color-error);
|
|
6670
6753
|
}
|
|
6671
|
-
.bp_notification_module_root--
|
|
6754
|
+
.bp_notification_module_root--d1e47:focus-visible{
|
|
6672
6755
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--notification-outline-focus);
|
|
6673
6756
|
outline:none;
|
|
6674
6757
|
}
|
|
6675
|
-
.bp_notification_module_root--
|
|
6758
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_typeIconContainer--d1e47{
|
|
6676
6759
|
align-items:center;
|
|
6677
6760
|
display:flex;
|
|
6678
6761
|
height:var(--notification-icon-size);
|
|
6679
6762
|
justify-content:center;
|
|
6680
6763
|
width:var(--notification-icon-size);
|
|
6681
6764
|
}
|
|
6682
|
-
.bp_notification_module_root--
|
|
6765
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_typeIconContainer--d1e47 .bp_notification_module_typeIcon--d1e47{
|
|
6683
6766
|
flex-shrink:0;
|
|
6684
6767
|
margin-left:var(--notification-padding-horizontal);
|
|
6685
6768
|
}
|
|
6686
|
-
.bp_notification_module_root--
|
|
6769
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_text--d1e47{
|
|
6687
6770
|
align-items:center;
|
|
6688
6771
|
color:var(--notification-text-color);
|
|
6689
6772
|
display:flex;
|
|
@@ -6699,38 +6782,38 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6699
6782
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
6700
6783
|
text-transform:var(--body-default-bold-text-case);
|
|
6701
6784
|
}
|
|
6702
|
-
.bp_notification_module_root--
|
|
6785
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_text--d1e47 > div{
|
|
6703
6786
|
overflow:hidden;
|
|
6704
6787
|
overflow-wrap:break-word;
|
|
6705
6788
|
}
|
|
6706
|
-
.bp_notification_module_root--
|
|
6789
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_contentButtonSection--d1e47{
|
|
6707
6790
|
display:flex;
|
|
6708
6791
|
gap:var(--notification-item-spacing);
|
|
6709
6792
|
margin-left:0;
|
|
6710
6793
|
}
|
|
6711
6794
|
@media (width > 767px){
|
|
6712
|
-
.bp_notification_module_root--
|
|
6795
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_contentButtonSection--d1e47{
|
|
6713
6796
|
margin-left:auto;
|
|
6714
6797
|
}
|
|
6715
6798
|
}
|
|
6716
|
-
.bp_notification_module_root--
|
|
6799
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_contentButtonSection--d1e47 .bp_notification_module_contentButtons--d1e47{
|
|
6717
6800
|
display:flex;
|
|
6718
6801
|
gap:var(--notification-item-spacing);
|
|
6719
6802
|
}
|
|
6720
|
-
.bp_notification_module_root--
|
|
6803
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_closeButtonSection--d1e47{
|
|
6721
6804
|
display:flex;
|
|
6722
6805
|
gap:var(--notification-item-spacing);
|
|
6723
6806
|
margin-left:auto;
|
|
6724
6807
|
margin-right:var(--notification-padding-horizontal);
|
|
6725
6808
|
}
|
|
6726
|
-
.bp_notification_module_root--
|
|
6809
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_closeButtonSection--d1e47 .bp_notification_module_closeButton--d1e47{
|
|
6727
6810
|
align-self:center;
|
|
6728
6811
|
}
|
|
6729
|
-
.bp_notification_module_root--
|
|
6812
|
+
.bp_notification_module_root--d1e47 .bp_notification_module_closeButtonSection--d1e47 .bp_notification_module_closeButton--d1e47 svg *{
|
|
6730
6813
|
fill:currentColor;
|
|
6731
6814
|
}
|
|
6732
6815
|
|
|
6733
|
-
.bp_popover_module_popoverContentContainer--
|
|
6816
|
+
.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
6817
|
margin-inline-end:var(--scroll-mask-margin-inline-end);
|
|
6735
6818
|
mask-image:var(--scroll-mask-mask-image);
|
|
6736
6819
|
mask-position:var(--scroll-mask-mask-position);
|
|
@@ -6740,7 +6823,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6740
6823
|
transition:var(--scroll-mask-transition);
|
|
6741
6824
|
}
|
|
6742
6825
|
|
|
6743
|
-
.bp_popover_module_popoverContentContainer--
|
|
6826
|
+
.bp_popover_module_popoverContentContainer--b457e[data-modern=false]{
|
|
6744
6827
|
--scroll-mask-padding-right:var(--space-4);
|
|
6745
6828
|
--scroll-mask-overflow:auto;
|
|
6746
6829
|
--scroll-mask-transition:mask-position var(--animation-duration-3), -webkit-mask-position var(--animation-duration-3);
|
|
@@ -6765,7 +6848,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6765
6848
|
--popover-footer-border-top:var(--border-1) solid var(--border-card-border);
|
|
6766
6849
|
}
|
|
6767
6850
|
|
|
6768
|
-
.bp_popover_module_popoverContentContainer--
|
|
6851
|
+
.bp_popover_module_popoverContentContainer--b457e[data-modern=true]{
|
|
6769
6852
|
--bp-dropshadow-3:var(--dropshadow-3);
|
|
6770
6853
|
--bp-animation-duration-3:var(--animation-duration-3);
|
|
6771
6854
|
--scroll-mask-padding-right:var(--bp-space-040);
|
|
@@ -6792,43 +6875,43 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6792
6875
|
--popover-footer-border-top:var(--bp-border-01) solid var(--bp-border-card-border);
|
|
6793
6876
|
}
|
|
6794
6877
|
|
|
6795
|
-
.bp_popover_module_popoverContentContainer--
|
|
6878
|
+
.bp_popover_module_popoverContentContainer--b457e{
|
|
6796
6879
|
max-width:320px;
|
|
6797
6880
|
z-index:var(--z-index-popover);
|
|
6798
6881
|
}
|
|
6799
|
-
.bp_popover_module_popoverContentContainer--
|
|
6882
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverCard--b457e{
|
|
6800
6883
|
box-shadow:var(--popover-card-box-shadow);
|
|
6801
6884
|
margin-block:var(--popover-card-margin-block);
|
|
6802
6885
|
}
|
|
6803
|
-
.bp_popover_module_popoverContentContainer--
|
|
6886
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverMainContent--b457e:hover{
|
|
6804
6887
|
mask-position:left top;
|
|
6805
6888
|
}
|
|
6806
|
-
.bp_popover_module_popoverContentContainer--
|
|
6889
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverMainContent--b457e .bp_popover_module_popoverMainContentOuterContainer--b457e{
|
|
6807
6890
|
max-height:inherit;
|
|
6808
6891
|
}
|
|
6809
|
-
.bp_popover_module_popoverContentContainer--
|
|
6892
|
+
.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
6893
|
padding-block-end:var(--popover-main-content-inner-container-padding);
|
|
6811
6894
|
}
|
|
6812
|
-
.bp_popover_module_popoverContentContainer--
|
|
6895
|
+
.bp_popover_module_popoverContentContainer--b457e.bp_popover_module_accessibilitySmallBreakpoint--b457e{
|
|
6813
6896
|
max-height:var(--radix-popover-content-available-height);
|
|
6814
6897
|
}
|
|
6815
|
-
.bp_popover_module_popoverContentContainer--
|
|
6898
|
+
.bp_popover_module_popoverContentContainer--b457e.bp_popover_module_accessibilitySmallBreakpoint--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverScrollContainer--b457e{
|
|
6816
6899
|
max-height:var(--popover-scroll-container-small-breakpoint-max-height);
|
|
6817
6900
|
padding-block:var(--popover-scroll-container-small-breakpoint-padding-block);
|
|
6818
6901
|
}
|
|
6819
|
-
.bp_popover_module_popoverContentContainer--
|
|
6902
|
+
.bp_popover_module_popoverContentContainer--b457e.bp_popover_module_accessibilitySmallBreakpoint--b457e .bp_popover_module_popoverCard--b457e .bp_popover_module_popoverScrollContainer--b457e:hover{
|
|
6820
6903
|
mask-position:left top;
|
|
6821
6904
|
}
|
|
6822
|
-
.bp_popover_module_popoverContentContainer--
|
|
6905
|
+
.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
6906
|
max-height:-moz-fit-content;
|
|
6824
6907
|
max-height:fit-content;
|
|
6825
6908
|
}
|
|
6826
|
-
.bp_popover_module_popoverContentContainer--
|
|
6909
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverFooter--b457e{
|
|
6827
6910
|
margin-inline:var(--popover-footer-margin-inline);
|
|
6828
6911
|
padding-block-start:var(--popover-footer-padding-block-start);
|
|
6829
6912
|
padding-inline:var(--popover-footer-padding-inline);
|
|
6830
6913
|
}
|
|
6831
|
-
.bp_popover_module_popoverContentContainer--
|
|
6914
|
+
.bp_popover_module_popoverContentContainer--b457e .bp_popover_module_popoverFooter--b457e.bp_popover_module_popoverFooterTopBorder--b457e{
|
|
6832
6915
|
border-top:var(--popover-footer-border-top);
|
|
6833
6916
|
}
|
|
6834
6917
|
.bp_select_menu_grid_module_grid--6e766{
|
|
@@ -6840,42 +6923,42 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6840
6923
|
flex-direction:row;
|
|
6841
6924
|
}
|
|
6842
6925
|
|
|
6843
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6926
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b81ef.bp_select_menu_grid_option_module_withLabel--b81ef{
|
|
6844
6927
|
flex:1 1 0;
|
|
6845
6928
|
margin:var(--space-05) 0;
|
|
6846
6929
|
}
|
|
6847
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6930
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b81ef.bp_select_menu_grid_option_module_withLabel--default--b81ef{
|
|
6848
6931
|
max-width:100%;
|
|
6849
6932
|
}
|
|
6850
6933
|
@media only screen and (width > 374px){
|
|
6851
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6934
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b81ef.bp_select_menu_grid_option_module_withLabel--default--b81ef{
|
|
6852
6935
|
margin:var(--space-05);
|
|
6853
6936
|
max-width:calc(50% - var(--space-1));
|
|
6854
6937
|
}
|
|
6855
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6938
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b81ef.bp_select_menu_grid_option_module_withLabel--default--b81ef:first-child{
|
|
6856
6939
|
margin-left:0;
|
|
6857
6940
|
}
|
|
6858
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
6941
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b81ef.bp_select_menu_grid_option_module_withLabel--default--b81ef:last-child{
|
|
6859
6942
|
margin-right:0;
|
|
6860
6943
|
}
|
|
6861
6944
|
}
|
|
6862
6945
|
|
|
6863
|
-
.bp_select_menu_grid_option_module_square--
|
|
6946
|
+
.bp_select_menu_grid_option_module_square--b81ef{
|
|
6864
6947
|
height:var(--size-8);
|
|
6865
6948
|
width:var(--size-8);
|
|
6866
6949
|
}
|
|
6867
|
-
.bp_select_menu_grid_option_module_square--
|
|
6950
|
+
.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
6951
|
align-items:center;
|
|
6869
6952
|
border-radius:var(--radius-3);
|
|
6870
6953
|
display:flex;
|
|
6871
6954
|
justify-content:center;
|
|
6872
6955
|
}
|
|
6873
|
-
.bp_select_menu_grid_option_module_square--
|
|
6956
|
+
.bp_select_menu_grid_option_module_square--b81ef .bp_select_menu_grid_option_module_outlineHost--b81ef{
|
|
6874
6957
|
height:var(--size-7);
|
|
6875
6958
|
width:var(--size-7);
|
|
6876
6959
|
}
|
|
6877
6960
|
|
|
6878
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6961
|
+
.bp_select_menu_grid_option_module_circle--b81ef{
|
|
6879
6962
|
align-items:center;
|
|
6880
6963
|
background-clip:content-box;
|
|
6881
6964
|
background-color:var(--gray-white);
|
|
@@ -6887,10 +6970,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6887
6970
|
justify-content:center;
|
|
6888
6971
|
width:var(--size-8);
|
|
6889
6972
|
}
|
|
6890
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6973
|
+
.bp_select_menu_grid_option_module_circle--b81ef.bp_select_menu_grid_option_module_loading--b81ef{
|
|
6891
6974
|
border-color:var(--gray-white);
|
|
6892
6975
|
}
|
|
6893
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6976
|
+
.bp_select_menu_grid_option_module_circle--b81ef .bp_select_menu_grid_option_module_color--b81ef{
|
|
6894
6977
|
background-color:var(--circleColor);
|
|
6895
6978
|
border:var(--border-1) solid var(--circleBorderColor);
|
|
6896
6979
|
border-radius:50%;
|
|
@@ -6898,10 +6981,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6898
6981
|
height:var(--size-6);
|
|
6899
6982
|
width:var(--size-6);
|
|
6900
6983
|
}
|
|
6901
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6984
|
+
.bp_select_menu_grid_option_module_circle--b81ef .bp_select_menu_grid_option_module_strikeThrough--b81ef{
|
|
6902
6985
|
position:relative;
|
|
6903
6986
|
}
|
|
6904
|
-
.bp_select_menu_grid_option_module_circle--
|
|
6987
|
+
.bp_select_menu_grid_option_module_circle--b81ef .bp_select_menu_grid_option_module_strikeThrough--b81ef::after{
|
|
6905
6988
|
background-color:var(--watermelon-red-100);
|
|
6906
6989
|
border-radius:var(--radius-1);
|
|
6907
6990
|
content:"";
|
|
@@ -6913,7 +6996,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6913
6996
|
width:90%;
|
|
6914
6997
|
}
|
|
6915
6998
|
|
|
6916
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
6999
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef{
|
|
6917
7000
|
align-items:center;
|
|
6918
7001
|
background-color:initial;
|
|
6919
7002
|
border:none;
|
|
@@ -6923,13 +7006,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6923
7006
|
-webkit-user-select:none;
|
|
6924
7007
|
user-select:none;
|
|
6925
7008
|
}
|
|
6926
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7009
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef:not(.bp_select_menu_grid_option_module_labeled--b81ef){
|
|
6927
7010
|
height:var(--size-8);
|
|
6928
7011
|
justify-content:center;
|
|
6929
7012
|
padding:0;
|
|
6930
7013
|
width:var(--size-8);
|
|
6931
7014
|
}
|
|
6932
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7015
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef{
|
|
6933
7016
|
border-radius:var(--radius-3);
|
|
6934
7017
|
gap:var(--space-3);
|
|
6935
7018
|
min-width:10rem;
|
|
@@ -6937,23 +7020,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6937
7020
|
transition:background-color var(--animation-duration-2);
|
|
6938
7021
|
width:100%;
|
|
6939
7022
|
}
|
|
6940
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7023
|
+
.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
7024
|
max-height:var(--size-8);
|
|
6942
7025
|
text-align:left;
|
|
6943
7026
|
}
|
|
6944
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7027
|
+
.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
7028
|
-webkit-box-orient:vertical;
|
|
6946
7029
|
-webkit-line-clamp:1;
|
|
6947
7030
|
display:-webkit-box;
|
|
6948
7031
|
overflow:hidden;
|
|
6949
7032
|
}
|
|
6950
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7033
|
+
.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
7034
|
-webkit-box-orient:vertical;
|
|
6952
7035
|
-webkit-line-clamp:2;
|
|
6953
7036
|
display:-webkit-box;
|
|
6954
7037
|
overflow:hidden;
|
|
6955
7038
|
}
|
|
6956
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7039
|
+
.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
7040
|
align-items:center;
|
|
6958
7041
|
background:var(--icon-background);
|
|
6959
7042
|
border-radius:var(--radius-3);
|
|
@@ -6961,95 +7044,95 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6961
7044
|
flex-shrink:0;
|
|
6962
7045
|
justify-content:center;
|
|
6963
7046
|
}
|
|
6964
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7047
|
+
.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
7048
|
height:var(--size-8);
|
|
6966
7049
|
width:var(--size-8);
|
|
6967
7050
|
}
|
|
6968
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7051
|
+
.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
7052
|
height:var(--size-10);
|
|
6970
7053
|
width:var(--size-10);
|
|
6971
7054
|
}
|
|
6972
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7055
|
+
.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
7056
|
--icon-background:var(--surface-surface-tertiary);
|
|
6974
7057
|
--icon-background-dark:var(--surface-surface-quaternary);
|
|
6975
7058
|
}
|
|
6976
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7059
|
+
.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
7060
|
--icon-background:var(--brand-box-tertiary);
|
|
6978
7061
|
--icon-background-dark:var(--brand-box-secondary);
|
|
6979
7062
|
}
|
|
6980
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7063
|
+
.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
7064
|
--icon-background:var(--brand-docgen-tertiary);
|
|
6982
7065
|
--icon-background-dark:var(--brand-docgen-secondary);
|
|
6983
7066
|
}
|
|
6984
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7067
|
+
.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
7068
|
--icon-background:var(--brand-forms-tertiary);
|
|
6986
7069
|
--icon-background-dark:var(--brand-forms-secondary);
|
|
6987
7070
|
}
|
|
6988
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7071
|
+
.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
7072
|
--icon-background:var(--brand-sign-tertiary);
|
|
6990
7073
|
--icon-background-dark:var(--brand-sign-secondary);
|
|
6991
7074
|
}
|
|
6992
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7075
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef:hover{
|
|
6993
7076
|
background:var(--surface-surface-secondary);
|
|
6994
7077
|
box-shadow:var(--dropshadow-2);
|
|
6995
7078
|
cursor:grab;
|
|
6996
7079
|
}
|
|
6997
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7080
|
+
.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
7081
|
background:var(--surface-surface-secondary);
|
|
6999
7082
|
box-shadow:var(--dropshadow-2);
|
|
7000
7083
|
}
|
|
7001
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7084
|
+
.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
7085
|
background-color:var(--icon-background);
|
|
7003
7086
|
}
|
|
7004
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7087
|
+
.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
7088
|
box-shadow:0 0 0 var(--border-1) var(--border-divider-border), var(--dropshadow-2);
|
|
7006
7089
|
}
|
|
7007
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7090
|
+
.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
7091
|
background-color:var(--icon-background-dark);
|
|
7009
7092
|
}
|
|
7010
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7093
|
+
.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
7094
|
cursor:grabbing;
|
|
7012
7095
|
}
|
|
7013
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7096
|
+
.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
7097
|
background-color:var(--icon-background-dark);
|
|
7015
7098
|
transition:background-color var(--animation-duration-2);
|
|
7016
7099
|
}
|
|
7017
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7100
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef[data-focus-visible]{
|
|
7018
7101
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
7019
7102
|
}
|
|
7020
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7103
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef.bp_select_menu_grid_option_module_labeled--b81ef[data-focus-visible]:active{
|
|
7021
7104
|
background:var(--surface-surface-secondary);
|
|
7022
7105
|
}
|
|
7023
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7106
|
+
.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
7107
|
background-color:var(--surface-cta-surface-outline-hover);
|
|
7025
7108
|
}
|
|
7026
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7109
|
+
.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
7110
|
background-color:var(--surface-option-grid-surface-hover);
|
|
7028
7111
|
}
|
|
7029
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7112
|
+
.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
7113
|
background-color:var(--surface-cta-surface-outline-pressed);
|
|
7031
7114
|
}
|
|
7032
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7115
|
+
.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
7116
|
border:var(--border-2) solid var(--circleColor);
|
|
7034
7117
|
}
|
|
7035
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7118
|
+
.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
7119
|
cursor:default;
|
|
7037
7120
|
}
|
|
7038
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7121
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef[data-focus-visible] .bp_select_menu_grid_option_module_outlineHost--b81ef{
|
|
7039
7122
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
7040
7123
|
}
|
|
7041
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7124
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef[data-focus-visible] .bp_select_menu_grid_option_module_circle--b81ef{
|
|
7042
7125
|
border-color:var(--surface-option-grid-surface-hover);
|
|
7043
7126
|
}
|
|
7044
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7127
|
+
.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
7128
|
border:var(--border-2) solid var(--circleColor);
|
|
7046
7129
|
box-shadow:0 0 0 var(--border-1) var(--gray-white), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
7047
7130
|
}
|
|
7048
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
7131
|
+
.bp_select_menu_grid_option_module_optionButton--b81ef:disabled:not(.bp_select_menu_grid_option_module_loading--b81ef){
|
|
7049
7132
|
opacity:.3;
|
|
7050
7133
|
}
|
|
7051
7134
|
|
|
7052
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
7135
|
+
.bp_tabs_module_hiddenWidthSetter--42942{
|
|
7053
7136
|
display:block;
|
|
7054
7137
|
font-family:var(--body-default-bold-font-family);
|
|
7055
7138
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -7063,11 +7146,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7063
7146
|
text-transform:var(--body-default-bold-text-case);
|
|
7064
7147
|
visibility:hidden;
|
|
7065
7148
|
}
|
|
7066
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
7149
|
+
.bp_tabs_module_hiddenWidthSetter--42942 > *{
|
|
7067
7150
|
visibility:hidden;
|
|
7068
7151
|
}
|
|
7069
7152
|
|
|
7070
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7153
|
+
.bp_tabs_module_contentSwitchTabList--42942[data-modern=false]{
|
|
7071
7154
|
--content-switch-tab-list-gap:var(--space-1);
|
|
7072
7155
|
--content-switch-tab-list-padding:var(--space-1);
|
|
7073
7156
|
--content-switch-tab-list-background:var(--surface-contentswitcher-surface);
|
|
@@ -7083,7 +7166,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7083
7166
|
--content-switch-tab-active-background:var(--surface-cta-surface-secondary-pressed);
|
|
7084
7167
|
}
|
|
7085
7168
|
|
|
7086
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7169
|
+
.bp_tabs_module_contentSwitchTabList--42942[data-modern=true]{
|
|
7087
7170
|
--content-switch-tab-list-gap:var(--bp-space-010);
|
|
7088
7171
|
--content-switch-tab-list-padding:var(--bp-space-010);
|
|
7089
7172
|
--content-switch-tab-list-background:var(--bp-gray-10);
|
|
@@ -7098,7 +7181,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7098
7181
|
--content-switch-tab-hover-background:var(--bp-gray-05);
|
|
7099
7182
|
}
|
|
7100
7183
|
|
|
7101
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7184
|
+
.bp_tabs_module_contentSwitchTabList--42942{
|
|
7102
7185
|
background:var(--content-switch-tab-list-background);
|
|
7103
7186
|
border-radius:var(--content-switch-tab-list-border-radius);
|
|
7104
7187
|
display:grid;
|
|
@@ -7109,7 +7192,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7109
7192
|
min-width:fit-content;
|
|
7110
7193
|
padding:var(--content-switch-tab-list-padding);
|
|
7111
7194
|
}
|
|
7112
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7195
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942{
|
|
7113
7196
|
align-items:center;
|
|
7114
7197
|
background:#0000;
|
|
7115
7198
|
border:none;
|
|
@@ -7130,7 +7213,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7130
7213
|
text-transform:var(--body-default-text-case);
|
|
7131
7214
|
white-space:nowrap;
|
|
7132
7215
|
}
|
|
7133
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7216
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942[aria-selected=true]{
|
|
7134
7217
|
background:var(--content-switch-tab-selected-background);
|
|
7135
7218
|
box-shadow:var(--content-switch-tab-selected-box-shadow);
|
|
7136
7219
|
color:var(--content-switch-tab-selected-color);
|
|
@@ -7143,44 +7226,44 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7143
7226
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
7144
7227
|
text-transform:var(--body-default-bold-text-case);
|
|
7145
7228
|
}
|
|
7146
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7229
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942:not([aria-disabled=true])[data-focus-visible]{
|
|
7147
7230
|
border-color:#0000;
|
|
7148
7231
|
box-shadow:var(--content-switch-tab-focus-box-shadow);
|
|
7149
7232
|
}
|
|
7150
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7233
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942:not([aria-disabled=true]):hover{
|
|
7151
7234
|
background:var(--content-switch-tab-hover-background);
|
|
7152
7235
|
}
|
|
7153
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7236
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942:not([aria-disabled=true]):active{
|
|
7154
7237
|
background:var(--content-switch-tab-active-background);
|
|
7155
7238
|
}
|
|
7156
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
7239
|
+
.bp_tabs_module_contentSwitchTabList--42942 .bp_tabs_module_contentSwitchTab--42942[aria-disabled=true]{
|
|
7157
7240
|
opacity:.3;
|
|
7158
7241
|
pointer-events:none;
|
|
7159
7242
|
}
|
|
7160
7243
|
|
|
7161
|
-
.bp_tabs_module_tabsListContainer--
|
|
7244
|
+
.bp_tabs_module_tabsListContainer--42942{
|
|
7162
7245
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
7163
7246
|
overflow-y:hidden;
|
|
7164
7247
|
scroll-behavior:smooth;
|
|
7165
7248
|
}
|
|
7166
|
-
.bp_tabs_module_tabsListContainer--
|
|
7249
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942{
|
|
7167
7250
|
display:flex;
|
|
7168
7251
|
overflow-x:auto;
|
|
7169
7252
|
padding:calc(var(--border-3) + 1px);
|
|
7170
7253
|
}
|
|
7171
|
-
.bp_tabs_module_tabsListContainer--
|
|
7254
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tabSeparator--42942{
|
|
7172
7255
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
7173
7256
|
min-width:var(--space-4);
|
|
7174
7257
|
}
|
|
7175
|
-
.bp_tabs_module_tabsListContainer--
|
|
7258
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tabSeparator--42942:last-child{
|
|
7176
7259
|
display:none;
|
|
7177
7260
|
}
|
|
7178
7261
|
@media only screen and (max-width: 1023px){
|
|
7179
|
-
.bp_tabs_module_tabsListContainer--
|
|
7262
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tabSeparator--42942{
|
|
7180
7263
|
min-width:calc(var(--border-3) + 1px);
|
|
7181
7264
|
}
|
|
7182
7265
|
}
|
|
7183
|
-
.bp_tabs_module_tabsListContainer--
|
|
7266
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942{
|
|
7184
7267
|
background:var(--background-background);
|
|
7185
7268
|
border-style:none;
|
|
7186
7269
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -7201,7 +7284,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7201
7284
|
text-transform:var(--body-default-text-case);
|
|
7202
7285
|
z-index:2;
|
|
7203
7286
|
}
|
|
7204
|
-
.bp_tabs_module_tabsListContainer--
|
|
7287
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942[aria-selected=true]{
|
|
7205
7288
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
7206
7289
|
color:var(--text-cta-link);
|
|
7207
7290
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -7213,21 +7296,21 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7213
7296
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
7214
7297
|
text-transform:var(--body-default-bold-text-case);
|
|
7215
7298
|
}
|
|
7216
|
-
.bp_tabs_module_tabsListContainer--
|
|
7299
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942:hover{
|
|
7217
7300
|
background-color:var(--surface-tab-surface-hover);
|
|
7218
7301
|
color:var(--text-text-on-light-secondary-hover);
|
|
7219
7302
|
}
|
|
7220
|
-
.bp_tabs_module_tabsListContainer--
|
|
7303
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942:hover[aria-selected=true]{
|
|
7221
7304
|
color:var(--text-cta-link);
|
|
7222
7305
|
}
|
|
7223
|
-
.bp_tabs_module_tabsListContainer--
|
|
7306
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942:active{
|
|
7224
7307
|
background-color:var(--surface-tab-surface-pressed);
|
|
7225
7308
|
color:var(--text-text-on-light-secondary-hover);
|
|
7226
7309
|
}
|
|
7227
|
-
.bp_tabs_module_tabsListContainer--
|
|
7310
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942:active[aria-selected=true]{
|
|
7228
7311
|
color:var(--text-cta-link);
|
|
7229
7312
|
}
|
|
7230
|
-
.bp_tabs_module_tabsListContainer--
|
|
7313
|
+
.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
7314
|
background-color:var(--surface-tab-surface-hover);
|
|
7232
7315
|
border-radius:var(--radius-05);
|
|
7233
7316
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -7235,14 +7318,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7235
7318
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
7236
7319
|
outline-offset:1px;
|
|
7237
7320
|
}
|
|
7238
|
-
.bp_tabs_module_tabsListContainer--
|
|
7321
|
+
.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
7322
|
color:var(--text-cta-link);
|
|
7240
7323
|
}
|
|
7241
|
-
.bp_tabs_module_tabsListContainer--
|
|
7324
|
+
.bp_tabs_module_tabsListContainer--42942 .bp_tabs_module_tabList--42942 .bp_tabs_module_tab--42942[aria-disabled=true]{
|
|
7242
7325
|
opacity:.5;
|
|
7243
7326
|
}
|
|
7244
7327
|
|
|
7245
|
-
.bp_radio_group_module_root--
|
|
7328
|
+
.bp_radio_group_module_root--ed12f{
|
|
7246
7329
|
display:flex;
|
|
7247
7330
|
flex-direction:column;
|
|
7248
7331
|
font-family:var(--body-default-font-family);
|
|
@@ -7256,31 +7339,31 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7256
7339
|
text-transform:var(--body-default-text-case);
|
|
7257
7340
|
}
|
|
7258
7341
|
|
|
7259
|
-
.bp_radio_group_module_horizontal--
|
|
7342
|
+
.bp_radio_group_module_horizontal--ed12f{
|
|
7260
7343
|
flex-direction:row;
|
|
7261
7344
|
gap:1.625rem;
|
|
7262
7345
|
}
|
|
7263
7346
|
|
|
7264
|
-
.bp_radio_group_module_radioOption--
|
|
7347
|
+
.bp_radio_group_module_radioOption--ed12f{
|
|
7265
7348
|
display:flex;
|
|
7266
7349
|
flex-direction:column;
|
|
7267
7350
|
}
|
|
7268
|
-
.bp_radio_group_module_radioOption--
|
|
7351
|
+
.bp_radio_group_module_radioOption--ed12f .bp_radio_group_module_label--ed12f{
|
|
7269
7352
|
align-items:flex-start;
|
|
7270
7353
|
cursor:pointer;
|
|
7271
7354
|
display:inline-flex;
|
|
7272
7355
|
gap:var(--size-3);
|
|
7273
7356
|
line-height:var(--body-default-line-height);
|
|
7274
7357
|
}
|
|
7275
|
-
.bp_radio_group_module_radioOption--
|
|
7358
|
+
.bp_radio_group_module_radioOption--ed12f .bp_radio_group_module_description--ed12f{
|
|
7276
7359
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
7277
7360
|
}
|
|
7278
|
-
.bp_radio_group_module_radioOption--
|
|
7361
|
+
.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
7362
|
color:var(--text-text-on-light-secondary);
|
|
7280
7363
|
cursor:default;
|
|
7281
7364
|
}
|
|
7282
7365
|
|
|
7283
|
-
.bp_radio_group_module_radioButton--
|
|
7366
|
+
.bp_radio_group_module_radioButton--ed12f{
|
|
7284
7367
|
all:unset;
|
|
7285
7368
|
align-items:center;
|
|
7286
7369
|
background-color:var(--surface-radio-surface);
|
|
@@ -7294,33 +7377,33 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7294
7377
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
7295
7378
|
width:var(--size-4);
|
|
7296
7379
|
}
|
|
7297
|
-
.bp_radio_group_module_radioButton--
|
|
7380
|
+
.bp_radio_group_module_radioButton--ed12f .bp_radio_group_module_indicator--ed12f{
|
|
7298
7381
|
background-color:var(--surface-radio-surface-selected);
|
|
7299
7382
|
border-radius:50%;
|
|
7300
7383
|
height:var(--size-2);
|
|
7301
7384
|
transition:transform .1s;
|
|
7302
7385
|
width:var(--size-2);
|
|
7303
7386
|
}
|
|
7304
|
-
.bp_radio_group_module_radioButton--
|
|
7387
|
+
.bp_radio_group_module_radioButton--ed12f:focus-visible{
|
|
7305
7388
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
7306
7389
|
}
|
|
7307
|
-
.bp_radio_group_module_radioButton--
|
|
7390
|
+
.bp_radio_group_module_radioButton--ed12f[data-disabled]{
|
|
7308
7391
|
opacity:60%;
|
|
7309
7392
|
}
|
|
7310
|
-
.bp_radio_group_module_radioButton--
|
|
7393
|
+
.bp_radio_group_module_radioButton--ed12f[data-state=unchecked]{
|
|
7311
7394
|
background-color:var(--surface-radio-surface);
|
|
7312
7395
|
border:var(--border-2) solid var(--border-radio-border);
|
|
7313
7396
|
}
|
|
7314
|
-
.bp_radio_group_module_radioButton--
|
|
7397
|
+
.bp_radio_group_module_radioButton--ed12f[data-state=unchecked] .bp_radio_group_module_indicator--ed12f{
|
|
7315
7398
|
transform:scale(0);
|
|
7316
7399
|
}
|
|
7317
|
-
.bp_radio_group_module_radioButton--
|
|
7400
|
+
.bp_radio_group_module_radioButton--ed12f:not([data-disabled]):focus-visible,.bp_radio_group_module_radioButton--ed12f:not([data-disabled]):hover{
|
|
7318
7401
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
7319
7402
|
}
|
|
7320
|
-
.bp_radio_group_module_radioButton--
|
|
7403
|
+
.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
7404
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
7322
7405
|
}
|
|
7323
|
-
.bp_radio_group_module_radioButton--
|
|
7406
|
+
.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
7407
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
7325
7408
|
}
|
|
7326
7409
|
.bp_radio_tiles_option_module_radioTileOption--36d8a{
|
|
@@ -7622,7 +7705,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7622
7705
|
transform:translateY(-50%);
|
|
7623
7706
|
}
|
|
7624
7707
|
|
|
7625
|
-
.bp_side_panel_module_content--
|
|
7708
|
+
.bp_side_panel_module_content--d37b8{
|
|
7626
7709
|
background-color:var(--gray-white);
|
|
7627
7710
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
7628
7711
|
display:flex;
|
|
@@ -7635,12 +7718,12 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7635
7718
|
overflow-y:auto;
|
|
7636
7719
|
}
|
|
7637
7720
|
@media (width > 374px){
|
|
7638
|
-
.bp_side_panel_module_content--
|
|
7721
|
+
.bp_side_panel_module_content--d37b8{
|
|
7639
7722
|
min-width:320px;
|
|
7640
7723
|
overflow:hidden;
|
|
7641
7724
|
}
|
|
7642
7725
|
}
|
|
7643
|
-
.bp_side_panel_module_content--
|
|
7726
|
+
.bp_side_panel_module_content--d37b8 .bp_side_panel_module_header--d37b8{
|
|
7644
7727
|
align-items:center;
|
|
7645
7728
|
background-color:var(--surface-surface);
|
|
7646
7729
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -7652,77 +7735,77 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7652
7735
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7653
7736
|
word-break:break-word;
|
|
7654
7737
|
}
|
|
7655
|
-
.bp_side_panel_module_content--
|
|
7738
|
+
.bp_side_panel_module_content--d37b8 .bp_side_panel_module_headerShadow--d37b8{
|
|
7656
7739
|
box-shadow:var(--dropshadow-3);
|
|
7657
7740
|
}
|
|
7658
7741
|
|
|
7659
|
-
.bp_side_panel_module_scrollableContainer--
|
|
7742
|
+
.bp_side_panel_module_scrollableContainer--d37b8{
|
|
7660
7743
|
flex-grow:1;
|
|
7661
7744
|
}
|
|
7662
7745
|
@media (width > 374px){
|
|
7663
|
-
.bp_side_panel_module_scrollableContainer--
|
|
7746
|
+
.bp_side_panel_module_scrollableContainer--d37b8{
|
|
7664
7747
|
overflow-y:auto;
|
|
7665
7748
|
}
|
|
7666
7749
|
}
|
|
7667
7750
|
|
|
7668
|
-
.bp_side_panel_module_persistentContent--
|
|
7751
|
+
.bp_side_panel_module_persistentContent--d37b8{
|
|
7669
7752
|
overflow:hidden;
|
|
7670
7753
|
position:relative;
|
|
7671
7754
|
}
|
|
7672
|
-
.bp_side_panel_module_persistentContent--
|
|
7755
|
+
.bp_side_panel_module_persistentContent--d37b8 .bp_side_panel_module_scrollableContainer--d37b8{
|
|
7673
7756
|
flex-grow:1;
|
|
7674
7757
|
overflow-y:auto;
|
|
7675
7758
|
}
|
|
7676
7759
|
|
|
7677
|
-
.bp_side_panel_module_contentAnimatedSlideIn--
|
|
7760
|
+
.bp_side_panel_module_contentAnimatedSlideIn--d37b8{
|
|
7678
7761
|
animation-duration:.2s;
|
|
7679
|
-
animation-name:bp_side_panel_module_slideIn--
|
|
7762
|
+
animation-name:bp_side_panel_module_slideIn--d37b8;
|
|
7680
7763
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7681
7764
|
}
|
|
7682
7765
|
|
|
7683
|
-
.bp_side_panel_module_contentAnimatedSlideOut--
|
|
7766
|
+
.bp_side_panel_module_contentAnimatedSlideOut--d37b8[data-state=closed]{
|
|
7684
7767
|
animation-duration:.2s;
|
|
7685
|
-
animation-name:bp_side_panel_module_slideOut--
|
|
7768
|
+
animation-name:bp_side_panel_module_slideOut--d37b8;
|
|
7686
7769
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7687
7770
|
}
|
|
7688
7771
|
|
|
7689
|
-
.bp_side_panel_module_contentNormal--
|
|
7772
|
+
.bp_side_panel_module_contentNormal--d37b8{
|
|
7690
7773
|
width:360px;
|
|
7691
7774
|
}
|
|
7692
7775
|
|
|
7693
|
-
.bp_side_panel_module_contentLarge--
|
|
7776
|
+
.bp_side_panel_module_contentLarge--d37b8{
|
|
7694
7777
|
width:420px;
|
|
7695
7778
|
}
|
|
7696
7779
|
|
|
7697
|
-
.bp_side_panel_module_dropShadowContent--
|
|
7780
|
+
.bp_side_panel_module_dropShadowContent--d37b8{
|
|
7698
7781
|
box-shadow:var(--dropshadow-3);
|
|
7699
7782
|
}
|
|
7700
7783
|
|
|
7701
|
-
.bp_side_panel_module_content--
|
|
7784
|
+
.bp_side_panel_module_content--d37b8 .bp_side_panel_module_close--d37b8{
|
|
7702
7785
|
color:var(--gray-65);
|
|
7703
7786
|
position:fixed;
|
|
7704
7787
|
right:var(--space-4);
|
|
7705
7788
|
top:var(--space-4);
|
|
7706
7789
|
}
|
|
7707
7790
|
@media (width > 374px){
|
|
7708
|
-
.bp_side_panel_module_content--
|
|
7791
|
+
.bp_side_panel_module_content--d37b8 .bp_side_panel_module_close--d37b8{
|
|
7709
7792
|
position:absolute;
|
|
7710
7793
|
top:var(--space-5);
|
|
7711
7794
|
}
|
|
7712
7795
|
}
|
|
7713
7796
|
|
|
7714
|
-
.bp_side_panel_module_overlayContent--
|
|
7797
|
+
.bp_side_panel_module_overlayContent--d37b8{
|
|
7715
7798
|
box-shadow:var(--dropshadow-3);
|
|
7716
7799
|
position:fixed;
|
|
7717
7800
|
right:0;
|
|
7718
7801
|
top:0;
|
|
7719
7802
|
z-index:300;
|
|
7720
7803
|
}
|
|
7721
|
-
.bp_side_panel_module_overlayContent--
|
|
7804
|
+
.bp_side_panel_module_overlayContent--d37b8 .bp_side_panel_module_header--d37b8{
|
|
7722
7805
|
padding:var(--space-5) var(--space-14) var(--space-5) var(--space-4);
|
|
7723
7806
|
}
|
|
7724
7807
|
|
|
7725
|
-
.bp_side_panel_module_overlay--
|
|
7808
|
+
.bp_side_panel_module_overlay--d37b8{
|
|
7726
7809
|
background-color:var(--overlay-sidepanel-overlay);
|
|
7727
7810
|
bottom:0;
|
|
7728
7811
|
display:flex;
|
|
@@ -7733,15 +7816,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7733
7816
|
top:0;
|
|
7734
7817
|
z-index:300;
|
|
7735
7818
|
}
|
|
7736
|
-
.bp_side_panel_module_overlay--
|
|
7819
|
+
.bp_side_panel_module_overlay--d37b8 .bp_side_panel_module_content--d37b8 .bp_side_panel_module_header--d37b8{
|
|
7737
7820
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
7738
7821
|
}
|
|
7739
7822
|
|
|
7740
|
-
.bp_side_panel_module_dropShadowOverlay--
|
|
7823
|
+
.bp_side_panel_module_dropShadowOverlay--d37b8{
|
|
7741
7824
|
background-color:initial;
|
|
7742
7825
|
}
|
|
7743
7826
|
|
|
7744
|
-
.bp_side_panel_module_footer--
|
|
7827
|
+
.bp_side_panel_module_footer--d37b8{
|
|
7745
7828
|
background-color:var(--surface-surface);
|
|
7746
7829
|
display:flex;
|
|
7747
7830
|
justify-content:flex-end;
|
|
@@ -7751,19 +7834,19 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7751
7834
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
7752
7835
|
}
|
|
7753
7836
|
|
|
7754
|
-
.bp_side_panel_module_footerShadow--
|
|
7837
|
+
.bp_side_panel_module_footerShadow--d37b8{
|
|
7755
7838
|
box-shadow:var(--dropshadow-3-inverse);
|
|
7756
7839
|
}
|
|
7757
7840
|
|
|
7758
|
-
.bp_side_panel_module_footerButton--
|
|
7841
|
+
.bp_side_panel_module_footerButton--d37b8{
|
|
7759
7842
|
margin-inline-start:var(--space-2);
|
|
7760
7843
|
}
|
|
7761
7844
|
|
|
7762
|
-
.bp_side_panel_module_footerButton--
|
|
7845
|
+
.bp_side_panel_module_footerButton--d37b8 + .bp_side_panel_module_footerButton--d37b8{
|
|
7763
7846
|
margin-inline-start:var(--space-3);
|
|
7764
7847
|
}
|
|
7765
7848
|
|
|
7766
|
-
@keyframes bp_side_panel_module_slideIn--
|
|
7849
|
+
@keyframes bp_side_panel_module_slideIn--d37b8{
|
|
7767
7850
|
from{
|
|
7768
7851
|
inset-inline-end:-100%;
|
|
7769
7852
|
}
|
|
@@ -7771,7 +7854,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7771
7854
|
inset-inline-end:0;
|
|
7772
7855
|
}
|
|
7773
7856
|
}
|
|
7774
|
-
@keyframes bp_side_panel_module_slideOut--
|
|
7857
|
+
@keyframes bp_side_panel_module_slideOut--d37b8{
|
|
7775
7858
|
from{
|
|
7776
7859
|
inset-inline-end:0;
|
|
7777
7860
|
}
|
|
@@ -7857,7 +7940,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7857
7940
|
width:fit-content;
|
|
7858
7941
|
}
|
|
7859
7942
|
|
|
7860
|
-
.bp_trigger_button_module_triggerButton--
|
|
7943
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=false].bp_trigger_button_module_secondary--af4dd{
|
|
7861
7944
|
--trigger-button-background:var(--surface-dropdown-secondary-surface);
|
|
7862
7945
|
--trigger-button-border:var(--border-1) solid var(--border-cta-border-secondary);
|
|
7863
7946
|
--trigger-button-focus-or-hover-background:var(--surface-dropdown-secondary-surface-hover);
|
|
@@ -7865,23 +7948,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7865
7948
|
--trigger-button-active-background:var(--surface-dropdown-secondary-surface-pressed);
|
|
7866
7949
|
--trigger-button-active-border:var(--border-1) solid var(--border-cta-border-secondary);
|
|
7867
7950
|
}
|
|
7868
|
-
.bp_trigger_button_module_triggerButton--
|
|
7951
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=false].bp_trigger_button_module_tertiary--af4dd{
|
|
7869
7952
|
--trigger-button-focus-or-hover-background:var(--surface-dropdown-primary-surface-hover);
|
|
7870
7953
|
--trigger-button-active-background:var(--surface-dropdown-primary-surface-pressed);
|
|
7871
7954
|
}
|
|
7872
|
-
.bp_trigger_button_module_triggerButton--
|
|
7955
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=false].bp_trigger_button_module_extraSmall--af4dd{
|
|
7873
7956
|
--button-xsmall-gap:var(--space-1);
|
|
7874
7957
|
--button-xsmall-height:var(--size-6);
|
|
7875
7958
|
--button-xsmall-padding:0.375rem var(--space-1);
|
|
7876
7959
|
}
|
|
7877
|
-
.bp_trigger_button_module_triggerButton--
|
|
7960
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=false].bp_trigger_button_module_small--af4dd{
|
|
7878
7961
|
--button-small-padding:0.375rem var(--space-2);
|
|
7879
7962
|
}
|
|
7880
|
-
.bp_trigger_button_module_triggerButton--
|
|
7963
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=false].bp_trigger_button_module_large--af4dd{
|
|
7881
7964
|
--button-large-padding:0.375rem var(--space-3) 0.375rem var(--space-2);
|
|
7882
7965
|
}
|
|
7883
7966
|
|
|
7884
|
-
.bp_trigger_button_module_triggerButton--
|
|
7967
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=true].bp_trigger_button_module_secondary--af4dd{
|
|
7885
7968
|
--trigger-button-background:var(--bp-surface-dropdown-surface-secondary);
|
|
7886
7969
|
--trigger-button-border:var(--bp-border-01) solid var(--bp-border-dropdown-secondary-border);
|
|
7887
7970
|
--trigger-button-focus-or-hover-background:var(--bp-surface-dropdown-secondary-surface-hover);
|
|
@@ -7889,53 +7972,53 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7889
7972
|
--trigger-button-active-background:var(--bp-surface-dropdown-secondary-surface-pressed);
|
|
7890
7973
|
--trigger-button-active-border:var(--bp-border-01) solid var(--bp-border-dropdown-secondary-border);
|
|
7891
7974
|
}
|
|
7892
|
-
.bp_trigger_button_module_triggerButton--
|
|
7975
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=true].bp_trigger_button_module_tertiary--af4dd{
|
|
7893
7976
|
--trigger-button-focus-or-hover-background:var(--bp-surface-dropdown-tertiary-surface-hover);
|
|
7894
7977
|
--trigger-button-active-background:var(--bp-surface-dropdown-secondary-surface-pressed);
|
|
7895
7978
|
}
|
|
7896
|
-
.bp_trigger_button_module_triggerButton--
|
|
7979
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=true].bp_trigger_button_module_extraSmall--af4dd{
|
|
7897
7980
|
--button-xsmall-gap:var(--bp-space-010);
|
|
7898
7981
|
--button-xsmall-height:var(--bp-size-060);
|
|
7899
7982
|
--button-xsmall-padding:0.375rem var(--bp-space-010);
|
|
7900
7983
|
}
|
|
7901
|
-
.bp_trigger_button_module_triggerButton--
|
|
7984
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=true].bp_trigger_button_module_small--af4dd{
|
|
7902
7985
|
--button-small-padding:0.375rem var(--bp-space-020);
|
|
7903
7986
|
}
|
|
7904
|
-
.bp_trigger_button_module_triggerButton--
|
|
7987
|
+
.bp_trigger_button_module_triggerButton--af4dd[data-modern=true].bp_trigger_button_module_large--af4dd{
|
|
7905
7988
|
--button-large-padding:0.375rem var(--bp-space-030) 0.375rem var(--bp-space-020);
|
|
7906
7989
|
}
|
|
7907
7990
|
|
|
7908
|
-
.bp_trigger_button_module_triggerButton--
|
|
7991
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_secondary--af4dd{
|
|
7909
7992
|
background:var(--trigger-button-background);
|
|
7910
7993
|
border:var(--trigger-button-border);
|
|
7911
7994
|
}
|
|
7912
|
-
.bp_trigger_button_module_triggerButton--
|
|
7995
|
+
.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
7996
|
background:var(--trigger-button-focus-or-hover-background);
|
|
7914
7997
|
border:var(--trigger-button-focus-or-hover-border);
|
|
7915
7998
|
}
|
|
7916
|
-
.bp_trigger_button_module_triggerButton--
|
|
7999
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_secondary--af4dd:not(:disabled):active{
|
|
7917
8000
|
background:var(--trigger-button-active-background);
|
|
7918
8001
|
border:var(--trigger-button-active-border);
|
|
7919
8002
|
}
|
|
7920
|
-
.bp_trigger_button_module_triggerButton--
|
|
8003
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_tertiary--af4dd{
|
|
7921
8004
|
background:var(--trigger-button-background);
|
|
7922
8005
|
border:var(--trigger-button-border);
|
|
7923
8006
|
}
|
|
7924
|
-
.bp_trigger_button_module_triggerButton--
|
|
8007
|
+
.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
8008
|
background:var(--trigger-button-focus-or-hover-background);
|
|
7926
8009
|
}
|
|
7927
|
-
.bp_trigger_button_module_triggerButton--
|
|
8010
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_tertiary--af4dd:not(:disabled):active{
|
|
7928
8011
|
background:var(--trigger-button-active-background);
|
|
7929
8012
|
}
|
|
7930
|
-
.bp_trigger_button_module_triggerButton--
|
|
8013
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_extraSmall--af4dd{
|
|
7931
8014
|
gap:var(--button-xsmall-gap);
|
|
7932
8015
|
height:var(--button-xsmall-height);
|
|
7933
8016
|
padding:var(--button-xsmall-padding);
|
|
7934
8017
|
}
|
|
7935
|
-
.bp_trigger_button_module_triggerButton--
|
|
8018
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_small--af4dd{
|
|
7936
8019
|
padding:var(--button-small-padding);
|
|
7937
8020
|
}
|
|
7938
|
-
.bp_trigger_button_module_triggerButton--
|
|
8021
|
+
.bp_trigger_button_module_triggerButton--af4dd.bp_trigger_button_module_large--af4dd{
|
|
7939
8022
|
padding:var(--button-large-padding);
|
|
7940
8023
|
}
|
|
7941
8024
|
.bp_styles_module_splitButton--f7401[data-modern=false]{
|
|
@@ -8010,7 +8093,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8010
8093
|
min-width:var(--split-button-dropdown-min-width);
|
|
8011
8094
|
}
|
|
8012
8095
|
|
|
8013
|
-
.bp_switch_module_option--
|
|
8096
|
+
.bp_switch_module_option--62162[data-modern=false]{
|
|
8014
8097
|
--switch-width:var(--size-10);
|
|
8015
8098
|
--switch-height:var(--size-5);
|
|
8016
8099
|
--switch-margin-left:var(--space-10);
|
|
@@ -8034,7 +8117,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8034
8117
|
--switch-disabled-opacity:.5;
|
|
8035
8118
|
}
|
|
8036
8119
|
|
|
8037
|
-
.bp_switch_module_option--
|
|
8120
|
+
.bp_switch_module_option--62162[data-modern=true]{
|
|
8038
8121
|
--switch-width:var(--bp-size-110);
|
|
8039
8122
|
--switch-height:var(--bp-size-060);
|
|
8040
8123
|
--switch-margin-left:var(--bp-space-100);
|
|
@@ -8058,7 +8141,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8058
8141
|
--switch-disabled-opacity:.6;
|
|
8059
8142
|
}
|
|
8060
8143
|
|
|
8061
|
-
.bp_switch_module_option--
|
|
8144
|
+
.bp_switch_module_option--62162{
|
|
8062
8145
|
display:flex;
|
|
8063
8146
|
flex-direction:column;
|
|
8064
8147
|
font-family:var(--body-default-font-family);
|
|
@@ -8070,29 +8153,29 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8070
8153
|
text-decoration:var(--body-default-text-decoration);
|
|
8071
8154
|
text-transform:var(--body-default-text-case);
|
|
8072
8155
|
}
|
|
8073
|
-
.bp_switch_module_option--
|
|
8156
|
+
.bp_switch_module_option--62162 .bp_switch_module_label--62162{
|
|
8074
8157
|
cursor:pointer;
|
|
8075
8158
|
display:inline-flex;
|
|
8076
8159
|
flex-direction:row;
|
|
8077
8160
|
width:-moz-fit-content;
|
|
8078
8161
|
width:fit-content;
|
|
8079
8162
|
}
|
|
8080
|
-
.bp_switch_module_option--
|
|
8163
|
+
.bp_switch_module_option--62162 .bp_switch_module_label--62162.bp_switch_module_rightAlign--62162{
|
|
8081
8164
|
flex-direction:row-reverse;
|
|
8082
8165
|
justify-content:space-between;
|
|
8083
8166
|
width:unset;
|
|
8084
8167
|
}
|
|
8085
|
-
.bp_switch_module_option--
|
|
8168
|
+
.bp_switch_module_option--62162 .bp_switch_module_label--62162:has(.bp_switch_module_switch--62162:disabled){
|
|
8086
8169
|
cursor:default;
|
|
8087
8170
|
}
|
|
8088
|
-
.bp_switch_module_option--
|
|
8171
|
+
.bp_switch_module_option--62162 .bp_switch_module_description--62162{
|
|
8089
8172
|
margin-left:var(--description-margin);
|
|
8090
8173
|
}
|
|
8091
|
-
.bp_switch_module_option--
|
|
8174
|
+
.bp_switch_module_option--62162 .bp_switch_module_description--62162.bp_switch_module_rightAlign--62162{
|
|
8092
8175
|
margin-left:unset;
|
|
8093
8176
|
margin-right:var(--description-margin);
|
|
8094
8177
|
}
|
|
8095
|
-
.bp_switch_module_option--
|
|
8178
|
+
.bp_switch_module_option--62162 .bp_switch_module_thumb--62162{
|
|
8096
8179
|
background-color:var(--thumb-bg);
|
|
8097
8180
|
border:var(--thumb-border-off);
|
|
8098
8181
|
border-radius:var(--thumb-radius);
|
|
@@ -8104,7 +8187,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8104
8187
|
width:var(--thumb-width);
|
|
8105
8188
|
will-change:transform;
|
|
8106
8189
|
}
|
|
8107
|
-
.bp_switch_module_option--
|
|
8190
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162{
|
|
8108
8191
|
all:unset;
|
|
8109
8192
|
align-items:center;
|
|
8110
8193
|
background-color:var(--switch-bg-off);
|
|
@@ -8118,48 +8201,48 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8118
8201
|
width:var(--switch-width);
|
|
8119
8202
|
will-change:transition;
|
|
8120
8203
|
}
|
|
8121
|
-
.bp_switch_module_option--
|
|
8204
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162:disabled{
|
|
8122
8205
|
opacity:var(--switch-disabled-opacity);
|
|
8123
8206
|
}
|
|
8124
|
-
.bp_switch_module_option--
|
|
8207
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162.bp_switch_module_rightAlign--62162{
|
|
8125
8208
|
margin-left:var(--switch-margin-left);
|
|
8126
8209
|
margin-right:unset;
|
|
8127
8210
|
}
|
|
8128
|
-
.bp_switch_module_option--
|
|
8211
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162:focus-visible{
|
|
8129
8212
|
background-color:var(--switch-bg-off-hover);
|
|
8130
8213
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--switch-outline);
|
|
8131
8214
|
}
|
|
8132
|
-
.bp_switch_module_option--
|
|
8215
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162:focus-visible .bp_switch_module_thumb--62162{
|
|
8133
8216
|
border:var(--thumb-border-off-hover);
|
|
8134
8217
|
}
|
|
8135
|
-
.bp_switch_module_option--
|
|
8218
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162:hover:not(:disabled){
|
|
8136
8219
|
background-color:var(--switch-bg-off-hover);
|
|
8137
8220
|
}
|
|
8138
|
-
.bp_switch_module_option--
|
|
8221
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162:hover:not(:disabled) .bp_switch_module_thumb--62162{
|
|
8139
8222
|
border:var(--thumb-border-off-hover);
|
|
8140
8223
|
}
|
|
8141
|
-
.bp_switch_module_option--
|
|
8224
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true]{
|
|
8142
8225
|
background-color:var(--switch-bg-on);
|
|
8143
8226
|
}
|
|
8144
|
-
.bp_switch_module_option--
|
|
8227
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true] .bp_switch_module_thumb--62162{
|
|
8145
8228
|
border:var(--thumb-border-on);
|
|
8146
8229
|
transform:translateX(calc(var(--switch-width) - var(--thumb-width)));
|
|
8147
8230
|
}
|
|
8148
|
-
.bp_switch_module_option--
|
|
8231
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true]:focus-visible{
|
|
8149
8232
|
background-color:var(--switch-bg-on-hover);
|
|
8150
8233
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--switch-outline);
|
|
8151
8234
|
}
|
|
8152
|
-
.bp_switch_module_option--
|
|
8235
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true]:focus-visible .bp_switch_module_thumb--62162{
|
|
8153
8236
|
border:var(--thumb-border-on-hover);
|
|
8154
8237
|
}
|
|
8155
|
-
.bp_switch_module_option--
|
|
8238
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true]:hover:not(:disabled){
|
|
8156
8239
|
background-color:var(--switch-bg-on-hover);
|
|
8157
8240
|
}
|
|
8158
|
-
.bp_switch_module_option--
|
|
8241
|
+
.bp_switch_module_option--62162 .bp_switch_module_switch--62162[aria-checked=true]:hover:not(:disabled) .bp_switch_module_thumb--62162{
|
|
8159
8242
|
border:var(--thumb-border-on-hover);
|
|
8160
8243
|
}
|
|
8161
8244
|
|
|
8162
|
-
.bp_text_button_module_textButton--
|
|
8245
|
+
.bp_text_button_module_textButton--7f418[data-modern=false]{
|
|
8163
8246
|
--text-button-text-color:var(--text-cta-link);
|
|
8164
8247
|
--text-button-radius:calc(var(--radius-1)/2);
|
|
8165
8248
|
--text-button-padding:0;
|
|
@@ -8170,15 +8253,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8170
8253
|
--text-button-focus-box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
8171
8254
|
--text-button-text-color-active:var(--text-cta-link-pressed);
|
|
8172
8255
|
}
|
|
8173
|
-
.bp_text_button_module_textButton--
|
|
8256
|
+
.bp_text_button_module_textButton--7f418[data-modern=false].bp_text_button_module_isFontInherited--7f418{
|
|
8174
8257
|
--text-button-radius-font-inherited:0.125em;
|
|
8175
8258
|
--text-button-outline:var(--outline-focus-on-light);
|
|
8176
8259
|
}
|
|
8177
|
-
.bp_text_button_module_textButton--
|
|
8260
|
+
.bp_text_button_module_textButton--7f418[data-modern=false].bp_text_button_module_isIconButton--7f418{
|
|
8178
8261
|
--text-button-gap:var(--space-1);
|
|
8179
8262
|
}
|
|
8180
8263
|
|
|
8181
|
-
.bp_text_button_module_textButton--
|
|
8264
|
+
.bp_text_button_module_textButton--7f418[data-modern=true]{
|
|
8182
8265
|
--text-button-text-color:var(--bp-text-cta-link);
|
|
8183
8266
|
--text-button-radius:var(--bp-radius-04);
|
|
8184
8267
|
--text-button-padding:0 var(--bp-space-010);
|
|
@@ -8189,15 +8272,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8189
8272
|
--text-button-focus-box-shadow:0 0 0 var(--bp-border-02) var(--bp-outline-focus-on-light);
|
|
8190
8273
|
--text-button-text-color-active:var(--bp-text-cta-link-pressed);
|
|
8191
8274
|
}
|
|
8192
|
-
.bp_text_button_module_textButton--
|
|
8275
|
+
.bp_text_button_module_textButton--7f418[data-modern=true].bp_text_button_module_isFontInherited--7f418{
|
|
8193
8276
|
--text-button-radius-font-inherited:0.375em;
|
|
8194
8277
|
--text-button-outline:var(--bp-outline-focus-on-light);
|
|
8195
8278
|
}
|
|
8196
|
-
.bp_text_button_module_textButton--
|
|
8279
|
+
.bp_text_button_module_textButton--7f418[data-modern=true].bp_text_button_module_isIconButton--7f418{
|
|
8197
8280
|
--text-button-gap:var(--bp-space-010);
|
|
8198
8281
|
}
|
|
8199
8282
|
|
|
8200
|
-
.bp_text_button_module_textButton--
|
|
8283
|
+
.bp_text_button_module_textButton--7f418{
|
|
8201
8284
|
align-items:center;
|
|
8202
8285
|
background:#0000;
|
|
8203
8286
|
border:none;
|
|
@@ -8218,54 +8301,54 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8218
8301
|
-webkit-user-select:text;
|
|
8219
8302
|
user-select:text;
|
|
8220
8303
|
}
|
|
8221
|
-
.bp_text_button_module_textButton--
|
|
8304
|
+
.bp_text_button_module_textButton--7f418.bp_text_button_module_isFontInherited--7f418{
|
|
8222
8305
|
border-radius:var(--text-button-radius-font-inherited);
|
|
8223
8306
|
font:inherit;
|
|
8224
8307
|
}
|
|
8225
|
-
.bp_text_button_module_textButton--
|
|
8308
|
+
.bp_text_button_module_textButton--7f418.bp_text_button_module_isFontInherited--7f418.bp_text_button_module_isIconButton--7f418{
|
|
8226
8309
|
gap:.25em;
|
|
8227
8310
|
}
|
|
8228
|
-
.bp_text_button_module_textButton--
|
|
8311
|
+
.bp_text_button_module_textButton--7f418.bp_text_button_module_isFontInherited--7f418:not(:disabled)[data-focus-visible]{
|
|
8229
8312
|
box-shadow:0 0 0 .125em var(--text-button-outline);
|
|
8230
8313
|
}
|
|
8231
|
-
.bp_text_button_module_textButton--
|
|
8314
|
+
.bp_text_button_module_textButton--7f418 .bp_text_button_module_scaleLoader--7f418 div{
|
|
8232
8315
|
border-radius:var(--text-button-scale-loader-border-radius);
|
|
8233
8316
|
height:var(--text-button-scale-loader-height);
|
|
8234
8317
|
width:var(--text-button-scale-loader-width);
|
|
8235
8318
|
}
|
|
8236
|
-
.bp_text_button_module_textButton--
|
|
8319
|
+
.bp_text_button_module_textButton--7f418 .bp_text_button_module_icon--7f418{
|
|
8237
8320
|
align-items:center;
|
|
8238
8321
|
display:flex;
|
|
8239
8322
|
}
|
|
8240
|
-
.bp_text_button_module_textButton--
|
|
8323
|
+
.bp_text_button_module_textButton--7f418 .bp_text_button_module_hideTextContent--7f418{
|
|
8241
8324
|
visibility:hidden;
|
|
8242
8325
|
}
|
|
8243
|
-
.bp_text_button_module_textButton--
|
|
8326
|
+
.bp_text_button_module_textButton--7f418.bp_text_button_module_isIconButton--7f418{
|
|
8244
8327
|
gap:var(--text-button-gap);
|
|
8245
8328
|
}
|
|
8246
|
-
.bp_text_button_module_textButton--
|
|
8329
|
+
.bp_text_button_module_textButton--7f418.bp_text_button_module_visuallyHidden--7f418{
|
|
8247
8330
|
color:#0000;
|
|
8248
8331
|
pointer-events:none;
|
|
8249
8332
|
position:relative;
|
|
8250
8333
|
}
|
|
8251
|
-
.bp_text_button_module_textButton--
|
|
8334
|
+
.bp_text_button_module_textButton--7f418:disabled{
|
|
8252
8335
|
opacity:.3;
|
|
8253
8336
|
}
|
|
8254
|
-
.bp_text_button_module_textButton--
|
|
8337
|
+
.bp_text_button_module_textButton--7f418:not(:disabled):hover,.bp_text_button_module_textButton--7f418:not(:disabled)[data-focus-visible]{
|
|
8255
8338
|
color:var(--text-button-text-color-hover);
|
|
8256
8339
|
}
|
|
8257
|
-
.bp_text_button_module_textButton--
|
|
8340
|
+
.bp_text_button_module_textButton--7f418:not(:disabled)[data-focus-visible]{
|
|
8258
8341
|
box-shadow:var(--text-button-focus-box-shadow);
|
|
8259
8342
|
}
|
|
8260
|
-
.bp_text_button_module_textButton--
|
|
8343
|
+
.bp_text_button_module_textButton--7f418:not(:disabled):active{
|
|
8261
8344
|
color:var(--text-button-text-color-active);
|
|
8262
8345
|
}
|
|
8263
8346
|
|
|
8264
|
-
.bp_text_input_module_textInput--
|
|
8347
|
+
.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
8348
|
padding-inline-end:1.875rem;
|
|
8266
8349
|
}
|
|
8267
8350
|
|
|
8268
|
-
.bp_text_input_module_loadingIndicatorReset--
|
|
8351
|
+
.bp_text_input_module_loadingIndicatorReset--4df95 div{
|
|
8269
8352
|
position:static;
|
|
8270
8353
|
}
|
|
8271
8354
|
.bp_text_toggle_button_module_textToggleButton--b6cea[data-modern=false]{
|
|
@@ -8365,7 +8448,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8365
8448
|
border-color:var(--text-toggle-button-border-color-on-pressed);
|
|
8366
8449
|
}
|
|
8367
8450
|
|
|
8368
|
-
.bp_time_picker_module_timePicker--
|
|
8451
|
+
.bp_time_picker_module_timePicker--2b3f5{
|
|
8369
8452
|
--time-picker-padding-right:var(--space-4);
|
|
8370
8453
|
--time-picker-border-width:var(--border-2);
|
|
8371
8454
|
--time-picker-focused-border-color:var(--outline-focus-on-light);
|
|
@@ -8374,13 +8457,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8374
8457
|
--time-picker-icon-size:var(--size-4);
|
|
8375
8458
|
width:100%;
|
|
8376
8459
|
}
|
|
8377
|
-
.bp_time_picker_module_timePicker--
|
|
8460
|
+
.bp_time_picker_module_timePicker--2b3f5.bp_time_picker_module_disabled--2b3f5{
|
|
8378
8461
|
opacity:60%;
|
|
8379
8462
|
pointer-events:none;
|
|
8380
8463
|
-webkit-user-select:none;
|
|
8381
8464
|
user-select:none;
|
|
8382
8465
|
}
|
|
8383
|
-
.bp_time_picker_module_timePicker--
|
|
8466
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_label--2b3f5{
|
|
8384
8467
|
cursor:default;
|
|
8385
8468
|
display:block;
|
|
8386
8469
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -8395,7 +8478,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8395
8478
|
width:-moz-fit-content;
|
|
8396
8479
|
width:fit-content;
|
|
8397
8480
|
}
|
|
8398
|
-
.bp_time_picker_module_timePicker--
|
|
8481
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_group--2b3f5{
|
|
8399
8482
|
align-items:center;
|
|
8400
8483
|
border-radius:var(--radius-2);
|
|
8401
8484
|
box-shadow:var(--innershadow-1);
|
|
@@ -8414,16 +8497,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8414
8497
|
text-transform:var(--body-default-text-case);
|
|
8415
8498
|
width:100%;
|
|
8416
8499
|
}
|
|
8417
|
-
.bp_time_picker_module_timePicker--
|
|
8500
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_group--2b3f5:focus-within{
|
|
8418
8501
|
outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
|
|
8419
8502
|
}
|
|
8420
|
-
.bp_time_picker_module_timePicker--
|
|
8503
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_group--2b3f5.bp_time_picker_module_error--2b3f5:not(:focus-within){
|
|
8421
8504
|
outline:var(--time-picker-border-width) solid var(--text-text-error-on-light);
|
|
8422
8505
|
}
|
|
8423
|
-
.bp_time_picker_module_timePicker--
|
|
8506
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_group--2b3f5.bp_time_picker_module_error--2b3f5:focus-within{
|
|
8424
8507
|
outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
|
|
8425
8508
|
}
|
|
8426
|
-
.bp_time_picker_module_timePicker--
|
|
8509
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInput--2b3f5{
|
|
8427
8510
|
align-items:center;
|
|
8428
8511
|
display:inline-flex;
|
|
8429
8512
|
height:var(--size-10);
|
|
@@ -8431,7 +8514,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8431
8514
|
text-transform:uppercase;
|
|
8432
8515
|
white-space:nowrap;
|
|
8433
8516
|
}
|
|
8434
|
-
.bp_time_picker_module_timePicker--
|
|
8517
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5{
|
|
8435
8518
|
border:unset;
|
|
8436
8519
|
border-radius:unset;
|
|
8437
8520
|
border-radius:var(--radius-1);
|
|
@@ -8443,26 +8526,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8443
8526
|
transition:unset;
|
|
8444
8527
|
width:unset;
|
|
8445
8528
|
}
|
|
8446
|
-
.bp_time_picker_module_timePicker--
|
|
8529
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5[data-placeholder]{
|
|
8447
8530
|
color:var(--text-text-on-light-secondary);
|
|
8448
8531
|
}
|
|
8449
|
-
.bp_time_picker_module_timePicker--
|
|
8532
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5[role=spinbutton]{
|
|
8450
8533
|
margin:0 var(--space-05);
|
|
8451
8534
|
padding:0 var(--space-1);
|
|
8452
8535
|
}
|
|
8453
|
-
.bp_time_picker_module_timePicker--
|
|
8536
|
+
.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
8537
|
background:var(--box-blue-100);
|
|
8455
8538
|
caret-color:#0000;
|
|
8456
8539
|
color:var(--text-text-brand-on-color);
|
|
8457
8540
|
outline:none;
|
|
8458
8541
|
}
|
|
8459
|
-
.bp_time_picker_module_timePicker--
|
|
8542
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5:nth-child(1 of [role=spinbutton]){
|
|
8460
8543
|
margin-inline-start:0;
|
|
8461
8544
|
}
|
|
8462
|
-
.bp_time_picker_module_timePicker--
|
|
8545
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_timeInputSegment--2b3f5[data-type=literal] + [data-type=dayPeriod]{
|
|
8463
8546
|
margin-inline-start:calc(var(--space-1)*-1);
|
|
8464
8547
|
}
|
|
8465
|
-
.bp_time_picker_module_timePicker--
|
|
8548
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5{
|
|
8466
8549
|
align-items:center;
|
|
8467
8550
|
background-color:initial;
|
|
8468
8551
|
border:none;
|
|
@@ -8477,32 +8560,32 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8477
8560
|
right:var(--clear-time-picker-button-right);
|
|
8478
8561
|
width:var(--time-picker-icon-button-size);
|
|
8479
8562
|
}
|
|
8480
|
-
.bp_time_picker_module_timePicker--
|
|
8563
|
+
.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
8564
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
8482
8565
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
8483
8566
|
}
|
|
8484
|
-
.bp_time_picker_module_timePicker--
|
|
8567
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5:hover{
|
|
8485
8568
|
background:var(--surface-cta-surface-icon-hover);
|
|
8486
8569
|
}
|
|
8487
|
-
.bp_time_picker_module_timePicker--
|
|
8570
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5:hover *{
|
|
8488
8571
|
fill:var(--icon-cta-icon-hover);
|
|
8489
8572
|
}
|
|
8490
|
-
.bp_time_picker_module_timePicker--
|
|
8573
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5:active{
|
|
8491
8574
|
background:var(--surface-cta-surface-icon-pressed);
|
|
8492
8575
|
}
|
|
8493
|
-
.bp_time_picker_module_timePicker--
|
|
8576
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5:active *{
|
|
8494
8577
|
fill:var(--icon-cta-icon-pressed);
|
|
8495
8578
|
}
|
|
8496
|
-
.bp_time_picker_module_timePicker--
|
|
8579
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clearButton--2b3f5:disabled{
|
|
8497
8580
|
opacity:1;
|
|
8498
8581
|
}
|
|
8499
|
-
.bp_time_picker_module_timePicker--
|
|
8582
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_clockIcon--2b3f5{
|
|
8500
8583
|
height:var(--time-picker-icon-size);
|
|
8501
8584
|
position:absolute;
|
|
8502
8585
|
right:var(--time-picker-padding-right);
|
|
8503
8586
|
width:var(--time-picker-icon-size);
|
|
8504
8587
|
}
|
|
8505
|
-
.bp_time_picker_module_timePicker--
|
|
8588
|
+
.bp_time_picker_module_timePicker--2b3f5 .bp_time_picker_module_inlineError--2b3f5{
|
|
8506
8589
|
margin-block-start:var(--space-2);
|
|
8507
8590
|
}
|
|
8508
8591
|
:root{
|
|
@@ -9305,23 +9388,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9305
9388
|
--bp-icon-icon-illustrator:#ff9400;
|
|
9306
9389
|
--bp-icon-icon-indesign:#ff57a1;
|
|
9307
9390
|
--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
9391
|
--bp-surface-badge-surface-docs:#4083f7;
|
|
9315
9392
|
--bp-surface-badge-surface-drawing:#009aed;
|
|
9316
9393
|
--bp-surface-badge-surface-excel:#107c41;
|
|
9394
|
+
--bp-surface-badge-surface-illustrator:#051e25;
|
|
9395
|
+
--bp-surface-badge-surface-indesign:#131415;
|
|
9317
9396
|
--bp-surface-badge-surface-keynote:#0a84ff;
|
|
9397
|
+
--bp-surface-badge-surface-numbers:#00a650;
|
|
9318
9398
|
--bp-surface-badge-surface-pages:#ff9500;
|
|
9319
9399
|
--bp-surface-badge-surface-pdf:#d0021b;
|
|
9400
|
+
--bp-surface-badge-surface-photoshop:#131415;
|
|
9401
|
+
--bp-surface-badge-surface-powerpoint:#c43e1c;
|
|
9320
9402
|
--bp-surface-badge-surface-sheets:#21a464;
|
|
9321
9403
|
--bp-surface-badge-surface-slides:#f7ba00;
|
|
9404
|
+
--bp-surface-badge-surface-spreadsheet:#3fb87f;
|
|
9322
9405
|
--bp-surface-badge-surface-video:#009aed;
|
|
9323
|
-
--bp-surface-badge-word
|
|
9406
|
+
--bp-surface-badge-surface-word:#185abd;
|
|
9324
9407
|
--bp-surface-cursor-cursor-on-light:#000;
|
|
9408
|
+
--bp-surface-toolbar-surface:#fff;
|
|
9325
9409
|
--bp-surface-surface-brand:#0061d5;
|
|
9326
9410
|
--bp-surface-surface-brand-busy:#0061d5;
|
|
9327
9411
|
--bp-surface-surface-brand-disabled:#0061d5;
|
|
@@ -9906,6 +9990,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9906
9990
|
--bp-border-filter-chip-border-multi-on:var(--bp-box-blue-40);
|
|
9907
9991
|
--bp-border-filter-chip-border-multi-on-hover:var(--bp-box-blue-40);
|
|
9908
9992
|
--bp-border-grid-thumbnail-border:var(--bp-gray-10);
|
|
9993
|
+
--bp-border-inline-table-border:var(--bp-gray-10);
|
|
9909
9994
|
--bp-border-input-border:var(--bp-gray-50);
|
|
9910
9995
|
--bp-border-input-border-error:var(--bp-watermelon-red-100);
|
|
9911
9996
|
--bp-border-input-border-error-focus:var(--bp-watermelon-red-100);
|
|
@@ -9952,6 +10037,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9952
10037
|
--bp-border-switch-border:var(--bp-gray-30);
|
|
9953
10038
|
--bp-border-switch-border-hover:var(--bp-gray-30);
|
|
9954
10039
|
--bp-border-tab-border:var(--bp-gray-10);
|
|
10040
|
+
--bp-border-tab-border-focus:var(--bp-gray-30);
|
|
9955
10041
|
--bp-border-tab-border-hover:var(--bp-gray-30);
|
|
9956
10042
|
--bp-border-tab-border-selected:var(--bp-box-blue-100);
|
|
9957
10043
|
--bp-border-tab-border-selected-focus:var(--bp-box-blue-100);
|
|
@@ -9966,6 +10052,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
9966
10052
|
--bp-border-toggle-text-border-on:var(--bp-box-blue-40);
|
|
9967
10053
|
--bp-border-toggle-text-border-on-hover:var(--bp-box-blue-40);
|
|
9968
10054
|
--bp-border-toggle-text-border-on-pressed:var(--bp-box-blue-40);
|
|
10055
|
+
--bp-border-toolbar-border:var(--bp-gray-10);
|
|
9969
10056
|
--bp-border-tooltip-border-error:var(--bp-watermelon-red-50);
|
|
9970
10057
|
--bp-border-border-accordion-hover:var(--bp-gray-10);
|
|
9971
10058
|
--bp-icon-cta-icon:var(--bp-gray-65);
|
|
@@ -10001,8 +10088,8 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10001
10088
|
--bp-surface-accordion-surface-collapsed-hover:var(--bp-black-opacity-08);
|
|
10002
10089
|
--bp-surface-accordion-surface-expanded:var(--bp-gray-white);
|
|
10003
10090
|
--bp-surface-accordion-surface-expanded-hover:var(--bp-gray-white);
|
|
10004
|
-
--bp-surface-badge-presentation-surface:var(--bp-orange-110);
|
|
10005
10091
|
--bp-surface-badge-surface-admin:var(--bp-dark-blue-100);
|
|
10092
|
+
--bp-surface-badge-surface-alert:var(--bp-orange-110);
|
|
10006
10093
|
--bp-surface-badge-surface-annotation:var(--bp-yellorange-100);
|
|
10007
10094
|
--bp-surface-badge-surface-audio:var(--bp-purple-rain-100);
|
|
10008
10095
|
--bp-surface-badge-surface-bookmark:var(--bp-box-blue-100);
|
|
@@ -10018,22 +10105,25 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10018
10105
|
--bp-surface-badge-surface-external:var(--bp-gray-50);
|
|
10019
10106
|
--bp-surface-badge-surface-folderexternal:var(--bp-gray-65);
|
|
10020
10107
|
--bp-surface-badge-surface-foldershared:var(--bp-light-blue-100);
|
|
10108
|
+
--bp-surface-badge-surface-forward:var(--bp-orange-110);
|
|
10021
10109
|
--bp-surface-badge-surface-hubs:var(--bp-box-blue-100);
|
|
10022
10110
|
--bp-surface-badge-surface-image:var(--bp-green-light-120);
|
|
10111
|
+
--bp-surface-badge-surface-in-progress:var(--bp-light-blue-100);
|
|
10023
10112
|
--bp-surface-badge-surface-mention:var(--bp-light-blue-120);
|
|
10024
10113
|
--bp-surface-badge-surface-notification:var(--bp-watermelon-red-110);
|
|
10025
10114
|
--bp-surface-badge-surface-offline:var(--bp-green-light-100);
|
|
10026
10115
|
--bp-surface-badge-surface-online:var(--bp-green-light-120);
|
|
10027
10116
|
--bp-surface-badge-surface-pin:var(--bp-gray-10);
|
|
10117
|
+
--bp-surface-badge-surface-presentation:var(--bp-orange-110);
|
|
10028
10118
|
--bp-surface-badge-surface-progress:var(--bp-yellorange-100);
|
|
10029
10119
|
--bp-surface-badge-surface-rejected:var(--bp-watermelon-red-110);
|
|
10030
10120
|
--bp-surface-badge-surface-relay:var(--bp-light-blue-120);
|
|
10031
10121
|
--bp-surface-badge-surface-task:var(--bp-light-blue-100);
|
|
10032
10122
|
--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
|
|
10123
|
+
--bp-surface-badge-surface-text:var(--bp-box-blue-100);
|
|
10124
|
+
--bp-surface-badge-surface-three-d:var(--bp-orange-110);
|
|
10125
|
+
--bp-surface-badge-surface-vector:var(--bp-orange-110);
|
|
10126
|
+
--bp-surface-badge-surface-zip:var(--bp-gray-65);
|
|
10037
10127
|
--bp-surface-calendar-surface:var(--bp-gray-white);
|
|
10038
10128
|
--bp-surface-card-surface:var(--bp-white-opacity-70);
|
|
10039
10129
|
--bp-surface-card-surface-focus:var(--bp-box-blue-05);
|
|
@@ -10129,12 +10219,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10129
10219
|
--bp-surface-filter-chip-surface-single-on-hover:var(--bp-box-blue-100);
|
|
10130
10220
|
--bp-surface-ghost-surface:var(--bp-gray-02);
|
|
10131
10221
|
--bp-surface-ghost-surface-secondary:var(--bp-gray-05);
|
|
10222
|
+
--bp-surface-icon-button-surface:var(--bp-black-opacity-00);
|
|
10223
|
+
--bp-surface-icon-button-surface-hover:var(--bp-black-opacity-04);
|
|
10224
|
+
--bp-surface-icon-button-surface-pressed:var(--bp-black-opacity-08);
|
|
10132
10225
|
--bp-surface-illustration-surface-box:var(--bp-box-blue-100);
|
|
10133
10226
|
--bp-surface-illustration-surface-box-neutral:var(--bp-box-blue-100);
|
|
10134
10227
|
--bp-surface-inline-notice-surface-error:var(--bp-watermelon-red-10);
|
|
10135
10228
|
--bp-surface-inline-notice-surface-info:var(--bp-light-blue-10);
|
|
10136
10229
|
--bp-surface-inline-notice-surface-success:var(--bp-green-light-10);
|
|
10137
10230
|
--bp-surface-inline-notice-surface-warning:var(--bp-yellow-10);
|
|
10231
|
+
--bp-surface-inline-table-surface:var(--bp-gray-white);
|
|
10138
10232
|
--bp-surface-input-surface:var(--bp-gray-white);
|
|
10139
10233
|
--bp-surface-input-surface-error:var(--bp-gray-white);
|
|
10140
10234
|
--bp-surface-input-surface-error-focus:var(--bp-gray-white);
|
|
@@ -10189,6 +10283,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10189
10283
|
--bp-surface-search-surface-complete:var(--bp-gray-05);
|
|
10190
10284
|
--bp-surface-search-surface-hover:var(--bp-gray-02);
|
|
10191
10285
|
--bp-surface-select-surface:var(--bp-gray-white);
|
|
10286
|
+
--bp-surface-side-panel-surface:var(--bp-gray-02);
|
|
10192
10287
|
--bp-surface-slider-thumb-surface:var(--bp-box-blue-100);
|
|
10193
10288
|
--bp-surface-slider-thumb-surface-hover:var(--bp-light-blue-100);
|
|
10194
10289
|
--bp-surface-slider-track-surface:var(--bp-gray-65);
|
|
@@ -10232,8 +10327,8 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10232
10327
|
--bp-surface-switch-surface-off-hover:var(--bp-gray-30);
|
|
10233
10328
|
--bp-surface-switch-surface-on:var(--bp-box-blue-100);
|
|
10234
10329
|
--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-
|
|
10330
|
+
--bp-surface-tab-surface-hover:var(--bp-black-opacity-00);
|
|
10331
|
+
--bp-surface-tab-surface-pressed:var(--bp-black-opacity-00);
|
|
10237
10332
|
--bp-surface-text-highlight-surface:var(--bp-yellow-20);
|
|
10238
10333
|
--bp-surface-toggle-surface:var(--bp-gray-white);
|
|
10239
10334
|
--bp-surface-toggle-surface-hover:var(--bp-gray-05);
|
|
@@ -10250,11 +10345,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10250
10345
|
--bp-surface-toggle-text-surface-on:var(--bp-box-blue-10);
|
|
10251
10346
|
--bp-surface-toggle-text-surface-on-hover:var(--bp-box-blue-20);
|
|
10252
10347
|
--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);
|
|
10348
|
+
--bp-surface-tooltip-surface:var(--bp-gray-100);
|
|
10349
|
+
--bp-surface-tooltip-surface-error:var(--bp-watermelon-red-30);
|
|
10256
10350
|
--bp-surface-upload-surface-brand-neutral:var(--bp-box-blue-100);
|
|
10257
10351
|
--bp-surface-surface:var(--bp-gray-white);
|
|
10352
|
+
--bp-surface-surface-avatar:var(--bp-black-opacity-04);
|
|
10258
10353
|
--bp-surface-surface-brand-secondary:var(--bp-box-blue-10);
|
|
10259
10354
|
--bp-surface-surface-hover:var(--bp-gray-05);
|
|
10260
10355
|
--bp-surface-surface-quaternary:var(--bp-gray-20);
|
|
@@ -10295,7 +10390,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10295
10390
|
--z-index-card-tooltip:2147483647;
|
|
10296
10391
|
}
|
|
10297
10392
|
|
|
10298
|
-
.bp_toolbar_module_toolbarRoot--
|
|
10393
|
+
.bp_toolbar_module_toolbarRoot--b3c70{
|
|
10299
10394
|
background:var(--surface-surface);
|
|
10300
10395
|
border:var(--border-1) solid var(--border-card-border);
|
|
10301
10396
|
border-radius:var(--radius-4);
|
|
@@ -10303,16 +10398,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10303
10398
|
padding:calc(var(--space-1) - var(--border-1));
|
|
10304
10399
|
}
|
|
10305
10400
|
|
|
10306
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
10401
|
+
.bp_toolbar_module_scrollButtonWrapper--b3c70,.bp_toolbar_module_toolbarRoot--b3c70{
|
|
10307
10402
|
align-items:center;
|
|
10308
10403
|
display:flex;
|
|
10309
10404
|
gap:var(--space-1);
|
|
10310
10405
|
}
|
|
10311
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
10406
|
+
.bp_toolbar_module_scrollButtonWrapper--b3c70.bp_toolbar_module_hidden--b3c70{
|
|
10312
10407
|
display:none;
|
|
10313
10408
|
}
|
|
10314
10409
|
|
|
10315
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10410
|
+
.bp_toolbar_module_scrollableChildrenWrapper--b3c70{
|
|
10316
10411
|
-ms-overflow-style:none;
|
|
10317
10412
|
align-items:center;
|
|
10318
10413
|
display:flex;
|
|
@@ -10325,26 +10420,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10325
10420
|
scrollbar-width:none;
|
|
10326
10421
|
white-space:nowrap;
|
|
10327
10422
|
}
|
|
10328
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10423
|
+
.bp_toolbar_module_scrollableChildrenWrapper--b3c70::-webkit-scrollbar{
|
|
10329
10424
|
display:none;
|
|
10330
10425
|
}
|
|
10331
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
10426
|
+
.bp_toolbar_module_scrollableChildrenWrapper--b3c70 > *{
|
|
10332
10427
|
flex:none;
|
|
10333
10428
|
}
|
|
10334
10429
|
|
|
10335
|
-
.bp_toolbar_module_separator--
|
|
10430
|
+
.bp_toolbar_module_separator--b3c70{
|
|
10336
10431
|
background-color:var(--border-divider-border);
|
|
10337
10432
|
border-radius:var(--radius-2);
|
|
10338
10433
|
height:var(--size-6);
|
|
10339
10434
|
width:1px;
|
|
10340
10435
|
}
|
|
10341
10436
|
|
|
10342
|
-
.bp_toolbar_module_toggleGroup--
|
|
10437
|
+
.bp_toolbar_module_toggleGroup--b3c70{
|
|
10343
10438
|
display:flex;
|
|
10344
10439
|
gap:var(--space-1);
|
|
10345
10440
|
}
|
|
10346
10441
|
|
|
10347
|
-
.bp_toolbar_module_toolbarItem--
|
|
10442
|
+
.bp_toolbar_module_toolbarItem--b3c70{
|
|
10348
10443
|
--toolbar-item-hover-opacity:.3;
|
|
10349
10444
|
align-items:center;
|
|
10350
10445
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
@@ -10362,45 +10457,45 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10362
10457
|
-webkit-user-select:none;
|
|
10363
10458
|
user-select:none;
|
|
10364
10459
|
}
|
|
10365
|
-
.bp_toolbar_module_toolbarItem--
|
|
10460
|
+
.bp_toolbar_module_toolbarItem--b3c70[data-disabled]{
|
|
10366
10461
|
background:var(--surface-toggle-surface);
|
|
10367
10462
|
opacity:var(--toolbar-item-hover-opacity);
|
|
10368
10463
|
pointer-events:none;
|
|
10369
10464
|
}
|
|
10370
|
-
.bp_toolbar_module_toolbarItem--
|
|
10465
|
+
.bp_toolbar_module_toolbarItem--b3c70:not([data-disabled]):focus-visible{
|
|
10371
10466
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
10372
10467
|
}
|
|
10373
|
-
.bp_toolbar_module_toolbarItem--
|
|
10468
|
+
.bp_toolbar_module_toolbarItem--b3c70:not([data-disabled]):hover{
|
|
10374
10469
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
10375
10470
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
10376
10471
|
}
|
|
10377
10472
|
|
|
10378
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10473
|
+
.bp_toolbar_module_toolbarToggle--b3c70[data-state=on]{
|
|
10379
10474
|
background:var(--surface-toggle-surface-pressed);
|
|
10380
10475
|
}
|
|
10381
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10476
|
+
.bp_toolbar_module_toolbarToggle--b3c70[data-state=on] svg *{
|
|
10382
10477
|
fill:var(--icon-icon-on-dark);
|
|
10383
10478
|
}
|
|
10384
|
-
.bp_toolbar_module_toolbarToggle--
|
|
10479
|
+
.bp_toolbar_module_toolbarToggle--b3c70[data-state=on]:not([data-disabled]):hover{
|
|
10385
10480
|
background:var(--surface-toggle-surface-on-hover);
|
|
10386
10481
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
10387
10482
|
}
|
|
10388
10483
|
|
|
10389
|
-
.bp_toolbar_module_dropdownIndicator--
|
|
10484
|
+
.bp_toolbar_module_dropdownIndicator--b3c70.bp_toolbar_module_invertCaret--b3c70{
|
|
10390
10485
|
transform:rotate(.5turn);
|
|
10391
10486
|
}
|
|
10392
10487
|
|
|
10393
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10488
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--b3c70{
|
|
10394
10489
|
--trigger-button-hover-opacity:.7;
|
|
10395
10490
|
}
|
|
10396
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10491
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--b3c70[data-state=on] .bp_toolbar_module_dropdownIndicator--b3c70 path{
|
|
10397
10492
|
fill:var(--icon-icon-on-light);
|
|
10398
10493
|
}
|
|
10399
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
10494
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--b3c70[data-state=on]:hover{
|
|
10400
10495
|
opacity:var(--trigger-button-hover-opacity);
|
|
10401
10496
|
}
|
|
10402
10497
|
|
|
10403
|
-
.bp_toolbar_module_toolbarIcon--
|
|
10498
|
+
.bp_toolbar_module_toolbarIcon--b3c70{
|
|
10404
10499
|
align-items:center;
|
|
10405
10500
|
display:flex;
|
|
10406
10501
|
height:var(--size-5);
|
|
@@ -10408,7 +10503,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10408
10503
|
width:var(--size-5);
|
|
10409
10504
|
}
|
|
10410
10505
|
|
|
10411
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10506
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70{
|
|
10412
10507
|
border:var(--border-1) solid var(--border-toggletext-border-off);
|
|
10413
10508
|
color:var(--text-text-on-light);
|
|
10414
10509
|
font-family:var(--body-default-font-family);
|
|
@@ -10423,24 +10518,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
10423
10518
|
text-transform:var(--body-default-text-case);
|
|
10424
10519
|
white-space:nowrap;
|
|
10425
10520
|
}
|
|
10426
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10521
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70:hover{
|
|
10427
10522
|
background:var(--surface-toggle-surface-off-hover);
|
|
10428
10523
|
border-color:var(--border-toggletext-border-off-hover);
|
|
10429
10524
|
}
|
|
10430
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10525
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70:active{
|
|
10431
10526
|
background:var(--surface-toggle-surface-off-pressed);
|
|
10432
10527
|
border-color:var(--border-toggletext-border-off-pressed);
|
|
10433
10528
|
}
|
|
10434
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10529
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70[aria-checked=true]{
|
|
10435
10530
|
background:var(--surface-toggletext-surface-on);
|
|
10436
10531
|
border:var(--border-1) solid var(--border-toggletext-border-on);
|
|
10437
10532
|
color:var(--text-toggletext-text);
|
|
10438
10533
|
}
|
|
10439
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10534
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70[aria-checked=true]:hover{
|
|
10440
10535
|
background:var(--surface-toggletext-surface-on-hover);
|
|
10441
10536
|
border-color:var(--border-toggletext-border-on-hover);
|
|
10442
10537
|
}
|
|
10443
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
10538
|
+
.bp_toolbar_module_toolbarTextToggleItem--b3c70[aria-checked=true]:active{
|
|
10444
10539
|
background:var(--surface-toggletext-surface-on-pressed);
|
|
10445
10540
|
border-color:var(--border-toggletext-border-on-pressed);
|
|
10446
10541
|
}
|