@unlk/keymaster 1.5.4 → 1.5.5

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.5] - 2026-05-01
6
+
7
+ ### Update
8
+ - Button icon alignment and format
9
+
5
10
  ## [1.5.4] - 2026-04-30
6
11
 
7
12
  ### Add
@@ -21866,7 +21866,7 @@
21866
21866
  }
21867
21867
 
21868
21868
  /*!
21869
- * Keymaster v1.5.4 (https://keymaster.unlock.com)
21869
+ * Keymaster v1.5.5 (https://keymaster.unlock.com)
21870
21870
  * Copyright 2022-2025 Unlk Developers
21871
21871
  * Licensed under MIT
21872
21872
  */
@@ -35971,8 +35971,10 @@ textarea.form-control-lg {
35971
35971
 
35972
35972
  .btn {
35973
35973
  box-shadow: none;
35974
- display: flex;
35975
- align-items: center;
35974
+ }
35975
+ .btn > span,
35976
+ .btn > i {
35977
+ vertical-align: middle;
35976
35978
  }
35977
35979
  .btn > i:first-child,
35978
35980
  .btn > .icon:first-child {