@box/blueprint-web 12.12.0 → 12.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib-esm/avatar/avatar.module.js +1 -1
- package/dist/lib-esm/badge/base-badge.module.js +1 -1
- package/dist/lib-esm/card-tooltip/card-tooltip.module.js +1 -1
- package/dist/lib-esm/card-tooltip-v2/card-tooltip-v2.module.js +1 -1
- package/dist/lib-esm/checkbox/checkbox.module.js +1 -1
- package/dist/lib-esm/combobox/combobox.module.js +1 -1
- package/dist/lib-esm/combobox-group/combobox-group.module.js +1 -1
- package/dist/lib-esm/content-card/content-card.module.js +1 -1
- package/dist/lib-esm/data-table/cell/sticky-cell.module.js +1 -1
- package/dist/lib-esm/data-table/data-table.module.js +1 -1
- package/dist/lib-esm/date-picker/date-picker.module.js +1 -1
- package/dist/lib-esm/empty-state/empty-state.module.js +1 -1
- package/dist/lib-esm/index.css +655 -620
- package/dist/lib-esm/index.d.ts +1 -0
- package/dist/lib-esm/index.js +1 -0
- 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/toolbar/toolbar.module.js +1 -1
- package/dist/lib-esm/util-components/interactive-icon/interactive-icon.module.js +1 -1
- package/dist/lib-esm/util-components/list-checkbox/list-checkbox.d.ts +1 -2
- 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--b0d94{
|
|
165
165
|
align-items:center;
|
|
166
166
|
display:flex;
|
|
167
167
|
height:1.5rem;
|
|
@@ -173,44 +173,44 @@
|
|
|
173
173
|
white-space:nowrap;
|
|
174
174
|
width:1.5rem;
|
|
175
175
|
}
|
|
176
|
-
.bp_loading_indicator_module_crawler--
|
|
176
|
+
.bp_loading_indicator_module_crawler--b0d94 .bp_loading_indicator_module_segment--b0d94{
|
|
177
177
|
border-radius:.375rem;
|
|
178
178
|
display:inline-block;
|
|
179
179
|
height:.625rem;
|
|
180
180
|
width:.125rem;
|
|
181
181
|
}
|
|
182
|
-
.bp_loading_indicator_module_crawler--
|
|
182
|
+
.bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_small--b0d94{
|
|
183
183
|
transform:scale(.6667);
|
|
184
184
|
}
|
|
185
|
-
.bp_loading_indicator_module_crawler--
|
|
185
|
+
.bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_large--b0d94{
|
|
186
186
|
transform:scale(1.3334);
|
|
187
187
|
}
|
|
188
|
-
.bp_loading_indicator_module_crawler--
|
|
188
|
+
.bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_x-large--b0d94{
|
|
189
189
|
transform:scale(2);
|
|
190
190
|
}
|
|
191
|
-
.bp_loading_indicator_module_crawler--
|
|
192
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
191
|
+
.bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_default--b0d94 .bp_loading_indicator_module_segment--b0d94{
|
|
192
|
+
animation:bp_loading_indicator_module_segment-transform--b0d94 .66s ease-in-out infinite,bp_loading_indicator_module_segment-default--b0d94 .66s ease-in-out infinite;
|
|
193
193
|
}
|
|
194
|
-
.bp_loading_indicator_module_crawler--
|
|
195
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
194
|
+
.bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_dark--b0d94 .bp_loading_indicator_module_segment--b0d94{
|
|
195
|
+
animation:bp_loading_indicator_module_segment-transform--b0d94 .66s ease-in-out infinite,bp_loading_indicator_module_segment-dark--b0d94 .66s ease-in-out infinite;
|
|
196
196
|
}
|
|
197
|
-
.bp_loading_indicator_module_crawler--
|
|
198
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
197
|
+
.bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_light--b0d94 .bp_loading_indicator_module_segment--b0d94{
|
|
198
|
+
animation:bp_loading_indicator_module_segment-transform--b0d94 .66s ease-in-out infinite,bp_loading_indicator_module_segment-light--b0d94 .66s ease-in-out infinite;
|
|
199
199
|
background-color:var(--gray-white);
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
.bp_loading_indicator_module_crawler--
|
|
202
|
+
.bp_loading_indicator_module_crawler--b0d94 .bp_loading_indicator_module_segment--b0d94:nth-child(2){
|
|
203
203
|
animation-delay:.1s;
|
|
204
204
|
margin-left:.125rem;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.bp_loading_indicator_module_crawler--
|
|
207
|
+
.bp_loading_indicator_module_crawler--b0d94 .bp_loading_indicator_module_segment--b0d94:last-child{
|
|
208
208
|
animation-delay:.2s;
|
|
209
209
|
left:.5rem;
|
|
210
210
|
margin-left:.125rem;
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
@keyframes bp_loading_indicator_module_segment-transform--
|
|
213
|
+
@keyframes bp_loading_indicator_module_segment-transform--b0d94{
|
|
214
214
|
0%,100%,80%{
|
|
215
215
|
transform:scaleY(1.2);
|
|
216
216
|
}
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
transform:scaleY(1.6);
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
|
-
@keyframes bp_loading_indicator_module_segment-dark--
|
|
221
|
+
@keyframes bp_loading_indicator_module_segment-dark--b0d94{
|
|
222
222
|
0%,100%,80%{
|
|
223
223
|
background-color:var(--gray-30);
|
|
224
224
|
}
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
background-color:var(--gray-black);
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
-
@keyframes bp_loading_indicator_module_segment-default--
|
|
229
|
+
@keyframes bp_loading_indicator_module_segment-default--b0d94{
|
|
230
230
|
0%,100%,80%{
|
|
231
231
|
background-color:var(--box-blue-30);
|
|
232
232
|
}
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
background-color:var(--box-blue-100);
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
|
-
@keyframes bp_loading_indicator_module_segment-light--
|
|
237
|
+
@keyframes bp_loading_indicator_module_segment-light--b0d94{
|
|
238
238
|
0%,100%,80%{
|
|
239
239
|
opacity:.3;
|
|
240
240
|
}
|
|
@@ -352,26 +352,26 @@
|
|
|
352
352
|
opacity:0;
|
|
353
353
|
}
|
|
354
354
|
|
|
355
|
-
.bp_text_module_textReset--
|
|
355
|
+
.bp_text_module_textReset--92ba9{
|
|
356
356
|
margin:0;
|
|
357
357
|
text-align:inherit;
|
|
358
358
|
}
|
|
359
|
-
.bp_text_module_textReset--
|
|
359
|
+
.bp_text_module_textReset--92ba9.bp_text_module_breakWord--92ba9{
|
|
360
360
|
overflow-wrap:break-word;
|
|
361
361
|
}
|
|
362
|
-
.bp_text_module_textReset--
|
|
362
|
+
.bp_text_module_textReset--92ba9.bp_text_module_textOnLightDefault--92ba9{
|
|
363
363
|
color:var(--text-text-on-light);
|
|
364
364
|
}
|
|
365
|
-
.bp_text_module_textReset--
|
|
365
|
+
.bp_text_module_textReset--92ba9.bp_text_module_textOnLightSecondary--92ba9{
|
|
366
366
|
color:var(--text-text-on-light-secondary);
|
|
367
367
|
}
|
|
368
|
-
.bp_text_module_textReset--
|
|
368
|
+
.bp_text_module_textReset--92ba9.bp_text_module_textOnLightLink--92ba9{
|
|
369
369
|
color:var(--text-cta-link);
|
|
370
370
|
}
|
|
371
|
-
.bp_text_module_textReset--
|
|
371
|
+
.bp_text_module_textReset--92ba9.bp_text_module_textOnDarkDefault--92ba9{
|
|
372
372
|
color:var(--text-text-on-dark);
|
|
373
373
|
}
|
|
374
|
-
.bp_text_module_textReset--
|
|
374
|
+
.bp_text_module_textReset--92ba9.bp_text_module_titleMondo--92ba9{
|
|
375
375
|
font-family:var(--title-mondo-font-family);
|
|
376
376
|
font-size:var(--title-mondo-font-size);
|
|
377
377
|
font-weight:var(--title-mondo-font-weight);
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
text-decoration:var(--title-mondo-text-decoration);
|
|
382
382
|
text-transform:var(--title-mondo-text-case);
|
|
383
383
|
}
|
|
384
|
-
.bp_text_module_textReset--
|
|
384
|
+
.bp_text_module_textReset--92ba9.bp_text_module_titleXLarge--92ba9{
|
|
385
385
|
font-family:var(--title-x-large-font-family);
|
|
386
386
|
font-size:var(--title-x-large-font-size);
|
|
387
387
|
font-weight:var(--title-x-large-font-weight);
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
text-decoration:var(--title-x-large-text-decoration);
|
|
392
392
|
text-transform:var(--title-x-large-text-case);
|
|
393
393
|
}
|
|
394
|
-
.bp_text_module_textReset--
|
|
394
|
+
.bp_text_module_textReset--92ba9.bp_text_module_titleLarge--92ba9{
|
|
395
395
|
font-family:var(--title-large-font-family);
|
|
396
396
|
font-size:var(--title-large-font-size);
|
|
397
397
|
font-weight:var(--title-large-font-weight);
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
text-decoration:var(--title-large-text-decoration);
|
|
402
402
|
text-transform:var(--title-large-text-case);
|
|
403
403
|
}
|
|
404
|
-
.bp_text_module_textReset--
|
|
404
|
+
.bp_text_module_textReset--92ba9.bp_text_module_titleMedium--92ba9{
|
|
405
405
|
font-family:var(--title-medium-font-family);
|
|
406
406
|
font-size:var(--title-medium-font-size);
|
|
407
407
|
font-weight:var(--title-medium-font-weight);
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
text-decoration:var(--title-medium-text-decoration);
|
|
412
412
|
text-transform:var(--title-medium-text-case);
|
|
413
413
|
}
|
|
414
|
-
.bp_text_module_textReset--
|
|
414
|
+
.bp_text_module_textReset--92ba9.bp_text_module_titleSmall--92ba9{
|
|
415
415
|
font-family:var(--title-small-font-family);
|
|
416
416
|
font-size:var(--title-small-font-size);
|
|
417
417
|
font-weight:var(--title-small-font-weight);
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
text-decoration:var(--title-small-text-decoration);
|
|
422
422
|
text-transform:var(--title-small-text-case);
|
|
423
423
|
}
|
|
424
|
-
.bp_text_module_textReset--
|
|
424
|
+
.bp_text_module_textReset--92ba9.bp_text_module_subtitle--92ba9{
|
|
425
425
|
font-family:var(--title-subtitle-font-family);
|
|
426
426
|
font-size:var(--title-subtitle-font-size);
|
|
427
427
|
font-weight:var(--title-subtitle-font-weight);
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
text-decoration:var(--title-subtitle-text-decoration);
|
|
432
432
|
text-transform:var(--title-subtitle-text-case);
|
|
433
433
|
}
|
|
434
|
-
.bp_text_module_textReset--
|
|
434
|
+
.bp_text_module_textReset--92ba9.bp_text_module_bodyLargeBold--92ba9{
|
|
435
435
|
font-family:var(--body-large-bold-font-family);
|
|
436
436
|
font-size:var(--body-large-bold-font-size);
|
|
437
437
|
font-weight:var(--body-large-bold-font-weight);
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
text-decoration:var(--body-large-bold-text-decoration);
|
|
442
442
|
text-transform:var(--body-large-bold-text-case);
|
|
443
443
|
}
|
|
444
|
-
.bp_text_module_textReset--
|
|
444
|
+
.bp_text_module_textReset--92ba9.bp_text_module_bodyLarge--92ba9{
|
|
445
445
|
font-family:var(--body-large-font-family);
|
|
446
446
|
font-size:var(--body-large-font-size);
|
|
447
447
|
font-weight:var(--body-large-font-weight);
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
text-decoration:var(--body-large-text-decoration);
|
|
452
452
|
text-transform:var(--body-large-text-case);
|
|
453
453
|
}
|
|
454
|
-
.bp_text_module_textReset--
|
|
454
|
+
.bp_text_module_textReset--92ba9.bp_text_module_bodyDefaultBold--92ba9{
|
|
455
455
|
font-family:var(--body-default-bold-font-family);
|
|
456
456
|
font-size:var(--body-default-bold-font-size);
|
|
457
457
|
font-weight:var(--body-default-bold-font-weight);
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
462
462
|
text-transform:var(--body-default-bold-text-case);
|
|
463
463
|
}
|
|
464
|
-
.bp_text_module_textReset--
|
|
464
|
+
.bp_text_module_textReset--92ba9.bp_text_module_bodyDefaultSemibold--92ba9{
|
|
465
465
|
font-family:var(--body-default-semibold-font-family);
|
|
466
466
|
font-size:var(--body-default-semibold-font-size);
|
|
467
467
|
font-weight:var(--body-default-semibold-font-weight);
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
text-decoration:var(--body-default-semibold-text-decoration);
|
|
472
472
|
text-transform:var(--body-default-semibold-text-case);
|
|
473
473
|
}
|
|
474
|
-
.bp_text_module_textReset--
|
|
474
|
+
.bp_text_module_textReset--92ba9.bp_text_module_bodyDefault--92ba9{
|
|
475
475
|
font-family:var(--body-default-font-family);
|
|
476
476
|
font-size:var(--body-default-font-size);
|
|
477
477
|
font-weight:var(--body-default-font-weight);
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
text-decoration:var(--body-default-text-decoration);
|
|
482
482
|
text-transform:var(--body-default-text-case);
|
|
483
483
|
}
|
|
484
|
-
.bp_text_module_textReset--
|
|
484
|
+
.bp_text_module_textReset--92ba9.bp_text_module_caption--92ba9{
|
|
485
485
|
font-family:var(--caption-default-font-family);
|
|
486
486
|
font-size:var(--caption-default-font-size);
|
|
487
487
|
font-weight:var(--caption-default-font-weight);
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
text-decoration:var(--caption-default-text-decoration);
|
|
492
492
|
text-transform:var(--caption-default-text-case);
|
|
493
493
|
}
|
|
494
|
-
.bp_text_module_textReset--
|
|
494
|
+
.bp_text_module_textReset--92ba9.bp_text_module_labelBold--92ba9{
|
|
495
495
|
font-family:var(--label-bold-font-family);
|
|
496
496
|
font-size:var(--label-bold-font-size);
|
|
497
497
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
text-decoration:var(--label-bold-text-decoration);
|
|
502
502
|
text-transform:var(--label-bold-text-case);
|
|
503
503
|
}
|
|
504
|
-
.bp_text_module_textReset--
|
|
504
|
+
.bp_text_module_textReset--92ba9.bp_text_module_label--92ba9{
|
|
505
505
|
font-family:var(--label-default-font-family);
|
|
506
506
|
font-size:var(--label-default-font-size);
|
|
507
507
|
font-weight:var(--label-default-font-weight);
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
transform:rotate(180deg);
|
|
788
788
|
}
|
|
789
789
|
|
|
790
|
-
.bp_avatar_module_avatar--
|
|
790
|
+
.bp_avatar_module_avatar--d2a1c{
|
|
791
791
|
all:unset;
|
|
792
792
|
align-items:center;
|
|
793
793
|
background-color:var(--gray-10);
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
806
806
|
text-transform:var(--body-default-bold-text-case);
|
|
807
807
|
}
|
|
808
|
-
.bp_avatar_module_avatar--
|
|
808
|
+
.bp_avatar_module_avatar--d2a1c .bp_avatar_module_text--d2a1c{
|
|
809
809
|
align-items:center;
|
|
810
810
|
border-radius:50%;
|
|
811
811
|
display:flex;
|
|
@@ -813,14 +813,14 @@
|
|
|
813
813
|
justify-content:center;
|
|
814
814
|
width:100%;
|
|
815
815
|
}
|
|
816
|
-
.bp_avatar_module_avatar--
|
|
816
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_small--d2a1c{
|
|
817
817
|
height:var(--size-6);
|
|
818
818
|
width:var(--size-6);
|
|
819
819
|
}
|
|
820
|
-
.bp_avatar_module_avatar--
|
|
820
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_small--d2a1c .bp_avatar_module_text--d2a1c{
|
|
821
821
|
font-size:.5rem;
|
|
822
822
|
}
|
|
823
|
-
.bp_avatar_module_avatar--
|
|
823
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_small--d2a1c .bp_avatar_module_length-1--d2a1c.bp_avatar_module_text--d2a1c,.bp_avatar_module_avatar--d2a1c.bp_avatar_module_small--d2a1c .bp_avatar_module_length-2--d2a1c.bp_avatar_module_text--d2a1c{
|
|
824
824
|
font-family:var(--label-bold-font-family);
|
|
825
825
|
font-size:var(--label-bold-font-size);
|
|
826
826
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -830,11 +830,11 @@
|
|
|
830
830
|
text-decoration:var(--label-bold-text-decoration);
|
|
831
831
|
text-transform:var(--label-bold-text-case);
|
|
832
832
|
}
|
|
833
|
-
.bp_avatar_module_avatar--
|
|
833
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_medium--d2a1c{
|
|
834
834
|
height:var(--size-7);
|
|
835
835
|
width:var(--size-7);
|
|
836
836
|
}
|
|
837
|
-
.bp_avatar_module_avatar--
|
|
837
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_medium--d2a1c .bp_avatar_module_text--d2a1c{
|
|
838
838
|
font-family:var(--label-bold-font-family);
|
|
839
839
|
font-size:var(--label-bold-font-size);
|
|
840
840
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -844,17 +844,17 @@
|
|
|
844
844
|
text-decoration:var(--label-bold-text-decoration);
|
|
845
845
|
text-transform:var(--label-bold-text-case);
|
|
846
846
|
}
|
|
847
|
-
.bp_avatar_module_avatar--
|
|
847
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_medium--d2a1c .bp_avatar_module_length-1--d2a1c.bp_avatar_module_text--d2a1c,.bp_avatar_module_avatar--d2a1c.bp_avatar_module_medium--d2a1c .bp_avatar_module_length-2--d2a1c.bp_avatar_module_text--d2a1c{
|
|
848
848
|
font-size:.8125rem;
|
|
849
849
|
}
|
|
850
|
-
.bp_avatar_module_avatar--
|
|
850
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c{
|
|
851
851
|
height:var(--size-8);
|
|
852
852
|
width:var(--size-8);
|
|
853
853
|
}
|
|
854
|
-
.bp_avatar_module_avatar--
|
|
854
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c .bp_avatar_module_text--d2a1c{
|
|
855
855
|
font-size:.5rem;
|
|
856
856
|
}
|
|
857
|
-
.bp_avatar_module_avatar--
|
|
857
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c .bp_avatar_module_length-1--d2a1c.bp_avatar_module_text--d2a1c,.bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c .bp_avatar_module_length-2--d2a1c.bp_avatar_module_text--d2a1c{
|
|
858
858
|
font-family:var(--body-default-bold-font-family);
|
|
859
859
|
font-size:var(--body-default-bold-font-size);
|
|
860
860
|
font-weight:var(--body-default-bold-font-weight);
|
|
@@ -864,10 +864,10 @@
|
|
|
864
864
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
865
865
|
text-transform:var(--body-default-bold-text-case);
|
|
866
866
|
}
|
|
867
|
-
.bp_avatar_module_avatar--
|
|
867
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c .bp_avatar_module_length-3--d2a1c.bp_avatar_module_text--d2a1c{
|
|
868
868
|
font-size:.6875rem;
|
|
869
869
|
}
|
|
870
|
-
.bp_avatar_module_avatar--
|
|
870
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c .bp_avatar_module_length-4--d2a1c.bp_avatar_module_text--d2a1c{
|
|
871
871
|
font-family:var(--label-bold-font-family);
|
|
872
872
|
font-size:var(--label-bold-font-size);
|
|
873
873
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -877,14 +877,14 @@
|
|
|
877
877
|
text-decoration:var(--label-bold-text-decoration);
|
|
878
878
|
text-transform:var(--label-bold-text-case);
|
|
879
879
|
}
|
|
880
|
-
.bp_avatar_module_avatar--
|
|
880
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_xlarge--d2a1c{
|
|
881
881
|
height:var(--size-11);
|
|
882
882
|
width:var(--size-11);
|
|
883
883
|
}
|
|
884
|
-
.bp_avatar_module_avatar--
|
|
884
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_xlarge--d2a1c .bp_avatar_module_text--d2a1c{
|
|
885
885
|
font-size:1rem;
|
|
886
886
|
}
|
|
887
|
-
.bp_avatar_module_avatar--
|
|
887
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_xlarge--d2a1c .bp_avatar_module_length-1--d2a1c.bp_avatar_module_text--d2a1c,.bp_avatar_module_avatar--d2a1c.bp_avatar_module_xlarge--d2a1c .bp_avatar_module_length-2--d2a1c.bp_avatar_module_text--d2a1c{
|
|
888
888
|
font-family:var(--title-x-large-font-family);
|
|
889
889
|
font-size:var(--title-x-large-font-size);
|
|
890
890
|
font-weight:var(--title-x-large-font-weight);
|
|
@@ -894,46 +894,46 @@
|
|
|
894
894
|
text-decoration:var(--title-x-large-text-decoration);
|
|
895
895
|
text-transform:var(--title-x-large-text-case);
|
|
896
896
|
}
|
|
897
|
-
.bp_avatar_module_avatar--
|
|
897
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_xxlarge--d2a1c{
|
|
898
898
|
height:var(--size-20);
|
|
899
899
|
width:var(--size-20);
|
|
900
900
|
}
|
|
901
|
-
.bp_avatar_module_avatar--
|
|
901
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_xxlarge--d2a1c .bp_avatar_module_text--d2a1c{
|
|
902
902
|
font-size:1.25rem;
|
|
903
903
|
}
|
|
904
|
-
.bp_avatar_module_avatar--
|
|
904
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_xxlarge--d2a1c .bp_avatar_module_length-1--d2a1c.bp_avatar_module_text--d2a1c,.bp_avatar_module_avatar--d2a1c.bp_avatar_module_xxlarge--d2a1c .bp_avatar_module_length-2--d2a1c.bp_avatar_module_text--d2a1c{
|
|
905
905
|
font-size:2rem;
|
|
906
906
|
}
|
|
907
|
-
.bp_avatar_module_avatar--
|
|
907
|
+
.bp_avatar_module_avatar--d2a1c.bp_avatar_module_xxlarge--d2a1c .bp_avatar_module_badge--d2a1c{
|
|
908
908
|
right:-.375rem;
|
|
909
909
|
}
|
|
910
|
-
.bp_avatar_module_avatar--
|
|
910
|
+
.bp_avatar_module_avatar--d2a1c .bp_avatar_module_image--d2a1c{
|
|
911
911
|
border-radius:50%;
|
|
912
912
|
height:100%;
|
|
913
913
|
object-fit:cover;
|
|
914
914
|
width:100%;
|
|
915
915
|
}
|
|
916
|
-
.bp_avatar_module_avatar--
|
|
916
|
+
.bp_avatar_module_avatar--d2a1c .bp_avatar_module_image--d2a1c.bp_avatar_module_loading--d2a1c{
|
|
917
917
|
height:0;
|
|
918
918
|
width:0;
|
|
919
919
|
}
|
|
920
920
|
|
|
921
|
-
.bp_avatar_module_anonymousAvatar--
|
|
921
|
+
.bp_avatar_module_anonymousAvatar--d2a1c{
|
|
922
922
|
align-items:center;
|
|
923
923
|
display:flex;
|
|
924
924
|
justify-content:center;
|
|
925
925
|
}
|
|
926
926
|
|
|
927
|
-
[data-button-wrapper]:hover .bp_avatar_module_avatar--
|
|
927
|
+
[data-button-wrapper]:hover .bp_avatar_module_avatar--d2a1c{
|
|
928
928
|
box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-hover);
|
|
929
929
|
cursor:pointer;
|
|
930
930
|
}
|
|
931
931
|
|
|
932
|
-
[data-button-wrapper]:active .bp_avatar_module_avatar--
|
|
932
|
+
[data-button-wrapper]:active .bp_avatar_module_avatar--d2a1c{
|
|
933
933
|
box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-pressed);
|
|
934
934
|
}
|
|
935
935
|
|
|
936
|
-
[data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--
|
|
936
|
+
[data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--d2a1c{
|
|
937
937
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
938
938
|
}
|
|
939
939
|
.bp_tooltip_module_content--db0b5{
|
|
@@ -987,12 +987,12 @@
|
|
|
987
987
|
width:0;
|
|
988
988
|
}
|
|
989
989
|
|
|
990
|
-
.bp_base_badge_module_badgeContainer--
|
|
990
|
+
.bp_base_badge_module_badgeContainer--9df81{
|
|
991
991
|
display:inline-flex;
|
|
992
992
|
position:relative;
|
|
993
993
|
}
|
|
994
994
|
|
|
995
|
-
.bp_base_badge_module_badge--
|
|
995
|
+
.bp_base_badge_module_badge--9df81{
|
|
996
996
|
align-items:center;
|
|
997
997
|
border:var(--border-2) solid var(--border-badge-border);
|
|
998
998
|
border-radius:var(--radius-half);
|
|
@@ -1004,37 +1004,37 @@
|
|
|
1004
1004
|
user-select:none;
|
|
1005
1005
|
}
|
|
1006
1006
|
|
|
1007
|
-
.bp_base_badge_module_smallSizeBadge--
|
|
1007
|
+
.bp_base_badge_module_smallSizeBadge--9df81{
|
|
1008
1008
|
height:var(--size-2);
|
|
1009
1009
|
min-width:var(--size-2);
|
|
1010
1010
|
}
|
|
1011
1011
|
|
|
1012
|
-
.bp_base_badge_module_mediumSizeBadge--
|
|
1012
|
+
.bp_base_badge_module_mediumSizeBadge--9df81{
|
|
1013
1013
|
height:var(--size-3);
|
|
1014
1014
|
min-width:var(--size-3);
|
|
1015
1015
|
}
|
|
1016
1016
|
|
|
1017
|
-
.bp_base_badge_module_largeSizeBadge--
|
|
1017
|
+
.bp_base_badge_module_largeSizeBadge--9df81{
|
|
1018
1018
|
height:var(--size-4);
|
|
1019
1019
|
min-width:var(--size-4);
|
|
1020
1020
|
}
|
|
1021
1021
|
|
|
1022
|
-
.bp_base_badge_module_xlargeSizeBadge--
|
|
1022
|
+
.bp_base_badge_module_xlargeSizeBadge--9df81{
|
|
1023
1023
|
height:var(--size-5);
|
|
1024
1024
|
min-width:var(--size-5);
|
|
1025
1025
|
}
|
|
1026
1026
|
|
|
1027
|
-
.bp_base_badge_module_xxlargeSizeBadge--
|
|
1027
|
+
.bp_base_badge_module_xxlargeSizeBadge--9df81{
|
|
1028
1028
|
height:var(--size-6);
|
|
1029
1029
|
min-width:var(--size-6);
|
|
1030
1030
|
}
|
|
1031
1031
|
|
|
1032
|
-
.bp_base_badge_module_iconBadge--
|
|
1032
|
+
.bp_base_badge_module_iconBadge--9df81{
|
|
1033
1033
|
bottom:-5%;
|
|
1034
1034
|
right:-5%;
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1037
|
+
.bp_base_badge_module_interactiveWrapper--9df81{
|
|
1038
1038
|
border:var(--border-2) solid #0000;
|
|
1039
1039
|
border-radius:50%;
|
|
1040
1040
|
bottom:calc(-5% - var(--border-2)/2);
|
|
@@ -1042,22 +1042,22 @@
|
|
|
1042
1042
|
position:absolute;
|
|
1043
1043
|
right:calc(-5% - var(--border-2)/2);
|
|
1044
1044
|
}
|
|
1045
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1045
|
+
.bp_base_badge_module_interactiveWrapper--9df81.bp_base_badge_module_smallSizeBadge--9df81{
|
|
1046
1046
|
width:var(--size-2);
|
|
1047
1047
|
}
|
|
1048
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1048
|
+
.bp_base_badge_module_interactiveWrapper--9df81.bp_base_badge_module_mediumSizeBadge--9df81{
|
|
1049
1049
|
width:var(--size-3);
|
|
1050
1050
|
}
|
|
1051
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1051
|
+
.bp_base_badge_module_interactiveWrapper--9df81.bp_base_badge_module_largeSizeBadge--9df81{
|
|
1052
1052
|
width:var(--size-4);
|
|
1053
1053
|
}
|
|
1054
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1054
|
+
.bp_base_badge_module_interactiveWrapper--9df81.bp_base_badge_module_xlargeSizeBadge--9df81{
|
|
1055
1055
|
width:var(--size-5);
|
|
1056
1056
|
}
|
|
1057
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1057
|
+
.bp_base_badge_module_interactiveWrapper--9df81.bp_base_badge_module_xxlargeSizeBadge--9df81{
|
|
1058
1058
|
width:var(--size-6);
|
|
1059
1059
|
}
|
|
1060
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1060
|
+
.bp_base_badge_module_interactiveWrapper--9df81::before{
|
|
1061
1061
|
content:"";
|
|
1062
1062
|
left:calc(var(--size-6)*-1/4);
|
|
1063
1063
|
min-height:var(--size-6);
|
|
@@ -1066,36 +1066,36 @@
|
|
|
1066
1066
|
top:calc(var(--size-6)*-1/4);
|
|
1067
1067
|
}
|
|
1068
1068
|
|
|
1069
|
-
.bp_base_badge_module_statusBadge--
|
|
1069
|
+
.bp_base_badge_module_statusBadge--9df81{
|
|
1070
1070
|
bottom:-20%;
|
|
1071
1071
|
right:-20%;
|
|
1072
1072
|
}
|
|
1073
1073
|
|
|
1074
|
-
.bp_base_badge_module_statusBadge--
|
|
1074
|
+
.bp_base_badge_module_statusBadge--9df81.bp_base_badge_module_largeSizeBadge--9df81{
|
|
1075
1075
|
bottom:-22%;
|
|
1076
1076
|
right:-22%;
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
|
-
.bp_base_badge_module_statusBadge--
|
|
1079
|
+
.bp_base_badge_module_statusBadge--9df81.bp_base_badge_module_xlargeSizeBadge--9df81{
|
|
1080
1080
|
bottom:-15%;
|
|
1081
1081
|
right:-15%;
|
|
1082
1082
|
}
|
|
1083
1083
|
|
|
1084
|
-
.bp_base_badge_module_statusBadge--
|
|
1084
|
+
.bp_base_badge_module_statusBadge--9df81.bp_base_badge_module_xxlargeSizeBadge--9df81{
|
|
1085
1085
|
bottom:-4%;
|
|
1086
1086
|
right:-4%;
|
|
1087
1087
|
}
|
|
1088
1088
|
|
|
1089
|
-
.bp_base_badge_module_numericBadge--
|
|
1089
|
+
.bp_base_badge_module_numericBadge--9df81{
|
|
1090
1090
|
left:60%;
|
|
1091
1091
|
top:0;
|
|
1092
1092
|
}
|
|
1093
1093
|
|
|
1094
|
-
.bp_base_badge_module_numericBadgeSingleDigit--
|
|
1094
|
+
.bp_base_badge_module_numericBadgeSingleDigit--9df81{
|
|
1095
1095
|
padding:1px;
|
|
1096
1096
|
}
|
|
1097
1097
|
|
|
1098
|
-
.bp_base_badge_module_numericBadgeMoreDigits--
|
|
1098
|
+
.bp_base_badge_module_numericBadgeMoreDigits--9df81{
|
|
1099
1099
|
padding:1px 3px;
|
|
1100
1100
|
}
|
|
1101
1101
|
.bp_button_wrapper_module_buttonWrapper--b0897{
|
|
@@ -1114,7 +1114,7 @@
|
|
|
1114
1114
|
box-shadow:var(--dropshadow-3);
|
|
1115
1115
|
}
|
|
1116
1116
|
|
|
1117
|
-
.bp_card_tooltip_module_content--
|
|
1117
|
+
.bp_card_tooltip_module_content--efa88{
|
|
1118
1118
|
animation-duration:.4s;
|
|
1119
1119
|
animation-timing-function:cubic-bezier(.16, 1, .3, 1);
|
|
1120
1120
|
border-radius:var(--radius-1);
|
|
@@ -1133,25 +1133,25 @@
|
|
|
1133
1133
|
word-break:break-word;
|
|
1134
1134
|
z-index:2147483647;
|
|
1135
1135
|
}
|
|
1136
|
-
.bp_card_tooltip_module_content--
|
|
1136
|
+
.bp_card_tooltip_module_content--efa88.bp_card_tooltip_module_card--efa88{
|
|
1137
1137
|
max-height:var(--radix-tooltip-content-available-height);
|
|
1138
1138
|
max-width:336px;
|
|
1139
1139
|
min-width:168px;
|
|
1140
1140
|
}
|
|
1141
|
-
.bp_card_tooltip_module_content--
|
|
1142
|
-
animation-name:bp_card_tooltip_module_slideDownAndFade--
|
|
1141
|
+
.bp_card_tooltip_module_content--efa88[data-state=delayed-open][data-side=top]{
|
|
1142
|
+
animation-name:bp_card_tooltip_module_slideDownAndFade--efa88;
|
|
1143
1143
|
}
|
|
1144
|
-
.bp_card_tooltip_module_content--
|
|
1145
|
-
animation-name:bp_card_tooltip_module_slideLeftAndFade--
|
|
1144
|
+
.bp_card_tooltip_module_content--efa88[data-state=delayed-open][data-side=right]{
|
|
1145
|
+
animation-name:bp_card_tooltip_module_slideLeftAndFade--efa88;
|
|
1146
1146
|
}
|
|
1147
|
-
.bp_card_tooltip_module_content--
|
|
1148
|
-
animation-name:bp_card_tooltip_module_slideUpAndFade--
|
|
1147
|
+
.bp_card_tooltip_module_content--efa88[data-state=delayed-open][data-side=bottom]{
|
|
1148
|
+
animation-name:bp_card_tooltip_module_slideUpAndFade--efa88;
|
|
1149
1149
|
}
|
|
1150
|
-
.bp_card_tooltip_module_content--
|
|
1151
|
-
animation-name:bp_card_tooltip_module_slideRightAndFade--
|
|
1150
|
+
.bp_card_tooltip_module_content--efa88[data-state=delayed-open][data-side=left]{
|
|
1151
|
+
animation-name:bp_card_tooltip_module_slideRightAndFade--efa88;
|
|
1152
1152
|
}
|
|
1153
1153
|
|
|
1154
|
-
@keyframes bp_card_tooltip_module_slideUpAndFade--
|
|
1154
|
+
@keyframes bp_card_tooltip_module_slideUpAndFade--efa88{
|
|
1155
1155
|
from{
|
|
1156
1156
|
opacity:0;
|
|
1157
1157
|
transform:translateY(2px);
|
|
@@ -1161,7 +1161,7 @@
|
|
|
1161
1161
|
transform:translateY(0);
|
|
1162
1162
|
}
|
|
1163
1163
|
}
|
|
1164
|
-
@keyframes bp_card_tooltip_module_slideRightAndFade--
|
|
1164
|
+
@keyframes bp_card_tooltip_module_slideRightAndFade--efa88{
|
|
1165
1165
|
from{
|
|
1166
1166
|
opacity:0;
|
|
1167
1167
|
transform:translateX(-2px);
|
|
@@ -1171,7 +1171,7 @@
|
|
|
1171
1171
|
transform:translateX(0);
|
|
1172
1172
|
}
|
|
1173
1173
|
}
|
|
1174
|
-
@keyframes bp_card_tooltip_module_slideDownAndFade--
|
|
1174
|
+
@keyframes bp_card_tooltip_module_slideDownAndFade--efa88{
|
|
1175
1175
|
from{
|
|
1176
1176
|
opacity:0;
|
|
1177
1177
|
transform:translateY(-2px);
|
|
@@ -1181,7 +1181,7 @@
|
|
|
1181
1181
|
transform:translateY(0);
|
|
1182
1182
|
}
|
|
1183
1183
|
}
|
|
1184
|
-
@keyframes bp_card_tooltip_module_slideLeftAndFade--
|
|
1184
|
+
@keyframes bp_card_tooltip_module_slideLeftAndFade--efa88{
|
|
1185
1185
|
from{
|
|
1186
1186
|
opacity:0;
|
|
1187
1187
|
transform:translateX(2px);
|
|
@@ -1192,7 +1192,7 @@
|
|
|
1192
1192
|
}
|
|
1193
1193
|
}
|
|
1194
1194
|
|
|
1195
|
-
.bp_card_tooltip_v2_module_content--
|
|
1195
|
+
.bp_card_tooltip_v2_module_content--6edf9{
|
|
1196
1196
|
border-radius:var(--radius-1);
|
|
1197
1197
|
font-family:var(--body-default-font-family);
|
|
1198
1198
|
font-size:var(--body-default-font-size);
|
|
@@ -1210,25 +1210,25 @@
|
|
|
1210
1210
|
word-break:break-word;
|
|
1211
1211
|
z-index:2147483647;
|
|
1212
1212
|
}
|
|
1213
|
-
.bp_card_tooltip_v2_module_content--
|
|
1213
|
+
.bp_card_tooltip_v2_module_content--6edf9[data-open]{
|
|
1214
1214
|
animation-duration:var(--animation-duration-4);
|
|
1215
1215
|
animation-timing-function:var(--animation-easing-ease-base);
|
|
1216
1216
|
will-change:transform, opacity;
|
|
1217
1217
|
}
|
|
1218
|
-
.bp_card_tooltip_v2_module_content--
|
|
1219
|
-
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1218
|
+
.bp_card_tooltip_v2_module_content--6edf9[data-open][data-side=top]{
|
|
1219
|
+
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--6edf9;
|
|
1220
1220
|
}
|
|
1221
|
-
.bp_card_tooltip_v2_module_content--
|
|
1222
|
-
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1221
|
+
.bp_card_tooltip_v2_module_content--6edf9[data-open][data-side=right]{
|
|
1222
|
+
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--6edf9;
|
|
1223
1223
|
}
|
|
1224
|
-
.bp_card_tooltip_v2_module_content--
|
|
1225
|
-
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1224
|
+
.bp_card_tooltip_v2_module_content--6edf9[data-open][data-side=bottom]{
|
|
1225
|
+
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--6edf9;
|
|
1226
1226
|
}
|
|
1227
|
-
.bp_card_tooltip_v2_module_content--
|
|
1228
|
-
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1227
|
+
.bp_card_tooltip_v2_module_content--6edf9[data-open][data-side=left]{
|
|
1228
|
+
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--6edf9;
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
1231
|
-
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1231
|
+
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--6edf9{
|
|
1232
1232
|
from{
|
|
1233
1233
|
opacity:0;
|
|
1234
1234
|
transform:translateY(2px);
|
|
@@ -1238,7 +1238,7 @@
|
|
|
1238
1238
|
transform:translateY(0);
|
|
1239
1239
|
}
|
|
1240
1240
|
}
|
|
1241
|
-
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1241
|
+
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--6edf9{
|
|
1242
1242
|
from{
|
|
1243
1243
|
opacity:0;
|
|
1244
1244
|
transform:translateX(-2px);
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
transform:translateX(0);
|
|
1249
1249
|
}
|
|
1250
1250
|
}
|
|
1251
|
-
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1251
|
+
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--6edf9{
|
|
1252
1252
|
from{
|
|
1253
1253
|
opacity:0;
|
|
1254
1254
|
transform:translateY(-2px);
|
|
@@ -1258,7 +1258,7 @@
|
|
|
1258
1258
|
transform:translateY(0);
|
|
1259
1259
|
}
|
|
1260
1260
|
}
|
|
1261
|
-
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1261
|
+
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--6edf9{
|
|
1262
1262
|
from{
|
|
1263
1263
|
opacity:0;
|
|
1264
1264
|
transform:translateX(2px);
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
}
|
|
1270
1270
|
}
|
|
1271
1271
|
|
|
1272
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1272
|
+
.bp_interactive_icon_module_interactiveIcon--686c1{
|
|
1273
1273
|
all:unset;
|
|
1274
1274
|
background:none;
|
|
1275
1275
|
border:0;
|
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
display:inline-flex;
|
|
1279
1279
|
padding:0;
|
|
1280
1280
|
}
|
|
1281
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1281
|
+
.bp_interactive_icon_module_interactiveIcon--686c1:focus-visible{
|
|
1282
1282
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
1283
1283
|
outline:none;
|
|
1284
1284
|
overflow:visible;
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
padding-bottom:var(--size-4);
|
|
1339
1339
|
}
|
|
1340
1340
|
|
|
1341
|
-
.bp_checkbox_module_option--
|
|
1341
|
+
.bp_checkbox_module_option--15585{
|
|
1342
1342
|
display:flex;
|
|
1343
1343
|
flex-direction:column;
|
|
1344
1344
|
font-family:var(--body-default-font-family);
|
|
@@ -1350,7 +1350,7 @@
|
|
|
1350
1350
|
text-decoration:var(--body-default-text-decoration);
|
|
1351
1351
|
text-transform:var(--body-default-text-case);
|
|
1352
1352
|
}
|
|
1353
|
-
.bp_checkbox_module_option--
|
|
1353
|
+
.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585{
|
|
1354
1354
|
all:unset;
|
|
1355
1355
|
align-items:center;
|
|
1356
1356
|
background-color:var(--surface-checkbox-surface);
|
|
@@ -1364,39 +1364,39 @@
|
|
|
1364
1364
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
1365
1365
|
width:var(--size-4);
|
|
1366
1366
|
}
|
|
1367
|
-
.bp_checkbox_module_option--
|
|
1367
|
+
.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585 .bp_checkbox_module_indicator--15585{
|
|
1368
1368
|
display:flex;
|
|
1369
1369
|
transform:scale(0);
|
|
1370
1370
|
transition-duration:.15s;
|
|
1371
1371
|
transition-property:transform;
|
|
1372
1372
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
1373
1373
|
}
|
|
1374
|
-
.bp_checkbox_module_option--
|
|
1374
|
+
.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:focus-visible{
|
|
1375
1375
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1376
1376
|
outline-offset:var(--border-1);
|
|
1377
1377
|
}
|
|
1378
|
-
.bp_checkbox_module_option--
|
|
1378
|
+
.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585[data-disabled]{
|
|
1379
1379
|
opacity:60%;
|
|
1380
1380
|
}
|
|
1381
|
-
.bp_checkbox_module_option--
|
|
1381
|
+
.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585[data-state=checked],.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585[data-state=indeterminate]{
|
|
1382
1382
|
background-color:var(--surface-checkbox-surface-selected);
|
|
1383
1383
|
border-color:var(--border-checkbox-border-selected);
|
|
1384
1384
|
}
|
|
1385
|
-
.bp_checkbox_module_option--
|
|
1385
|
+
.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585[data-state=checked] .bp_checkbox_module_indicator--15585,.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585[data-state=indeterminate] .bp_checkbox_module_indicator--15585{
|
|
1386
1386
|
background-color:var(--surface-checkbox-surface-selected);
|
|
1387
1387
|
transform:scale(1);
|
|
1388
1388
|
}
|
|
1389
|
-
.bp_checkbox_module_option--
|
|
1389
|
+
.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):focus-visible,.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):hover{
|
|
1390
1390
|
border-color:var(--border-checkbox-border-hover);
|
|
1391
1391
|
}
|
|
1392
|
-
.bp_checkbox_module_option--
|
|
1392
|
+
.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):focus-visible[data-state=checked],.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):focus-visible[data-state=indeterminate],.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):hover[data-state=checked],.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):hover[data-state=indeterminate]{
|
|
1393
1393
|
background-color:var(--surface-checkbox-surface-selected-hover);
|
|
1394
1394
|
border-color:var(--border-checkbox-border-selected-hover);
|
|
1395
1395
|
}
|
|
1396
|
-
.bp_checkbox_module_option--
|
|
1396
|
+
.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):focus-visible[data-state=checked] .bp_checkbox_module_indicator--15585,.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):focus-visible[data-state=indeterminate] .bp_checkbox_module_indicator--15585,.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):hover[data-state=checked] .bp_checkbox_module_indicator--15585,.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):hover[data-state=indeterminate] .bp_checkbox_module_indicator--15585{
|
|
1397
1397
|
background-color:var(--surface-checkbox-surface-selected-hover);
|
|
1398
1398
|
}
|
|
1399
|
-
.bp_checkbox_module_option--
|
|
1399
|
+
.bp_checkbox_module_option--15585 .bp_checkbox_module_label--15585{
|
|
1400
1400
|
cursor:pointer;
|
|
1401
1401
|
display:inline-flex;
|
|
1402
1402
|
flex-direction:row;
|
|
@@ -1404,10 +1404,10 @@
|
|
|
1404
1404
|
width:-moz-fit-content;
|
|
1405
1405
|
width:fit-content;
|
|
1406
1406
|
}
|
|
1407
|
-
.bp_checkbox_module_option--
|
|
1407
|
+
.bp_checkbox_module_option--15585 .bp_checkbox_module_description--15585{
|
|
1408
1408
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
1409
1409
|
}
|
|
1410
|
-
.bp_checkbox_module_option--
|
|
1410
|
+
.bp_checkbox_module_option--15585.bp_checkbox_module_disabled--15585 .bp_checkbox_module_label--15585{
|
|
1411
1411
|
cursor:default;
|
|
1412
1412
|
}
|
|
1413
1413
|
.bp_icon_button_module_iconButton--161d7[data-modern=false]{
|
|
@@ -1748,7 +1748,7 @@
|
|
|
1748
1748
|
flex-shrink:0;
|
|
1749
1749
|
}
|
|
1750
1750
|
|
|
1751
|
-
.bp_text_area_autosize_module_textArea--
|
|
1751
|
+
.bp_text_area_autosize_module_textArea--d9d31{
|
|
1752
1752
|
background:var(--surface-input-surface);
|
|
1753
1753
|
border:none;
|
|
1754
1754
|
box-shadow:var(--innershadow-1);
|
|
@@ -1767,38 +1767,38 @@
|
|
|
1767
1767
|
text-transform:var(--body-default-text-case);
|
|
1768
1768
|
width:100%;
|
|
1769
1769
|
}
|
|
1770
|
-
.bp_text_area_autosize_module_textArea--
|
|
1770
|
+
.bp_text_area_autosize_module_textArea--d9d31::placeholder{
|
|
1771
1771
|
color:var(--text-text-on-light-secondary);
|
|
1772
1772
|
opacity:1;
|
|
1773
1773
|
}
|
|
1774
|
-
.bp_text_area_autosize_module_textArea--
|
|
1774
|
+
.bp_text_area_autosize_module_textArea--d9d31.bp_text_area_autosize_module_error--d9d31{
|
|
1775
1775
|
background:var(--surface-input-surface-error);
|
|
1776
1776
|
outline:0;
|
|
1777
1777
|
}
|
|
1778
|
-
.bp_text_area_autosize_module_textArea--
|
|
1778
|
+
.bp_text_area_autosize_module_textArea--d9d31:focus{
|
|
1779
1779
|
border:none;
|
|
1780
1780
|
}
|
|
1781
|
-
.bp_text_area_autosize_module_textArea--
|
|
1781
|
+
.bp_text_area_autosize_module_textArea--d9d31:hover{
|
|
1782
1782
|
box-shadow:var(--innershadow-1);
|
|
1783
1783
|
}
|
|
1784
|
-
.bp_text_area_autosize_module_textArea--
|
|
1784
|
+
.bp_text_area_autosize_module_textArea--d9d31:focus-visible{
|
|
1785
1785
|
background:var(--surface-input-surface-focus);
|
|
1786
1786
|
outline:0;
|
|
1787
1787
|
}
|
|
1788
|
-
.bp_text_area_autosize_module_textArea--
|
|
1788
|
+
.bp_text_area_autosize_module_textArea--d9d31:disabled{
|
|
1789
1789
|
background:var(--surface-input-surface);
|
|
1790
1790
|
border:none;
|
|
1791
1791
|
box-shadow:var(--innershadow-1);
|
|
1792
1792
|
color:var(--text-text-on-light);
|
|
1793
1793
|
}
|
|
1794
|
-
.bp_text_area_autosize_module_textArea--
|
|
1794
|
+
.bp_text_area_autosize_module_textArea--d9d31:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--d9d31):hover{
|
|
1795
1795
|
background:var(--surface-input-surface-hover);
|
|
1796
1796
|
}
|
|
1797
|
-
.bp_text_area_autosize_module_textArea--
|
|
1797
|
+
.bp_text_area_autosize_module_textArea--d9d31.bp_text_area_autosize_module_loading--d9d31{
|
|
1798
1798
|
padding-inline-end:1.875rem;
|
|
1799
1799
|
}
|
|
1800
1800
|
|
|
1801
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
1801
|
+
.bp_text_area_autosize_module_loadingIndicator--d9d31{
|
|
1802
1802
|
bottom:.375rem;
|
|
1803
1803
|
display:inline-block;
|
|
1804
1804
|
height:var(--size-6);
|
|
@@ -1808,7 +1808,7 @@
|
|
|
1808
1808
|
width:var(--size-6);
|
|
1809
1809
|
}
|
|
1810
1810
|
|
|
1811
|
-
.bp_text_area_autosize_module_border--
|
|
1811
|
+
.bp_text_area_autosize_module_border--d9d31{
|
|
1812
1812
|
border-radius:var(--radius-2);
|
|
1813
1813
|
box-shadow:0 0 0 var(--border-1) var(--border-input-border);
|
|
1814
1814
|
display:flex;
|
|
@@ -1816,7 +1816,7 @@
|
|
|
1816
1816
|
transform:translateZ(0);
|
|
1817
1817
|
}
|
|
1818
1818
|
|
|
1819
|
-
.bp_text_area_module_textAreaContainer--
|
|
1819
|
+
.bp_text_area_module_textAreaContainer--7227f{
|
|
1820
1820
|
display:flex;
|
|
1821
1821
|
flex-direction:column;
|
|
1822
1822
|
font-family:var(--body-default-font-family);
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
text-decoration:var(--body-default-text-decoration);
|
|
1830
1830
|
text-transform:var(--body-default-text-case);
|
|
1831
1831
|
}
|
|
1832
|
-
.bp_text_area_module_textAreaContainer--
|
|
1832
|
+
.bp_text_area_module_textAreaContainer--7227f .bp_text_area_module_label--7227f{
|
|
1833
1833
|
color:var(--text-text-on-light);
|
|
1834
1834
|
flex:0 0 fit-content;
|
|
1835
1835
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -1843,13 +1843,13 @@
|
|
|
1843
1843
|
width:-moz-fit-content;
|
|
1844
1844
|
width:fit-content;
|
|
1845
1845
|
}
|
|
1846
|
-
.bp_text_area_module_textAreaContainer--
|
|
1846
|
+
.bp_text_area_module_textAreaContainer--7227f .bp_text_area_module_label--7227f:not(.bp_text_area_module_hidden--7227f){
|
|
1847
1847
|
margin-block-end:var(--space-2);
|
|
1848
1848
|
}
|
|
1849
|
-
.bp_text_area_module_textAreaContainer--
|
|
1849
|
+
.bp_text_area_module_textAreaContainer--7227f.bp_text_area_module_disabled--7227f{
|
|
1850
1850
|
opacity:60%;
|
|
1851
1851
|
}
|
|
1852
|
-
.bp_text_area_module_textAreaContainer--
|
|
1852
|
+
.bp_text_area_module_textAreaContainer--7227f .bp_text_area_module_inlineError--7227f{
|
|
1853
1853
|
margin-block-start:var(--space-2);
|
|
1854
1854
|
}
|
|
1855
1855
|
.bp_labelable_module_required--25dbc{
|
|
@@ -1864,7 +1864,7 @@
|
|
|
1864
1864
|
transform:scale(1.2);
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
|
-
.bp_combobox_module_container--
|
|
1867
|
+
.bp_combobox_module_container--d598b{
|
|
1868
1868
|
display:flex;
|
|
1869
1869
|
flex-direction:column;
|
|
1870
1870
|
font-family:var(--body-default-font-family);
|
|
@@ -1876,10 +1876,10 @@
|
|
|
1876
1876
|
text-decoration:var(--body-default-text-decoration);
|
|
1877
1877
|
text-transform:var(--body-default-text-case);
|
|
1878
1878
|
}
|
|
1879
|
-
.bp_combobox_module_container--
|
|
1879
|
+
.bp_combobox_module_container--d598b.bp_combobox_module_disabled--d598b{
|
|
1880
1880
|
opacity:60%;
|
|
1881
1881
|
}
|
|
1882
|
-
.bp_combobox_module_container--
|
|
1882
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_label--d598b{
|
|
1883
1883
|
color:var(--text-text-on-light);
|
|
1884
1884
|
flex:0 0 fit-content;
|
|
1885
1885
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -1892,10 +1892,10 @@
|
|
|
1892
1892
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
1893
1893
|
text-transform:var(--body-default-bold-text-case);
|
|
1894
1894
|
}
|
|
1895
|
-
.bp_combobox_module_container--
|
|
1895
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_label--d598b:not(.bp_combobox_module_hiddenLabel--d598b){
|
|
1896
1896
|
margin-block-end:var(--space-2);
|
|
1897
1897
|
}
|
|
1898
|
-
.bp_combobox_module_container--
|
|
1898
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b{
|
|
1899
1899
|
background-color:var(--surface-dropdown-surface);
|
|
1900
1900
|
border-bottom:var(--blueprint-combobox-border-bottom-width, var(--border-1)) solid var(--blueprint-combobox-border-color, var(--border-input-border));
|
|
1901
1901
|
border-left:var(--blueprint-combobox-border-left-width, var(--border-1)) solid var(--blueprint-combobox-border-color, var(--border-input-border));
|
|
@@ -1912,15 +1912,15 @@
|
|
|
1912
1912
|
padding-inline:var(--space-3);
|
|
1913
1913
|
position:relative;
|
|
1914
1914
|
}
|
|
1915
|
-
.bp_combobox_module_container--
|
|
1915
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b.bp_combobox_module_withComboboxButtons--d598b{
|
|
1916
1916
|
padding-inline-end:var(--space-10);
|
|
1917
1917
|
}
|
|
1918
|
-
.bp_combobox_module_container--
|
|
1918
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b:not(:disabled):has(input:focus){
|
|
1919
1919
|
background-color:var(--surface-dropdown-surface-focus);
|
|
1920
1920
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
1921
1921
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
1922
1922
|
}
|
|
1923
|
-
.bp_combobox_module_container--
|
|
1923
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b:not(:disabled).bp_combobox_module_error--d598b,.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b:not(:disabled):has([aria-invalid=true]){
|
|
1924
1924
|
background-color:var(--surface-dropdown-surface-error);
|
|
1925
1925
|
border-bottom:var(--blueprint-combobox-border-error-bottom-width, var(--border-2)) solid var(--border-input-border-error);
|
|
1926
1926
|
border-left:var(--blueprint-combobox-border-error-left-width, var(--border-2)) solid var(--border-input-border-error);
|
|
@@ -1928,13 +1928,13 @@
|
|
|
1928
1928
|
border-top:var(--blueprint-combobox-border-error-top-width, var(--border-2)) solid var(--border-input-border-error);
|
|
1929
1929
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
1930
1930
|
}
|
|
1931
|
-
.bp_combobox_module_container--
|
|
1931
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b .bp_combobox_module_textInputWrapper--d598b{
|
|
1932
1932
|
align-items:center;
|
|
1933
1933
|
display:flex;
|
|
1934
1934
|
flex:content;
|
|
1935
1935
|
gap:var(--space-2);
|
|
1936
1936
|
}
|
|
1937
|
-
.bp_combobox_module_container--
|
|
1937
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b .bp_combobox_module_textInputWrapper--d598b .bp_combobox_module_textInput--d598b{
|
|
1938
1938
|
background-color:initial;
|
|
1939
1939
|
border:none;
|
|
1940
1940
|
color:var(--text-text-on-light);
|
|
@@ -1951,28 +1951,28 @@
|
|
|
1951
1951
|
text-transform:var(--body-default-text-case);
|
|
1952
1952
|
width:100%;
|
|
1953
1953
|
}
|
|
1954
|
-
.bp_combobox_module_container--
|
|
1954
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b .bp_combobox_module_textInputWrapper--d598b .bp_combobox_module_errorIcon--d598b path{
|
|
1955
1955
|
fill:var(--icon-icon-error-on-light);
|
|
1956
1956
|
}
|
|
1957
|
-
.bp_combobox_module_container--
|
|
1957
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b .bp_combobox_module_textInputWrapper--d598b .bp_combobox_module_comboboxButtons--d598b{
|
|
1958
1958
|
align-items:center;
|
|
1959
1959
|
display:flex;
|
|
1960
1960
|
position:absolute;
|
|
1961
1961
|
right:var(--space-2);
|
|
1962
1962
|
top:var(--space-2);
|
|
1963
1963
|
}
|
|
1964
|
-
.bp_combobox_module_container--
|
|
1964
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b.bp_combobox_module_withChips--d598b{
|
|
1965
1965
|
max-height:calc(var(--space-2)*2 + var(--space-6)*3);
|
|
1966
1966
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-1));
|
|
1967
1967
|
}
|
|
1968
|
-
.bp_combobox_module_container--
|
|
1968
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b.bp_combobox_module_withChips--d598b:not(:disabled).bp_combobox_module_error--d598b,.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b.bp_combobox_module_withChips--d598b:not(:disabled):has(input:focus){
|
|
1969
1969
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-2));
|
|
1970
1970
|
}
|
|
1971
|
-
.bp_combobox_module_container--
|
|
1971
|
+
.bp_combobox_module_container--d598b .bp_combobox_module_inlineError--d598b{
|
|
1972
1972
|
margin-block-start:var(--space-2);
|
|
1973
1973
|
}
|
|
1974
1974
|
|
|
1975
|
-
.bp_combobox_module_popover--
|
|
1975
|
+
.bp_combobox_module_popover--d598b{
|
|
1976
1976
|
background-color:var(--surface-menu-surface);
|
|
1977
1977
|
border:var(--border-1) solid var(--border-card-border);
|
|
1978
1978
|
border-radius:var(--radius-3);
|
|
@@ -1991,7 +1991,7 @@
|
|
|
1991
1991
|
text-transform:var(--body-default-text-case);
|
|
1992
1992
|
z-index:380;
|
|
1993
1993
|
}
|
|
1994
|
-
.bp_combobox_module_popover--
|
|
1994
|
+
.bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b{
|
|
1995
1995
|
border:var(--border-2) solid #0000;
|
|
1996
1996
|
border-radius:var(--radius-3);
|
|
1997
1997
|
box-sizing:border-box;
|
|
@@ -2005,21 +2005,21 @@
|
|
|
2005
2005
|
user-select:none;
|
|
2006
2006
|
width:100%;
|
|
2007
2007
|
}
|
|
2008
|
-
.bp_combobox_module_popover--
|
|
2008
|
+
.bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b[aria-disabled]{
|
|
2009
2009
|
opacity:60%;
|
|
2010
2010
|
}
|
|
2011
|
-
.bp_combobox_module_popover--
|
|
2011
|
+
.bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b[data-active-item]:not([aria-disabled]){
|
|
2012
2012
|
background-color:var(--surface-menu-surface-focus);
|
|
2013
2013
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2014
2014
|
}
|
|
2015
|
-
.bp_combobox_module_popover--
|
|
2015
|
+
.bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b:active{
|
|
2016
2016
|
background-color:var(--surface-menu-surface-hover);
|
|
2017
2017
|
border:var(--border-2) solid #0000;
|
|
2018
2018
|
}
|
|
2019
|
-
.bp_combobox_module_popover--
|
|
2019
|
+
.bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b:hover{
|
|
2020
2020
|
background-color:var(--surface-menu-surface-hover);
|
|
2021
2021
|
}
|
|
2022
|
-
.bp_combobox_module_popover--
|
|
2022
|
+
.bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b .bp_combobox_module_indicator--d598b{
|
|
2023
2023
|
align-items:center;
|
|
2024
2024
|
display:flex;
|
|
2025
2025
|
height:var(--size-9);
|
|
@@ -2028,22 +2028,22 @@
|
|
|
2028
2028
|
position:absolute;
|
|
2029
2029
|
top:0;
|
|
2030
2030
|
}
|
|
2031
|
-
.bp_combobox_module_popover--
|
|
2031
|
+
.bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b .bp_combobox_module_indicator--d598b .bp_combobox_module_indicatorIcon--d598b path{
|
|
2032
2032
|
fill:var(--icon-icon-on-light);
|
|
2033
2033
|
}
|
|
2034
|
-
.bp_combobox_module_popover--
|
|
2034
|
+
.bp_combobox_module_popover--d598b .bp_combobox_module_optionWithIndicator--d598b{
|
|
2035
2035
|
padding-inline:var(--space-10) var(--space-2);
|
|
2036
2036
|
}
|
|
2037
|
-
.bp_combobox_module_popover--
|
|
2037
|
+
.bp_combobox_module_popover--d598b .bp_combobox_module_loadingIndicator--d598b{
|
|
2038
2038
|
position:unset;
|
|
2039
2039
|
}
|
|
2040
|
-
.bp_combobox_module_popover--
|
|
2040
|
+
.bp_combobox_module_popover--d598b .bp_combobox_module_noResultOption--d598b{
|
|
2041
2041
|
color:var(--text-text-on-light);
|
|
2042
2042
|
-webkit-user-select:none;
|
|
2043
2043
|
user-select:none;
|
|
2044
2044
|
}
|
|
2045
2045
|
|
|
2046
|
-
.bp_combobox_group_module_container--
|
|
2046
|
+
.bp_combobox_group_module_container--af556{
|
|
2047
2047
|
align-items:flex-start;
|
|
2048
2048
|
display:flex;
|
|
2049
2049
|
flex-direction:column;
|
|
@@ -2051,17 +2051,17 @@
|
|
|
2051
2051
|
max-width:358px;
|
|
2052
2052
|
}
|
|
2053
2053
|
|
|
2054
|
-
.bp_combobox_group_module_comboboxGroupcontainer--
|
|
2054
|
+
.bp_combobox_group_module_comboboxGroupcontainer--af556{
|
|
2055
2055
|
display:flex;
|
|
2056
2056
|
flex-direction:row;
|
|
2057
2057
|
}
|
|
2058
2058
|
|
|
2059
|
-
.bp_combobox_group_module_disabled--
|
|
2059
|
+
.bp_combobox_group_module_disabled--af556{
|
|
2060
2060
|
opacity:60%;
|
|
2061
2061
|
pointer-events:none;
|
|
2062
2062
|
}
|
|
2063
2063
|
|
|
2064
|
-
.bp_combobox_group_module_label--
|
|
2064
|
+
.bp_combobox_group_module_label--af556{
|
|
2065
2065
|
color:var(--text-text-on-light);
|
|
2066
2066
|
flex:0 0 fit-content;
|
|
2067
2067
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2075,59 +2075,59 @@
|
|
|
2075
2075
|
text-transform:var(--body-default-bold-text-case);
|
|
2076
2076
|
}
|
|
2077
2077
|
|
|
2078
|
-
.bp_combobox_group_module_trailing--
|
|
2078
|
+
.bp_combobox_group_module_trailing--af556{
|
|
2079
2079
|
--blueprint-combobox-input-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2080
2080
|
--blueprint-select-trigger-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
2081
2081
|
--blueprint-combobox-border-left-width:none;
|
|
2082
2082
|
--blueprint-select-border-left-width:none;
|
|
2083
2083
|
}
|
|
2084
2084
|
|
|
2085
|
-
.bp_combobox_group_module_leading--
|
|
2085
|
+
.bp_combobox_group_module_leading--af556{
|
|
2086
2086
|
--blueprint-combobox-input-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2087
2087
|
--blueprint-select-trigger-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
2088
2088
|
}
|
|
2089
2089
|
|
|
2090
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2090
|
+
.bp_combobox_group_module_errorCombobox--af556.bp_combobox_group_module_leading--af556{
|
|
2091
2091
|
--blueprint-select-border-right-width:none;
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
|
-
.bp_combobox_group_module_errorSelect--
|
|
2094
|
+
.bp_combobox_group_module_errorSelect--af556.bp_combobox_group_module_leading--af556{
|
|
2095
2095
|
--blueprint-combobox-border-right-width:none;
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2098
|
+
.bp_combobox_group_module_errorCombobox--af556.bp_combobox_group_module_errorSelect--af556.bp_combobox_group_module_trailing--af556{
|
|
2099
2099
|
--blueprint-select-border-error-left-width:none;
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2102
|
+
.bp_combobox_group_module_errorCombobox--af556.bp_combobox_group_module_errorSelect--af556.bp_combobox_group_module_leading--af556{
|
|
2103
2103
|
--blueprint-select-border-error-right-width:none;
|
|
2104
2104
|
}
|
|
2105
2105
|
|
|
2106
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2106
|
+
.bp_combobox_group_module_selectHasFocus--af556.bp_combobox_group_module_leading--af556{
|
|
2107
2107
|
--blueprint-combobox-border-right-width:none;
|
|
2108
2108
|
}
|
|
2109
2109
|
|
|
2110
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2110
|
+
.bp_combobox_group_module_selectHasFocus--af556.bp_combobox_group_module_errorCombobox--af556.bp_combobox_group_module_leading--af556{
|
|
2111
2111
|
--blueprint-combobox-border-error-right-width:none;
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2114
|
+
.bp_combobox_group_module_selectHasFocus--af556.bp_combobox_group_module_errorCombobox--af556.bp_combobox_group_module_trailing--af556{
|
|
2115
2115
|
--blueprint-combobox-border-error-left-width:none;
|
|
2116
2116
|
}
|
|
2117
2117
|
|
|
2118
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2118
|
+
.bp_combobox_group_module_comboboxHasFocus--af556.bp_combobox_group_module_leading--af556{
|
|
2119
2119
|
--blueprint-select-border-right-width:none;
|
|
2120
2120
|
}
|
|
2121
2121
|
|
|
2122
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2122
|
+
.bp_combobox_group_module_comboboxHasFocus--af556.bp_combobox_group_module_errorSelect--af556.bp_combobox_group_module_leading--af556{
|
|
2123
2123
|
--blueprint-select-border-error-right-width:none;
|
|
2124
2124
|
}
|
|
2125
2125
|
|
|
2126
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2126
|
+
.bp_combobox_group_module_comboboxHasFocus--af556.bp_combobox_group_module_errorSelect--af556.bp_combobox_group_module_trailing--af556{
|
|
2127
2127
|
--blueprint-select-border-error-left-width:none;
|
|
2128
2128
|
}
|
|
2129
2129
|
|
|
2130
|
-
.bp_select_module_container--
|
|
2130
|
+
.bp_select_module_container--f197c{
|
|
2131
2131
|
display:flex;
|
|
2132
2132
|
flex-direction:column;
|
|
2133
2133
|
font-family:var(--body-default-font-family);
|
|
@@ -2140,10 +2140,10 @@
|
|
|
2140
2140
|
text-decoration:var(--body-default-text-decoration);
|
|
2141
2141
|
text-transform:var(--body-default-text-case);
|
|
2142
2142
|
}
|
|
2143
|
-
.bp_select_module_container--
|
|
2143
|
+
.bp_select_module_container--f197c.bp_select_module_disabled--f197c{
|
|
2144
2144
|
opacity:60%;
|
|
2145
2145
|
}
|
|
2146
|
-
.bp_select_module_container--
|
|
2146
|
+
.bp_select_module_container--f197c .bp_select_module_label--f197c{
|
|
2147
2147
|
color:var(--text-text-on-light);
|
|
2148
2148
|
flex:0 0 fit-content;
|
|
2149
2149
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2156,7 +2156,7 @@
|
|
|
2156
2156
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2157
2157
|
text-transform:var(--body-default-bold-text-case);
|
|
2158
2158
|
}
|
|
2159
|
-
.bp_select_module_container--
|
|
2159
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c{
|
|
2160
2160
|
align-items:center;
|
|
2161
2161
|
background-color:var(--surface-dropdown-surface);
|
|
2162
2162
|
border-bottom:var(--blueprint-select-border-bottom-width, var(--border-1)) solid var(--border-dropdown-border);
|
|
@@ -2185,58 +2185,58 @@
|
|
|
2185
2185
|
text-transform:var(--body-default-text-case);
|
|
2186
2186
|
width:100%;
|
|
2187
2187
|
}
|
|
2188
|
-
.bp_select_module_container--
|
|
2188
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c span:first-child{
|
|
2189
2189
|
overflow:hidden;
|
|
2190
2190
|
text-overflow:ellipsis;
|
|
2191
2191
|
white-space:nowrap;
|
|
2192
2192
|
}
|
|
2193
|
-
.bp_select_module_container--
|
|
2193
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:disabled{
|
|
2194
2194
|
cursor:default;
|
|
2195
2195
|
}
|
|
2196
|
-
.bp_select_module_container--
|
|
2196
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c.bp_select_module_readonly--f197c:not(:disabled){
|
|
2197
2197
|
background-color:var(--gray-02);
|
|
2198
2198
|
box-shadow:none;
|
|
2199
2199
|
color:var(--text-text-on-light-secondary);
|
|
2200
2200
|
cursor:default;
|
|
2201
2201
|
}
|
|
2202
|
-
.bp_select_module_container--
|
|
2202
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):not(:disabled).bp_select_module_error--f197c,.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):not(:disabled)[aria-invalid=true]{
|
|
2203
2203
|
background-color:var(--surface-dropdown-surface-error);
|
|
2204
2204
|
border-bottom:var(--blueprint-select-border-error-bottom-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2205
2205
|
border-left:var(--blueprint-select-border-error-left-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2206
2206
|
border-right:var(--blueprint-select-border-error-right-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2207
2207
|
border-top:var(--blueprint-select-border-error-top-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2208
2208
|
}
|
|
2209
|
-
.bp_select_module_container--
|
|
2209
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):focus,.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):not(:disabled).bp_select_module_error--f197c:focus,.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):not(:disabled)[aria-invalid=true]:focus{
|
|
2210
2210
|
background-color:var(--surface-dropdown-surface-focus);
|
|
2211
2211
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2212
2212
|
}
|
|
2213
|
-
.bp_select_module_container--
|
|
2213
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):not(:disabled):not(:focus):not(.bp_select_module_error--f197c):not([aria-invalid]):hover{
|
|
2214
2214
|
background-color:var(--surface-dropdown-surface-hover);
|
|
2215
2215
|
border-color:var(--border-dropdown-border-hover);
|
|
2216
2216
|
}
|
|
2217
|
-
.bp_select_module_container--
|
|
2217
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c .bp_select_module_iconWrapper--f197c{
|
|
2218
2218
|
flex-shrink:0;
|
|
2219
2219
|
-webkit-user-select:none;
|
|
2220
2220
|
user-select:none;
|
|
2221
2221
|
}
|
|
2222
|
-
.bp_select_module_container--
|
|
2222
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c .bp_select_module_iconCaret--f197c{
|
|
2223
2223
|
display:block;
|
|
2224
2224
|
height:var(--size-2);
|
|
2225
2225
|
width:var(--size-2);
|
|
2226
2226
|
}
|
|
2227
|
-
.bp_select_module_container--
|
|
2227
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c .bp_select_module_iconCaret--f197c path{
|
|
2228
2228
|
fill:var(--icon-icon-on-light);
|
|
2229
2229
|
}
|
|
2230
|
-
.bp_select_module_container--
|
|
2230
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c .bp_select_module_iconPencilCrossed--f197c{
|
|
2231
2231
|
display:block;
|
|
2232
2232
|
height:var(--size-4);
|
|
2233
2233
|
width:var(--size-4);
|
|
2234
2234
|
}
|
|
2235
|
-
.bp_select_module_container--
|
|
2235
|
+
.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c[data-state=open] .bp_select_module_icon--f197c{
|
|
2236
2236
|
transform:rotate(180deg);
|
|
2237
2237
|
}
|
|
2238
2238
|
|
|
2239
|
-
.bp_select_module_content--
|
|
2239
|
+
.bp_select_module_content--f197c{
|
|
2240
2240
|
background-color:var(--surface-menu-surface);
|
|
2241
2241
|
border:var(--border-1) solid var(--border-card-border);
|
|
2242
2242
|
border-radius:var(--radius-3);
|
|
@@ -2255,11 +2255,11 @@
|
|
|
2255
2255
|
text-transform:var(--body-default-text-case);
|
|
2256
2256
|
z-index:380;
|
|
2257
2257
|
}
|
|
2258
|
-
.bp_select_module_content--
|
|
2258
|
+
.bp_select_module_content--f197c .bp_select_module_viewport--f197c{
|
|
2259
2259
|
padding-block:var(--space-3);
|
|
2260
2260
|
padding-inline:var(--space-3);
|
|
2261
2261
|
}
|
|
2262
|
-
.bp_select_module_content--
|
|
2262
|
+
.bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c{
|
|
2263
2263
|
border:var(--border-2) solid #0000;
|
|
2264
2264
|
border-radius:var(--radius-3);
|
|
2265
2265
|
cursor:pointer;
|
|
@@ -2274,29 +2274,29 @@
|
|
|
2274
2274
|
-webkit-user-select:none;
|
|
2275
2275
|
user-select:none;
|
|
2276
2276
|
}
|
|
2277
|
-
.bp_select_module_content--
|
|
2277
|
+
.bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c[data-disabled]{
|
|
2278
2278
|
opacity:60%;
|
|
2279
2279
|
pointer-events:none;
|
|
2280
2280
|
}
|
|
2281
|
-
.bp_select_module_content--
|
|
2281
|
+
.bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c[data-highlighted]{
|
|
2282
2282
|
background-color:var(--surface-menu-surface-focus);
|
|
2283
2283
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2284
2284
|
}
|
|
2285
|
-
.bp_select_module_content--
|
|
2285
|
+
.bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c:active{
|
|
2286
2286
|
background-color:var(--surface-menu-surface-hover);
|
|
2287
2287
|
border:var(--border-2) solid #0000;
|
|
2288
2288
|
}
|
|
2289
|
-
.bp_select_module_content--
|
|
2289
|
+
.bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c:hover{
|
|
2290
2290
|
background-color:var(--surface-menu-surface-hover);
|
|
2291
2291
|
}
|
|
2292
|
-
.bp_select_module_content--
|
|
2292
|
+
.bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c span:first-child{
|
|
2293
2293
|
overflow:hidden;
|
|
2294
2294
|
overflow-wrap:break-word;
|
|
2295
2295
|
}
|
|
2296
|
-
.bp_select_module_content--
|
|
2296
|
+
.bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c .bp_select_module_secondaryText--f197c{
|
|
2297
2297
|
color:var(--text-text-on-light-secondary);
|
|
2298
2298
|
}
|
|
2299
|
-
.bp_select_module_content--
|
|
2299
|
+
.bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c .bp_select_module_indicator--f197c{
|
|
2300
2300
|
align-items:center;
|
|
2301
2301
|
display:flex;
|
|
2302
2302
|
height:var(--size-9);
|
|
@@ -2305,17 +2305,17 @@
|
|
|
2305
2305
|
position:absolute;
|
|
2306
2306
|
top:0;
|
|
2307
2307
|
}
|
|
2308
|
-
.bp_select_module_content--
|
|
2308
|
+
.bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c .bp_select_module_indicator--f197c path{
|
|
2309
2309
|
fill:var(--icon-icon-on-light);
|
|
2310
2310
|
}
|
|
2311
|
-
.bp_select_module_content--
|
|
2311
|
+
.bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_separator--f197c{
|
|
2312
2312
|
background-color:var(--border-divider-border);
|
|
2313
2313
|
flex-shrink:0;
|
|
2314
2314
|
height:var(--border-1);
|
|
2315
2315
|
margin-block:var(--space-2);
|
|
2316
2316
|
}
|
|
2317
2317
|
|
|
2318
|
-
.bp_content_card_module_card--
|
|
2318
|
+
.bp_content_card_module_card--875db{
|
|
2319
2319
|
background-color:var(--surface-surface);
|
|
2320
2320
|
border:var(--border-1) solid var(--border-card-border);
|
|
2321
2321
|
border-radius:var(--size-3);
|
|
@@ -2326,21 +2326,21 @@
|
|
|
2326
2326
|
padding:var(--size-4);
|
|
2327
2327
|
position:relative;
|
|
2328
2328
|
}
|
|
2329
|
-
.bp_content_card_module_card--
|
|
2329
|
+
.bp_content_card_module_card--875db:hover{
|
|
2330
2330
|
box-shadow:var(--dropshadow-3);
|
|
2331
2331
|
}
|
|
2332
|
-
.bp_content_card_module_card--
|
|
2332
|
+
.bp_content_card_module_card--875db:focus-visible{
|
|
2333
2333
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2334
2334
|
box-shadow:var(--dropshadow-3);
|
|
2335
2335
|
outline:none;
|
|
2336
2336
|
}
|
|
2337
|
-
.bp_content_card_module_card--
|
|
2337
|
+
.bp_content_card_module_card--875db:active{
|
|
2338
2338
|
background-color:var(--surface-card-surface-pressed);
|
|
2339
2339
|
border:var(--border-1) solid var(--border-card-border);
|
|
2340
2340
|
box-shadow:none;
|
|
2341
2341
|
}
|
|
2342
2342
|
|
|
2343
|
-
.bp_content_card_module_cardContent--
|
|
2343
|
+
.bp_content_card_module_cardContent--875db{
|
|
2344
2344
|
display:flex;
|
|
2345
2345
|
flex-direction:column;
|
|
2346
2346
|
gap:var(--size-2);
|
|
@@ -2349,32 +2349,32 @@
|
|
|
2349
2349
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
2350
2350
|
}
|
|
2351
2351
|
|
|
2352
|
-
.bp_content_card_module_cardTitle--
|
|
2352
|
+
.bp_content_card_module_cardTitle--875db{
|
|
2353
2353
|
align-items:center;
|
|
2354
2354
|
display:flex;
|
|
2355
2355
|
height:var(--size-12);
|
|
2356
2356
|
}
|
|
2357
2357
|
|
|
2358
|
-
.bp_content_card_module_cardTitleText--
|
|
2358
|
+
.bp_content_card_module_cardTitleText--875db{
|
|
2359
2359
|
-webkit-box-orient:vertical;
|
|
2360
2360
|
-webkit-line-clamp:2;
|
|
2361
2361
|
display:-webkit-inline-box;
|
|
2362
2362
|
overflow:hidden;
|
|
2363
2363
|
}
|
|
2364
2364
|
|
|
2365
|
-
.bp_content_card_module_cardBody--
|
|
2365
|
+
.bp_content_card_module_cardBody--875db{
|
|
2366
2366
|
height:var(--size-12);
|
|
2367
2367
|
margin-block-end:var(--size-2);
|
|
2368
2368
|
}
|
|
2369
2369
|
|
|
2370
|
-
.bp_content_card_module_cardBodyText--
|
|
2370
|
+
.bp_content_card_module_cardBodyText--875db{
|
|
2371
2371
|
-webkit-box-orient:vertical;
|
|
2372
2372
|
-webkit-line-clamp:2;
|
|
2373
2373
|
display:-webkit-inline-box;
|
|
2374
2374
|
overflow:hidden;
|
|
2375
2375
|
}
|
|
2376
2376
|
|
|
2377
|
-
.bp_content_card_module_cardIcon--
|
|
2377
|
+
.bp_content_card_module_cardIcon--875db{
|
|
2378
2378
|
background-color:var(--surface-surface);
|
|
2379
2379
|
border:var(--size-1) solid var(--surface-surface);
|
|
2380
2380
|
border-radius:var(--size-3);
|
|
@@ -2387,7 +2387,7 @@
|
|
|
2387
2387
|
z-index:1;
|
|
2388
2388
|
}
|
|
2389
2389
|
|
|
2390
|
-
.bp_content_card_module_cardBackground--
|
|
2390
|
+
.bp_content_card_module_cardBackground--875db{
|
|
2391
2391
|
height:var(--size-15);
|
|
2392
2392
|
left:0;
|
|
2393
2393
|
overflow:hidden;
|
|
@@ -2396,12 +2396,12 @@
|
|
|
2396
2396
|
width:100%;
|
|
2397
2397
|
}
|
|
2398
2398
|
|
|
2399
|
-
.bp_content_card_module_image--
|
|
2399
|
+
.bp_content_card_module_image--875db{
|
|
2400
2400
|
height:100%;
|
|
2401
2401
|
width:100%;
|
|
2402
2402
|
}
|
|
2403
2403
|
|
|
2404
|
-
.bp_content_card_module_ghostCard--
|
|
2404
|
+
.bp_content_card_module_ghostCard--875db{
|
|
2405
2405
|
display:flex;
|
|
2406
2406
|
flex-direction:column;
|
|
2407
2407
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -2410,21 +2410,21 @@
|
|
|
2410
2410
|
position:relative;
|
|
2411
2411
|
}
|
|
2412
2412
|
|
|
2413
|
-
.bp_content_card_module_iconGhost--
|
|
2413
|
+
.bp_content_card_module_iconGhost--875db,.bp_content_card_module_titleGhost--875db{
|
|
2414
2414
|
margin-block-end:var(--size-4);
|
|
2415
2415
|
}
|
|
2416
2416
|
|
|
2417
|
-
.bp_content_card_module_bodyGhost--
|
|
2417
|
+
.bp_content_card_module_bodyGhost--875db{
|
|
2418
2418
|
margin-block-end:var(--size-2);
|
|
2419
2419
|
}
|
|
2420
2420
|
|
|
2421
|
-
.bp_content_card_module_pillGhostContainer--
|
|
2421
|
+
.bp_content_card_module_pillGhostContainer--875db{
|
|
2422
2422
|
display:flex;
|
|
2423
2423
|
margin-block-end:var(--size-4);
|
|
2424
2424
|
margin-block-start:var(--size-2);
|
|
2425
2425
|
}
|
|
2426
2426
|
|
|
2427
|
-
.bp_content_card_module_pillGhost--
|
|
2427
|
+
.bp_content_card_module_pillGhost--875db{
|
|
2428
2428
|
margin-inline-end:var(--size-2);
|
|
2429
2429
|
}
|
|
2430
2430
|
.bp_content_field_module_contentFieldWrapper--dabac{
|
|
@@ -2553,7 +2553,7 @@
|
|
|
2553
2553
|
overflow:auto;
|
|
2554
2554
|
}
|
|
2555
2555
|
|
|
2556
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2556
|
+
.bp_data_table_module_dataTableWrapper--507a5{
|
|
2557
2557
|
--border-radius-datatable:0;
|
|
2558
2558
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
2559
2559
|
--outline-select-color-datatable:#0000;
|
|
@@ -2566,27 +2566,27 @@
|
|
|
2566
2566
|
scroll-padding-top:60px;
|
|
2567
2567
|
width:100%;
|
|
2568
2568
|
}
|
|
2569
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2569
|
+
.bp_data_table_module_dataTableWrapper--507a5 table > thead > tr{
|
|
2570
2570
|
background:var(--gray-white);
|
|
2571
2571
|
position:sticky;
|
|
2572
2572
|
top:0;
|
|
2573
2573
|
z-index:var(--sticky-element-z-index);
|
|
2574
2574
|
}
|
|
2575
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2575
|
+
.bp_data_table_module_dataTableWrapper--507a5 table > thead > tr th:first-child{
|
|
2576
2576
|
background:inherit;
|
|
2577
2577
|
height:100%;
|
|
2578
2578
|
left:0;
|
|
2579
2579
|
position:sticky;
|
|
2580
2580
|
z-index:var(--sticky-element-z-index);
|
|
2581
2581
|
}
|
|
2582
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2582
|
+
.bp_data_table_module_dataTableWrapper--507a5 table > thead > tr th:first-child[data-focus-visible]{
|
|
2583
2583
|
position:sticky;
|
|
2584
2584
|
z-index:var(--sticky-element-z-index);
|
|
2585
2585
|
}
|
|
2586
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2586
|
+
.bp_data_table_module_dataTableWrapper--507a5 table tbody > tr{
|
|
2587
2587
|
--is-row-focused:0;
|
|
2588
2588
|
}
|
|
2589
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2589
|
+
.bp_data_table_module_dataTableWrapper--507a5 table tbody > tr > td [data-actionswrapper]::after{
|
|
2590
2590
|
background:inherit;
|
|
2591
2591
|
content:"";
|
|
2592
2592
|
display:block;
|
|
@@ -2596,18 +2596,18 @@
|
|
|
2596
2596
|
width:100%;
|
|
2597
2597
|
z-index:-1;
|
|
2598
2598
|
}
|
|
2599
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2599
|
+
.bp_data_table_module_dataTableWrapper--507a5 table tbody > tr[data-focus-visible]{
|
|
2600
2600
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
2601
2601
|
--is-row-focused:1;
|
|
2602
2602
|
}
|
|
2603
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2603
|
+
.bp_data_table_module_dataTableWrapper--507a5 table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
2604
2604
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
2605
2605
|
}
|
|
2606
2606
|
|
|
2607
|
-
.bp_data_table_module_isScrolledX--
|
|
2607
|
+
.bp_data_table_module_isScrolledX--507a5 table > thead > tr > th:first-child{
|
|
2608
2608
|
overflow:visible;
|
|
2609
2609
|
}
|
|
2610
|
-
.bp_data_table_module_isScrolledX--
|
|
2610
|
+
.bp_data_table_module_isScrolledX--507a5 table > thead > tr > th:first-child::after{
|
|
2611
2611
|
background:inherit;
|
|
2612
2612
|
border-right:1px solid var(--border-divider-border);
|
|
2613
2613
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -2621,7 +2621,7 @@
|
|
|
2621
2621
|
z-index:-1;
|
|
2622
2622
|
}
|
|
2623
2623
|
|
|
2624
|
-
.bp_data_table_module_hideActionWrapperRight--
|
|
2624
|
+
.bp_data_table_module_hideActionWrapperRight--507a5 table tbody > tr > td [data-actionswrapper]::after{
|
|
2625
2625
|
display:none;
|
|
2626
2626
|
}
|
|
2627
2627
|
.bp_list_checkbox_module_selection--d79fa{
|
|
@@ -2972,7 +2972,7 @@
|
|
|
2972
2972
|
transform:translateZ(0);
|
|
2973
2973
|
}
|
|
2974
2974
|
|
|
2975
|
-
.bp_dropdown_menu_module_content--
|
|
2975
|
+
.bp_dropdown_menu_module_content--355ae{
|
|
2976
2976
|
background-color:var(--surface-menu-surface);
|
|
2977
2977
|
border:var(--border-1) solid var(--border-card-border);
|
|
2978
2978
|
border-radius:var(--radius-3);
|
|
@@ -2994,7 +2994,7 @@
|
|
|
2994
2994
|
text-transform:var(--body-default-text-case);
|
|
2995
2995
|
z-index:2147483647;
|
|
2996
2996
|
}
|
|
2997
|
-
.bp_dropdown_menu_module_content--
|
|
2997
|
+
.bp_dropdown_menu_module_content--355ae[data-menu-fullscreen=true]{
|
|
2998
2998
|
border:unset;
|
|
2999
2999
|
border-radius:unset;
|
|
3000
3000
|
display:flex;
|
|
@@ -3007,27 +3007,27 @@
|
|
|
3007
3007
|
position:relative;
|
|
3008
3008
|
width:100vw;
|
|
3009
3009
|
}
|
|
3010
|
-
.bp_dropdown_menu_module_content--
|
|
3010
|
+
.bp_dropdown_menu_module_content--355ae[data-menu-fullscreen=true] .bp_dropdown_menu_module_fullScreenContent--355ae{
|
|
3011
3011
|
overflow-y:auto;
|
|
3012
3012
|
padding:var(--space-3);
|
|
3013
3013
|
}
|
|
3014
|
-
.bp_dropdown_menu_module_content--
|
|
3014
|
+
.bp_dropdown_menu_module_content--355ae .bp_dropdown_menu_module_subheader--355ae{
|
|
3015
3015
|
padding:var(--space-2);
|
|
3016
3016
|
}
|
|
3017
|
-
.bp_dropdown_menu_module_content--
|
|
3017
|
+
.bp_dropdown_menu_module_content--355ae .bp_dropdown_menu_module_subheader--355ae.bp_dropdown_menu_module_uppercased--355ae{
|
|
3018
3018
|
text-transform:uppercase;
|
|
3019
3019
|
}
|
|
3020
|
-
.bp_dropdown_menu_module_content--
|
|
3020
|
+
.bp_dropdown_menu_module_content--355ae .bp_dropdown_menu_module_dropdownMenuItemSeparator--355ae{
|
|
3021
3021
|
margin-block:var(--space-2);
|
|
3022
3022
|
}
|
|
3023
3023
|
|
|
3024
|
-
.bp_dropdown_menu_module_ellipsis--
|
|
3024
|
+
.bp_dropdown_menu_module_ellipsis--355ae{
|
|
3025
3025
|
overflow:hidden;
|
|
3026
3026
|
text-overflow:ellipsis;
|
|
3027
3027
|
white-space:nowrap;
|
|
3028
3028
|
}
|
|
3029
3029
|
|
|
3030
|
-
.bp_dropdown_menu_module_checkmark--
|
|
3030
|
+
.bp_dropdown_menu_module_checkmark--355ae{
|
|
3031
3031
|
align-items:center;
|
|
3032
3032
|
display:inline-flex;
|
|
3033
3033
|
justify-content:center;
|
|
@@ -3035,7 +3035,7 @@
|
|
|
3035
3035
|
position:absolute;
|
|
3036
3036
|
}
|
|
3037
3037
|
|
|
3038
|
-
.bp_dropdown_menu_module_item--
|
|
3038
|
+
.bp_dropdown_menu_module_item--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae{
|
|
3039
3039
|
align-items:center;
|
|
3040
3040
|
border:var(--border-2) solid #0000;
|
|
3041
3041
|
border-radius:var(--radius-3);
|
|
@@ -3047,34 +3047,34 @@
|
|
|
3047
3047
|
-webkit-user-select:none;
|
|
3048
3048
|
user-select:none;
|
|
3049
3049
|
}
|
|
3050
|
-
.bp_dropdown_menu_module_item--
|
|
3050
|
+
.bp_dropdown_menu_module_item--355ae[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--355ae[data-disabled]{
|
|
3051
3051
|
opacity:60%;
|
|
3052
3052
|
pointer-events:none;
|
|
3053
3053
|
}
|
|
3054
|
-
.bp_dropdown_menu_module_item--
|
|
3054
|
+
.bp_dropdown_menu_module_item--355ae[data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--355ae[data-highlighted]{
|
|
3055
3055
|
background-color:var(--surface-menu-surface-hover);
|
|
3056
3056
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
3057
3057
|
}
|
|
3058
|
-
.bp_dropdown_menu_module_item--
|
|
3058
|
+
.bp_dropdown_menu_module_item--355ae:active,.bp_dropdown_menu_module_subMenuTrigger--355ae:active{
|
|
3059
3059
|
background-color:var(--surface-menu-surface-hover);
|
|
3060
3060
|
border:var(--border-2) solid #0000;
|
|
3061
3061
|
}
|
|
3062
|
-
.bp_dropdown_menu_module_item--
|
|
3062
|
+
.bp_dropdown_menu_module_item--355ae:hover,.bp_dropdown_menu_module_item--355ae[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--355ae:hover,.bp_dropdown_menu_module_subMenuTrigger--355ae[data-state=open]{
|
|
3063
3063
|
background-color:var(--surface-menu-surface-hover);
|
|
3064
3064
|
}
|
|
3065
|
-
.bp_dropdown_menu_module_item--
|
|
3065
|
+
.bp_dropdown_menu_module_item--355ae.bp_dropdown_menu_module_radioItem--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae.bp_dropdown_menu_module_radioItem--355ae{
|
|
3066
3066
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3067
3067
|
}
|
|
3068
|
-
.bp_dropdown_menu_module_item--
|
|
3068
|
+
.bp_dropdown_menu_module_item--355ae.bp_dropdown_menu_module_radioItem--355ae .bp_dropdown_menu_module_radioItemMediumSpacing--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae.bp_dropdown_menu_module_radioItem--355ae .bp_dropdown_menu_module_radioItemMediumSpacing--355ae{
|
|
3069
3069
|
padding-inline-start:var(--space-2);
|
|
3070
3070
|
}
|
|
3071
|
-
.bp_dropdown_menu_module_item--
|
|
3071
|
+
.bp_dropdown_menu_module_item--355ae.bp_dropdown_menu_module_checkboxItem--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae.bp_dropdown_menu_module_checkboxItem--355ae{
|
|
3072
3072
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
3073
3073
|
}
|
|
3074
|
-
.bp_dropdown_menu_module_item--
|
|
3074
|
+
.bp_dropdown_menu_module_item--355ae.bp_dropdown_menu_module_checkboxItem--355ae .bp_dropdown_menu_module_checkboxItemMediumSpacing--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae.bp_dropdown_menu_module_checkboxItem--355ae .bp_dropdown_menu_module_checkboxItemMediumSpacing--355ae{
|
|
3075
3075
|
padding-inline-start:var(--space-2);
|
|
3076
3076
|
}
|
|
3077
|
-
.bp_dropdown_menu_module_item--
|
|
3077
|
+
.bp_dropdown_menu_module_item--355ae .bp_dropdown_menu_module_mediumItemLayout--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae .bp_dropdown_menu_module_mediumItemLayout--355ae{
|
|
3078
3078
|
align-items:center;
|
|
3079
3079
|
display:flex;
|
|
3080
3080
|
gap:var(--space-2);
|
|
@@ -3082,20 +3082,20 @@
|
|
|
3082
3082
|
overflow:hidden;
|
|
3083
3083
|
width:100%;
|
|
3084
3084
|
}
|
|
3085
|
-
.bp_dropdown_menu_module_item--
|
|
3085
|
+
.bp_dropdown_menu_module_item--355ae .bp_dropdown_menu_module_startElement--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae .bp_dropdown_menu_module_startElement--355ae{
|
|
3086
3086
|
align-items:center;
|
|
3087
3087
|
display:flex;
|
|
3088
3088
|
}
|
|
3089
|
-
.bp_dropdown_menu_module_item--
|
|
3089
|
+
.bp_dropdown_menu_module_item--355ae .bp_dropdown_menu_module_menuItemMainContent--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae .bp_dropdown_menu_module_menuItemMainContent--355ae{
|
|
3090
3090
|
flex-grow:1;
|
|
3091
3091
|
}
|
|
3092
|
-
.bp_dropdown_menu_module_item--
|
|
3092
|
+
.bp_dropdown_menu_module_item--355ae .bp_dropdown_menu_module_endElement--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae .bp_dropdown_menu_module_endElement--355ae{
|
|
3093
3093
|
align-items:center;
|
|
3094
3094
|
color:var(--text-text-on-light-secondary);
|
|
3095
3095
|
display:flex;
|
|
3096
3096
|
}
|
|
3097
3097
|
|
|
3098
|
-
.bp_dropdown_menu_module_menuHeader--
|
|
3098
|
+
.bp_dropdown_menu_module_menuHeader--355ae{
|
|
3099
3099
|
align-items:center;
|
|
3100
3100
|
box-shadow:var(--dropshadow-1);
|
|
3101
3101
|
display:grid;
|
|
@@ -3105,15 +3105,15 @@
|
|
|
3105
3105
|
padding:var(--space-3);
|
|
3106
3106
|
}
|
|
3107
3107
|
|
|
3108
|
-
.bp_dropdown_menu_module_headerTextContent--
|
|
3108
|
+
.bp_dropdown_menu_module_headerTextContent--355ae{
|
|
3109
3109
|
display:grid;
|
|
3110
3110
|
}
|
|
3111
3111
|
|
|
3112
|
-
.bp_dropdown_menu_module_submenuCloseButton--
|
|
3112
|
+
.bp_dropdown_menu_module_submenuCloseButton--355ae{
|
|
3113
3113
|
grid-area:submenu-close;
|
|
3114
3114
|
}
|
|
3115
3115
|
|
|
3116
|
-
.bp_dropdown_menu_module_menuCloseButton--
|
|
3116
|
+
.bp_dropdown_menu_module_menuCloseButton--355ae{
|
|
3117
3117
|
grid-area:close;
|
|
3118
3118
|
}
|
|
3119
3119
|
.bp_divider_module_divider--2f437{
|
|
@@ -3171,7 +3171,7 @@
|
|
|
3171
3171
|
color:var(--text-text-on-light-secondary);
|
|
3172
3172
|
}
|
|
3173
3173
|
|
|
3174
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3174
|
+
.bp_sticky_cell_module_stickyCell--e36cb{
|
|
3175
3175
|
background:inherit;
|
|
3176
3176
|
background-clip:content-box;
|
|
3177
3177
|
left:0;
|
|
@@ -3180,16 +3180,16 @@
|
|
|
3180
3180
|
position:sticky !important;
|
|
3181
3181
|
z-index:var(--sticky-element-z-index);
|
|
3182
3182
|
}
|
|
3183
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3183
|
+
.bp_sticky_cell_module_stickyCell--e36cb[data-focus-visible]{
|
|
3184
3184
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3185
3185
|
}
|
|
3186
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3186
|
+
.bp_sticky_cell_module_stickyCell--e36cb .bp_sticky_cell_module_childrenWrapper--e36cb{
|
|
3187
3187
|
overflow:hidden;
|
|
3188
3188
|
text-align:start;
|
|
3189
3189
|
text-overflow:ellipsis;
|
|
3190
3190
|
white-space:nowrap;
|
|
3191
3191
|
}
|
|
3192
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3192
|
+
.bp_sticky_cell_module_stickyCell--e36cb .bp_sticky_cell_module_verticalBar--e36cb{
|
|
3193
3193
|
background:inherit;
|
|
3194
3194
|
border-right:1px solid var(--border-divider-border);
|
|
3195
3195
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3202,10 +3202,10 @@
|
|
|
3202
3202
|
width:var(--space-3);
|
|
3203
3203
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3204
3204
|
}
|
|
3205
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3205
|
+
.bp_sticky_cell_module_stickyCell--e36cb .bp_sticky_cell_module_verticalBar--e36cb.bp_sticky_cell_module_isScrolledX--e36cb{
|
|
3206
3206
|
display:block;
|
|
3207
3207
|
}
|
|
3208
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3208
|
+
.bp_sticky_cell_module_stickyCell--e36cb .bp_sticky_cell_module_stickyCellBelow--e36cb{
|
|
3209
3209
|
background:inherit;
|
|
3210
3210
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3211
3211
|
border-radius:unset;
|
|
@@ -3219,7 +3219,7 @@
|
|
|
3219
3219
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3220
3220
|
z-index:-1;
|
|
3221
3221
|
}
|
|
3222
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3222
|
+
.bp_sticky_cell_module_stickyCell--e36cb .bp_sticky_cell_module_stickyCellOuterLeft--e36cb{
|
|
3223
3223
|
background:inherit;
|
|
3224
3224
|
border-radius:unset;
|
|
3225
3225
|
box-sizing:border-box;
|
|
@@ -3233,7 +3233,7 @@
|
|
|
3233
3233
|
z-index:-1;
|
|
3234
3234
|
}
|
|
3235
3235
|
|
|
3236
|
-
.bp_calendar_module_calendar--
|
|
3236
|
+
.bp_calendar_module_calendar--0e267{
|
|
3237
3237
|
background:var(--gray-white);
|
|
3238
3238
|
border-radius:var(--radius-2);
|
|
3239
3239
|
box-shadow:var(--dropshadow-3);
|
|
@@ -3251,14 +3251,14 @@
|
|
|
3251
3251
|
width:-moz-fit-content;
|
|
3252
3252
|
width:fit-content;
|
|
3253
3253
|
}
|
|
3254
|
-
.bp_calendar_module_calendar--
|
|
3254
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarGrid--0e267{
|
|
3255
3255
|
border-collapse:revert;
|
|
3256
3256
|
border-spacing:revert;
|
|
3257
3257
|
}
|
|
3258
|
-
.bp_calendar_module_calendar--
|
|
3258
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarGrid--0e267 td{
|
|
3259
3259
|
padding:1px;
|
|
3260
3260
|
}
|
|
3261
|
-
.bp_calendar_module_calendar--
|
|
3261
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeaderCell--0e267{
|
|
3262
3262
|
color:var(--text-text-on-light-secondary);
|
|
3263
3263
|
font-family:var(--body-default-font-family);
|
|
3264
3264
|
font-size:var(--body-default-font-size);
|
|
@@ -3270,13 +3270,13 @@
|
|
|
3270
3270
|
text-decoration:var(--body-default-text-decoration);
|
|
3271
3271
|
text-transform:var(--body-default-text-case);
|
|
3272
3272
|
}
|
|
3273
|
-
.bp_calendar_module_calendar--
|
|
3273
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267{
|
|
3274
3274
|
align-items:center;
|
|
3275
3275
|
color:var(--gray-90);
|
|
3276
3276
|
display:flex;
|
|
3277
3277
|
margin-block-end:var(--space-2);
|
|
3278
3278
|
}
|
|
3279
|
-
.bp_calendar_module_calendar--
|
|
3279
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderHeading--0e267{
|
|
3280
3280
|
flex:1;
|
|
3281
3281
|
font-family:var(--body-large-bold-font-family);
|
|
3282
3282
|
font-size:var(--body-large-bold-font-size);
|
|
@@ -3290,7 +3290,7 @@
|
|
|
3290
3290
|
text-transform:capitalize;
|
|
3291
3291
|
text-transform:var(--body-large-bold-text-case);
|
|
3292
3292
|
}
|
|
3293
|
-
.bp_calendar_module_calendar--
|
|
3293
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderButton--0e267{
|
|
3294
3294
|
align-items:center;
|
|
3295
3295
|
background-color:var(--gray-white);
|
|
3296
3296
|
border:none;
|
|
@@ -3304,21 +3304,21 @@
|
|
|
3304
3304
|
padding:0;
|
|
3305
3305
|
width:var(--size-8);
|
|
3306
3306
|
}
|
|
3307
|
-
.bp_calendar_module_calendar--
|
|
3307
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderButton--0e267:disabled{
|
|
3308
3308
|
cursor:default;
|
|
3309
3309
|
opacity:60%;
|
|
3310
3310
|
}
|
|
3311
|
-
.bp_calendar_module_calendar--
|
|
3311
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderButton--0e267:disabled *{
|
|
3312
3312
|
fill:var(--gray-30);
|
|
3313
3313
|
}
|
|
3314
|
-
.bp_calendar_module_calendar--
|
|
3314
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderButton--0e267:hover:not(:disabled){
|
|
3315
3315
|
background-color:var(--gray-05);
|
|
3316
3316
|
}
|
|
3317
|
-
.bp_calendar_module_calendar--
|
|
3317
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderButton--0e267[data-focus-visible]{
|
|
3318
3318
|
background-color:var(--gray-05);
|
|
3319
3319
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
3320
3320
|
}
|
|
3321
|
-
.bp_calendar_module_calendar--
|
|
3321
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267{
|
|
3322
3322
|
border-radius:var(--radius-2);
|
|
3323
3323
|
color:var(--gray-90);
|
|
3324
3324
|
line-height:var(--size-8);
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
text-align:center;
|
|
3327
3327
|
width:var(--size-8);
|
|
3328
3328
|
}
|
|
3329
|
-
.bp_calendar_module_calendar--
|
|
3329
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267.bp_calendar_module_today--0e267{
|
|
3330
3330
|
color:var(--box-blue-100);
|
|
3331
3331
|
font-family:var(--body-default-bold-font-family);
|
|
3332
3332
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -3339,11 +3339,11 @@
|
|
|
3339
3339
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
3340
3340
|
text-transform:var(--body-default-bold-text-case);
|
|
3341
3341
|
}
|
|
3342
|
-
.bp_calendar_module_calendar--
|
|
3342
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267.bp_calendar_module_today--0e267[data-disabled]{
|
|
3343
3343
|
cursor:default;
|
|
3344
3344
|
opacity:.6;
|
|
3345
3345
|
}
|
|
3346
|
-
.bp_calendar_module_calendar--
|
|
3346
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267.bp_calendar_module_today--0e267::after{
|
|
3347
3347
|
background-color:var(--box-blue-100);
|
|
3348
3348
|
border-radius:50%;
|
|
3349
3349
|
bottom:var(--space-1);
|
|
@@ -3354,50 +3354,50 @@
|
|
|
3354
3354
|
transform:translateX(-50%);
|
|
3355
3355
|
width:var(--space-1);
|
|
3356
3356
|
}
|
|
3357
|
-
.bp_calendar_module_calendar--
|
|
3357
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267:not([data-outside-month]){
|
|
3358
3358
|
cursor:pointer;
|
|
3359
3359
|
}
|
|
3360
|
-
.bp_calendar_module_calendar--
|
|
3360
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
|
|
3361
3361
|
background-color:var(--gray-05);
|
|
3362
3362
|
}
|
|
3363
|
-
.bp_calendar_module_calendar--
|
|
3363
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-focus-visible]:not([data-outside-month]){
|
|
3364
3364
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
3365
3365
|
}
|
|
3366
|
-
.bp_calendar_module_calendar--
|
|
3366
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-selected]{
|
|
3367
3367
|
background-color:var(--box-blue-100);
|
|
3368
3368
|
color:var(--gray-white);
|
|
3369
3369
|
}
|
|
3370
|
-
.bp_calendar_module_calendar--
|
|
3370
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-selected]:hover{
|
|
3371
3371
|
background-color:var(--dark-blue-100);
|
|
3372
3372
|
}
|
|
3373
|
-
.bp_calendar_module_calendar--
|
|
3373
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-selected][data-focus-visible]{
|
|
3374
3374
|
background-color:var(--dark-blue-100);
|
|
3375
3375
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
3376
3376
|
outline:var(--border-1) solid #fff;
|
|
3377
3377
|
outline-offset:-.0625rem;
|
|
3378
3378
|
}
|
|
3379
|
-
.bp_calendar_module_calendar--
|
|
3379
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-selected]::after{
|
|
3380
3380
|
background-color:var(--gray-white);
|
|
3381
3381
|
}
|
|
3382
|
-
.bp_calendar_module_calendar--
|
|
3382
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-disabled]:not(.bp_calendar_module_today--0e267){
|
|
3383
3383
|
color:var(--gray-10);
|
|
3384
3384
|
cursor:default;
|
|
3385
3385
|
}
|
|
3386
|
-
.bp_calendar_module_calendar--
|
|
3386
|
+
.bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-unavailable]{
|
|
3387
3387
|
color:var(--gray-30);
|
|
3388
3388
|
text-decoration:line-through;
|
|
3389
3389
|
}
|
|
3390
3390
|
|
|
3391
|
-
.bp_date_picker_module_datePicker--
|
|
3391
|
+
.bp_date_picker_module_datePicker--bcbe4{
|
|
3392
3392
|
width:100%;
|
|
3393
3393
|
}
|
|
3394
|
-
.bp_date_picker_module_datePicker--
|
|
3394
|
+
.bp_date_picker_module_datePicker--bcbe4.bp_date_picker_module_disabled--bcbe4{
|
|
3395
3395
|
opacity:60%;
|
|
3396
3396
|
pointer-events:none;
|
|
3397
3397
|
-webkit-user-select:none;
|
|
3398
3398
|
user-select:none;
|
|
3399
3399
|
}
|
|
3400
|
-
.bp_date_picker_module_datePicker--
|
|
3400
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_label--bcbe4{
|
|
3401
3401
|
cursor:default;
|
|
3402
3402
|
display:block;
|
|
3403
3403
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -3412,7 +3412,7 @@
|
|
|
3412
3412
|
width:-moz-fit-content;
|
|
3413
3413
|
width:fit-content;
|
|
3414
3414
|
}
|
|
3415
|
-
.bp_date_picker_module_datePicker--
|
|
3415
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4{
|
|
3416
3416
|
align-items:center;
|
|
3417
3417
|
box-shadow:var(--innershadow-1);
|
|
3418
3418
|
display:inline-flex;
|
|
@@ -3427,7 +3427,7 @@
|
|
|
3427
3427
|
text-transform:var(--body-default-text-case);
|
|
3428
3428
|
width:100%;
|
|
3429
3429
|
}
|
|
3430
|
-
.bp_date_picker_module_datePicker--
|
|
3430
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4{
|
|
3431
3431
|
align-items:center;
|
|
3432
3432
|
border-radius:var(--radius-2);
|
|
3433
3433
|
display:inline-flex;
|
|
@@ -3436,23 +3436,23 @@
|
|
|
3436
3436
|
position:relative;
|
|
3437
3437
|
width:100%;
|
|
3438
3438
|
}
|
|
3439
|
-
.bp_date_picker_module_datePicker--
|
|
3439
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4:focus-within{
|
|
3440
3440
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
3441
3441
|
}
|
|
3442
|
-
.bp_date_picker_module_datePicker--
|
|
3442
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4.bp_date_picker_module_error--bcbe4:not(:focus-within){
|
|
3443
3443
|
outline:var(--border-2) solid var(--text-text-error-on-light);
|
|
3444
3444
|
}
|
|
3445
|
-
.bp_date_picker_module_datePicker--
|
|
3445
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4.bp_date_picker_module_error--bcbe4:focus-within{
|
|
3446
3446
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
3447
3447
|
}
|
|
3448
|
-
.bp_date_picker_module_datePicker--
|
|
3448
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4 .bp_date_picker_module_groupContainerInput--bcbe4{
|
|
3449
3449
|
align-items:center;
|
|
3450
3450
|
display:inline-flex;
|
|
3451
3451
|
height:var(--size-10);
|
|
3452
3452
|
text-transform:uppercase;
|
|
3453
3453
|
white-space:nowrap;
|
|
3454
3454
|
}
|
|
3455
|
-
.bp_date_picker_module_datePicker--
|
|
3455
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4 .bp_date_picker_module_groupContainerInput--bcbe4 .bp_date_picker_module_groupContainerInputSegment--bcbe4{
|
|
3456
3456
|
border:unset;
|
|
3457
3457
|
border-radius:unset;
|
|
3458
3458
|
box-shadow:unset;
|
|
@@ -3463,18 +3463,18 @@
|
|
|
3463
3463
|
transition:unset;
|
|
3464
3464
|
width:unset;
|
|
3465
3465
|
}
|
|
3466
|
-
.bp_date_picker_module_datePicker--
|
|
3466
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4 .bp_date_picker_module_groupContainerInput--bcbe4 .bp_date_picker_module_groupContainerInputSegment--bcbe4[data-placeholder]{
|
|
3467
3467
|
color:var(--text-text-on-light-secondary);
|
|
3468
3468
|
}
|
|
3469
|
-
.bp_date_picker_module_datePicker--
|
|
3469
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4 .bp_date_picker_module_groupContainerInput--bcbe4 .bp_date_picker_module_groupContainerInputSegment--bcbe4:focus{
|
|
3470
3470
|
background:var(--light-blue-20);
|
|
3471
3471
|
caret-color:#0000;
|
|
3472
3472
|
outline:none;
|
|
3473
3473
|
}
|
|
3474
|
-
.bp_date_picker_module_datePicker--
|
|
3474
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4 .bp_date_picker_module_groupContainerInput--bcbe4 .bp_date_picker_module_groupContainerInputSegment--bcbe4:focus[data-placeholder]{
|
|
3475
3475
|
color:var(--text-text-on-light);
|
|
3476
3476
|
}
|
|
3477
|
-
.bp_date_picker_module_datePicker--
|
|
3477
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4{
|
|
3478
3478
|
align-items:center;
|
|
3479
3479
|
background-color:initial;
|
|
3480
3480
|
border:none;
|
|
@@ -3489,33 +3489,33 @@
|
|
|
3489
3489
|
right:var(--space-2);
|
|
3490
3490
|
width:var(--size-6);
|
|
3491
3491
|
}
|
|
3492
|
-
.bp_date_picker_module_datePicker--
|
|
3492
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4.bp_date_picker_module_clear--bcbe4{
|
|
3493
3493
|
right:var(--size-9);
|
|
3494
3494
|
}
|
|
3495
|
-
.bp_date_picker_module_datePicker--
|
|
3495
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:focus-visible,.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4[data-focus-visible]{
|
|
3496
3496
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
3497
3497
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
3498
3498
|
}
|
|
3499
|
-
.bp_date_picker_module_datePicker--
|
|
3499
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:hover{
|
|
3500
3500
|
background:var(--surface-cta-surface-icon-hover);
|
|
3501
3501
|
}
|
|
3502
|
-
.bp_date_picker_module_datePicker--
|
|
3502
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:hover *{
|
|
3503
3503
|
fill:var(--icon-cta-icon-hover);
|
|
3504
3504
|
}
|
|
3505
|
-
.bp_date_picker_module_datePicker--
|
|
3505
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:active{
|
|
3506
3506
|
background:var(--surface-cta-surface-icon-pressed);
|
|
3507
3507
|
}
|
|
3508
|
-
.bp_date_picker_module_datePicker--
|
|
3508
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:active *{
|
|
3509
3509
|
fill:var(--icon-cta-icon-pressed);
|
|
3510
3510
|
}
|
|
3511
|
-
.bp_date_picker_module_datePicker--
|
|
3511
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:disabled{
|
|
3512
3512
|
opacity:1;
|
|
3513
3513
|
}
|
|
3514
|
-
.bp_date_picker_module_datePicker--
|
|
3514
|
+
.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_inlineError--bcbe4{
|
|
3515
3515
|
margin-block-start:var(--space-2);
|
|
3516
3516
|
}
|
|
3517
3517
|
|
|
3518
|
-
@keyframes bp_date_picker_module_slide--
|
|
3518
|
+
@keyframes bp_date_picker_module_slide--bcbe4{
|
|
3519
3519
|
from{
|
|
3520
3520
|
opacity:0;
|
|
3521
3521
|
transform:var(--popover-slide-translation);
|
|
@@ -3525,11 +3525,11 @@
|
|
|
3525
3525
|
transform:translateY(0);
|
|
3526
3526
|
}
|
|
3527
3527
|
}
|
|
3528
|
-
.bp_date_picker_module_datePickerPopoverContent--
|
|
3528
|
+
.bp_date_picker_module_datePickerPopoverContent--bcbe4{
|
|
3529
3529
|
z-index:380;
|
|
3530
3530
|
}
|
|
3531
3531
|
|
|
3532
|
-
.bp_empty_state_module_emptyState--
|
|
3532
|
+
.bp_empty_state_module_emptyState--fcfe5{
|
|
3533
3533
|
align-items:center;
|
|
3534
3534
|
display:flex;
|
|
3535
3535
|
flex-direction:column;
|
|
@@ -3538,32 +3538,32 @@
|
|
|
3538
3538
|
text-align:center;
|
|
3539
3539
|
width:100%;
|
|
3540
3540
|
}
|
|
3541
|
-
.bp_empty_state_module_emptyState--
|
|
3541
|
+
.bp_empty_state_module_emptyState--fcfe5 .bp_empty_state_module_illustration--fcfe5{
|
|
3542
3542
|
margin-block-end:var(--space-6);
|
|
3543
3543
|
}
|
|
3544
|
-
.bp_empty_state_module_emptyState--
|
|
3544
|
+
.bp_empty_state_module_emptyState--fcfe5 .bp_empty_state_module_body--fcfe5{
|
|
3545
3545
|
max-width:22.5rem;
|
|
3546
3546
|
}
|
|
3547
|
-
.bp_empty_state_module_emptyState--
|
|
3547
|
+
.bp_empty_state_module_emptyState--fcfe5 .bp_empty_state_module_body--fcfe5:not(:last-child){
|
|
3548
3548
|
margin-block-end:var(--space-6);
|
|
3549
3549
|
}
|
|
3550
|
-
.bp_empty_state_module_emptyState--
|
|
3550
|
+
.bp_empty_state_module_emptyState--fcfe5 .bp_empty_state_module_heading--fcfe5{
|
|
3551
3551
|
margin-block-end:var(--space-3);
|
|
3552
3552
|
}
|
|
3553
|
-
.bp_empty_state_module_emptyState--
|
|
3553
|
+
.bp_empty_state_module_emptyState--fcfe5 .bp_empty_state_module_button--fcfe5:not(:last-child){
|
|
3554
3554
|
margin-block-end:var(--space-6);
|
|
3555
3555
|
}
|
|
3556
|
-
.bp_empty_state_module_emptyState--
|
|
3556
|
+
.bp_empty_state_module_emptyState--fcfe5.bp_empty_state_module_small--fcfe5 .bp_empty_state_module_illustration--fcfe5{
|
|
3557
3557
|
margin-block-end:var(--space-4);
|
|
3558
3558
|
}
|
|
3559
|
-
.bp_empty_state_module_emptyState--
|
|
3559
|
+
.bp_empty_state_module_emptyState--fcfe5.bp_empty_state_module_small--fcfe5 .bp_empty_state_module_illustration--fcfe5 svg{
|
|
3560
3560
|
height:var(--size-14);
|
|
3561
3561
|
width:var(--size-14);
|
|
3562
3562
|
}
|
|
3563
|
-
.bp_empty_state_module_emptyState--
|
|
3563
|
+
.bp_empty_state_module_emptyState--fcfe5.bp_empty_state_module_small--fcfe5 .bp_empty_state_module_body--fcfe5{
|
|
3564
3564
|
max-width:220px;
|
|
3565
3565
|
}
|
|
3566
|
-
.bp_empty_state_module_emptyState--
|
|
3566
|
+
.bp_empty_state_module_emptyState--fcfe5.bp_empty_state_module_small--fcfe5 .bp_empty_state_module_body--fcfe5:not(:last-child){
|
|
3567
3567
|
margin-block-end:var(--space-4);
|
|
3568
3568
|
}
|
|
3569
3569
|
.bp_link_module_link--fb308{
|
|
@@ -4490,7 +4490,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4490
4490
|
display:inline;
|
|
4491
4491
|
}
|
|
4492
4492
|
|
|
4493
|
-
.bp_modal_module_overlay--
|
|
4493
|
+
.bp_modal_module_overlay--5e6de{
|
|
4494
4494
|
background-color:var(--overlay-modal-overlay);
|
|
4495
4495
|
bottom:0;
|
|
4496
4496
|
display:grid;
|
|
@@ -4502,13 +4502,13 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4502
4502
|
z-index:370;
|
|
4503
4503
|
}
|
|
4504
4504
|
@media (width > 459px){
|
|
4505
|
-
.bp_modal_module_overlay--
|
|
4505
|
+
.bp_modal_module_overlay--5e6de{
|
|
4506
4506
|
place-items:center;
|
|
4507
4507
|
}
|
|
4508
4508
|
}
|
|
4509
4509
|
|
|
4510
|
-
.bp_modal_module_content--
|
|
4511
|
-
animation:bp_modal_module_popup_bounce_in--
|
|
4510
|
+
.bp_modal_module_content--5e6de{
|
|
4511
|
+
animation:bp_modal_module_popup_bounce_in--5e6de var(--animation-duration-3);
|
|
4512
4512
|
background-color:var(--gray-white);
|
|
4513
4513
|
display:flex;
|
|
4514
4514
|
flex-direction:column;
|
|
@@ -4517,80 +4517,80 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4517
4517
|
position:relative;
|
|
4518
4518
|
}
|
|
4519
4519
|
@media (width > 374px){
|
|
4520
|
-
.bp_modal_module_content--
|
|
4520
|
+
.bp_modal_module_content--5e6de{
|
|
4521
4521
|
overflow:hidden;
|
|
4522
4522
|
}
|
|
4523
4523
|
}
|
|
4524
4524
|
@media (width > 459px){
|
|
4525
|
-
.bp_modal_module_content--
|
|
4525
|
+
.bp_modal_module_content--5e6de{
|
|
4526
4526
|
border-radius:var(--radius-4);
|
|
4527
4527
|
height:auto;
|
|
4528
4528
|
margin:0 var(--space-8);
|
|
4529
4529
|
max-height:calc(100vh - var(--space-8)*2);
|
|
4530
4530
|
min-width:calc(460px - var(--space-8)*2);
|
|
4531
4531
|
}
|
|
4532
|
-
.bp_modal_module_content--
|
|
4532
|
+
.bp_modal_module_content--5e6de.bp_modal_module_smallSizeModal--5e6de{
|
|
4533
4533
|
max-width:460px;
|
|
4534
4534
|
}
|
|
4535
|
-
.bp_modal_module_content--
|
|
4535
|
+
.bp_modal_module_content--5e6de.bp_modal_module_mediumSizeModal--5e6de{
|
|
4536
4536
|
max-width:540px;
|
|
4537
4537
|
}
|
|
4538
|
-
.bp_modal_module_content--
|
|
4538
|
+
.bp_modal_module_content--5e6de.bp_modal_module_largeSizeModal--5e6de{
|
|
4539
4539
|
max-width:620px;
|
|
4540
4540
|
}
|
|
4541
|
-
.bp_modal_module_content--
|
|
4541
|
+
.bp_modal_module_content--5e6de.bp_modal_module_xlargeSizeModal--5e6de{
|
|
4542
4542
|
max-width:768px;
|
|
4543
4543
|
}
|
|
4544
4544
|
}
|
|
4545
4545
|
|
|
4546
|
-
.bp_modal_module_scrollableContainer--
|
|
4546
|
+
.bp_modal_module_scrollableContainer--5e6de{
|
|
4547
4547
|
flex-grow:1;
|
|
4548
4548
|
}
|
|
4549
4549
|
@media (width > 374px){
|
|
4550
|
-
.bp_modal_module_scrollableContainer--
|
|
4550
|
+
.bp_modal_module_scrollableContainer--5e6de{
|
|
4551
4551
|
overflow-y:auto;
|
|
4552
4552
|
}
|
|
4553
4553
|
}
|
|
4554
4554
|
|
|
4555
|
-
.bp_modal_module_content--
|
|
4555
|
+
.bp_modal_module_content--5e6de .bp_modal_module_close--5e6de{
|
|
4556
4556
|
color:var(--gray-65);
|
|
4557
4557
|
position:fixed;
|
|
4558
4558
|
right:var(--space-4);
|
|
4559
4559
|
top:var(--space-4);
|
|
4560
4560
|
}
|
|
4561
4561
|
@media (width > 374px){
|
|
4562
|
-
.bp_modal_module_content--
|
|
4562
|
+
.bp_modal_module_content--5e6de .bp_modal_module_close--5e6de{
|
|
4563
4563
|
position:absolute;
|
|
4564
4564
|
}
|
|
4565
4565
|
}
|
|
4566
4566
|
|
|
4567
|
-
.bp_modal_module_close--
|
|
4567
|
+
.bp_modal_module_close--5e6de.bp_modal_module_onColor--5e6de{
|
|
4568
4568
|
background-color:var(--surface-cta-surface-tertiary);
|
|
4569
4569
|
}
|
|
4570
|
-
.bp_modal_module_close--
|
|
4570
|
+
.bp_modal_module_close--5e6de.bp_modal_module_onColor--5e6de:hover{
|
|
4571
4571
|
background-color:var(--surface-cta-surface-icon-hover);
|
|
4572
4572
|
}
|
|
4573
|
-
.bp_modal_module_close--
|
|
4573
|
+
.bp_modal_module_close--5e6de.bp_modal_module_onColor--5e6de:active{
|
|
4574
4574
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
4575
4575
|
}
|
|
4576
4576
|
|
|
4577
|
-
.bp_modal_module_content--
|
|
4577
|
+
.bp_modal_module_content--5e6de .bp_modal_module_backButton--5e6de{
|
|
4578
4578
|
color:var(--gray-65);
|
|
4579
4579
|
margin-block-start:var(--space-4);
|
|
4580
4580
|
margin-inline-start:var(--space-4);
|
|
4581
4581
|
}
|
|
4582
4582
|
@media (width > 459px){
|
|
4583
|
-
.bp_modal_module_content--
|
|
4583
|
+
.bp_modal_module_content--5e6de .bp_modal_module_backButton--5e6de{
|
|
4584
4584
|
height:var(--size-10);
|
|
4585
4585
|
width:var(--size-10);
|
|
4586
4586
|
}
|
|
4587
4587
|
}
|
|
4588
4588
|
|
|
4589
|
-
.bp_modal_module_modalHeader--
|
|
4589
|
+
.bp_modal_module_modalHeader--5e6de{
|
|
4590
4590
|
display:flex;
|
|
4591
4591
|
}
|
|
4592
4592
|
|
|
4593
|
-
.bp_modal_module_modalTitle--
|
|
4593
|
+
.bp_modal_module_modalTitle--5e6de{
|
|
4594
4594
|
display:flex;
|
|
4595
4595
|
flex-direction:column;
|
|
4596
4596
|
gap:var(--space-2);
|
|
@@ -4598,24 +4598,24 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4598
4598
|
padding:var(--space-5) var(--space-12) var(--space-5) var(--space-4);
|
|
4599
4599
|
}
|
|
4600
4600
|
@media (width > 459px){
|
|
4601
|
-
.bp_modal_module_modalTitle--
|
|
4601
|
+
.bp_modal_module_modalTitle--5e6de{
|
|
4602
4602
|
padding:var(--space-6) var(--space-16) var(--space-6) var(--space-6);
|
|
4603
4603
|
}
|
|
4604
4604
|
}
|
|
4605
4605
|
|
|
4606
|
-
.bp_modal_module_body--
|
|
4606
|
+
.bp_modal_module_body--5e6de{
|
|
4607
4607
|
padding:var(--space-6) var(--space-4) var(--space-4);
|
|
4608
4608
|
}
|
|
4609
4609
|
@media (width > 459px){
|
|
4610
|
-
.bp_modal_module_body--
|
|
4610
|
+
.bp_modal_module_body--5e6de{
|
|
4611
4611
|
padding:var(--space-6) var(--space-6) var(--space-4);
|
|
4612
4612
|
}
|
|
4613
4613
|
}
|
|
4614
4614
|
|
|
4615
|
-
.bp_modal_module_headerDividerLine--
|
|
4615
|
+
.bp_modal_module_headerDividerLine--5e6de{
|
|
4616
4616
|
position:relative;
|
|
4617
4617
|
}
|
|
4618
|
-
.bp_modal_module_headerDividerLine--
|
|
4618
|
+
.bp_modal_module_headerDividerLine--5e6de::after{
|
|
4619
4619
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
4620
4620
|
bottom:0;
|
|
4621
4621
|
content:"";
|
|
@@ -4624,16 +4624,16 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4624
4624
|
right:var(--space-4);
|
|
4625
4625
|
}
|
|
4626
4626
|
@media (width > 459px){
|
|
4627
|
-
.bp_modal_module_headerDividerLine--
|
|
4627
|
+
.bp_modal_module_headerDividerLine--5e6de::after{
|
|
4628
4628
|
left:var(--space-6);
|
|
4629
4629
|
right:var(--space-6);
|
|
4630
4630
|
}
|
|
4631
4631
|
}
|
|
4632
4632
|
|
|
4633
|
-
.bp_modal_module_footerDividerLine--
|
|
4633
|
+
.bp_modal_module_footerDividerLine--5e6de{
|
|
4634
4634
|
position:relative;
|
|
4635
4635
|
}
|
|
4636
|
-
.bp_modal_module_footerDividerLine--
|
|
4636
|
+
.bp_modal_module_footerDividerLine--5e6de::before{
|
|
4637
4637
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
4638
4638
|
content:"";
|
|
4639
4639
|
left:var(--space-4);
|
|
@@ -4642,28 +4642,28 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4642
4642
|
top:0;
|
|
4643
4643
|
}
|
|
4644
4644
|
@media (width > 459px){
|
|
4645
|
-
.bp_modal_module_footerDividerLine--
|
|
4645
|
+
.bp_modal_module_footerDividerLine--5e6de::before{
|
|
4646
4646
|
left:var(--space-6);
|
|
4647
4647
|
right:var(--space-6);
|
|
4648
4648
|
}
|
|
4649
4649
|
}
|
|
4650
4650
|
|
|
4651
|
-
.bp_modal_module_footer--
|
|
4651
|
+
.bp_modal_module_footer--5e6de{
|
|
4652
4652
|
display:flex;
|
|
4653
4653
|
justify-content:flex-end;
|
|
4654
4654
|
padding:var(--space-4);
|
|
4655
4655
|
}
|
|
4656
4656
|
@media (width > 459px){
|
|
4657
|
-
.bp_modal_module_footer--
|
|
4657
|
+
.bp_modal_module_footer--5e6de{
|
|
4658
4658
|
padding:var(--space-6);
|
|
4659
4659
|
}
|
|
4660
4660
|
}
|
|
4661
4661
|
|
|
4662
|
-
.bp_modal_module_footerButton--
|
|
4662
|
+
.bp_modal_module_footerButton--5e6de + .bp_modal_module_footerButton--5e6de{
|
|
4663
4663
|
margin-inline-start:var(--space-3);
|
|
4664
4664
|
}
|
|
4665
4665
|
|
|
4666
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
4666
|
+
@keyframes bp_modal_module_popup_bounce_in--5e6de{
|
|
4667
4667
|
0%{
|
|
4668
4668
|
transform:scale3d(.1, .1, 1);
|
|
4669
4669
|
}
|
|
@@ -4874,66 +4874,66 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4874
4874
|
justify-content:flex-end;
|
|
4875
4875
|
}
|
|
4876
4876
|
|
|
4877
|
-
.bp_page_section_module_pageSectionContainer--
|
|
4877
|
+
.bp_page_section_module_pageSectionContainer--dcafb{
|
|
4878
4878
|
display:flex;
|
|
4879
4879
|
flex-direction:column;
|
|
4880
4880
|
gap:var(--space-8);
|
|
4881
4881
|
}
|
|
4882
4882
|
@media (width > 767px){
|
|
4883
|
-
.bp_page_section_module_pageSectionContainer--
|
|
4883
|
+
.bp_page_section_module_pageSectionContainer--dcafb{
|
|
4884
4884
|
gap:var(--space-12);
|
|
4885
4885
|
}
|
|
4886
4886
|
}
|
|
4887
4887
|
|
|
4888
|
-
.bp_page_section_module_pageSection--
|
|
4888
|
+
.bp_page_section_module_pageSection--dcafb{
|
|
4889
4889
|
display:flex;
|
|
4890
4890
|
flex-direction:column;
|
|
4891
4891
|
gap:var(--space-7);
|
|
4892
4892
|
}
|
|
4893
4893
|
@media (width > 767px){
|
|
4894
|
-
.bp_page_section_module_pageSection--
|
|
4894
|
+
.bp_page_section_module_pageSection--dcafb{
|
|
4895
4895
|
flex-direction:row;
|
|
4896
4896
|
gap:var(--space-20);
|
|
4897
4897
|
}
|
|
4898
4898
|
}
|
|
4899
4899
|
|
|
4900
|
-
.bp_page_section_module_pageSectionHeader--
|
|
4900
|
+
.bp_page_section_module_pageSectionHeader--dcafb{
|
|
4901
4901
|
display:flex;
|
|
4902
4902
|
flex-direction:column;
|
|
4903
4903
|
gap:var(--space-2);
|
|
4904
4904
|
}
|
|
4905
4905
|
@media (width > 767px){
|
|
4906
|
-
.bp_page_section_module_pageSectionHeader--
|
|
4906
|
+
.bp_page_section_module_pageSectionHeader--dcafb{
|
|
4907
4907
|
width:200px;
|
|
4908
4908
|
}
|
|
4909
4909
|
}
|
|
4910
4910
|
@media (width > 1023px){
|
|
4911
|
-
.bp_page_section_module_pageSectionHeader--
|
|
4911
|
+
.bp_page_section_module_pageSectionHeader--dcafb{
|
|
4912
4912
|
width:242px;
|
|
4913
4913
|
}
|
|
4914
4914
|
}
|
|
4915
4915
|
|
|
4916
|
-
.bp_page_section_module_pageSectionContent--
|
|
4916
|
+
.bp_page_section_module_pageSectionContent--dcafb{
|
|
4917
4917
|
flex-grow:1;
|
|
4918
4918
|
}
|
|
4919
4919
|
|
|
4920
|
-
.bp_page_section_module_pageSectionDivider--
|
|
4920
|
+
.bp_page_section_module_pageSectionDivider--dcafb{
|
|
4921
4921
|
width:100%;
|
|
4922
4922
|
}
|
|
4923
4923
|
|
|
4924
|
-
.bp_password_input_module_passwordInput--
|
|
4924
|
+
.bp_password_input_module_passwordInput--2f32b input[type=password],.bp_password_input_module_passwordInput--2f32b input[type=text]{
|
|
4925
4925
|
padding-inline-end:2.375rem;
|
|
4926
4926
|
}
|
|
4927
|
-
.bp_password_input_module_passwordInput--
|
|
4927
|
+
.bp_password_input_module_passwordInput--2f32b .bp_password_input_module_iconButton--2f32b{
|
|
4928
4928
|
height:var(--size-6);
|
|
4929
4929
|
inset-inline-end:.5rem;
|
|
4930
4930
|
width:var(--size-6);
|
|
4931
4931
|
}
|
|
4932
|
-
.bp_password_input_module_passwordInput--
|
|
4932
|
+
.bp_password_input_module_passwordInput--2f32b .bp_password_input_module_iconButton--2f32b:active,.bp_password_input_module_passwordInput--2f32b .bp_password_input_module_iconButton--2f32b:hover{
|
|
4933
4933
|
background:none;
|
|
4934
4934
|
}
|
|
4935
4935
|
|
|
4936
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4936
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689{
|
|
4937
4937
|
--disabled-opacity:var(--text-input-disabled-opacity-api, 60%);
|
|
4938
4938
|
display:flex;
|
|
4939
4939
|
flex-direction:column;
|
|
@@ -4946,7 +4946,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4946
4946
|
text-decoration:var(--body-default-text-decoration);
|
|
4947
4947
|
text-transform:var(--body-default-text-case);
|
|
4948
4948
|
}
|
|
4949
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4949
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_label--ad689{
|
|
4950
4950
|
color:var(--text-text-on-light);
|
|
4951
4951
|
flex:0 0 fit-content;
|
|
4952
4952
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -4960,15 +4960,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4960
4960
|
width:-moz-fit-content;
|
|
4961
4961
|
width:fit-content;
|
|
4962
4962
|
}
|
|
4963
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4963
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_label--ad689:not(.bp_base_text_input_module_hidden--ad689){
|
|
4964
4964
|
margin-block-end:var(--space-2);
|
|
4965
4965
|
}
|
|
4966
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4966
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689{
|
|
4967
4967
|
display:flex;
|
|
4968
4968
|
height:var(--size-10);
|
|
4969
4969
|
position:relative;
|
|
4970
4970
|
}
|
|
4971
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4971
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689{
|
|
4972
4972
|
background:var(--surface-input-surface);
|
|
4973
4973
|
border:var(--border-1) solid var(--border-input-border);
|
|
4974
4974
|
border-radius:var(--radius-2);
|
|
@@ -4988,74 +4988,74 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4988
4988
|
text-transform:var(--body-default-text-case);
|
|
4989
4989
|
width:100%;
|
|
4990
4990
|
}
|
|
4991
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4991
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689:hover,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689:hover,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689:hover{
|
|
4992
4992
|
box-shadow:var(--innershadow-1);
|
|
4993
4993
|
}
|
|
4994
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4994
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689::placeholder,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689::placeholder,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689::placeholder{
|
|
4995
4995
|
color:var(--text-text-on-light-secondary);
|
|
4996
4996
|
opacity:1;
|
|
4997
4997
|
}
|
|
4998
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4998
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_error--ad689,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_error--ad689,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_error--ad689{
|
|
4999
4999
|
background:var(--surface-input-surface-error);
|
|
5000
5000
|
border:var(--border-2) solid var(--border-input-border-error);
|
|
5001
5001
|
outline:0;
|
|
5002
5002
|
padding-inline-start:calc(var(--space-3) - var(--border-2) + var(--border-1));
|
|
5003
5003
|
}
|
|
5004
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5004
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_readOnly--ad689,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_readOnly--ad689,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_readOnly--ad689{
|
|
5005
5005
|
border-color:var(--border-collapsible-border);
|
|
5006
5006
|
box-shadow:var(--innershadow-1);
|
|
5007
5007
|
color:var(--text-text-on-light-secondary);
|
|
5008
5008
|
}
|
|
5009
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5009
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_readOnly--ad689:focus-visible,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_readOnly--ad689:focus-visible,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_readOnly--ad689:focus-visible{
|
|
5010
5010
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
5011
5011
|
}
|
|
5012
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5012
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_readOnly--ad689:hover,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_readOnly--ad689:hover,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_readOnly--ad689:hover{
|
|
5013
5013
|
cursor:default;
|
|
5014
5014
|
}
|
|
5015
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5015
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689:disabled,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689:disabled,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689:disabled{
|
|
5016
5016
|
background:var(--surface-input-surface);
|
|
5017
5017
|
border-color:var(--border-input-border);
|
|
5018
5018
|
box-shadow:var(--innershadow-1);
|
|
5019
5019
|
color:var(--text-text-on-light);
|
|
5020
5020
|
}
|
|
5021
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5021
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689:disabled:hover{
|
|
5022
5022
|
border-color:var(--border-input-border);
|
|
5023
5023
|
}
|
|
5024
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5024
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689:focus-visible,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689:focus-visible,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689:focus-visible{
|
|
5025
5025
|
background:var(--surface-input-surface-focus);
|
|
5026
5026
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
5027
5027
|
outline:0;
|
|
5028
5028
|
padding-inline-start:calc(var(--space-3) - var(--border-2) + var(--border-1));
|
|
5029
5029
|
}
|
|
5030
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5030
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689:has(+ .bp_base_text_input_module_endIcon--ad689),.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689:has(+ .bp_base_text_input_module_endIcon--ad689),.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689:has(+ .bp_base_text_input_module_endIcon--ad689){
|
|
5031
5031
|
padding-inline-end:calc(var(--space-3) + var(--end-icon-width) + var(--space-2));
|
|
5032
5032
|
}
|
|
5033
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5033
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_textInput--ad689:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--ad689):hover,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=number].bp_base_text_input_module_textInput--ad689:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--ad689):hover,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 input[type=text].bp_base_text_input_module_textInput--ad689:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--ad689):hover{
|
|
5034
5034
|
background:var(--surface-input-surface-hover);
|
|
5035
5035
|
border:var(--border-1) solid var(--border-input-border-hover);
|
|
5036
5036
|
}
|
|
5037
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5037
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_startIcon--ad689{
|
|
5038
5038
|
left:calc(var(--space-3) + var(--border-1));
|
|
5039
5039
|
position:absolute;
|
|
5040
5040
|
top:50%;
|
|
5041
5041
|
transform:translateY(-50%);
|
|
5042
5042
|
}
|
|
5043
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5043
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_startIcon--ad689 + input.bp_base_text_input_module_textInput--ad689{
|
|
5044
5044
|
padding-inline-start:calc(var(--space-3) + var(--space-2) + var(--start-icon-width));
|
|
5045
5045
|
}
|
|
5046
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5046
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_startIcon--ad689 + input.bp_base_text_input_module_textInput--ad689.bp_base_text_input_module_error--ad689,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_startIcon--ad689 + input.bp_base_text_input_module_textInput--ad689:focus-visible{
|
|
5047
5047
|
padding-inline-start:calc(var(--space-3) - var(--border-2) + var(--border-1) + var(--space-2) + var(--start-icon-width));
|
|
5048
5048
|
}
|
|
5049
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5049
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_textInputContainer--ad689 .bp_base_text_input_module_endIcon--ad689{
|
|
5050
5050
|
position:absolute;
|
|
5051
5051
|
right:calc(var(--space-3) + var(--border-1));
|
|
5052
5052
|
top:50%;
|
|
5053
5053
|
transform:translateY(-50%);
|
|
5054
5054
|
}
|
|
5055
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5055
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689.bp_base_text_input_module_disabled--ad689{
|
|
5056
5056
|
opacity:var(--disabled-opacity);
|
|
5057
5057
|
}
|
|
5058
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
5058
|
+
.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_inlineError--ad689,.bp_base_text_input_module_textInputContainerOuter--ad689 .bp_base_text_input_module_subtext--ad689{
|
|
5059
5059
|
margin-block-start:var(--space-2);
|
|
5060
5060
|
}
|
|
5061
5061
|
.bp_chip_module_chip--96f83{
|
|
@@ -5256,7 +5256,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5256
5256
|
}
|
|
5257
5257
|
}
|
|
5258
5258
|
|
|
5259
|
-
.bp_context_menu_module_menuBlock--
|
|
5259
|
+
.bp_context_menu_module_menuBlock--4f160{
|
|
5260
5260
|
background-color:var(--surface-menu-surface);
|
|
5261
5261
|
border:var(--border-1) solid var(--border-card-border);
|
|
5262
5262
|
border-radius:var(--radius-3);
|
|
@@ -5267,7 +5267,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5267
5267
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
5268
5268
|
padding:var(--space-3);
|
|
5269
5269
|
}
|
|
5270
|
-
.bp_context_menu_module_menuBlock--
|
|
5270
|
+
.bp_context_menu_module_menuBlock--4f160[data-menu-fullscreen=true]{
|
|
5271
5271
|
border:unset;
|
|
5272
5272
|
border-radius:unset;
|
|
5273
5273
|
display:flex;
|
|
@@ -5280,15 +5280,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5280
5280
|
position:relative;
|
|
5281
5281
|
width:100vw;
|
|
5282
5282
|
}
|
|
5283
|
-
.bp_context_menu_module_menuBlock--
|
|
5283
|
+
.bp_context_menu_module_menuBlock--4f160[data-menu-fullscreen=true] .bp_context_menu_module_fullScreenContent--4f160{
|
|
5284
5284
|
overflow-y:auto;
|
|
5285
5285
|
padding:var(--space-3);
|
|
5286
5286
|
}
|
|
5287
|
-
.bp_context_menu_module_menuBlock--
|
|
5287
|
+
.bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItemsSeparator--4f160{
|
|
5288
5288
|
margin-block:var(--space-2);
|
|
5289
5289
|
margin-inline:var(--space-2);
|
|
5290
5290
|
}
|
|
5291
|
-
.bp_context_menu_module_menuBlock--
|
|
5291
|
+
.bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItem--4f160{
|
|
5292
5292
|
align-items:center;
|
|
5293
5293
|
background-color:var(--surface-menu-surface);
|
|
5294
5294
|
border:var(--border-2) solid #0000;
|
|
@@ -5301,19 +5301,19 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5301
5301
|
padding-inline:var(--space-2);
|
|
5302
5302
|
position:relative;
|
|
5303
5303
|
}
|
|
5304
|
-
.bp_context_menu_module_menuBlock--
|
|
5304
|
+
.bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItem--4f160[data-disabled]{
|
|
5305
5305
|
opacity:60%;
|
|
5306
5306
|
pointer-events:none;
|
|
5307
5307
|
}
|
|
5308
|
-
.bp_context_menu_module_menuBlock--
|
|
5308
|
+
.bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItem--4f160[data-highlighted]:not(:hover){
|
|
5309
5309
|
background-color:var(--surface-menu-surface-focus);
|
|
5310
5310
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
5311
5311
|
}
|
|
5312
|
-
.bp_context_menu_module_menuBlock--
|
|
5312
|
+
.bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItem--4f160:active{
|
|
5313
5313
|
background-color:var(--surface-menu-surface-focus);
|
|
5314
5314
|
border:var(--border-2) solid #0000;
|
|
5315
5315
|
}
|
|
5316
|
-
.bp_context_menu_module_menuBlock--
|
|
5316
|
+
.bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItem--4f160:hover{
|
|
5317
5317
|
background-color:var(--surface-menu-surface-focus);
|
|
5318
5318
|
}
|
|
5319
5319
|
div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):has([data-menu-fullscreen=true]){
|
|
@@ -5322,7 +5322,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5322
5322
|
width:100%;
|
|
5323
5323
|
}
|
|
5324
5324
|
|
|
5325
|
-
.bp_context_menu_module_menuHeader--
|
|
5325
|
+
.bp_context_menu_module_menuHeader--4f160{
|
|
5326
5326
|
align-items:center;
|
|
5327
5327
|
box-shadow:var(--dropshadow-1);
|
|
5328
5328
|
display:grid;
|
|
@@ -5332,25 +5332,25 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5332
5332
|
padding:var(--space-3);
|
|
5333
5333
|
}
|
|
5334
5334
|
|
|
5335
|
-
.bp_context_menu_module_headerTextContent--
|
|
5335
|
+
.bp_context_menu_module_headerTextContent--4f160{
|
|
5336
5336
|
display:grid;
|
|
5337
5337
|
}
|
|
5338
5338
|
|
|
5339
|
-
.bp_context_menu_module_submenuCloseButton--
|
|
5339
|
+
.bp_context_menu_module_submenuCloseButton--4f160{
|
|
5340
5340
|
grid-area:submenu-close;
|
|
5341
5341
|
}
|
|
5342
5342
|
|
|
5343
|
-
.bp_context_menu_module_menuCloseButton--
|
|
5343
|
+
.bp_context_menu_module_menuCloseButton--4f160{
|
|
5344
5344
|
grid-area:close;
|
|
5345
5345
|
}
|
|
5346
5346
|
|
|
5347
|
-
.bp_context_menu_module_ellipsis--
|
|
5347
|
+
.bp_context_menu_module_ellipsis--4f160{
|
|
5348
5348
|
overflow:hidden;
|
|
5349
5349
|
text-overflow:ellipsis;
|
|
5350
5350
|
white-space:nowrap;
|
|
5351
5351
|
}
|
|
5352
5352
|
|
|
5353
|
-
.bp_notification_module_viewport--
|
|
5353
|
+
.bp_notification_module_viewport--0bfb0{
|
|
5354
5354
|
all:unset;
|
|
5355
5355
|
align-items:center;
|
|
5356
5356
|
display:flex;
|
|
@@ -5363,7 +5363,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5363
5363
|
z-index:2147483647;
|
|
5364
5364
|
}
|
|
5365
5365
|
|
|
5366
|
-
.bp_notification_module_root--
|
|
5366
|
+
.bp_notification_module_root--0bfb0{
|
|
5367
5367
|
border:var(--border-2) solid;
|
|
5368
5368
|
border-radius:var(--radius-3);
|
|
5369
5369
|
display:flex;
|
|
@@ -5371,26 +5371,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5371
5371
|
width:max-content;
|
|
5372
5372
|
}
|
|
5373
5373
|
@media (width > 374px){
|
|
5374
|
-
.bp_notification_module_root--
|
|
5374
|
+
.bp_notification_module_root--0bfb0{
|
|
5375
5375
|
max-width:343px;
|
|
5376
5376
|
}
|
|
5377
5377
|
}
|
|
5378
5378
|
@media (width > 767px){
|
|
5379
|
-
.bp_notification_module_root--
|
|
5379
|
+
.bp_notification_module_root--0bfb0{
|
|
5380
5380
|
max-width:728px;
|
|
5381
5381
|
}
|
|
5382
5382
|
}
|
|
5383
5383
|
@media (width > 1023px){
|
|
5384
|
-
.bp_notification_module_root--
|
|
5384
|
+
.bp_notification_module_root--0bfb0{
|
|
5385
5385
|
max-width:848px;
|
|
5386
5386
|
}
|
|
5387
5387
|
}
|
|
5388
5388
|
@media (width > 1219px){
|
|
5389
|
-
.bp_notification_module_root--
|
|
5389
|
+
.bp_notification_module_root--0bfb0{
|
|
5390
5390
|
max-width:896px;
|
|
5391
5391
|
}
|
|
5392
5392
|
}
|
|
5393
|
-
.bp_notification_module_root--
|
|
5393
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_container--0bfb0{
|
|
5394
5394
|
align-items:flex-start;
|
|
5395
5395
|
box-shadow:var(--dropshadow-3);
|
|
5396
5396
|
display:flex;
|
|
@@ -5399,11 +5399,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5399
5399
|
width:100%;
|
|
5400
5400
|
}
|
|
5401
5401
|
@media (width > 767px){
|
|
5402
|
-
.bp_notification_module_root--
|
|
5402
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_container--0bfb0{
|
|
5403
5403
|
align-items:center;
|
|
5404
5404
|
}
|
|
5405
5405
|
}
|
|
5406
|
-
.bp_notification_module_root--
|
|
5406
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_mobileContainer--0bfb0{
|
|
5407
5407
|
align-items:left;
|
|
5408
5408
|
display:flex;
|
|
5409
5409
|
flex-direction:column;
|
|
@@ -5411,46 +5411,46 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5411
5411
|
width:100%;
|
|
5412
5412
|
}
|
|
5413
5413
|
@media (width > 767px){
|
|
5414
|
-
.bp_notification_module_root--
|
|
5414
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_mobileContainer--0bfb0{
|
|
5415
5415
|
align-items:center;
|
|
5416
5416
|
flex-direction:row;
|
|
5417
5417
|
}
|
|
5418
5418
|
}
|
|
5419
|
-
.bp_notification_module_root--
|
|
5419
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_withButtons--0bfb0{
|
|
5420
5420
|
gap:var(--space-3);
|
|
5421
5421
|
}
|
|
5422
|
-
.bp_notification_module_root--
|
|
5422
|
+
.bp_notification_module_root--0bfb0.bp_notification_module_info--0bfb0{
|
|
5423
5423
|
background:var(--surface-message-surface-info);
|
|
5424
5424
|
border-color:var(--border-message-border-info);
|
|
5425
5425
|
}
|
|
5426
|
-
.bp_notification_module_root--
|
|
5426
|
+
.bp_notification_module_root--0bfb0.bp_notification_module_success--0bfb0{
|
|
5427
5427
|
background:var(--surface-message-surface-success);
|
|
5428
5428
|
border-color:var(--border-message-border-success);
|
|
5429
5429
|
}
|
|
5430
|
-
.bp_notification_module_root--
|
|
5430
|
+
.bp_notification_module_root--0bfb0.bp_notification_module_warning--0bfb0{
|
|
5431
5431
|
background:var(--surface-message-surface-warning);
|
|
5432
5432
|
border-color:var(--border-message-border-warning);
|
|
5433
5433
|
}
|
|
5434
|
-
.bp_notification_module_root--
|
|
5434
|
+
.bp_notification_module_root--0bfb0.bp_notification_module_error--0bfb0{
|
|
5435
5435
|
background:var(--surface-message-surface-error);
|
|
5436
5436
|
border-color:var(--border-message-border-error);
|
|
5437
5437
|
}
|
|
5438
|
-
.bp_notification_module_root--
|
|
5438
|
+
.bp_notification_module_root--0bfb0:focus-visible{
|
|
5439
5439
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
5440
5440
|
outline:none;
|
|
5441
5441
|
}
|
|
5442
|
-
.bp_notification_module_root--
|
|
5442
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_typeIconContainer--0bfb0{
|
|
5443
5443
|
align-items:center;
|
|
5444
5444
|
display:flex;
|
|
5445
5445
|
height:var(--size-8);
|
|
5446
5446
|
justify-content:center;
|
|
5447
5447
|
width:var(--size-8);
|
|
5448
5448
|
}
|
|
5449
|
-
.bp_notification_module_root--
|
|
5449
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_typeIconContainer--0bfb0 .bp_notification_module_typeIcon--0bfb0{
|
|
5450
5450
|
flex-shrink:0;
|
|
5451
5451
|
margin-left:var(--space-4);
|
|
5452
5452
|
}
|
|
5453
|
-
.bp_notification_module_root--
|
|
5453
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_text--0bfb0{
|
|
5454
5454
|
align-items:center;
|
|
5455
5455
|
color:var(--text-text-on-light);
|
|
5456
5456
|
display:flex;
|
|
@@ -5465,38 +5465,38 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5465
5465
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
5466
5466
|
text-transform:var(--body-default-bold-text-case);
|
|
5467
5467
|
}
|
|
5468
|
-
.bp_notification_module_root--
|
|
5468
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_text--0bfb0 > div{
|
|
5469
5469
|
overflow:hidden;
|
|
5470
5470
|
overflow-wrap:break-word;
|
|
5471
5471
|
}
|
|
5472
|
-
.bp_notification_module_root--
|
|
5472
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_contentButtonSection--0bfb0{
|
|
5473
5473
|
display:flex;
|
|
5474
5474
|
gap:var(--space-3);
|
|
5475
5475
|
margin-left:0;
|
|
5476
5476
|
}
|
|
5477
5477
|
@media (width > 767px){
|
|
5478
|
-
.bp_notification_module_root--
|
|
5478
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_contentButtonSection--0bfb0{
|
|
5479
5479
|
margin-left:auto;
|
|
5480
5480
|
}
|
|
5481
5481
|
}
|
|
5482
|
-
.bp_notification_module_root--
|
|
5482
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_contentButtonSection--0bfb0 .bp_notification_module_contentButtons--0bfb0{
|
|
5483
5483
|
display:flex;
|
|
5484
5484
|
gap:var(--space-3);
|
|
5485
5485
|
}
|
|
5486
|
-
.bp_notification_module_root--
|
|
5486
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_closeButtonSection--0bfb0{
|
|
5487
5487
|
display:flex;
|
|
5488
5488
|
gap:var(--space-3);
|
|
5489
5489
|
margin-left:auto;
|
|
5490
5490
|
margin-right:var(--space-4);
|
|
5491
5491
|
}
|
|
5492
|
-
.bp_notification_module_root--
|
|
5492
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_closeButtonSection--0bfb0 .bp_notification_module_closeButton--0bfb0{
|
|
5493
5493
|
align-self:center;
|
|
5494
5494
|
}
|
|
5495
|
-
.bp_notification_module_root--
|
|
5495
|
+
.bp_notification_module_root--0bfb0 .bp_notification_module_closeButtonSection--0bfb0 .bp_notification_module_closeButton--0bfb0 svg *{
|
|
5496
5496
|
fill:currentColor;
|
|
5497
5497
|
}
|
|
5498
5498
|
|
|
5499
|
-
.bp_popover_module_popoverContentContainer--
|
|
5499
|
+
.bp_popover_module_popoverContentContainer--b3542 .bp_popover_module_popoverCard--b3542 .bp_popover_module_popoverMainContent--b3542,.bp_popover_module_popoverContentContainer--b3542.bp_popover_module_accessibilitySmallBreakpoint--b3542 .bp_popover_module_popoverCard--b3542 .bp_popover_module_popoverScrollContainer--b3542{
|
|
5500
5500
|
margin-inline-end:calc(var(--space-4)*-1);
|
|
5501
5501
|
mask-image:linear-gradient(to top, #0000, var(--gray-black)), linear-gradient(to left, #0000 var(--space-4), var(--gray-black) var(--space-4));
|
|
5502
5502
|
mask-position:left bottom;
|
|
@@ -5506,43 +5506,43 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5506
5506
|
transition:mask-position var(--animation-duration-3);
|
|
5507
5507
|
}
|
|
5508
5508
|
|
|
5509
|
-
.bp_popover_module_popoverContentContainer--
|
|
5509
|
+
.bp_popover_module_popoverContentContainer--b3542{
|
|
5510
5510
|
max-width:320px;
|
|
5511
5511
|
z-index:380;
|
|
5512
5512
|
}
|
|
5513
|
-
.bp_popover_module_popoverContentContainer--
|
|
5513
|
+
.bp_popover_module_popoverContentContainer--b3542 .bp_popover_module_popoverCard--b3542{
|
|
5514
5514
|
box-shadow:var(--dropshadow-3);
|
|
5515
5515
|
margin-block:var(--space-1);
|
|
5516
5516
|
}
|
|
5517
|
-
.bp_popover_module_popoverContentContainer--
|
|
5517
|
+
.bp_popover_module_popoverContentContainer--b3542 .bp_popover_module_popoverCard--b3542 .bp_popover_module_popoverMainContent--b3542:hover{
|
|
5518
5518
|
mask-position:left top;
|
|
5519
5519
|
}
|
|
5520
|
-
.bp_popover_module_popoverContentContainer--
|
|
5520
|
+
.bp_popover_module_popoverContentContainer--b3542 .bp_popover_module_popoverCard--b3542 .bp_popover_module_popoverMainContent--b3542 .bp_popover_module_popoverMainContentOuterContainer--b3542{
|
|
5521
5521
|
max-height:inherit;
|
|
5522
5522
|
}
|
|
5523
|
-
.bp_popover_module_popoverContentContainer--
|
|
5523
|
+
.bp_popover_module_popoverContentContainer--b3542 .bp_popover_module_popoverCard--b3542 .bp_popover_module_popoverMainContent--b3542 .bp_popover_module_popoverMainContentOuterContainer--b3542 .bp_popover_module_popoverMainContentInnerContainerPadding--b3542{
|
|
5524
5524
|
padding-block-end:var(--space-3);
|
|
5525
5525
|
}
|
|
5526
|
-
.bp_popover_module_popoverContentContainer--
|
|
5526
|
+
.bp_popover_module_popoverContentContainer--b3542.bp_popover_module_accessibilitySmallBreakpoint--b3542{
|
|
5527
5527
|
max-height:var(--radix-popover-content-available-height);
|
|
5528
5528
|
}
|
|
5529
|
-
.bp_popover_module_popoverContentContainer--
|
|
5529
|
+
.bp_popover_module_popoverContentContainer--b3542.bp_popover_module_accessibilitySmallBreakpoint--b3542 .bp_popover_module_popoverCard--b3542 .bp_popover_module_popoverScrollContainer--b3542{
|
|
5530
5530
|
max-height:min(var(--blueprint-web-popover-content-max-height, calc(var(--radix-popover-content-available-height) - var(--space-12))), var(--radix-popover-content-available-height) - var(--space-12));
|
|
5531
5531
|
padding-block:var(--space-1);
|
|
5532
5532
|
}
|
|
5533
|
-
.bp_popover_module_popoverContentContainer--
|
|
5533
|
+
.bp_popover_module_popoverContentContainer--b3542.bp_popover_module_accessibilitySmallBreakpoint--b3542 .bp_popover_module_popoverCard--b3542 .bp_popover_module_popoverScrollContainer--b3542:hover{
|
|
5534
5534
|
mask-position:left top;
|
|
5535
5535
|
}
|
|
5536
|
-
.bp_popover_module_popoverContentContainer--
|
|
5536
|
+
.bp_popover_module_popoverContentContainer--b3542.bp_popover_module_accessibilitySmallBreakpoint--b3542 .bp_popover_module_popoverCard--b3542 .bp_popover_module_popoverScrollContainer--b3542 .bp_popover_module_popoverMainContent--b3542{
|
|
5537
5537
|
max-height:-moz-fit-content;
|
|
5538
5538
|
max-height:fit-content;
|
|
5539
5539
|
}
|
|
5540
|
-
.bp_popover_module_popoverContentContainer--
|
|
5540
|
+
.bp_popover_module_popoverContentContainer--b3542 .bp_popover_module_popoverFooter--b3542{
|
|
5541
5541
|
margin-inline:calc(var(--space-4)*-1);
|
|
5542
5542
|
padding-block-start:var(--space-4);
|
|
5543
5543
|
padding-inline:var(--space-4);
|
|
5544
5544
|
}
|
|
5545
|
-
.bp_popover_module_popoverContentContainer--
|
|
5545
|
+
.bp_popover_module_popoverContentContainer--b3542 .bp_popover_module_popoverFooter--b3542.bp_popover_module_popoverFooterTopBorder--b3542{
|
|
5546
5546
|
border-top:var(--border-1) solid var(--border-card-border);
|
|
5547
5547
|
}
|
|
5548
5548
|
.bp_select_menu_grid_module_grid--6e766{
|
|
@@ -5554,42 +5554,42 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5554
5554
|
flex-direction:row;
|
|
5555
5555
|
}
|
|
5556
5556
|
|
|
5557
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5557
|
+
.bp_select_menu_grid_option_module_buttonWrapper--d3cd2.bp_select_menu_grid_option_module_withLabel--d3cd2{
|
|
5558
5558
|
flex:1 1 0;
|
|
5559
5559
|
margin:var(--space-05) 0;
|
|
5560
5560
|
}
|
|
5561
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5561
|
+
.bp_select_menu_grid_option_module_buttonWrapper--d3cd2.bp_select_menu_grid_option_module_withLabel--default--d3cd2{
|
|
5562
5562
|
max-width:100%;
|
|
5563
5563
|
}
|
|
5564
5564
|
@media only screen and (width > 374px){
|
|
5565
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5565
|
+
.bp_select_menu_grid_option_module_buttonWrapper--d3cd2.bp_select_menu_grid_option_module_withLabel--default--d3cd2{
|
|
5566
5566
|
margin:var(--space-05);
|
|
5567
5567
|
max-width:calc(50% - var(--space-1));
|
|
5568
5568
|
}
|
|
5569
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5569
|
+
.bp_select_menu_grid_option_module_buttonWrapper--d3cd2.bp_select_menu_grid_option_module_withLabel--default--d3cd2:first-child{
|
|
5570
5570
|
margin-left:0;
|
|
5571
5571
|
}
|
|
5572
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5572
|
+
.bp_select_menu_grid_option_module_buttonWrapper--d3cd2.bp_select_menu_grid_option_module_withLabel--default--d3cd2:last-child{
|
|
5573
5573
|
margin-right:0;
|
|
5574
5574
|
}
|
|
5575
5575
|
}
|
|
5576
5576
|
|
|
5577
|
-
.bp_select_menu_grid_option_module_square--
|
|
5577
|
+
.bp_select_menu_grid_option_module_square--d3cd2{
|
|
5578
5578
|
height:var(--size-8);
|
|
5579
5579
|
width:var(--size-8);
|
|
5580
5580
|
}
|
|
5581
|
-
.bp_select_menu_grid_option_module_square--
|
|
5581
|
+
.bp_select_menu_grid_option_module_square--d3cd2,.bp_select_menu_grid_option_module_square--d3cd2 .bp_select_menu_grid_option_module_outlineHost--d3cd2{
|
|
5582
5582
|
align-items:center;
|
|
5583
5583
|
border-radius:var(--radius-3);
|
|
5584
5584
|
display:flex;
|
|
5585
5585
|
justify-content:center;
|
|
5586
5586
|
}
|
|
5587
|
-
.bp_select_menu_grid_option_module_square--
|
|
5587
|
+
.bp_select_menu_grid_option_module_square--d3cd2 .bp_select_menu_grid_option_module_outlineHost--d3cd2{
|
|
5588
5588
|
height:var(--size-7);
|
|
5589
5589
|
width:var(--size-7);
|
|
5590
5590
|
}
|
|
5591
5591
|
|
|
5592
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5592
|
+
.bp_select_menu_grid_option_module_circle--d3cd2{
|
|
5593
5593
|
align-items:center;
|
|
5594
5594
|
background-clip:content-box;
|
|
5595
5595
|
background-color:var(--gray-white);
|
|
@@ -5601,10 +5601,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5601
5601
|
justify-content:center;
|
|
5602
5602
|
width:var(--size-8);
|
|
5603
5603
|
}
|
|
5604
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5604
|
+
.bp_select_menu_grid_option_module_circle--d3cd2.bp_select_menu_grid_option_module_loading--d3cd2{
|
|
5605
5605
|
border-color:var(--gray-white);
|
|
5606
5606
|
}
|
|
5607
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5607
|
+
.bp_select_menu_grid_option_module_circle--d3cd2 .bp_select_menu_grid_option_module_color--d3cd2{
|
|
5608
5608
|
background-color:var(--circleColor);
|
|
5609
5609
|
border:var(--border-1) solid var(--circleBorderColor);
|
|
5610
5610
|
border-radius:50%;
|
|
@@ -5612,10 +5612,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5612
5612
|
height:var(--size-6);
|
|
5613
5613
|
width:var(--size-6);
|
|
5614
5614
|
}
|
|
5615
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5615
|
+
.bp_select_menu_grid_option_module_circle--d3cd2 .bp_select_menu_grid_option_module_strikeThrough--d3cd2{
|
|
5616
5616
|
position:relative;
|
|
5617
5617
|
}
|
|
5618
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5618
|
+
.bp_select_menu_grid_option_module_circle--d3cd2 .bp_select_menu_grid_option_module_strikeThrough--d3cd2::after{
|
|
5619
5619
|
background-color:var(--watermelon-red-100);
|
|
5620
5620
|
border-radius:var(--radius-1);
|
|
5621
5621
|
content:"";
|
|
@@ -5627,7 +5627,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5627
5627
|
width:90%;
|
|
5628
5628
|
}
|
|
5629
5629
|
|
|
5630
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5630
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2{
|
|
5631
5631
|
align-items:center;
|
|
5632
5632
|
background-color:initial;
|
|
5633
5633
|
border:none;
|
|
@@ -5637,13 +5637,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5637
5637
|
-webkit-user-select:none;
|
|
5638
5638
|
user-select:none;
|
|
5639
5639
|
}
|
|
5640
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5640
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2:not(.bp_select_menu_grid_option_module_labeled--d3cd2){
|
|
5641
5641
|
height:var(--size-8);
|
|
5642
5642
|
justify-content:center;
|
|
5643
5643
|
padding:0;
|
|
5644
5644
|
width:var(--size-8);
|
|
5645
5645
|
}
|
|
5646
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5646
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2{
|
|
5647
5647
|
border-radius:var(--radius-3);
|
|
5648
5648
|
gap:var(--space-3);
|
|
5649
5649
|
min-width:10rem;
|
|
@@ -5651,23 +5651,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5651
5651
|
transition:background-color var(--animation-duration-2);
|
|
5652
5652
|
width:100%;
|
|
5653
5653
|
}
|
|
5654
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5654
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_text--d3cd2{
|
|
5655
5655
|
max-height:var(--size-8);
|
|
5656
5656
|
text-align:left;
|
|
5657
5657
|
}
|
|
5658
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5658
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_text--large--d3cd2{
|
|
5659
5659
|
-webkit-box-orient:vertical;
|
|
5660
5660
|
-webkit-line-clamp:1;
|
|
5661
5661
|
display:-webkit-box;
|
|
5662
5662
|
overflow:hidden;
|
|
5663
5663
|
}
|
|
5664
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5664
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_text--default--d3cd2{
|
|
5665
5665
|
-webkit-box-orient:vertical;
|
|
5666
5666
|
-webkit-line-clamp:2;
|
|
5667
5667
|
display:-webkit-box;
|
|
5668
5668
|
overflow:hidden;
|
|
5669
5669
|
}
|
|
5670
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5670
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--d3cd2{
|
|
5671
5671
|
align-items:center;
|
|
5672
5672
|
background:var(--icon-background);
|
|
5673
5673
|
border-radius:var(--radius-3);
|
|
@@ -5675,95 +5675,95 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5675
5675
|
flex-shrink:0;
|
|
5676
5676
|
justify-content:center;
|
|
5677
5677
|
}
|
|
5678
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5678
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--size-default--d3cd2{
|
|
5679
5679
|
height:var(--size-8);
|
|
5680
5680
|
width:var(--size-8);
|
|
5681
5681
|
}
|
|
5682
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5682
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--size-large--d3cd2{
|
|
5683
5683
|
height:var(--size-10);
|
|
5684
5684
|
width:var(--size-10);
|
|
5685
5685
|
}
|
|
5686
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5686
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--default--d3cd2{
|
|
5687
5687
|
--icon-background:var(--surface-surface-tertiary);
|
|
5688
5688
|
--icon-background-dark:var(--surface-surface-quaternary);
|
|
5689
5689
|
}
|
|
5690
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5690
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--box--d3cd2{
|
|
5691
5691
|
--icon-background:var(--brand-box-tertiary);
|
|
5692
5692
|
--icon-background-dark:var(--brand-box-secondary);
|
|
5693
5693
|
}
|
|
5694
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5694
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--docgen--d3cd2{
|
|
5695
5695
|
--icon-background:var(--brand-docgen-tertiary);
|
|
5696
5696
|
--icon-background-dark:var(--brand-docgen-secondary);
|
|
5697
5697
|
}
|
|
5698
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5698
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--forms--d3cd2{
|
|
5699
5699
|
--icon-background:var(--brand-forms-tertiary);
|
|
5700
5700
|
--icon-background-dark:var(--brand-forms-secondary);
|
|
5701
5701
|
}
|
|
5702
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5702
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--sign--d3cd2{
|
|
5703
5703
|
--icon-background:var(--brand-sign-tertiary);
|
|
5704
5704
|
--icon-background-dark:var(--brand-sign-secondary);
|
|
5705
5705
|
}
|
|
5706
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5706
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2:hover{
|
|
5707
5707
|
background:var(--surface-surface-secondary);
|
|
5708
5708
|
box-shadow:var(--dropshadow-2);
|
|
5709
5709
|
cursor:grab;
|
|
5710
5710
|
}
|
|
5711
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5711
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_active--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_dragging--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2:active{
|
|
5712
5712
|
background:var(--surface-surface-secondary);
|
|
5713
5713
|
box-shadow:var(--dropshadow-2);
|
|
5714
5714
|
}
|
|
5715
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5715
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_active--d3cd2 .bp_select_menu_grid_option_module_iconContainer--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2:active .bp_select_menu_grid_option_module_iconContainer--d3cd2{
|
|
5716
5716
|
background-color:var(--icon-background);
|
|
5717
5717
|
}
|
|
5718
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5718
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_dragging--d3cd2{
|
|
5719
5719
|
box-shadow:0 0 0 var(--border-1) var(--border-divider-border), var(--dropshadow-2);
|
|
5720
5720
|
}
|
|
5721
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5721
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_dragging--d3cd2 .bp_select_menu_grid_option_module_iconContainer--d3cd2{
|
|
5722
5722
|
background-color:var(--icon-background-dark);
|
|
5723
5723
|
}
|
|
5724
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5724
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_dragging--d3cd2:hover{
|
|
5725
5725
|
cursor:grabbing;
|
|
5726
5726
|
}
|
|
5727
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5727
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2:hover:not(.bp_select_menu_grid_option_module_disabled--d3cd2) .bp_select_menu_grid_option_module_iconContainer--d3cd2{
|
|
5728
5728
|
background-color:var(--icon-background-dark);
|
|
5729
5729
|
transition:background-color var(--animation-duration-2);
|
|
5730
5730
|
}
|
|
5731
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5731
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2[data-focus-visible]{
|
|
5732
5732
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5733
5733
|
}
|
|
5734
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5734
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2[data-focus-visible]:active{
|
|
5735
5735
|
background:var(--surface-surface-secondary);
|
|
5736
5736
|
}
|
|
5737
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5737
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2:hover .bp_select_menu_grid_option_module_square--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible] .bp_select_menu_grid_option_module_square--d3cd2{
|
|
5738
5738
|
background-color:var(--surface-cta-surface-outline-hover);
|
|
5739
5739
|
}
|
|
5740
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5740
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2:hover .bp_select_menu_grid_option_module_circle--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible] .bp_select_menu_grid_option_module_circle--d3cd2{
|
|
5741
5741
|
background-color:var(--surface-option-grid-surface-hover);
|
|
5742
5742
|
}
|
|
5743
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5743
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_active--d3cd2 .bp_select_menu_grid_option_module_square--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2:active .bp_select_menu_grid_option_module_square--d3cd2{
|
|
5744
5744
|
background-color:var(--surface-cta-surface-outline-pressed);
|
|
5745
5745
|
}
|
|
5746
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5746
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_active--d3cd2 .bp_select_menu_grid_option_module_circle--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2:active .bp_select_menu_grid_option_module_circle--d3cd2{
|
|
5747
5747
|
border:var(--border-2) solid var(--circleColor);
|
|
5748
5748
|
}
|
|
5749
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5749
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_loading--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2:disabled{
|
|
5750
5750
|
cursor:default;
|
|
5751
5751
|
}
|
|
5752
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5752
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible] .bp_select_menu_grid_option_module_outlineHost--d3cd2{
|
|
5753
5753
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5754
5754
|
}
|
|
5755
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5755
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible] .bp_select_menu_grid_option_module_circle--d3cd2{
|
|
5756
5756
|
border-color:var(--surface-option-grid-surface-hover);
|
|
5757
5757
|
}
|
|
5758
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5758
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible].bp_select_menu_grid_option_module_active--d3cd2 .bp_select_menu_grid_option_module_circle--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible]:active .bp_select_menu_grid_option_module_circle--d3cd2{
|
|
5759
5759
|
border:var(--border-2) solid var(--circleColor);
|
|
5760
5760
|
box-shadow:0 0 0 var(--border-1) var(--gray-white), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
5761
5761
|
}
|
|
5762
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5762
|
+
.bp_select_menu_grid_option_module_optionButton--d3cd2:disabled:not(.bp_select_menu_grid_option_module_loading--d3cd2){
|
|
5763
5763
|
opacity:.3;
|
|
5764
5764
|
}
|
|
5765
5765
|
|
|
5766
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
5766
|
+
.bp_tabs_module_hiddenWidthSetter--13312{
|
|
5767
5767
|
display:block;
|
|
5768
5768
|
font-family:var(--body-default-bold-font-family);
|
|
5769
5769
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -5777,11 +5777,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5777
5777
|
text-transform:var(--body-default-bold-text-case);
|
|
5778
5778
|
visibility:hidden;
|
|
5779
5779
|
}
|
|
5780
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
5780
|
+
.bp_tabs_module_hiddenWidthSetter--13312 > *{
|
|
5781
5781
|
visibility:hidden;
|
|
5782
5782
|
}
|
|
5783
5783
|
|
|
5784
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5784
|
+
.bp_tabs_module_contentSwitchTabList--13312{
|
|
5785
5785
|
background:var(--surface-contentswitcher-surface);
|
|
5786
5786
|
border-radius:var(--radius-7);
|
|
5787
5787
|
display:grid;
|
|
@@ -5792,7 +5792,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5792
5792
|
min-width:fit-content;
|
|
5793
5793
|
padding:var(--space-1);
|
|
5794
5794
|
}
|
|
5795
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5795
|
+
.bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312{
|
|
5796
5796
|
align-items:center;
|
|
5797
5797
|
background:#0000;
|
|
5798
5798
|
border:none;
|
|
@@ -5813,7 +5813,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5813
5813
|
text-transform:var(--body-default-text-case);
|
|
5814
5814
|
white-space:nowrap;
|
|
5815
5815
|
}
|
|
5816
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5816
|
+
.bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312[aria-selected=true]{
|
|
5817
5817
|
background:var(--surface-cta-surface-secondary);
|
|
5818
5818
|
box-shadow:0 0 0 var(--border-1) var(--gray-50);
|
|
5819
5819
|
color:var(--text-text-on-light);
|
|
@@ -5826,44 +5826,44 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5826
5826
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
5827
5827
|
text-transform:var(--body-default-bold-text-case);
|
|
5828
5828
|
}
|
|
5829
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5829
|
+
.bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312:not([aria-disabled=true])[data-focus-visible]{
|
|
5830
5830
|
border-color:#0000;
|
|
5831
5831
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5832
5832
|
}
|
|
5833
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5833
|
+
.bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312:not([aria-disabled=true]):hover{
|
|
5834
5834
|
background:var(--surface-surface-hover);
|
|
5835
5835
|
}
|
|
5836
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5836
|
+
.bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312:not([aria-disabled=true]):active{
|
|
5837
5837
|
background:var(--surface-cta-surface-secondary-pressed);
|
|
5838
5838
|
}
|
|
5839
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5839
|
+
.bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312[aria-disabled=true]{
|
|
5840
5840
|
opacity:.3;
|
|
5841
5841
|
pointer-events:none;
|
|
5842
5842
|
}
|
|
5843
5843
|
|
|
5844
|
-
.bp_tabs_module_tabsListContainer--
|
|
5844
|
+
.bp_tabs_module_tabsListContainer--13312{
|
|
5845
5845
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
5846
5846
|
overflow-y:hidden;
|
|
5847
5847
|
scroll-behavior:smooth;
|
|
5848
5848
|
}
|
|
5849
|
-
.bp_tabs_module_tabsListContainer--
|
|
5849
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312{
|
|
5850
5850
|
display:flex;
|
|
5851
5851
|
overflow-x:auto;
|
|
5852
5852
|
padding:calc(var(--border-3) + 1px);
|
|
5853
5853
|
}
|
|
5854
|
-
.bp_tabs_module_tabsListContainer--
|
|
5854
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tabSeparator--13312{
|
|
5855
5855
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
5856
5856
|
min-width:var(--space-4);
|
|
5857
5857
|
}
|
|
5858
|
-
.bp_tabs_module_tabsListContainer--
|
|
5858
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tabSeparator--13312:last-child{
|
|
5859
5859
|
display:none;
|
|
5860
5860
|
}
|
|
5861
5861
|
@media only screen and (max-width: 1023px){
|
|
5862
|
-
.bp_tabs_module_tabsListContainer--
|
|
5862
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tabSeparator--13312{
|
|
5863
5863
|
min-width:calc(var(--border-3) + 1px);
|
|
5864
5864
|
}
|
|
5865
5865
|
}
|
|
5866
|
-
.bp_tabs_module_tabsListContainer--
|
|
5866
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312{
|
|
5867
5867
|
background:var(--background-background);
|
|
5868
5868
|
border-style:none;
|
|
5869
5869
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -5884,7 +5884,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5884
5884
|
text-transform:var(--body-default-text-case);
|
|
5885
5885
|
z-index:2;
|
|
5886
5886
|
}
|
|
5887
|
-
.bp_tabs_module_tabsListContainer--
|
|
5887
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312[aria-selected=true]{
|
|
5888
5888
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
5889
5889
|
color:var(--text-cta-link);
|
|
5890
5890
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -5896,21 +5896,21 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5896
5896
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
5897
5897
|
text-transform:var(--body-default-bold-text-case);
|
|
5898
5898
|
}
|
|
5899
|
-
.bp_tabs_module_tabsListContainer--
|
|
5899
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:hover{
|
|
5900
5900
|
background-color:var(--surface-tab-surface-hover);
|
|
5901
5901
|
color:var(--text-text-on-light-secondary-hover);
|
|
5902
5902
|
}
|
|
5903
|
-
.bp_tabs_module_tabsListContainer--
|
|
5903
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:hover[aria-selected=true]{
|
|
5904
5904
|
color:var(--text-cta-link);
|
|
5905
5905
|
}
|
|
5906
|
-
.bp_tabs_module_tabsListContainer--
|
|
5906
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:active{
|
|
5907
5907
|
background-color:var(--surface-tab-surface-pressed);
|
|
5908
5908
|
color:var(--text-text-on-light-secondary-hover);
|
|
5909
5909
|
}
|
|
5910
|
-
.bp_tabs_module_tabsListContainer--
|
|
5910
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:active[aria-selected=true]{
|
|
5911
5911
|
color:var(--text-cta-link);
|
|
5912
5912
|
}
|
|
5913
|
-
.bp_tabs_module_tabsListContainer--
|
|
5913
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:focus-visible,.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312[data-focus-visible]{
|
|
5914
5914
|
background-color:var(--surface-tab-surface-hover);
|
|
5915
5915
|
border-radius:var(--radius-05);
|
|
5916
5916
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -5918,14 +5918,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5918
5918
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
5919
5919
|
outline-offset:1px;
|
|
5920
5920
|
}
|
|
5921
|
-
.bp_tabs_module_tabsListContainer--
|
|
5921
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312[data-focus-visible][aria-selected=true]{
|
|
5922
5922
|
color:var(--text-cta-link);
|
|
5923
5923
|
}
|
|
5924
|
-
.bp_tabs_module_tabsListContainer--
|
|
5924
|
+
.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312[aria-disabled=true]{
|
|
5925
5925
|
opacity:.5;
|
|
5926
5926
|
}
|
|
5927
5927
|
|
|
5928
|
-
.bp_radio_group_module_root--
|
|
5928
|
+
.bp_radio_group_module_root--8c28b{
|
|
5929
5929
|
display:flex;
|
|
5930
5930
|
flex-direction:column;
|
|
5931
5931
|
font-family:var(--body-default-font-family);
|
|
@@ -5939,31 +5939,31 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5939
5939
|
text-transform:var(--body-default-text-case);
|
|
5940
5940
|
}
|
|
5941
5941
|
|
|
5942
|
-
.bp_radio_group_module_horizontal--
|
|
5942
|
+
.bp_radio_group_module_horizontal--8c28b{
|
|
5943
5943
|
flex-direction:row;
|
|
5944
5944
|
gap:1.625rem;
|
|
5945
5945
|
}
|
|
5946
5946
|
|
|
5947
|
-
.bp_radio_group_module_radioOption--
|
|
5947
|
+
.bp_radio_group_module_radioOption--8c28b{
|
|
5948
5948
|
display:flex;
|
|
5949
5949
|
flex-direction:column;
|
|
5950
5950
|
}
|
|
5951
|
-
.bp_radio_group_module_radioOption--
|
|
5951
|
+
.bp_radio_group_module_radioOption--8c28b .bp_radio_group_module_label--8c28b{
|
|
5952
5952
|
align-items:flex-start;
|
|
5953
5953
|
cursor:pointer;
|
|
5954
5954
|
display:inline-flex;
|
|
5955
5955
|
gap:var(--size-3);
|
|
5956
5956
|
line-height:var(--body-default-line-height);
|
|
5957
5957
|
}
|
|
5958
|
-
.bp_radio_group_module_radioOption--
|
|
5958
|
+
.bp_radio_group_module_radioOption--8c28b .bp_radio_group_module_description--8c28b{
|
|
5959
5959
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
5960
5960
|
}
|
|
5961
|
-
.bp_radio_group_module_radioOption--
|
|
5961
|
+
.bp_radio_group_module_radioOption--8c28b.bp_radio_group_module_disabled--8c28b .bp_radio_group_module_label--8c28b,[role=radiogroup][data-disabled] .bp_radio_group_module_radioOption--8c28b .bp_radio_group_module_label--8c28b{
|
|
5962
5962
|
color:var(--text-text-on-light-secondary);
|
|
5963
5963
|
cursor:default;
|
|
5964
5964
|
}
|
|
5965
5965
|
|
|
5966
|
-
.bp_radio_group_module_radioButton--
|
|
5966
|
+
.bp_radio_group_module_radioButton--8c28b{
|
|
5967
5967
|
all:unset;
|
|
5968
5968
|
align-items:center;
|
|
5969
5969
|
background-color:var(--surface-radio-surface);
|
|
@@ -5977,33 +5977,33 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5977
5977
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
5978
5978
|
width:var(--size-4);
|
|
5979
5979
|
}
|
|
5980
|
-
.bp_radio_group_module_radioButton--
|
|
5980
|
+
.bp_radio_group_module_radioButton--8c28b .bp_radio_group_module_indicator--8c28b{
|
|
5981
5981
|
background-color:var(--surface-radio-surface-selected);
|
|
5982
5982
|
border-radius:50%;
|
|
5983
5983
|
height:var(--size-2);
|
|
5984
5984
|
transition:transform .1s;
|
|
5985
5985
|
width:var(--size-2);
|
|
5986
5986
|
}
|
|
5987
|
-
.bp_radio_group_module_radioButton--
|
|
5987
|
+
.bp_radio_group_module_radioButton--8c28b:focus-visible{
|
|
5988
5988
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
5989
5989
|
}
|
|
5990
|
-
.bp_radio_group_module_radioButton--
|
|
5990
|
+
.bp_radio_group_module_radioButton--8c28b[data-disabled]{
|
|
5991
5991
|
opacity:60%;
|
|
5992
5992
|
}
|
|
5993
|
-
.bp_radio_group_module_radioButton--
|
|
5993
|
+
.bp_radio_group_module_radioButton--8c28b[data-state=unchecked]{
|
|
5994
5994
|
background-color:var(--surface-radio-surface);
|
|
5995
5995
|
border:var(--border-2) solid var(--border-radio-border);
|
|
5996
5996
|
}
|
|
5997
|
-
.bp_radio_group_module_radioButton--
|
|
5997
|
+
.bp_radio_group_module_radioButton--8c28b[data-state=unchecked] .bp_radio_group_module_indicator--8c28b{
|
|
5998
5998
|
transform:scale(0);
|
|
5999
5999
|
}
|
|
6000
|
-
.bp_radio_group_module_radioButton--
|
|
6000
|
+
.bp_radio_group_module_radioButton--8c28b:not([data-disabled]):focus-visible,.bp_radio_group_module_radioButton--8c28b:not([data-disabled]):hover{
|
|
6001
6001
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
6002
6002
|
}
|
|
6003
|
-
.bp_radio_group_module_radioButton--
|
|
6003
|
+
.bp_radio_group_module_radioButton--8c28b:not([data-disabled]):focus-visible[data-state=checked],.bp_radio_group_module_radioButton--8c28b:not([data-disabled]):hover[data-state=checked]{
|
|
6004
6004
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
6005
6005
|
}
|
|
6006
|
-
.bp_radio_group_module_radioButton--
|
|
6006
|
+
.bp_radio_group_module_radioButton--8c28b:not([data-disabled]):focus-visible[data-state=checked] .bp_radio_group_module_indicator--8c28b,.bp_radio_group_module_radioButton--8c28b:not([data-disabled]):hover[data-state=checked] .bp_radio_group_module_indicator--8c28b{
|
|
6007
6007
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
6008
6008
|
}
|
|
6009
6009
|
.bp_radio_tiles_option_module_radioTileOption--36d8a{
|
|
@@ -6224,7 +6224,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6224
6224
|
transform:translateY(-50%);
|
|
6225
6225
|
}
|
|
6226
6226
|
|
|
6227
|
-
.bp_side_panel_module_content--
|
|
6227
|
+
.bp_side_panel_module_content--40d1c{
|
|
6228
6228
|
background-color:var(--gray-white);
|
|
6229
6229
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
6230
6230
|
display:flex;
|
|
@@ -6237,12 +6237,12 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6237
6237
|
overflow-y:auto;
|
|
6238
6238
|
}
|
|
6239
6239
|
@media (width > 374px){
|
|
6240
|
-
.bp_side_panel_module_content--
|
|
6240
|
+
.bp_side_panel_module_content--40d1c{
|
|
6241
6241
|
min-width:320px;
|
|
6242
6242
|
overflow:hidden;
|
|
6243
6243
|
}
|
|
6244
6244
|
}
|
|
6245
|
-
.bp_side_panel_module_content--
|
|
6245
|
+
.bp_side_panel_module_content--40d1c .bp_side_panel_module_header--40d1c{
|
|
6246
6246
|
align-items:center;
|
|
6247
6247
|
background-color:var(--surface-surface);
|
|
6248
6248
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -6254,77 +6254,77 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6254
6254
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6255
6255
|
word-break:break-word;
|
|
6256
6256
|
}
|
|
6257
|
-
.bp_side_panel_module_content--
|
|
6257
|
+
.bp_side_panel_module_content--40d1c .bp_side_panel_module_headerShadow--40d1c{
|
|
6258
6258
|
box-shadow:var(--dropshadow-3);
|
|
6259
6259
|
}
|
|
6260
6260
|
|
|
6261
|
-
.bp_side_panel_module_scrollableContainer--
|
|
6261
|
+
.bp_side_panel_module_scrollableContainer--40d1c{
|
|
6262
6262
|
flex-grow:1;
|
|
6263
6263
|
}
|
|
6264
6264
|
@media (width > 374px){
|
|
6265
|
-
.bp_side_panel_module_scrollableContainer--
|
|
6265
|
+
.bp_side_panel_module_scrollableContainer--40d1c{
|
|
6266
6266
|
overflow-y:auto;
|
|
6267
6267
|
}
|
|
6268
6268
|
}
|
|
6269
6269
|
|
|
6270
|
-
.bp_side_panel_module_persistentContent--
|
|
6270
|
+
.bp_side_panel_module_persistentContent--40d1c{
|
|
6271
6271
|
overflow:hidden;
|
|
6272
6272
|
position:relative;
|
|
6273
6273
|
}
|
|
6274
|
-
.bp_side_panel_module_persistentContent--
|
|
6274
|
+
.bp_side_panel_module_persistentContent--40d1c .bp_side_panel_module_scrollableContainer--40d1c{
|
|
6275
6275
|
flex-grow:1;
|
|
6276
6276
|
overflow-y:auto;
|
|
6277
6277
|
}
|
|
6278
6278
|
|
|
6279
|
-
.bp_side_panel_module_contentAnimatedSlideIn--
|
|
6279
|
+
.bp_side_panel_module_contentAnimatedSlideIn--40d1c{
|
|
6280
6280
|
animation-duration:.2s;
|
|
6281
|
-
animation-name:bp_side_panel_module_slideIn--
|
|
6281
|
+
animation-name:bp_side_panel_module_slideIn--40d1c;
|
|
6282
6282
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6283
6283
|
}
|
|
6284
6284
|
|
|
6285
|
-
.bp_side_panel_module_contentAnimatedSlideOut--
|
|
6285
|
+
.bp_side_panel_module_contentAnimatedSlideOut--40d1c[data-state=closed]{
|
|
6286
6286
|
animation-duration:.2s;
|
|
6287
|
-
animation-name:bp_side_panel_module_slideOut--
|
|
6287
|
+
animation-name:bp_side_panel_module_slideOut--40d1c;
|
|
6288
6288
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6289
6289
|
}
|
|
6290
6290
|
|
|
6291
|
-
.bp_side_panel_module_contentNormal--
|
|
6291
|
+
.bp_side_panel_module_contentNormal--40d1c{
|
|
6292
6292
|
width:360px;
|
|
6293
6293
|
}
|
|
6294
6294
|
|
|
6295
|
-
.bp_side_panel_module_contentLarge--
|
|
6295
|
+
.bp_side_panel_module_contentLarge--40d1c{
|
|
6296
6296
|
width:420px;
|
|
6297
6297
|
}
|
|
6298
6298
|
|
|
6299
|
-
.bp_side_panel_module_dropShadowContent--
|
|
6299
|
+
.bp_side_panel_module_dropShadowContent--40d1c{
|
|
6300
6300
|
box-shadow:var(--dropshadow-3);
|
|
6301
6301
|
}
|
|
6302
6302
|
|
|
6303
|
-
.bp_side_panel_module_content--
|
|
6303
|
+
.bp_side_panel_module_content--40d1c .bp_side_panel_module_close--40d1c{
|
|
6304
6304
|
color:var(--gray-65);
|
|
6305
6305
|
position:fixed;
|
|
6306
6306
|
right:var(--space-4);
|
|
6307
6307
|
top:var(--space-4);
|
|
6308
6308
|
}
|
|
6309
6309
|
@media (width > 374px){
|
|
6310
|
-
.bp_side_panel_module_content--
|
|
6310
|
+
.bp_side_panel_module_content--40d1c .bp_side_panel_module_close--40d1c{
|
|
6311
6311
|
position:absolute;
|
|
6312
6312
|
top:var(--space-5);
|
|
6313
6313
|
}
|
|
6314
6314
|
}
|
|
6315
6315
|
|
|
6316
|
-
.bp_side_panel_module_overlayContent--
|
|
6316
|
+
.bp_side_panel_module_overlayContent--40d1c{
|
|
6317
6317
|
box-shadow:var(--dropshadow-3);
|
|
6318
6318
|
position:fixed;
|
|
6319
6319
|
right:0;
|
|
6320
6320
|
top:0;
|
|
6321
6321
|
z-index:300;
|
|
6322
6322
|
}
|
|
6323
|
-
.bp_side_panel_module_overlayContent--
|
|
6323
|
+
.bp_side_panel_module_overlayContent--40d1c .bp_side_panel_module_header--40d1c{
|
|
6324
6324
|
padding:var(--space-5) var(--space-14) var(--space-5) var(--space-4);
|
|
6325
6325
|
}
|
|
6326
6326
|
|
|
6327
|
-
.bp_side_panel_module_overlay--
|
|
6327
|
+
.bp_side_panel_module_overlay--40d1c{
|
|
6328
6328
|
background-color:var(--overlay-sidepanel-overlay);
|
|
6329
6329
|
bottom:0;
|
|
6330
6330
|
display:flex;
|
|
@@ -6335,15 +6335,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6335
6335
|
top:0;
|
|
6336
6336
|
z-index:300;
|
|
6337
6337
|
}
|
|
6338
|
-
.bp_side_panel_module_overlay--
|
|
6338
|
+
.bp_side_panel_module_overlay--40d1c .bp_side_panel_module_content--40d1c .bp_side_panel_module_header--40d1c{
|
|
6339
6339
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
6340
6340
|
}
|
|
6341
6341
|
|
|
6342
|
-
.bp_side_panel_module_dropShadowOverlay--
|
|
6342
|
+
.bp_side_panel_module_dropShadowOverlay--40d1c{
|
|
6343
6343
|
background-color:initial;
|
|
6344
6344
|
}
|
|
6345
6345
|
|
|
6346
|
-
.bp_side_panel_module_footer--
|
|
6346
|
+
.bp_side_panel_module_footer--40d1c{
|
|
6347
6347
|
background-color:var(--surface-surface);
|
|
6348
6348
|
display:flex;
|
|
6349
6349
|
justify-content:flex-end;
|
|
@@ -6353,19 +6353,19 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6353
6353
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6354
6354
|
}
|
|
6355
6355
|
|
|
6356
|
-
.bp_side_panel_module_footerShadow--
|
|
6356
|
+
.bp_side_panel_module_footerShadow--40d1c{
|
|
6357
6357
|
box-shadow:var(--dropshadow-3-inverse);
|
|
6358
6358
|
}
|
|
6359
6359
|
|
|
6360
|
-
.bp_side_panel_module_footerButton--
|
|
6360
|
+
.bp_side_panel_module_footerButton--40d1c{
|
|
6361
6361
|
margin-inline-start:var(--space-2);
|
|
6362
6362
|
}
|
|
6363
6363
|
|
|
6364
|
-
.bp_side_panel_module_footerButton--
|
|
6364
|
+
.bp_side_panel_module_footerButton--40d1c + .bp_side_panel_module_footerButton--40d1c{
|
|
6365
6365
|
margin-inline-start:var(--space-3);
|
|
6366
6366
|
}
|
|
6367
6367
|
|
|
6368
|
-
@keyframes bp_side_panel_module_slideIn--
|
|
6368
|
+
@keyframes bp_side_panel_module_slideIn--40d1c{
|
|
6369
6369
|
from{
|
|
6370
6370
|
inset-inline-end:-100%;
|
|
6371
6371
|
}
|
|
@@ -6373,7 +6373,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6373
6373
|
inset-inline-end:0;
|
|
6374
6374
|
}
|
|
6375
6375
|
}
|
|
6376
|
-
@keyframes bp_side_panel_module_slideOut--
|
|
6376
|
+
@keyframes bp_side_panel_module_slideOut--40d1c{
|
|
6377
6377
|
from{
|
|
6378
6378
|
inset-inline-end:0;
|
|
6379
6379
|
}
|
|
@@ -6506,7 +6506,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6506
6506
|
min-width:160px;
|
|
6507
6507
|
}
|
|
6508
6508
|
|
|
6509
|
-
.bp_switch_module_option--
|
|
6509
|
+
.bp_switch_module_option--f04fd{
|
|
6510
6510
|
display:flex;
|
|
6511
6511
|
flex-direction:column;
|
|
6512
6512
|
font-family:var(--body-default-font-family);
|
|
@@ -6518,26 +6518,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6518
6518
|
text-decoration:var(--body-default-text-decoration);
|
|
6519
6519
|
text-transform:var(--body-default-text-case);
|
|
6520
6520
|
}
|
|
6521
|
-
.bp_switch_module_option--
|
|
6521
|
+
.bp_switch_module_option--f04fd .bp_switch_module_label--f04fd{
|
|
6522
6522
|
cursor:pointer;
|
|
6523
6523
|
display:inline-flex;
|
|
6524
6524
|
flex-direction:row;
|
|
6525
6525
|
width:-moz-fit-content;
|
|
6526
6526
|
width:fit-content;
|
|
6527
6527
|
}
|
|
6528
|
-
.bp_switch_module_option--
|
|
6528
|
+
.bp_switch_module_option--f04fd .bp_switch_module_label--f04fd.bp_switch_module_rightAlign--f04fd{
|
|
6529
6529
|
flex-direction:row-reverse;
|
|
6530
6530
|
justify-content:space-between;
|
|
6531
6531
|
width:unset;
|
|
6532
6532
|
}
|
|
6533
|
-
.bp_switch_module_option--
|
|
6533
|
+
.bp_switch_module_option--f04fd .bp_switch_module_description--f04fd{
|
|
6534
6534
|
margin-left:calc(var(--space-3) + var(--size-10));
|
|
6535
6535
|
}
|
|
6536
|
-
.bp_switch_module_option--
|
|
6536
|
+
.bp_switch_module_option--f04fd .bp_switch_module_description--f04fd.bp_switch_module_rightAlign--f04fd{
|
|
6537
6537
|
margin-left:unset;
|
|
6538
6538
|
margin-right:calc(var(--space-3) + var(--size-10));
|
|
6539
6539
|
}
|
|
6540
|
-
.bp_switch_module_option--
|
|
6540
|
+
.bp_switch_module_option--f04fd .bp_switch_module_switch--f04fd{
|
|
6541
6541
|
all:unset;
|
|
6542
6542
|
align-items:center;
|
|
6543
6543
|
background-color:var(--surface-switch-surface-off);
|
|
@@ -6551,17 +6551,17 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6551
6551
|
width:var(--size-10);
|
|
6552
6552
|
will-change:transition;
|
|
6553
6553
|
}
|
|
6554
|
-
.bp_switch_module_option--
|
|
6554
|
+
.bp_switch_module_option--f04fd .bp_switch_module_switch--f04fd.bp_switch_module_rightAlign--f04fd{
|
|
6555
6555
|
margin-left:var(--space-10);
|
|
6556
6556
|
margin-right:unset;
|
|
6557
6557
|
}
|
|
6558
|
-
.bp_switch_module_option--
|
|
6558
|
+
.bp_switch_module_option--f04fd .bp_switch_module_switch--f04fd:focus-visible{
|
|
6559
6559
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
6560
6560
|
}
|
|
6561
|
-
.bp_switch_module_option--
|
|
6561
|
+
.bp_switch_module_option--f04fd .bp_switch_module_switch--f04fd[data-state=checked]{
|
|
6562
6562
|
background-color:var(--surface-switch-surface-on);
|
|
6563
6563
|
}
|
|
6564
|
-
.bp_switch_module_option--
|
|
6564
|
+
.bp_switch_module_option--f04fd .bp_switch_module_thumb--f04fd{
|
|
6565
6565
|
background-color:var(--surface-switch-surface);
|
|
6566
6566
|
border:var(--border-1) solid var(--border-switch-border);
|
|
6567
6567
|
border-radius:var(--size-10);
|
|
@@ -6573,17 +6573,17 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6573
6573
|
width:var(--size-5);
|
|
6574
6574
|
will-change:transform;
|
|
6575
6575
|
}
|
|
6576
|
-
.bp_switch_module_option--
|
|
6576
|
+
.bp_switch_module_option--f04fd .bp_switch_module_thumb--f04fd[data-state=checked]{
|
|
6577
6577
|
transform:translateX(calc(var(--size-10)/2));
|
|
6578
6578
|
}
|
|
6579
|
-
.bp_switch_module_option--
|
|
6579
|
+
.bp_switch_module_option--f04fd.bp_switch_module_disabled--f04fd .bp_switch_module_label--f04fd{
|
|
6580
6580
|
cursor:default;
|
|
6581
6581
|
}
|
|
6582
|
-
.bp_switch_module_option--
|
|
6582
|
+
.bp_switch_module_option--f04fd.bp_switch_module_disabled--f04fd .bp_switch_module_switch--f04fd{
|
|
6583
6583
|
opacity:60%;
|
|
6584
6584
|
}
|
|
6585
6585
|
|
|
6586
|
-
.bp_text_button_module_textButton--
|
|
6586
|
+
.bp_text_button_module_textButton--3f667{
|
|
6587
6587
|
align-items:center;
|
|
6588
6588
|
background:#0000;
|
|
6589
6589
|
border:none;
|
|
@@ -6604,54 +6604,54 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6604
6604
|
-webkit-user-select:text;
|
|
6605
6605
|
user-select:text;
|
|
6606
6606
|
}
|
|
6607
|
-
.bp_text_button_module_textButton--
|
|
6607
|
+
.bp_text_button_module_textButton--3f667.bp_text_button_module_isFontInherited--3f667{
|
|
6608
6608
|
border-radius:.125em;
|
|
6609
6609
|
font:inherit;
|
|
6610
6610
|
}
|
|
6611
|
-
.bp_text_button_module_textButton--
|
|
6611
|
+
.bp_text_button_module_textButton--3f667.bp_text_button_module_isFontInherited--3f667.bp_text_button_module_isIconButton--3f667{
|
|
6612
6612
|
gap:.25em;
|
|
6613
6613
|
}
|
|
6614
|
-
.bp_text_button_module_textButton--
|
|
6614
|
+
.bp_text_button_module_textButton--3f667.bp_text_button_module_isFontInherited--3f667:not(:disabled)[data-focus-visible]{
|
|
6615
6615
|
box-shadow:0 0 0 .125em var(--outline-focus-on-light);
|
|
6616
6616
|
}
|
|
6617
|
-
.bp_text_button_module_textButton--
|
|
6617
|
+
.bp_text_button_module_textButton--3f667 .bp_text_button_module_scaleLoader--3f667 div{
|
|
6618
6618
|
border-radius:.375em;
|
|
6619
6619
|
height:.625em;
|
|
6620
6620
|
width:.125em;
|
|
6621
6621
|
}
|
|
6622
|
-
.bp_text_button_module_textButton--
|
|
6622
|
+
.bp_text_button_module_textButton--3f667 .bp_text_button_module_icon--3f667{
|
|
6623
6623
|
align-items:center;
|
|
6624
6624
|
display:flex;
|
|
6625
6625
|
}
|
|
6626
|
-
.bp_text_button_module_textButton--
|
|
6626
|
+
.bp_text_button_module_textButton--3f667 .bp_text_button_module_hideTextContent--3f667{
|
|
6627
6627
|
visibility:hidden;
|
|
6628
6628
|
}
|
|
6629
|
-
.bp_text_button_module_textButton--
|
|
6629
|
+
.bp_text_button_module_textButton--3f667.bp_text_button_module_isIconButton--3f667{
|
|
6630
6630
|
gap:var(--space-1);
|
|
6631
6631
|
}
|
|
6632
|
-
.bp_text_button_module_textButton--
|
|
6632
|
+
.bp_text_button_module_textButton--3f667.bp_text_button_module_visuallyHidden--3f667{
|
|
6633
6633
|
color:#0000;
|
|
6634
6634
|
pointer-events:none;
|
|
6635
6635
|
position:relative;
|
|
6636
6636
|
}
|
|
6637
|
-
.bp_text_button_module_textButton--
|
|
6637
|
+
.bp_text_button_module_textButton--3f667:disabled{
|
|
6638
6638
|
opacity:.3;
|
|
6639
6639
|
}
|
|
6640
|
-
.bp_text_button_module_textButton--
|
|
6640
|
+
.bp_text_button_module_textButton--3f667:not(:disabled):hover,.bp_text_button_module_textButton--3f667:not(:disabled)[data-focus-visible]{
|
|
6641
6641
|
color:var(--text-cta-link-hover);
|
|
6642
6642
|
}
|
|
6643
|
-
.bp_text_button_module_textButton--
|
|
6643
|
+
.bp_text_button_module_textButton--3f667:not(:disabled)[data-focus-visible]{
|
|
6644
6644
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
6645
6645
|
}
|
|
6646
|
-
.bp_text_button_module_textButton--
|
|
6646
|
+
.bp_text_button_module_textButton--3f667:not(:disabled):active{
|
|
6647
6647
|
color:var(--text-cta-link-pressed);
|
|
6648
6648
|
}
|
|
6649
6649
|
|
|
6650
|
-
.bp_text_input_module_textInput--
|
|
6650
|
+
.bp_text_input_module_textInput--ea95d.bp_text_input_module_textInput--ea95d.bp_text_input_module_textInput--ea95d input:has(+ .bp_text_input_module_iconEnd--ea95d){
|
|
6651
6651
|
padding-inline-end:1.875rem;
|
|
6652
6652
|
}
|
|
6653
6653
|
|
|
6654
|
-
.bp_text_input_module_loadingIndicatorReset--
|
|
6654
|
+
.bp_text_input_module_loadingIndicatorReset--ea95d div{
|
|
6655
6655
|
position:static;
|
|
6656
6656
|
}
|
|
6657
6657
|
.bp_text_toggle_button_module_textToggleButton--a97ea{
|
|
@@ -6711,13 +6711,34 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6711
6711
|
--surface-surface-brand-pressed:#004eac;
|
|
6712
6712
|
--surface-surface-brand-busy:#0061d5;
|
|
6713
6713
|
--surface-surface-brand-disabled:#0061d5;
|
|
6714
|
+
--surface-cta-destructive-surface-tertiary:#0000;
|
|
6715
|
+
--surface-badge-image-surface:#1e9b67;
|
|
6716
|
+
--surface-badge-canvas-surface:#d97417;
|
|
6717
|
+
--surface-badge-completed-surface:#1e9b67;
|
|
6714
6718
|
--surface-badge-pdf-surface:#d0021b;
|
|
6715
6719
|
--surface-badge-docs-surface:#4083f7;
|
|
6716
6720
|
--surface-badge-sheets-surface:#21a464;
|
|
6717
6721
|
--surface-badge-pages-surface:#ff9500;
|
|
6718
6722
|
--surface-badge-keynote-surface:#0a84ff;
|
|
6719
6723
|
--surface-badge-video-surface:#009aed;
|
|
6724
|
+
--surface-badge-drawing-surface:#009aed;
|
|
6725
|
+
--surface-badge-excel-surface:#107c41;
|
|
6726
|
+
--surface-badge-slides-surface:#f7ba00;
|
|
6727
|
+
--surface-badge-illustrator-surface:#051e25;
|
|
6728
|
+
--surface-badge-indesign-surface:#131415;
|
|
6729
|
+
--surface-badge-numbers-surface:#00a650;
|
|
6730
|
+
--surface-badge-photoshop-surface:#131415;
|
|
6731
|
+
--surface-badge-powerpoint-surface:#c43e1c;
|
|
6732
|
+
--surface-badge-presentation-surface:#d97417;
|
|
6733
|
+
--surface-badge-spreadsheet-surface:#3fb87f;
|
|
6734
|
+
--surface-badge-three-d-surface:#d97417;
|
|
6735
|
+
--surface-badge-vector-surface:#d97417;
|
|
6736
|
+
--surface-badge-word-surface:#185abd;
|
|
6720
6737
|
--border-cta-border-outline-disabled:#646464;
|
|
6738
|
+
--border-divider-border-brand:#e8e8e81a;
|
|
6739
|
+
--icon-icon-illustrator:#ff9400;
|
|
6740
|
+
--icon-icon-indesign:#ff57a1;
|
|
6741
|
+
--icon-icon-photoshop:#26c9ff;
|
|
6721
6742
|
--brand-box-ai-100:linear-gradient(135deg, #fe03dc 0%, #2784fa 100%);
|
|
6722
6743
|
--brand-box-ai-120:linear-gradient(135deg, #cb02b0 0%, #1f6ac8 100%);
|
|
6723
6744
|
--brand-box-ai-140:linear-gradient(135deg, #980284 0%, #174f96 100%);
|
|
@@ -7059,6 +7080,8 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7059
7080
|
--surface-cta-surface-secondary:var(--gray-white);
|
|
7060
7081
|
--surface-cta-surface-secondary-busy:var(--gray-white);
|
|
7061
7082
|
--surface-cta-surface-secondary-disabled:var(--gray-white);
|
|
7083
|
+
--surface-cta-destructive-surface-tertiary-hover:var(--watermelon-red-05);
|
|
7084
|
+
--surface-cta-destructive-surface-tertiary-pressed:var(--watermelon-red-10);
|
|
7062
7085
|
--surface-cta-surface-secondary-hover:var(--gray-05);
|
|
7063
7086
|
--surface-cta-surface-secondary-focus:var(--gray-05);
|
|
7064
7087
|
--surface-cta-surface-secondary-pressed:var(--gray-10);
|
|
@@ -7199,8 +7222,6 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7199
7222
|
--surface-tab-surface-pressed:var(--gray-10);
|
|
7200
7223
|
--surface-accordion-surface:var(--gray-white);
|
|
7201
7224
|
--surface-accordion-surface-hover:var(--gray-05);
|
|
7202
|
-
--surface-badge-image-surface:var(--green-light-100);
|
|
7203
|
-
--surface-badge-canvas-surface:var(--orange-100);
|
|
7204
7225
|
--surface-badge-boxnote-surface:var(--gray-10);
|
|
7205
7226
|
--surface-badge-folderexternal-surface:var(--gray-65);
|
|
7206
7227
|
--surface-badge-foldershared-surface:var(--light-blue-100);
|
|
@@ -7209,7 +7230,6 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7209
7230
|
--surface-badge-task-surface:var(--light-blue-100);
|
|
7210
7231
|
--surface-badge-taskapproval-surface:var(--light-blue-120);
|
|
7211
7232
|
--surface-badge-annotation-surface:var(--yellorange-100);
|
|
7212
|
-
--surface-badge-completed-surface:var(--green-light-100);
|
|
7213
7233
|
--surface-badge-rejected-surface:var(--watermelon-red-110);
|
|
7214
7234
|
--surface-badge-error-surface:var(--watermelon-red-110);
|
|
7215
7235
|
--surface-badge-external-surface:var(--gray-50);
|
|
@@ -7221,6 +7241,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7221
7241
|
--surface-badge-offline-surface:var(--green-light-100);
|
|
7222
7242
|
--surface-badge-progress-surface:var(--yellorange-100);
|
|
7223
7243
|
--surface-badge-notification-surface:var(--watermelon-red-110);
|
|
7244
|
+
--surface-badge-bookmark-surface:var(--box-blue-100);
|
|
7245
|
+
--surface-badge-hubs-surface:var(--box-blue-100);
|
|
7246
|
+
--surface-badge-boxapps-surface:var(--box-blue-100);
|
|
7247
|
+
--surface-badge-audio-surface:var(--purple-rain-100);
|
|
7248
|
+
--surface-badge-code-surface:var(--watermelon-red-100);
|
|
7249
|
+
--surface-badge-default-surface:var(--gray-65);
|
|
7250
|
+
--surface-badge-text-surface:var(--box-blue-100);
|
|
7251
|
+
--surface-badge-zip-surface:var(--gray-65);
|
|
7224
7252
|
--surface-chip-button-surface:var(--black-opacity-04);
|
|
7225
7253
|
--surface-chip-button-surface-hover:var(--black-opacity-08);
|
|
7226
7254
|
--surface-page-surface:var(--gray-white);
|
|
@@ -7416,6 +7444,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7416
7444
|
--brand-sign-primary:var(--dark-blue-100);
|
|
7417
7445
|
--brand-sign-secondary:var(--dark-blue-20);
|
|
7418
7446
|
--brand-sign-tertiary:var(--dark-blue-10);
|
|
7447
|
+
--fullscreen-page-header-height:var(--size-16);
|
|
7448
|
+
--fullscreen-page-header-left-padding:var(--space-2);
|
|
7449
|
+
--fullscreen-page-header-right-padding:var(--space-4);
|
|
7450
|
+
--fullscreen-page-header-left-elements-gap:var(--space-1);
|
|
7451
|
+
--fullscreen-page-header-right-elements-gap:var(--space-2);
|
|
7452
|
+
--fullscreen-page-header-title-gap:var(--space-2);
|
|
7453
|
+
--fullscreen-page-header-subtitle-gap:var(--space-1);
|
|
7454
|
+
--back-button-width:var(--size-6);
|
|
7419
7455
|
--title-subtitle-font-family:var(--font-families-sans);
|
|
7420
7456
|
--title-subtitle-font-weight:var(--font-weights-bold);
|
|
7421
7457
|
--title-small-font-family:var(--font-families-sans);
|
|
@@ -7452,7 +7488,6 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7452
7488
|
--motion-transition-slide-in:var(--animation-duration-4) var(--animation-easing-ease-base);
|
|
7453
7489
|
--notification-default-font-family:var(--font-families-sans);
|
|
7454
7490
|
--notification-default-font-weight:var(--font-weights-bold);
|
|
7455
|
-
--border-divider-border-brand:var(--border-divider-border);
|
|
7456
7491
|
--bp-border-cta-border-outline-disabled:#646464;
|
|
7457
7492
|
--bp-border-divider-border-brand:#e8e8e81a;
|
|
7458
7493
|
--bp-border-00:0;
|
|
@@ -8370,7 +8405,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8370
8405
|
--z-index-card-tooltip:2147483647;
|
|
8371
8406
|
}
|
|
8372
8407
|
|
|
8373
|
-
.bp_toolbar_module_toolbarRoot--
|
|
8408
|
+
.bp_toolbar_module_toolbarRoot--edc16{
|
|
8374
8409
|
background:var(--surface-surface);
|
|
8375
8410
|
border:var(--border-1) solid var(--border-card-border);
|
|
8376
8411
|
border-radius:var(--radius-4);
|
|
@@ -8378,16 +8413,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8378
8413
|
padding:calc(var(--space-1) - var(--border-1));
|
|
8379
8414
|
}
|
|
8380
8415
|
|
|
8381
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
8416
|
+
.bp_toolbar_module_scrollButtonWrapper--edc16,.bp_toolbar_module_toolbarRoot--edc16{
|
|
8382
8417
|
align-items:center;
|
|
8383
8418
|
display:flex;
|
|
8384
8419
|
gap:var(--space-1);
|
|
8385
8420
|
}
|
|
8386
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
8421
|
+
.bp_toolbar_module_scrollButtonWrapper--edc16.bp_toolbar_module_hidden--edc16{
|
|
8387
8422
|
display:none;
|
|
8388
8423
|
}
|
|
8389
8424
|
|
|
8390
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
8425
|
+
.bp_toolbar_module_scrollableChildrenWrapper--edc16{
|
|
8391
8426
|
-ms-overflow-style:none;
|
|
8392
8427
|
align-items:center;
|
|
8393
8428
|
display:flex;
|
|
@@ -8400,26 +8435,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8400
8435
|
scrollbar-width:none;
|
|
8401
8436
|
white-space:nowrap;
|
|
8402
8437
|
}
|
|
8403
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
8438
|
+
.bp_toolbar_module_scrollableChildrenWrapper--edc16::-webkit-scrollbar{
|
|
8404
8439
|
display:none;
|
|
8405
8440
|
}
|
|
8406
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
8441
|
+
.bp_toolbar_module_scrollableChildrenWrapper--edc16 > *{
|
|
8407
8442
|
flex:none;
|
|
8408
8443
|
}
|
|
8409
8444
|
|
|
8410
|
-
.bp_toolbar_module_separator--
|
|
8445
|
+
.bp_toolbar_module_separator--edc16{
|
|
8411
8446
|
background-color:var(--border-divider-border);
|
|
8412
8447
|
border-radius:var(--radius-2);
|
|
8413
8448
|
height:var(--size-6);
|
|
8414
8449
|
width:1px;
|
|
8415
8450
|
}
|
|
8416
8451
|
|
|
8417
|
-
.bp_toolbar_module_toggleGroup--
|
|
8452
|
+
.bp_toolbar_module_toggleGroup--edc16{
|
|
8418
8453
|
display:flex;
|
|
8419
8454
|
gap:var(--space-1);
|
|
8420
8455
|
}
|
|
8421
8456
|
|
|
8422
|
-
.bp_toolbar_module_toolbarItem--
|
|
8457
|
+
.bp_toolbar_module_toolbarItem--edc16{
|
|
8423
8458
|
--toolbar-item-hover-opacity:.3;
|
|
8424
8459
|
align-items:center;
|
|
8425
8460
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
@@ -8437,45 +8472,45 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8437
8472
|
-webkit-user-select:none;
|
|
8438
8473
|
user-select:none;
|
|
8439
8474
|
}
|
|
8440
|
-
.bp_toolbar_module_toolbarItem--
|
|
8475
|
+
.bp_toolbar_module_toolbarItem--edc16[data-disabled]{
|
|
8441
8476
|
background:var(--surface-toggle-surface);
|
|
8442
8477
|
opacity:var(--toolbar-item-hover-opacity);
|
|
8443
8478
|
pointer-events:none;
|
|
8444
8479
|
}
|
|
8445
|
-
.bp_toolbar_module_toolbarItem--
|
|
8480
|
+
.bp_toolbar_module_toolbarItem--edc16:not([data-disabled]):focus-visible{
|
|
8446
8481
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
8447
8482
|
}
|
|
8448
|
-
.bp_toolbar_module_toolbarItem--
|
|
8483
|
+
.bp_toolbar_module_toolbarItem--edc16:not([data-disabled]):hover{
|
|
8449
8484
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
8450
8485
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
8451
8486
|
}
|
|
8452
8487
|
|
|
8453
|
-
.bp_toolbar_module_toolbarToggle--
|
|
8488
|
+
.bp_toolbar_module_toolbarToggle--edc16[data-state=on]{
|
|
8454
8489
|
background:var(--surface-toggle-surface-pressed);
|
|
8455
8490
|
}
|
|
8456
|
-
.bp_toolbar_module_toolbarToggle--
|
|
8491
|
+
.bp_toolbar_module_toolbarToggle--edc16[data-state=on] svg *{
|
|
8457
8492
|
fill:var(--icon-icon-on-dark);
|
|
8458
8493
|
}
|
|
8459
|
-
.bp_toolbar_module_toolbarToggle--
|
|
8494
|
+
.bp_toolbar_module_toolbarToggle--edc16[data-state=on]:not([data-disabled]):hover{
|
|
8460
8495
|
background:var(--surface-toggle-surface-on-hover);
|
|
8461
8496
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
8462
8497
|
}
|
|
8463
8498
|
|
|
8464
|
-
.bp_toolbar_module_dropdownIndicator--
|
|
8499
|
+
.bp_toolbar_module_dropdownIndicator--edc16.bp_toolbar_module_invertCaret--edc16{
|
|
8465
8500
|
transform:rotate(.5turn);
|
|
8466
8501
|
}
|
|
8467
8502
|
|
|
8468
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
8503
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--edc16{
|
|
8469
8504
|
--trigger-button-hover-opacity:.7;
|
|
8470
8505
|
}
|
|
8471
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
8506
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--edc16[data-state=on] .bp_toolbar_module_dropdownIndicator--edc16 path{
|
|
8472
8507
|
fill:var(--icon-icon-on-light);
|
|
8473
8508
|
}
|
|
8474
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
8509
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--edc16[data-state=on]:hover{
|
|
8475
8510
|
opacity:var(--trigger-button-hover-opacity);
|
|
8476
8511
|
}
|
|
8477
8512
|
|
|
8478
|
-
.bp_toolbar_module_toolbarIcon--
|
|
8513
|
+
.bp_toolbar_module_toolbarIcon--edc16{
|
|
8479
8514
|
align-items:center;
|
|
8480
8515
|
display:flex;
|
|
8481
8516
|
height:var(--size-5);
|
|
@@ -8483,7 +8518,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8483
8518
|
width:var(--size-5);
|
|
8484
8519
|
}
|
|
8485
8520
|
|
|
8486
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8521
|
+
.bp_toolbar_module_toolbarTextToggleItem--edc16{
|
|
8487
8522
|
border:var(--border-1) solid var(--border-toggletext-border-off);
|
|
8488
8523
|
color:var(--text-text-on-light);
|
|
8489
8524
|
font-family:var(--body-default-font-family);
|
|
@@ -8498,24 +8533,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8498
8533
|
text-transform:var(--body-default-text-case);
|
|
8499
8534
|
white-space:nowrap;
|
|
8500
8535
|
}
|
|
8501
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8536
|
+
.bp_toolbar_module_toolbarTextToggleItem--edc16:hover{
|
|
8502
8537
|
background:var(--surface-toggle-surface-off-hover);
|
|
8503
8538
|
border-color:var(--border-toggletext-border-off-hover);
|
|
8504
8539
|
}
|
|
8505
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8540
|
+
.bp_toolbar_module_toolbarTextToggleItem--edc16:active{
|
|
8506
8541
|
background:var(--surface-toggle-surface-off-pressed);
|
|
8507
8542
|
border-color:var(--border-toggletext-border-off-pressed);
|
|
8508
8543
|
}
|
|
8509
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8544
|
+
.bp_toolbar_module_toolbarTextToggleItem--edc16[aria-checked=true]{
|
|
8510
8545
|
background:var(--surface-toggletext-surface-on);
|
|
8511
8546
|
border:var(--border-1) solid var(--border-toggletext-border-on);
|
|
8512
8547
|
color:var(--text-toggletext-text);
|
|
8513
8548
|
}
|
|
8514
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8549
|
+
.bp_toolbar_module_toolbarTextToggleItem--edc16[aria-checked=true]:hover{
|
|
8515
8550
|
background:var(--surface-toggletext-surface-on-hover);
|
|
8516
8551
|
border-color:var(--border-toggletext-border-on-hover);
|
|
8517
8552
|
}
|
|
8518
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8553
|
+
.bp_toolbar_module_toolbarTextToggleItem--edc16[aria-checked=true]:active{
|
|
8519
8554
|
background:var(--surface-toggletext-surface-on-pressed);
|
|
8520
8555
|
border-color:var(--border-toggletext-border-on-pressed);
|
|
8521
8556
|
}
|