@rhavenside/baseline-ui 1.0.4 → 1.0.6

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
@@ -3684,18 +3684,22 @@ 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;
3694
3699
  }
3695
3700
  @media (min-width: 576px) {
3696
3701
  .bl-modal-dialog {
3697
3702
  max-width: 500px;
3698
- margin: var(--spacing-xl) auto;
3699
3703
  }
3700
3704
  }
3701
3705
  @media (min-width: 768px) {
@@ -3787,27 +3791,52 @@ textarea {
3787
3791
  }
3788
3792
 
3789
3793
  @media (min-width: 576px) {
3790
- .bl-modal-sm {
3794
+ .bl-modal-sm .bl-modal-dialog {
3791
3795
  max-width: 300px;
3792
3796
  }
3793
3797
  }
3794
3798
 
3795
3799
  @media (min-width: 1024px) {
3796
- .bl-modal-lg {
3800
+ .bl-modal-lg .bl-modal-dialog {
3797
3801
  max-width: 1000px;
3798
3802
  }
3799
3803
  }
3800
3804
 
3801
3805
  @media (min-width: 1024px) {
3802
- .bl-modal-xl {
3806
+ .bl-modal-xl .bl-modal-dialog {
3803
3807
  max-width: 1200px;
3804
3808
  }
3805
3809
  }
3806
3810
 
3807
- .bl-modal-centered .bl-modal-dialog {
3808
- display: flex;
3811
+ .bl-modal-top {
3812
+ align-items: flex-start;
3813
+ padding-top: var(--spacing-xl);
3814
+ }
3815
+
3816
+ .bl-modal-bottom {
3817
+ align-items: flex-end;
3818
+ padding-bottom: var(--spacing-xl);
3819
+ }
3820
+
3821
+ .bl-modal-left {
3822
+ justify-content: flex-start;
3823
+ padding-left: var(--spacing-xl);
3824
+ }
3825
+ .bl-modal-left .bl-modal-dialog {
3826
+ margin-right: auto;
3827
+ }
3828
+
3829
+ .bl-modal-right {
3830
+ justify-content: flex-end;
3831
+ padding-right: var(--spacing-xl);
3832
+ }
3833
+ .bl-modal-right .bl-modal-dialog {
3834
+ margin-left: auto;
3835
+ }
3836
+
3837
+ .bl-modal-centered {
3809
3838
  align-items: center;
3810
- min-height: calc(100% - var(--spacing-xl) * 2);
3839
+ justify-content: center;
3811
3840
  }
3812
3841
 
3813
3842
  .bl-dropdown {
@@ -4504,13 +4533,12 @@ textarea {
4504
4533
  border-width: var(--border-width-base);
4505
4534
  }
4506
4535
 
4507
- @font-face {
4508
- font-family: "Baseline Icons";
4509
- src: url("../fonts/baseline-icons.woff2") format("woff2"), url("../fonts/baseline-icons.woff") format("woff");
4510
- font-weight: normal;
4511
- font-style: normal;
4512
- font-display: swap;
4536
+ .bl-spinner-xl {
4537
+ width: 4rem;
4538
+ height: 4rem;
4539
+ border-width: var(--border-width-base);
4513
4540
  }
4541
+
4514
4542
  .bl-icon {
4515
4543
  display: inline-block;
4516
4544
  font-family: "Baseline Icons";