@box/blueprint-web 12.2.0 → 12.3.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.js +23 -3
- package/dist/lib-esm/combobox/combobox.module.js +1 -1
- package/dist/lib-esm/combobox/types.d.ts +7 -0
- package/dist/lib-esm/combobox-group/combobox-group.module.js +1 -1
- package/dist/lib-esm/content-card/content-card.module.js +1 -1
- package/dist/lib-esm/data-table/cell/sticky-cell.module.js +1 -1
- package/dist/lib-esm/data-table/data-table.module.js +1 -1
- package/dist/lib-esm/date-picker/date-picker.module.js +1 -1
- package/dist/lib-esm/empty-state/empty-state.module.js +1 -1
- package/dist/lib-esm/index.css +609 -609
- 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/package.json +3 -3
package/dist/lib-esm/index.css
CHANGED
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.bp_loading_indicator_module_crawler--
|
|
123
|
+
.bp_loading_indicator_module_crawler--80ada{
|
|
124
124
|
align-items:center;
|
|
125
125
|
display:flex;
|
|
126
126
|
height:1.5rem;
|
|
@@ -132,44 +132,44 @@
|
|
|
132
132
|
white-space:nowrap;
|
|
133
133
|
width:1.5rem;
|
|
134
134
|
}
|
|
135
|
-
.bp_loading_indicator_module_crawler--
|
|
135
|
+
.bp_loading_indicator_module_crawler--80ada .bp_loading_indicator_module_segment--80ada{
|
|
136
136
|
border-radius:.375rem;
|
|
137
137
|
display:inline-block;
|
|
138
138
|
height:.625rem;
|
|
139
139
|
width:.125rem;
|
|
140
140
|
}
|
|
141
|
-
.bp_loading_indicator_module_crawler--
|
|
141
|
+
.bp_loading_indicator_module_crawler--80ada.bp_loading_indicator_module_small--80ada{
|
|
142
142
|
transform:scale(.6667);
|
|
143
143
|
}
|
|
144
|
-
.bp_loading_indicator_module_crawler--
|
|
144
|
+
.bp_loading_indicator_module_crawler--80ada.bp_loading_indicator_module_large--80ada{
|
|
145
145
|
transform:scale(1.3334);
|
|
146
146
|
}
|
|
147
|
-
.bp_loading_indicator_module_crawler--
|
|
147
|
+
.bp_loading_indicator_module_crawler--80ada.bp_loading_indicator_module_x-large--80ada{
|
|
148
148
|
transform:scale(2);
|
|
149
149
|
}
|
|
150
|
-
.bp_loading_indicator_module_crawler--
|
|
151
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
150
|
+
.bp_loading_indicator_module_crawler--80ada.bp_loading_indicator_module_default--80ada .bp_loading_indicator_module_segment--80ada{
|
|
151
|
+
animation:bp_loading_indicator_module_segment-transform--80ada .66s ease-in-out infinite,bp_loading_indicator_module_segment-default--80ada .66s ease-in-out infinite;
|
|
152
152
|
}
|
|
153
|
-
.bp_loading_indicator_module_crawler--
|
|
154
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
153
|
+
.bp_loading_indicator_module_crawler--80ada.bp_loading_indicator_module_dark--80ada .bp_loading_indicator_module_segment--80ada{
|
|
154
|
+
animation:bp_loading_indicator_module_segment-transform--80ada .66s ease-in-out infinite,bp_loading_indicator_module_segment-dark--80ada .66s ease-in-out infinite;
|
|
155
155
|
}
|
|
156
|
-
.bp_loading_indicator_module_crawler--
|
|
157
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
156
|
+
.bp_loading_indicator_module_crawler--80ada.bp_loading_indicator_module_light--80ada .bp_loading_indicator_module_segment--80ada{
|
|
157
|
+
animation:bp_loading_indicator_module_segment-transform--80ada .66s ease-in-out infinite,bp_loading_indicator_module_segment-light--80ada .66s ease-in-out infinite;
|
|
158
158
|
background-color:var(--gray-white);
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.bp_loading_indicator_module_crawler--
|
|
161
|
+
.bp_loading_indicator_module_crawler--80ada .bp_loading_indicator_module_segment--80ada:nth-child(2){
|
|
162
162
|
animation-delay:.1s;
|
|
163
163
|
margin-left:.125rem;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.bp_loading_indicator_module_crawler--
|
|
166
|
+
.bp_loading_indicator_module_crawler--80ada .bp_loading_indicator_module_segment--80ada:last-child{
|
|
167
167
|
animation-delay:.2s;
|
|
168
168
|
left:.5rem;
|
|
169
169
|
margin-left:.125rem;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
@keyframes bp_loading_indicator_module_segment-transform--
|
|
172
|
+
@keyframes bp_loading_indicator_module_segment-transform--80ada{
|
|
173
173
|
0%,100%,80%{
|
|
174
174
|
transform:scaleY(1.2);
|
|
175
175
|
}
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
transform:scaleY(1.6);
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
|
-
@keyframes bp_loading_indicator_module_segment-dark--
|
|
180
|
+
@keyframes bp_loading_indicator_module_segment-dark--80ada{
|
|
181
181
|
0%,100%,80%{
|
|
182
182
|
background-color:var(--gray-30);
|
|
183
183
|
}
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
background-color:var(--gray-black);
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
|
-
@keyframes bp_loading_indicator_module_segment-default--
|
|
188
|
+
@keyframes bp_loading_indicator_module_segment-default--80ada{
|
|
189
189
|
0%,100%,80%{
|
|
190
190
|
background-color:var(--box-blue-30);
|
|
191
191
|
}
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
background-color:var(--box-blue-100);
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
@keyframes bp_loading_indicator_module_segment-light--
|
|
196
|
+
@keyframes bp_loading_indicator_module_segment-light--80ada{
|
|
197
197
|
0%,100%,80%{
|
|
198
198
|
opacity:.3;
|
|
199
199
|
}
|
|
@@ -311,26 +311,26 @@
|
|
|
311
311
|
opacity:0;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
.bp_text_module_textReset--
|
|
314
|
+
.bp_text_module_textReset--1c328{
|
|
315
315
|
margin:0;
|
|
316
316
|
text-align:inherit;
|
|
317
317
|
}
|
|
318
|
-
.bp_text_module_textReset--
|
|
318
|
+
.bp_text_module_textReset--1c328.bp_text_module_breakWord--1c328{
|
|
319
319
|
overflow-wrap:break-word;
|
|
320
320
|
}
|
|
321
|
-
.bp_text_module_textReset--
|
|
321
|
+
.bp_text_module_textReset--1c328.bp_text_module_textOnLightDefault--1c328{
|
|
322
322
|
color:var(--text-text-on-light);
|
|
323
323
|
}
|
|
324
|
-
.bp_text_module_textReset--
|
|
324
|
+
.bp_text_module_textReset--1c328.bp_text_module_textOnLightSecondary--1c328{
|
|
325
325
|
color:var(--text-text-on-light-secondary);
|
|
326
326
|
}
|
|
327
|
-
.bp_text_module_textReset--
|
|
327
|
+
.bp_text_module_textReset--1c328.bp_text_module_textOnLightLink--1c328{
|
|
328
328
|
color:var(--text-cta-link);
|
|
329
329
|
}
|
|
330
|
-
.bp_text_module_textReset--
|
|
330
|
+
.bp_text_module_textReset--1c328.bp_text_module_textOnDarkDefault--1c328{
|
|
331
331
|
color:var(--text-text-on-dark);
|
|
332
332
|
}
|
|
333
|
-
.bp_text_module_textReset--
|
|
333
|
+
.bp_text_module_textReset--1c328.bp_text_module_titleMondo--1c328{
|
|
334
334
|
font-family:var(--title-mondo-font-family);
|
|
335
335
|
font-size:var(--title-mondo-font-size);
|
|
336
336
|
font-weight:var(--title-mondo-font-weight);
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
text-decoration:var(--title-mondo-text-decoration);
|
|
341
341
|
text-transform:var(--title-mondo-text-case);
|
|
342
342
|
}
|
|
343
|
-
.bp_text_module_textReset--
|
|
343
|
+
.bp_text_module_textReset--1c328.bp_text_module_titleXLarge--1c328{
|
|
344
344
|
font-family:var(--title-x-large-font-family);
|
|
345
345
|
font-size:var(--title-x-large-font-size);
|
|
346
346
|
font-weight:var(--title-x-large-font-weight);
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
text-decoration:var(--title-x-large-text-decoration);
|
|
351
351
|
text-transform:var(--title-x-large-text-case);
|
|
352
352
|
}
|
|
353
|
-
.bp_text_module_textReset--
|
|
353
|
+
.bp_text_module_textReset--1c328.bp_text_module_titleLarge--1c328{
|
|
354
354
|
font-family:var(--title-large-font-family);
|
|
355
355
|
font-size:var(--title-large-font-size);
|
|
356
356
|
font-weight:var(--title-large-font-weight);
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
text-decoration:var(--title-large-text-decoration);
|
|
361
361
|
text-transform:var(--title-large-text-case);
|
|
362
362
|
}
|
|
363
|
-
.bp_text_module_textReset--
|
|
363
|
+
.bp_text_module_textReset--1c328.bp_text_module_titleMedium--1c328{
|
|
364
364
|
font-family:var(--title-medium-font-family);
|
|
365
365
|
font-size:var(--title-medium-font-size);
|
|
366
366
|
font-weight:var(--title-medium-font-weight);
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
text-decoration:var(--title-medium-text-decoration);
|
|
371
371
|
text-transform:var(--title-medium-text-case);
|
|
372
372
|
}
|
|
373
|
-
.bp_text_module_textReset--
|
|
373
|
+
.bp_text_module_textReset--1c328.bp_text_module_titleSmall--1c328{
|
|
374
374
|
font-family:var(--title-small-font-family);
|
|
375
375
|
font-size:var(--title-small-font-size);
|
|
376
376
|
font-weight:var(--title-small-font-weight);
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
text-decoration:var(--title-small-text-decoration);
|
|
381
381
|
text-transform:var(--title-small-text-case);
|
|
382
382
|
}
|
|
383
|
-
.bp_text_module_textReset--
|
|
383
|
+
.bp_text_module_textReset--1c328.bp_text_module_subtitle--1c328{
|
|
384
384
|
font-family:var(--title-subtitle-font-family);
|
|
385
385
|
font-size:var(--title-subtitle-font-size);
|
|
386
386
|
font-weight:var(--title-subtitle-font-weight);
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
text-decoration:var(--title-subtitle-text-decoration);
|
|
391
391
|
text-transform:var(--title-subtitle-text-case);
|
|
392
392
|
}
|
|
393
|
-
.bp_text_module_textReset--
|
|
393
|
+
.bp_text_module_textReset--1c328.bp_text_module_bodyLargeBold--1c328{
|
|
394
394
|
font-family:var(--body-large-bold-font-family);
|
|
395
395
|
font-size:var(--body-large-bold-font-size);
|
|
396
396
|
font-weight:var(--body-large-bold-font-weight);
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
text-decoration:var(--body-large-bold-text-decoration);
|
|
401
401
|
text-transform:var(--body-large-bold-text-case);
|
|
402
402
|
}
|
|
403
|
-
.bp_text_module_textReset--
|
|
403
|
+
.bp_text_module_textReset--1c328.bp_text_module_bodyLarge--1c328{
|
|
404
404
|
font-family:var(--body-large-font-family);
|
|
405
405
|
font-size:var(--body-large-font-size);
|
|
406
406
|
font-weight:var(--body-large-font-weight);
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
text-decoration:var(--body-large-text-decoration);
|
|
411
411
|
text-transform:var(--body-large-text-case);
|
|
412
412
|
}
|
|
413
|
-
.bp_text_module_textReset--
|
|
413
|
+
.bp_text_module_textReset--1c328.bp_text_module_bodyDefaultBold--1c328{
|
|
414
414
|
font-family:var(--body-default-bold-font-family);
|
|
415
415
|
font-size:var(--body-default-bold-font-size);
|
|
416
416
|
font-weight:var(--body-default-bold-font-weight);
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
421
421
|
text-transform:var(--body-default-bold-text-case);
|
|
422
422
|
}
|
|
423
|
-
.bp_text_module_textReset--
|
|
423
|
+
.bp_text_module_textReset--1c328.bp_text_module_bodyDefaultSemibold--1c328{
|
|
424
424
|
font-family:var(--body-default-semibold-font-family);
|
|
425
425
|
font-size:var(--body-default-semibold-font-size);
|
|
426
426
|
font-weight:var(--body-default-semibold-font-weight);
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
text-decoration:var(--body-default-semibold-text-decoration);
|
|
431
431
|
text-transform:var(--body-default-semibold-text-case);
|
|
432
432
|
}
|
|
433
|
-
.bp_text_module_textReset--
|
|
433
|
+
.bp_text_module_textReset--1c328.bp_text_module_bodyDefault--1c328{
|
|
434
434
|
font-family:var(--body-default-font-family);
|
|
435
435
|
font-size:var(--body-default-font-size);
|
|
436
436
|
font-weight:var(--body-default-font-weight);
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
text-decoration:var(--body-default-text-decoration);
|
|
441
441
|
text-transform:var(--body-default-text-case);
|
|
442
442
|
}
|
|
443
|
-
.bp_text_module_textReset--
|
|
443
|
+
.bp_text_module_textReset--1c328.bp_text_module_caption--1c328{
|
|
444
444
|
font-family:var(--caption-default-font-family);
|
|
445
445
|
font-size:var(--caption-default-font-size);
|
|
446
446
|
font-weight:var(--caption-default-font-weight);
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
text-decoration:var(--caption-default-text-decoration);
|
|
451
451
|
text-transform:var(--caption-default-text-case);
|
|
452
452
|
}
|
|
453
|
-
.bp_text_module_textReset--
|
|
453
|
+
.bp_text_module_textReset--1c328.bp_text_module_labelBold--1c328{
|
|
454
454
|
font-family:var(--label-bold-font-family);
|
|
455
455
|
font-size:var(--label-bold-font-size);
|
|
456
456
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
text-decoration:var(--label-bold-text-decoration);
|
|
461
461
|
text-transform:var(--label-bold-text-case);
|
|
462
462
|
}
|
|
463
|
-
.bp_text_module_textReset--
|
|
463
|
+
.bp_text_module_textReset--1c328.bp_text_module_label--1c328{
|
|
464
464
|
font-family:var(--label-default-font-family);
|
|
465
465
|
font-size:var(--label-default-font-size);
|
|
466
466
|
font-weight:var(--label-default-font-weight);
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
transform:rotate(180deg);
|
|
737
737
|
}
|
|
738
738
|
|
|
739
|
-
.bp_avatar_module_avatar--
|
|
739
|
+
.bp_avatar_module_avatar--def62{
|
|
740
740
|
all:unset;
|
|
741
741
|
align-items:center;
|
|
742
742
|
background-color:var(--gray-10);
|
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
755
755
|
text-transform:var(--body-default-bold-text-case);
|
|
756
756
|
}
|
|
757
|
-
.bp_avatar_module_avatar--
|
|
757
|
+
.bp_avatar_module_avatar--def62 .bp_avatar_module_text--def62{
|
|
758
758
|
align-items:center;
|
|
759
759
|
border-radius:50%;
|
|
760
760
|
display:flex;
|
|
@@ -762,14 +762,14 @@
|
|
|
762
762
|
justify-content:center;
|
|
763
763
|
width:100%;
|
|
764
764
|
}
|
|
765
|
-
.bp_avatar_module_avatar--
|
|
765
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_small--def62{
|
|
766
766
|
height:var(--size-6);
|
|
767
767
|
width:var(--size-6);
|
|
768
768
|
}
|
|
769
|
-
.bp_avatar_module_avatar--
|
|
769
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_small--def62 .bp_avatar_module_text--def62{
|
|
770
770
|
font-size:.5rem;
|
|
771
771
|
}
|
|
772
|
-
.bp_avatar_module_avatar--
|
|
772
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_small--def62 .bp_avatar_module_length-1--def62.bp_avatar_module_text--def62,.bp_avatar_module_avatar--def62.bp_avatar_module_small--def62 .bp_avatar_module_length-2--def62.bp_avatar_module_text--def62{
|
|
773
773
|
font-family:var(--label-bold-font-family);
|
|
774
774
|
font-size:var(--label-bold-font-size);
|
|
775
775
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -779,11 +779,11 @@
|
|
|
779
779
|
text-decoration:var(--label-bold-text-decoration);
|
|
780
780
|
text-transform:var(--label-bold-text-case);
|
|
781
781
|
}
|
|
782
|
-
.bp_avatar_module_avatar--
|
|
782
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_medium--def62{
|
|
783
783
|
height:var(--size-7);
|
|
784
784
|
width:var(--size-7);
|
|
785
785
|
}
|
|
786
|
-
.bp_avatar_module_avatar--
|
|
786
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_medium--def62 .bp_avatar_module_text--def62{
|
|
787
787
|
font-family:var(--label-bold-font-family);
|
|
788
788
|
font-size:var(--label-bold-font-size);
|
|
789
789
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -793,17 +793,17 @@
|
|
|
793
793
|
text-decoration:var(--label-bold-text-decoration);
|
|
794
794
|
text-transform:var(--label-bold-text-case);
|
|
795
795
|
}
|
|
796
|
-
.bp_avatar_module_avatar--
|
|
796
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_medium--def62 .bp_avatar_module_length-1--def62.bp_avatar_module_text--def62,.bp_avatar_module_avatar--def62.bp_avatar_module_medium--def62 .bp_avatar_module_length-2--def62.bp_avatar_module_text--def62{
|
|
797
797
|
font-size:.8125rem;
|
|
798
798
|
}
|
|
799
|
-
.bp_avatar_module_avatar--
|
|
799
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_large--def62{
|
|
800
800
|
height:var(--size-8);
|
|
801
801
|
width:var(--size-8);
|
|
802
802
|
}
|
|
803
|
-
.bp_avatar_module_avatar--
|
|
803
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_large--def62 .bp_avatar_module_text--def62{
|
|
804
804
|
font-size:.5rem;
|
|
805
805
|
}
|
|
806
|
-
.bp_avatar_module_avatar--
|
|
806
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_large--def62 .bp_avatar_module_length-1--def62.bp_avatar_module_text--def62,.bp_avatar_module_avatar--def62.bp_avatar_module_large--def62 .bp_avatar_module_length-2--def62.bp_avatar_module_text--def62{
|
|
807
807
|
font-family:var(--body-default-bold-font-family);
|
|
808
808
|
font-size:var(--body-default-bold-font-size);
|
|
809
809
|
font-weight:var(--body-default-bold-font-weight);
|
|
@@ -813,10 +813,10 @@
|
|
|
813
813
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
814
814
|
text-transform:var(--body-default-bold-text-case);
|
|
815
815
|
}
|
|
816
|
-
.bp_avatar_module_avatar--
|
|
816
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_large--def62 .bp_avatar_module_length-3--def62.bp_avatar_module_text--def62{
|
|
817
817
|
font-size:.6875rem;
|
|
818
818
|
}
|
|
819
|
-
.bp_avatar_module_avatar--
|
|
819
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_large--def62 .bp_avatar_module_length-4--def62.bp_avatar_module_text--def62{
|
|
820
820
|
font-family:var(--label-bold-font-family);
|
|
821
821
|
font-size:var(--label-bold-font-size);
|
|
822
822
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -826,14 +826,14 @@
|
|
|
826
826
|
text-decoration:var(--label-bold-text-decoration);
|
|
827
827
|
text-transform:var(--label-bold-text-case);
|
|
828
828
|
}
|
|
829
|
-
.bp_avatar_module_avatar--
|
|
829
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_xlarge--def62{
|
|
830
830
|
height:var(--size-11);
|
|
831
831
|
width:var(--size-11);
|
|
832
832
|
}
|
|
833
|
-
.bp_avatar_module_avatar--
|
|
833
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_xlarge--def62 .bp_avatar_module_text--def62{
|
|
834
834
|
font-size:1rem;
|
|
835
835
|
}
|
|
836
|
-
.bp_avatar_module_avatar--
|
|
836
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_xlarge--def62 .bp_avatar_module_length-1--def62.bp_avatar_module_text--def62,.bp_avatar_module_avatar--def62.bp_avatar_module_xlarge--def62 .bp_avatar_module_length-2--def62.bp_avatar_module_text--def62{
|
|
837
837
|
font-family:var(--title-x-large-font-family);
|
|
838
838
|
font-size:var(--title-x-large-font-size);
|
|
839
839
|
font-weight:var(--title-x-large-font-weight);
|
|
@@ -843,55 +843,55 @@
|
|
|
843
843
|
text-decoration:var(--title-x-large-text-decoration);
|
|
844
844
|
text-transform:var(--title-x-large-text-case);
|
|
845
845
|
}
|
|
846
|
-
.bp_avatar_module_avatar--
|
|
846
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_xxlarge--def62{
|
|
847
847
|
height:var(--size-20);
|
|
848
848
|
width:var(--size-20);
|
|
849
849
|
}
|
|
850
|
-
.bp_avatar_module_avatar--
|
|
850
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_xxlarge--def62 .bp_avatar_module_text--def62{
|
|
851
851
|
font-size:1.25rem;
|
|
852
852
|
}
|
|
853
|
-
.bp_avatar_module_avatar--
|
|
853
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_xxlarge--def62 .bp_avatar_module_length-1--def62.bp_avatar_module_text--def62,.bp_avatar_module_avatar--def62.bp_avatar_module_xxlarge--def62 .bp_avatar_module_length-2--def62.bp_avatar_module_text--def62{
|
|
854
854
|
font-size:2rem;
|
|
855
855
|
}
|
|
856
|
-
.bp_avatar_module_avatar--
|
|
856
|
+
.bp_avatar_module_avatar--def62.bp_avatar_module_xxlarge--def62 .bp_avatar_module_badge--def62{
|
|
857
857
|
right:-.375rem;
|
|
858
858
|
}
|
|
859
|
-
.bp_avatar_module_avatar--
|
|
859
|
+
.bp_avatar_module_avatar--def62 .bp_avatar_module_image--def62{
|
|
860
860
|
border-radius:50%;
|
|
861
861
|
height:100%;
|
|
862
862
|
object-fit:cover;
|
|
863
863
|
width:100%;
|
|
864
864
|
}
|
|
865
|
-
.bp_avatar_module_avatar--
|
|
865
|
+
.bp_avatar_module_avatar--def62 .bp_avatar_module_image--def62.bp_avatar_module_loading--def62{
|
|
866
866
|
height:0;
|
|
867
867
|
width:0;
|
|
868
868
|
}
|
|
869
869
|
|
|
870
|
-
.bp_avatar_module_anonymousAvatar--
|
|
870
|
+
.bp_avatar_module_anonymousAvatar--def62{
|
|
871
871
|
align-items:center;
|
|
872
872
|
display:flex;
|
|
873
873
|
justify-content:center;
|
|
874
874
|
}
|
|
875
875
|
|
|
876
|
-
[data-button-wrapper]:hover .bp_avatar_module_avatar--
|
|
876
|
+
[data-button-wrapper]:hover .bp_avatar_module_avatar--def62{
|
|
877
877
|
box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-hover);
|
|
878
878
|
cursor:pointer;
|
|
879
879
|
}
|
|
880
880
|
|
|
881
|
-
[data-button-wrapper]:active .bp_avatar_module_avatar--
|
|
881
|
+
[data-button-wrapper]:active .bp_avatar_module_avatar--def62{
|
|
882
882
|
box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-pressed);
|
|
883
883
|
}
|
|
884
884
|
|
|
885
|
-
[data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--
|
|
885
|
+
[data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--def62{
|
|
886
886
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
887
887
|
}
|
|
888
888
|
|
|
889
|
-
.bp_base_badge_module_badgeContainer--
|
|
889
|
+
.bp_base_badge_module_badgeContainer--4016b{
|
|
890
890
|
display:inline-flex;
|
|
891
891
|
position:relative;
|
|
892
892
|
}
|
|
893
893
|
|
|
894
|
-
.bp_base_badge_module_badge--
|
|
894
|
+
.bp_base_badge_module_badge--4016b{
|
|
895
895
|
align-items:center;
|
|
896
896
|
border:var(--border-2) solid var(--border-badge-border);
|
|
897
897
|
border-radius:var(--radius-half);
|
|
@@ -903,66 +903,66 @@
|
|
|
903
903
|
user-select:none;
|
|
904
904
|
}
|
|
905
905
|
|
|
906
|
-
.bp_base_badge_module_smallSizeBadge--
|
|
906
|
+
.bp_base_badge_module_smallSizeBadge--4016b{
|
|
907
907
|
height:var(--size-2);
|
|
908
908
|
min-width:var(--size-2);
|
|
909
909
|
}
|
|
910
910
|
|
|
911
|
-
.bp_base_badge_module_mediumSizeBadge--
|
|
911
|
+
.bp_base_badge_module_mediumSizeBadge--4016b{
|
|
912
912
|
height:var(--size-3);
|
|
913
913
|
min-width:var(--size-3);
|
|
914
914
|
}
|
|
915
915
|
|
|
916
|
-
.bp_base_badge_module_largeSizeBadge--
|
|
916
|
+
.bp_base_badge_module_largeSizeBadge--4016b{
|
|
917
917
|
height:var(--size-4);
|
|
918
918
|
min-width:var(--size-4);
|
|
919
919
|
}
|
|
920
920
|
|
|
921
|
-
.bp_base_badge_module_xlargeSizeBadge--
|
|
921
|
+
.bp_base_badge_module_xlargeSizeBadge--4016b{
|
|
922
922
|
height:var(--size-5);
|
|
923
923
|
min-width:var(--size-5);
|
|
924
924
|
}
|
|
925
925
|
|
|
926
|
-
.bp_base_badge_module_xxlargeSizeBadge--
|
|
926
|
+
.bp_base_badge_module_xxlargeSizeBadge--4016b{
|
|
927
927
|
height:var(--size-6);
|
|
928
928
|
min-width:var(--size-6);
|
|
929
929
|
}
|
|
930
930
|
|
|
931
|
-
.bp_base_badge_module_iconBadge--
|
|
931
|
+
.bp_base_badge_module_iconBadge--4016b{
|
|
932
932
|
bottom:-5%;
|
|
933
933
|
right:-5%;
|
|
934
934
|
}
|
|
935
935
|
|
|
936
|
-
.bp_base_badge_module_statusBadge--
|
|
936
|
+
.bp_base_badge_module_statusBadge--4016b{
|
|
937
937
|
bottom:-20%;
|
|
938
938
|
right:-20%;
|
|
939
939
|
}
|
|
940
940
|
|
|
941
|
-
.bp_base_badge_module_statusBadge--
|
|
941
|
+
.bp_base_badge_module_statusBadge--4016b.bp_base_badge_module_largeSizeBadge--4016b{
|
|
942
942
|
bottom:-22%;
|
|
943
943
|
right:-22%;
|
|
944
944
|
}
|
|
945
945
|
|
|
946
|
-
.bp_base_badge_module_statusBadge--
|
|
946
|
+
.bp_base_badge_module_statusBadge--4016b.bp_base_badge_module_xlargeSizeBadge--4016b{
|
|
947
947
|
bottom:-15%;
|
|
948
948
|
right:-15%;
|
|
949
949
|
}
|
|
950
950
|
|
|
951
|
-
.bp_base_badge_module_statusBadge--
|
|
951
|
+
.bp_base_badge_module_statusBadge--4016b.bp_base_badge_module_xxlargeSizeBadge--4016b{
|
|
952
952
|
bottom:-4%;
|
|
953
953
|
right:-4%;
|
|
954
954
|
}
|
|
955
955
|
|
|
956
|
-
.bp_base_badge_module_numericBadge--
|
|
956
|
+
.bp_base_badge_module_numericBadge--4016b{
|
|
957
957
|
left:60%;
|
|
958
958
|
top:0;
|
|
959
959
|
}
|
|
960
960
|
|
|
961
|
-
.bp_base_badge_module_numericBadgeSingleDigit--
|
|
961
|
+
.bp_base_badge_module_numericBadgeSingleDigit--4016b{
|
|
962
962
|
padding:1px;
|
|
963
963
|
}
|
|
964
964
|
|
|
965
|
-
.bp_base_badge_module_numericBadgeMoreDigits--
|
|
965
|
+
.bp_base_badge_module_numericBadgeMoreDigits--4016b{
|
|
966
966
|
padding:1px 3px;
|
|
967
967
|
}
|
|
968
968
|
.bp_button_wrapper_module_buttonWrapper--b0897{
|
|
@@ -1031,7 +1031,7 @@
|
|
|
1031
1031
|
width:0;
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
|
-
.bp_card_tooltip_module_content--
|
|
1034
|
+
.bp_card_tooltip_module_content--e2b32{
|
|
1035
1035
|
animation-duration:.4s;
|
|
1036
1036
|
animation-timing-function:cubic-bezier(.16, 1, .3, 1);
|
|
1037
1037
|
border-radius:var(--radius-1);
|
|
@@ -1050,25 +1050,25 @@
|
|
|
1050
1050
|
word-break:break-word;
|
|
1051
1051
|
z-index:2147483647;
|
|
1052
1052
|
}
|
|
1053
|
-
.bp_card_tooltip_module_content--
|
|
1053
|
+
.bp_card_tooltip_module_content--e2b32.bp_card_tooltip_module_card--e2b32{
|
|
1054
1054
|
max-height:var(--radix-tooltip-content-available-height);
|
|
1055
1055
|
max-width:336px;
|
|
1056
1056
|
min-width:168px;
|
|
1057
1057
|
}
|
|
1058
|
-
.bp_card_tooltip_module_content--
|
|
1059
|
-
animation-name:bp_card_tooltip_module_slideDownAndFade--
|
|
1058
|
+
.bp_card_tooltip_module_content--e2b32[data-state=delayed-open][data-side=top]{
|
|
1059
|
+
animation-name:bp_card_tooltip_module_slideDownAndFade--e2b32;
|
|
1060
1060
|
}
|
|
1061
|
-
.bp_card_tooltip_module_content--
|
|
1062
|
-
animation-name:bp_card_tooltip_module_slideLeftAndFade--
|
|
1061
|
+
.bp_card_tooltip_module_content--e2b32[data-state=delayed-open][data-side=right]{
|
|
1062
|
+
animation-name:bp_card_tooltip_module_slideLeftAndFade--e2b32;
|
|
1063
1063
|
}
|
|
1064
|
-
.bp_card_tooltip_module_content--
|
|
1065
|
-
animation-name:bp_card_tooltip_module_slideUpAndFade--
|
|
1064
|
+
.bp_card_tooltip_module_content--e2b32[data-state=delayed-open][data-side=bottom]{
|
|
1065
|
+
animation-name:bp_card_tooltip_module_slideUpAndFade--e2b32;
|
|
1066
1066
|
}
|
|
1067
|
-
.bp_card_tooltip_module_content--
|
|
1068
|
-
animation-name:bp_card_tooltip_module_slideRightAndFade--
|
|
1067
|
+
.bp_card_tooltip_module_content--e2b32[data-state=delayed-open][data-side=left]{
|
|
1068
|
+
animation-name:bp_card_tooltip_module_slideRightAndFade--e2b32;
|
|
1069
1069
|
}
|
|
1070
1070
|
|
|
1071
|
-
@keyframes bp_card_tooltip_module_slideUpAndFade--
|
|
1071
|
+
@keyframes bp_card_tooltip_module_slideUpAndFade--e2b32{
|
|
1072
1072
|
from{
|
|
1073
1073
|
opacity:0;
|
|
1074
1074
|
transform:translateY(2px);
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
transform:translateY(0);
|
|
1079
1079
|
}
|
|
1080
1080
|
}
|
|
1081
|
-
@keyframes bp_card_tooltip_module_slideRightAndFade--
|
|
1081
|
+
@keyframes bp_card_tooltip_module_slideRightAndFade--e2b32{
|
|
1082
1082
|
from{
|
|
1083
1083
|
opacity:0;
|
|
1084
1084
|
transform:translateX(-2px);
|
|
@@ -1088,7 +1088,7 @@
|
|
|
1088
1088
|
transform:translateX(0);
|
|
1089
1089
|
}
|
|
1090
1090
|
}
|
|
1091
|
-
@keyframes bp_card_tooltip_module_slideDownAndFade--
|
|
1091
|
+
@keyframes bp_card_tooltip_module_slideDownAndFade--e2b32{
|
|
1092
1092
|
from{
|
|
1093
1093
|
opacity:0;
|
|
1094
1094
|
transform:translateY(-2px);
|
|
@@ -1098,7 +1098,7 @@
|
|
|
1098
1098
|
transform:translateY(0);
|
|
1099
1099
|
}
|
|
1100
1100
|
}
|
|
1101
|
-
@keyframes bp_card_tooltip_module_slideLeftAndFade--
|
|
1101
|
+
@keyframes bp_card_tooltip_module_slideLeftAndFade--e2b32{
|
|
1102
1102
|
from{
|
|
1103
1103
|
opacity:0;
|
|
1104
1104
|
transform:translateX(2px);
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
}
|
|
1110
1110
|
}
|
|
1111
1111
|
|
|
1112
|
-
.bp_card_tooltip_v2_module_content--
|
|
1112
|
+
.bp_card_tooltip_v2_module_content--43c66{
|
|
1113
1113
|
border-radius:var(--radius-1);
|
|
1114
1114
|
font-family:var(--body-default-font-family);
|
|
1115
1115
|
font-size:var(--body-default-font-size);
|
|
@@ -1127,25 +1127,25 @@
|
|
|
1127
1127
|
word-break:break-word;
|
|
1128
1128
|
z-index:2147483647;
|
|
1129
1129
|
}
|
|
1130
|
-
.bp_card_tooltip_v2_module_content--
|
|
1130
|
+
.bp_card_tooltip_v2_module_content--43c66[data-open]{
|
|
1131
1131
|
animation-duration:var(--animation-duration-4);
|
|
1132
1132
|
animation-timing-function:var(--animation-easing-ease-base);
|
|
1133
1133
|
will-change:transform, opacity;
|
|
1134
1134
|
}
|
|
1135
|
-
.bp_card_tooltip_v2_module_content--
|
|
1136
|
-
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1135
|
+
.bp_card_tooltip_v2_module_content--43c66[data-open][data-side=top]{
|
|
1136
|
+
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--43c66;
|
|
1137
1137
|
}
|
|
1138
|
-
.bp_card_tooltip_v2_module_content--
|
|
1139
|
-
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1138
|
+
.bp_card_tooltip_v2_module_content--43c66[data-open][data-side=right]{
|
|
1139
|
+
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--43c66;
|
|
1140
1140
|
}
|
|
1141
|
-
.bp_card_tooltip_v2_module_content--
|
|
1142
|
-
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1141
|
+
.bp_card_tooltip_v2_module_content--43c66[data-open][data-side=bottom]{
|
|
1142
|
+
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--43c66;
|
|
1143
1143
|
}
|
|
1144
|
-
.bp_card_tooltip_v2_module_content--
|
|
1145
|
-
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1144
|
+
.bp_card_tooltip_v2_module_content--43c66[data-open][data-side=left]{
|
|
1145
|
+
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--43c66;
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
|
-
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1148
|
+
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--43c66{
|
|
1149
1149
|
from{
|
|
1150
1150
|
opacity:0;
|
|
1151
1151
|
transform:translateY(2px);
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
transform:translateY(0);
|
|
1156
1156
|
}
|
|
1157
1157
|
}
|
|
1158
|
-
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1158
|
+
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--43c66{
|
|
1159
1159
|
from{
|
|
1160
1160
|
opacity:0;
|
|
1161
1161
|
transform:translateX(-2px);
|
|
@@ -1165,7 +1165,7 @@
|
|
|
1165
1165
|
transform:translateX(0);
|
|
1166
1166
|
}
|
|
1167
1167
|
}
|
|
1168
|
-
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1168
|
+
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--43c66{
|
|
1169
1169
|
from{
|
|
1170
1170
|
opacity:0;
|
|
1171
1171
|
transform:translateY(-2px);
|
|
@@ -1175,7 +1175,7 @@
|
|
|
1175
1175
|
transform:translateY(0);
|
|
1176
1176
|
}
|
|
1177
1177
|
}
|
|
1178
|
-
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1178
|
+
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--43c66{
|
|
1179
1179
|
from{
|
|
1180
1180
|
opacity:0;
|
|
1181
1181
|
transform:translateX(2px);
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
}
|
|
1187
1187
|
}
|
|
1188
1188
|
|
|
1189
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1189
|
+
.bp_interactive_icon_module_interactiveIcon--94556{
|
|
1190
1190
|
all:unset;
|
|
1191
1191
|
background:none;
|
|
1192
1192
|
border:0;
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
display:inline-flex;
|
|
1196
1196
|
padding:0;
|
|
1197
1197
|
}
|
|
1198
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1198
|
+
.bp_interactive_icon_module_interactiveIcon--94556:focus-visible{
|
|
1199
1199
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
1200
1200
|
outline:none;
|
|
1201
1201
|
overflow:visible;
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
padding-bottom:var(--size-4);
|
|
1256
1256
|
}
|
|
1257
1257
|
|
|
1258
|
-
.bp_checkbox_module_option--
|
|
1258
|
+
.bp_checkbox_module_option--44836{
|
|
1259
1259
|
display:flex;
|
|
1260
1260
|
flex-direction:column;
|
|
1261
1261
|
font-family:var(--body-default-font-family);
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
text-decoration:var(--body-default-text-decoration);
|
|
1268
1268
|
text-transform:var(--body-default-text-case);
|
|
1269
1269
|
}
|
|
1270
|
-
.bp_checkbox_module_option--
|
|
1270
|
+
.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836{
|
|
1271
1271
|
all:unset;
|
|
1272
1272
|
align-items:center;
|
|
1273
1273
|
background-color:var(--surface-checkbox-surface);
|
|
@@ -1281,39 +1281,39 @@
|
|
|
1281
1281
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
1282
1282
|
width:var(--size-4);
|
|
1283
1283
|
}
|
|
1284
|
-
.bp_checkbox_module_option--
|
|
1284
|
+
.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836 .bp_checkbox_module_indicator--44836{
|
|
1285
1285
|
display:flex;
|
|
1286
1286
|
transform:scale(0);
|
|
1287
1287
|
transition-duration:.15s;
|
|
1288
1288
|
transition-property:transform;
|
|
1289
1289
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
1290
1290
|
}
|
|
1291
|
-
.bp_checkbox_module_option--
|
|
1291
|
+
.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836:focus-visible{
|
|
1292
1292
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1293
1293
|
outline-offset:var(--border-1);
|
|
1294
1294
|
}
|
|
1295
|
-
.bp_checkbox_module_option--
|
|
1295
|
+
.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836[data-disabled]{
|
|
1296
1296
|
opacity:60%;
|
|
1297
1297
|
}
|
|
1298
|
-
.bp_checkbox_module_option--
|
|
1298
|
+
.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836[data-state=checked],.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836[data-state=indeterminate]{
|
|
1299
1299
|
background-color:var(--surface-checkbox-surface-selected);
|
|
1300
1300
|
border-color:var(--border-checkbox-border-selected);
|
|
1301
1301
|
}
|
|
1302
|
-
.bp_checkbox_module_option--
|
|
1302
|
+
.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836[data-state=checked] .bp_checkbox_module_indicator--44836,.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836[data-state=indeterminate] .bp_checkbox_module_indicator--44836{
|
|
1303
1303
|
background-color:var(--surface-checkbox-surface-selected);
|
|
1304
1304
|
transform:scale(1);
|
|
1305
1305
|
}
|
|
1306
|
-
.bp_checkbox_module_option--
|
|
1306
|
+
.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836:not([data-disabled]):focus-visible,.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836:not([data-disabled]):hover{
|
|
1307
1307
|
border-color:var(--border-checkbox-border-hover);
|
|
1308
1308
|
}
|
|
1309
|
-
.bp_checkbox_module_option--
|
|
1309
|
+
.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836:not([data-disabled]):focus-visible[data-state=checked],.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836:not([data-disabled]):focus-visible[data-state=indeterminate],.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836:not([data-disabled]):hover[data-state=checked],.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836:not([data-disabled]):hover[data-state=indeterminate]{
|
|
1310
1310
|
background-color:var(--surface-checkbox-surface-selected-hover);
|
|
1311
1311
|
border-color:var(--border-checkbox-border-selected-hover);
|
|
1312
1312
|
}
|
|
1313
|
-
.bp_checkbox_module_option--
|
|
1313
|
+
.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836:not([data-disabled]):focus-visible[data-state=checked] .bp_checkbox_module_indicator--44836,.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836:not([data-disabled]):focus-visible[data-state=indeterminate] .bp_checkbox_module_indicator--44836,.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836:not([data-disabled]):hover[data-state=checked] .bp_checkbox_module_indicator--44836,.bp_checkbox_module_option--44836 .bp_checkbox_module_checkbox--44836:not([data-disabled]):hover[data-state=indeterminate] .bp_checkbox_module_indicator--44836{
|
|
1314
1314
|
background-color:var(--surface-checkbox-surface-selected-hover);
|
|
1315
1315
|
}
|
|
1316
|
-
.bp_checkbox_module_option--
|
|
1316
|
+
.bp_checkbox_module_option--44836 .bp_checkbox_module_label--44836{
|
|
1317
1317
|
cursor:pointer;
|
|
1318
1318
|
display:inline-flex;
|
|
1319
1319
|
flex-direction:row;
|
|
@@ -1321,10 +1321,10 @@
|
|
|
1321
1321
|
width:-moz-fit-content;
|
|
1322
1322
|
width:fit-content;
|
|
1323
1323
|
}
|
|
1324
|
-
.bp_checkbox_module_option--
|
|
1324
|
+
.bp_checkbox_module_option--44836 .bp_checkbox_module_description--44836{
|
|
1325
1325
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
1326
1326
|
}
|
|
1327
|
-
.bp_checkbox_module_option--
|
|
1327
|
+
.bp_checkbox_module_option--44836.bp_checkbox_module_disabled--44836 .bp_checkbox_module_label--44836{
|
|
1328
1328
|
cursor:default;
|
|
1329
1329
|
}
|
|
1330
1330
|
.bp_icon_button_module_iconButton--cb154{
|
|
@@ -1613,7 +1613,7 @@
|
|
|
1613
1613
|
flex-shrink:0;
|
|
1614
1614
|
}
|
|
1615
1615
|
|
|
1616
|
-
.bp_text_area_autosize_module_textArea--
|
|
1616
|
+
.bp_text_area_autosize_module_textArea--b981d{
|
|
1617
1617
|
background:var(--surface-input-surface);
|
|
1618
1618
|
border:none;
|
|
1619
1619
|
box-shadow:var(--innershadow-1);
|
|
@@ -1632,38 +1632,38 @@
|
|
|
1632
1632
|
text-transform:var(--body-default-text-case);
|
|
1633
1633
|
width:100%;
|
|
1634
1634
|
}
|
|
1635
|
-
.bp_text_area_autosize_module_textArea--
|
|
1635
|
+
.bp_text_area_autosize_module_textArea--b981d::placeholder{
|
|
1636
1636
|
color:var(--text-text-on-light-secondary);
|
|
1637
1637
|
opacity:1;
|
|
1638
1638
|
}
|
|
1639
|
-
.bp_text_area_autosize_module_textArea--
|
|
1639
|
+
.bp_text_area_autosize_module_textArea--b981d.bp_text_area_autosize_module_error--b981d{
|
|
1640
1640
|
background:var(--surface-input-surface-error);
|
|
1641
1641
|
outline:0;
|
|
1642
1642
|
}
|
|
1643
|
-
.bp_text_area_autosize_module_textArea--
|
|
1643
|
+
.bp_text_area_autosize_module_textArea--b981d:focus{
|
|
1644
1644
|
border:none;
|
|
1645
1645
|
}
|
|
1646
|
-
.bp_text_area_autosize_module_textArea--
|
|
1646
|
+
.bp_text_area_autosize_module_textArea--b981d:hover{
|
|
1647
1647
|
box-shadow:var(--innershadow-1);
|
|
1648
1648
|
}
|
|
1649
|
-
.bp_text_area_autosize_module_textArea--
|
|
1649
|
+
.bp_text_area_autosize_module_textArea--b981d:focus-visible{
|
|
1650
1650
|
background:var(--surface-input-surface-focus);
|
|
1651
1651
|
outline:0;
|
|
1652
1652
|
}
|
|
1653
|
-
.bp_text_area_autosize_module_textArea--
|
|
1653
|
+
.bp_text_area_autosize_module_textArea--b981d:disabled{
|
|
1654
1654
|
background:var(--surface-input-surface);
|
|
1655
1655
|
border:none;
|
|
1656
1656
|
box-shadow:var(--innershadow-1);
|
|
1657
1657
|
color:var(--text-text-on-light);
|
|
1658
1658
|
}
|
|
1659
|
-
.bp_text_area_autosize_module_textArea--
|
|
1659
|
+
.bp_text_area_autosize_module_textArea--b981d:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--b981d):hover{
|
|
1660
1660
|
background:var(--surface-input-surface-hover);
|
|
1661
1661
|
}
|
|
1662
|
-
.bp_text_area_autosize_module_textArea--
|
|
1662
|
+
.bp_text_area_autosize_module_textArea--b981d.bp_text_area_autosize_module_loading--b981d{
|
|
1663
1663
|
padding-inline-end:1.875rem;
|
|
1664
1664
|
}
|
|
1665
1665
|
|
|
1666
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
1666
|
+
.bp_text_area_autosize_module_loadingIndicator--b981d{
|
|
1667
1667
|
bottom:.375rem;
|
|
1668
1668
|
display:inline-block;
|
|
1669
1669
|
height:var(--size-6);
|
|
@@ -1673,7 +1673,7 @@
|
|
|
1673
1673
|
width:var(--size-6);
|
|
1674
1674
|
}
|
|
1675
1675
|
|
|
1676
|
-
.bp_text_area_autosize_module_border--
|
|
1676
|
+
.bp_text_area_autosize_module_border--b981d{
|
|
1677
1677
|
border-radius:var(--radius-2);
|
|
1678
1678
|
box-shadow:0 0 0 var(--border-1) var(--border-input-border);
|
|
1679
1679
|
display:flex;
|
|
@@ -1681,7 +1681,7 @@
|
|
|
1681
1681
|
transform:translateZ(0);
|
|
1682
1682
|
}
|
|
1683
1683
|
|
|
1684
|
-
.bp_text_area_module_textAreaContainer--
|
|
1684
|
+
.bp_text_area_module_textAreaContainer--bf183{
|
|
1685
1685
|
display:flex;
|
|
1686
1686
|
flex-direction:column;
|
|
1687
1687
|
font-family:var(--body-default-font-family);
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
text-decoration:var(--body-default-text-decoration);
|
|
1695
1695
|
text-transform:var(--body-default-text-case);
|
|
1696
1696
|
}
|
|
1697
|
-
.bp_text_area_module_textAreaContainer--
|
|
1697
|
+
.bp_text_area_module_textAreaContainer--bf183 .bp_text_area_module_label--bf183{
|
|
1698
1698
|
color:var(--text-text-on-light);
|
|
1699
1699
|
flex:0 0 fit-content;
|
|
1700
1700
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -1708,13 +1708,13 @@
|
|
|
1708
1708
|
width:-moz-fit-content;
|
|
1709
1709
|
width:fit-content;
|
|
1710
1710
|
}
|
|
1711
|
-
.bp_text_area_module_textAreaContainer--
|
|
1711
|
+
.bp_text_area_module_textAreaContainer--bf183 .bp_text_area_module_label--bf183:not(.bp_text_area_module_hidden--bf183){
|
|
1712
1712
|
margin-block-end:var(--space-2);
|
|
1713
1713
|
}
|
|
1714
|
-
.bp_text_area_module_textAreaContainer--
|
|
1714
|
+
.bp_text_area_module_textAreaContainer--bf183.bp_text_area_module_disabled--bf183{
|
|
1715
1715
|
opacity:60%;
|
|
1716
1716
|
}
|
|
1717
|
-
.bp_text_area_module_textAreaContainer--
|
|
1717
|
+
.bp_text_area_module_textAreaContainer--bf183 .bp_text_area_module_inlineError--bf183{
|
|
1718
1718
|
margin-block-start:var(--space-2);
|
|
1719
1719
|
}
|
|
1720
1720
|
.bp_labelable_module_required--23e9d{
|
|
@@ -1732,7 +1732,7 @@
|
|
|
1732
1732
|
fill:var(--icon-icon-required-on-light);
|
|
1733
1733
|
}
|
|
1734
1734
|
|
|
1735
|
-
.bp_combobox_module_container--
|
|
1735
|
+
.bp_combobox_module_container--7673c{
|
|
1736
1736
|
display:flex;
|
|
1737
1737
|
flex-direction:column;
|
|
1738
1738
|
font-family:var(--body-default-font-family);
|
|
@@ -1744,10 +1744,10 @@
|
|
|
1744
1744
|
text-decoration:var(--body-default-text-decoration);
|
|
1745
1745
|
text-transform:var(--body-default-text-case);
|
|
1746
1746
|
}
|
|
1747
|
-
.bp_combobox_module_container--
|
|
1747
|
+
.bp_combobox_module_container--7673c.bp_combobox_module_disabled--7673c{
|
|
1748
1748
|
opacity:60%;
|
|
1749
1749
|
}
|
|
1750
|
-
.bp_combobox_module_container--
|
|
1750
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_label--7673c{
|
|
1751
1751
|
color:var(--text-text-on-light);
|
|
1752
1752
|
flex:0 0 fit-content;
|
|
1753
1753
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -1760,10 +1760,10 @@
|
|
|
1760
1760
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
1761
1761
|
text-transform:var(--body-default-bold-text-case);
|
|
1762
1762
|
}
|
|
1763
|
-
.bp_combobox_module_container--
|
|
1763
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_label--7673c:not(.bp_combobox_module_hiddenLabel--7673c){
|
|
1764
1764
|
margin-block-end:var(--space-2);
|
|
1765
1765
|
}
|
|
1766
|
-
.bp_combobox_module_container--
|
|
1766
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c{
|
|
1767
1767
|
background-color:var(--surface-dropdown-surface);
|
|
1768
1768
|
border-bottom:var(--blueprint-combobox-border-bottom-width, var(--border-1)) solid var(--blueprint-combobox-border-color, var(--border-input-border));
|
|
1769
1769
|
border-left:var(--blueprint-combobox-border-left-width, var(--border-1)) solid var(--blueprint-combobox-border-color, var(--border-input-border));
|
|
@@ -1780,15 +1780,15 @@
|
|
|
1780
1780
|
padding-inline:var(--space-3);
|
|
1781
1781
|
position:relative;
|
|
1782
1782
|
}
|
|
1783
|
-
.bp_combobox_module_container--
|
|
1783
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c.bp_combobox_module_withComboboxButtons--7673c{
|
|
1784
1784
|
padding-inline-end:var(--space-10);
|
|
1785
1785
|
}
|
|
1786
|
-
.bp_combobox_module_container--
|
|
1786
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c:not(:disabled):has(input:focus){
|
|
1787
1787
|
background-color:var(--surface-dropdown-surface-focus);
|
|
1788
1788
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
1789
1789
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
1790
1790
|
}
|
|
1791
|
-
.bp_combobox_module_container--
|
|
1791
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c:not(:disabled).bp_combobox_module_error--7673c,.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c:not(:disabled):has([aria-invalid=true]){
|
|
1792
1792
|
background-color:var(--surface-dropdown-surface-error);
|
|
1793
1793
|
border-bottom:var(--blueprint-combobox-border-error-bottom-width, var(--border-2)) solid var(--border-input-border-error);
|
|
1794
1794
|
border-left:var(--blueprint-combobox-border-error-left-width, var(--border-2)) solid var(--border-input-border-error);
|
|
@@ -1796,13 +1796,13 @@
|
|
|
1796
1796
|
border-top:var(--blueprint-combobox-border-error-top-width, var(--border-2)) solid var(--border-input-border-error);
|
|
1797
1797
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
1798
1798
|
}
|
|
1799
|
-
.bp_combobox_module_container--
|
|
1799
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c .bp_combobox_module_textInputWrapper--7673c{
|
|
1800
1800
|
align-items:center;
|
|
1801
1801
|
display:flex;
|
|
1802
1802
|
flex:content;
|
|
1803
1803
|
gap:var(--space-2);
|
|
1804
1804
|
}
|
|
1805
|
-
.bp_combobox_module_container--
|
|
1805
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c .bp_combobox_module_textInputWrapper--7673c .bp_combobox_module_textInput--7673c{
|
|
1806
1806
|
background-color:initial;
|
|
1807
1807
|
border:none;
|
|
1808
1808
|
color:var(--text-text-on-light);
|
|
@@ -1819,28 +1819,28 @@
|
|
|
1819
1819
|
text-transform:var(--body-default-text-case);
|
|
1820
1820
|
width:100%;
|
|
1821
1821
|
}
|
|
1822
|
-
.bp_combobox_module_container--
|
|
1822
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c .bp_combobox_module_textInputWrapper--7673c .bp_combobox_module_errorIcon--7673c path{
|
|
1823
1823
|
fill:var(--icon-icon-error-on-light);
|
|
1824
1824
|
}
|
|
1825
|
-
.bp_combobox_module_container--
|
|
1825
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c .bp_combobox_module_textInputWrapper--7673c .bp_combobox_module_comboboxButtons--7673c{
|
|
1826
1826
|
align-items:center;
|
|
1827
1827
|
display:flex;
|
|
1828
1828
|
position:absolute;
|
|
1829
1829
|
right:var(--space-2);
|
|
1830
1830
|
top:var(--space-2);
|
|
1831
1831
|
}
|
|
1832
|
-
.bp_combobox_module_container--
|
|
1832
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c.bp_combobox_module_withChips--7673c{
|
|
1833
1833
|
max-height:calc(var(--space-2)*2 + var(--space-6)*3);
|
|
1834
1834
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-1));
|
|
1835
1835
|
}
|
|
1836
|
-
.bp_combobox_module_container--
|
|
1836
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c.bp_combobox_module_withChips--7673c:not(:disabled).bp_combobox_module_error--7673c,.bp_combobox_module_container--7673c .bp_combobox_module_comboboxContainer--7673c.bp_combobox_module_withChips--7673c:not(:disabled):has(input:focus){
|
|
1837
1837
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-2));
|
|
1838
1838
|
}
|
|
1839
|
-
.bp_combobox_module_container--
|
|
1839
|
+
.bp_combobox_module_container--7673c .bp_combobox_module_inlineError--7673c{
|
|
1840
1840
|
margin-block-start:var(--space-2);
|
|
1841
1841
|
}
|
|
1842
1842
|
|
|
1843
|
-
.bp_combobox_module_popover--
|
|
1843
|
+
.bp_combobox_module_popover--7673c{
|
|
1844
1844
|
background-color:var(--surface-menu-surface);
|
|
1845
1845
|
border:var(--border-1) solid var(--border-card-border);
|
|
1846
1846
|
border-radius:var(--radius-3);
|
|
@@ -1859,7 +1859,7 @@
|
|
|
1859
1859
|
text-transform:var(--body-default-text-case);
|
|
1860
1860
|
z-index:380;
|
|
1861
1861
|
}
|
|
1862
|
-
.bp_combobox_module_popover--
|
|
1862
|
+
.bp_combobox_module_popover--7673c .bp_combobox_module_option--7673c{
|
|
1863
1863
|
border:var(--border-2) solid #0000;
|
|
1864
1864
|
border-radius:var(--radius-3);
|
|
1865
1865
|
box-sizing:border-box;
|
|
@@ -1873,21 +1873,21 @@
|
|
|
1873
1873
|
user-select:none;
|
|
1874
1874
|
width:100%;
|
|
1875
1875
|
}
|
|
1876
|
-
.bp_combobox_module_popover--
|
|
1876
|
+
.bp_combobox_module_popover--7673c .bp_combobox_module_option--7673c[aria-disabled]{
|
|
1877
1877
|
opacity:60%;
|
|
1878
1878
|
}
|
|
1879
|
-
.bp_combobox_module_popover--
|
|
1879
|
+
.bp_combobox_module_popover--7673c .bp_combobox_module_option--7673c[data-active-item]:not([aria-disabled]){
|
|
1880
1880
|
background-color:var(--surface-menu-surface-focus);
|
|
1881
1881
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
1882
1882
|
}
|
|
1883
|
-
.bp_combobox_module_popover--
|
|
1883
|
+
.bp_combobox_module_popover--7673c .bp_combobox_module_option--7673c:active{
|
|
1884
1884
|
background-color:var(--surface-menu-surface-hover);
|
|
1885
1885
|
border:var(--border-2) solid #0000;
|
|
1886
1886
|
}
|
|
1887
|
-
.bp_combobox_module_popover--
|
|
1887
|
+
.bp_combobox_module_popover--7673c .bp_combobox_module_option--7673c:hover{
|
|
1888
1888
|
background-color:var(--surface-menu-surface-hover);
|
|
1889
1889
|
}
|
|
1890
|
-
.bp_combobox_module_popover--
|
|
1890
|
+
.bp_combobox_module_popover--7673c .bp_combobox_module_option--7673c .bp_combobox_module_indicator--7673c{
|
|
1891
1891
|
align-items:center;
|
|
1892
1892
|
display:flex;
|
|
1893
1893
|
height:var(--size-9);
|
|
@@ -1896,22 +1896,22 @@
|
|
|
1896
1896
|
position:absolute;
|
|
1897
1897
|
top:0;
|
|
1898
1898
|
}
|
|
1899
|
-
.bp_combobox_module_popover--
|
|
1899
|
+
.bp_combobox_module_popover--7673c .bp_combobox_module_option--7673c .bp_combobox_module_indicator--7673c .bp_combobox_module_indicatorIcon--7673c path{
|
|
1900
1900
|
fill:var(--icon-icon-on-light);
|
|
1901
1901
|
}
|
|
1902
|
-
.bp_combobox_module_popover--
|
|
1902
|
+
.bp_combobox_module_popover--7673c .bp_combobox_module_optionWithIndicator--7673c{
|
|
1903
1903
|
padding-inline:var(--space-10) var(--space-2);
|
|
1904
1904
|
}
|
|
1905
|
-
.bp_combobox_module_popover--
|
|
1905
|
+
.bp_combobox_module_popover--7673c .bp_combobox_module_loadingIndicator--7673c{
|
|
1906
1906
|
position:unset;
|
|
1907
1907
|
}
|
|
1908
|
-
.bp_combobox_module_popover--
|
|
1908
|
+
.bp_combobox_module_popover--7673c .bp_combobox_module_noResultOption--7673c{
|
|
1909
1909
|
color:var(--text-text-on-light);
|
|
1910
1910
|
-webkit-user-select:none;
|
|
1911
1911
|
user-select:none;
|
|
1912
1912
|
}
|
|
1913
1913
|
|
|
1914
|
-
.bp_combobox_group_module_container--
|
|
1914
|
+
.bp_combobox_group_module_container--2f12b{
|
|
1915
1915
|
align-items:flex-start;
|
|
1916
1916
|
display:flex;
|
|
1917
1917
|
flex-direction:column;
|
|
@@ -1919,17 +1919,17 @@
|
|
|
1919
1919
|
max-width:358px;
|
|
1920
1920
|
}
|
|
1921
1921
|
|
|
1922
|
-
.bp_combobox_group_module_comboboxGroupcontainer--
|
|
1922
|
+
.bp_combobox_group_module_comboboxGroupcontainer--2f12b{
|
|
1923
1923
|
display:flex;
|
|
1924
1924
|
flex-direction:row;
|
|
1925
1925
|
}
|
|
1926
1926
|
|
|
1927
|
-
.bp_combobox_group_module_disabled--
|
|
1927
|
+
.bp_combobox_group_module_disabled--2f12b{
|
|
1928
1928
|
opacity:60%;
|
|
1929
1929
|
pointer-events:none;
|
|
1930
1930
|
}
|
|
1931
1931
|
|
|
1932
|
-
.bp_combobox_group_module_label--
|
|
1932
|
+
.bp_combobox_group_module_label--2f12b{
|
|
1933
1933
|
color:var(--text-text-on-light);
|
|
1934
1934
|
flex:0 0 fit-content;
|
|
1935
1935
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -1943,59 +1943,59 @@
|
|
|
1943
1943
|
text-transform:var(--body-default-bold-text-case);
|
|
1944
1944
|
}
|
|
1945
1945
|
|
|
1946
|
-
.bp_combobox_group_module_trailing--
|
|
1946
|
+
.bp_combobox_group_module_trailing--2f12b{
|
|
1947
1947
|
--blueprint-combobox-input-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
1948
1948
|
--blueprint-select-trigger-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
1949
1949
|
--blueprint-combobox-border-left-width:none;
|
|
1950
1950
|
--blueprint-select-border-left-width:none;
|
|
1951
1951
|
}
|
|
1952
1952
|
|
|
1953
|
-
.bp_combobox_group_module_leading--
|
|
1953
|
+
.bp_combobox_group_module_leading--2f12b{
|
|
1954
1954
|
--blueprint-combobox-input-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
1955
1955
|
--blueprint-select-trigger-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
1956
1956
|
}
|
|
1957
1957
|
|
|
1958
|
-
.bp_combobox_group_module_errorCombobox--
|
|
1958
|
+
.bp_combobox_group_module_errorCombobox--2f12b.bp_combobox_group_module_leading--2f12b{
|
|
1959
1959
|
--blueprint-select-border-right-width:none;
|
|
1960
1960
|
}
|
|
1961
1961
|
|
|
1962
|
-
.bp_combobox_group_module_errorSelect--
|
|
1962
|
+
.bp_combobox_group_module_errorSelect--2f12b.bp_combobox_group_module_leading--2f12b{
|
|
1963
1963
|
--blueprint-combobox-border-right-width:none;
|
|
1964
1964
|
}
|
|
1965
1965
|
|
|
1966
|
-
.bp_combobox_group_module_errorCombobox--
|
|
1966
|
+
.bp_combobox_group_module_errorCombobox--2f12b.bp_combobox_group_module_errorSelect--2f12b.bp_combobox_group_module_trailing--2f12b{
|
|
1967
1967
|
--blueprint-select-border-error-left-width:none;
|
|
1968
1968
|
}
|
|
1969
1969
|
|
|
1970
|
-
.bp_combobox_group_module_errorCombobox--
|
|
1970
|
+
.bp_combobox_group_module_errorCombobox--2f12b.bp_combobox_group_module_errorSelect--2f12b.bp_combobox_group_module_leading--2f12b{
|
|
1971
1971
|
--blueprint-select-border-error-right-width:none;
|
|
1972
1972
|
}
|
|
1973
1973
|
|
|
1974
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
1974
|
+
.bp_combobox_group_module_selectHasFocus--2f12b.bp_combobox_group_module_leading--2f12b{
|
|
1975
1975
|
--blueprint-combobox-border-right-width:none;
|
|
1976
1976
|
}
|
|
1977
1977
|
|
|
1978
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
1978
|
+
.bp_combobox_group_module_selectHasFocus--2f12b.bp_combobox_group_module_errorCombobox--2f12b.bp_combobox_group_module_leading--2f12b{
|
|
1979
1979
|
--blueprint-combobox-border-error-right-width:none;
|
|
1980
1980
|
}
|
|
1981
1981
|
|
|
1982
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
1982
|
+
.bp_combobox_group_module_selectHasFocus--2f12b.bp_combobox_group_module_errorCombobox--2f12b.bp_combobox_group_module_trailing--2f12b{
|
|
1983
1983
|
--blueprint-combobox-border-error-left-width:none;
|
|
1984
1984
|
}
|
|
1985
1985
|
|
|
1986
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
1986
|
+
.bp_combobox_group_module_comboboxHasFocus--2f12b.bp_combobox_group_module_leading--2f12b{
|
|
1987
1987
|
--blueprint-select-border-right-width:none;
|
|
1988
1988
|
}
|
|
1989
1989
|
|
|
1990
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
1990
|
+
.bp_combobox_group_module_comboboxHasFocus--2f12b.bp_combobox_group_module_errorSelect--2f12b.bp_combobox_group_module_leading--2f12b{
|
|
1991
1991
|
--blueprint-select-border-error-right-width:none;
|
|
1992
1992
|
}
|
|
1993
1993
|
|
|
1994
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
1994
|
+
.bp_combobox_group_module_comboboxHasFocus--2f12b.bp_combobox_group_module_errorSelect--2f12b.bp_combobox_group_module_trailing--2f12b{
|
|
1995
1995
|
--blueprint-select-border-error-left-width:none;
|
|
1996
1996
|
}
|
|
1997
1997
|
|
|
1998
|
-
.bp_select_module_container--
|
|
1998
|
+
.bp_select_module_container--009b4{
|
|
1999
1999
|
display:flex;
|
|
2000
2000
|
flex-direction:column;
|
|
2001
2001
|
font-family:var(--body-default-font-family);
|
|
@@ -2008,10 +2008,10 @@
|
|
|
2008
2008
|
text-decoration:var(--body-default-text-decoration);
|
|
2009
2009
|
text-transform:var(--body-default-text-case);
|
|
2010
2010
|
}
|
|
2011
|
-
.bp_select_module_container--
|
|
2011
|
+
.bp_select_module_container--009b4.bp_select_module_disabled--009b4{
|
|
2012
2012
|
opacity:60%;
|
|
2013
2013
|
}
|
|
2014
|
-
.bp_select_module_container--
|
|
2014
|
+
.bp_select_module_container--009b4 .bp_select_module_label--009b4{
|
|
2015
2015
|
color:var(--text-text-on-light);
|
|
2016
2016
|
flex:0 0 fit-content;
|
|
2017
2017
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2024,7 +2024,7 @@
|
|
|
2024
2024
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2025
2025
|
text-transform:var(--body-default-bold-text-case);
|
|
2026
2026
|
}
|
|
2027
|
-
.bp_select_module_container--
|
|
2027
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4{
|
|
2028
2028
|
align-items:center;
|
|
2029
2029
|
background-color:var(--surface-dropdown-surface);
|
|
2030
2030
|
border-bottom:var(--blueprint-select-border-bottom-width, var(--border-1)) solid var(--border-dropdown-border);
|
|
@@ -2053,58 +2053,58 @@
|
|
|
2053
2053
|
text-transform:var(--body-default-text-case);
|
|
2054
2054
|
width:100%;
|
|
2055
2055
|
}
|
|
2056
|
-
.bp_select_module_container--
|
|
2056
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4 span:first-child{
|
|
2057
2057
|
overflow:hidden;
|
|
2058
2058
|
text-overflow:ellipsis;
|
|
2059
2059
|
white-space:nowrap;
|
|
2060
2060
|
}
|
|
2061
|
-
.bp_select_module_container--
|
|
2061
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4:disabled{
|
|
2062
2062
|
cursor:default;
|
|
2063
2063
|
}
|
|
2064
|
-
.bp_select_module_container--
|
|
2064
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4.bp_select_module_readonly--009b4:not(:disabled){
|
|
2065
2065
|
background-color:var(--gray-02);
|
|
2066
2066
|
box-shadow:none;
|
|
2067
2067
|
color:var(--text-text-on-light-secondary);
|
|
2068
2068
|
cursor:default;
|
|
2069
2069
|
}
|
|
2070
|
-
.bp_select_module_container--
|
|
2070
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4:not(.bp_select_module_readonly--009b4):not(:disabled).bp_select_module_error--009b4,.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4:not(.bp_select_module_readonly--009b4):not(:disabled)[aria-invalid=true]{
|
|
2071
2071
|
background-color:var(--surface-dropdown-surface-error);
|
|
2072
2072
|
border-bottom:var(--blueprint-select-border-error-bottom-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2073
2073
|
border-left:var(--blueprint-select-border-error-left-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2074
2074
|
border-right:var(--blueprint-select-border-error-right-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2075
2075
|
border-top:var(--blueprint-select-border-error-top-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2076
2076
|
}
|
|
2077
|
-
.bp_select_module_container--
|
|
2077
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4:not(.bp_select_module_readonly--009b4):focus,.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4:not(.bp_select_module_readonly--009b4):not(:disabled).bp_select_module_error--009b4:focus,.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4:not(.bp_select_module_readonly--009b4):not(:disabled)[aria-invalid=true]:focus{
|
|
2078
2078
|
background-color:var(--surface-dropdown-surface-focus);
|
|
2079
2079
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2080
2080
|
}
|
|
2081
|
-
.bp_select_module_container--
|
|
2081
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4:not(.bp_select_module_readonly--009b4):not(:disabled):not(:focus):not(.bp_select_module_error--009b4):not([aria-invalid]):hover{
|
|
2082
2082
|
background-color:var(--surface-dropdown-surface-hover);
|
|
2083
2083
|
border-color:var(--border-dropdown-border-hover);
|
|
2084
2084
|
}
|
|
2085
|
-
.bp_select_module_container--
|
|
2085
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4 .bp_select_module_iconWrapper--009b4{
|
|
2086
2086
|
flex-shrink:0;
|
|
2087
2087
|
-webkit-user-select:none;
|
|
2088
2088
|
user-select:none;
|
|
2089
2089
|
}
|
|
2090
|
-
.bp_select_module_container--
|
|
2090
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4 .bp_select_module_iconCaret--009b4{
|
|
2091
2091
|
display:block;
|
|
2092
2092
|
height:var(--size-2);
|
|
2093
2093
|
width:var(--size-2);
|
|
2094
2094
|
}
|
|
2095
|
-
.bp_select_module_container--
|
|
2095
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4 .bp_select_module_iconCaret--009b4 path{
|
|
2096
2096
|
fill:var(--icon-icon-on-light);
|
|
2097
2097
|
}
|
|
2098
|
-
.bp_select_module_container--
|
|
2098
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4 .bp_select_module_iconPencilCrossed--009b4{
|
|
2099
2099
|
display:block;
|
|
2100
2100
|
height:var(--size-4);
|
|
2101
2101
|
width:var(--size-4);
|
|
2102
2102
|
}
|
|
2103
|
-
.bp_select_module_container--
|
|
2103
|
+
.bp_select_module_container--009b4 .bp_select_module_triggerBtn--009b4[data-state=open] .bp_select_module_icon--009b4{
|
|
2104
2104
|
transform:rotate(180deg);
|
|
2105
2105
|
}
|
|
2106
2106
|
|
|
2107
|
-
.bp_select_module_content--
|
|
2107
|
+
.bp_select_module_content--009b4{
|
|
2108
2108
|
background-color:var(--surface-menu-surface);
|
|
2109
2109
|
border:var(--border-1) solid var(--border-card-border);
|
|
2110
2110
|
border-radius:var(--radius-3);
|
|
@@ -2123,11 +2123,11 @@
|
|
|
2123
2123
|
text-transform:var(--body-default-text-case);
|
|
2124
2124
|
z-index:380;
|
|
2125
2125
|
}
|
|
2126
|
-
.bp_select_module_content--
|
|
2126
|
+
.bp_select_module_content--009b4 .bp_select_module_viewport--009b4{
|
|
2127
2127
|
padding-block:var(--space-3);
|
|
2128
2128
|
padding-inline:var(--space-3);
|
|
2129
2129
|
}
|
|
2130
|
-
.bp_select_module_content--
|
|
2130
|
+
.bp_select_module_content--009b4 .bp_select_module_viewport--009b4 .bp_select_module_option--009b4{
|
|
2131
2131
|
border:var(--border-2) solid #0000;
|
|
2132
2132
|
border-radius:var(--radius-3);
|
|
2133
2133
|
cursor:pointer;
|
|
@@ -2142,29 +2142,29 @@
|
|
|
2142
2142
|
-webkit-user-select:none;
|
|
2143
2143
|
user-select:none;
|
|
2144
2144
|
}
|
|
2145
|
-
.bp_select_module_content--
|
|
2145
|
+
.bp_select_module_content--009b4 .bp_select_module_viewport--009b4 .bp_select_module_option--009b4[data-disabled]{
|
|
2146
2146
|
opacity:60%;
|
|
2147
2147
|
pointer-events:none;
|
|
2148
2148
|
}
|
|
2149
|
-
.bp_select_module_content--
|
|
2149
|
+
.bp_select_module_content--009b4 .bp_select_module_viewport--009b4 .bp_select_module_option--009b4[data-highlighted]{
|
|
2150
2150
|
background-color:var(--surface-menu-surface-focus);
|
|
2151
2151
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2152
2152
|
}
|
|
2153
|
-
.bp_select_module_content--
|
|
2153
|
+
.bp_select_module_content--009b4 .bp_select_module_viewport--009b4 .bp_select_module_option--009b4:active{
|
|
2154
2154
|
background-color:var(--surface-menu-surface-hover);
|
|
2155
2155
|
border:var(--border-2) solid #0000;
|
|
2156
2156
|
}
|
|
2157
|
-
.bp_select_module_content--
|
|
2157
|
+
.bp_select_module_content--009b4 .bp_select_module_viewport--009b4 .bp_select_module_option--009b4:hover{
|
|
2158
2158
|
background-color:var(--surface-menu-surface-hover);
|
|
2159
2159
|
}
|
|
2160
|
-
.bp_select_module_content--
|
|
2160
|
+
.bp_select_module_content--009b4 .bp_select_module_viewport--009b4 .bp_select_module_option--009b4 span:first-child{
|
|
2161
2161
|
overflow:hidden;
|
|
2162
2162
|
overflow-wrap:break-word;
|
|
2163
2163
|
}
|
|
2164
|
-
.bp_select_module_content--
|
|
2164
|
+
.bp_select_module_content--009b4 .bp_select_module_viewport--009b4 .bp_select_module_option--009b4 .bp_select_module_secondaryText--009b4{
|
|
2165
2165
|
color:var(--text-text-on-light-secondary);
|
|
2166
2166
|
}
|
|
2167
|
-
.bp_select_module_content--
|
|
2167
|
+
.bp_select_module_content--009b4 .bp_select_module_viewport--009b4 .bp_select_module_option--009b4 .bp_select_module_indicator--009b4{
|
|
2168
2168
|
align-items:center;
|
|
2169
2169
|
display:flex;
|
|
2170
2170
|
height:var(--size-9);
|
|
@@ -2173,17 +2173,17 @@
|
|
|
2173
2173
|
position:absolute;
|
|
2174
2174
|
top:0;
|
|
2175
2175
|
}
|
|
2176
|
-
.bp_select_module_content--
|
|
2176
|
+
.bp_select_module_content--009b4 .bp_select_module_viewport--009b4 .bp_select_module_option--009b4 .bp_select_module_indicator--009b4 path{
|
|
2177
2177
|
fill:var(--icon-icon-on-light);
|
|
2178
2178
|
}
|
|
2179
|
-
.bp_select_module_content--
|
|
2179
|
+
.bp_select_module_content--009b4 .bp_select_module_viewport--009b4 .bp_select_module_separator--009b4{
|
|
2180
2180
|
background-color:var(--border-divider-border);
|
|
2181
2181
|
flex-shrink:0;
|
|
2182
2182
|
height:var(--border-1);
|
|
2183
2183
|
margin-block:var(--space-2);
|
|
2184
2184
|
}
|
|
2185
2185
|
|
|
2186
|
-
.bp_content_card_module_card--
|
|
2186
|
+
.bp_content_card_module_card--e5fff{
|
|
2187
2187
|
background-color:var(--surface-surface);
|
|
2188
2188
|
border:var(--border-1) solid var(--border-card-border);
|
|
2189
2189
|
border-radius:var(--size-3);
|
|
@@ -2194,21 +2194,21 @@
|
|
|
2194
2194
|
padding:var(--size-4);
|
|
2195
2195
|
position:relative;
|
|
2196
2196
|
}
|
|
2197
|
-
.bp_content_card_module_card--
|
|
2197
|
+
.bp_content_card_module_card--e5fff:hover{
|
|
2198
2198
|
box-shadow:var(--dropshadow-3);
|
|
2199
2199
|
}
|
|
2200
|
-
.bp_content_card_module_card--
|
|
2200
|
+
.bp_content_card_module_card--e5fff:focus-visible{
|
|
2201
2201
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2202
2202
|
box-shadow:var(--dropshadow-3);
|
|
2203
2203
|
outline:none;
|
|
2204
2204
|
}
|
|
2205
|
-
.bp_content_card_module_card--
|
|
2205
|
+
.bp_content_card_module_card--e5fff:active{
|
|
2206
2206
|
background-color:var(--surface-card-surface-pressed);
|
|
2207
2207
|
border:var(--border-1) solid var(--border-card-border);
|
|
2208
2208
|
box-shadow:none;
|
|
2209
2209
|
}
|
|
2210
2210
|
|
|
2211
|
-
.bp_content_card_module_cardContent--
|
|
2211
|
+
.bp_content_card_module_cardContent--e5fff{
|
|
2212
2212
|
display:flex;
|
|
2213
2213
|
flex-direction:column;
|
|
2214
2214
|
gap:var(--size-2);
|
|
@@ -2217,32 +2217,32 @@
|
|
|
2217
2217
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
2218
2218
|
}
|
|
2219
2219
|
|
|
2220
|
-
.bp_content_card_module_cardTitle--
|
|
2220
|
+
.bp_content_card_module_cardTitle--e5fff{
|
|
2221
2221
|
align-items:center;
|
|
2222
2222
|
display:flex;
|
|
2223
2223
|
height:var(--size-12);
|
|
2224
2224
|
}
|
|
2225
2225
|
|
|
2226
|
-
.bp_content_card_module_cardTitleText--
|
|
2226
|
+
.bp_content_card_module_cardTitleText--e5fff{
|
|
2227
2227
|
-webkit-box-orient:vertical;
|
|
2228
2228
|
-webkit-line-clamp:2;
|
|
2229
2229
|
display:-webkit-inline-box;
|
|
2230
2230
|
overflow:hidden;
|
|
2231
2231
|
}
|
|
2232
2232
|
|
|
2233
|
-
.bp_content_card_module_cardBody--
|
|
2233
|
+
.bp_content_card_module_cardBody--e5fff{
|
|
2234
2234
|
height:var(--size-12);
|
|
2235
2235
|
margin-block-end:var(--size-2);
|
|
2236
2236
|
}
|
|
2237
2237
|
|
|
2238
|
-
.bp_content_card_module_cardBodyText--
|
|
2238
|
+
.bp_content_card_module_cardBodyText--e5fff{
|
|
2239
2239
|
-webkit-box-orient:vertical;
|
|
2240
2240
|
-webkit-line-clamp:2;
|
|
2241
2241
|
display:-webkit-inline-box;
|
|
2242
2242
|
overflow:hidden;
|
|
2243
2243
|
}
|
|
2244
2244
|
|
|
2245
|
-
.bp_content_card_module_cardIcon--
|
|
2245
|
+
.bp_content_card_module_cardIcon--e5fff{
|
|
2246
2246
|
background-color:var(--surface-surface);
|
|
2247
2247
|
border:var(--size-1) solid var(--surface-surface);
|
|
2248
2248
|
border-radius:var(--size-3);
|
|
@@ -2255,7 +2255,7 @@
|
|
|
2255
2255
|
z-index:1;
|
|
2256
2256
|
}
|
|
2257
2257
|
|
|
2258
|
-
.bp_content_card_module_cardBackground--
|
|
2258
|
+
.bp_content_card_module_cardBackground--e5fff{
|
|
2259
2259
|
height:var(--size-15);
|
|
2260
2260
|
left:0;
|
|
2261
2261
|
overflow:hidden;
|
|
@@ -2264,12 +2264,12 @@
|
|
|
2264
2264
|
width:100%;
|
|
2265
2265
|
}
|
|
2266
2266
|
|
|
2267
|
-
.bp_content_card_module_image--
|
|
2267
|
+
.bp_content_card_module_image--e5fff{
|
|
2268
2268
|
height:100%;
|
|
2269
2269
|
width:100%;
|
|
2270
2270
|
}
|
|
2271
2271
|
|
|
2272
|
-
.bp_content_card_module_ghostCard--
|
|
2272
|
+
.bp_content_card_module_ghostCard--e5fff{
|
|
2273
2273
|
display:flex;
|
|
2274
2274
|
flex-direction:column;
|
|
2275
2275
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -2278,21 +2278,21 @@
|
|
|
2278
2278
|
position:relative;
|
|
2279
2279
|
}
|
|
2280
2280
|
|
|
2281
|
-
.bp_content_card_module_iconGhost--
|
|
2281
|
+
.bp_content_card_module_iconGhost--e5fff,.bp_content_card_module_titleGhost--e5fff{
|
|
2282
2282
|
margin-block-end:var(--size-4);
|
|
2283
2283
|
}
|
|
2284
2284
|
|
|
2285
|
-
.bp_content_card_module_bodyGhost--
|
|
2285
|
+
.bp_content_card_module_bodyGhost--e5fff{
|
|
2286
2286
|
margin-block-end:var(--size-2);
|
|
2287
2287
|
}
|
|
2288
2288
|
|
|
2289
|
-
.bp_content_card_module_pillGhostContainer--
|
|
2289
|
+
.bp_content_card_module_pillGhostContainer--e5fff{
|
|
2290
2290
|
display:flex;
|
|
2291
2291
|
margin-block-end:var(--size-4);
|
|
2292
2292
|
margin-block-start:var(--size-2);
|
|
2293
2293
|
}
|
|
2294
2294
|
|
|
2295
|
-
.bp_content_card_module_pillGhost--
|
|
2295
|
+
.bp_content_card_module_pillGhost--e5fff{
|
|
2296
2296
|
margin-inline-end:var(--size-2);
|
|
2297
2297
|
}
|
|
2298
2298
|
.bp_content_field_module_contentFieldWrapper--dabac{
|
|
@@ -2421,7 +2421,7 @@
|
|
|
2421
2421
|
overflow:auto;
|
|
2422
2422
|
}
|
|
2423
2423
|
|
|
2424
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2424
|
+
.bp_data_table_module_dataTableWrapper--caa4c{
|
|
2425
2425
|
--border-radius-datatable:0;
|
|
2426
2426
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
2427
2427
|
--outline-select-color-datatable:#0000;
|
|
@@ -2434,27 +2434,27 @@
|
|
|
2434
2434
|
scroll-padding-top:60px;
|
|
2435
2435
|
width:100%;
|
|
2436
2436
|
}
|
|
2437
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2437
|
+
.bp_data_table_module_dataTableWrapper--caa4c table > thead > tr{
|
|
2438
2438
|
background:var(--gray-white);
|
|
2439
2439
|
position:sticky;
|
|
2440
2440
|
top:0;
|
|
2441
2441
|
z-index:var(--sticky-element-z-index);
|
|
2442
2442
|
}
|
|
2443
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2443
|
+
.bp_data_table_module_dataTableWrapper--caa4c table > thead > tr th:first-child{
|
|
2444
2444
|
background:inherit;
|
|
2445
2445
|
height:100%;
|
|
2446
2446
|
left:0;
|
|
2447
2447
|
position:sticky;
|
|
2448
2448
|
z-index:var(--sticky-element-z-index);
|
|
2449
2449
|
}
|
|
2450
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2450
|
+
.bp_data_table_module_dataTableWrapper--caa4c table > thead > tr th:first-child[data-focus-visible]{
|
|
2451
2451
|
position:sticky;
|
|
2452
2452
|
z-index:var(--sticky-element-z-index);
|
|
2453
2453
|
}
|
|
2454
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2454
|
+
.bp_data_table_module_dataTableWrapper--caa4c table tbody > tr{
|
|
2455
2455
|
--is-row-focused:0;
|
|
2456
2456
|
}
|
|
2457
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2457
|
+
.bp_data_table_module_dataTableWrapper--caa4c table tbody > tr > td [data-actionswrapper]::after{
|
|
2458
2458
|
background:inherit;
|
|
2459
2459
|
content:"";
|
|
2460
2460
|
display:block;
|
|
@@ -2464,18 +2464,18 @@
|
|
|
2464
2464
|
width:100%;
|
|
2465
2465
|
z-index:-1;
|
|
2466
2466
|
}
|
|
2467
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2467
|
+
.bp_data_table_module_dataTableWrapper--caa4c table tbody > tr[data-focus-visible]{
|
|
2468
2468
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
2469
2469
|
--is-row-focused:1;
|
|
2470
2470
|
}
|
|
2471
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2471
|
+
.bp_data_table_module_dataTableWrapper--caa4c table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
2472
2472
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
|
-
.bp_data_table_module_isScrolledX--
|
|
2475
|
+
.bp_data_table_module_isScrolledX--caa4c table > thead > tr > th:first-child{
|
|
2476
2476
|
overflow:visible;
|
|
2477
2477
|
}
|
|
2478
|
-
.bp_data_table_module_isScrolledX--
|
|
2478
|
+
.bp_data_table_module_isScrolledX--caa4c table > thead > tr > th:first-child::after{
|
|
2479
2479
|
background:inherit;
|
|
2480
2480
|
border-right:1px solid var(--border-divider-border);
|
|
2481
2481
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -2489,7 +2489,7 @@
|
|
|
2489
2489
|
z-index:-1;
|
|
2490
2490
|
}
|
|
2491
2491
|
|
|
2492
|
-
.bp_data_table_module_hideActionWrapperRight--
|
|
2492
|
+
.bp_data_table_module_hideActionWrapperRight--caa4c table tbody > tr > td [data-actionswrapper]::after{
|
|
2493
2493
|
display:none;
|
|
2494
2494
|
}
|
|
2495
2495
|
.bp_list_checkbox_module_selection--d79fa{
|
|
@@ -2840,7 +2840,7 @@
|
|
|
2840
2840
|
transform:translateZ(0);
|
|
2841
2841
|
}
|
|
2842
2842
|
|
|
2843
|
-
.bp_dropdown_menu_module_content--
|
|
2843
|
+
.bp_dropdown_menu_module_content--18207{
|
|
2844
2844
|
background-color:var(--surface-menu-surface);
|
|
2845
2845
|
border:var(--border-1) solid var(--border-card-border);
|
|
2846
2846
|
border-radius:var(--radius-3);
|
|
@@ -2862,7 +2862,7 @@
|
|
|
2862
2862
|
text-transform:var(--body-default-text-case);
|
|
2863
2863
|
z-index:2147483647;
|
|
2864
2864
|
}
|
|
2865
|
-
.bp_dropdown_menu_module_content--
|
|
2865
|
+
.bp_dropdown_menu_module_content--18207[data-menu-fullscreen=true]{
|
|
2866
2866
|
border:unset;
|
|
2867
2867
|
border-radius:unset;
|
|
2868
2868
|
display:flex;
|
|
@@ -2875,27 +2875,27 @@
|
|
|
2875
2875
|
position:relative;
|
|
2876
2876
|
width:100vw;
|
|
2877
2877
|
}
|
|
2878
|
-
.bp_dropdown_menu_module_content--
|
|
2878
|
+
.bp_dropdown_menu_module_content--18207[data-menu-fullscreen=true] .bp_dropdown_menu_module_fullScreenContent--18207{
|
|
2879
2879
|
overflow-y:auto;
|
|
2880
2880
|
padding:var(--space-3);
|
|
2881
2881
|
}
|
|
2882
|
-
.bp_dropdown_menu_module_content--
|
|
2882
|
+
.bp_dropdown_menu_module_content--18207 .bp_dropdown_menu_module_subheader--18207{
|
|
2883
2883
|
padding:var(--space-2);
|
|
2884
2884
|
}
|
|
2885
|
-
.bp_dropdown_menu_module_content--
|
|
2885
|
+
.bp_dropdown_menu_module_content--18207 .bp_dropdown_menu_module_subheader--18207.bp_dropdown_menu_module_uppercased--18207{
|
|
2886
2886
|
text-transform:uppercase;
|
|
2887
2887
|
}
|
|
2888
|
-
.bp_dropdown_menu_module_content--
|
|
2888
|
+
.bp_dropdown_menu_module_content--18207 .bp_dropdown_menu_module_dropdownMenuItemSeparator--18207{
|
|
2889
2889
|
margin-block:var(--space-2);
|
|
2890
2890
|
}
|
|
2891
2891
|
|
|
2892
|
-
.bp_dropdown_menu_module_ellipsis--
|
|
2892
|
+
.bp_dropdown_menu_module_ellipsis--18207{
|
|
2893
2893
|
overflow:hidden;
|
|
2894
2894
|
text-overflow:ellipsis;
|
|
2895
2895
|
white-space:nowrap;
|
|
2896
2896
|
}
|
|
2897
2897
|
|
|
2898
|
-
.bp_dropdown_menu_module_checkmark--
|
|
2898
|
+
.bp_dropdown_menu_module_checkmark--18207{
|
|
2899
2899
|
align-items:center;
|
|
2900
2900
|
display:inline-flex;
|
|
2901
2901
|
justify-content:center;
|
|
@@ -2903,7 +2903,7 @@
|
|
|
2903
2903
|
position:absolute;
|
|
2904
2904
|
}
|
|
2905
2905
|
|
|
2906
|
-
.bp_dropdown_menu_module_item--
|
|
2906
|
+
.bp_dropdown_menu_module_item--18207,.bp_dropdown_menu_module_subMenuTrigger--18207{
|
|
2907
2907
|
align-items:center;
|
|
2908
2908
|
border:var(--border-2) solid #0000;
|
|
2909
2909
|
border-radius:var(--radius-3);
|
|
@@ -2915,34 +2915,34 @@
|
|
|
2915
2915
|
-webkit-user-select:none;
|
|
2916
2916
|
user-select:none;
|
|
2917
2917
|
}
|
|
2918
|
-
.bp_dropdown_menu_module_item--
|
|
2918
|
+
.bp_dropdown_menu_module_item--18207[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--18207[data-disabled]{
|
|
2919
2919
|
opacity:60%;
|
|
2920
2920
|
pointer-events:none;
|
|
2921
2921
|
}
|
|
2922
|
-
.bp_dropdown_menu_module_item--
|
|
2922
|
+
.bp_dropdown_menu_module_item--18207[data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--18207[data-highlighted]{
|
|
2923
2923
|
background-color:var(--surface-menu-surface-hover);
|
|
2924
2924
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2925
2925
|
}
|
|
2926
|
-
.bp_dropdown_menu_module_item--
|
|
2926
|
+
.bp_dropdown_menu_module_item--18207:active,.bp_dropdown_menu_module_subMenuTrigger--18207:active{
|
|
2927
2927
|
background-color:var(--surface-menu-surface-hover);
|
|
2928
2928
|
border:var(--border-2) solid #0000;
|
|
2929
2929
|
}
|
|
2930
|
-
.bp_dropdown_menu_module_item--
|
|
2930
|
+
.bp_dropdown_menu_module_item--18207:hover,.bp_dropdown_menu_module_item--18207[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--18207:hover,.bp_dropdown_menu_module_subMenuTrigger--18207[data-state=open]{
|
|
2931
2931
|
background-color:var(--surface-menu-surface-hover);
|
|
2932
2932
|
}
|
|
2933
|
-
.bp_dropdown_menu_module_item--
|
|
2933
|
+
.bp_dropdown_menu_module_item--18207.bp_dropdown_menu_module_radioItem--18207,.bp_dropdown_menu_module_subMenuTrigger--18207.bp_dropdown_menu_module_radioItem--18207{
|
|
2934
2934
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
2935
2935
|
}
|
|
2936
|
-
.bp_dropdown_menu_module_item--
|
|
2936
|
+
.bp_dropdown_menu_module_item--18207.bp_dropdown_menu_module_radioItem--18207 .bp_dropdown_menu_module_radioItemMediumSpacing--18207,.bp_dropdown_menu_module_subMenuTrigger--18207.bp_dropdown_menu_module_radioItem--18207 .bp_dropdown_menu_module_radioItemMediumSpacing--18207{
|
|
2937
2937
|
padding-inline-start:var(--space-2);
|
|
2938
2938
|
}
|
|
2939
|
-
.bp_dropdown_menu_module_item--
|
|
2939
|
+
.bp_dropdown_menu_module_item--18207.bp_dropdown_menu_module_checkboxItem--18207,.bp_dropdown_menu_module_subMenuTrigger--18207.bp_dropdown_menu_module_checkboxItem--18207{
|
|
2940
2940
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
2941
2941
|
}
|
|
2942
|
-
.bp_dropdown_menu_module_item--
|
|
2942
|
+
.bp_dropdown_menu_module_item--18207.bp_dropdown_menu_module_checkboxItem--18207 .bp_dropdown_menu_module_checkboxItemMediumSpacing--18207,.bp_dropdown_menu_module_subMenuTrigger--18207.bp_dropdown_menu_module_checkboxItem--18207 .bp_dropdown_menu_module_checkboxItemMediumSpacing--18207{
|
|
2943
2943
|
padding-inline-start:var(--space-2);
|
|
2944
2944
|
}
|
|
2945
|
-
.bp_dropdown_menu_module_item--
|
|
2945
|
+
.bp_dropdown_menu_module_item--18207 .bp_dropdown_menu_module_mediumItemLayout--18207,.bp_dropdown_menu_module_subMenuTrigger--18207 .bp_dropdown_menu_module_mediumItemLayout--18207{
|
|
2946
2946
|
align-items:center;
|
|
2947
2947
|
display:flex;
|
|
2948
2948
|
gap:var(--space-2);
|
|
@@ -2950,20 +2950,20 @@
|
|
|
2950
2950
|
overflow:hidden;
|
|
2951
2951
|
width:100%;
|
|
2952
2952
|
}
|
|
2953
|
-
.bp_dropdown_menu_module_item--
|
|
2953
|
+
.bp_dropdown_menu_module_item--18207 .bp_dropdown_menu_module_startElement--18207,.bp_dropdown_menu_module_subMenuTrigger--18207 .bp_dropdown_menu_module_startElement--18207{
|
|
2954
2954
|
align-items:center;
|
|
2955
2955
|
display:flex;
|
|
2956
2956
|
}
|
|
2957
|
-
.bp_dropdown_menu_module_item--
|
|
2957
|
+
.bp_dropdown_menu_module_item--18207 .bp_dropdown_menu_module_menuItemMainContent--18207,.bp_dropdown_menu_module_subMenuTrigger--18207 .bp_dropdown_menu_module_menuItemMainContent--18207{
|
|
2958
2958
|
flex-grow:1;
|
|
2959
2959
|
}
|
|
2960
|
-
.bp_dropdown_menu_module_item--
|
|
2960
|
+
.bp_dropdown_menu_module_item--18207 .bp_dropdown_menu_module_endElement--18207,.bp_dropdown_menu_module_subMenuTrigger--18207 .bp_dropdown_menu_module_endElement--18207{
|
|
2961
2961
|
align-items:center;
|
|
2962
2962
|
color:var(--text-text-on-light-secondary);
|
|
2963
2963
|
display:flex;
|
|
2964
2964
|
}
|
|
2965
2965
|
|
|
2966
|
-
.bp_dropdown_menu_module_menuHeader--
|
|
2966
|
+
.bp_dropdown_menu_module_menuHeader--18207{
|
|
2967
2967
|
align-items:center;
|
|
2968
2968
|
box-shadow:var(--dropshadow-1);
|
|
2969
2969
|
display:grid;
|
|
@@ -2973,15 +2973,15 @@
|
|
|
2973
2973
|
padding:var(--space-3);
|
|
2974
2974
|
}
|
|
2975
2975
|
|
|
2976
|
-
.bp_dropdown_menu_module_headerTextContent--
|
|
2976
|
+
.bp_dropdown_menu_module_headerTextContent--18207{
|
|
2977
2977
|
display:grid;
|
|
2978
2978
|
}
|
|
2979
2979
|
|
|
2980
|
-
.bp_dropdown_menu_module_submenuCloseButton--
|
|
2980
|
+
.bp_dropdown_menu_module_submenuCloseButton--18207{
|
|
2981
2981
|
grid-area:submenu-close;
|
|
2982
2982
|
}
|
|
2983
2983
|
|
|
2984
|
-
.bp_dropdown_menu_module_menuCloseButton--
|
|
2984
|
+
.bp_dropdown_menu_module_menuCloseButton--18207{
|
|
2985
2985
|
grid-area:close;
|
|
2986
2986
|
}
|
|
2987
2987
|
.bp_divider_module_divider--2f437{
|
|
@@ -3039,7 +3039,7 @@
|
|
|
3039
3039
|
color:var(--text-text-on-light-secondary);
|
|
3040
3040
|
}
|
|
3041
3041
|
|
|
3042
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3042
|
+
.bp_sticky_cell_module_stickyCell--fc636{
|
|
3043
3043
|
background:inherit;
|
|
3044
3044
|
background-clip:content-box;
|
|
3045
3045
|
left:0;
|
|
@@ -3048,16 +3048,16 @@
|
|
|
3048
3048
|
position:sticky !important;
|
|
3049
3049
|
z-index:var(--sticky-element-z-index);
|
|
3050
3050
|
}
|
|
3051
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3051
|
+
.bp_sticky_cell_module_stickyCell--fc636[data-focus-visible]{
|
|
3052
3052
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3053
3053
|
}
|
|
3054
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3054
|
+
.bp_sticky_cell_module_stickyCell--fc636 .bp_sticky_cell_module_childrenWrapper--fc636{
|
|
3055
3055
|
overflow:hidden;
|
|
3056
3056
|
text-align:start;
|
|
3057
3057
|
text-overflow:ellipsis;
|
|
3058
3058
|
white-space:nowrap;
|
|
3059
3059
|
}
|
|
3060
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3060
|
+
.bp_sticky_cell_module_stickyCell--fc636 .bp_sticky_cell_module_verticalBar--fc636{
|
|
3061
3061
|
background:inherit;
|
|
3062
3062
|
border-right:1px solid var(--border-divider-border);
|
|
3063
3063
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3070,10 +3070,10 @@
|
|
|
3070
3070
|
width:var(--space-3);
|
|
3071
3071
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3072
3072
|
}
|
|
3073
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3073
|
+
.bp_sticky_cell_module_stickyCell--fc636 .bp_sticky_cell_module_verticalBar--fc636.bp_sticky_cell_module_isScrolledX--fc636{
|
|
3074
3074
|
display:block;
|
|
3075
3075
|
}
|
|
3076
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3076
|
+
.bp_sticky_cell_module_stickyCell--fc636 .bp_sticky_cell_module_stickyCellBelow--fc636{
|
|
3077
3077
|
background:inherit;
|
|
3078
3078
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3079
3079
|
border-radius:unset;
|
|
@@ -3087,7 +3087,7 @@
|
|
|
3087
3087
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3088
3088
|
z-index:-1;
|
|
3089
3089
|
}
|
|
3090
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3090
|
+
.bp_sticky_cell_module_stickyCell--fc636 .bp_sticky_cell_module_stickyCellOuterLeft--fc636{
|
|
3091
3091
|
background:inherit;
|
|
3092
3092
|
border-radius:unset;
|
|
3093
3093
|
box-sizing:border-box;
|
|
@@ -3101,7 +3101,7 @@
|
|
|
3101
3101
|
z-index:-1;
|
|
3102
3102
|
}
|
|
3103
3103
|
|
|
3104
|
-
.bp_calendar_module_calendar--
|
|
3104
|
+
.bp_calendar_module_calendar--eb402{
|
|
3105
3105
|
background:var(--gray-white);
|
|
3106
3106
|
border-radius:var(--radius-2);
|
|
3107
3107
|
box-shadow:var(--dropshadow-3);
|
|
@@ -3119,14 +3119,14 @@
|
|
|
3119
3119
|
width:-moz-fit-content;
|
|
3120
3120
|
width:fit-content;
|
|
3121
3121
|
}
|
|
3122
|
-
.bp_calendar_module_calendar--
|
|
3122
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarGrid--eb402{
|
|
3123
3123
|
border-collapse:revert;
|
|
3124
3124
|
border-spacing:revert;
|
|
3125
3125
|
}
|
|
3126
|
-
.bp_calendar_module_calendar--
|
|
3126
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarGrid--eb402 td{
|
|
3127
3127
|
padding:1px;
|
|
3128
3128
|
}
|
|
3129
|
-
.bp_calendar_module_calendar--
|
|
3129
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarHeaderCell--eb402{
|
|
3130
3130
|
color:var(--text-text-on-light-secondary);
|
|
3131
3131
|
font-family:var(--body-default-font-family);
|
|
3132
3132
|
font-size:var(--body-default-font-size);
|
|
@@ -3138,13 +3138,13 @@
|
|
|
3138
3138
|
text-decoration:var(--body-default-text-decoration);
|
|
3139
3139
|
text-transform:var(--body-default-text-case);
|
|
3140
3140
|
}
|
|
3141
|
-
.bp_calendar_module_calendar--
|
|
3141
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarHeader--eb402{
|
|
3142
3142
|
align-items:center;
|
|
3143
3143
|
color:var(--gray-90);
|
|
3144
3144
|
display:flex;
|
|
3145
3145
|
margin-block-end:var(--space-2);
|
|
3146
3146
|
}
|
|
3147
|
-
.bp_calendar_module_calendar--
|
|
3147
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarHeader--eb402 .bp_calendar_module_calendarHeaderHeading--eb402{
|
|
3148
3148
|
flex:1;
|
|
3149
3149
|
font-family:var(--body-large-bold-font-family);
|
|
3150
3150
|
font-size:var(--body-large-bold-font-size);
|
|
@@ -3158,7 +3158,7 @@
|
|
|
3158
3158
|
text-transform:capitalize;
|
|
3159
3159
|
text-transform:var(--body-large-bold-text-case);
|
|
3160
3160
|
}
|
|
3161
|
-
.bp_calendar_module_calendar--
|
|
3161
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarHeader--eb402 .bp_calendar_module_calendarHeaderButton--eb402{
|
|
3162
3162
|
align-items:center;
|
|
3163
3163
|
background-color:var(--gray-white);
|
|
3164
3164
|
border:none;
|
|
@@ -3172,21 +3172,21 @@
|
|
|
3172
3172
|
padding:0;
|
|
3173
3173
|
width:var(--size-8);
|
|
3174
3174
|
}
|
|
3175
|
-
.bp_calendar_module_calendar--
|
|
3175
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarHeader--eb402 .bp_calendar_module_calendarHeaderButton--eb402:disabled{
|
|
3176
3176
|
cursor:default;
|
|
3177
3177
|
opacity:60%;
|
|
3178
3178
|
}
|
|
3179
|
-
.bp_calendar_module_calendar--
|
|
3179
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarHeader--eb402 .bp_calendar_module_calendarHeaderButton--eb402:disabled *{
|
|
3180
3180
|
fill:var(--gray-30);
|
|
3181
3181
|
}
|
|
3182
|
-
.bp_calendar_module_calendar--
|
|
3182
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarHeader--eb402 .bp_calendar_module_calendarHeaderButton--eb402:hover:not(:disabled){
|
|
3183
3183
|
background-color:var(--gray-05);
|
|
3184
3184
|
}
|
|
3185
|
-
.bp_calendar_module_calendar--
|
|
3185
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarHeader--eb402 .bp_calendar_module_calendarHeaderButton--eb402[data-focus-visible]{
|
|
3186
3186
|
background-color:var(--gray-05);
|
|
3187
3187
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
3188
3188
|
}
|
|
3189
|
-
.bp_calendar_module_calendar--
|
|
3189
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402{
|
|
3190
3190
|
border-radius:var(--radius-2);
|
|
3191
3191
|
color:var(--gray-90);
|
|
3192
3192
|
line-height:var(--size-8);
|
|
@@ -3194,7 +3194,7 @@
|
|
|
3194
3194
|
text-align:center;
|
|
3195
3195
|
width:var(--size-8);
|
|
3196
3196
|
}
|
|
3197
|
-
.bp_calendar_module_calendar--
|
|
3197
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402.bp_calendar_module_today--eb402{
|
|
3198
3198
|
color:var(--box-blue-100);
|
|
3199
3199
|
font-family:var(--body-default-bold-font-family);
|
|
3200
3200
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -3207,11 +3207,11 @@
|
|
|
3207
3207
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
3208
3208
|
text-transform:var(--body-default-bold-text-case);
|
|
3209
3209
|
}
|
|
3210
|
-
.bp_calendar_module_calendar--
|
|
3210
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402.bp_calendar_module_today--eb402[data-disabled]{
|
|
3211
3211
|
cursor:default;
|
|
3212
3212
|
opacity:.6;
|
|
3213
3213
|
}
|
|
3214
|
-
.bp_calendar_module_calendar--
|
|
3214
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402.bp_calendar_module_today--eb402::after{
|
|
3215
3215
|
background-color:var(--box-blue-100);
|
|
3216
3216
|
border-radius:50%;
|
|
3217
3217
|
bottom:var(--space-1);
|
|
@@ -3222,50 +3222,50 @@
|
|
|
3222
3222
|
transform:translateX(-50%);
|
|
3223
3223
|
width:var(--space-1);
|
|
3224
3224
|
}
|
|
3225
|
-
.bp_calendar_module_calendar--
|
|
3225
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402:not([data-outside-month]){
|
|
3226
3226
|
cursor:pointer;
|
|
3227
3227
|
}
|
|
3228
|
-
.bp_calendar_module_calendar--
|
|
3228
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
|
|
3229
3229
|
background-color:var(--gray-05);
|
|
3230
3230
|
}
|
|
3231
|
-
.bp_calendar_module_calendar--
|
|
3231
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402[data-focus-visible]:not([data-outside-month]){
|
|
3232
3232
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
3233
3233
|
}
|
|
3234
|
-
.bp_calendar_module_calendar--
|
|
3234
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402[data-selected]{
|
|
3235
3235
|
background-color:var(--box-blue-100);
|
|
3236
3236
|
color:var(--gray-white);
|
|
3237
3237
|
}
|
|
3238
|
-
.bp_calendar_module_calendar--
|
|
3238
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402[data-selected]:hover{
|
|
3239
3239
|
background-color:var(--dark-blue-100);
|
|
3240
3240
|
}
|
|
3241
|
-
.bp_calendar_module_calendar--
|
|
3241
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402[data-selected][data-focus-visible]{
|
|
3242
3242
|
background-color:var(--dark-blue-100);
|
|
3243
3243
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
3244
3244
|
outline:var(--border-1) solid #fff;
|
|
3245
3245
|
outline-offset:-.0625rem;
|
|
3246
3246
|
}
|
|
3247
|
-
.bp_calendar_module_calendar--
|
|
3247
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402[data-selected]::after{
|
|
3248
3248
|
background-color:var(--gray-white);
|
|
3249
3249
|
}
|
|
3250
|
-
.bp_calendar_module_calendar--
|
|
3250
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402[data-disabled]:not(.bp_calendar_module_today--eb402){
|
|
3251
3251
|
color:var(--gray-10);
|
|
3252
3252
|
cursor:default;
|
|
3253
3253
|
}
|
|
3254
|
-
.bp_calendar_module_calendar--
|
|
3254
|
+
.bp_calendar_module_calendar--eb402 .bp_calendar_module_calendarCell--eb402[data-unavailable]{
|
|
3255
3255
|
color:var(--gray-30);
|
|
3256
3256
|
text-decoration:line-through;
|
|
3257
3257
|
}
|
|
3258
3258
|
|
|
3259
|
-
.bp_date_picker_module_datePicker--
|
|
3259
|
+
.bp_date_picker_module_datePicker--451e9{
|
|
3260
3260
|
width:100%;
|
|
3261
3261
|
}
|
|
3262
|
-
.bp_date_picker_module_datePicker--
|
|
3262
|
+
.bp_date_picker_module_datePicker--451e9.bp_date_picker_module_disabled--451e9{
|
|
3263
3263
|
opacity:60%;
|
|
3264
3264
|
pointer-events:none;
|
|
3265
3265
|
-webkit-user-select:none;
|
|
3266
3266
|
user-select:none;
|
|
3267
3267
|
}
|
|
3268
|
-
.bp_date_picker_module_datePicker--
|
|
3268
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_label--451e9{
|
|
3269
3269
|
cursor:default;
|
|
3270
3270
|
display:block;
|
|
3271
3271
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -3280,7 +3280,7 @@
|
|
|
3280
3280
|
width:-moz-fit-content;
|
|
3281
3281
|
width:fit-content;
|
|
3282
3282
|
}
|
|
3283
|
-
.bp_date_picker_module_datePicker--
|
|
3283
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9{
|
|
3284
3284
|
align-items:center;
|
|
3285
3285
|
box-shadow:var(--innershadow-1);
|
|
3286
3286
|
display:inline-flex;
|
|
@@ -3295,7 +3295,7 @@
|
|
|
3295
3295
|
text-transform:var(--body-default-text-case);
|
|
3296
3296
|
width:100%;
|
|
3297
3297
|
}
|
|
3298
|
-
.bp_date_picker_module_datePicker--
|
|
3298
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_groupContainer--451e9{
|
|
3299
3299
|
align-items:center;
|
|
3300
3300
|
border-radius:var(--radius-2);
|
|
3301
3301
|
display:inline-flex;
|
|
@@ -3304,23 +3304,23 @@
|
|
|
3304
3304
|
position:relative;
|
|
3305
3305
|
width:100%;
|
|
3306
3306
|
}
|
|
3307
|
-
.bp_date_picker_module_datePicker--
|
|
3307
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_groupContainer--451e9:focus-within{
|
|
3308
3308
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
3309
3309
|
}
|
|
3310
|
-
.bp_date_picker_module_datePicker--
|
|
3310
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_groupContainer--451e9.bp_date_picker_module_error--451e9:not(:focus-within){
|
|
3311
3311
|
outline:var(--border-2) solid var(--text-text-error-on-light);
|
|
3312
3312
|
}
|
|
3313
|
-
.bp_date_picker_module_datePicker--
|
|
3313
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_groupContainer--451e9.bp_date_picker_module_error--451e9:focus-within{
|
|
3314
3314
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
3315
3315
|
}
|
|
3316
|
-
.bp_date_picker_module_datePicker--
|
|
3316
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_groupContainer--451e9 .bp_date_picker_module_groupContainerInput--451e9{
|
|
3317
3317
|
align-items:center;
|
|
3318
3318
|
display:inline-flex;
|
|
3319
3319
|
height:var(--size-10);
|
|
3320
3320
|
text-transform:uppercase;
|
|
3321
3321
|
white-space:nowrap;
|
|
3322
3322
|
}
|
|
3323
|
-
.bp_date_picker_module_datePicker--
|
|
3323
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_groupContainer--451e9 .bp_date_picker_module_groupContainerInput--451e9 .bp_date_picker_module_groupContainerInputSegment--451e9{
|
|
3324
3324
|
border:unset;
|
|
3325
3325
|
border-radius:unset;
|
|
3326
3326
|
box-shadow:unset;
|
|
@@ -3331,18 +3331,18 @@
|
|
|
3331
3331
|
transition:unset;
|
|
3332
3332
|
width:unset;
|
|
3333
3333
|
}
|
|
3334
|
-
.bp_date_picker_module_datePicker--
|
|
3334
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_groupContainer--451e9 .bp_date_picker_module_groupContainerInput--451e9 .bp_date_picker_module_groupContainerInputSegment--451e9[data-placeholder]{
|
|
3335
3335
|
color:var(--text-text-on-light-secondary);
|
|
3336
3336
|
}
|
|
3337
|
-
.bp_date_picker_module_datePicker--
|
|
3337
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_groupContainer--451e9 .bp_date_picker_module_groupContainerInput--451e9 .bp_date_picker_module_groupContainerInputSegment--451e9:focus{
|
|
3338
3338
|
background:var(--light-blue-20);
|
|
3339
3339
|
caret-color:#0000;
|
|
3340
3340
|
outline:none;
|
|
3341
3341
|
}
|
|
3342
|
-
.bp_date_picker_module_datePicker--
|
|
3342
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_groupContainer--451e9 .bp_date_picker_module_groupContainerInput--451e9 .bp_date_picker_module_groupContainerInputSegment--451e9:focus[data-placeholder]{
|
|
3343
3343
|
color:var(--text-text-on-light);
|
|
3344
3344
|
}
|
|
3345
|
-
.bp_date_picker_module_datePicker--
|
|
3345
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_button--451e9{
|
|
3346
3346
|
align-items:center;
|
|
3347
3347
|
background-color:initial;
|
|
3348
3348
|
border:none;
|
|
@@ -3357,33 +3357,33 @@
|
|
|
3357
3357
|
right:var(--space-2);
|
|
3358
3358
|
width:var(--size-6);
|
|
3359
3359
|
}
|
|
3360
|
-
.bp_date_picker_module_datePicker--
|
|
3360
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_button--451e9.bp_date_picker_module_clear--451e9{
|
|
3361
3361
|
right:var(--size-9);
|
|
3362
3362
|
}
|
|
3363
|
-
.bp_date_picker_module_datePicker--
|
|
3363
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_button--451e9:focus-visible,.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_button--451e9[data-focus-visible]{
|
|
3364
3364
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
3365
3365
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
3366
3366
|
}
|
|
3367
|
-
.bp_date_picker_module_datePicker--
|
|
3367
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_button--451e9:hover{
|
|
3368
3368
|
background:var(--surface-cta-surface-icon-hover);
|
|
3369
3369
|
}
|
|
3370
|
-
.bp_date_picker_module_datePicker--
|
|
3370
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_button--451e9:hover *{
|
|
3371
3371
|
fill:var(--icon-cta-icon-hover);
|
|
3372
3372
|
}
|
|
3373
|
-
.bp_date_picker_module_datePicker--
|
|
3373
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_button--451e9:active{
|
|
3374
3374
|
background:var(--surface-cta-surface-icon-pressed);
|
|
3375
3375
|
}
|
|
3376
|
-
.bp_date_picker_module_datePicker--
|
|
3376
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_button--451e9:active *{
|
|
3377
3377
|
fill:var(--icon-cta-icon-pressed);
|
|
3378
3378
|
}
|
|
3379
|
-
.bp_date_picker_module_datePicker--
|
|
3379
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_group--451e9 .bp_date_picker_module_button--451e9:disabled{
|
|
3380
3380
|
opacity:1;
|
|
3381
3381
|
}
|
|
3382
|
-
.bp_date_picker_module_datePicker--
|
|
3382
|
+
.bp_date_picker_module_datePicker--451e9 .bp_date_picker_module_inlineError--451e9{
|
|
3383
3383
|
margin-block-start:var(--space-2);
|
|
3384
3384
|
}
|
|
3385
3385
|
|
|
3386
|
-
@keyframes bp_date_picker_module_slide--
|
|
3386
|
+
@keyframes bp_date_picker_module_slide--451e9{
|
|
3387
3387
|
from{
|
|
3388
3388
|
opacity:0;
|
|
3389
3389
|
transform:var(--popover-slide-translation);
|
|
@@ -3393,11 +3393,11 @@
|
|
|
3393
3393
|
transform:translateY(0);
|
|
3394
3394
|
}
|
|
3395
3395
|
}
|
|
3396
|
-
.bp_date_picker_module_datePickerPopoverContent--
|
|
3396
|
+
.bp_date_picker_module_datePickerPopoverContent--451e9{
|
|
3397
3397
|
z-index:380;
|
|
3398
3398
|
}
|
|
3399
3399
|
|
|
3400
|
-
.bp_empty_state_module_emptyState--
|
|
3400
|
+
.bp_empty_state_module_emptyState--7e04a{
|
|
3401
3401
|
align-items:center;
|
|
3402
3402
|
display:flex;
|
|
3403
3403
|
flex-direction:column;
|
|
@@ -3406,32 +3406,32 @@
|
|
|
3406
3406
|
text-align:center;
|
|
3407
3407
|
width:100%;
|
|
3408
3408
|
}
|
|
3409
|
-
.bp_empty_state_module_emptyState--
|
|
3409
|
+
.bp_empty_state_module_emptyState--7e04a .bp_empty_state_module_illustration--7e04a{
|
|
3410
3410
|
margin-block-end:var(--space-6);
|
|
3411
3411
|
}
|
|
3412
|
-
.bp_empty_state_module_emptyState--
|
|
3412
|
+
.bp_empty_state_module_emptyState--7e04a .bp_empty_state_module_body--7e04a{
|
|
3413
3413
|
max-width:22.5rem;
|
|
3414
3414
|
}
|
|
3415
|
-
.bp_empty_state_module_emptyState--
|
|
3415
|
+
.bp_empty_state_module_emptyState--7e04a .bp_empty_state_module_body--7e04a:not(:last-child){
|
|
3416
3416
|
margin-block-end:var(--space-6);
|
|
3417
3417
|
}
|
|
3418
|
-
.bp_empty_state_module_emptyState--
|
|
3418
|
+
.bp_empty_state_module_emptyState--7e04a .bp_empty_state_module_heading--7e04a{
|
|
3419
3419
|
margin-block-end:var(--space-3);
|
|
3420
3420
|
}
|
|
3421
|
-
.bp_empty_state_module_emptyState--
|
|
3421
|
+
.bp_empty_state_module_emptyState--7e04a .bp_empty_state_module_button--7e04a:not(:last-child){
|
|
3422
3422
|
margin-block-end:var(--space-6);
|
|
3423
3423
|
}
|
|
3424
|
-
.bp_empty_state_module_emptyState--
|
|
3424
|
+
.bp_empty_state_module_emptyState--7e04a.bp_empty_state_module_small--7e04a .bp_empty_state_module_illustration--7e04a{
|
|
3425
3425
|
margin-block-end:var(--space-4);
|
|
3426
3426
|
}
|
|
3427
|
-
.bp_empty_state_module_emptyState--
|
|
3427
|
+
.bp_empty_state_module_emptyState--7e04a.bp_empty_state_module_small--7e04a .bp_empty_state_module_illustration--7e04a svg{
|
|
3428
3428
|
height:var(--size-14);
|
|
3429
3429
|
width:var(--size-14);
|
|
3430
3430
|
}
|
|
3431
|
-
.bp_empty_state_module_emptyState--
|
|
3431
|
+
.bp_empty_state_module_emptyState--7e04a.bp_empty_state_module_small--7e04a .bp_empty_state_module_body--7e04a{
|
|
3432
3432
|
max-width:220px;
|
|
3433
3433
|
}
|
|
3434
|
-
.bp_empty_state_module_emptyState--
|
|
3434
|
+
.bp_empty_state_module_emptyState--7e04a.bp_empty_state_module_small--7e04a .bp_empty_state_module_body--7e04a:not(:last-child){
|
|
3435
3435
|
margin-block-end:var(--space-4);
|
|
3436
3436
|
}
|
|
3437
3437
|
.bp_link_module_link--fb308{
|
|
@@ -4358,7 +4358,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4358
4358
|
display:inline;
|
|
4359
4359
|
}
|
|
4360
4360
|
|
|
4361
|
-
.bp_modal_module_overlay--
|
|
4361
|
+
.bp_modal_module_overlay--c0cc6{
|
|
4362
4362
|
background-color:var(--overlay-modal-overlay);
|
|
4363
4363
|
bottom:0;
|
|
4364
4364
|
display:grid;
|
|
@@ -4370,13 +4370,13 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4370
4370
|
z-index:370;
|
|
4371
4371
|
}
|
|
4372
4372
|
@media (width > 459px){
|
|
4373
|
-
.bp_modal_module_overlay--
|
|
4373
|
+
.bp_modal_module_overlay--c0cc6{
|
|
4374
4374
|
place-items:center;
|
|
4375
4375
|
}
|
|
4376
4376
|
}
|
|
4377
4377
|
|
|
4378
|
-
.bp_modal_module_content--
|
|
4379
|
-
animation:bp_modal_module_popup_bounce_in--
|
|
4378
|
+
.bp_modal_module_content--c0cc6{
|
|
4379
|
+
animation:bp_modal_module_popup_bounce_in--c0cc6 var(--animation-duration-3);
|
|
4380
4380
|
background-color:var(--gray-white);
|
|
4381
4381
|
display:flex;
|
|
4382
4382
|
flex-direction:column;
|
|
@@ -4385,80 +4385,80 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4385
4385
|
position:relative;
|
|
4386
4386
|
}
|
|
4387
4387
|
@media (width > 374px){
|
|
4388
|
-
.bp_modal_module_content--
|
|
4388
|
+
.bp_modal_module_content--c0cc6{
|
|
4389
4389
|
overflow:hidden;
|
|
4390
4390
|
}
|
|
4391
4391
|
}
|
|
4392
4392
|
@media (width > 459px){
|
|
4393
|
-
.bp_modal_module_content--
|
|
4393
|
+
.bp_modal_module_content--c0cc6{
|
|
4394
4394
|
border-radius:var(--radius-4);
|
|
4395
4395
|
height:auto;
|
|
4396
4396
|
margin:0 var(--space-8);
|
|
4397
4397
|
max-height:calc(100vh - var(--space-8)*2);
|
|
4398
4398
|
min-width:calc(460px - var(--space-8)*2);
|
|
4399
4399
|
}
|
|
4400
|
-
.bp_modal_module_content--
|
|
4400
|
+
.bp_modal_module_content--c0cc6.bp_modal_module_smallSizeModal--c0cc6{
|
|
4401
4401
|
max-width:460px;
|
|
4402
4402
|
}
|
|
4403
|
-
.bp_modal_module_content--
|
|
4403
|
+
.bp_modal_module_content--c0cc6.bp_modal_module_mediumSizeModal--c0cc6{
|
|
4404
4404
|
max-width:540px;
|
|
4405
4405
|
}
|
|
4406
|
-
.bp_modal_module_content--
|
|
4406
|
+
.bp_modal_module_content--c0cc6.bp_modal_module_largeSizeModal--c0cc6{
|
|
4407
4407
|
max-width:620px;
|
|
4408
4408
|
}
|
|
4409
|
-
.bp_modal_module_content--
|
|
4409
|
+
.bp_modal_module_content--c0cc6.bp_modal_module_xlargeSizeModal--c0cc6{
|
|
4410
4410
|
max-width:768px;
|
|
4411
4411
|
}
|
|
4412
4412
|
}
|
|
4413
4413
|
|
|
4414
|
-
.bp_modal_module_scrollableContainer--
|
|
4414
|
+
.bp_modal_module_scrollableContainer--c0cc6{
|
|
4415
4415
|
flex-grow:1;
|
|
4416
4416
|
}
|
|
4417
4417
|
@media (width > 374px){
|
|
4418
|
-
.bp_modal_module_scrollableContainer--
|
|
4418
|
+
.bp_modal_module_scrollableContainer--c0cc6{
|
|
4419
4419
|
overflow-y:auto;
|
|
4420
4420
|
}
|
|
4421
4421
|
}
|
|
4422
4422
|
|
|
4423
|
-
.bp_modal_module_content--
|
|
4423
|
+
.bp_modal_module_content--c0cc6 .bp_modal_module_close--c0cc6{
|
|
4424
4424
|
color:var(--gray-65);
|
|
4425
4425
|
position:fixed;
|
|
4426
4426
|
right:var(--space-4);
|
|
4427
4427
|
top:var(--space-4);
|
|
4428
4428
|
}
|
|
4429
4429
|
@media (width > 374px){
|
|
4430
|
-
.bp_modal_module_content--
|
|
4430
|
+
.bp_modal_module_content--c0cc6 .bp_modal_module_close--c0cc6{
|
|
4431
4431
|
position:absolute;
|
|
4432
4432
|
}
|
|
4433
4433
|
}
|
|
4434
4434
|
|
|
4435
|
-
.bp_modal_module_close--
|
|
4435
|
+
.bp_modal_module_close--c0cc6.bp_modal_module_onColor--c0cc6{
|
|
4436
4436
|
background-color:var(--surface-cta-surface-tertiary);
|
|
4437
4437
|
}
|
|
4438
|
-
.bp_modal_module_close--
|
|
4438
|
+
.bp_modal_module_close--c0cc6.bp_modal_module_onColor--c0cc6:hover{
|
|
4439
4439
|
background-color:var(--surface-cta-surface-icon-hover);
|
|
4440
4440
|
}
|
|
4441
|
-
.bp_modal_module_close--
|
|
4441
|
+
.bp_modal_module_close--c0cc6.bp_modal_module_onColor--c0cc6:active{
|
|
4442
4442
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
4443
4443
|
}
|
|
4444
4444
|
|
|
4445
|
-
.bp_modal_module_content--
|
|
4445
|
+
.bp_modal_module_content--c0cc6 .bp_modal_module_backButton--c0cc6{
|
|
4446
4446
|
color:var(--gray-65);
|
|
4447
4447
|
margin-block-start:var(--space-4);
|
|
4448
4448
|
margin-inline-start:var(--space-4);
|
|
4449
4449
|
}
|
|
4450
4450
|
@media (width > 459px){
|
|
4451
|
-
.bp_modal_module_content--
|
|
4451
|
+
.bp_modal_module_content--c0cc6 .bp_modal_module_backButton--c0cc6{
|
|
4452
4452
|
height:var(--size-10);
|
|
4453
4453
|
width:var(--size-10);
|
|
4454
4454
|
}
|
|
4455
4455
|
}
|
|
4456
4456
|
|
|
4457
|
-
.bp_modal_module_modalHeader--
|
|
4457
|
+
.bp_modal_module_modalHeader--c0cc6{
|
|
4458
4458
|
display:flex;
|
|
4459
4459
|
}
|
|
4460
4460
|
|
|
4461
|
-
.bp_modal_module_modalTitle--
|
|
4461
|
+
.bp_modal_module_modalTitle--c0cc6{
|
|
4462
4462
|
display:flex;
|
|
4463
4463
|
flex-direction:column;
|
|
4464
4464
|
gap:var(--space-2);
|
|
@@ -4466,24 +4466,24 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4466
4466
|
padding:var(--space-5) var(--space-12) var(--space-5) var(--space-4);
|
|
4467
4467
|
}
|
|
4468
4468
|
@media (width > 459px){
|
|
4469
|
-
.bp_modal_module_modalTitle--
|
|
4469
|
+
.bp_modal_module_modalTitle--c0cc6{
|
|
4470
4470
|
padding:var(--space-6) var(--space-16) var(--space-6) var(--space-6);
|
|
4471
4471
|
}
|
|
4472
4472
|
}
|
|
4473
4473
|
|
|
4474
|
-
.bp_modal_module_body--
|
|
4474
|
+
.bp_modal_module_body--c0cc6{
|
|
4475
4475
|
padding:var(--space-6) var(--space-4) var(--space-4);
|
|
4476
4476
|
}
|
|
4477
4477
|
@media (width > 459px){
|
|
4478
|
-
.bp_modal_module_body--
|
|
4478
|
+
.bp_modal_module_body--c0cc6{
|
|
4479
4479
|
padding:var(--space-6) var(--space-6) var(--space-4);
|
|
4480
4480
|
}
|
|
4481
4481
|
}
|
|
4482
4482
|
|
|
4483
|
-
.bp_modal_module_headerDividerLine--
|
|
4483
|
+
.bp_modal_module_headerDividerLine--c0cc6{
|
|
4484
4484
|
position:relative;
|
|
4485
4485
|
}
|
|
4486
|
-
.bp_modal_module_headerDividerLine--
|
|
4486
|
+
.bp_modal_module_headerDividerLine--c0cc6::after{
|
|
4487
4487
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
4488
4488
|
bottom:0;
|
|
4489
4489
|
content:"";
|
|
@@ -4492,16 +4492,16 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4492
4492
|
right:var(--space-4);
|
|
4493
4493
|
}
|
|
4494
4494
|
@media (width > 459px){
|
|
4495
|
-
.bp_modal_module_headerDividerLine--
|
|
4495
|
+
.bp_modal_module_headerDividerLine--c0cc6::after{
|
|
4496
4496
|
left:var(--space-6);
|
|
4497
4497
|
right:var(--space-6);
|
|
4498
4498
|
}
|
|
4499
4499
|
}
|
|
4500
4500
|
|
|
4501
|
-
.bp_modal_module_footerDividerLine--
|
|
4501
|
+
.bp_modal_module_footerDividerLine--c0cc6{
|
|
4502
4502
|
position:relative;
|
|
4503
4503
|
}
|
|
4504
|
-
.bp_modal_module_footerDividerLine--
|
|
4504
|
+
.bp_modal_module_footerDividerLine--c0cc6::before{
|
|
4505
4505
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
4506
4506
|
content:"";
|
|
4507
4507
|
left:var(--space-4);
|
|
@@ -4510,28 +4510,28 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4510
4510
|
top:0;
|
|
4511
4511
|
}
|
|
4512
4512
|
@media (width > 459px){
|
|
4513
|
-
.bp_modal_module_footerDividerLine--
|
|
4513
|
+
.bp_modal_module_footerDividerLine--c0cc6::before{
|
|
4514
4514
|
left:var(--space-6);
|
|
4515
4515
|
right:var(--space-6);
|
|
4516
4516
|
}
|
|
4517
4517
|
}
|
|
4518
4518
|
|
|
4519
|
-
.bp_modal_module_footer--
|
|
4519
|
+
.bp_modal_module_footer--c0cc6{
|
|
4520
4520
|
display:flex;
|
|
4521
4521
|
justify-content:flex-end;
|
|
4522
4522
|
padding:var(--space-4);
|
|
4523
4523
|
}
|
|
4524
4524
|
@media (width > 459px){
|
|
4525
|
-
.bp_modal_module_footer--
|
|
4525
|
+
.bp_modal_module_footer--c0cc6{
|
|
4526
4526
|
padding:var(--space-6);
|
|
4527
4527
|
}
|
|
4528
4528
|
}
|
|
4529
4529
|
|
|
4530
|
-
.bp_modal_module_footerButton--
|
|
4530
|
+
.bp_modal_module_footerButton--c0cc6 + .bp_modal_module_footerButton--c0cc6{
|
|
4531
4531
|
margin-inline-start:var(--space-3);
|
|
4532
4532
|
}
|
|
4533
4533
|
|
|
4534
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
4534
|
+
@keyframes bp_modal_module_popup_bounce_in--c0cc6{
|
|
4535
4535
|
0%{
|
|
4536
4536
|
transform:scale3d(.1, .1, 1);
|
|
4537
4537
|
}
|
|
@@ -4742,66 +4742,66 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4742
4742
|
justify-content:flex-end;
|
|
4743
4743
|
}
|
|
4744
4744
|
|
|
4745
|
-
.bp_page_section_module_pageSectionContainer--
|
|
4745
|
+
.bp_page_section_module_pageSectionContainer--81486{
|
|
4746
4746
|
display:flex;
|
|
4747
4747
|
flex-direction:column;
|
|
4748
4748
|
gap:var(--space-8);
|
|
4749
4749
|
}
|
|
4750
4750
|
@media (width > 767px){
|
|
4751
|
-
.bp_page_section_module_pageSectionContainer--
|
|
4751
|
+
.bp_page_section_module_pageSectionContainer--81486{
|
|
4752
4752
|
gap:var(--space-12);
|
|
4753
4753
|
}
|
|
4754
4754
|
}
|
|
4755
4755
|
|
|
4756
|
-
.bp_page_section_module_pageSection--
|
|
4756
|
+
.bp_page_section_module_pageSection--81486{
|
|
4757
4757
|
display:flex;
|
|
4758
4758
|
flex-direction:column;
|
|
4759
4759
|
gap:var(--space-7);
|
|
4760
4760
|
}
|
|
4761
4761
|
@media (width > 767px){
|
|
4762
|
-
.bp_page_section_module_pageSection--
|
|
4762
|
+
.bp_page_section_module_pageSection--81486{
|
|
4763
4763
|
flex-direction:row;
|
|
4764
4764
|
gap:var(--space-20);
|
|
4765
4765
|
}
|
|
4766
4766
|
}
|
|
4767
4767
|
|
|
4768
|
-
.bp_page_section_module_pageSectionHeader--
|
|
4768
|
+
.bp_page_section_module_pageSectionHeader--81486{
|
|
4769
4769
|
display:flex;
|
|
4770
4770
|
flex-direction:column;
|
|
4771
4771
|
gap:var(--space-2);
|
|
4772
4772
|
}
|
|
4773
4773
|
@media (width > 767px){
|
|
4774
|
-
.bp_page_section_module_pageSectionHeader--
|
|
4774
|
+
.bp_page_section_module_pageSectionHeader--81486{
|
|
4775
4775
|
width:200px;
|
|
4776
4776
|
}
|
|
4777
4777
|
}
|
|
4778
4778
|
@media (width > 1023px){
|
|
4779
|
-
.bp_page_section_module_pageSectionHeader--
|
|
4779
|
+
.bp_page_section_module_pageSectionHeader--81486{
|
|
4780
4780
|
width:242px;
|
|
4781
4781
|
}
|
|
4782
4782
|
}
|
|
4783
4783
|
|
|
4784
|
-
.bp_page_section_module_pageSectionContent--
|
|
4784
|
+
.bp_page_section_module_pageSectionContent--81486{
|
|
4785
4785
|
flex-grow:1;
|
|
4786
4786
|
}
|
|
4787
4787
|
|
|
4788
|
-
.bp_page_section_module_pageSectionDivider--
|
|
4788
|
+
.bp_page_section_module_pageSectionDivider--81486{
|
|
4789
4789
|
width:100%;
|
|
4790
4790
|
}
|
|
4791
4791
|
|
|
4792
|
-
.bp_password_input_module_passwordInput--
|
|
4792
|
+
.bp_password_input_module_passwordInput--d4fa4 input[type=password],.bp_password_input_module_passwordInput--d4fa4 input[type=text]{
|
|
4793
4793
|
padding-inline-end:2.375rem;
|
|
4794
4794
|
}
|
|
4795
|
-
.bp_password_input_module_passwordInput--
|
|
4795
|
+
.bp_password_input_module_passwordInput--d4fa4 .bp_password_input_module_iconButton--d4fa4{
|
|
4796
4796
|
height:var(--size-6);
|
|
4797
4797
|
inset-inline-end:.5rem;
|
|
4798
4798
|
width:var(--size-6);
|
|
4799
4799
|
}
|
|
4800
|
-
.bp_password_input_module_passwordInput--
|
|
4800
|
+
.bp_password_input_module_passwordInput--d4fa4 .bp_password_input_module_iconButton--d4fa4:active,.bp_password_input_module_passwordInput--d4fa4 .bp_password_input_module_iconButton--d4fa4:hover{
|
|
4801
4801
|
background:none;
|
|
4802
4802
|
}
|
|
4803
4803
|
|
|
4804
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4804
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6{
|
|
4805
4805
|
--disabled-opacity:var(--text-input-disabled-opacity-api, 60%);
|
|
4806
4806
|
display:flex;
|
|
4807
4807
|
flex-direction:column;
|
|
@@ -4814,7 +4814,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4814
4814
|
text-decoration:var(--body-default-text-decoration);
|
|
4815
4815
|
text-transform:var(--body-default-text-case);
|
|
4816
4816
|
}
|
|
4817
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4817
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_label--6ddc6{
|
|
4818
4818
|
color:var(--text-text-on-light);
|
|
4819
4819
|
flex:0 0 fit-content;
|
|
4820
4820
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -4828,15 +4828,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4828
4828
|
width:-moz-fit-content;
|
|
4829
4829
|
width:fit-content;
|
|
4830
4830
|
}
|
|
4831
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4831
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_label--6ddc6:not(.bp_base_text_input_module_hidden--6ddc6){
|
|
4832
4832
|
margin-block-end:var(--space-2);
|
|
4833
4833
|
}
|
|
4834
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4834
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6{
|
|
4835
4835
|
display:flex;
|
|
4836
4836
|
height:var(--size-10);
|
|
4837
4837
|
position:relative;
|
|
4838
4838
|
}
|
|
4839
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4839
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6{
|
|
4840
4840
|
background:var(--surface-input-surface);
|
|
4841
4841
|
border:var(--border-1) solid var(--border-input-border);
|
|
4842
4842
|
border-radius:var(--radius-2);
|
|
@@ -4856,74 +4856,74 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4856
4856
|
text-transform:var(--body-default-text-case);
|
|
4857
4857
|
width:100%;
|
|
4858
4858
|
}
|
|
4859
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4859
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6:hover,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6:hover,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6:hover{
|
|
4860
4860
|
box-shadow:var(--innershadow-1);
|
|
4861
4861
|
}
|
|
4862
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4862
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6::placeholder,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6::placeholder,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6::placeholder{
|
|
4863
4863
|
color:var(--text-text-on-light-secondary);
|
|
4864
4864
|
opacity:1;
|
|
4865
4865
|
}
|
|
4866
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4866
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_error--6ddc6,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_error--6ddc6,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_error--6ddc6{
|
|
4867
4867
|
background:var(--surface-input-surface-error);
|
|
4868
4868
|
border:var(--border-2) solid var(--border-input-border-error);
|
|
4869
4869
|
outline:0;
|
|
4870
4870
|
padding-inline-start:calc(var(--space-3) - var(--border-2) + var(--border-1));
|
|
4871
4871
|
}
|
|
4872
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4872
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_readOnly--6ddc6,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_readOnly--6ddc6,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_readOnly--6ddc6{
|
|
4873
4873
|
border-color:var(--border-collapsible-border);
|
|
4874
4874
|
box-shadow:var(--innershadow-1);
|
|
4875
4875
|
color:var(--text-text-on-light-secondary);
|
|
4876
4876
|
}
|
|
4877
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4877
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_readOnly--6ddc6:focus-visible,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_readOnly--6ddc6:focus-visible,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_readOnly--6ddc6:focus-visible{
|
|
4878
4878
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
4879
4879
|
}
|
|
4880
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4880
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_readOnly--6ddc6:hover,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_readOnly--6ddc6:hover,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_readOnly--6ddc6:hover{
|
|
4881
4881
|
cursor:default;
|
|
4882
4882
|
}
|
|
4883
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4883
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6:disabled,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6:disabled,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6:disabled{
|
|
4884
4884
|
background:var(--surface-input-surface);
|
|
4885
4885
|
border-color:var(--border-input-border);
|
|
4886
4886
|
box-shadow:var(--innershadow-1);
|
|
4887
4887
|
color:var(--text-text-on-light);
|
|
4888
4888
|
}
|
|
4889
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4889
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6:disabled:hover{
|
|
4890
4890
|
border-color:var(--border-input-border);
|
|
4891
4891
|
}
|
|
4892
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4892
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6:focus-visible,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6:focus-visible,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6:focus-visible{
|
|
4893
4893
|
background:var(--surface-input-surface-focus);
|
|
4894
4894
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
4895
4895
|
outline:0;
|
|
4896
4896
|
padding-inline-start:calc(var(--space-3) - var(--border-2) + var(--border-1));
|
|
4897
4897
|
}
|
|
4898
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4898
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6:has(+ .bp_base_text_input_module_endIcon--6ddc6),.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6:has(+ .bp_base_text_input_module_endIcon--6ddc6),.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6:has(+ .bp_base_text_input_module_endIcon--6ddc6){
|
|
4899
4899
|
padding-inline-end:calc(var(--space-3) + var(--end-icon-width) + var(--space-2));
|
|
4900
4900
|
}
|
|
4901
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4901
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_textInput--6ddc6:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--6ddc6):hover,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=number].bp_base_text_input_module_textInput--6ddc6:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--6ddc6):hover,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 input[type=text].bp_base_text_input_module_textInput--6ddc6:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--6ddc6):hover{
|
|
4902
4902
|
background:var(--surface-input-surface-hover);
|
|
4903
4903
|
border:var(--border-1) solid var(--border-input-border-hover);
|
|
4904
4904
|
}
|
|
4905
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4905
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_startIcon--6ddc6{
|
|
4906
4906
|
left:calc(var(--space-3) + var(--border-1));
|
|
4907
4907
|
position:absolute;
|
|
4908
4908
|
top:50%;
|
|
4909
4909
|
transform:translateY(-50%);
|
|
4910
4910
|
}
|
|
4911
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4911
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_startIcon--6ddc6 + input.bp_base_text_input_module_textInput--6ddc6{
|
|
4912
4912
|
padding-inline-start:calc(var(--space-3) + var(--space-2) + var(--start-icon-width));
|
|
4913
4913
|
}
|
|
4914
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4914
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_startIcon--6ddc6 + input.bp_base_text_input_module_textInput--6ddc6.bp_base_text_input_module_error--6ddc6,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_startIcon--6ddc6 + input.bp_base_text_input_module_textInput--6ddc6:focus-visible{
|
|
4915
4915
|
padding-inline-start:calc(var(--space-3) - var(--border-2) + var(--border-1) + var(--space-2) + var(--start-icon-width));
|
|
4916
4916
|
}
|
|
4917
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4917
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_textInputContainer--6ddc6 .bp_base_text_input_module_endIcon--6ddc6{
|
|
4918
4918
|
position:absolute;
|
|
4919
4919
|
right:calc(var(--space-3) + var(--border-1));
|
|
4920
4920
|
top:50%;
|
|
4921
4921
|
transform:translateY(-50%);
|
|
4922
4922
|
}
|
|
4923
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4923
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6.bp_base_text_input_module_disabled--6ddc6{
|
|
4924
4924
|
opacity:var(--disabled-opacity);
|
|
4925
4925
|
}
|
|
4926
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4926
|
+
.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_inlineError--6ddc6,.bp_base_text_input_module_textInputContainerOuter--6ddc6 .bp_base_text_input_module_subtext--6ddc6{
|
|
4927
4927
|
margin-block-start:var(--space-2);
|
|
4928
4928
|
}
|
|
4929
4929
|
.bp_chip_module_chip--96f83{
|
|
@@ -5124,7 +5124,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5124
5124
|
}
|
|
5125
5125
|
}
|
|
5126
5126
|
|
|
5127
|
-
.bp_context_menu_module_menuBlock--
|
|
5127
|
+
.bp_context_menu_module_menuBlock--6061e{
|
|
5128
5128
|
background-color:var(--surface-menu-surface);
|
|
5129
5129
|
border:var(--border-1) solid var(--border-card-border);
|
|
5130
5130
|
border-radius:var(--radius-3);
|
|
@@ -5135,7 +5135,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5135
5135
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
5136
5136
|
padding:var(--space-3);
|
|
5137
5137
|
}
|
|
5138
|
-
.bp_context_menu_module_menuBlock--
|
|
5138
|
+
.bp_context_menu_module_menuBlock--6061e[data-menu-fullscreen=true]{
|
|
5139
5139
|
border:unset;
|
|
5140
5140
|
border-radius:unset;
|
|
5141
5141
|
display:flex;
|
|
@@ -5148,15 +5148,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5148
5148
|
position:relative;
|
|
5149
5149
|
width:100vw;
|
|
5150
5150
|
}
|
|
5151
|
-
.bp_context_menu_module_menuBlock--
|
|
5151
|
+
.bp_context_menu_module_menuBlock--6061e[data-menu-fullscreen=true] .bp_context_menu_module_fullScreenContent--6061e{
|
|
5152
5152
|
overflow-y:auto;
|
|
5153
5153
|
padding:var(--space-3);
|
|
5154
5154
|
}
|
|
5155
|
-
.bp_context_menu_module_menuBlock--
|
|
5155
|
+
.bp_context_menu_module_menuBlock--6061e .bp_context_menu_module_menuItemsSeparator--6061e{
|
|
5156
5156
|
margin-block:var(--space-2);
|
|
5157
5157
|
margin-inline:var(--space-2);
|
|
5158
5158
|
}
|
|
5159
|
-
.bp_context_menu_module_menuBlock--
|
|
5159
|
+
.bp_context_menu_module_menuBlock--6061e .bp_context_menu_module_menuItem--6061e{
|
|
5160
5160
|
align-items:center;
|
|
5161
5161
|
background-color:var(--surface-menu-surface);
|
|
5162
5162
|
border:var(--border-2) solid #0000;
|
|
@@ -5169,19 +5169,19 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5169
5169
|
padding-inline:var(--space-2);
|
|
5170
5170
|
position:relative;
|
|
5171
5171
|
}
|
|
5172
|
-
.bp_context_menu_module_menuBlock--
|
|
5172
|
+
.bp_context_menu_module_menuBlock--6061e .bp_context_menu_module_menuItem--6061e[data-disabled]{
|
|
5173
5173
|
opacity:60%;
|
|
5174
5174
|
pointer-events:none;
|
|
5175
5175
|
}
|
|
5176
|
-
.bp_context_menu_module_menuBlock--
|
|
5176
|
+
.bp_context_menu_module_menuBlock--6061e .bp_context_menu_module_menuItem--6061e[data-highlighted]:not(:hover){
|
|
5177
5177
|
background-color:var(--surface-menu-surface-focus);
|
|
5178
5178
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
5179
5179
|
}
|
|
5180
|
-
.bp_context_menu_module_menuBlock--
|
|
5180
|
+
.bp_context_menu_module_menuBlock--6061e .bp_context_menu_module_menuItem--6061e:active{
|
|
5181
5181
|
background-color:var(--surface-menu-surface-focus);
|
|
5182
5182
|
border:var(--border-2) solid #0000;
|
|
5183
5183
|
}
|
|
5184
|
-
.bp_context_menu_module_menuBlock--
|
|
5184
|
+
.bp_context_menu_module_menuBlock--6061e .bp_context_menu_module_menuItem--6061e:hover{
|
|
5185
5185
|
background-color:var(--surface-menu-surface-focus);
|
|
5186
5186
|
}
|
|
5187
5187
|
div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):has([data-menu-fullscreen=true]){
|
|
@@ -5190,7 +5190,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5190
5190
|
width:100%;
|
|
5191
5191
|
}
|
|
5192
5192
|
|
|
5193
|
-
.bp_context_menu_module_menuHeader--
|
|
5193
|
+
.bp_context_menu_module_menuHeader--6061e{
|
|
5194
5194
|
align-items:center;
|
|
5195
5195
|
box-shadow:var(--dropshadow-1);
|
|
5196
5196
|
display:grid;
|
|
@@ -5200,25 +5200,25 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5200
5200
|
padding:var(--space-3);
|
|
5201
5201
|
}
|
|
5202
5202
|
|
|
5203
|
-
.bp_context_menu_module_headerTextContent--
|
|
5203
|
+
.bp_context_menu_module_headerTextContent--6061e{
|
|
5204
5204
|
display:grid;
|
|
5205
5205
|
}
|
|
5206
5206
|
|
|
5207
|
-
.bp_context_menu_module_submenuCloseButton--
|
|
5207
|
+
.bp_context_menu_module_submenuCloseButton--6061e{
|
|
5208
5208
|
grid-area:submenu-close;
|
|
5209
5209
|
}
|
|
5210
5210
|
|
|
5211
|
-
.bp_context_menu_module_menuCloseButton--
|
|
5211
|
+
.bp_context_menu_module_menuCloseButton--6061e{
|
|
5212
5212
|
grid-area:close;
|
|
5213
5213
|
}
|
|
5214
5214
|
|
|
5215
|
-
.bp_context_menu_module_ellipsis--
|
|
5215
|
+
.bp_context_menu_module_ellipsis--6061e{
|
|
5216
5216
|
overflow:hidden;
|
|
5217
5217
|
text-overflow:ellipsis;
|
|
5218
5218
|
white-space:nowrap;
|
|
5219
5219
|
}
|
|
5220
5220
|
|
|
5221
|
-
.bp_notification_module_viewport--
|
|
5221
|
+
.bp_notification_module_viewport--397a9{
|
|
5222
5222
|
all:unset;
|
|
5223
5223
|
align-items:center;
|
|
5224
5224
|
display:flex;
|
|
@@ -5231,7 +5231,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5231
5231
|
z-index:2147483647;
|
|
5232
5232
|
}
|
|
5233
5233
|
|
|
5234
|
-
.bp_notification_module_root--
|
|
5234
|
+
.bp_notification_module_root--397a9{
|
|
5235
5235
|
border:var(--border-2) solid;
|
|
5236
5236
|
border-radius:var(--radius-3);
|
|
5237
5237
|
display:flex;
|
|
@@ -5239,26 +5239,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5239
5239
|
width:max-content;
|
|
5240
5240
|
}
|
|
5241
5241
|
@media (width > 374px){
|
|
5242
|
-
.bp_notification_module_root--
|
|
5242
|
+
.bp_notification_module_root--397a9{
|
|
5243
5243
|
max-width:343px;
|
|
5244
5244
|
}
|
|
5245
5245
|
}
|
|
5246
5246
|
@media (width > 767px){
|
|
5247
|
-
.bp_notification_module_root--
|
|
5247
|
+
.bp_notification_module_root--397a9{
|
|
5248
5248
|
max-width:728px;
|
|
5249
5249
|
}
|
|
5250
5250
|
}
|
|
5251
5251
|
@media (width > 1023px){
|
|
5252
|
-
.bp_notification_module_root--
|
|
5252
|
+
.bp_notification_module_root--397a9{
|
|
5253
5253
|
max-width:848px;
|
|
5254
5254
|
}
|
|
5255
5255
|
}
|
|
5256
5256
|
@media (width > 1219px){
|
|
5257
|
-
.bp_notification_module_root--
|
|
5257
|
+
.bp_notification_module_root--397a9{
|
|
5258
5258
|
max-width:896px;
|
|
5259
5259
|
}
|
|
5260
5260
|
}
|
|
5261
|
-
.bp_notification_module_root--
|
|
5261
|
+
.bp_notification_module_root--397a9 .bp_notification_module_container--397a9{
|
|
5262
5262
|
align-items:flex-start;
|
|
5263
5263
|
box-shadow:var(--dropshadow-3);
|
|
5264
5264
|
display:flex;
|
|
@@ -5267,11 +5267,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5267
5267
|
width:100%;
|
|
5268
5268
|
}
|
|
5269
5269
|
@media (width > 767px){
|
|
5270
|
-
.bp_notification_module_root--
|
|
5270
|
+
.bp_notification_module_root--397a9 .bp_notification_module_container--397a9{
|
|
5271
5271
|
align-items:center;
|
|
5272
5272
|
}
|
|
5273
5273
|
}
|
|
5274
|
-
.bp_notification_module_root--
|
|
5274
|
+
.bp_notification_module_root--397a9 .bp_notification_module_mobileContainer--397a9{
|
|
5275
5275
|
align-items:left;
|
|
5276
5276
|
display:flex;
|
|
5277
5277
|
flex-direction:column;
|
|
@@ -5279,46 +5279,46 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5279
5279
|
width:100%;
|
|
5280
5280
|
}
|
|
5281
5281
|
@media (width > 767px){
|
|
5282
|
-
.bp_notification_module_root--
|
|
5282
|
+
.bp_notification_module_root--397a9 .bp_notification_module_mobileContainer--397a9{
|
|
5283
5283
|
align-items:center;
|
|
5284
5284
|
flex-direction:row;
|
|
5285
5285
|
}
|
|
5286
5286
|
}
|
|
5287
|
-
.bp_notification_module_root--
|
|
5287
|
+
.bp_notification_module_root--397a9 .bp_notification_module_withButtons--397a9{
|
|
5288
5288
|
gap:var(--space-3);
|
|
5289
5289
|
}
|
|
5290
|
-
.bp_notification_module_root--
|
|
5290
|
+
.bp_notification_module_root--397a9.bp_notification_module_info--397a9{
|
|
5291
5291
|
background:var(--surface-message-surface-info);
|
|
5292
5292
|
border-color:var(--border-message-border-info);
|
|
5293
5293
|
}
|
|
5294
|
-
.bp_notification_module_root--
|
|
5294
|
+
.bp_notification_module_root--397a9.bp_notification_module_success--397a9{
|
|
5295
5295
|
background:var(--surface-message-surface-success);
|
|
5296
5296
|
border-color:var(--border-message-border-success);
|
|
5297
5297
|
}
|
|
5298
|
-
.bp_notification_module_root--
|
|
5298
|
+
.bp_notification_module_root--397a9.bp_notification_module_warning--397a9{
|
|
5299
5299
|
background:var(--surface-message-surface-warning);
|
|
5300
5300
|
border-color:var(--border-message-border-warning);
|
|
5301
5301
|
}
|
|
5302
|
-
.bp_notification_module_root--
|
|
5302
|
+
.bp_notification_module_root--397a9.bp_notification_module_error--397a9{
|
|
5303
5303
|
background:var(--surface-message-surface-error);
|
|
5304
5304
|
border-color:var(--border-message-border-error);
|
|
5305
5305
|
}
|
|
5306
|
-
.bp_notification_module_root--
|
|
5306
|
+
.bp_notification_module_root--397a9:focus-visible{
|
|
5307
5307
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
5308
5308
|
outline:none;
|
|
5309
5309
|
}
|
|
5310
|
-
.bp_notification_module_root--
|
|
5310
|
+
.bp_notification_module_root--397a9 .bp_notification_module_typeIconContainer--397a9{
|
|
5311
5311
|
align-items:center;
|
|
5312
5312
|
display:flex;
|
|
5313
5313
|
height:var(--size-8);
|
|
5314
5314
|
justify-content:center;
|
|
5315
5315
|
width:var(--size-8);
|
|
5316
5316
|
}
|
|
5317
|
-
.bp_notification_module_root--
|
|
5317
|
+
.bp_notification_module_root--397a9 .bp_notification_module_typeIconContainer--397a9 .bp_notification_module_typeIcon--397a9{
|
|
5318
5318
|
flex-shrink:0;
|
|
5319
5319
|
margin-left:var(--space-4);
|
|
5320
5320
|
}
|
|
5321
|
-
.bp_notification_module_root--
|
|
5321
|
+
.bp_notification_module_root--397a9 .bp_notification_module_text--397a9{
|
|
5322
5322
|
align-items:center;
|
|
5323
5323
|
color:var(--text-text-on-light);
|
|
5324
5324
|
display:flex;
|
|
@@ -5333,38 +5333,38 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5333
5333
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
5334
5334
|
text-transform:var(--body-default-bold-text-case);
|
|
5335
5335
|
}
|
|
5336
|
-
.bp_notification_module_root--
|
|
5336
|
+
.bp_notification_module_root--397a9 .bp_notification_module_text--397a9 > div{
|
|
5337
5337
|
overflow:hidden;
|
|
5338
5338
|
overflow-wrap:break-word;
|
|
5339
5339
|
}
|
|
5340
|
-
.bp_notification_module_root--
|
|
5340
|
+
.bp_notification_module_root--397a9 .bp_notification_module_contentButtonSection--397a9{
|
|
5341
5341
|
display:flex;
|
|
5342
5342
|
gap:var(--space-3);
|
|
5343
5343
|
margin-left:0;
|
|
5344
5344
|
}
|
|
5345
5345
|
@media (width > 767px){
|
|
5346
|
-
.bp_notification_module_root--
|
|
5346
|
+
.bp_notification_module_root--397a9 .bp_notification_module_contentButtonSection--397a9{
|
|
5347
5347
|
margin-left:auto;
|
|
5348
5348
|
}
|
|
5349
5349
|
}
|
|
5350
|
-
.bp_notification_module_root--
|
|
5350
|
+
.bp_notification_module_root--397a9 .bp_notification_module_contentButtonSection--397a9 .bp_notification_module_contentButtons--397a9{
|
|
5351
5351
|
display:flex;
|
|
5352
5352
|
gap:var(--space-3);
|
|
5353
5353
|
}
|
|
5354
|
-
.bp_notification_module_root--
|
|
5354
|
+
.bp_notification_module_root--397a9 .bp_notification_module_closeButtonSection--397a9{
|
|
5355
5355
|
display:flex;
|
|
5356
5356
|
gap:var(--space-3);
|
|
5357
5357
|
margin-left:auto;
|
|
5358
5358
|
margin-right:var(--space-4);
|
|
5359
5359
|
}
|
|
5360
|
-
.bp_notification_module_root--
|
|
5360
|
+
.bp_notification_module_root--397a9 .bp_notification_module_closeButtonSection--397a9 .bp_notification_module_closeButton--397a9{
|
|
5361
5361
|
align-self:center;
|
|
5362
5362
|
}
|
|
5363
|
-
.bp_notification_module_root--
|
|
5363
|
+
.bp_notification_module_root--397a9 .bp_notification_module_closeButtonSection--397a9 .bp_notification_module_closeButton--397a9 svg *{
|
|
5364
5364
|
fill:currentColor;
|
|
5365
5365
|
}
|
|
5366
5366
|
|
|
5367
|
-
.bp_popover_module_popoverContentContainer--
|
|
5367
|
+
.bp_popover_module_popoverContentContainer--5c9fe .bp_popover_module_popoverCard--5c9fe .bp_popover_module_popoverMainContent--5c9fe,.bp_popover_module_popoverContentContainer--5c9fe.bp_popover_module_accessibilitySmallBreakpoint--5c9fe .bp_popover_module_popoverCard--5c9fe .bp_popover_module_popoverScrollContainer--5c9fe{
|
|
5368
5368
|
margin-inline-end:calc(var(--space-4)*-1);
|
|
5369
5369
|
mask-image:linear-gradient(to top, #0000, var(--gray-black)), linear-gradient(to left, #0000 var(--space-4), var(--gray-black) var(--space-4));
|
|
5370
5370
|
mask-position:left bottom;
|
|
@@ -5374,43 +5374,43 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5374
5374
|
transition:mask-position var(--animation-duration-3);
|
|
5375
5375
|
}
|
|
5376
5376
|
|
|
5377
|
-
.bp_popover_module_popoverContentContainer--
|
|
5377
|
+
.bp_popover_module_popoverContentContainer--5c9fe{
|
|
5378
5378
|
max-width:320px;
|
|
5379
5379
|
z-index:380;
|
|
5380
5380
|
}
|
|
5381
|
-
.bp_popover_module_popoverContentContainer--
|
|
5381
|
+
.bp_popover_module_popoverContentContainer--5c9fe .bp_popover_module_popoverCard--5c9fe{
|
|
5382
5382
|
box-shadow:var(--dropshadow-3);
|
|
5383
5383
|
margin-block:var(--space-1);
|
|
5384
5384
|
}
|
|
5385
|
-
.bp_popover_module_popoverContentContainer--
|
|
5385
|
+
.bp_popover_module_popoverContentContainer--5c9fe .bp_popover_module_popoverCard--5c9fe .bp_popover_module_popoverMainContent--5c9fe:hover{
|
|
5386
5386
|
mask-position:left top;
|
|
5387
5387
|
}
|
|
5388
|
-
.bp_popover_module_popoverContentContainer--
|
|
5388
|
+
.bp_popover_module_popoverContentContainer--5c9fe .bp_popover_module_popoverCard--5c9fe .bp_popover_module_popoverMainContent--5c9fe .bp_popover_module_popoverMainContentOuterContainer--5c9fe{
|
|
5389
5389
|
max-height:inherit;
|
|
5390
5390
|
}
|
|
5391
|
-
.bp_popover_module_popoverContentContainer--
|
|
5391
|
+
.bp_popover_module_popoverContentContainer--5c9fe .bp_popover_module_popoverCard--5c9fe .bp_popover_module_popoverMainContent--5c9fe .bp_popover_module_popoverMainContentOuterContainer--5c9fe .bp_popover_module_popoverMainContentInnerContainerPadding--5c9fe{
|
|
5392
5392
|
padding-block-end:var(--space-3);
|
|
5393
5393
|
}
|
|
5394
|
-
.bp_popover_module_popoverContentContainer--
|
|
5394
|
+
.bp_popover_module_popoverContentContainer--5c9fe.bp_popover_module_accessibilitySmallBreakpoint--5c9fe{
|
|
5395
5395
|
max-height:var(--radix-popover-content-available-height);
|
|
5396
5396
|
}
|
|
5397
|
-
.bp_popover_module_popoverContentContainer--
|
|
5397
|
+
.bp_popover_module_popoverContentContainer--5c9fe.bp_popover_module_accessibilitySmallBreakpoint--5c9fe .bp_popover_module_popoverCard--5c9fe .bp_popover_module_popoverScrollContainer--5c9fe{
|
|
5398
5398
|
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));
|
|
5399
5399
|
padding-block:var(--space-1);
|
|
5400
5400
|
}
|
|
5401
|
-
.bp_popover_module_popoverContentContainer--
|
|
5401
|
+
.bp_popover_module_popoverContentContainer--5c9fe.bp_popover_module_accessibilitySmallBreakpoint--5c9fe .bp_popover_module_popoverCard--5c9fe .bp_popover_module_popoverScrollContainer--5c9fe:hover{
|
|
5402
5402
|
mask-position:left top;
|
|
5403
5403
|
}
|
|
5404
|
-
.bp_popover_module_popoverContentContainer--
|
|
5404
|
+
.bp_popover_module_popoverContentContainer--5c9fe.bp_popover_module_accessibilitySmallBreakpoint--5c9fe .bp_popover_module_popoverCard--5c9fe .bp_popover_module_popoverScrollContainer--5c9fe .bp_popover_module_popoverMainContent--5c9fe{
|
|
5405
5405
|
max-height:-moz-fit-content;
|
|
5406
5406
|
max-height:fit-content;
|
|
5407
5407
|
}
|
|
5408
|
-
.bp_popover_module_popoverContentContainer--
|
|
5408
|
+
.bp_popover_module_popoverContentContainer--5c9fe .bp_popover_module_popoverFooter--5c9fe{
|
|
5409
5409
|
margin-inline:calc(var(--space-4)*-1);
|
|
5410
5410
|
padding-block-start:var(--space-4);
|
|
5411
5411
|
padding-inline:var(--space-4);
|
|
5412
5412
|
}
|
|
5413
|
-
.bp_popover_module_popoverContentContainer--
|
|
5413
|
+
.bp_popover_module_popoverContentContainer--5c9fe .bp_popover_module_popoverFooter--5c9fe.bp_popover_module_popoverFooterTopBorder--5c9fe{
|
|
5414
5414
|
border-top:var(--border-1) solid var(--border-card-border);
|
|
5415
5415
|
}
|
|
5416
5416
|
.bp_select_menu_grid_module_grid--6e766{
|
|
@@ -5422,42 +5422,42 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5422
5422
|
flex-direction:row;
|
|
5423
5423
|
}
|
|
5424
5424
|
|
|
5425
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5425
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b742b.bp_select_menu_grid_option_module_withLabel--b742b{
|
|
5426
5426
|
flex:1 1 0;
|
|
5427
5427
|
margin:var(--space-05) 0;
|
|
5428
5428
|
}
|
|
5429
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5429
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b742b.bp_select_menu_grid_option_module_withLabel--default--b742b{
|
|
5430
5430
|
max-width:100%;
|
|
5431
5431
|
}
|
|
5432
5432
|
@media only screen and (width > 374px){
|
|
5433
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5433
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b742b.bp_select_menu_grid_option_module_withLabel--default--b742b{
|
|
5434
5434
|
margin:var(--space-05);
|
|
5435
5435
|
max-width:calc(50% - var(--space-1));
|
|
5436
5436
|
}
|
|
5437
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5437
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b742b.bp_select_menu_grid_option_module_withLabel--default--b742b:first-child{
|
|
5438
5438
|
margin-left:0;
|
|
5439
5439
|
}
|
|
5440
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5440
|
+
.bp_select_menu_grid_option_module_buttonWrapper--b742b.bp_select_menu_grid_option_module_withLabel--default--b742b:last-child{
|
|
5441
5441
|
margin-right:0;
|
|
5442
5442
|
}
|
|
5443
5443
|
}
|
|
5444
5444
|
|
|
5445
|
-
.bp_select_menu_grid_option_module_square--
|
|
5445
|
+
.bp_select_menu_grid_option_module_square--b742b{
|
|
5446
5446
|
height:var(--size-8);
|
|
5447
5447
|
width:var(--size-8);
|
|
5448
5448
|
}
|
|
5449
|
-
.bp_select_menu_grid_option_module_square--
|
|
5449
|
+
.bp_select_menu_grid_option_module_square--b742b,.bp_select_menu_grid_option_module_square--b742b .bp_select_menu_grid_option_module_outlineHost--b742b{
|
|
5450
5450
|
align-items:center;
|
|
5451
5451
|
border-radius:var(--radius-3);
|
|
5452
5452
|
display:flex;
|
|
5453
5453
|
justify-content:center;
|
|
5454
5454
|
}
|
|
5455
|
-
.bp_select_menu_grid_option_module_square--
|
|
5455
|
+
.bp_select_menu_grid_option_module_square--b742b .bp_select_menu_grid_option_module_outlineHost--b742b{
|
|
5456
5456
|
height:var(--size-7);
|
|
5457
5457
|
width:var(--size-7);
|
|
5458
5458
|
}
|
|
5459
5459
|
|
|
5460
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5460
|
+
.bp_select_menu_grid_option_module_circle--b742b{
|
|
5461
5461
|
align-items:center;
|
|
5462
5462
|
background-clip:content-box;
|
|
5463
5463
|
background-color:var(--gray-white);
|
|
@@ -5469,10 +5469,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5469
5469
|
justify-content:center;
|
|
5470
5470
|
width:var(--size-8);
|
|
5471
5471
|
}
|
|
5472
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5472
|
+
.bp_select_menu_grid_option_module_circle--b742b.bp_select_menu_grid_option_module_loading--b742b{
|
|
5473
5473
|
border-color:var(--gray-white);
|
|
5474
5474
|
}
|
|
5475
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5475
|
+
.bp_select_menu_grid_option_module_circle--b742b .bp_select_menu_grid_option_module_color--b742b{
|
|
5476
5476
|
background-color:var(--circleColor);
|
|
5477
5477
|
border:var(--border-1) solid var(--circleBorderColor);
|
|
5478
5478
|
border-radius:50%;
|
|
@@ -5480,10 +5480,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5480
5480
|
height:var(--size-6);
|
|
5481
5481
|
width:var(--size-6);
|
|
5482
5482
|
}
|
|
5483
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5483
|
+
.bp_select_menu_grid_option_module_circle--b742b .bp_select_menu_grid_option_module_strikeThrough--b742b{
|
|
5484
5484
|
position:relative;
|
|
5485
5485
|
}
|
|
5486
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5486
|
+
.bp_select_menu_grid_option_module_circle--b742b .bp_select_menu_grid_option_module_strikeThrough--b742b::after{
|
|
5487
5487
|
background-color:var(--watermelon-red-100);
|
|
5488
5488
|
border-radius:var(--radius-1);
|
|
5489
5489
|
content:"";
|
|
@@ -5495,7 +5495,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5495
5495
|
width:90%;
|
|
5496
5496
|
}
|
|
5497
5497
|
|
|
5498
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5498
|
+
.bp_select_menu_grid_option_module_optionButton--b742b{
|
|
5499
5499
|
align-items:center;
|
|
5500
5500
|
background-color:initial;
|
|
5501
5501
|
border:none;
|
|
@@ -5505,13 +5505,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5505
5505
|
-webkit-user-select:none;
|
|
5506
5506
|
user-select:none;
|
|
5507
5507
|
}
|
|
5508
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5508
|
+
.bp_select_menu_grid_option_module_optionButton--b742b:not(.bp_select_menu_grid_option_module_labeled--b742b){
|
|
5509
5509
|
height:var(--size-8);
|
|
5510
5510
|
justify-content:center;
|
|
5511
5511
|
padding:0;
|
|
5512
5512
|
width:var(--size-8);
|
|
5513
5513
|
}
|
|
5514
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5514
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b{
|
|
5515
5515
|
border-radius:var(--radius-3);
|
|
5516
5516
|
gap:var(--space-3);
|
|
5517
5517
|
min-width:10rem;
|
|
@@ -5519,23 +5519,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5519
5519
|
transition:background-color var(--animation-duration-2);
|
|
5520
5520
|
width:100%;
|
|
5521
5521
|
}
|
|
5522
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5522
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b .bp_select_menu_grid_option_module_text--b742b{
|
|
5523
5523
|
max-height:var(--size-8);
|
|
5524
5524
|
text-align:left;
|
|
5525
5525
|
}
|
|
5526
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5526
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b .bp_select_menu_grid_option_module_text--large--b742b{
|
|
5527
5527
|
-webkit-box-orient:vertical;
|
|
5528
5528
|
-webkit-line-clamp:1;
|
|
5529
5529
|
display:-webkit-box;
|
|
5530
5530
|
overflow:hidden;
|
|
5531
5531
|
}
|
|
5532
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5532
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b .bp_select_menu_grid_option_module_text--default--b742b{
|
|
5533
5533
|
-webkit-box-orient:vertical;
|
|
5534
5534
|
-webkit-line-clamp:2;
|
|
5535
5535
|
display:-webkit-box;
|
|
5536
5536
|
overflow:hidden;
|
|
5537
5537
|
}
|
|
5538
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5538
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b .bp_select_menu_grid_option_module_iconContainer--b742b{
|
|
5539
5539
|
align-items:center;
|
|
5540
5540
|
background:var(--icon-background);
|
|
5541
5541
|
border-radius:var(--radius-3);
|
|
@@ -5543,95 +5543,95 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5543
5543
|
flex-shrink:0;
|
|
5544
5544
|
justify-content:center;
|
|
5545
5545
|
}
|
|
5546
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5546
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b .bp_select_menu_grid_option_module_iconContainer--size-default--b742b{
|
|
5547
5547
|
height:var(--size-8);
|
|
5548
5548
|
width:var(--size-8);
|
|
5549
5549
|
}
|
|
5550
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5550
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b .bp_select_menu_grid_option_module_iconContainer--size-large--b742b{
|
|
5551
5551
|
height:var(--size-10);
|
|
5552
5552
|
width:var(--size-10);
|
|
5553
5553
|
}
|
|
5554
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5554
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b .bp_select_menu_grid_option_module_iconContainer--default--b742b{
|
|
5555
5555
|
--icon-background:var(--surface-surface-tertiary);
|
|
5556
5556
|
--icon-background-dark:var(--surface-surface-quaternary);
|
|
5557
5557
|
}
|
|
5558
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5558
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b .bp_select_menu_grid_option_module_iconContainer--box--b742b{
|
|
5559
5559
|
--icon-background:var(--brand-box-tertiary);
|
|
5560
5560
|
--icon-background-dark:var(--brand-box-secondary);
|
|
5561
5561
|
}
|
|
5562
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5562
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b .bp_select_menu_grid_option_module_iconContainer--docgen--b742b{
|
|
5563
5563
|
--icon-background:var(--brand-docgen-tertiary);
|
|
5564
5564
|
--icon-background-dark:var(--brand-docgen-secondary);
|
|
5565
5565
|
}
|
|
5566
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5566
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b .bp_select_menu_grid_option_module_iconContainer--forms--b742b{
|
|
5567
5567
|
--icon-background:var(--brand-forms-tertiary);
|
|
5568
5568
|
--icon-background-dark:var(--brand-forms-secondary);
|
|
5569
5569
|
}
|
|
5570
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5570
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b .bp_select_menu_grid_option_module_iconContainer--sign--b742b{
|
|
5571
5571
|
--icon-background:var(--brand-sign-tertiary);
|
|
5572
5572
|
--icon-background-dark:var(--brand-sign-secondary);
|
|
5573
5573
|
}
|
|
5574
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5574
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b:hover{
|
|
5575
5575
|
background:var(--surface-surface-secondary);
|
|
5576
5576
|
box-shadow:var(--dropshadow-2);
|
|
5577
5577
|
cursor:grab;
|
|
5578
5578
|
}
|
|
5579
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5579
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b.bp_select_menu_grid_option_module_active--b742b,.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b.bp_select_menu_grid_option_module_dragging--b742b,.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b:active{
|
|
5580
5580
|
background:var(--surface-surface-secondary);
|
|
5581
5581
|
box-shadow:var(--dropshadow-2);
|
|
5582
5582
|
}
|
|
5583
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5583
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b.bp_select_menu_grid_option_module_active--b742b .bp_select_menu_grid_option_module_iconContainer--b742b,.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b:active .bp_select_menu_grid_option_module_iconContainer--b742b{
|
|
5584
5584
|
background-color:var(--icon-background);
|
|
5585
5585
|
}
|
|
5586
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5586
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b.bp_select_menu_grid_option_module_dragging--b742b{
|
|
5587
5587
|
box-shadow:0 0 0 var(--border-1) var(--border-divider-border), var(--dropshadow-2);
|
|
5588
5588
|
}
|
|
5589
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5589
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b.bp_select_menu_grid_option_module_dragging--b742b .bp_select_menu_grid_option_module_iconContainer--b742b{
|
|
5590
5590
|
background-color:var(--icon-background-dark);
|
|
5591
5591
|
}
|
|
5592
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5592
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b.bp_select_menu_grid_option_module_dragging--b742b:hover{
|
|
5593
5593
|
cursor:grabbing;
|
|
5594
5594
|
}
|
|
5595
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5595
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b:hover:not(.bp_select_menu_grid_option_module_disabled--b742b) .bp_select_menu_grid_option_module_iconContainer--b742b{
|
|
5596
5596
|
background-color:var(--icon-background-dark);
|
|
5597
5597
|
transition:background-color var(--animation-duration-2);
|
|
5598
5598
|
}
|
|
5599
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5599
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b[data-focus-visible]{
|
|
5600
5600
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5601
5601
|
}
|
|
5602
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5602
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_labeled--b742b[data-focus-visible]:active{
|
|
5603
5603
|
background:var(--surface-surface-secondary);
|
|
5604
5604
|
}
|
|
5605
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5605
|
+
.bp_select_menu_grid_option_module_optionButton--b742b:hover .bp_select_menu_grid_option_module_square--b742b,.bp_select_menu_grid_option_module_optionButton--b742b[data-focus-visible] .bp_select_menu_grid_option_module_square--b742b{
|
|
5606
5606
|
background-color:var(--surface-cta-surface-outline-hover);
|
|
5607
5607
|
}
|
|
5608
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5608
|
+
.bp_select_menu_grid_option_module_optionButton--b742b:hover .bp_select_menu_grid_option_module_circle--b742b,.bp_select_menu_grid_option_module_optionButton--b742b[data-focus-visible] .bp_select_menu_grid_option_module_circle--b742b{
|
|
5609
5609
|
background-color:var(--surface-option-grid-surface-hover);
|
|
5610
5610
|
}
|
|
5611
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5611
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_active--b742b .bp_select_menu_grid_option_module_square--b742b,.bp_select_menu_grid_option_module_optionButton--b742b:active .bp_select_menu_grid_option_module_square--b742b{
|
|
5612
5612
|
background-color:var(--surface-cta-surface-outline-pressed);
|
|
5613
5613
|
}
|
|
5614
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5614
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_active--b742b .bp_select_menu_grid_option_module_circle--b742b,.bp_select_menu_grid_option_module_optionButton--b742b:active .bp_select_menu_grid_option_module_circle--b742b{
|
|
5615
5615
|
border:var(--border-2) solid var(--circleColor);
|
|
5616
5616
|
}
|
|
5617
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5617
|
+
.bp_select_menu_grid_option_module_optionButton--b742b.bp_select_menu_grid_option_module_loading--b742b,.bp_select_menu_grid_option_module_optionButton--b742b:disabled{
|
|
5618
5618
|
cursor:default;
|
|
5619
5619
|
}
|
|
5620
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5620
|
+
.bp_select_menu_grid_option_module_optionButton--b742b[data-focus-visible] .bp_select_menu_grid_option_module_outlineHost--b742b{
|
|
5621
5621
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5622
5622
|
}
|
|
5623
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5623
|
+
.bp_select_menu_grid_option_module_optionButton--b742b[data-focus-visible] .bp_select_menu_grid_option_module_circle--b742b{
|
|
5624
5624
|
border-color:var(--surface-option-grid-surface-hover);
|
|
5625
5625
|
}
|
|
5626
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5626
|
+
.bp_select_menu_grid_option_module_optionButton--b742b[data-focus-visible].bp_select_menu_grid_option_module_active--b742b .bp_select_menu_grid_option_module_circle--b742b,.bp_select_menu_grid_option_module_optionButton--b742b[data-focus-visible]:active .bp_select_menu_grid_option_module_circle--b742b{
|
|
5627
5627
|
border:var(--border-2) solid var(--circleColor);
|
|
5628
5628
|
box-shadow:0 0 0 var(--border-1) var(--gray-white), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
5629
5629
|
}
|
|
5630
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5630
|
+
.bp_select_menu_grid_option_module_optionButton--b742b:disabled:not(.bp_select_menu_grid_option_module_loading--b742b){
|
|
5631
5631
|
opacity:.3;
|
|
5632
5632
|
}
|
|
5633
5633
|
|
|
5634
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
5634
|
+
.bp_tabs_module_hiddenWidthSetter--36489{
|
|
5635
5635
|
display:block;
|
|
5636
5636
|
font-family:var(--body-default-bold-font-family);
|
|
5637
5637
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -5645,11 +5645,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5645
5645
|
text-transform:var(--body-default-bold-text-case);
|
|
5646
5646
|
visibility:hidden;
|
|
5647
5647
|
}
|
|
5648
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
5648
|
+
.bp_tabs_module_hiddenWidthSetter--36489 > *{
|
|
5649
5649
|
visibility:hidden;
|
|
5650
5650
|
}
|
|
5651
5651
|
|
|
5652
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5652
|
+
.bp_tabs_module_contentSwitchTabList--36489{
|
|
5653
5653
|
background:var(--surface-contentswitcher-surface);
|
|
5654
5654
|
border-radius:var(--radius-7);
|
|
5655
5655
|
display:grid;
|
|
@@ -5660,7 +5660,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5660
5660
|
min-width:fit-content;
|
|
5661
5661
|
padding:var(--space-1);
|
|
5662
5662
|
}
|
|
5663
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5663
|
+
.bp_tabs_module_contentSwitchTabList--36489 .bp_tabs_module_contentSwitchTab--36489{
|
|
5664
5664
|
align-items:center;
|
|
5665
5665
|
background:#0000;
|
|
5666
5666
|
border:none;
|
|
@@ -5681,7 +5681,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5681
5681
|
text-transform:var(--body-default-text-case);
|
|
5682
5682
|
white-space:nowrap;
|
|
5683
5683
|
}
|
|
5684
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5684
|
+
.bp_tabs_module_contentSwitchTabList--36489 .bp_tabs_module_contentSwitchTab--36489[aria-selected=true]{
|
|
5685
5685
|
background:var(--surface-cta-surface-secondary);
|
|
5686
5686
|
box-shadow:0 0 0 var(--border-1) var(--gray-50);
|
|
5687
5687
|
color:var(--text-text-on-light);
|
|
@@ -5694,44 +5694,44 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5694
5694
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
5695
5695
|
text-transform:var(--body-default-bold-text-case);
|
|
5696
5696
|
}
|
|
5697
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5697
|
+
.bp_tabs_module_contentSwitchTabList--36489 .bp_tabs_module_contentSwitchTab--36489:not([aria-disabled=true])[data-focus-visible]{
|
|
5698
5698
|
border-color:#0000;
|
|
5699
5699
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5700
5700
|
}
|
|
5701
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5701
|
+
.bp_tabs_module_contentSwitchTabList--36489 .bp_tabs_module_contentSwitchTab--36489:not([aria-disabled=true]):hover{
|
|
5702
5702
|
background:var(--surface-surface-hover);
|
|
5703
5703
|
}
|
|
5704
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5704
|
+
.bp_tabs_module_contentSwitchTabList--36489 .bp_tabs_module_contentSwitchTab--36489:not([aria-disabled=true]):active{
|
|
5705
5705
|
background:var(--surface-cta-surface-secondary-pressed);
|
|
5706
5706
|
}
|
|
5707
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5707
|
+
.bp_tabs_module_contentSwitchTabList--36489 .bp_tabs_module_contentSwitchTab--36489[aria-disabled=true]{
|
|
5708
5708
|
opacity:.3;
|
|
5709
5709
|
pointer-events:none;
|
|
5710
5710
|
}
|
|
5711
5711
|
|
|
5712
|
-
.bp_tabs_module_tabsListContainer--
|
|
5712
|
+
.bp_tabs_module_tabsListContainer--36489{
|
|
5713
5713
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
5714
5714
|
overflow-y:hidden;
|
|
5715
5715
|
scroll-behavior:smooth;
|
|
5716
5716
|
}
|
|
5717
|
-
.bp_tabs_module_tabsListContainer--
|
|
5717
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489{
|
|
5718
5718
|
display:flex;
|
|
5719
5719
|
overflow-x:auto;
|
|
5720
5720
|
padding:calc(var(--border-3) + 1px);
|
|
5721
5721
|
}
|
|
5722
|
-
.bp_tabs_module_tabsListContainer--
|
|
5722
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tabSeparator--36489{
|
|
5723
5723
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
5724
5724
|
min-width:var(--space-4);
|
|
5725
5725
|
}
|
|
5726
|
-
.bp_tabs_module_tabsListContainer--
|
|
5726
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tabSeparator--36489:last-child{
|
|
5727
5727
|
display:none;
|
|
5728
5728
|
}
|
|
5729
5729
|
@media only screen and (max-width: 1023px){
|
|
5730
|
-
.bp_tabs_module_tabsListContainer--
|
|
5730
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tabSeparator--36489{
|
|
5731
5731
|
min-width:calc(var(--border-3) + 1px);
|
|
5732
5732
|
}
|
|
5733
5733
|
}
|
|
5734
|
-
.bp_tabs_module_tabsListContainer--
|
|
5734
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tab--36489{
|
|
5735
5735
|
background:var(--background-background);
|
|
5736
5736
|
border-style:none;
|
|
5737
5737
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -5752,7 +5752,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5752
5752
|
text-transform:var(--body-default-text-case);
|
|
5753
5753
|
z-index:2;
|
|
5754
5754
|
}
|
|
5755
|
-
.bp_tabs_module_tabsListContainer--
|
|
5755
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tab--36489[aria-selected=true]{
|
|
5756
5756
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
5757
5757
|
color:var(--text-cta-link);
|
|
5758
5758
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -5764,21 +5764,21 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5764
5764
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
5765
5765
|
text-transform:var(--body-default-bold-text-case);
|
|
5766
5766
|
}
|
|
5767
|
-
.bp_tabs_module_tabsListContainer--
|
|
5767
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tab--36489:hover{
|
|
5768
5768
|
background-color:var(--surface-tab-surface-hover);
|
|
5769
5769
|
color:var(--text-text-on-light-secondary-hover);
|
|
5770
5770
|
}
|
|
5771
|
-
.bp_tabs_module_tabsListContainer--
|
|
5771
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tab--36489:hover[aria-selected=true]{
|
|
5772
5772
|
color:var(--text-cta-link);
|
|
5773
5773
|
}
|
|
5774
|
-
.bp_tabs_module_tabsListContainer--
|
|
5774
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tab--36489:active{
|
|
5775
5775
|
background-color:var(--surface-tab-surface-pressed);
|
|
5776
5776
|
color:var(--text-text-on-light-secondary-hover);
|
|
5777
5777
|
}
|
|
5778
|
-
.bp_tabs_module_tabsListContainer--
|
|
5778
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tab--36489:active[aria-selected=true]{
|
|
5779
5779
|
color:var(--text-cta-link);
|
|
5780
5780
|
}
|
|
5781
|
-
.bp_tabs_module_tabsListContainer--
|
|
5781
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tab--36489:focus-visible,.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tab--36489[data-focus-visible]{
|
|
5782
5782
|
background-color:var(--surface-tab-surface-hover);
|
|
5783
5783
|
border-radius:var(--radius-05);
|
|
5784
5784
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -5786,14 +5786,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5786
5786
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
5787
5787
|
outline-offset:1px;
|
|
5788
5788
|
}
|
|
5789
|
-
.bp_tabs_module_tabsListContainer--
|
|
5789
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tab--36489:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tab--36489[data-focus-visible][aria-selected=true]{
|
|
5790
5790
|
color:var(--text-cta-link);
|
|
5791
5791
|
}
|
|
5792
|
-
.bp_tabs_module_tabsListContainer--
|
|
5792
|
+
.bp_tabs_module_tabsListContainer--36489 .bp_tabs_module_tabList--36489 .bp_tabs_module_tab--36489[aria-disabled=true]{
|
|
5793
5793
|
opacity:.5;
|
|
5794
5794
|
}
|
|
5795
5795
|
|
|
5796
|
-
.bp_radio_group_module_root--
|
|
5796
|
+
.bp_radio_group_module_root--0447b{
|
|
5797
5797
|
display:flex;
|
|
5798
5798
|
flex-direction:column;
|
|
5799
5799
|
font-family:var(--body-default-font-family);
|
|
@@ -5807,31 +5807,31 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5807
5807
|
text-transform:var(--body-default-text-case);
|
|
5808
5808
|
}
|
|
5809
5809
|
|
|
5810
|
-
.bp_radio_group_module_horizontal--
|
|
5810
|
+
.bp_radio_group_module_horizontal--0447b{
|
|
5811
5811
|
flex-direction:row;
|
|
5812
5812
|
gap:1.625rem;
|
|
5813
5813
|
}
|
|
5814
5814
|
|
|
5815
|
-
.bp_radio_group_module_radioOption--
|
|
5815
|
+
.bp_radio_group_module_radioOption--0447b{
|
|
5816
5816
|
display:flex;
|
|
5817
5817
|
flex-direction:column;
|
|
5818
5818
|
}
|
|
5819
|
-
.bp_radio_group_module_radioOption--
|
|
5819
|
+
.bp_radio_group_module_radioOption--0447b .bp_radio_group_module_label--0447b{
|
|
5820
5820
|
align-items:flex-start;
|
|
5821
5821
|
cursor:pointer;
|
|
5822
5822
|
display:inline-flex;
|
|
5823
5823
|
gap:var(--size-3);
|
|
5824
5824
|
line-height:var(--body-default-line-height);
|
|
5825
5825
|
}
|
|
5826
|
-
.bp_radio_group_module_radioOption--
|
|
5826
|
+
.bp_radio_group_module_radioOption--0447b .bp_radio_group_module_description--0447b{
|
|
5827
5827
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
5828
5828
|
}
|
|
5829
|
-
.bp_radio_group_module_radioOption--
|
|
5829
|
+
.bp_radio_group_module_radioOption--0447b.bp_radio_group_module_disabled--0447b .bp_radio_group_module_label--0447b,[role=radiogroup][data-disabled] .bp_radio_group_module_radioOption--0447b .bp_radio_group_module_label--0447b{
|
|
5830
5830
|
color:var(--text-text-on-light-secondary);
|
|
5831
5831
|
cursor:default;
|
|
5832
5832
|
}
|
|
5833
5833
|
|
|
5834
|
-
.bp_radio_group_module_radioButton--
|
|
5834
|
+
.bp_radio_group_module_radioButton--0447b{
|
|
5835
5835
|
all:unset;
|
|
5836
5836
|
align-items:center;
|
|
5837
5837
|
background-color:var(--surface-radio-surface);
|
|
@@ -5845,33 +5845,33 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5845
5845
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
5846
5846
|
width:var(--size-4);
|
|
5847
5847
|
}
|
|
5848
|
-
.bp_radio_group_module_radioButton--
|
|
5848
|
+
.bp_radio_group_module_radioButton--0447b .bp_radio_group_module_indicator--0447b{
|
|
5849
5849
|
background-color:var(--surface-radio-surface-selected);
|
|
5850
5850
|
border-radius:50%;
|
|
5851
5851
|
height:var(--size-2);
|
|
5852
5852
|
transition:transform .1s;
|
|
5853
5853
|
width:var(--size-2);
|
|
5854
5854
|
}
|
|
5855
|
-
.bp_radio_group_module_radioButton--
|
|
5855
|
+
.bp_radio_group_module_radioButton--0447b:focus-visible{
|
|
5856
5856
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
5857
5857
|
}
|
|
5858
|
-
.bp_radio_group_module_radioButton--
|
|
5858
|
+
.bp_radio_group_module_radioButton--0447b[data-disabled]{
|
|
5859
5859
|
opacity:60%;
|
|
5860
5860
|
}
|
|
5861
|
-
.bp_radio_group_module_radioButton--
|
|
5861
|
+
.bp_radio_group_module_radioButton--0447b[data-state=unchecked]{
|
|
5862
5862
|
background-color:var(--surface-radio-surface);
|
|
5863
5863
|
border:var(--border-2) solid var(--border-radio-border);
|
|
5864
5864
|
}
|
|
5865
|
-
.bp_radio_group_module_radioButton--
|
|
5865
|
+
.bp_radio_group_module_radioButton--0447b[data-state=unchecked] .bp_radio_group_module_indicator--0447b{
|
|
5866
5866
|
transform:scale(0);
|
|
5867
5867
|
}
|
|
5868
|
-
.bp_radio_group_module_radioButton--
|
|
5868
|
+
.bp_radio_group_module_radioButton--0447b:not([data-disabled]):focus-visible,.bp_radio_group_module_radioButton--0447b:not([data-disabled]):hover{
|
|
5869
5869
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
5870
5870
|
}
|
|
5871
|
-
.bp_radio_group_module_radioButton--
|
|
5871
|
+
.bp_radio_group_module_radioButton--0447b:not([data-disabled]):focus-visible[data-state=checked],.bp_radio_group_module_radioButton--0447b:not([data-disabled]):hover[data-state=checked]{
|
|
5872
5872
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
5873
5873
|
}
|
|
5874
|
-
.bp_radio_group_module_radioButton--
|
|
5874
|
+
.bp_radio_group_module_radioButton--0447b:not([data-disabled]):focus-visible[data-state=checked] .bp_radio_group_module_indicator--0447b,.bp_radio_group_module_radioButton--0447b:not([data-disabled]):hover[data-state=checked] .bp_radio_group_module_indicator--0447b{
|
|
5875
5875
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
5876
5876
|
}
|
|
5877
5877
|
.bp_radio_tiles_option_module_radioTileOption--36d8a{
|
|
@@ -6092,7 +6092,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6092
6092
|
transform:translateY(-50%);
|
|
6093
6093
|
}
|
|
6094
6094
|
|
|
6095
|
-
.bp_side_panel_module_content--
|
|
6095
|
+
.bp_side_panel_module_content--8c6d1{
|
|
6096
6096
|
background-color:var(--gray-white);
|
|
6097
6097
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
6098
6098
|
display:flex;
|
|
@@ -6105,12 +6105,12 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6105
6105
|
overflow-y:auto;
|
|
6106
6106
|
}
|
|
6107
6107
|
@media (width > 374px){
|
|
6108
|
-
.bp_side_panel_module_content--
|
|
6108
|
+
.bp_side_panel_module_content--8c6d1{
|
|
6109
6109
|
min-width:320px;
|
|
6110
6110
|
overflow:hidden;
|
|
6111
6111
|
}
|
|
6112
6112
|
}
|
|
6113
|
-
.bp_side_panel_module_content--
|
|
6113
|
+
.bp_side_panel_module_content--8c6d1 .bp_side_panel_module_header--8c6d1{
|
|
6114
6114
|
align-items:center;
|
|
6115
6115
|
background-color:var(--surface-surface);
|
|
6116
6116
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -6122,77 +6122,77 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6122
6122
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6123
6123
|
word-break:break-word;
|
|
6124
6124
|
}
|
|
6125
|
-
.bp_side_panel_module_content--
|
|
6125
|
+
.bp_side_panel_module_content--8c6d1 .bp_side_panel_module_headerShadow--8c6d1{
|
|
6126
6126
|
box-shadow:var(--dropshadow-3);
|
|
6127
6127
|
}
|
|
6128
6128
|
|
|
6129
|
-
.bp_side_panel_module_scrollableContainer--
|
|
6129
|
+
.bp_side_panel_module_scrollableContainer--8c6d1{
|
|
6130
6130
|
flex-grow:1;
|
|
6131
6131
|
}
|
|
6132
6132
|
@media (width > 374px){
|
|
6133
|
-
.bp_side_panel_module_scrollableContainer--
|
|
6133
|
+
.bp_side_panel_module_scrollableContainer--8c6d1{
|
|
6134
6134
|
overflow-y:auto;
|
|
6135
6135
|
}
|
|
6136
6136
|
}
|
|
6137
6137
|
|
|
6138
|
-
.bp_side_panel_module_persistentContent--
|
|
6138
|
+
.bp_side_panel_module_persistentContent--8c6d1{
|
|
6139
6139
|
overflow:hidden;
|
|
6140
6140
|
position:relative;
|
|
6141
6141
|
}
|
|
6142
|
-
.bp_side_panel_module_persistentContent--
|
|
6142
|
+
.bp_side_panel_module_persistentContent--8c6d1 .bp_side_panel_module_scrollableContainer--8c6d1{
|
|
6143
6143
|
flex-grow:1;
|
|
6144
6144
|
overflow-y:auto;
|
|
6145
6145
|
}
|
|
6146
6146
|
|
|
6147
|
-
.bp_side_panel_module_contentAnimatedSlideIn--
|
|
6147
|
+
.bp_side_panel_module_contentAnimatedSlideIn--8c6d1{
|
|
6148
6148
|
animation-duration:.2s;
|
|
6149
|
-
animation-name:bp_side_panel_module_slideIn--
|
|
6149
|
+
animation-name:bp_side_panel_module_slideIn--8c6d1;
|
|
6150
6150
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6151
6151
|
}
|
|
6152
6152
|
|
|
6153
|
-
.bp_side_panel_module_contentAnimatedSlideOut--
|
|
6153
|
+
.bp_side_panel_module_contentAnimatedSlideOut--8c6d1[data-state=closed]{
|
|
6154
6154
|
animation-duration:.2s;
|
|
6155
|
-
animation-name:bp_side_panel_module_slideOut--
|
|
6155
|
+
animation-name:bp_side_panel_module_slideOut--8c6d1;
|
|
6156
6156
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6157
6157
|
}
|
|
6158
6158
|
|
|
6159
|
-
.bp_side_panel_module_contentNormal--
|
|
6159
|
+
.bp_side_panel_module_contentNormal--8c6d1{
|
|
6160
6160
|
width:360px;
|
|
6161
6161
|
}
|
|
6162
6162
|
|
|
6163
|
-
.bp_side_panel_module_contentLarge--
|
|
6163
|
+
.bp_side_panel_module_contentLarge--8c6d1{
|
|
6164
6164
|
width:420px;
|
|
6165
6165
|
}
|
|
6166
6166
|
|
|
6167
|
-
.bp_side_panel_module_dropShadowContent--
|
|
6167
|
+
.bp_side_panel_module_dropShadowContent--8c6d1{
|
|
6168
6168
|
box-shadow:var(--dropshadow-3);
|
|
6169
6169
|
}
|
|
6170
6170
|
|
|
6171
|
-
.bp_side_panel_module_content--
|
|
6171
|
+
.bp_side_panel_module_content--8c6d1 .bp_side_panel_module_close--8c6d1{
|
|
6172
6172
|
color:var(--gray-65);
|
|
6173
6173
|
position:fixed;
|
|
6174
6174
|
right:var(--space-4);
|
|
6175
6175
|
top:var(--space-4);
|
|
6176
6176
|
}
|
|
6177
6177
|
@media (width > 374px){
|
|
6178
|
-
.bp_side_panel_module_content--
|
|
6178
|
+
.bp_side_panel_module_content--8c6d1 .bp_side_panel_module_close--8c6d1{
|
|
6179
6179
|
position:absolute;
|
|
6180
6180
|
top:var(--space-5);
|
|
6181
6181
|
}
|
|
6182
6182
|
}
|
|
6183
6183
|
|
|
6184
|
-
.bp_side_panel_module_overlayContent--
|
|
6184
|
+
.bp_side_panel_module_overlayContent--8c6d1{
|
|
6185
6185
|
box-shadow:var(--dropshadow-3);
|
|
6186
6186
|
position:fixed;
|
|
6187
6187
|
right:0;
|
|
6188
6188
|
top:0;
|
|
6189
6189
|
z-index:300;
|
|
6190
6190
|
}
|
|
6191
|
-
.bp_side_panel_module_overlayContent--
|
|
6191
|
+
.bp_side_panel_module_overlayContent--8c6d1 .bp_side_panel_module_header--8c6d1{
|
|
6192
6192
|
padding:var(--space-5) var(--space-14) var(--space-5) var(--space-4);
|
|
6193
6193
|
}
|
|
6194
6194
|
|
|
6195
|
-
.bp_side_panel_module_overlay--
|
|
6195
|
+
.bp_side_panel_module_overlay--8c6d1{
|
|
6196
6196
|
background-color:var(--overlay-sidepanel-overlay);
|
|
6197
6197
|
bottom:0;
|
|
6198
6198
|
display:flex;
|
|
@@ -6203,15 +6203,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6203
6203
|
top:0;
|
|
6204
6204
|
z-index:300;
|
|
6205
6205
|
}
|
|
6206
|
-
.bp_side_panel_module_overlay--
|
|
6206
|
+
.bp_side_panel_module_overlay--8c6d1 .bp_side_panel_module_content--8c6d1 .bp_side_panel_module_header--8c6d1{
|
|
6207
6207
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
6208
6208
|
}
|
|
6209
6209
|
|
|
6210
|
-
.bp_side_panel_module_dropShadowOverlay--
|
|
6210
|
+
.bp_side_panel_module_dropShadowOverlay--8c6d1{
|
|
6211
6211
|
background-color:initial;
|
|
6212
6212
|
}
|
|
6213
6213
|
|
|
6214
|
-
.bp_side_panel_module_footer--
|
|
6214
|
+
.bp_side_panel_module_footer--8c6d1{
|
|
6215
6215
|
background-color:var(--surface-surface);
|
|
6216
6216
|
display:flex;
|
|
6217
6217
|
justify-content:flex-end;
|
|
@@ -6221,19 +6221,19 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6221
6221
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6222
6222
|
}
|
|
6223
6223
|
|
|
6224
|
-
.bp_side_panel_module_footerShadow--
|
|
6224
|
+
.bp_side_panel_module_footerShadow--8c6d1{
|
|
6225
6225
|
box-shadow:var(--dropshadow-3-inverse);
|
|
6226
6226
|
}
|
|
6227
6227
|
|
|
6228
|
-
.bp_side_panel_module_footerButton--
|
|
6228
|
+
.bp_side_panel_module_footerButton--8c6d1{
|
|
6229
6229
|
margin-inline-start:var(--space-2);
|
|
6230
6230
|
}
|
|
6231
6231
|
|
|
6232
|
-
.bp_side_panel_module_footerButton--
|
|
6232
|
+
.bp_side_panel_module_footerButton--8c6d1 + .bp_side_panel_module_footerButton--8c6d1{
|
|
6233
6233
|
margin-inline-start:var(--space-3);
|
|
6234
6234
|
}
|
|
6235
6235
|
|
|
6236
|
-
@keyframes bp_side_panel_module_slideIn--
|
|
6236
|
+
@keyframes bp_side_panel_module_slideIn--8c6d1{
|
|
6237
6237
|
from{
|
|
6238
6238
|
inset-inline-end:-100%;
|
|
6239
6239
|
}
|
|
@@ -6241,7 +6241,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6241
6241
|
inset-inline-end:0;
|
|
6242
6242
|
}
|
|
6243
6243
|
}
|
|
6244
|
-
@keyframes bp_side_panel_module_slideOut--
|
|
6244
|
+
@keyframes bp_side_panel_module_slideOut--8c6d1{
|
|
6245
6245
|
from{
|
|
6246
6246
|
inset-inline-end:0;
|
|
6247
6247
|
}
|
|
@@ -6374,7 +6374,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6374
6374
|
min-width:160px;
|
|
6375
6375
|
}
|
|
6376
6376
|
|
|
6377
|
-
.bp_switch_module_option--
|
|
6377
|
+
.bp_switch_module_option--eb530{
|
|
6378
6378
|
display:flex;
|
|
6379
6379
|
flex-direction:column;
|
|
6380
6380
|
font-family:var(--body-default-font-family);
|
|
@@ -6386,26 +6386,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6386
6386
|
text-decoration:var(--body-default-text-decoration);
|
|
6387
6387
|
text-transform:var(--body-default-text-case);
|
|
6388
6388
|
}
|
|
6389
|
-
.bp_switch_module_option--
|
|
6389
|
+
.bp_switch_module_option--eb530 .bp_switch_module_label--eb530{
|
|
6390
6390
|
cursor:pointer;
|
|
6391
6391
|
display:inline-flex;
|
|
6392
6392
|
flex-direction:row;
|
|
6393
6393
|
width:-moz-fit-content;
|
|
6394
6394
|
width:fit-content;
|
|
6395
6395
|
}
|
|
6396
|
-
.bp_switch_module_option--
|
|
6396
|
+
.bp_switch_module_option--eb530 .bp_switch_module_label--eb530.bp_switch_module_rightAlign--eb530{
|
|
6397
6397
|
flex-direction:row-reverse;
|
|
6398
6398
|
justify-content:space-between;
|
|
6399
6399
|
width:unset;
|
|
6400
6400
|
}
|
|
6401
|
-
.bp_switch_module_option--
|
|
6401
|
+
.bp_switch_module_option--eb530 .bp_switch_module_description--eb530{
|
|
6402
6402
|
margin-left:calc(var(--space-3) + var(--size-10));
|
|
6403
6403
|
}
|
|
6404
|
-
.bp_switch_module_option--
|
|
6404
|
+
.bp_switch_module_option--eb530 .bp_switch_module_description--eb530.bp_switch_module_rightAlign--eb530{
|
|
6405
6405
|
margin-left:unset;
|
|
6406
6406
|
margin-right:calc(var(--space-3) + var(--size-10));
|
|
6407
6407
|
}
|
|
6408
|
-
.bp_switch_module_option--
|
|
6408
|
+
.bp_switch_module_option--eb530 .bp_switch_module_switch--eb530{
|
|
6409
6409
|
all:unset;
|
|
6410
6410
|
align-items:center;
|
|
6411
6411
|
background-color:var(--surface-switch-surface-off);
|
|
@@ -6419,17 +6419,17 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6419
6419
|
width:var(--size-10);
|
|
6420
6420
|
will-change:transition;
|
|
6421
6421
|
}
|
|
6422
|
-
.bp_switch_module_option--
|
|
6422
|
+
.bp_switch_module_option--eb530 .bp_switch_module_switch--eb530.bp_switch_module_rightAlign--eb530{
|
|
6423
6423
|
margin-left:var(--space-10);
|
|
6424
6424
|
margin-right:unset;
|
|
6425
6425
|
}
|
|
6426
|
-
.bp_switch_module_option--
|
|
6426
|
+
.bp_switch_module_option--eb530 .bp_switch_module_switch--eb530:focus-visible{
|
|
6427
6427
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
6428
6428
|
}
|
|
6429
|
-
.bp_switch_module_option--
|
|
6429
|
+
.bp_switch_module_option--eb530 .bp_switch_module_switch--eb530[data-state=checked]{
|
|
6430
6430
|
background-color:var(--surface-switch-surface-on);
|
|
6431
6431
|
}
|
|
6432
|
-
.bp_switch_module_option--
|
|
6432
|
+
.bp_switch_module_option--eb530 .bp_switch_module_thumb--eb530{
|
|
6433
6433
|
background-color:var(--surface-switch-surface);
|
|
6434
6434
|
border:var(--border-1) solid var(--border-switch-border);
|
|
6435
6435
|
border-radius:var(--size-10);
|
|
@@ -6441,17 +6441,17 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6441
6441
|
width:var(--size-5);
|
|
6442
6442
|
will-change:transform;
|
|
6443
6443
|
}
|
|
6444
|
-
.bp_switch_module_option--
|
|
6444
|
+
.bp_switch_module_option--eb530 .bp_switch_module_thumb--eb530[data-state=checked]{
|
|
6445
6445
|
transform:translateX(calc(var(--size-10)/2));
|
|
6446
6446
|
}
|
|
6447
|
-
.bp_switch_module_option--
|
|
6447
|
+
.bp_switch_module_option--eb530.bp_switch_module_disabled--eb530 .bp_switch_module_label--eb530{
|
|
6448
6448
|
cursor:default;
|
|
6449
6449
|
}
|
|
6450
|
-
.bp_switch_module_option--
|
|
6450
|
+
.bp_switch_module_option--eb530.bp_switch_module_disabled--eb530 .bp_switch_module_switch--eb530{
|
|
6451
6451
|
opacity:60%;
|
|
6452
6452
|
}
|
|
6453
6453
|
|
|
6454
|
-
.bp_text_button_module_textButton--
|
|
6454
|
+
.bp_text_button_module_textButton--a2341{
|
|
6455
6455
|
align-items:center;
|
|
6456
6456
|
background:#0000;
|
|
6457
6457
|
border:none;
|
|
@@ -6472,54 +6472,54 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6472
6472
|
-webkit-user-select:text;
|
|
6473
6473
|
user-select:text;
|
|
6474
6474
|
}
|
|
6475
|
-
.bp_text_button_module_textButton--
|
|
6475
|
+
.bp_text_button_module_textButton--a2341.bp_text_button_module_isFontInherited--a2341{
|
|
6476
6476
|
border-radius:.125em;
|
|
6477
6477
|
font:inherit;
|
|
6478
6478
|
}
|
|
6479
|
-
.bp_text_button_module_textButton--
|
|
6479
|
+
.bp_text_button_module_textButton--a2341.bp_text_button_module_isFontInherited--a2341.bp_text_button_module_isIconButton--a2341{
|
|
6480
6480
|
gap:.25em;
|
|
6481
6481
|
}
|
|
6482
|
-
.bp_text_button_module_textButton--
|
|
6482
|
+
.bp_text_button_module_textButton--a2341.bp_text_button_module_isFontInherited--a2341:not(:disabled)[data-focus-visible]{
|
|
6483
6483
|
box-shadow:0 0 0 .125em var(--outline-focus-on-light);
|
|
6484
6484
|
}
|
|
6485
|
-
.bp_text_button_module_textButton--
|
|
6485
|
+
.bp_text_button_module_textButton--a2341 .bp_text_button_module_scaleLoader--a2341 div{
|
|
6486
6486
|
border-radius:.375em;
|
|
6487
6487
|
height:.625em;
|
|
6488
6488
|
width:.125em;
|
|
6489
6489
|
}
|
|
6490
|
-
.bp_text_button_module_textButton--
|
|
6490
|
+
.bp_text_button_module_textButton--a2341 .bp_text_button_module_icon--a2341{
|
|
6491
6491
|
align-items:center;
|
|
6492
6492
|
display:flex;
|
|
6493
6493
|
}
|
|
6494
|
-
.bp_text_button_module_textButton--
|
|
6494
|
+
.bp_text_button_module_textButton--a2341 .bp_text_button_module_hideTextContent--a2341{
|
|
6495
6495
|
visibility:hidden;
|
|
6496
6496
|
}
|
|
6497
|
-
.bp_text_button_module_textButton--
|
|
6497
|
+
.bp_text_button_module_textButton--a2341.bp_text_button_module_isIconButton--a2341{
|
|
6498
6498
|
gap:var(--space-1);
|
|
6499
6499
|
}
|
|
6500
|
-
.bp_text_button_module_textButton--
|
|
6500
|
+
.bp_text_button_module_textButton--a2341.bp_text_button_module_visuallyHidden--a2341{
|
|
6501
6501
|
color:#0000;
|
|
6502
6502
|
pointer-events:none;
|
|
6503
6503
|
position:relative;
|
|
6504
6504
|
}
|
|
6505
|
-
.bp_text_button_module_textButton--
|
|
6505
|
+
.bp_text_button_module_textButton--a2341:disabled{
|
|
6506
6506
|
opacity:.3;
|
|
6507
6507
|
}
|
|
6508
|
-
.bp_text_button_module_textButton--
|
|
6508
|
+
.bp_text_button_module_textButton--a2341:not(:disabled):hover,.bp_text_button_module_textButton--a2341:not(:disabled)[data-focus-visible]{
|
|
6509
6509
|
color:var(--text-cta-link-hover);
|
|
6510
6510
|
}
|
|
6511
|
-
.bp_text_button_module_textButton--
|
|
6511
|
+
.bp_text_button_module_textButton--a2341:not(:disabled)[data-focus-visible]{
|
|
6512
6512
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
6513
6513
|
}
|
|
6514
|
-
.bp_text_button_module_textButton--
|
|
6514
|
+
.bp_text_button_module_textButton--a2341:not(:disabled):active{
|
|
6515
6515
|
color:var(--text-cta-link-pressed);
|
|
6516
6516
|
}
|
|
6517
6517
|
|
|
6518
|
-
.bp_text_input_module_textInput--
|
|
6518
|
+
.bp_text_input_module_textInput--ef20f.bp_text_input_module_textInput--ef20f.bp_text_input_module_textInput--ef20f input:has(+ .bp_text_input_module_iconEnd--ef20f){
|
|
6519
6519
|
padding-inline-end:1.875rem;
|
|
6520
6520
|
}
|
|
6521
6521
|
|
|
6522
|
-
.bp_text_input_module_loadingIndicatorReset--
|
|
6522
|
+
.bp_text_input_module_loadingIndicatorReset--ef20f div{
|
|
6523
6523
|
position:static;
|
|
6524
6524
|
}
|
|
6525
6525
|
.bp_text_toggle_button_module_textToggleButton--a97ea{
|
|
@@ -7328,7 +7328,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7328
7328
|
--z-index-card-tooltip:2147483647;
|
|
7329
7329
|
}
|
|
7330
7330
|
|
|
7331
|
-
.bp_toolbar_module_toolbarRoot--
|
|
7331
|
+
.bp_toolbar_module_toolbarRoot--d21a7{
|
|
7332
7332
|
background:var(--surface-surface);
|
|
7333
7333
|
border:var(--border-1) solid var(--border-card-border);
|
|
7334
7334
|
border-radius:var(--radius-4);
|
|
@@ -7336,16 +7336,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7336
7336
|
padding:calc(var(--space-1) - var(--border-1));
|
|
7337
7337
|
}
|
|
7338
7338
|
|
|
7339
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
7339
|
+
.bp_toolbar_module_scrollButtonWrapper--d21a7,.bp_toolbar_module_toolbarRoot--d21a7{
|
|
7340
7340
|
align-items:center;
|
|
7341
7341
|
display:flex;
|
|
7342
7342
|
gap:var(--space-1);
|
|
7343
7343
|
}
|
|
7344
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
7344
|
+
.bp_toolbar_module_scrollButtonWrapper--d21a7.bp_toolbar_module_hidden--d21a7{
|
|
7345
7345
|
display:none;
|
|
7346
7346
|
}
|
|
7347
7347
|
|
|
7348
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
7348
|
+
.bp_toolbar_module_scrollableChildrenWrapper--d21a7{
|
|
7349
7349
|
-ms-overflow-style:none;
|
|
7350
7350
|
align-items:center;
|
|
7351
7351
|
display:flex;
|
|
@@ -7358,26 +7358,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7358
7358
|
scrollbar-width:none;
|
|
7359
7359
|
white-space:nowrap;
|
|
7360
7360
|
}
|
|
7361
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
7361
|
+
.bp_toolbar_module_scrollableChildrenWrapper--d21a7::-webkit-scrollbar{
|
|
7362
7362
|
display:none;
|
|
7363
7363
|
}
|
|
7364
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
7364
|
+
.bp_toolbar_module_scrollableChildrenWrapper--d21a7 > *{
|
|
7365
7365
|
flex:none;
|
|
7366
7366
|
}
|
|
7367
7367
|
|
|
7368
|
-
.bp_toolbar_module_separator--
|
|
7368
|
+
.bp_toolbar_module_separator--d21a7{
|
|
7369
7369
|
background-color:var(--border-divider-border);
|
|
7370
7370
|
border-radius:var(--radius-2);
|
|
7371
7371
|
height:var(--size-6);
|
|
7372
7372
|
width:1px;
|
|
7373
7373
|
}
|
|
7374
7374
|
|
|
7375
|
-
.bp_toolbar_module_toggleGroup--
|
|
7375
|
+
.bp_toolbar_module_toggleGroup--d21a7{
|
|
7376
7376
|
display:flex;
|
|
7377
7377
|
gap:var(--space-1);
|
|
7378
7378
|
}
|
|
7379
7379
|
|
|
7380
|
-
.bp_toolbar_module_toolbarItem--
|
|
7380
|
+
.bp_toolbar_module_toolbarItem--d21a7{
|
|
7381
7381
|
--toolbar-item-hover-opacity:.3;
|
|
7382
7382
|
align-items:center;
|
|
7383
7383
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
@@ -7395,45 +7395,45 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7395
7395
|
-webkit-user-select:none;
|
|
7396
7396
|
user-select:none;
|
|
7397
7397
|
}
|
|
7398
|
-
.bp_toolbar_module_toolbarItem--
|
|
7398
|
+
.bp_toolbar_module_toolbarItem--d21a7[data-disabled]{
|
|
7399
7399
|
background:var(--surface-toggle-surface);
|
|
7400
7400
|
opacity:var(--toolbar-item-hover-opacity);
|
|
7401
7401
|
pointer-events:none;
|
|
7402
7402
|
}
|
|
7403
|
-
.bp_toolbar_module_toolbarItem--
|
|
7403
|
+
.bp_toolbar_module_toolbarItem--d21a7:not([data-disabled]):focus-visible{
|
|
7404
7404
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
7405
7405
|
}
|
|
7406
|
-
.bp_toolbar_module_toolbarItem--
|
|
7406
|
+
.bp_toolbar_module_toolbarItem--d21a7:not([data-disabled]):hover{
|
|
7407
7407
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
7408
7408
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
7409
7409
|
}
|
|
7410
7410
|
|
|
7411
|
-
.bp_toolbar_module_toolbarToggle--
|
|
7411
|
+
.bp_toolbar_module_toolbarToggle--d21a7[data-state=on]{
|
|
7412
7412
|
background:var(--surface-toggle-surface-pressed);
|
|
7413
7413
|
}
|
|
7414
|
-
.bp_toolbar_module_toolbarToggle--
|
|
7414
|
+
.bp_toolbar_module_toolbarToggle--d21a7[data-state=on] svg *{
|
|
7415
7415
|
fill:var(--icon-icon-on-dark);
|
|
7416
7416
|
}
|
|
7417
|
-
.bp_toolbar_module_toolbarToggle--
|
|
7417
|
+
.bp_toolbar_module_toolbarToggle--d21a7[data-state=on]:not([data-disabled]):hover{
|
|
7418
7418
|
background:var(--surface-toggle-surface-on-hover);
|
|
7419
7419
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
7420
7420
|
}
|
|
7421
7421
|
|
|
7422
|
-
.bp_toolbar_module_dropdownIndicator--
|
|
7422
|
+
.bp_toolbar_module_dropdownIndicator--d21a7.bp_toolbar_module_invertCaret--d21a7{
|
|
7423
7423
|
transform:rotate(.5turn);
|
|
7424
7424
|
}
|
|
7425
7425
|
|
|
7426
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
7426
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--d21a7{
|
|
7427
7427
|
--trigger-button-hover-opacity:.7;
|
|
7428
7428
|
}
|
|
7429
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
7429
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--d21a7[data-state=on] .bp_toolbar_module_dropdownIndicator--d21a7 path{
|
|
7430
7430
|
fill:var(--icon-icon-on-light);
|
|
7431
7431
|
}
|
|
7432
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
7432
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--d21a7[data-state=on]:hover{
|
|
7433
7433
|
opacity:var(--trigger-button-hover-opacity);
|
|
7434
7434
|
}
|
|
7435
7435
|
|
|
7436
|
-
.bp_toolbar_module_toolbarIcon--
|
|
7436
|
+
.bp_toolbar_module_toolbarIcon--d21a7{
|
|
7437
7437
|
align-items:center;
|
|
7438
7438
|
display:flex;
|
|
7439
7439
|
height:var(--size-5);
|
|
@@ -7441,7 +7441,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7441
7441
|
width:var(--size-5);
|
|
7442
7442
|
}
|
|
7443
7443
|
|
|
7444
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
7444
|
+
.bp_toolbar_module_toolbarTextToggleItem--d21a7{
|
|
7445
7445
|
border:var(--border-1) solid var(--border-toggletext-border-off);
|
|
7446
7446
|
color:var(--text-text-on-light);
|
|
7447
7447
|
font-family:var(--body-default-font-family);
|
|
@@ -7456,24 +7456,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7456
7456
|
text-transform:var(--body-default-text-case);
|
|
7457
7457
|
white-space:nowrap;
|
|
7458
7458
|
}
|
|
7459
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
7459
|
+
.bp_toolbar_module_toolbarTextToggleItem--d21a7:hover{
|
|
7460
7460
|
background:var(--surface-toggle-surface-off-hover);
|
|
7461
7461
|
border-color:var(--border-toggletext-border-off-hover);
|
|
7462
7462
|
}
|
|
7463
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
7463
|
+
.bp_toolbar_module_toolbarTextToggleItem--d21a7:active{
|
|
7464
7464
|
background:var(--surface-toggle-surface-off-pressed);
|
|
7465
7465
|
border-color:var(--border-toggletext-border-off-pressed);
|
|
7466
7466
|
}
|
|
7467
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
7467
|
+
.bp_toolbar_module_toolbarTextToggleItem--d21a7[aria-checked=true]{
|
|
7468
7468
|
background:var(--surface-toggletext-surface-on);
|
|
7469
7469
|
border:var(--border-1) solid var(--border-toggletext-border-on);
|
|
7470
7470
|
color:var(--text-toggletext-text);
|
|
7471
7471
|
}
|
|
7472
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
7472
|
+
.bp_toolbar_module_toolbarTextToggleItem--d21a7[aria-checked=true]:hover{
|
|
7473
7473
|
background:var(--surface-toggletext-surface-on-hover);
|
|
7474
7474
|
border-color:var(--border-toggletext-border-on-hover);
|
|
7475
7475
|
}
|
|
7476
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
7476
|
+
.bp_toolbar_module_toolbarTextToggleItem--d21a7[aria-checked=true]:active{
|
|
7477
7477
|
background:var(--surface-toggletext-surface-on-pressed);
|
|
7478
7478
|
border-color:var(--border-toggletext-border-on-pressed);
|
|
7479
7479
|
}
|