@unlk/keymaster 1.2.0 → 1.2.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/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.2.1] - 2025-10-07
6
+
7
+ ### Add
8
+ - Modal Content White
9
+
5
10
  ## [1.2.0] - 2025-10-03
6
11
 
7
12
  ### Update
@@ -36149,6 +36149,10 @@ textarea.form-control-lg {
36149
36149
  --bs-modal-bg: #1f1f4f;
36150
36150
  --bs-modal-color: #fff;
36151
36151
  }
36152
+ .modal-dialog-content.modal-white {
36153
+ --bs-modal-bg: #fff;
36154
+ --bs-modal-color: rgb(19.3, 19.7, 20.4);
36155
+ }
36152
36156
  .modal-dialog-content .modal-header {
36153
36157
  position: relative;
36154
36158
  padding: 0;