@rhavenside/baseline-ui 1.0.5 → 1.0.7

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/baseline.css CHANGED
@@ -3666,7 +3666,7 @@ textarea {
3666
3666
  position: fixed;
3667
3667
  top: 0;
3668
3668
  left: 0;
3669
- z-index: var(--z-index-modal-backdrop);
3669
+ z-index: 1;
3670
3670
  width: 100vw;
3671
3671
  height: 100vh;
3672
3672
  background: var(--color-bg-overlay);
@@ -3684,18 +3684,23 @@ textarea {
3684
3684
  overflow-x: hidden;
3685
3685
  overflow-y: auto;
3686
3686
  outline: 0;
3687
+ display: flex;
3688
+ align-items: center;
3689
+ justify-content: center;
3690
+ padding: var(--spacing-md);
3687
3691
  }
3688
3692
 
3689
3693
  .bl-modal-dialog {
3690
3694
  position: relative;
3691
- width: auto;
3692
- margin: var(--spacing-md);
3695
+ width: 100%;
3696
+ max-width: 500px;
3697
+ margin: 0;
3693
3698
  pointer-events: none;
3699
+ z-index: 2;
3694
3700
  }
3695
3701
  @media (min-width: 576px) {
3696
3702
  .bl-modal-dialog {
3697
3703
  max-width: 500px;
3698
- margin: var(--spacing-xl) auto;
3699
3704
  }
3700
3705
  }
3701
3706
  @media (min-width: 768px) {
@@ -3787,27 +3792,52 @@ textarea {
3787
3792
  }
3788
3793
 
3789
3794
  @media (min-width: 576px) {
3790
- .bl-modal-sm {
3795
+ .bl-modal-sm .bl-modal-dialog {
3791
3796
  max-width: 300px;
3792
3797
  }
3793
3798
  }
3794
3799
 
3795
3800
  @media (min-width: 1024px) {
3796
- .bl-modal-lg {
3801
+ .bl-modal-lg .bl-modal-dialog {
3797
3802
  max-width: 1000px;
3798
3803
  }
3799
3804
  }
3800
3805
 
3801
3806
  @media (min-width: 1024px) {
3802
- .bl-modal-xl {
3807
+ .bl-modal-xl .bl-modal-dialog {
3803
3808
  max-width: 1200px;
3804
3809
  }
3805
3810
  }
3806
3811
 
3807
- .bl-modal-centered .bl-modal-dialog {
3808
- display: flex;
3812
+ .bl-modal-top {
3813
+ align-items: flex-start;
3814
+ padding-top: var(--spacing-xl);
3815
+ }
3816
+
3817
+ .bl-modal-bottom {
3818
+ align-items: flex-end;
3819
+ padding-bottom: var(--spacing-xl);
3820
+ }
3821
+
3822
+ .bl-modal-left {
3823
+ justify-content: flex-start;
3824
+ padding-left: var(--spacing-xl);
3825
+ }
3826
+ .bl-modal-left .bl-modal-dialog {
3827
+ margin-right: auto;
3828
+ }
3829
+
3830
+ .bl-modal-right {
3831
+ justify-content: flex-end;
3832
+ padding-right: var(--spacing-xl);
3833
+ }
3834
+ .bl-modal-right .bl-modal-dialog {
3835
+ margin-left: auto;
3836
+ }
3837
+
3838
+ .bl-modal-centered {
3809
3839
  align-items: center;
3810
- min-height: calc(100% - var(--spacing-xl) * 2);
3840
+ justify-content: center;
3811
3841
  }
3812
3842
 
3813
3843
  .bl-dropdown {
@@ -4510,13 +4540,6 @@ textarea {
4510
4540
  border-width: var(--border-width-base);
4511
4541
  }
4512
4542
 
4513
- @font-face {
4514
- font-family: "Baseline Icons";
4515
- src: url("../fonts/baseline-icons.woff2") format("woff2"), url("../fonts/baseline-icons.woff") format("woff");
4516
- font-weight: normal;
4517
- font-style: normal;
4518
- font-display: swap;
4519
- }
4520
4543
  .bl-icon {
4521
4544
  display: inline-block;
4522
4545
  font-family: "Baseline Icons";