@unlk/keymaster 1.2.8 → 1.3.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/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.3.0] - 2025-11-17
6
+
7
+ ### Fix
8
+ - Readme Icon
9
+
10
+ ## [1.2.9] - 2025-11-17
11
+
12
+ ### Fix
13
+ - Content Modal
14
+
5
15
  ## [1.2.8] - 2025-11-14
6
16
 
7
17
  ### Add
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  <br />
6
6
  <div align="center">
7
- <img src="https://www.unlock.com/wp-content/uploads/2025/09/icon.svg" alt="Unlock Logo">
7
+ <img src="https://www.unlock.com/app/uploads/icon-1.svg" alt="Unlock Logo">
8
8
 
9
9
  <h3 align="center">Keymaster</h3>
10
10
 
@@ -36666,10 +36666,12 @@ textarea.form-control-lg {
36666
36666
  --bs-modal-close-zindex: 1060;
36667
36667
  --bs-modal-bg: #1f1f4f;
36668
36668
  --bs-modal-color: #fff;
36669
+ --bs-heading-color: #fff;
36669
36670
  }
36670
36671
  .modal-dialog-content.modal-white {
36671
36672
  --bs-modal-bg: #fff;
36672
36673
  --bs-modal-color: rgb(19.3, 19.7, 20.4);
36674
+ --bs-heading-color: rgb(38.6, 39.4, 40.8);
36673
36675
  }
36674
36676
  .modal-dialog-content .modal-header {
36675
36677
  position: relative;
@@ -36719,6 +36721,14 @@ textarea.form-control-lg {
36719
36721
  height: 0.625rem;
36720
36722
  }
36721
36723
  }
36724
+ .modal-dialog-content .modal-content .image img {
36725
+ border-radius: 1rem;
36726
+ max-width: 350px;
36727
+ max-height: 350px;
36728
+ aspect-ratio: 1/1;
36729
+ -o-object-fit: cover;
36730
+ object-fit: cover;
36731
+ }
36722
36732
  .modal-dialog-content .modal-content p {
36723
36733
  margin-bottom: 0;
36724
36734
  }
@@ -36728,19 +36738,143 @@ textarea.form-control-lg {
36728
36738
  margin-left: 1.25rem;
36729
36739
  }
36730
36740
  }
