@unlk/keymaster 1.6.0 → 1.6.2

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,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.6.2] - 2026-05-19
6
+
7
+ ### Fix
8
+ - Small Floating Label fields
9
+
10
+ ## [1.6.1] - 2026-05-18
11
+
12
+ ### Update
13
+ - Button Icon Alignment to inline-flex
14
+
5
15
  ## [1.6.0] - 2026-05-13
6
16
 
7
17
  ### 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 {
@@ -34716,7 +34714,7 @@ textarea.form-control-lg {
34716
34714
  transform: none;
34717
34715
  }
34718
34716
 
34719
- .form-floating > .form-control-sm, .form-floating > .form-select-sm {
34717
+ .form-floating > .form-control-sm {
34720
34718
  border-radius: var(--bs-border-radius-xs);
34721
34719
  height: 2.75rem;
34722
34720
  min-height: 2.75rem;
@@ -34724,19 +34722,45 @@ textarea.form-control-lg {
34724
34722
  line-height: 1.25;
34725
34723
  }
34726
34724
 
34727
- .form-floating > .form-control-sm.form-control:focus ~ label, .form-floating > .form-control-sm.form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-sm.form-control-plaintext ~ label, .form-floating > .form-control-sm.form-select ~ label, .form-floating > .form-select-sm.form-control:focus ~ label, .form-floating > .form-select-sm.form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select-sm.form-control-plaintext ~ label, .form-floating > .form-select-sm.form-select ~ label {
34725
+ .form-floating > .form-control-sm:focus, .form-floating > .form-control-sm:not(:placeholder-shown) {
34726
+ padding-top: 1.125rem;
34727
+ padding-bottom: .25rem;
34728
+ }
34729
+
34730
+ .form-floating > .form-control-sm:-webkit-autofill ~ label {
34728
34731
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
34729
34732
  }
34730
34733
 
34731
- .form-floating > .form-control-sm.form-control:not(:placeholder-shown), .form-floating > .form-select-sm.form-control:not(:placeholder-shown) {
34734
+ .form-floating > .form-control-sm:-webkit-autofill {
34732
34735
  padding-top: 1.125rem;
34736
+ padding-bottom: .25rem;
34733
34737
  }
34734
34738
 
34735
- .form-floating > .form-control-sm ~ label, .form-floating > .form-select-sm ~ label {
34739
+ .form-floating > .form-control-sm.form-control:focus ~ label, .form-floating > .form-control-sm.form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-sm.form-control-plaintext ~ label, .form-floating > .form-control-sm.form-select ~ label {
34740
+ transform: scale(.85) translateY(-.5rem) translateX(.15rem);
34741
+ }
34742
+
34743
+ .form-floating > .form-control-sm ~ label {
34736
34744
  padding: .625rem .5rem;
34737
34745
  font-size: .875rem;
34738
34746
  }
34739
34747
 
34748
+ .form-floating > .form-select-sm {
34749
+ border-radius: var(--bs-border-radius-xs);
34750
+ height: 2.75rem;
34751
+ min-height: 2.75rem;
34752
+ padding-top: 1.125rem;
34753
+ padding-bottom: .25rem;
34754
+ padding-left: .5rem;
34755
+ line-height: 1.25;
34756
+ }
34757
+
34758
+ .form-floating > .form-select-sm ~ label {
34759
+ padding: .625rem .5rem;
34760
+ font-size: .875rem;
34761
+ transform: scale(.85) translateY(-.5rem) translateX(.15rem);
34762
+ }
34763
+
34740
34764
  .pagination {
34741
34765
  border-radius: var(--bs-border-radius-xs);
34742
34766
  background-color: #f2f4ff;