@unlk/keymaster 1.6.6 → 1.6.7

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.7] - 2026-08-04
6
+
7
+ ### Fix
8
+ - Button icon large style
9
+
5
10
  ## [1.6.6] - 2026-07-24
6
11
 
7
12
  ### Update
@@ -34599,6 +34599,8 @@ textarea.form-control-lg {
34599
34599
  }
34600
34600
 
34601
34601
  [class*="btn-icon-"].btn-lg, .btn-group-lg > [class*="btn-icon-"].btn, [class*="btn-icon-outline-"].btn-lg, .btn-group-lg > [class*="btn-icon-outline-"].btn {
34602
+ --bs-btn-padding-x: .75rem;
34603
+ --bs-btn-padding-y: .75rem;
34602
34604
  width: 3rem;
34603
34605
  height: 3rem;
34604
34606
  }