@unlk/keymaster 1.3.7 → 1.3.8
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 +5 -0
- package/dist/css/keymaster.css +7 -7
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +2 -2
- package/dist/css/keymaster.min.css.map +1 -1
- package/dist/js/keymaster.js +1 -1
- package/dist/js/keymaster.min.js +1 -1
- package/package.json +1 -1
- package/scss/theme/_variables-overrides.scss +4 -0
- package/scss/theme/_version.scss +1 -1
package/CHANGELOG.md
CHANGED
package/dist/css/keymaster.css
CHANGED
|
@@ -21866,7 +21866,7 @@
|
|
|
21866
21866
|
}
|
|
21867
21867
|
|
|
21868
21868
|
/*!
|
|
21869
|
-
* Keymaster v1.3.
|
|
21869
|
+
* Keymaster v1.3.8 (https://unlock-com.github.io/keymaster)
|
|
21870
21870
|
* Copyright 2022-2025 Unlk Developers
|
|
21871
21871
|
* Licensed under MIT
|
|
21872
21872
|
*/
|
|
@@ -24529,7 +24529,7 @@ textarea.form-control-lg {
|
|
|
24529
24529
|
|
|
24530
24530
|
.form-range {
|
|
24531
24531
|
width: 100%;
|
|
24532
|
-
height: 1.
|
|
24532
|
+
height: 1.75rem;
|
|
24533
24533
|
padding: 0;
|
|
24534
24534
|
-webkit-appearance: none;
|
|
24535
24535
|
-moz-appearance: none;
|
|
@@ -24549,9 +24549,9 @@ textarea.form-control-lg {
|
|
|
24549
24549
|
border: 0;
|
|
24550
24550
|
}
|
|
24551
24551
|
.form-range::-webkit-slider-thumb {
|
|
24552
|
-
width:
|
|
24553
|
-
height:
|
|
24554
|
-
margin-top: -0.
|
|
24552
|
+
width: 1.25rem;
|
|
24553
|
+
height: 1.25rem;
|
|
24554
|
+
margin-top: -0.375rem;
|
|
24555
24555
|
-webkit-appearance: none;
|
|
24556
24556
|
appearance: none;
|
|
24557
24557
|
background-color: #02f;
|
|
@@ -24581,8 +24581,8 @@ textarea.form-control-lg {
|
|
|
24581
24581
|
box-shadow: var(--bs-box-shadow-inset);
|
|
24582
24582
|
}
|
|
24583
24583
|
.form-range::-moz-range-thumb {
|
|
24584
|
-
width:
|
|
24585
|
-
height:
|
|
24584
|
+
width: 1.25rem;
|
|
24585
|
+
height: 1.25rem;
|
|
24586
24586
|
-moz-appearance: none;
|
|
24587
24587
|
appearance: none;
|
|
24588
24588
|
background-color: #02f;
|