@unlk/keymaster 1.2.0 → 1.2.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 +10 -0
- package/dist/css/keymaster.css +5 -0
- 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 +1 -1
- package/dist/js/keymaster.min.js +1 -1
- package/package.json +1 -1
- package/scss/theme/_carousel.scss +1 -0
- package/scss/theme/_modal.scss +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.2.2] - 2025-10-07
|
|
6
|
+
|
|
7
|
+
### Fix
|
|
8
|
+
- Carousel Caption Width
|
|
9
|
+
|
|
10
|
+
## [1.2.1] - 2025-10-07
|
|
11
|
+
|
|
12
|
+
### Add
|
|
13
|
+
- Modal Content White
|
|
14
|
+
|
|
5
15
|
## [1.2.0] - 2025-10-03
|
|
6
16
|
|
|
7
17
|
### Update
|
package/dist/css/keymaster.css
CHANGED
|
@@ -36057,6 +36057,7 @@ textarea.form-control-lg {
|
|
|
36057
36057
|
|
|
36058
36058
|
.carousel-caption-container {
|
|
36059
36059
|
float: left;
|
|
36060
|
+
width: 70%;
|
|
36060
36061
|
}
|
|
36061
36062
|
.carousel-caption-container p {
|
|
36062
36063
|
margin-bottom: 0;
|
|
@@ -36149,6 +36150,10 @@ textarea.form-control-lg {
|
|
|
36149
36150
|
--bs-modal-bg: #1f1f4f;
|
|
36150
36151
|
--bs-modal-color: #fff;
|
|
36151
36152
|
}
|
|
36153
|
+
.modal-dialog-content.modal-white {
|
|
36154
|
+
--bs-modal-bg: #fff;
|
|
36155
|
+
--bs-modal-color: rgb(19.3, 19.7, 20.4);
|
|
36156
|
+
}
|
|
36152
36157
|
.modal-dialog-content .modal-header {
|
|
36153
36158
|
position: relative;
|
|
36154
36159
|
padding: 0;
|