@unlk/keymaster 1.3.6 → 1.3.7
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 +1 -3
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +1 -1
- package/dist/css/keymaster.min.css.map +1 -1
- package/dist/js/keymaster.js +13 -1
- package/dist/js/keymaster.js.map +1 -1
- package/dist/js/keymaster.min.js +8 -8
- package/dist/js/keymaster.min.js.map +1 -1
- package/js/video-modal.js +19 -3
- package/package.json +1 -1
- package/scss/theme/_spinner.scss +0 -6
- 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.7 (https://unlock-com.github.io/keymaster)
|
|
21870
21870
|
* Copyright 2022-2025 Unlk Developers
|
|
21871
21871
|
* Licensed under MIT
|
|
21872
21872
|
*/
|
|
@@ -37042,7 +37042,6 @@ textarea.form-control-lg {
|
|
|
37042
37042
|
.spinner-home::before {
|
|
37043
37043
|
position: absolute;
|
|
37044
37044
|
inset: 0;
|
|
37045
|
-
/* polygon converted from your yellow <polygon> */
|
|
37046
37045
|
clip-path: polygon(50% 47.36%, 72.28% 0%, 100% 35.7%, 90.1% 80.1%, 50% 100%, 50% 47.36%);
|
|
37047
37046
|
content: "";
|
|
37048
37047
|
background: #fbcd18;
|
|
@@ -37050,7 +37049,6 @@ textarea.form-control-lg {
|
|
|
37050
37049
|
.spinner-home::after {
|
|
37051
37050
|
position: absolute;
|
|
37052
37051
|
inset: 0;
|
|
37053
|
-
/* polygon converted from your blue <polygon> */
|
|
37054
37052
|
clip-path: polygon(72.28% 0%, 27.75% 0%, 0% 35.7%, 9.9% 80.1%, 50% 100%, 50% 47.36%, 72.28% 0%);
|
|
37055
37053
|
content: "";
|
|
37056
37054
|
background: #02f;
|