@unlk/keymaster 1.5.8 → 1.5.9

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.5.9] - 2026-05-11
6
+
7
+ ### Update
8
+ - Modal Backdrop saturation
9
+
5
10
  ## [1.5.8] - 2026-05-08
6
11
 
7
12
  ### Modify
@@ -22575,7 +22575,7 @@
22575
22575
  }
22576
22576
 
22577
22577
  /*!
22578
- * Keymaster v1.5.8 (https://keymaster.unlock.com)
22578
+ * Keymaster v1.5.9 (https://keymaster.unlock.com)
22579
22579
  * Copyright 2022-2025 Unlk Developers
22580
22580
  * Licensed under MIT
22581
22581
  */
@@ -37481,7 +37481,7 @@ textarea.form-control-lg {
37481
37481
  }
37482
37482
  .modal-backdrop,
37483
37483
  .offcanvas-backdrop {
37484
- backdrop-filter: blur(3px) saturate(180%);
37484
+ backdrop-filter: blur(3px) saturate(100%);
37485
37485
  }
37486
37486
 
37487
37487
  .modal-dialog-media {