36731
- .modal-dialog-content[class^=modal-fullscreen], .modal-dialog-content[class*=" modal-fullscreen"] {
36732
- margin-right: 0;
36733
- margin-left: 0;
36741
+ @media (max-width: 575.98px) {
36742
+ .modal-dialog-content.modal-fullscreen-sm-down {
36743
+ margin-right: 0;
36744
+ margin-left: 0;
36745
+ }
36746
+ .modal-dialog-content.modal-fullscreen-sm-down .modal-header {
36747
+ position: relative;
36748
+ padding: 0.625rem;
36749
+ margin-top: 1rem;
36750
+ border-bottom: none;
36751
+ }
36752
+ .modal-dialog-content.modal-fullscreen-sm-down .modal-header .btn-close {
36753
+ right: 1.25rem;
36754
+ background-image: none;
36755
+ }
36756
+ .modal-dialog-content.modal-fullscreen-sm-down .image {
36757
+ width: 100%;
36758
+ }
36759
+ .modal-dialog-content.modal-fullscreen-sm-down .image img {
36760
+ display: block;
36761
+ margin: 0 auto;
36762
+ }
36734
36763
  }
36735
- .modal-dialog-content[class^=modal-fullscreen] .modal-header, .modal-dialog-content[class*=" modal-fullscreen"] .modal-header {
36736
- position: relative;
36737
- padding: 0.625rem;
36738
- margin-top: 1rem;
36739
- border-bottom: none;
36764
+ @media (max-width: 767.98px) {
36765
+ .modal-dialog-content.modal-fullscreen-md-down {
36766
+ margin-right: 0;
36767
+ margin-left: 0;
36768
+ }
36769
+ .modal-dialog-content.modal-fullscreen-md-down .modal-header {
36770
+ position: relative;
36771
+ padding: 0.625rem;
36772
+ margin-top: 1rem;
36773
+ border-bottom: none;
36774
+ }
36775
+ .modal-dialog-content.modal-fullscreen-md-down .modal-header .btn-close {
36776
+ right: 1.25rem;
36777
+ background-image: none;
36778
+ }
36779
+ .modal-dialog-content.modal-fullscreen-md-down .image {
36780
+ width: 100%;
36781
+ }
36782
+ .modal-dialog-content.modal-fullscreen-md-down .image img {
36783
+ display: block;
36784
+ margin: 0 auto;
36785
+ }
36740
36786
  }
36741
- .modal-dialog-content[class^=modal-fullscreen] .modal-header .btn-close, .modal-dialog-content[class*=" modal-fullscreen"] .modal-header .btn-close {
36742
- right: 1.25rem;
36743
- background-image: none;
36787
+ @media (max-width: 991.98px) {
36788
+ .modal-dialog-content.modal-fullscreen-lg-down {
36789
+ margin-right: 0;
36790
+ margin-left: 0;
36791
+ }
36792
+ .modal-dialog-content.modal-fullscreen-lg-down .modal-header {
36793
+ position: relative;
36794
+ padding: 0.625rem;
36795
+ margin-top: 1rem;
36796
+ border-bottom: none;
36797
+ }
36798
+ .modal-dialog-content.modal-fullscreen-lg-down .modal-header .btn-close {
36799
+ right: 1.25rem;
36800
+ background-image: none;
36801
+ }
36802
+ .modal-dialog-content.modal-fullscreen-lg-down .image {
36803
+ width: 100%;
36804
+ }
36805
+ .modal-dialog-content.modal-fullscreen-lg-down .image img {
36806
+ display: block;
36807
+ margin: 0 auto;
36808
+ }
36809
+ }
36810
+ @media (max-width: 1199.98px) {
36811
+ .modal-dialog-content.modal-fullscreen-xl-down {
36812
+ margin-right: 0;
36813
+ margin-left: 0;
36814
+ }
36815
+ .modal-dialog-content.modal-fullscreen-xl-down .modal-header {
36816
+ position: relative;
36817
+ padding: 0.625rem;
36818
+ margin-top: 1rem;
36819
+ border-bottom: none;
36820
+ }
36821
+ .modal-dialog-content.modal-fullscreen-xl-down .modal-header .btn-close {
36822
+ right: 1.25rem;
36823
+ background-image: none;
36824
+ }
36825
+ .modal-dialog-content.modal-fullscreen-xl-down .image {
36826
+ width: 100%;
36827
+ }
36828
+ .modal-dialog-content.modal-fullscreen-xl-down .image img {
36829
+ display: block;
36830
+ margin: 0 auto;
36831
+ }
36832
+ }
36833
+ @media (max-width: 1399.98px) {
36834
+ .modal-dialog-content.modal-fullscreen-xxl-down {
36835
+ margin-right: 0;
36836
+ margin-left: 0;
36837
+ }
36838
+ .modal-dialog-content.modal-fullscreen-xxl-down .modal-header {
36839
+ position: relative;
36840
+ padding: 0.625rem;
36841
+ margin-top: 1rem;
36842
+ border-bottom: none;
36843
+ }
36844
+ .modal-dialog-content.modal-fullscreen-xxl-down .modal-header .btn-close {
36845
+ right: 1.25rem;
36846
+ background-image: none;
36847
+ }
36848
+ .modal-dialog-content.modal-fullscreen-xxl-down .image {
36849
+ width: 100%;
36850
+ }
36851
+ .modal-dialog-content.modal-fullscreen-xxl-down .image img {
36852
+ display: block;
36853
+ margin: 0 auto;
36854
+ }
36855
+ }
36856
+ @media (max-width: 1599.98px) {
36857
+ .modal-dialog-content.modal-fullscreen-xxxl-down {
36858
+ margin-right: 0;
36859
+ margin-left: 0;
36860
+ }
36861
+ .modal-dialog-content.modal-fullscreen-xxxl-down .modal-header {
36862
+ position: relative;
36863
+ padding: 0.625rem;
36864
+ margin-top: 1rem;
36865
+ border-bottom: none;
36866
+ }
36867
+ .modal-dialog-content.modal-fullscreen-xxxl-down .modal-header .btn-close {
36868
+ right: 1.25rem;
36869
+ background-image: none;
36870
+ }
36871
+ .modal-dialog-content.modal-fullscreen-xxxl-down .image {
36872
+ width: 100%;
36873
+ }
36874
+ .modal-dialog-content.modal-fullscreen-xxxl-down .image img {
36875
+ display: block;
36876
+ margin: 0 auto;
36877
+ }
36744
36878
  }
36745
36879
 
36746
36880
  .btn-close {