@unlk/keymaster 1.7.0 → 1.7.1

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.7.1] - 2026-08-27
6
+
7
+ ### Fix
8
+ - Tiled Radio and Checkbox hover state
9
+
5
10
  ## [1.7.0] - 2026-08-27
6
11
 
7
12
  ### Update
@@ -35354,6 +35354,7 @@ textarea.form-control-lg {
35354
35354
  .form-check-tiled .form-check-input:checked ~ .form-check-label:before {
35355
35355
  opacity: 1;
35356
35356
  background-color: #02f;
35357
+ background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3e%3cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3e%3c/svg%3e");
35357
35358
  border-color: #02f;
35358
35359
  transform: scale(1);
35359
35360
  }
@@ -35388,7 +35389,6 @@ textarea.form-control-lg {
35388
35389
  .form-check-tiled .form-check-label:before {
35389
35390
  content: "";
35390
35391
  opacity: 0;
35391
- background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3e%3cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3e%3c/svg%3e");
35392
35392
  background-position: center;
35393
35393
  background-repeat: no-repeat;
35394
35394
  background-size: 11px;