@unlk/keymaster 1.0.4 → 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 CHANGED
@@ -2,16 +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
+
5
13
  ## [1.0.4] - 2025-04-25
6
14
 
7
15
  ### Updated
8
- Readme Logo
9
- Changelog function for github build
16
+ - Readme Logo
17
+ - Changelog function for GitHub build
10
18
 
11
19
  ## [1.0.3] - 2025-04-25
12
20
 
13
21
  ### Updated
14
- Bootstrap 5.3.5
22
+ - Bootstrap 5.3.5
15
23
 
16
24
  ### Added
17
25
  - Spinners
package/README.md CHANGED
@@ -5,19 +5,10 @@
5
5
  <br />
6
6
  <div align="center">
7
7
  <a href="https://www.unlock.com/">
8
- <svg width="54" height="88" viewBox="0 0 54 88" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path d="M42.5456 70.7213H53.182L31.9092 42.5022H21.2728L42.5456 70.7213Z" fill="#CBEBF8"/>
10
- <path d="M42.5456 70.7213H31.9092V88H42.5456V70.7213Z" fill="#CBEBF8"/>
11
- <path d="M31.9092 70.7213H42.5456L21.2728 42.5022H10.6364L31.9092 70.7213Z" fill="#66CDF3"/>
12
- <path d="M31.9092 70.7213V88H21.2728V70.7213H31.9092Z" fill="#66CDF3"/>
13
- <path d="M21.2728 70.7213H31.9092L10.6364 42.5022V21.2728C10.6364 15.4119 15.4119 10.6364 21.2728 10.6364C27.1337 10.6364 31.9092 15.4119 31.9092 21.2728V25.701H42.5456V21.2728C42.5456 9.50765 33.038 0 21.2728 0C9.50765 0 0.0434132 9.50765 0.0434132 21.2294V42.4588L21.2728 70.7213Z" fill="#3A7BBE"/>
14
- <path d="M21.2728 70.7213V88H16.2802C14.2832 88 12.4164 87.6527 10.6364 87.0015V70.7213H21.2728Z" fill="#3A7BBE"/>
15
- <path d="M0.0434139 42.5022L21.2728 70.7647H10.6364V87.0449C4.42822 84.744 0 78.7962 0 71.8066V42.4154V42.5022H0.0434139Z" fill="#3E51A2"/>
16
- </svg>
17
-
8
+ <img src="https://www.unlock.com/wp-content/uploads/2025/04/unlock.svg" alt="Unlock Logo">
18
9
  </a>
19
10
 
20
- <h3 align="center">Keymaster</h3>
11
+ <h3 align="center">Keymaster</h3>
21
12
 
22
13
  <p align="center">
23
14
  The base styles for all Unlock Projects based off Bootstrap 5
@@ -48,24 +39,22 @@
48
39
  </details>
49
40
 
50
41
  <!-- ABOUT THE PROJECT -->
51
-
52
42
  ## About The Project
53
43
 
54
- Keymaster is the shared visual and interactive language that guides how we build high-quality customer experience. It’s
55
- intended for use both internally at Unlock and externally by third-party developers and designers.
44
+ Keymaster is the shared visual and interactive language that guides how we build high-quality customer experience. It’s intended for use both internally at Unlock and externally by third-party developers and designers.
56
45
 
57
46
  More specifically, we aim to:
58
-
59
- * Make it easier for our customers and partners to do business with us by obscuring organizational boundaries, channels
60
- and technology stacks.
47
+ * Make it easier for our customers and partners to do business with us by obscuring organizational boundaries, channels and technology stacks.
61
48
  * Save time and money during the design and delivery phase.
62
49
  * Ease collaboration and align teams.
63
50
 
64
51
  <p align="right">(<a href="#readme-top">back to top</a>)</p>
65
52
 
53
+
66
54
  ### Built With
67
55
 
68
56
  [![Bootstrap][Bootstrap.com]][Bootstrap-url]
57
+
69
58
  [![Storybook][Storybook.js.org]][Storybook-url]
70
59
 
71
60
  <p align="right">(<a href="#readme-top">back to top</a>)</p>
@@ -73,18 +62,15 @@ More specifically, we aim to:
73
62
 
74
63
 
75
64
  <!-- GETTING STARTED -->
76
-
77
65
  ## Getting Started
78
66
 
79
67
  ### Prerequisites
80
68
 
81
69
  The design system has a few dependencies that you will need to install before you can use it.
82
-
83
70
  * [Bootstrap 5](https://getbootstrap.com/docs/)
84
71
  * [Sass](https://sass-lang.com/) (Optional: If you want to compile the Sass files yourself.)
85
72
 
86
- Symphony also requires you to have [Bootstrap 5](https://getbootstrap.com/docs/) installed in your project as a
87
- peer-dependency.
73
+ Symphony also requires you to have [Bootstrap 5](https://getbootstrap.com/docs/) installed in your project as a peer-dependency.
88
74
  If you do not have Bootstrap 5 installed, you can install it with the following command:
89
75
 
90
76
  ```sh
@@ -105,8 +91,8 @@ npm install --save-dev sass
105
91
  npm install -g sass
106
92
  ```
107
93
 
108
- ### Installation
109
94
 
95
+ ### Installation
110
96
  To install `@unlk/keymaster` in your project with [npm](https://www.npmjs.com/), run the following command:
111
97
 
112
98
  ```sh
@@ -118,7 +104,6 @@ npm install @unlk/keymaster
118
104
 
119
105
 
120
106
  <!-- USAGE EXAMPLES -->
121
-
122
107
  ## Usage
123
108
 
124
109
  To use the keymaster design system, you will need to import the scss file into your project.
@@ -144,14 +129,9 @@ import '@unlk/keymaster/js/bootstrap.js';
144
129
 
145
130
  <!-- MARKDOWN LINKS & IMAGES -->
146
131
  <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
147
-
148
132
  [product-screenshot]: images/screenshot.png
149
-
150
133
  [Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
151
-
152
134
  [Bootstrap-url]: https://getbootstrap.com
153
-
154
135
  [Storybook.js.org]: https://img.shields.io/badge/Storybook-ff4785?style=for-the-badge&logo=storybook&logoColor=white
155
-
156
136
  [Storybook-url]: https://storybook.js.org/
157
137