@box/blueprint-web 14.11.1 → 14.12.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/index.css
CHANGED
|
@@ -8406,7 +8406,7 @@ table.bp_inline_table_module_inlineTable--fc22e[data-modern=true] td:last-child,
|
|
|
8406
8406
|
display:inline;
|
|
8407
8407
|
}
|
|
8408
8408
|
|
|
8409
|
-
.bp_modal_module_overlay--
|
|
8409
|
+
.bp_modal_module_overlay--e96d7[data-modern=false]{
|
|
8410
8410
|
--modal-body-text-color:var(--text-text-on-light);
|
|
8411
8411
|
--modal-overlay-background:var(--overlay-modal-overlay);
|
|
8412
8412
|
--modal-content-background:var(--gray-white);
|
|
@@ -8447,7 +8447,7 @@ table.bp_inline_table_module_inlineTable--fc22e[data-modern=true] td:last-child,
|
|
|
8447
8447
|
--modal-loading-animation:var(--animation-duration-2) cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
8448
8448
|
}
|
|
8449
8449
|
|
|
8450
|
-
.bp_modal_module_overlay--
|
|
8450
|
+
.bp_modal_module_overlay--e96d7[data-modern=true]{
|
|
8451
8451
|
--modal-overlay-background:var(--bp-overlay-modal-overlay);
|
|
8452
8452
|
--modal-content-background:var(--bp-surface-modal-surface);
|
|
8453
8453
|
--modal-min-width-non-fullscreen:calc(460px - var(--bp-space-080)*2);
|
|
@@ -8488,7 +8488,7 @@ table.bp_inline_table_module_inlineTable--fc22e[data-modern=true] td:last-child,
|
|
|
8488
8488
|
--modal-loading-animation:var(--animation-duration-2) cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
8489
8489
|
}
|
|
8490
8490
|
|
|
8491
|
-
.bp_modal_module_overlay--
|
|
8491
|
+
.bp_modal_module_overlay--e96d7{
|
|
8492
8492
|
background-color:var(--modal-overlay-background);
|
|
8493
8493
|
display:grid;
|
|
8494
8494
|
inset:0;
|
|
@@ -8496,15 +8496,15 @@ table.bp_inline_table_module_inlineTable--fc22e[data-modern=true] td:last-child,
|
|
|
8496
8496
|
z-index:370;
|
|
8497
8497
|
}
|
|
8498
8498
|
@media (width > 459px){
|
|
8499
|
-
.bp_modal_module_overlay--
|
|
8499
|
+
.bp_modal_module_overlay--e96d7{
|
|
8500
8500
|
place-items:center;
|
|
8501
8501
|
}
|
|
8502
8502
|
}
|
|
8503
8503
|
|
|
8504
|
-
.bp_modal_module_headerDividerLine--
|
|
8504
|
+
.bp_modal_module_headerDividerLine--e96d7{
|
|
8505
8505
|
position:relative;
|
|
8506
8506
|
}
|
|
8507
|
-
.bp_modal_module_headerDividerLine--
|
|
8507
|
+
.bp_modal_module_headerDividerLine--e96d7::after{
|
|
8508
8508
|
border-bottom:var(--modal-divider-line-border);
|
|
8509
8509
|
bottom:0;
|
|
8510
8510
|
content:"";
|
|
@@ -8513,16 +8513,16 @@ table.bp_inline_table_module_inlineTable--fc22e[data-modern=true] td:last-child,
|
|
|
8513
8513
|
right:var(--modal-divider-line-offset-right);
|
|
8514
8514
|
}
|
|
8515
8515
|
@media (width > 459px){
|
|
8516
|
-
.bp_modal_module_headerDividerLine--
|
|
8516
|
+
.bp_modal_module_headerDividerLine--e96d7::after{
|
|
8517
8517
|
left:var(--modal-divider-line-offset-left-non-fullscreen);
|
|
8518
8518
|
right:var(--modal-divider-line-offset-right-non-fullscreen);
|
|
8519
8519
|
}
|
|
8520
8520
|
}
|
|
8521
8521
|
|
|
8522
|
-
.bp_modal_module_footerDividerLine--
|
|
8522
|
+
.bp_modal_module_footerDividerLine--e96d7{
|
|
8523
8523
|
position:relative;
|
|
8524
8524
|
}
|
|
8525
|
-
.bp_modal_module_footerDividerLine--
|
|
8525
|
+
.bp_modal_module_footerDividerLine--e96d7::before{
|
|
8526
8526
|
border-bottom:var(--modal-divider-line-border);
|
|
8527
8527
|
content:"";
|
|
8528
8528
|
left:var(--modal-divider-line-offset-left);
|
|
@@ -8531,13 +8531,13 @@ table.bp_inline_table_module_inlineTable--fc22e[data-modern=true] td:last-child,
|
|
|
8531
8531
|
top:0;
|
|
8532
8532
|
}
|
|
8533
8533
|
@media (width > 459px){
|
|
8534
|
-
.bp_modal_module_footerDividerLine--
|
|
8534
|
+
.bp_modal_module_footerDividerLine--e96d7::before{
|
|
8535
8535
|
left:var(--modal-divider-line-offset-left-non-fullscreen);
|
|
8536
8536
|
right:var(--modal-divider-line-offset-right-non-fullscreen);
|
|
8537
8537
|
}
|
|
8538
8538
|
}
|
|
8539
8539
|
|
|
8540
|
-
.bp_modal_module_content--
|
|
8540
|
+
.bp_modal_module_content--e96d7{
|
|
8541
8541
|
display:flex;
|
|
8542
8542
|
flex-direction:column;
|
|
8543
8543
|
height:100vh;
|
|
@@ -8545,16 +8545,15 @@ table.bp_inline_table_module_inlineTable--fc22e[data-modern=true] td:last-child,
|
|
|
8545
8545
|
position:relative;
|
|
8546
8546
|
}
|
|
8547
8547
|
@media (width > 374px){
|
|
8548
|
-
.bp_modal_module_content--
|
|
8548
|
+
.bp_modal_module_content--e96d7{
|
|
8549
8549
|
overflow:hidden;
|
|
8550
8550
|
}
|
|
8551
8551
|
}
|
|
8552
|
-
.bp_modal_module_content--
|
|
8553
|
-
animation:bp_modal_module_popup_bounce_in--97abf var(--animation-duration-3);
|
|
8552
|
+
.bp_modal_module_content--e96d7{
|
|
8554
8553
|
background-color:var(--modal-content-background);
|
|
8555
8554
|
}
|
|
8556
8555
|
@media (width > 459px){
|
|
8557
|
-
.bp_modal_module_content--
|
|
8556
|
+
.bp_modal_module_content--e96d7{
|
|
8558
8557
|
border-radius:var(--modal-border-radius);
|
|
8559
8558
|
height:auto;
|
|
8560
8559
|
margin:var(--modal-margin);
|
|
@@ -8562,79 +8561,96 @@ table.bp_inline_table_module_inlineTable--fc22e[data-modern=true] td:last-child,
|
|
|
8562
8561
|
min-width:var(--modal-min-width-non-fullscreen);
|
|
8563
8562
|
transition:max-width var(--modal-loading-animation), max-height var(--modal-loading-animation);
|
|
8564
8563
|
}
|
|
8565
|
-
.bp_modal_module_content--
|
|
8564
|
+
.bp_modal_module_content--e96d7.bp_modal_module_smallSizeModal--e96d7{
|
|
8566
8565
|
max-width:var(--modal-max-width-small);
|
|
8567
8566
|
}
|
|
8568
|
-
.bp_modal_module_content--
|
|
8567
|
+
.bp_modal_module_content--e96d7.bp_modal_module_mediumSizeModal--e96d7{
|
|
8569
8568
|
max-width:var(--modal-max-width-medium);
|
|
8570
8569
|
}
|
|
8571
|
-
.bp_modal_module_content--
|
|
8570
|
+
.bp_modal_module_content--e96d7.bp_modal_module_largeSizeModal--e96d7{
|
|
8572
8571
|
max-width:var(--modal-max-width-large);
|
|
8573
8572
|
}
|
|
8574
|
-
.bp_modal_module_content--
|
|
8573
|
+
.bp_modal_module_content--e96d7.bp_modal_module_xlargeSizeModal--e96d7{
|
|
8575
8574
|
max-width:var(--modal-max-width-xlarge);
|
|
8576
8575
|
}
|
|
8577
8576
|
}
|
|
8578
|
-
.bp_modal_module_content--
|
|
8577
|
+
.bp_modal_module_content--e96d7:has(.bp_modal_module_loadingContainerActive--e96d7) .bp_modal_module_footerDividerLine--e96d7::before,.bp_modal_module_content--e96d7:has(.bp_modal_module_loadingContainerActive--e96d7) .bp_modal_module_headerDividerLine--e96d7::after{
|
|
8579
8578
|
display:none;
|
|
8580
8579
|
}
|
|
8581
8580
|
@media (width > 459px){
|
|
8582
|
-
.bp_modal_module_content--
|
|
8581
|
+
.bp_modal_module_content--e96d7:has(.bp_modal_module_loadingContainerActive--e96d7){
|
|
8583
8582
|
max-height:var(--modal-max-height-loading);
|
|
8584
8583
|
max-width:var(--modal-max-width-loading);
|
|
8585
8584
|
}
|
|
8586
8585
|
}
|
|
8587
8586
|
|
|
8588
|
-
.
|
|
8587
|
+
.bp_modal_module_overlay--e96d7[data-modern=false] .bp_modal_module_content--e96d7,.bp_modal_module_overlay--e96d7[data-modern=true] .bp_modal_module_content--e96d7[data-bp-animated=false]{
|
|
8588
|
+
animation:bp_modal_module_popup_bounce_in--e96d7 var(--animation-duration-3);
|
|
8589
|
+
}
|
|
8590
|
+
|
|
8591
|
+
.bp_modal_module_overlay--e96d7[data-modern=true] .bp_modal_module_content--e96d7[data-bp-animated=true][data-state=open]{
|
|
8592
|
+
animation-duration:var(--bp-duration-long);
|
|
8593
|
+
animation-fill-mode:both;
|
|
8594
|
+
animation-name:bp_modal_module_bpModalEnter--e96d7;
|
|
8595
|
+
animation-timing-function:var(--bp-curve-large-on);
|
|
8596
|
+
}
|
|
8597
|
+
.bp_modal_module_overlay--e96d7[data-modern=true] .bp_modal_module_content--e96d7[data-bp-animated=true][data-state=closed]{
|
|
8598
|
+
animation-duration:var(--bp-duration-medium);
|
|
8599
|
+
animation-fill-mode:forwards;
|
|
8600
|
+
animation-name:bp_modal_module_bpModalExit--e96d7;
|
|
8601
|
+
animation-timing-function:var(--bp-curve-large-off);
|
|
8602
|
+
}
|
|
8603
|
+
|
|
8604
|
+
.bp_modal_module_scrollableContainer--e96d7{
|
|
8589
8605
|
flex-grow:1;
|
|
8590
8606
|
}
|
|
8591
8607
|
@media (width > 374px){
|
|
8592
|
-
.bp_modal_module_scrollableContainer--
|
|
8608
|
+
.bp_modal_module_scrollableContainer--e96d7{
|
|
8593
8609
|
overflow-y:auto;
|
|
8594
8610
|
}
|
|
8595
8611
|
}
|
|
8596
8612
|
|
|
8597
|
-
.bp_modal_module_content--
|
|
8613
|
+
.bp_modal_module_content--e96d7 .bp_modal_module_close--e96d7{
|
|
8598
8614
|
position:fixed;
|
|
8599
8615
|
}
|
|
8600
8616
|
@media (width > 374px){
|
|
8601
|
-
.bp_modal_module_content--
|
|
8617
|
+
.bp_modal_module_content--e96d7 .bp_modal_module_close--e96d7{
|
|
8602
8618
|
position:absolute;
|
|
8603
8619
|
}
|
|
8604
8620
|
}
|
|
8605
|
-
.bp_modal_module_content--
|
|
8621
|
+
.bp_modal_module_content--e96d7 .bp_modal_module_close--e96d7{
|
|
8606
8622
|
color:var(--modal-close-button-color);
|
|
8607
8623
|
right:var(--modal-close-button-offset-right);
|
|
8608
8624
|
top:var(--modal-close-button-offset-top);
|
|
8609
8625
|
}
|
|
8610
8626
|
|
|
8611
|
-
.bp_modal_module_close--
|
|
8627
|
+
.bp_modal_module_close--e96d7.bp_modal_module_onColor--e96d7{
|
|
8612
8628
|
background-color:var(--modal-close-button-on-color-background);
|
|
8613
8629
|
}
|
|
8614
|
-
.bp_modal_module_close--
|
|
8630
|
+
.bp_modal_module_close--e96d7.bp_modal_module_onColor--e96d7:hover{
|
|
8615
8631
|
background-color:var(--modal-close-button-on-color-background-hover);
|
|
8616
8632
|
}
|
|
8617
|
-
.bp_modal_module_close--
|
|
8633
|
+
.bp_modal_module_close--e96d7.bp_modal_module_onColor--e96d7:active{
|
|
8618
8634
|
background-color:var(--modal-close-button-on-color-background-pressed);
|
|
8619
8635
|
}
|
|
8620
8636
|
|
|
8621
|
-
.bp_modal_module_content--
|
|
8637
|
+
.bp_modal_module_content--e96d7 .bp_modal_module_backButton--e96d7{
|
|
8622
8638
|
color:var(--modal-back-button-color);
|
|
8623
8639
|
margin-block-start:var(--modal-back-button-margin-top-start);
|
|
8624
8640
|
margin-inline-start:var(--modal-back-button-margin-inline-start);
|
|
8625
8641
|
}
|
|
8626
8642
|
@media (width > 459px){
|
|
8627
|
-
.bp_modal_module_content--
|
|
8643
|
+
.bp_modal_module_content--e96d7 .bp_modal_module_backButton--e96d7{
|
|
8628
8644
|
height:var(--modal-back-button-size-non-fullscreen);
|
|
8629
8645
|
width:var(--modal-back-button-size-non-fullscreen);
|
|
8630
8646
|
}
|
|
8631
8647
|
}
|
|
8632
8648
|
|
|
8633
|
-
.bp_modal_module_modalHeader--
|
|
8649
|
+
.bp_modal_module_modalHeader--e96d7{
|
|
8634
8650
|
display:flex;
|
|
8635
8651
|
}
|
|
8636
8652
|
|
|
8637
|
-
.bp_modal_module_modalTitle--
|
|
8653
|
+
.bp_modal_module_modalTitle--e96d7{
|
|
8638
8654
|
display:flex;
|
|
8639
8655
|
flex-direction:column;
|
|
8640
8656
|
gap:var(--modal-title-gap);
|
|
@@ -8642,80 +8658,80 @@ table.bp_inline_table_module_inlineTable--fc22e[data-modern=true] td:last-child,
|
|
|
8642
8658
|
padding:var(--modal-title-padding);
|
|
8643
8659
|
}
|
|
8644
8660
|
@media (width > 459px){
|
|
8645
|
-
.bp_modal_module_modalTitle--
|
|
8661
|
+
.bp_modal_module_modalTitle--e96d7{
|
|
8646
8662
|
padding:var(--modal-title-padding-non-fullscreen);
|
|
8647
8663
|
}
|
|
8648
8664
|
}
|
|
8649
8665
|
|
|
8650
|
-
.bp_modal_module_body--
|
|
8666
|
+
.bp_modal_module_body--e96d7{
|
|
8651
8667
|
color:var(--modal-body-text-color);
|
|
8652
8668
|
padding:var(--modal-body-padding-fullscreen);
|
|
8653
8669
|
}
|
|
8654
8670
|
@media (width > 459px){
|
|
8655
|
-
.bp_modal_module_body--
|
|
8671
|
+
.bp_modal_module_body--e96d7{
|
|
8656
8672
|
padding:var(--modal-body-padding-non-fullscreen);
|
|
8657
8673
|
}
|
|
8658
8674
|
}
|
|
8659
8675
|
|
|
8660
|
-
.bp_modal_module_footer--
|
|
8676
|
+
.bp_modal_module_footer--e96d7{
|
|
8661
8677
|
display:flex;
|
|
8662
8678
|
justify-content:flex-end;
|
|
8663
8679
|
padding:var(--modal-footer-padding);
|
|
8664
8680
|
}
|
|
8665
8681
|
@media (width > 459px){
|
|
8666
|
-
.bp_modal_module_footer--
|
|
8682
|
+
.bp_modal_module_footer--e96d7{
|
|
8667
8683
|
padding:var(--modal-footer-padding-non-fullscreen);
|
|
8668
8684
|
}
|
|
8669
8685
|
}
|
|
8670
8686
|
|
|
8671
|
-
.bp_modal_module_footerButton--
|
|
8687
|
+
.bp_modal_module_footerButton--e96d7 + .bp_modal_module_footerButton--e96d7{
|
|
8672
8688
|
margin-inline-start:var(--modal-footer-button-margin-inline-start);
|
|
8673
8689
|
}
|
|
8674
8690
|
|
|
8675
|
-
.bp_modal_module_loadingContainer--
|
|
8691
|
+
.bp_modal_module_loadingContainer--e96d7{
|
|
8676
8692
|
display:flex;
|
|
8677
8693
|
flex-direction:column;
|
|
8678
8694
|
flex-grow:1;
|
|
8679
8695
|
position:relative;
|
|
8680
8696
|
}
|
|
8681
8697
|
@media (width > 374px){
|
|
8682
|
-
.bp_modal_module_loadingContainer--
|
|
8698
|
+
.bp_modal_module_loadingContainer--e96d7{
|
|
8683
8699
|
min-height:0;
|
|
8684
8700
|
}
|
|
8685
8701
|
}
|
|
8686
8702
|
|
|
8687
|
-
.bp_modal_module_loadingContainerActive--
|
|
8703
|
+
.bp_modal_module_loadingContainerActive--e96d7{
|
|
8688
8704
|
overflow:hidden;
|
|
8689
8705
|
}
|
|
8690
8706
|
|
|
8691
|
-
.bp_modal_module_loading--
|
|
8707
|
+
.bp_modal_module_loading--e96d7{
|
|
8692
8708
|
align-items:center;
|
|
8693
8709
|
display:flex;
|
|
8694
8710
|
}
|
|
8695
8711
|
|
|
8696
|
-
.bp_modal_module_loadingOverlay--
|
|
8712
|
+
.bp_modal_module_loadingOverlay--e96d7{
|
|
8697
8713
|
background-color:var(--modal-content-background);
|
|
8698
8714
|
inset:0;
|
|
8699
8715
|
position:absolute;
|
|
8700
8716
|
z-index:1;
|
|
8701
8717
|
}
|
|
8702
8718
|
|
|
8703
|
-
.bp_modal_module_loadingContent--
|
|
8719
|
+
.bp_modal_module_loadingContent--e96d7{
|
|
8704
8720
|
display:flex;
|
|
8705
8721
|
flex-direction:column;
|
|
8706
8722
|
visibility:hidden;
|
|
8707
8723
|
}
|
|
8708
8724
|
@media (width > 374px){
|
|
8709
|
-
.bp_modal_module_loadingContent--
|
|
8725
|
+
.bp_modal_module_loadingContent--e96d7{
|
|
8710
8726
|
min-height:0;
|
|
8711
8727
|
}
|
|
8712
8728
|
}
|
|
8713
8729
|
|
|
8714
|
-
.bp_modal_module_loadingContentVisible--
|
|
8730
|
+
.bp_modal_module_loadingContentVisible--e96d7{
|
|
8715
8731
|
visibility:visible;
|
|
8716
8732
|
}
|
|
8717
8733
|
|
|
8718
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
8734
|
+
@keyframes bp_modal_module_popup_bounce_in--e96d7{
|
|
8719
8735
|
0%{
|
|
8720
8736
|
transform:scale3d(.1, .1, 1);
|
|
8721
8737
|
}
|
|
@@ -8723,6 +8739,24 @@ table.bp_inline_table_module_inlineTable--fc22e[data-modern=true] td:last-child,
|
|
|
8723
8739
|
transform:scaleX(1);
|
|
8724
8740
|
}
|
|
8725
8741
|
}
|
|
8742
|
+
@keyframes bp_modal_module_bpModalEnter--e96d7{
|
|
8743
|
+
from{
|
|
8744
|
+
opacity:var(--bp-opacity-hidden);
|
|
8745
|
+
transform:translateY(var(--bp-space-040)) var(--bp-scale-small);
|
|
8746
|
+
}
|
|
8747
|
+
to{
|
|
8748
|
+
opacity:var(--bp-opacity-visible);
|
|
8749
|
+
transform:translateY(0) var(--bp-scale-default);
|
|
8750
|
+
}
|
|
8751
|
+
}
|
|
8752
|
+
@keyframes bp_modal_module_bpModalExit--e96d7{
|
|
8753
|
+
from{
|
|
8754
|
+
opacity:var(--bp-opacity-visible);
|
|
8755
|
+
}
|
|
8756
|
+
to{
|
|
8757
|
+
opacity:var(--bp-opacity-hidden);
|
|
8758
|
+
}
|
|
8759
|
+
}
|
|
8726
8760
|
.bp_navigation_menu_module_link--f2562[data-modern=false]{
|
|
8727
8761
|
--navigation-menu-link-text-color:var(--text-text-on-light);
|
|
8728
8762
|
font-family:var(--body-default-font-family);
|
|
@@ -2,6 +2,8 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as RadixDialog from '@radix-ui/react-dialog';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import { forwardRef } from 'react';
|
|
5
|
+
import '../blueprint-configuration-context/blueprint-configuration-context.js';
|
|
6
|
+
import { useBlueprintConfiguration } from '../blueprint-configuration-context/useBlueprintConfiguration.js';
|
|
5
7
|
import { useBlueprintModernization } from '../blueprint-modernization-context/useBlueprintModernization.js';
|
|
6
8
|
import styles from './modal.module.js';
|
|
7
9
|
|
|
@@ -20,6 +22,10 @@ const ModalContent = /*#__PURE__*/forwardRef(({
|
|
|
20
22
|
const {
|
|
21
23
|
enableModernizedComponents
|
|
22
24
|
} = useBlueprintModernization();
|
|
25
|
+
const {
|
|
26
|
+
componentsWithAnimationEnabled
|
|
27
|
+
} = useBlueprintConfiguration();
|
|
28
|
+
const isAnimationEnabled = componentsWithAnimationEnabled.includes('Modal');
|
|
23
29
|
return jsx(RadixDialog.Portal, {
|
|
24
30
|
container: container,
|
|
25
31
|
children: jsx(RadixDialog.Overlay, {
|
|
@@ -30,6 +36,7 @@ const ModalContent = /*#__PURE__*/forwardRef(({
|
|
|
30
36
|
ref: forwardedRef,
|
|
31
37
|
asChild: asChild,
|
|
32
38
|
className: clsx(styles.content, styles[`${size}SizeModal`], className),
|
|
39
|
+
"data-bp-animated": isAnimationEnabled ? 'true' : 'false',
|
|
33
40
|
"data-testid": dataTestId,
|
|
34
41
|
children: children
|
|
35
42
|
})
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../index.css';
|
|
2
|
-
var styles = {"overlay":"bp_modal_module_overlay--
|
|
2
|
+
var styles = {"overlay":"bp_modal_module_overlay--e96d7","headerDividerLine":"bp_modal_module_headerDividerLine--e96d7","footerDividerLine":"bp_modal_module_footerDividerLine--e96d7","content":"bp_modal_module_content--e96d7","smallSizeModal":"bp_modal_module_smallSizeModal--e96d7","mediumSizeModal":"bp_modal_module_mediumSizeModal--e96d7","largeSizeModal":"bp_modal_module_largeSizeModal--e96d7","xlargeSizeModal":"bp_modal_module_xlargeSizeModal--e96d7","loadingContainerActive":"bp_modal_module_loadingContainerActive--e96d7","popup_bounce_in":"bp_modal_module_popup_bounce_in--e96d7","bpModalEnter":"bp_modal_module_bpModalEnter--e96d7","bpModalExit":"bp_modal_module_bpModalExit--e96d7","scrollableContainer":"bp_modal_module_scrollableContainer--e96d7","close":"bp_modal_module_close--e96d7","onColor":"bp_modal_module_onColor--e96d7","backButton":"bp_modal_module_backButton--e96d7","modalHeader":"bp_modal_module_modalHeader--e96d7","modalTitle":"bp_modal_module_modalTitle--e96d7","body":"bp_modal_module_body--e96d7","footer":"bp_modal_module_footer--e96d7","footerButton":"bp_modal_module_footerButton--e96d7","loadingContainer":"bp_modal_module_loadingContainer--e96d7","loading":"bp_modal_module_loading--e96d7","loadingOverlay":"bp_modal_module_loadingOverlay--e96d7","loadingContent":"bp_modal_module_loadingContent--e96d7","loadingContentVisible":"bp_modal_module_loadingContentVisible--e96d7"};
|
|
3
3
|
|
|
4
4
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.12.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"publishConfig": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@ariakit/react": "0.4.21",
|
|
49
49
|
"@ariakit/react-core": "0.4.21",
|
|
50
|
-
"@box/blueprint-web-assets": "^4.114.
|
|
50
|
+
"@box/blueprint-web-assets": "^4.114.2",
|
|
51
51
|
"@internationalized/date": "^3.12.0",
|
|
52
52
|
"@radix-ui/react-accordion": "1.1.2",
|
|
53
53
|
"@radix-ui/react-checkbox": "1.0.4",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"type-fest": "^3.2.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@box/storybook-utils": "^0.17.
|
|
80
|
+
"@box/storybook-utils": "^0.17.44",
|
|
81
81
|
"@figma/code-connect": "1.3.12",
|
|
82
82
|
"@types/react": "^18.0.0",
|
|
83
83
|
"@types/react-dom": "^18.0.0",
|