@unlk/keymaster 1.6.1 → 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,11 @@
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
+
5
10
  ## [1.6.1] - 2026-05-18
6
11
 
7
12
  ### Update
@@ -34714,7 +34714,7 @@ textarea.form-control-lg {
34714
34714
  transform: none;
34715
34715
  }
34716
34716
 
34717
- .form-floating > .form-control-sm, .form-floating > .form-select-sm {
34717
+ .form-floating > .form-control-sm {
34718
34718
  border-radius: var(--bs-border-radius-xs);
34719
34719
  height: 2.75rem;
34720
34720
  min-height: 2.75rem;
@@ -34722,17 +34722,43 @@ textarea.form-control-lg {
34722
34722
  line-height: 1.25;
34723
34723
  }
34724
34724
 
34725
- .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 {
34731
+ transform: scale(.85) translateY(-.5rem) translateX(.15rem);
34732
+ }
34733
+
34734
+ .form-floating > .form-control-sm:-webkit-autofill {
34735
+ padding-top: 1.125rem;
34736
+ padding-bottom: .25rem;
34737
+ }
34738
+
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 {
34726
34740
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
34727
34741
  }
34728
34742
 
34729
- .form-floating > .form-control-sm.form-control:not(:placeholder-shown), .form-floating > .form-select-sm.form-control:not(:placeholder-shown) {
34743
+ .form-floating > .form-control-sm ~ label {
34744
+ padding: .625rem .5rem;
34745
+ font-size: .875rem;
34746
+ }
34747
+
34748
+ .form-floating > .form-select-sm {
34749
+ border-radius: var(--bs-border-radius-xs);
34750
+ height: 2.75rem;
34751
+ min-height: 2.75rem;
34730
34752
  padding-top: 1.125rem;
34753
+ padding-bottom: .25rem;
34754
+ padding-left: .5rem;
34755
+ line-height: 1.25;
34731
34756
  }
34732
34757
 
34733
- .form-floating > .form-control-sm ~ label, .form-floating > .form-select-sm ~ label {
34758
+ .form-floating > .form-select-sm ~ label {
34734
34759
  padding: .625rem .5rem;
34735
34760
  font-size: .875rem;
34761
+ transform: scale(.85) translateY(-.5rem) translateX(.15rem);
34736
34762
  }
34737
34763
 
34738
34764
  .pagination {