@unlk/keymaster 1.6.8 → 1.6.9

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.9] - 2026-08-17
6
+
7
+ ### Add
8
+ - Form Check Large
9
+
5
10
  ## [1.6.8] - 2026-08-17
6
11
 
7
12
  ### Add
@@ -35313,6 +35313,17 @@ textarea.form-control-lg {
35313
35313
  box-shadow: none;
35314
35314
  }
35315
35315
 
35316
+ .form-check-lg {
35317
+ padding-left: 2em;
35318
+ }
35319
+
35320
+ .form-check-lg .form-check-input {
35321
+ width: 1.5em;
35322
+ height: 1.5em;
35323
+ margin-top: 0;
35324
+ margin-left: -2em;
35325
+ }
35326
+
35316
35327
  .form-check-tiled {
35317
35328
  margin-bottom: .5rem;
35318
35329
  padding-left: .25rem;