@unlk/keymaster 1.6.0 → 1.6.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.6.1] - 2026-05-18
6
+
7
+ ### Update
8
+ - Button Icon Alignment to inline-flex
9
+
5
10
  ## [1.6.0] - 2026-05-13
6
11
 
7
12
  ### Update
@@ -33351,10 +33351,8 @@ textarea.form-control-lg {
33351
33351
 
33352
33352
  .btn {
33353
33353
  box-shadow: none;
33354
- }
33355
-
33356
- .btn > span, .btn > i {
33357
- vertical-align: middle;
33354
+ align-items: center;
33355
+ display: inline-flex;
33358
33356
  }
33359
33357
 
33360
33358
  .btn > i:first-child, .btn > .icon:first-child {