@unlk/keymaster 1.4.8 → 1.5.0
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 +14 -0
- package/dist/css/keymaster.css +35 -13
- 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 +1 -1
- package/scss/theme/_accordion.scss +7 -2
- package/scss/theme/_root.scss +2 -0
- package/scss/theme/_utilities-overrides.scss +10 -5
- package/scss/theme/_variables.scss +1 -1
- package/scss/theme/_version.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.5.0] - 2026-04-24
|
|
6
|
+
|
|
7
|
+
### Update
|
|
8
|
+
- Accordion Flush Background
|
|
9
|
+
|
|
10
|
+
## [1.4.9] - 2026-04-24
|
|
11
|
+
|
|
12
|
+
### Update
|
|
13
|
+
- Accordion Flush Styles
|
|
14
|
+
- Box Shadows
|
|
15
|
+
|
|
16
|
+
### Add
|
|
17
|
+
- Marketing Box Shadows
|
|
18
|
+
|
|
5
19
|
## [1.4.8] - 2026-04-23
|
|
6
20
|
|
|
7
21
|
### Update
|
package/dist/css/keymaster.css
CHANGED
|
@@ -21866,7 +21866,7 @@
|
|
|
21866
21866
|
}
|
|
21867
21867
|
|
|
21868
21868
|
/*!
|
|
21869
|
-
* Keymaster v1.
|
|
21869
|
+
* Keymaster v1.5.0 (https://keymaster.unlock.com)
|
|
21870
21870
|
* Copyright 2022-2025 Unlk Developers
|
|
21871
21871
|
* Licensed under MIT
|
|
21872
21872
|
*/
|
|
@@ -21981,10 +21981,10 @@
|
|
|
21981
21981
|
--bs-border-radius-xxl: 1.5rem;
|
|
21982
21982
|
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
|
|
21983
21983
|
--bs-border-radius-pill: 50rem;
|
|
21984
|
-
--bs-box-shadow: 0 0.
|
|
21985
|
-
--bs-box-shadow-sm: 0 0.
|
|
21986
|
-
--bs-box-shadow-lg: 0
|
|
21987
|
-
--bs-box-shadow-inset:
|
|
21984
|
+
--bs-box-shadow: 0 0.25rem 0.625rem rgba(31, 31, 79, 0.12);
|
|
21985
|
+
--bs-box-shadow-sm: 0 0.0625rem 0.25rem rgba(31, 31, 79, 0.1);
|
|
21986
|
+
--bs-box-shadow-lg: 0 0.5rem 2.1875rem rgba(31, 31, 79, 0.16);
|
|
21987
|
+
--bs-box-shadow-inset: 0 0.0625rem 0.125rem rgba(31, 31, 79, 0.1) inset;
|
|
21988
21988
|
--bs-focus-ring-width: 0.25rem;
|
|
21989
21989
|
--bs-focus-ring-opacity: 0.25;
|
|
21990
21990
|
--bs-focus-ring-color: rgba(0, 34, 255, 0.25);
|
|
@@ -29565,23 +29565,31 @@ textarea.form-control-lg {
|
|
|
29565
29565
|
display: none !important;
|
|
29566
29566
|
}
|
|
29567
29567
|
|
|
29568
|
-
.
|
|
29568
|
+
.shadow {
|
|
29569
29569
|
box-shadow: var(--bs-box-shadow) !important;
|
|
29570
29570
|
}
|
|
29571
29571
|
|
|
29572
|
-
.
|
|
29572
|
+
.shadow-sm {
|
|
29573
29573
|
box-shadow: var(--bs-box-shadow-sm) !important;
|
|
29574
29574
|
}
|
|
29575
29575
|
|
|
29576
|
-
.
|
|
29576
|
+
.shadow-lg {
|
|
29577
29577
|
box-shadow: var(--bs-box-shadow-lg) !important;
|
|
29578
29578
|
}
|
|
29579
29579
|
|
|
29580
|
-
.
|
|
29580
|
+
.shadow-none {
|
|
29581
29581
|
box-shadow: none !important;
|
|
29582
29582
|
}
|
|
29583
29583
|
|
|
29584
|
-
.
|
|
29584
|
+
.shadow-xl {
|
|
29585
|
+
box-shadow: var(--bs-box-shadow-xl) !important;
|
|
29586
|
+
}
|
|
29587
|
+
|
|
29588
|
+
.shadow-xxl {
|
|
29589
|
+
box-shadow: var(--bs-box-shadow-xxl) !important;
|
|
29590
|
+
}
|
|
29591
|
+
|
|
29592
|
+
.shadow-inset {
|
|
29585
29593
|
box-shadow: var(--bs-box-shadow-inset) !important;
|
|
29586
29594
|
}
|
|
29587
29595
|
|
|
@@ -35861,6 +35869,8 @@ textarea.form-control-lg {
|
|
|
35861
35869
|
--bs-border-radius-xs: 0.25rem;
|
|
35862
35870
|
--bs-font-weight-medium: 500;
|
|
35863
35871
|
--bs-font-weight-bold: 700;
|
|
35872
|
+
--bs-box-shadow-xl: 0 0.125rem 2rem rgba(31, 31, 79, 0.04);
|
|
35873
|
+
--bs-box-shadow-xxl: 0 0.125rem 2rem rgba(31, 31, 79, 0.16);
|
|
35864
35874
|
--bs-foundation-25: rgb(243.8, 243.8, 246.2);
|
|
35865
35875
|
--bs-foundation-50: rgb(232.6, 232.6, 237.4);
|
|
35866
35876
|
--bs-foundation-100: rgb(210.2, 210.2, 219.8);
|
|
@@ -36509,6 +36519,10 @@ textarea.form-control-lg {
|
|
|
36509
36519
|
border-radius: var(--bs-accordion-border-radius);
|
|
36510
36520
|
border: 0;
|
|
36511
36521
|
}
|
|
36522
|
+
.accordion:not(.accordion-alt):not(.accordion-flush) {
|
|
36523
|
+
padding-right: 0;
|
|
36524
|
+
padding-left: 0;
|
|
36525
|
+
}
|
|
36512
36526
|
.accordion .accordion-button {
|
|
36513
36527
|
font-weight: 500;
|
|
36514
36528
|
}
|
|
@@ -36523,15 +36537,23 @@ textarea.form-control-lg {
|
|
|
36523
36537
|
border-right: 0;
|
|
36524
36538
|
border-left: 0;
|
|
36525
36539
|
}
|
|
36526
|
-
.accordion
|
|
36540
|
+
.accordion:not(.accordion-alt) .accordion-item:last-child {
|
|
36527
36541
|
border-bottom: 0;
|
|
36528
36542
|
}
|
|
36529
36543
|
|
|
36530
36544
|
.accordion-flush {
|
|
36531
|
-
--bs-accordion-box-shadow: 0 0.
|
|
36545
|
+
--bs-accordion-box-shadow: 0 0.125rem 2rem rgba(31, 31, 79, 0.04);
|
|
36532
36546
|
box-shadow: var(--bs-accordion-box-shadow);
|
|
36533
|
-
padding:
|
|
36547
|
+
padding: 1rem calc(1.325rem + 0.9vw);
|
|
36548
|
+
}
|
|
36549
|
+
@media (min-width: 1200px) {
|
|
36550
|
+
.accordion-flush {
|
|
36551
|
+
padding: 1rem 2rem;
|
|
36552
|
+
}
|
|
36553
|
+
}
|
|
36554
|
+
.accordion-flush {
|
|
36534
36555
|
border-radius: 0.5rem;
|
|
36556
|
+
background-color: #fff;
|
|
36535
36557
|
}
|
|
36536
36558
|
|
|
36537
36559
|
.accordion-alt {
|