@box/blueprint-web 16.18.3 → 16.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib-esm/blueprint-configuration-context/consts.d.ts +1 -1
- package/dist/lib-esm/blueprint-configuration-context/consts.js +1 -1
- package/dist/lib-esm/components.css +234 -204
- package/dist/lib-esm/index.css +234 -204
- package/dist/lib-esm/navigation-menu/navigation-menu-item.js +6 -0
- package/dist/lib-esm/primitives/context-menu/context-menu-item.js +8 -0
- package/dist/lib-esm/primitives/context-menu/context-menu-sub-menu-trigger.js +8 -0
- package/dist/lib-esm/primitives/context-menu/context-menu.module.js +1 -1
- package/dist/lib-esm/primitives/dropdown-menu/dropdown-menu-checkbox-item.js +8 -0
- package/dist/lib-esm/primitives/dropdown-menu/dropdown-menu-item.js +10 -0
- package/dist/lib-esm/primitives/dropdown-menu/dropdown-menu-radio-select-item.js +8 -0
- package/dist/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-trigger.js +8 -0
- package/dist/lib-esm/primitives/dropdown-menu/dropdown-menu.module.js +1 -1
- package/dist/lib-esm/text-area/text-area-autosize/text-area-autosize.js +2 -0
- package/dist/lib-esm/text-area/text-area-autosize/text-area-autosize.module.js +1 -1
- package/dist/lib-esm/text-area/text-area.js +8 -0
- package/package.json +3 -3
package/dist/lib-esm/index.css
CHANGED
|
@@ -3391,7 +3391,7 @@
|
|
|
3391
3391
|
height:var(--icon-button-size-x-small);
|
|
3392
3392
|
width:var(--icon-button-size-x-small);
|
|
3393
3393
|
}
|
|
3394
|
-
.bp_dropdown_menu_module_content--
|
|
3394
|
+
.bp_dropdown_menu_module_content--7a922[data-modern=false]{
|
|
3395
3395
|
--dropdown-menu-radius:var(--radius-3);
|
|
3396
3396
|
--dropdown-menu-padding:var(--space-3);
|
|
3397
3397
|
--dropdown-menu-text-color:var(--text-text-on-light);
|
|
@@ -3435,7 +3435,7 @@
|
|
|
3435
3435
|
text-transform:var(--body-default-text-case);
|
|
3436
3436
|
}
|
|
3437
3437
|
|
|
3438
|
-
.bp_dropdown_menu_module_content--
|
|
3438
|
+
.bp_dropdown_menu_module_content--7a922[data-modern=true]{
|
|
3439
3439
|
--dropdown-menu-radius:var(--bp-radius-10);
|
|
3440
3440
|
--dropdown-menu-padding:var(--bp-space-030);
|
|
3441
3441
|
--dropdown-menu-text-color:var(--bp-text-text-on-light);
|
|
@@ -3477,7 +3477,7 @@
|
|
|
3477
3477
|
letter-spacing:var(--bp-font-letter-spacing-01);
|
|
3478
3478
|
line-height:var(--bp-font-line-height-04);
|
|
3479
3479
|
}
|
|
3480
|
-
:where(body.is-inter-font) .bp_dropdown_menu_module_content--
|
|
3480
|
+
:where(body.is-inter-font) .bp_dropdown_menu_module_content--7a922[data-modern=true]{
|
|
3481
3481
|
font-family:InterVariable, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
3482
3482
|
font-size:.875rem;
|
|
3483
3483
|
font-style:normal;
|
|
@@ -3488,7 +3488,7 @@
|
|
|
3488
3488
|
text-transform:none;
|
|
3489
3489
|
}
|
|
3490
3490
|
|
|
3491
|
-
.bp_dropdown_menu_module_content--
|
|
3491
|
+
.bp_dropdown_menu_module_content--7a922{
|
|
3492
3492
|
backdrop-filter:var(--dropdown-menu-backdrop-filter);
|
|
3493
3493
|
background-color:var(--dropdown-menu-background);
|
|
3494
3494
|
border:var(--dropdown-menu-border);
|
|
@@ -3503,7 +3503,7 @@
|
|
|
3503
3503
|
padding:var(--dropdown-menu-padding);
|
|
3504
3504
|
z-index:380;
|
|
3505
3505
|
}
|
|
3506
|
-
.bp_dropdown_menu_module_content--
|
|
3506
|
+
.bp_dropdown_menu_module_content--7a922[data-menu-fullscreen=true]{
|
|
3507
3507
|
border:unset;
|
|
3508
3508
|
border-radius:unset;
|
|
3509
3509
|
display:flex;
|
|
@@ -3516,52 +3516,52 @@
|
|
|
3516
3516
|
position:relative;
|
|
3517
3517
|
width:100vw;
|
|
3518
3518
|
}
|
|
3519
|
-
.bp_dropdown_menu_module_content--
|
|
3519
|
+
.bp_dropdown_menu_module_content--7a922[data-menu-fullscreen=true] .bp_dropdown_menu_module_fullScreenContent--7a922{
|
|
3520
3520
|
overflow-y:auto;
|
|
3521
3521
|
padding:var(--dropdown-menu-full-screen-padding);
|
|
3522
3522
|
}
|
|
3523
|
-
.bp_dropdown_menu_module_content--
|
|
3523
|
+
.bp_dropdown_menu_module_content--7a922 .bp_dropdown_menu_module_subheader--7a922{
|
|
3524
3524
|
padding:var(--dropdown-menu-subheader-padding);
|
|
3525
3525
|
}
|
|
3526
|
-
.bp_dropdown_menu_module_content--
|
|
3526
|
+
.bp_dropdown_menu_module_content--7a922 .bp_dropdown_menu_module_subheader--7a922.bp_dropdown_menu_module_uppercased--7a922{
|
|
3527
3527
|
text-transform:uppercase;
|
|
3528
3528
|
}
|
|
3529
|
-
.bp_dropdown_menu_module_content--
|
|
3529
|
+
.bp_dropdown_menu_module_content--7a922 .bp_dropdown_menu_module_dropdownMenuItemSeparator--7a922{
|
|
3530
3530
|
margin-block:var(--dropdown-menu-separator-margin);
|
|
3531
3531
|
}
|
|
3532
3532
|
|
|
3533
|
-
.bp_dropdown_menu_module_ellipsis--
|
|
3533
|
+
.bp_dropdown_menu_module_ellipsis--7a922{
|
|
3534
3534
|
min-width:0;
|
|
3535
3535
|
overflow:hidden;
|
|
3536
3536
|
text-overflow:ellipsis;
|
|
3537
3537
|
white-space:nowrap;
|
|
3538
3538
|
}
|
|
3539
|
-
.bp_dropdown_menu_module_itemBody--
|
|
3539
|
+
.bp_dropdown_menu_module_itemBody--7a922{
|
|
3540
3540
|
flex:1;
|
|
3541
3541
|
min-width:0;
|
|
3542
3542
|
overflow:hidden;
|
|
3543
3543
|
}
|
|
3544
|
-
.bp_dropdown_menu_module_itemOverflow--
|
|
3544
|
+
.bp_dropdown_menu_module_itemOverflow--7a922{
|
|
3545
3545
|
min-width:0;
|
|
3546
3546
|
overflow:hidden;
|
|
3547
3547
|
text-overflow:ellipsis;
|
|
3548
3548
|
white-space:nowrap;
|
|
3549
3549
|
}
|
|
3550
3550
|
|
|
3551
|
-
.bp_dropdown_menu_module_menuItemCaption--
|
|
3551
|
+
.bp_dropdown_menu_module_menuItemCaption--7a922{
|
|
3552
3552
|
color:var(--dropdown-menu-caption-text-color);
|
|
3553
3553
|
overflow-wrap:break-word;
|
|
3554
3554
|
white-space:normal;
|
|
3555
3555
|
width:100%;
|
|
3556
3556
|
}
|
|
3557
|
-
.bp_dropdown_menu_module_menuItemCaption--
|
|
3557
|
+
.bp_dropdown_menu_module_menuItemCaption--7a922.bp_dropdown_menu_module_captionClamped--7a922{
|
|
3558
3558
|
-webkit-box-orient:vertical;
|
|
3559
3559
|
-webkit-line-clamp:2;
|
|
3560
3560
|
display:-webkit-box;
|
|
3561
3561
|
overflow:hidden;
|
|
3562
3562
|
}
|
|
3563
3563
|
|
|
3564
|
-
.bp_dropdown_menu_module_checkmark--
|
|
3564
|
+
.bp_dropdown_menu_module_checkmark--7a922{
|
|
3565
3565
|
align-items:center;
|
|
3566
3566
|
display:inline-flex;
|
|
3567
3567
|
justify-content:center;
|
|
@@ -3569,11 +3569,18 @@
|
|
|
3569
3569
|
position:absolute;
|
|
3570
3570
|
}
|
|
3571
3571
|
|
|
3572
|
-
.bp_dropdown_menu_module_checkmark--
|
|
3572
|
+
.bp_dropdown_menu_module_checkmark--7a922.bp_dropdown_menu_module_mediumSpacing--7a922{
|
|
3573
3573
|
left:var(--dropdown-menu-medium-checkmark-left);
|
|
3574
3574
|
}
|
|
3575
3575
|
|
|
3576
|
-
.bp_dropdown_menu_module_item--
|
|
3576
|
+
.bp_dropdown_menu_module_item--7a922[data-bp-animated=true],.bp_dropdown_menu_module_subMenuTrigger--7a922[data-bp-animated=true]{
|
|
3577
|
+
transition:background-color var(--bp-duration-short) var(--bp-curve-small-off);
|
|
3578
|
+
}
|
|
3579
|
+
.bp_dropdown_menu_module_item--7a922[data-bp-animated=true]:active,.bp_dropdown_menu_module_item--7a922[data-bp-animated=true]:hover,.bp_dropdown_menu_module_subMenuTrigger--7a922[data-bp-animated=true]:active,.bp_dropdown_menu_module_subMenuTrigger--7a922[data-bp-animated=true]:hover{
|
|
3580
|
+
transition-timing-function:var(--bp-curve-small-on);
|
|
3581
|
+
}
|
|
3582
|
+
|
|
3583
|
+
.bp_dropdown_menu_module_item--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922{
|
|
3577
3584
|
align-items:center;
|
|
3578
3585
|
border:var(--dropdown-menu-item-border);
|
|
3579
3586
|
border-radius:var(--dropdown-menu-item-radius);
|
|
@@ -3586,107 +3593,107 @@
|
|
|
3586
3593
|
-webkit-user-select:none;
|
|
3587
3594
|
user-select:none;
|
|
3588
3595
|
}
|
|
3589
|
-
.bp_dropdown_menu_module_item--
|
|
3596
|
+
.bp_dropdown_menu_module_item--7a922[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--7a922[data-disabled]{
|
|
3590
3597
|
opacity:60%;
|
|
3591
3598
|
pointer-events:none;
|
|
3592
3599
|
}
|
|
3593
|
-
.bp_dropdown_menu_module_item--
|
|
3600
|
+
.bp_dropdown_menu_module_item--7a922[data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--7a922[data-highlighted]{
|
|
3594
3601
|
background-color:var(--dropdown-menu-item-background-focus);
|
|
3595
3602
|
border:var(--dropdown-menu-item-border-focus);
|
|
3596
3603
|
}
|
|
3597
|
-
.bp_dropdown_menu_module_item--
|
|
3604
|
+
.bp_dropdown_menu_module_item--7a922[data-state=open][data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--7a922[data-state=open][data-highlighted]{
|
|
3598
3605
|
border:var(--dropdown-menu-item-border);
|
|
3599
3606
|
}
|
|
3600
|
-
.bp_dropdown_menu_module_item--
|
|
3607
|
+
.bp_dropdown_menu_module_item--7a922:active,.bp_dropdown_menu_module_subMenuTrigger--7a922:active{
|
|
3601
3608
|
background-color:var(--dropdown-menu-item-background-active);
|
|
3602
3609
|
border:var(--dropdown-menu-item-border-active);
|
|
3603
3610
|
}
|
|
3604
|
-
.bp_dropdown_menu_module_item--
|
|
3611
|
+
.bp_dropdown_menu_module_item--7a922[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--7a922[data-state=open]{
|
|
3605
3612
|
background-color:var(--dropdown-menu-item-background-selected);
|
|
3606
3613
|
}
|
|
3607
|
-
.bp_dropdown_menu_module_item--
|
|
3614
|
+
.bp_dropdown_menu_module_item--7a922:hover,.bp_dropdown_menu_module_subMenuTrigger--7a922:hover{
|
|
3608
3615
|
background-color:var(--dropdown-menu-item-background-hover);
|
|
3609
3616
|
border:var(--dropdown-menu-item-border-hover);
|
|
3610
3617
|
}
|
|
3611
|
-
.bp_dropdown_menu_module_item--
|
|
3618
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_radioItem--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_radioItem--7a922{
|
|
3612
3619
|
padding:.4375rem calc(var(--space-2) + var(--space-4) + var(--space-4)) .4375rem .5rem;
|
|
3613
3620
|
}
|
|
3614
|
-
.bp_dropdown_menu_module_item--
|
|
3621
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_radioItem--7a922 .bp_dropdown_menu_module_checkmark--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_radioItem--7a922 .bp_dropdown_menu_module_checkmark--7a922{
|
|
3615
3622
|
inset-inline-end:var(--dropdown-menu-checkmark-left);
|
|
3616
3623
|
left:auto;
|
|
3617
3624
|
}
|
|
3618
|
-
.bp_dropdown_menu_module_item--
|
|
3625
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_radioItem--7a922 .bp_dropdown_menu_module_checkmark--7a922.bp_dropdown_menu_module_mediumSpacing--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_radioItem--7a922 .bp_dropdown_menu_module_checkmark--7a922.bp_dropdown_menu_module_mediumSpacing--7a922{
|
|
3619
3626
|
inset-inline-end:var(--dropdown-menu-medium-checkmark-left);
|
|
3620
3627
|
left:auto;
|
|
3621
3628
|
}
|
|
3622
|
-
.bp_dropdown_menu_module_item--
|
|
3629
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_radioItem--7a922 .bp_dropdown_menu_module_radioItemMediumSpacing--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_radioItem--7a922 .bp_dropdown_menu_module_radioItemMediumSpacing--7a922{
|
|
3623
3630
|
padding-inline-start:var(--dropdown-menu-radio-item-medium-padding-start);
|
|
3624
3631
|
}
|
|
3625
|
-
.bp_dropdown_menu_module_item--
|
|
3632
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_radioItem--7a922 .bp_dropdown_menu_module_itemBody--7a922:not(:has(.bp_dropdown_menu_module_menuItemMainContent--7a922)),.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_radioItem--7a922 .bp_dropdown_menu_module_itemBody--7a922:not(:has(.bp_dropdown_menu_module_menuItemMainContent--7a922)){
|
|
3626
3633
|
text-overflow:ellipsis;
|
|
3627
3634
|
white-space:nowrap;
|
|
3628
3635
|
}
|
|
3629
|
-
.bp_dropdown_menu_module_item--
|
|
3636
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_checkboxItem--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_checkboxItem--7a922{
|
|
3630
3637
|
padding:.4375rem calc(var(--space-2) + var(--space-4) + var(--space-4)) .4375rem .5rem;
|
|
3631
3638
|
}
|
|
3632
|
-
.bp_dropdown_menu_module_item--
|
|
3639
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_checkboxItem--7a922 .bp_dropdown_menu_module_checkmark--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_checkboxItem--7a922 .bp_dropdown_menu_module_checkmark--7a922{
|
|
3633
3640
|
inset-inline-end:var(--dropdown-menu-checkmark-left);
|
|
3634
3641
|
left:auto;
|
|
3635
3642
|
}
|
|
3636
|
-
.bp_dropdown_menu_module_item--
|
|
3643
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_checkboxItem--7a922 .bp_dropdown_menu_module_checkmark--7a922.bp_dropdown_menu_module_mediumSpacing--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_checkboxItem--7a922 .bp_dropdown_menu_module_checkmark--7a922.bp_dropdown_menu_module_mediumSpacing--7a922{
|
|
3637
3644
|
inset-inline-end:var(--dropdown-menu-medium-checkmark-left);
|
|
3638
3645
|
left:auto;
|
|
3639
3646
|
}
|
|
3640
|
-
.bp_dropdown_menu_module_item--
|
|
3647
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_checkboxItem--7a922 .bp_dropdown_menu_module_checkboxItemMediumSpacing--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_checkboxItem--7a922 .bp_dropdown_menu_module_checkboxItemMediumSpacing--7a922{
|
|
3641
3648
|
padding-inline-start:var(--dropdown-menu-checkbox-item-medium-padding-start);
|
|
3642
3649
|
}
|
|
3643
|
-
.bp_dropdown_menu_module_item--
|
|
3650
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_checkboxItem--7a922 .bp_dropdown_menu_module_itemBody--7a922:not(:has(.bp_dropdown_menu_module_menuItemMainContent--7a922)),.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_checkboxItem--7a922 .bp_dropdown_menu_module_itemBody--7a922:not(:has(.bp_dropdown_menu_module_menuItemMainContent--7a922)){
|
|
3644
3651
|
text-overflow:ellipsis;
|
|
3645
3652
|
white-space:nowrap;
|
|
3646
3653
|
}
|
|
3647
|
-
.bp_dropdown_menu_module_item--
|
|
3654
|
+
.bp_dropdown_menu_module_item--7a922 .bp_dropdown_menu_module_mediumItemLayout--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922 .bp_dropdown_menu_module_mediumItemLayout--7a922{
|
|
3648
3655
|
gap:var(--dropdown-menu-medium-item-layout-gap);
|
|
3649
3656
|
justify-content:space-between;
|
|
3650
3657
|
overflow:hidden;
|
|
3651
3658
|
}
|
|
3652
|
-
.bp_dropdown_menu_module_item--
|
|
3659
|
+
.bp_dropdown_menu_module_item--7a922 .bp_dropdown_menu_module_startElement--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922 .bp_dropdown_menu_module_startElement--7a922{
|
|
3653
3660
|
align-items:center;
|
|
3654
3661
|
display:flex;
|
|
3655
3662
|
}
|
|
3656
|
-
.bp_dropdown_menu_module_item--
|
|
3663
|
+
.bp_dropdown_menu_module_item--7a922 .bp_dropdown_menu_module_menuItemMainContent--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922 .bp_dropdown_menu_module_menuItemMainContent--7a922{
|
|
3657
3664
|
display:flex;
|
|
3658
3665
|
flex-direction:column;
|
|
3659
3666
|
flex-grow:1;
|
|
3660
3667
|
min-width:0;
|
|
3661
3668
|
}
|
|
3662
|
-
.bp_dropdown_menu_module_item--
|
|
3669
|
+
.bp_dropdown_menu_module_item--7a922 .bp_dropdown_menu_module_menuItemMainContent--7a922.bp_dropdown_menu_module_menuItemMainContent_directChild--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922 .bp_dropdown_menu_module_menuItemMainContent--7a922.bp_dropdown_menu_module_menuItemMainContent_directChild--7a922{
|
|
3663
3670
|
display:block;
|
|
3664
3671
|
overflow:hidden;
|
|
3665
3672
|
text-overflow:ellipsis;
|
|
3666
3673
|
white-space:nowrap;
|
|
3667
3674
|
}
|
|
3668
|
-
.bp_dropdown_menu_module_item--
|
|
3675
|
+
.bp_dropdown_menu_module_item--7a922 .bp_dropdown_menu_module_endElement--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922 .bp_dropdown_menu_module_endElement--7a922{
|
|
3669
3676
|
align-items:center;
|
|
3670
3677
|
color:var(--dropdown-menu-end-element-color);
|
|
3671
3678
|
display:flex;
|
|
3672
3679
|
}
|
|
3673
|
-
.bp_dropdown_menu_module_item--
|
|
3680
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_destructive--7a922 .bp_dropdown_menu_module_menuItemMainContent--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_destructive--7a922 .bp_dropdown_menu_module_menuItemMainContent--7a922{
|
|
3674
3681
|
color:var(--dropdown-menu-item-destructive-color);
|
|
3675
3682
|
}
|
|
3676
|
-
.bp_dropdown_menu_module_item--
|
|
3683
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_destructive--7a922 .bp_dropdown_menu_module_menuItemMainContent--7a922 span,.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_destructive--7a922 .bp_dropdown_menu_module_menuItemMainContent--7a922 span{
|
|
3677
3684
|
color:inherit;
|
|
3678
3685
|
}
|
|
3679
|
-
.bp_dropdown_menu_module_item--
|
|
3686
|
+
.bp_dropdown_menu_module_item--7a922.bp_dropdown_menu_module_destructive--7a922 .bp_dropdown_menu_module_endElement--7a922,.bp_dropdown_menu_module_subMenuTrigger--7a922.bp_dropdown_menu_module_destructive--7a922 .bp_dropdown_menu_module_endElement--7a922{
|
|
3680
3687
|
color:var(--dropdown-menu-item-destructive-color);
|
|
3681
3688
|
}
|
|
3682
|
-
.bp_dropdown_menu_module_item--
|
|
3689
|
+
.bp_dropdown_menu_module_item--7a922:has(.bp_dropdown_menu_module_ellipsis--7a922),.bp_dropdown_menu_module_item--7a922:has(.bp_dropdown_menu_module_itemBody--7a922),.bp_dropdown_menu_module_item--7a922:has(.bp_dropdown_menu_module_menuItemMainContent_directChild--7a922){
|
|
3683
3690
|
border-radius:var(--dropdown-menu-item-radius);
|
|
3684
3691
|
}
|
|
3685
|
-
.bp_dropdown_menu_module_item--
|
|
3692
|
+
.bp_dropdown_menu_module_item--7a922:has(.bp_dropdown_menu_module_mediumItemLayout--7a922){
|
|
3686
3693
|
border-radius:var(--dropdown-menu-medium-item-radius);
|
|
3687
3694
|
}
|
|
3688
3695
|
|
|
3689
|
-
.bp_dropdown_menu_module_menuHeader--
|
|
3696
|
+
.bp_dropdown_menu_module_menuHeader--7a922{
|
|
3690
3697
|
align-items:center;
|
|
3691
3698
|
box-shadow:var(--dropdown-menu-header-shadow);
|
|
3692
3699
|
display:grid;
|
|
@@ -3696,89 +3703,89 @@
|
|
|
3696
3703
|
padding:var(--dropdown-menu-header-padding);
|
|
3697
3704
|
}
|
|
3698
3705
|
|
|
3699
|
-
.bp_dropdown_menu_module_headerTextContent--
|
|
3706
|
+
.bp_dropdown_menu_module_headerTextContent--7a922{
|
|
3700
3707
|
display:grid;
|
|
3701
3708
|
}
|
|
3702
3709
|
|
|
3703
|
-
.bp_dropdown_menu_module_submenuCloseButton--
|
|
3710
|
+
.bp_dropdown_menu_module_submenuCloseButton--7a922{
|
|
3704
3711
|
grid-area:submenu-close;
|
|
3705
3712
|
}
|
|
3706
3713
|
|
|
3707
|
-
.bp_dropdown_menu_module_menuCloseButton--
|
|
3714
|
+
.bp_dropdown_menu_module_menuCloseButton--7a922{
|
|
3708
3715
|
grid-area:close;
|
|
3709
3716
|
}
|
|
3710
3717
|
|
|
3711
|
-
.bp_dropdown_menu_module_content--
|
|
3718
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true]:not([data-large])[data-state=open]{
|
|
3712
3719
|
animation-duration:var(--bp-duration-medium);
|
|
3713
3720
|
animation-timing-function:var(--bp-curve-medium-on);
|
|
3714
3721
|
transform-origin:var(--radix-dropdown-menu-content-transform-origin);
|
|
3715
3722
|
}
|
|
3716
|
-
.bp_dropdown_menu_module_content--
|
|
3717
|
-
animation-name:bp_dropdown_menu_module_bpMenuTopSlideEnter--
|
|
3723
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true]:not([data-large])[data-state=open][data-side=top]{
|
|
3724
|
+
animation-name:bp_dropdown_menu_module_bpMenuTopSlideEnter--7a922, bp_dropdown_menu_module_bpMenuFadeIn--7a922;
|
|
3718
3725
|
}
|
|
3719
|
-
.bp_dropdown_menu_module_content--
|
|
3720
|
-
animation-name:bp_dropdown_menu_module_bpMenuRightSlideEnter--
|
|
3726
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true]:not([data-large])[data-state=open][data-side=right]{
|
|
3727
|
+
animation-name:bp_dropdown_menu_module_bpMenuRightSlideEnter--7a922, bp_dropdown_menu_module_bpMenuFadeIn--7a922;
|
|
3721
3728
|
}
|
|
3722
|
-
.bp_dropdown_menu_module_content--
|
|
3723
|
-
animation-name:bp_dropdown_menu_module_bpMenuBottomSlideEnter--
|
|
3729
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true]:not([data-large])[data-state=open][data-side=bottom]{
|
|
3730
|
+
animation-name:bp_dropdown_menu_module_bpMenuBottomSlideEnter--7a922, bp_dropdown_menu_module_bpMenuFadeIn--7a922;
|
|
3724
3731
|
}
|
|
3725
|
-
.bp_dropdown_menu_module_content--
|
|
3726
|
-
animation-name:bp_dropdown_menu_module_bpMenuLeftSlideEnter--
|
|
3732
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true]:not([data-large])[data-state=open][data-side=left]{
|
|
3733
|
+
animation-name:bp_dropdown_menu_module_bpMenuLeftSlideEnter--7a922, bp_dropdown_menu_module_bpMenuFadeIn--7a922;
|
|
3727
3734
|
}
|
|
3728
|
-
.bp_dropdown_menu_module_content--
|
|
3735
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true]:not([data-large])[data-state=closed]{
|
|
3729
3736
|
animation-duration:var(--bp-duration-short);
|
|
3730
3737
|
animation-timing-function:var(--bp-curve-medium-off);
|
|
3731
3738
|
transform-origin:var(--radix-dropdown-menu-content-transform-origin);
|
|
3732
3739
|
}
|
|
3733
|
-
.bp_dropdown_menu_module_content--
|
|
3734
|
-
animation-name:bp_dropdown_menu_module_bpMenuTopSlideExit--
|
|
3740
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true]:not([data-large])[data-state=closed][data-side=top]{
|
|
3741
|
+
animation-name:bp_dropdown_menu_module_bpMenuTopSlideExit--7a922, bp_dropdown_menu_module_bpMenuFadeOut--7a922;
|
|
3735
3742
|
}
|
|
3736
|
-
.bp_dropdown_menu_module_content--
|
|
3737
|
-
animation-name:bp_dropdown_menu_module_bpMenuRightSlideExit--
|
|
3743
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true]:not([data-large])[data-state=closed][data-side=right]{
|
|
3744
|
+
animation-name:bp_dropdown_menu_module_bpMenuRightSlideExit--7a922, bp_dropdown_menu_module_bpMenuFadeOut--7a922;
|
|
3738
3745
|
}
|
|
3739
|
-
.bp_dropdown_menu_module_content--
|
|
3740
|
-
animation-name:bp_dropdown_menu_module_bpMenuBottomSlideExit--
|
|
3746
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true]:not([data-large])[data-state=closed][data-side=bottom]{
|
|
3747
|
+
animation-name:bp_dropdown_menu_module_bpMenuBottomSlideExit--7a922, bp_dropdown_menu_module_bpMenuFadeOut--7a922;
|
|
3741
3748
|
}
|
|
3742
|
-
.bp_dropdown_menu_module_content--
|
|
3743
|
-
animation-name:bp_dropdown_menu_module_bpMenuLeftSlideExit--
|
|
3749
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true]:not([data-large])[data-state=closed][data-side=left]{
|
|
3750
|
+
animation-name:bp_dropdown_menu_module_bpMenuLeftSlideExit--7a922, bp_dropdown_menu_module_bpMenuFadeOut--7a922;
|
|
3744
3751
|
}
|
|
3745
3752
|
|
|
3746
|
-
.bp_dropdown_menu_module_content--
|
|
3753
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true][data-large=true][data-state=open]{
|
|
3747
3754
|
animation-duration:var(--bp-duration-long);
|
|
3748
3755
|
animation-timing-function:var(--bp-curve-large-on);
|
|
3749
3756
|
transform-origin:var(--radix-dropdown-menu-content-transform-origin);
|
|
3750
3757
|
}
|
|
3751
|
-
.bp_dropdown_menu_module_content--
|
|
3752
|
-
animation-name:bp_dropdown_menu_module_bpMenuTopSlideEnterLarge--
|
|
3758
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true][data-large=true][data-state=open][data-side=top]{
|
|
3759
|
+
animation-name:bp_dropdown_menu_module_bpMenuTopSlideEnterLarge--7a922, bp_dropdown_menu_module_bpMenuFadeIn--7a922;
|
|
3753
3760
|
}
|
|
3754
|
-
.bp_dropdown_menu_module_content--
|
|
3755
|
-
animation-name:bp_dropdown_menu_module_bpMenuRightSlideEnterLarge--
|
|
3761
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true][data-large=true][data-state=open][data-side=right]{
|
|
3762
|
+
animation-name:bp_dropdown_menu_module_bpMenuRightSlideEnterLarge--7a922, bp_dropdown_menu_module_bpMenuFadeIn--7a922;
|
|
3756
3763
|
}
|
|
3757
|
-
.bp_dropdown_menu_module_content--
|
|
3758
|
-
animation-name:bp_dropdown_menu_module_bpMenuBottomSlideEnterLarge--
|
|
3764
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true][data-large=true][data-state=open][data-side=bottom]{
|
|
3765
|
+
animation-name:bp_dropdown_menu_module_bpMenuBottomSlideEnterLarge--7a922, bp_dropdown_menu_module_bpMenuFadeIn--7a922;
|
|
3759
3766
|
}
|
|
3760
|
-
.bp_dropdown_menu_module_content--
|
|
3761
|
-
animation-name:bp_dropdown_menu_module_bpMenuLeftSlideEnterLarge--
|
|
3767
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true][data-large=true][data-state=open][data-side=left]{
|
|
3768
|
+
animation-name:bp_dropdown_menu_module_bpMenuLeftSlideEnterLarge--7a922, bp_dropdown_menu_module_bpMenuFadeIn--7a922;
|
|
3762
3769
|
}
|
|
3763
|
-
.bp_dropdown_menu_module_content--
|
|
3770
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true][data-large=true][data-state=closed]{
|
|
3764
3771
|
animation-duration:var(--bp-duration-medium);
|
|
3765
3772
|
animation-timing-function:var(--bp-curve-large-off);
|
|
3766
3773
|
transform-origin:var(--radix-dropdown-menu-content-transform-origin);
|
|
3767
3774
|
}
|
|
3768
|
-
.bp_dropdown_menu_module_content--
|
|
3769
|
-
animation-name:bp_dropdown_menu_module_bpMenuTopSlideExitLarge--
|
|
3775
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true][data-large=true][data-state=closed][data-side=top]{
|
|
3776
|
+
animation-name:bp_dropdown_menu_module_bpMenuTopSlideExitLarge--7a922, bp_dropdown_menu_module_bpMenuFadeOut--7a922;
|
|
3770
3777
|
}
|
|
3771
|
-
.bp_dropdown_menu_module_content--
|
|
3772
|
-
animation-name:bp_dropdown_menu_module_bpMenuRightSlideExitLarge--
|
|
3778
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true][data-large=true][data-state=closed][data-side=right]{
|
|
3779
|
+
animation-name:bp_dropdown_menu_module_bpMenuRightSlideExitLarge--7a922, bp_dropdown_menu_module_bpMenuFadeOut--7a922;
|
|
3773
3780
|
}
|
|
3774
|
-
.bp_dropdown_menu_module_content--
|
|
3775
|
-
animation-name:bp_dropdown_menu_module_bpMenuBottomSlideExitLarge--
|
|
3781
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true][data-large=true][data-state=closed][data-side=bottom]{
|
|
3782
|
+
animation-name:bp_dropdown_menu_module_bpMenuBottomSlideExitLarge--7a922, bp_dropdown_menu_module_bpMenuFadeOut--7a922;
|
|
3776
3783
|
}
|
|
3777
|
-
.bp_dropdown_menu_module_content--
|
|
3778
|
-
animation-name:bp_dropdown_menu_module_bpMenuLeftSlideExitLarge--
|
|
3784
|
+
.bp_dropdown_menu_module_content--7a922[data-bp-animated=true][data-large=true][data-state=closed][data-side=left]{
|
|
3785
|
+
animation-name:bp_dropdown_menu_module_bpMenuLeftSlideExitLarge--7a922, bp_dropdown_menu_module_bpMenuFadeOut--7a922;
|
|
3779
3786
|
}
|
|
3780
3787
|
|
|
3781
|
-
@keyframes bp_dropdown_menu_module_bpMenuFadeIn--
|
|
3788
|
+
@keyframes bp_dropdown_menu_module_bpMenuFadeIn--7a922{
|
|
3782
3789
|
from{
|
|
3783
3790
|
opacity:var(--bp-opacity-hidden);
|
|
3784
3791
|
}
|
|
@@ -3786,7 +3793,7 @@
|
|
|
3786
3793
|
opacity:var(--bp-opacity-visible);
|
|
3787
3794
|
}
|
|
3788
3795
|
}
|
|
3789
|
-
@keyframes bp_dropdown_menu_module_bpMenuFadeOut--
|
|
3796
|
+
@keyframes bp_dropdown_menu_module_bpMenuFadeOut--7a922{
|
|
3790
3797
|
from{
|
|
3791
3798
|
opacity:var(--bp-opacity-visible);
|
|
3792
3799
|
}
|
|
@@ -3794,7 +3801,7 @@
|
|
|
3794
3801
|
opacity:var(--bp-opacity-hidden);
|
|
3795
3802
|
}
|
|
3796
3803
|
}
|
|
3797
|
-
@keyframes bp_dropdown_menu_module_bpMenuTopSlideEnter--
|
|
3804
|
+
@keyframes bp_dropdown_menu_module_bpMenuTopSlideEnter--7a922{
|
|
3798
3805
|
from{
|
|
3799
3806
|
transform:translateY(var(--bp-space-020));
|
|
3800
3807
|
}
|
|
@@ -3802,7 +3809,7 @@
|
|
|
3802
3809
|
transform:translateY(0);
|
|
3803
3810
|
}
|
|
3804
3811
|
}
|
|
3805
|
-
@keyframes bp_dropdown_menu_module_bpMenuTopSlideExit--
|
|
3812
|
+
@keyframes bp_dropdown_menu_module_bpMenuTopSlideExit--7a922{
|
|
3806
3813
|
from{
|
|
3807
3814
|
transform:translateY(0);
|
|
3808
3815
|
}
|
|
@@ -3810,7 +3817,7 @@
|
|
|
3810
3817
|
transform:translateY(var(--bp-space-020));
|
|
3811
3818
|
}
|
|
3812
3819
|
}
|
|
3813
|
-
@keyframes bp_dropdown_menu_module_bpMenuBottomSlideEnter--
|
|
3820
|
+
@keyframes bp_dropdown_menu_module_bpMenuBottomSlideEnter--7a922{
|
|
3814
3821
|
from{
|
|
3815
3822
|
transform:translateY(calc(var(--bp-space-020)*-1));
|
|
3816
3823
|
}
|
|
@@ -3818,7 +3825,7 @@
|
|
|
3818
3825
|
transform:translateY(0);
|
|
3819
3826
|
}
|
|
3820
3827
|
}
|
|
3821
|
-
@keyframes bp_dropdown_menu_module_bpMenuBottomSlideExit--
|
|
3828
|
+
@keyframes bp_dropdown_menu_module_bpMenuBottomSlideExit--7a922{
|
|
3822
3829
|
from{
|
|
3823
3830
|
transform:translateY(0);
|
|
3824
3831
|
}
|
|
@@ -3826,7 +3833,7 @@
|
|
|
3826
3833
|
transform:translateY(calc(var(--bp-space-020)*-1));
|
|
3827
3834
|
}
|
|
3828
3835
|
}
|
|
3829
|
-
@keyframes bp_dropdown_menu_module_bpMenuRightSlideEnter--
|
|
3836
|
+
@keyframes bp_dropdown_menu_module_bpMenuRightSlideEnter--7a922{
|
|
3830
3837
|
from{
|
|
3831
3838
|
transform:translateX(calc(var(--bp-space-020)*-1));
|
|
3832
3839
|
}
|
|
@@ -3834,7 +3841,7 @@
|
|
|
3834
3841
|
transform:translateX(0);
|
|
3835
3842
|
}
|
|
3836
3843
|
}
|
|
3837
|
-
@keyframes bp_dropdown_menu_module_bpMenuRightSlideExit--
|
|
3844
|
+
@keyframes bp_dropdown_menu_module_bpMenuRightSlideExit--7a922{
|
|
3838
3845
|
from{
|
|
3839
3846
|
transform:translateX(0);
|
|
3840
3847
|
}
|
|
@@ -3842,7 +3849,7 @@
|
|
|
3842
3849
|
transform:translateX(calc(var(--bp-space-020)*-1));
|
|
3843
3850
|
}
|
|
3844
3851
|
}
|
|
3845
|
-
@keyframes bp_dropdown_menu_module_bpMenuLeftSlideEnter--
|
|
3852
|
+
@keyframes bp_dropdown_menu_module_bpMenuLeftSlideEnter--7a922{
|
|
3846
3853
|
from{
|
|
3847
3854
|
transform:translateX(var(--bp-space-020));
|
|
3848
3855
|
}
|
|
@@ -3850,7 +3857,7 @@
|
|
|
3850
3857
|
transform:translateX(0);
|
|
3851
3858
|
}
|
|
3852
3859
|
}
|
|
3853
|
-
@keyframes bp_dropdown_menu_module_bpMenuLeftSlideExit--
|
|
3860
|
+
@keyframes bp_dropdown_menu_module_bpMenuLeftSlideExit--7a922{
|
|
3854
3861
|
from{
|
|
3855
3862
|
transform:translateX(0);
|
|
3856
3863
|
}
|
|
@@ -3858,7 +3865,7 @@
|
|
|
3858
3865
|
transform:translateX(var(--bp-space-020));
|
|
3859
3866
|
}
|
|
3860
3867
|
}
|
|
3861
|
-
@keyframes bp_dropdown_menu_module_bpMenuTopSlideEnterLarge--
|
|
3868
|
+
@keyframes bp_dropdown_menu_module_bpMenuTopSlideEnterLarge--7a922{
|
|
3862
3869
|
from{
|
|
3863
3870
|
transform:scale(var(--bp-scale-small)) translateY(var(--bp-space-040));
|
|
3864
3871
|
}
|
|
@@ -3866,7 +3873,7 @@
|
|
|
3866
3873
|
transform:scale(var(--bp-scale-default)) translateY(0);
|
|
3867
3874
|
}
|
|
3868
3875
|
}
|
|
3869
|
-
@keyframes bp_dropdown_menu_module_bpMenuTopSlideExitLarge--
|
|
3876
|
+
@keyframes bp_dropdown_menu_module_bpMenuTopSlideExitLarge--7a922{
|
|
3870
3877
|
from{
|
|
3871
3878
|
transform:scale(var(--bp-scale-default)) translateY(0);
|
|
3872
3879
|
}
|
|
@@ -3874,7 +3881,7 @@
|
|
|
3874
3881
|
transform:scale(var(--bp-scale-small)) translateY(var(--bp-space-040));
|
|
3875
3882
|
}
|
|
3876
3883
|
}
|
|
3877
|
-
@keyframes bp_dropdown_menu_module_bpMenuBottomSlideEnterLarge--
|
|
3884
|
+
@keyframes bp_dropdown_menu_module_bpMenuBottomSlideEnterLarge--7a922{
|
|
3878
3885
|
from{
|
|
3879
3886
|
transform:scale(var(--bp-scale-small)) translateY(calc(var(--bp-space-040)*-1));
|
|
3880
3887
|
}
|
|
@@ -3882,7 +3889,7 @@
|
|
|
3882
3889
|
transform:scale(var(--bp-scale-default)) translateY(0);
|
|
3883
3890
|
}
|
|
3884
3891
|
}
|
|
3885
|
-
@keyframes bp_dropdown_menu_module_bpMenuBottomSlideExitLarge--
|
|
3892
|
+
@keyframes bp_dropdown_menu_module_bpMenuBottomSlideExitLarge--7a922{
|
|
3886
3893
|
from{
|
|
3887
3894
|
transform:scale(var(--bp-scale-default)) translateY(0);
|
|
3888
3895
|
}
|
|
@@ -3890,7 +3897,7 @@
|
|
|
3890
3897
|
transform:scale(var(--bp-scale-small)) translateY(calc(var(--bp-space-040)*-1));
|
|
3891
3898
|
}
|
|
3892
3899
|
}
|
|
3893
|
-
@keyframes bp_dropdown_menu_module_bpMenuRightSlideEnterLarge--
|
|
3900
|
+
@keyframes bp_dropdown_menu_module_bpMenuRightSlideEnterLarge--7a922{
|
|
3894
3901
|
from{
|
|
3895
3902
|
transform:scale(var(--bp-scale-small)) translateX(calc(var(--bp-space-040)*-1));
|
|
3896
3903
|
}
|
|
@@ -3898,7 +3905,7 @@
|
|
|
3898
3905
|
transform:scale(var(--bp-scale-default)) translateX(0);
|
|
3899
3906
|
}
|
|
3900
3907
|
}
|
|
3901
|
-
@keyframes bp_dropdown_menu_module_bpMenuRightSlideExitLarge--
|
|
3908
|
+
@keyframes bp_dropdown_menu_module_bpMenuRightSlideExitLarge--7a922{
|
|
3902
3909
|
from{
|
|
3903
3910
|
transform:scale(var(--bp-scale-default)) translateX(0);
|
|
3904
3911
|
}
|
|
@@ -3906,7 +3913,7 @@
|
|
|
3906
3913
|
transform:scale(var(--bp-scale-small)) translateX(calc(var(--bp-space-040)*-1));
|
|
3907
3914
|
}
|
|
3908
3915
|
}
|
|
3909
|
-
@keyframes bp_dropdown_menu_module_bpMenuLeftSlideEnterLarge--
|
|
3916
|
+
@keyframes bp_dropdown_menu_module_bpMenuLeftSlideEnterLarge--7a922{
|
|
3910
3917
|
from{
|
|
3911
3918
|
transform:scale(var(--bp-scale-small)) translateX(var(--bp-space-040));
|
|
3912
3919
|
}
|
|
@@ -3914,7 +3921,7 @@
|
|
|
3914
3921
|
transform:scale(var(--bp-scale-default)) translateX(0);
|
|
3915
3922
|
}
|
|
3916
3923
|
}
|
|
3917
|
-
@keyframes bp_dropdown_menu_module_bpMenuLeftSlideExitLarge--
|
|
3924
|
+
@keyframes bp_dropdown_menu_module_bpMenuLeftSlideExitLarge--7a922{
|
|
3918
3925
|
from{
|
|
3919
3926
|
transform:scale(var(--bp-scale-default)) translateX(0);
|
|
3920
3927
|
}
|
|
@@ -3923,7 +3930,7 @@
|
|
|
3923
3930
|
}
|
|
3924
3931
|
}
|
|
3925
3932
|
@container style(--radix-popper-anchor-width: 0px) and style(--radix-popper-anchor-height: 0px){
|
|
3926
|
-
.bp_dropdown_menu_module_content--
|
|
3933
|
+
.bp_dropdown_menu_module_content--7a922{
|
|
3927
3934
|
visibility:hidden;
|
|
3928
3935
|
}
|
|
3929
3936
|
}
|
|
@@ -5300,7 +5307,7 @@
|
|
|
5300
5307
|
font-family:monospace;
|
|
5301
5308
|
transform:scale(1.2);
|
|
5302
5309
|
}
|
|
5303
|
-
.bp_text_area_autosize_module_textArea--
|
|
5310
|
+
.bp_text_area_autosize_module_textArea--70f2b[data-modern=false]{
|
|
5304
5311
|
--text-area-text-color:var(--text-text-on-light);
|
|
5305
5312
|
--text-area-inner-shadow:var(--innershadow-1);
|
|
5306
5313
|
--text-area-background-color:var(--surface-input-surface);
|
|
@@ -5319,11 +5326,11 @@
|
|
|
5319
5326
|
text-decoration:var(--body-default-text-decoration);
|
|
5320
5327
|
text-transform:var(--body-default-text-case);
|
|
5321
5328
|
}
|
|
5322
|
-
.bp_text_area_autosize_module_textArea--
|
|
5329
|
+
.bp_text_area_autosize_module_textArea--70f2b[data-modern=false].bp_text_area_autosize_module_loading--70f2b{
|
|
5323
5330
|
padding-inline-end:var(--text-area-icon-padding);
|
|
5324
5331
|
}
|
|
5325
5332
|
|
|
5326
|
-
.bp_text_area_autosize_module_textArea--
|
|
5333
|
+
.bp_text_area_autosize_module_textArea--70f2b[data-modern=true]{
|
|
5327
5334
|
--text-area-inner-shadow:var(--innershadow-1);
|
|
5328
5335
|
--text-area-text-color:var(--bp-text-text-on-light);
|
|
5329
5336
|
--text-area-background-color:var(--bp-surface-input-surface);
|
|
@@ -5343,7 +5350,7 @@
|
|
|
5343
5350
|
letter-spacing:var(--bp-font-letter-spacing-01);
|
|
5344
5351
|
line-height:var(--bp-font-line-height-04);
|
|
5345
5352
|
}
|
|
5346
|
-
:where(body.is-inter-font) .bp_text_area_autosize_module_textArea--
|
|
5353
|
+
:where(body.is-inter-font) .bp_text_area_autosize_module_textArea--70f2b[data-modern=true]{
|
|
5347
5354
|
font-family:InterVariable, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
5348
5355
|
font-size:.875rem;
|
|
5349
5356
|
font-style:normal;
|
|
@@ -5354,16 +5361,16 @@
|
|
|
5354
5361
|
text-transform:none;
|
|
5355
5362
|
}
|
|
5356
5363
|
|
|
5357
|
-
.bp_text_area_autosize_module_textArea--
|
|
5364
|
+
.bp_text_area_autosize_module_textArea--70f2b[data-modern=true].bp_text_area_autosize_module_readOnly--70f2b{
|
|
5358
5365
|
background-color:var(--text-area-read-only-background-color);
|
|
5359
5366
|
color:var(--text-area-read-only-color);
|
|
5360
5367
|
cursor:default;
|
|
5361
5368
|
}
|
|
5362
|
-
.bp_text_area_autosize_module_textArea--
|
|
5369
|
+
.bp_text_area_autosize_module_textArea--70f2b[data-modern=true].bp_text_area_autosize_module_withEndIcon--70f2b{
|
|
5363
5370
|
padding-inline-end:calc(var(--text-area-padding-inline) + var(--end-icon-width) + var(--text-area-icon-padding));
|
|
5364
5371
|
}
|
|
5365
5372
|
|
|
5366
|
-
.bp_text_area_autosize_module_textArea--
|
|
5373
|
+
.bp_text_area_autosize_module_textArea--70f2b{
|
|
5367
5374
|
background:var(--text-area-background-color);
|
|
5368
5375
|
border:none;
|
|
5369
5376
|
box-shadow:var(--text-area-inner-shadow);
|
|
@@ -5374,45 +5381,45 @@
|
|
|
5374
5381
|
resize:none;
|
|
5375
5382
|
width:100%;
|
|
5376
5383
|
}
|
|
5377
|
-
.bp_text_area_autosize_module_textArea--
|
|
5384
|
+
.bp_text_area_autosize_module_textArea--70f2b::placeholder{
|
|
5378
5385
|
color:var(--text-area-placeholder-color);
|
|
5379
5386
|
opacity:1;
|
|
5380
5387
|
}
|
|
5381
|
-
.bp_text_area_autosize_module_textArea--
|
|
5388
|
+
.bp_text_area_autosize_module_textArea--70f2b.bp_text_area_autosize_module_error--70f2b{
|
|
5382
5389
|
background:var(--text-area-error-background-color);
|
|
5383
5390
|
outline:0;
|
|
5384
5391
|
}
|
|
5385
|
-
.bp_text_area_autosize_module_textArea--
|
|
5392
|
+
.bp_text_area_autosize_module_textArea--70f2b:focus{
|
|
5386
5393
|
border:none;
|
|
5387
5394
|
}
|
|
5388
|
-
.bp_text_area_autosize_module_textArea--
|
|
5395
|
+
.bp_text_area_autosize_module_textArea--70f2b:hover{
|
|
5389
5396
|
box-shadow:var(--text-area-inner-shadow);
|
|
5390
5397
|
}
|
|
5391
|
-
.bp_text_area_autosize_module_textArea--
|
|
5398
|
+
.bp_text_area_autosize_module_textArea--70f2b:focus-visible{
|
|
5392
5399
|
background:var(--text-area-error-background-focus);
|
|
5393
5400
|
outline:0;
|
|
5394
5401
|
}
|
|
5395
|
-
.bp_text_area_autosize_module_textArea--
|
|
5402
|
+
.bp_text_area_autosize_module_textArea--70f2b:disabled{
|
|
5396
5403
|
background:var(--text-area-background-color);
|
|
5397
5404
|
border:none;
|
|
5398
5405
|
box-shadow:var(--text-area-inner-shadow);
|
|
5399
5406
|
color:var(--text-area-text-color);
|
|
5400
5407
|
}
|
|
5401
|
-
.bp_text_area_autosize_module_textArea--
|
|
5408
|
+
.bp_text_area_autosize_module_textArea--70f2b:not(:disabled, :focus-visible, .bp_text_area_autosize_module_error--70f2b):hover{
|
|
5402
5409
|
background:var(--text-area-error-background-hover);
|
|
5403
5410
|
}
|
|
5404
5411
|
|
|
5405
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
5412
|
+
.bp_text_area_autosize_module_loadingIndicator--70f2b[data-modern=false]{
|
|
5406
5413
|
--text-area-loading-indicator-width:var(--size-6);
|
|
5407
5414
|
--text-area-loading-indicator-height:var(--size-6);
|
|
5408
5415
|
}
|
|
5409
5416
|
|
|
5410
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
5417
|
+
.bp_text_area_autosize_module_loadingIndicator--70f2b[data-modern=true]{
|
|
5411
5418
|
--text-area-loading-indicator-width:var(--bp-size-060);
|
|
5412
5419
|
--text-area-loading-indicator-height:var(--bp-size-060);
|
|
5413
5420
|
}
|
|
5414
5421
|
|
|
5415
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
5422
|
+
.bp_text_area_autosize_module_loadingIndicator--70f2b{
|
|
5416
5423
|
bottom:.375rem;
|
|
5417
5424
|
display:inline-block;
|
|
5418
5425
|
height:var(--text-area-loading-indicator-height);
|
|
@@ -5422,11 +5429,11 @@
|
|
|
5422
5429
|
width:var(--text-area-loading-indicator-width);
|
|
5423
5430
|
}
|
|
5424
5431
|
|
|
5425
|
-
.bp_text_area_autosize_module_loadingIndicatorReset--
|
|
5432
|
+
.bp_text_area_autosize_module_loadingIndicatorReset--70f2b div{
|
|
5426
5433
|
position:static;
|
|
5427
5434
|
}
|
|
5428
5435
|
|
|
5429
|
-
.bp_text_area_autosize_module_border--
|
|
5436
|
+
.bp_text_area_autosize_module_border--70f2b[data-modern=false]{
|
|
5430
5437
|
--text-area-radius:var(--radius-2);
|
|
5431
5438
|
--text-area-border-width:var(--border-1);
|
|
5432
5439
|
--text-area-shadow-color:var(--border-input-border);
|
|
@@ -5438,7 +5445,7 @@
|
|
|
5438
5445
|
--text-area-border-color-read-only:var(--border-collapsible-border);
|
|
5439
5446
|
}
|
|
5440
5447
|
|
|
5441
|
-
.bp_text_area_autosize_module_border--
|
|
5448
|
+
.bp_text_area_autosize_module_border--70f2b[data-modern=true]{
|
|
5442
5449
|
--text-area-radius:var(--bp-radius-06);
|
|
5443
5450
|
--text-area-border-width:var(--bp-border-01);
|
|
5444
5451
|
--text-area-shadow-color:var(--bp-border-input-border);
|
|
@@ -5451,7 +5458,7 @@
|
|
|
5451
5458
|
--text-area-padding-inline:var(--bp-space-030);
|
|
5452
5459
|
}
|
|
5453
5460
|
|
|
5454
|
-
.bp_text_area_autosize_module_border--
|
|
5461
|
+
.bp_text_area_autosize_module_border--70f2b{
|
|
5455
5462
|
border-radius:var(--text-area-radius);
|
|
5456
5463
|
box-shadow:0 0 0 var(--text-area-border-width) var(--text-area-shadow-color);
|
|
5457
5464
|
display:flex;
|
|
@@ -5459,33 +5466,50 @@
|
|
|
5459
5466
|
position:relative;
|
|
5460
5467
|
transform:translateZ(0);
|
|
5461
5468
|
}
|
|
5462
|
-
.bp_text_area_autosize_module_border--
|
|
5469
|
+
.bp_text_area_autosize_module_border--70f2b.bp_text_area_autosize_module_readOnly--70f2b{
|
|
5463
5470
|
box-shadow:0 0 0 var(--text-area-border-width) var(--text-area-border-color-read-only);
|
|
5464
5471
|
cursor:default;
|
|
5465
5472
|
}
|
|
5466
|
-
.bp_text_area_autosize_module_border--
|
|
5473
|
+
.bp_text_area_autosize_module_border--70f2b:focus-within{
|
|
5467
5474
|
box-shadow:0 0 0 var(--text-area-border-width-focus) var(--text-area-border-color-focus);
|
|
5468
5475
|
}
|
|
5469
|
-
.bp_text_area_autosize_module_border--
|
|
5476
|
+
.bp_text_area_autosize_module_border--70f2b:hover:not(:focus-within, .bp_text_area_autosize_module_hasError--70f2b, .bp_text_area_autosize_module_disabled--70f2b){
|
|
5470
5477
|
box-shadow:0 0 0 var(--text-area-border-width) var(--text-area-border-color-hover);
|
|
5471
5478
|
}
|
|
5472
|
-
.bp_text_area_autosize_module_border--
|
|
5479
|
+
.bp_text_area_autosize_module_border--70f2b.bp_text_area_autosize_module_hasError--70f2b{
|
|
5473
5480
|
box-shadow:0 0 0 var(--text-area-border-width-error) var(--text-area-border-color-error);
|
|
5474
5481
|
}
|
|
5475
|
-
.bp_text_area_autosize_module_border--
|
|
5482
|
+
.bp_text_area_autosize_module_border--70f2b .bp_text_area_autosize_module_endIconWrap--70f2b{
|
|
5476
5483
|
height:var(--bp-space-100);
|
|
5477
5484
|
pointer-events:none;
|
|
5478
5485
|
position:absolute;
|
|
5479
5486
|
right:0;
|
|
5480
5487
|
top:0;
|
|
5481
5488
|
}
|
|
5482
|
-
.bp_text_area_autosize_module_border--
|
|
5489
|
+
.bp_text_area_autosize_module_border--70f2b .bp_text_area_autosize_module_endIconWrap--70f2b .bp_text_area_autosize_module_endIcon--70f2b{
|
|
5483
5490
|
pointer-events:auto;
|
|
5484
5491
|
position:absolute;
|
|
5485
5492
|
right:calc(var(--text-area-padding-inline) + var(--text-area-border-width));
|
|
5486
5493
|
top:50%;
|
|
5487
5494
|
transform:translateY(-50%);
|
|
5488
5495
|
}
|
|
5496
|
+
|
|
5497
|
+
.bp_text_area_autosize_module_border--70f2b[data-modern=true][data-bp-animated=true]{
|
|
5498
|
+
transition-duration:var(--bp-duration-short);
|
|
5499
|
+
transition-property:box-shadow;
|
|
5500
|
+
transition-timing-function:var(--bp-curve-small-off);
|
|
5501
|
+
}
|
|
5502
|
+
.bp_text_area_autosize_module_border--70f2b[data-modern=true][data-bp-animated=true].bp_text_area_autosize_module_hasError--70f2b,.bp_text_area_autosize_module_border--70f2b[data-modern=true][data-bp-animated=true]:focus-within,.bp_text_area_autosize_module_border--70f2b[data-modern=true][data-bp-animated=true]:hover:not(:focus-within, .bp_text_area_autosize_module_hasError--70f2b, .bp_text_area_autosize_module_disabled--70f2b){
|
|
5503
|
+
transition-timing-function:var(--bp-curve-small-on);
|
|
5504
|
+
}
|
|
5505
|
+
.bp_text_area_autosize_module_border--70f2b[data-modern=true][data-bp-animated=true] .bp_text_area_autosize_module_textArea--70f2b{
|
|
5506
|
+
transition-duration:var(--bp-duration-short);
|
|
5507
|
+
transition-property:background-color;
|
|
5508
|
+
transition-timing-function:var(--bp-curve-small-off);
|
|
5509
|
+
}
|
|
5510
|
+
.bp_text_area_autosize_module_border--70f2b[data-modern=true][data-bp-animated=true] .bp_text_area_autosize_module_textArea--70f2b:not(:disabled).bp_text_area_autosize_module_error--70f2b,.bp_text_area_autosize_module_border--70f2b[data-modern=true][data-bp-animated=true] .bp_text_area_autosize_module_textArea--70f2b:not(:disabled):focus-visible,.bp_text_area_autosize_module_border--70f2b[data-modern=true][data-bp-animated=true] .bp_text_area_autosize_module_textArea--70f2b:not(:disabled):hover{
|
|
5511
|
+
transition-timing-function:var(--bp-curve-small-on);
|
|
5512
|
+
}
|
|
5489
5513
|
.bp_text_area_module_textAreaContainer--6a8fc[data-modern=false]{
|
|
5490
5514
|
--text-area-container-row-gap:var(--space-2);
|
|
5491
5515
|
--text-area-container-label-color:var(--text-text-on-light);
|
|
@@ -11708,7 +11732,7 @@ table.bp_inline_table_module_inlineTable--4e2a5[data-modern=true] td:last-child,
|
|
|
11708
11732
|
padding:var(--chips-group-small-screen-padding);
|
|
11709
11733
|
}
|
|
11710
11734
|
}
|
|
11711
|
-
.bp_context_menu_module_menuBlock--
|
|
11735
|
+
.bp_context_menu_module_menuBlock--76640[data-modern=false]{
|
|
11712
11736
|
--context-menu-block-font-color:unset;
|
|
11713
11737
|
--context-menu-block-min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
11714
11738
|
--context-menu-end-element-color:var(--text-text-on-light-secondary);
|
|
@@ -11737,7 +11761,7 @@ table.bp_inline_table_module_inlineTable--4e2a5[data-modern=true] td:last-child,
|
|
|
11737
11761
|
--context-menu-items-separator-margin:var(--space-2);
|
|
11738
11762
|
}
|
|
11739
11763
|
|
|
11740
|
-
.bp_context_menu_module_menuBlock--
|
|
11764
|
+
.bp_context_menu_module_menuBlock--76640[data-modern=true]{
|
|
11741
11765
|
--context-menu-block-font-color:var(--bp-text-text-on-light);
|
|
11742
11766
|
--context-menu-block-min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
11743
11767
|
--context-menu-end-element-color:var(--bp-icon-icon-on-light-secondary);
|
|
@@ -11766,19 +11790,19 @@ table.bp_inline_table_module_inlineTable--4e2a5[data-modern=true] td:last-child,
|
|
|
11766
11790
|
--context-menu-items-separator-margin:var(--bp-space-020);
|
|
11767
11791
|
}
|
|
11768
11792
|
|
|
11769
|
-
.bp_context_menu_module_menuHeader--
|
|
11793
|
+
.bp_context_menu_module_menuHeader--76640[data-modern=false]{
|
|
11770
11794
|
--context-menu-header-padding:var(--space-3);
|
|
11771
11795
|
--context-menu-header-gap:var(--space-2);
|
|
11772
11796
|
--context-menu-header-shadow:var(--dropshadow-1);
|
|
11773
11797
|
}
|
|
11774
11798
|
|
|
11775
|
-
.bp_context_menu_module_menuHeader--
|
|
11799
|
+
.bp_context_menu_module_menuHeader--76640[data-modern=true]{
|
|
11776
11800
|
--context-menu-header-padding:var(--bp-space-030) var(--bp-space-040);
|
|
11777
11801
|
--context-menu-header-gap:var(--bp-space-030);
|
|
11778
11802
|
--context-menu-header-shadow:var(--dropshadow-1);
|
|
11779
11803
|
}
|
|
11780
11804
|
|
|
11781
|
-
.bp_context_menu_module_menuBlock--
|
|
11805
|
+
.bp_context_menu_module_menuBlock--76640{
|
|
11782
11806
|
backdrop-filter:var(--context-menu-block-backdrop-filter);
|
|
11783
11807
|
background-color:var(--context-menu-block-background-color);
|
|
11784
11808
|
border:var(--context-menu-block-border);
|
|
@@ -11791,7 +11815,7 @@ table.bp_inline_table_module_inlineTable--4e2a5[data-modern=true] td:last-child,
|
|
|
11791
11815
|
min-width:var(--context-menu-block-min-width);
|
|
11792
11816
|
padding:var(--context-menu-block-padding);
|
|
11793
11817
|
}
|
|
11794
|
-
.bp_context_menu_module_menuBlock--
|
|
11818
|
+
.bp_context_menu_module_menuBlock--76640[data-menu-fullscreen=true]{
|
|
11795
11819
|
border:unset;
|
|
11796
11820
|
border-radius:unset;
|
|
11797
11821
|
display:flex;
|
|
@@ -11804,14 +11828,20 @@ table.bp_inline_table_module_inlineTable--4e2a5[data-modern=true] td:last-child,
|
|
|
11804
11828
|
position:relative;
|
|
11805
11829
|
width:100vw;
|
|
11806
11830
|
}
|
|
11807
|
-
.bp_context_menu_module_menuBlock--
|
|
11831
|
+
.bp_context_menu_module_menuBlock--76640[data-menu-fullscreen=true] .bp_context_menu_module_fullScreenContent--76640{
|
|
11808
11832
|
overflow-y:auto;
|
|
11809
11833
|
padding:var(--context-menu-fullscreen-content-padding);
|
|
11810
11834
|
}
|
|
11811
|
-
.bp_context_menu_module_menuBlock--
|
|
11835
|
+
.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_menuItemsSeparator--76640{
|
|
11812
11836
|
margin:var(--context-menu-items-separator-margin);
|
|
11813
11837
|
}
|
|
11814
|
-
.bp_context_menu_module_menuBlock--
|
|
11838
|
+
.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_menuItem--76640[data-bp-animated=true]{
|
|
11839
|
+
transition:background-color var(--bp-duration-short) var(--bp-curve-small-off);
|
|
11840
|
+
}
|
|
11841
|
+
.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_menuItem--76640[data-bp-animated=true]:active,.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_menuItem--76640[data-bp-animated=true]:hover{
|
|
11842
|
+
transition-timing-function:var(--bp-curve-small-on);
|
|
11843
|
+
}
|
|
11844
|
+
.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_menuItem--76640{
|
|
11815
11845
|
align-items:center;
|
|
11816
11846
|
background-color:var(--context-menu-background-color);
|
|
11817
11847
|
border:var(--context-menu-item-border);
|
|
@@ -11824,30 +11854,30 @@ table.bp_inline_table_module_inlineTable--4e2a5[data-modern=true] td:last-child,
|
|
|
11824
11854
|
padding-inline:calc(var(--context-menu-item-padding) - var(--context-menu-item-border-width));
|
|
11825
11855
|
position:relative;
|
|
11826
11856
|
}
|
|
11827
|
-
.bp_context_menu_module_menuBlock--
|
|
11857
|
+
.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_menuItem--76640[data-disabled]{
|
|
11828
11858
|
opacity:60%;
|
|
11829
11859
|
pointer-events:none;
|
|
11830
11860
|
}
|
|
11831
|
-
.bp_context_menu_module_menuBlock--
|
|
11861
|
+
.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_menuItem--76640[data-highlighted]:not(:hover){
|
|
11832
11862
|
background-color:var(--context-menu-item-background-color-hover);
|
|
11833
11863
|
border:var(--context-menu-item-focus-border);
|
|
11834
11864
|
}
|
|
11835
|
-
.bp_context_menu_module_menuBlock--
|
|
11865
|
+
.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_menuItem--76640[data-state=open][data-highlighted]:not(:hover){
|
|
11836
11866
|
border:var(--context-menu-item-border);
|
|
11837
11867
|
}
|
|
11838
|
-
.bp_context_menu_module_menuBlock--
|
|
11868
|
+
.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_menuItem--76640:active{
|
|
11839
11869
|
background-color:var(--context-menu-item-background-color-pressed);
|
|
11840
11870
|
border:var(--context-menu-item-border);
|
|
11841
11871
|
}
|
|
11842
|
-
.bp_context_menu_module_menuBlock--
|
|
11872
|
+
.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_menuItem--76640:hover{
|
|
11843
11873
|
background-color:var(--context-menu-item-background-color-hover);
|
|
11844
11874
|
border:var(--context-menu-item-border-hover);
|
|
11845
11875
|
}
|
|
11846
|
-
.bp_context_menu_module_menuBlock--
|
|
11876
|
+
.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_startElement--76640{
|
|
11847
11877
|
align-items:center;
|
|
11848
11878
|
display:flex;
|
|
11849
11879
|
}
|
|
11850
|
-
.bp_context_menu_module_menuBlock--
|
|
11880
|
+
.bp_context_menu_module_menuBlock--76640 .bp_context_menu_module_endElement--76640{
|
|
11851
11881
|
align-items:center;
|
|
11852
11882
|
color:var(--context-menu-end-element-color);
|
|
11853
11883
|
display:flex;
|
|
@@ -11858,7 +11888,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
11858
11888
|
width:100%;
|
|
11859
11889
|
}
|
|
11860
11890
|
|
|
11861
|
-
.bp_context_menu_module_menuHeader--
|
|
11891
|
+
.bp_context_menu_module_menuHeader--76640{
|
|
11862
11892
|
align-items:center;
|
|
11863
11893
|
box-shadow:var(--context-menu-header-shadow);
|
|
11864
11894
|
display:grid;
|
|
@@ -11868,95 +11898,95 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
11868
11898
|
padding:var(--context-menu-header-padding);
|
|
11869
11899
|
}
|
|
11870
11900
|
|
|
11871
|
-
.bp_context_menu_module_headerTextContent--
|
|
11901
|
+
.bp_context_menu_module_headerTextContent--76640{
|
|
11872
11902
|
display:grid;
|
|
11873
11903
|
}
|
|
11874
11904
|
|
|
11875
|
-
.bp_context_menu_module_submenuCloseButton--
|
|
11905
|
+
.bp_context_menu_module_submenuCloseButton--76640{
|
|
11876
11906
|
grid-area:submenu-close;
|
|
11877
11907
|
}
|
|
11878
11908
|
|
|
11879
|
-
.bp_context_menu_module_menuCloseButton--
|
|
11909
|
+
.bp_context_menu_module_menuCloseButton--76640{
|
|
11880
11910
|
grid-area:close;
|
|
11881
11911
|
}
|
|
11882
11912
|
|
|
11883
|
-
.bp_context_menu_module_ellipsis--
|
|
11913
|
+
.bp_context_menu_module_ellipsis--76640{
|
|
11884
11914
|
overflow:hidden;
|
|
11885
11915
|
text-overflow:ellipsis;
|
|
11886
11916
|
white-space:nowrap;
|
|
11887
11917
|
}
|
|
11888
11918
|
|
|
11889
|
-
.bp_context_menu_module_menuBlock--
|
|
11919
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true]:not([data-large])[data-state=open]{
|
|
11890
11920
|
animation-duration:var(--bp-duration-medium);
|
|
11891
11921
|
animation-timing-function:var(--bp-curve-medium-on);
|
|
11892
11922
|
transform-origin:var(--radix-context-menu-content-transform-origin);
|
|
11893
11923
|
}
|
|
11894
|
-
.bp_context_menu_module_menuBlock--
|
|
11895
|
-
animation-name:bp_context_menu_module_bpContextMenuTopSlideEnter--
|
|
11924
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true]:not([data-large])[data-state=open][data-side=top]{
|
|
11925
|
+
animation-name:bp_context_menu_module_bpContextMenuTopSlideEnter--76640, bp_context_menu_module_bpContextMenuFadeIn--76640;
|
|
11896
11926
|
}
|
|
11897
|
-
.bp_context_menu_module_menuBlock--
|
|
11898
|
-
animation-name:bp_context_menu_module_bpContextMenuRightSlideEnter--
|
|
11927
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true]:not([data-large])[data-state=open][data-side=right]{
|
|
11928
|
+
animation-name:bp_context_menu_module_bpContextMenuRightSlideEnter--76640, bp_context_menu_module_bpContextMenuFadeIn--76640;
|
|
11899
11929
|
}
|
|
11900
|
-
.bp_context_menu_module_menuBlock--
|
|
11901
|
-
animation-name:bp_context_menu_module_bpContextMenuBottomSlideEnter--
|
|
11930
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true]:not([data-large])[data-state=open][data-side=bottom]{
|
|
11931
|
+
animation-name:bp_context_menu_module_bpContextMenuBottomSlideEnter--76640, bp_context_menu_module_bpContextMenuFadeIn--76640;
|
|
11902
11932
|
}
|
|
11903
|
-
.bp_context_menu_module_menuBlock--
|
|
11904
|
-
animation-name:bp_context_menu_module_bpContextMenuLeftSlideEnter--
|
|
11933
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true]:not([data-large])[data-state=open][data-side=left]{
|
|
11934
|
+
animation-name:bp_context_menu_module_bpContextMenuLeftSlideEnter--76640, bp_context_menu_module_bpContextMenuFadeIn--76640;
|
|
11905
11935
|
}
|
|
11906
|
-
.bp_context_menu_module_menuBlock--
|
|
11936
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true]:not([data-large])[data-state=closed]{
|
|
11907
11937
|
animation-duration:var(--bp-duration-short);
|
|
11908
11938
|
animation-timing-function:var(--bp-curve-medium-off);
|
|
11909
11939
|
transform-origin:var(--radix-context-menu-content-transform-origin);
|
|
11910
11940
|
}
|
|
11911
|
-
.bp_context_menu_module_menuBlock--
|
|
11912
|
-
animation-name:bp_context_menu_module_bpContextMenuTopSlideExit--
|
|
11941
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true]:not([data-large])[data-state=closed][data-side=top]{
|
|
11942
|
+
animation-name:bp_context_menu_module_bpContextMenuTopSlideExit--76640, bp_context_menu_module_bpContextMenuFadeOut--76640;
|
|
11913
11943
|
}
|
|
11914
|
-
.bp_context_menu_module_menuBlock--
|
|
11915
|
-
animation-name:bp_context_menu_module_bpContextMenuRightSlideExit--
|
|
11944
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true]:not([data-large])[data-state=closed][data-side=right]{
|
|
11945
|
+
animation-name:bp_context_menu_module_bpContextMenuRightSlideExit--76640, bp_context_menu_module_bpContextMenuFadeOut--76640;
|
|
11916
11946
|
}
|
|
11917
|
-
.bp_context_menu_module_menuBlock--
|
|
11918
|
-
animation-name:bp_context_menu_module_bpContextMenuBottomSlideExit--
|
|
11947
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true]:not([data-large])[data-state=closed][data-side=bottom]{
|
|
11948
|
+
animation-name:bp_context_menu_module_bpContextMenuBottomSlideExit--76640, bp_context_menu_module_bpContextMenuFadeOut--76640;
|
|
11919
11949
|
}
|
|
11920
|
-
.bp_context_menu_module_menuBlock--
|
|
11921
|
-
animation-name:bp_context_menu_module_bpContextMenuLeftSlideExit--
|
|
11950
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true]:not([data-large])[data-state=closed][data-side=left]{
|
|
11951
|
+
animation-name:bp_context_menu_module_bpContextMenuLeftSlideExit--76640, bp_context_menu_module_bpContextMenuFadeOut--76640;
|
|
11922
11952
|
}
|
|
11923
11953
|
|
|
11924
|
-
.bp_context_menu_module_menuBlock--
|
|
11954
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true][data-large=true][data-state=open]{
|
|
11925
11955
|
animation-duration:var(--bp-duration-long);
|
|
11926
11956
|
animation-timing-function:var(--bp-curve-large-on);
|
|
11927
11957
|
transform-origin:var(--radix-context-menu-content-transform-origin);
|
|
11928
11958
|
}
|
|
11929
|
-
.bp_context_menu_module_menuBlock--
|
|
11930
|
-
animation-name:bp_context_menu_module_bpContextMenuTopSlideEnterLarge--
|
|
11959
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true][data-large=true][data-state=open][data-side=top]{
|
|
11960
|
+
animation-name:bp_context_menu_module_bpContextMenuTopSlideEnterLarge--76640, bp_context_menu_module_bpContextMenuFadeIn--76640;
|
|
11931
11961
|
}
|
|
11932
|
-
.bp_context_menu_module_menuBlock--
|
|
11933
|
-
animation-name:bp_context_menu_module_bpContextMenuRightSlideEnterLarge--
|
|
11962
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true][data-large=true][data-state=open][data-side=right]{
|
|
11963
|
+
animation-name:bp_context_menu_module_bpContextMenuRightSlideEnterLarge--76640, bp_context_menu_module_bpContextMenuFadeIn--76640;
|
|
11934
11964
|
}
|
|
11935
|
-
.bp_context_menu_module_menuBlock--
|
|
11936
|
-
animation-name:bp_context_menu_module_bpContextMenuBottomSlideEnterLarge--
|
|
11965
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true][data-large=true][data-state=open][data-side=bottom]{
|
|
11966
|
+
animation-name:bp_context_menu_module_bpContextMenuBottomSlideEnterLarge--76640, bp_context_menu_module_bpContextMenuFadeIn--76640;
|
|
11937
11967
|
}
|
|
11938
|
-
.bp_context_menu_module_menuBlock--
|
|
11939
|
-
animation-name:bp_context_menu_module_bpContextMenuLeftSlideEnterLarge--
|
|
11968
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true][data-large=true][data-state=open][data-side=left]{
|
|
11969
|
+
animation-name:bp_context_menu_module_bpContextMenuLeftSlideEnterLarge--76640, bp_context_menu_module_bpContextMenuFadeIn--76640;
|
|
11940
11970
|
}
|
|
11941
|
-
.bp_context_menu_module_menuBlock--
|
|
11971
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true][data-large=true][data-state=closed]{
|
|
11942
11972
|
animation-duration:var(--bp-duration-medium);
|
|
11943
11973
|
animation-timing-function:var(--bp-curve-large-off);
|
|
11944
11974
|
transform-origin:var(--radix-context-menu-content-transform-origin);
|
|
11945
11975
|
}
|
|
11946
|
-
.bp_context_menu_module_menuBlock--
|
|
11947
|
-
animation-name:bp_context_menu_module_bpContextMenuTopSlideExitLarge--
|
|
11976
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true][data-large=true][data-state=closed][data-side=top]{
|
|
11977
|
+
animation-name:bp_context_menu_module_bpContextMenuTopSlideExitLarge--76640, bp_context_menu_module_bpContextMenuFadeOut--76640;
|
|
11948
11978
|
}
|
|
11949
|
-
.bp_context_menu_module_menuBlock--
|
|
11950
|
-
animation-name:bp_context_menu_module_bpContextMenuRightSlideExitLarge--
|
|
11979
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true][data-large=true][data-state=closed][data-side=right]{
|
|
11980
|
+
animation-name:bp_context_menu_module_bpContextMenuRightSlideExitLarge--76640, bp_context_menu_module_bpContextMenuFadeOut--76640;
|
|
11951
11981
|
}
|
|
11952
|
-
.bp_context_menu_module_menuBlock--
|
|
11953
|
-
animation-name:bp_context_menu_module_bpContextMenuBottomSlideExitLarge--
|
|
11982
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true][data-large=true][data-state=closed][data-side=bottom]{
|
|
11983
|
+
animation-name:bp_context_menu_module_bpContextMenuBottomSlideExitLarge--76640, bp_context_menu_module_bpContextMenuFadeOut--76640;
|
|
11954
11984
|
}
|
|
11955
|
-
.bp_context_menu_module_menuBlock--
|
|
11956
|
-
animation-name:bp_context_menu_module_bpContextMenuLeftSlideExitLarge--
|
|
11985
|
+
.bp_context_menu_module_menuBlock--76640[data-bp-animated=true][data-large=true][data-state=closed][data-side=left]{
|
|
11986
|
+
animation-name:bp_context_menu_module_bpContextMenuLeftSlideExitLarge--76640, bp_context_menu_module_bpContextMenuFadeOut--76640;
|
|
11957
11987
|
}
|
|
11958
11988
|
|
|
11959
|
-
@keyframes bp_context_menu_module_bpContextMenuFadeIn--
|
|
11989
|
+
@keyframes bp_context_menu_module_bpContextMenuFadeIn--76640{
|
|
11960
11990
|
from{
|
|
11961
11991
|
opacity:var(--bp-opacity-hidden);
|
|
11962
11992
|
}
|
|
@@ -11964,7 +11994,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
11964
11994
|
opacity:var(--bp-opacity-visible);
|
|
11965
11995
|
}
|
|
11966
11996
|
}
|
|
11967
|
-
@keyframes bp_context_menu_module_bpContextMenuFadeOut--
|
|
11997
|
+
@keyframes bp_context_menu_module_bpContextMenuFadeOut--76640{
|
|
11968
11998
|
from{
|
|
11969
11999
|
opacity:var(--bp-opacity-visible);
|
|
11970
12000
|
}
|
|
@@ -11972,7 +12002,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
11972
12002
|
opacity:var(--bp-opacity-hidden);
|
|
11973
12003
|
}
|
|
11974
12004
|
}
|
|
11975
|
-
@keyframes bp_context_menu_module_bpContextMenuTopSlideEnter--
|
|
12005
|
+
@keyframes bp_context_menu_module_bpContextMenuTopSlideEnter--76640{
|
|
11976
12006
|
from{
|
|
11977
12007
|
transform:translateY(var(--bp-space-020));
|
|
11978
12008
|
}
|
|
@@ -11980,7 +12010,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
11980
12010
|
transform:translateY(0);
|
|
11981
12011
|
}
|
|
11982
12012
|
}
|
|
11983
|
-
@keyframes bp_context_menu_module_bpContextMenuTopSlideExit--
|
|
12013
|
+
@keyframes bp_context_menu_module_bpContextMenuTopSlideExit--76640{
|
|
11984
12014
|
from{
|
|
11985
12015
|
transform:translateY(0);
|
|
11986
12016
|
}
|
|
@@ -11988,7 +12018,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
11988
12018
|
transform:translateY(var(--bp-space-020));
|
|
11989
12019
|
}
|
|
11990
12020
|
}
|
|
11991
|
-
@keyframes bp_context_menu_module_bpContextMenuBottomSlideEnter--
|
|
12021
|
+
@keyframes bp_context_menu_module_bpContextMenuBottomSlideEnter--76640{
|
|
11992
12022
|
from{
|
|
11993
12023
|
transform:translateY(calc(var(--bp-space-020)*-1));
|
|
11994
12024
|
}
|
|
@@ -11996,7 +12026,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
11996
12026
|
transform:translateY(0);
|
|
11997
12027
|
}
|
|
11998
12028
|
}
|
|
11999
|
-
@keyframes bp_context_menu_module_bpContextMenuBottomSlideExit--
|
|
12029
|
+
@keyframes bp_context_menu_module_bpContextMenuBottomSlideExit--76640{
|
|
12000
12030
|
from{
|
|
12001
12031
|
transform:translateY(0);
|
|
12002
12032
|
}
|
|
@@ -12004,7 +12034,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12004
12034
|
transform:translateY(calc(var(--bp-space-020)*-1));
|
|
12005
12035
|
}
|
|
12006
12036
|
}
|
|
12007
|
-
@keyframes bp_context_menu_module_bpContextMenuRightSlideEnter--
|
|
12037
|
+
@keyframes bp_context_menu_module_bpContextMenuRightSlideEnter--76640{
|
|
12008
12038
|
from{
|
|
12009
12039
|
transform:translateX(calc(var(--bp-space-020)*-1));
|
|
12010
12040
|
}
|
|
@@ -12012,7 +12042,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12012
12042
|
transform:translateX(0);
|
|
12013
12043
|
}
|
|
12014
12044
|
}
|
|
12015
|
-
@keyframes bp_context_menu_module_bpContextMenuRightSlideExit--
|
|
12045
|
+
@keyframes bp_context_menu_module_bpContextMenuRightSlideExit--76640{
|
|
12016
12046
|
from{
|
|
12017
12047
|
transform:translateX(0);
|
|
12018
12048
|
}
|
|
@@ -12020,7 +12050,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12020
12050
|
transform:translateX(calc(var(--bp-space-020)*-1));
|
|
12021
12051
|
}
|
|
12022
12052
|
}
|
|
12023
|
-
@keyframes bp_context_menu_module_bpContextMenuLeftSlideEnter--
|
|
12053
|
+
@keyframes bp_context_menu_module_bpContextMenuLeftSlideEnter--76640{
|
|
12024
12054
|
from{
|
|
12025
12055
|
transform:translateX(var(--bp-space-020));
|
|
12026
12056
|
}
|
|
@@ -12028,7 +12058,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12028
12058
|
transform:translateX(0);
|
|
12029
12059
|
}
|
|
12030
12060
|
}
|
|
12031
|
-
@keyframes bp_context_menu_module_bpContextMenuLeftSlideExit--
|
|
12061
|
+
@keyframes bp_context_menu_module_bpContextMenuLeftSlideExit--76640{
|
|
12032
12062
|
from{
|
|
12033
12063
|
transform:translateX(0);
|
|
12034
12064
|
}
|
|
@@ -12036,7 +12066,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12036
12066
|
transform:translateX(var(--bp-space-020));
|
|
12037
12067
|
}
|
|
12038
12068
|
}
|
|
12039
|
-
@keyframes bp_context_menu_module_bpContextMenuTopSlideEnterLarge--
|
|
12069
|
+
@keyframes bp_context_menu_module_bpContextMenuTopSlideEnterLarge--76640{
|
|
12040
12070
|
from{
|
|
12041
12071
|
transform:scale(var(--bp-scale-small)) translateY(var(--bp-space-040));
|
|
12042
12072
|
}
|
|
@@ -12044,7 +12074,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12044
12074
|
transform:scale(var(--bp-scale-default)) translateY(0);
|
|
12045
12075
|
}
|
|
12046
12076
|
}
|
|
12047
|
-
@keyframes bp_context_menu_module_bpContextMenuTopSlideExitLarge--
|
|
12077
|
+
@keyframes bp_context_menu_module_bpContextMenuTopSlideExitLarge--76640{
|
|
12048
12078
|
from{
|
|
12049
12079
|
transform:scale(var(--bp-scale-default)) translateY(0);
|
|
12050
12080
|
}
|
|
@@ -12052,7 +12082,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12052
12082
|
transform:scale(var(--bp-scale-small)) translateY(var(--bp-space-040));
|
|
12053
12083
|
}
|
|
12054
12084
|
}
|
|
12055
|
-
@keyframes bp_context_menu_module_bpContextMenuBottomSlideEnterLarge--
|
|
12085
|
+
@keyframes bp_context_menu_module_bpContextMenuBottomSlideEnterLarge--76640{
|
|
12056
12086
|
from{
|
|
12057
12087
|
transform:scale(var(--bp-scale-small)) translateY(calc(var(--bp-space-040)*-1));
|
|
12058
12088
|
}
|
|
@@ -12060,7 +12090,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12060
12090
|
transform:scale(var(--bp-scale-default)) translateY(0);
|
|
12061
12091
|
}
|
|
12062
12092
|
}
|
|
12063
|
-
@keyframes bp_context_menu_module_bpContextMenuBottomSlideExitLarge--
|
|
12093
|
+
@keyframes bp_context_menu_module_bpContextMenuBottomSlideExitLarge--76640{
|
|
12064
12094
|
from{
|
|
12065
12095
|
transform:scale(var(--bp-scale-default)) translateY(0);
|
|
12066
12096
|
}
|
|
@@ -12068,7 +12098,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12068
12098
|
transform:scale(var(--bp-scale-small)) translateY(calc(var(--bp-space-040)*-1));
|
|
12069
12099
|
}
|
|
12070
12100
|
}
|
|
12071
|
-
@keyframes bp_context_menu_module_bpContextMenuRightSlideEnterLarge--
|
|
12101
|
+
@keyframes bp_context_menu_module_bpContextMenuRightSlideEnterLarge--76640{
|
|
12072
12102
|
from{
|
|
12073
12103
|
transform:scale(var(--bp-scale-small)) translateX(calc(var(--bp-space-040)*-1));
|
|
12074
12104
|
}
|
|
@@ -12076,7 +12106,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12076
12106
|
transform:scale(var(--bp-scale-default)) translateX(0);
|
|
12077
12107
|
}
|
|
12078
12108
|
}
|
|
12079
|
-
@keyframes bp_context_menu_module_bpContextMenuRightSlideExitLarge--
|
|
12109
|
+
@keyframes bp_context_menu_module_bpContextMenuRightSlideExitLarge--76640{
|
|
12080
12110
|
from{
|
|
12081
12111
|
transform:scale(var(--bp-scale-default)) translateX(0);
|
|
12082
12112
|
}
|
|
@@ -12084,7 +12114,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12084
12114
|
transform:scale(var(--bp-scale-small)) translateX(calc(var(--bp-space-040)*-1));
|
|
12085
12115
|
}
|
|
12086
12116
|
}
|
|
12087
|
-
@keyframes bp_context_menu_module_bpContextMenuLeftSlideEnterLarge--
|
|
12117
|
+
@keyframes bp_context_menu_module_bpContextMenuLeftSlideEnterLarge--76640{
|
|
12088
12118
|
from{
|
|
12089
12119
|
transform:scale(var(--bp-scale-small)) translateX(var(--bp-space-040));
|
|
12090
12120
|
}
|
|
@@ -12092,7 +12122,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
12092
12122
|
transform:scale(var(--bp-scale-default)) translateX(0);
|
|
12093
12123
|
}
|
|
12094
12124
|
}
|
|
12095
|
-
@keyframes bp_context_menu_module_bpContextMenuLeftSlideExitLarge--
|
|
12125
|
+
@keyframes bp_context_menu_module_bpContextMenuLeftSlideExitLarge--76640{
|
|
12096
12126
|
from{
|
|
12097
12127
|
transform:scale(var(--bp-scale-default)) translateX(0);
|
|
12098
12128
|
}
|