@unlk/keymaster 1.6.4 → 1.6.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.6.5] - 2026-06-24
6
+
7
+ ### Update
8
+ - Button icon styles for sm and lg
9
+
5
10
  ## [1.6.4] - 2026-06-12
6
11
 
7
12
  ### Update
@@ -33874,19 +33874,19 @@ textarea.form-control-lg {
33874
33874
  height: 3rem;
33875
33875
  }
33876
33876
 
33877
- .btn-sm > i:first-child, .btn-group-sm > .btn > i:first-child, .btn-sm > .icon:first-child, .btn-group-sm > .btn > .icon:first-child {
33877
+ .btn-sm > i:first-child:not(:only-child), .btn-group-sm > .btn > i:first-child:not(:only-child), .btn-sm > .icon:first-child:not(:only-child), .btn-group-sm > .btn > .icon:first-child:not(:only-child) {
33878
33878
  margin-right: .375rem;
33879
33879
  }
33880
33880
 
33881
- .btn-sm > i:last-child, .btn-group-sm > .btn > i:last-child, .btn-sm > .icon:last-child, .btn-group-sm > .btn > .icon:last-child {
33881
+ .btn-sm > i:last-child:not(:only-child), .btn-group-sm > .btn > i:last-child:not(:only-child), .btn-sm > .icon:last-child:not(:only-child), .btn-group-sm > .btn > .icon:last-child:not(:only-child) {
33882
33882
  margin-left: .375rem;
33883
33883
  }
33884
33884
 
33885
- .btn-lg > i:first-child, .btn-group-lg > .btn > i:first-child, .btn-lg > .icon:first-child, .btn-group-lg > .btn > .icon:first-child {
33885
+ .btn-lg > i:first-child:not(:only-child), .btn-group-lg > .btn > i:first-child:not(:only-child), .btn-lg > .icon:first-child:not(:only-child), .btn-group-lg > .btn > .icon:first-child:not(:only-child) {
33886
33886
  margin-right: .625rem;
33887
33887
  }
33888
33888
 
33889
- .btn-lg > i:last-child, .btn-group-lg > .btn > i:last-child, .btn-lg > .icon:last-child, .btn-group-lg > .btn > .icon:last-child {
33889
+ .btn-lg > i:last-child:not(:only-child), .btn-group-lg > .btn > i:last-child:not(:only-child), .btn-lg > .icon:last-child:not(:only-child), .btn-group-lg > .btn > .icon:last-child:not(:only-child) {
33890
33890
  margin-left: .625rem;
33891
33891
  }
33892
33892