@unlk/keymaster 1.0.14 → 1.1.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 +12 -0
- package/README.md +1 -3
- package/dist/css/keymaster.css +612 -1257
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +2 -34
- package/dist/css/keymaster.min.css.map +1 -1
- package/dist/js/keymaster.js +29 -32
- package/dist/js/keymaster.js.map +1 -1
- package/dist/js/keymaster.min.js +16 -16
- package/dist/js/keymaster.min.js.map +1 -1
- package/package.json +1 -1
- package/scss/assets/bootstrap5/_functions.scss +1 -1
- package/scss/assets/bootstrap5/_reboot.scss +6 -0
- package/scss/assets/bootstrap5/_spinners.scss +1 -0
- package/scss/assets/bootstrap5/mixins/_banner.scss +1 -1
- package/scss/theme/_alert.scss +1 -5
- package/scss/theme/_badge.scss +2 -2
- package/scss/theme/_buttons.scss +2 -16
- package/scss/theme/_close.scss +1 -0
- package/scss/theme/_fontawesome.scss +0 -8
- package/scss/theme/_maps-overrides.scss +0 -3
- package/scss/theme/_modal.scss +18 -6
- package/scss/theme/_utilities-overrides.scss +1 -1
- package/scss/theme/_variables-overrides.scss +116 -146
- package/scss/theme/_variables.scss +7 -2
- package/scss/theme/forms/_form-check.scss +5 -5
- package/scss/theme/mixins/_forms.scss +10 -6
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,18 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
+
## [1.1.2] - 2025-09-12
|
6
|
+
|
7
|
+
### Update
|
8
|
+
- Fontawesome
|
9
|
+
- Change Electric to Action to match Danger and Success
|
10
|
+
|
11
|
+
## [1.1.0] - 2025-09-03
|
12
|
+
|
13
|
+
### Update
|
14
|
+
- Bootstrap to 5.3.8
|
15
|
+
- New Brand Colors and updates
|
16
|
+
|
5
17
|
## [1.0.14] - 2025-07-25
|
6
18
|
|
7
19
|
### Fix
|
package/README.md
CHANGED
@@ -4,9 +4,7 @@
|
|
4
4
|
|
5
5
|
<br />
|
6
6
|
<div align="center">
|
7
|
-
|
8
|
-
<img src="https://www.unlock.com/wp-content/uploads/2025/04/unlock.svg" alt="Unlock Logo">
|
9
|
-
</a>
|
7
|
+
<img src="https://www.unlock.com/wp-content/uploads/2025/09/icon.svg" alt="Unlock Logo">
|
10
8
|
|
11
9
|
<h3 align="center">Keymaster</h3>
|
12
10
|
|