@unlk/keymaster 1.0.3 → 1.0.5
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 +15 -1
- package/README.md +4 -3
- package/dist/css/keymaster.css +205 -242
- 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 +2 -8
- package/scss/keymaster.scss +2 -0
- package/scss/theme/_forms.scss +1 -0
- package/scss/theme/_root.scss +6 -0
- package/scss/theme/_variables-overrides.scss +17 -5
- package/scss/theme/_variables.scss +0 -1
- package/scss/theme/forms/_form-control.scss +3 -0
- package/images/unlock.svg +0 -9
package/CHANGELOG.md
CHANGED
@@ -2,10 +2,24 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
+
## [1.0.5] - 2025-04-28
|
6
|
+
|
7
|
+
### Added
|
8
|
+
- Input fields
|
9
|
+
- Radios
|
10
|
+
- Checkboxes
|
11
|
+
- Progress bars
|
12
|
+
|
13
|
+
## [1.0.4] - 2025-04-25
|
14
|
+
|
15
|
+
### Updated
|
16
|
+
- Readme Logo
|
17
|
+
- Changelog function for GitHub build
|
18
|
+
|
5
19
|
## [1.0.3] - 2025-04-25
|
6
20
|
|
7
21
|
### Updated
|
8
|
-
|
22
|
+
- Bootstrap 5.3.5
|
9
23
|
|
10
24
|
### Added
|
11
25
|
- Spinners
|
package/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
<br />
|
6
6
|
<div align="center">
|
7
7
|
<a href="https://www.unlock.com/">
|
8
|
-
<img src="
|
8
|
+
<img src="https://www.unlock.com/wp-content/uploads/2025/04/unlock.svg" alt="Unlock Logo">
|
9
9
|
</a>
|
10
10
|
|
11
11
|
<h3 align="center">Keymaster</h3>
|
@@ -53,8 +53,9 @@ More specifically, we aim to:
|
|
53
53
|
|
54
54
|
### Built With
|
55
55
|
|
56
|
-
|
57
|
-
|
56
|
+
[![Bootstrap][Bootstrap.com]][Bootstrap-url]
|
57
|
+
|
58
|
+
[![Storybook][Storybook.js.org]][Storybook-url]
|
58
59
|
|
59
60
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
60
61
|
|