@unlk/keymaster 1.4.8 → 1.4.9

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,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.4.9] - 2026-04-24
6
+
7
+ ### Update
8
+ - Accordion Flush Styles
9
+ - Box Shadows
10
+
11
+ ### Add
12
+ - Marketing Box Shadows
13
+
5
14
  ## [1.4.8] - 2026-04-23
6
15
 
7
16
  ### Update
@@ -21866,7 +21866,7 @@
21866
21866
  }
21867
21867
 
21868
21868
  /*!
21869
- * Keymaster v1.4.8 (https://keymaster.unlock.com)
21869
+ * Keymaster v1.4.9 (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.5rem 1rem rgba(0, 0, 0, 0.15);
21985
- --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
21986
- --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
21987
- --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
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
- .box-shadow {
29568
+ .shadow {
29569
29569
  box-shadow: var(--bs-box-shadow) !important;
29570
29570
  }
29571
29571
 
29572
- .box-shadow-sm {
29572
+ .shadow-sm {
29573
29573
  box-shadow: var(--bs-box-shadow-sm) !important;
29574
29574
  }
29575
29575
 
29576
- .box-shadow-lg {
29576
+ .shadow-lg {
29577
29577
  box-shadow: var(--bs-box-shadow-lg) !important;
29578
29578
  }
29579
29579
 
29580
- .box-shadow-none {
29580
+ .shadow-none {
29581
29581
  box-shadow: none !important;
29582
29582
  }
29583
29583
 
29584
- .box-shadow-inset {
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,14 +36537,21 @@ textarea.form-control-lg {
36523
36537
  border-right: 0;
36524
36538
  border-left: 0;
36525
36539
  }
36526
- .accordion :not(.accordion-alt) .accordion-item:last-child {
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.5rem 1rem rgba(0, 0, 0, 0.15);
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: 0 1rem 0;
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;
36535
36556
  }
36536
36557