@unlk/keymaster 1.4.0 → 1.4.1

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,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.4.1] - 2026-03-12
6
+
7
+ ### Updated
8
+ - Accordion Alt Styles
9
+
5
10
  ## [1.4.0] - 2026-02-05
6
11
 
7
12
  ### Remove
@@ -21866,7 +21866,7 @@
21866
21866
  }
21867
21867
 
21868
21868
  /*!
21869
- * Keymaster v1.4.0 (https://unlock-com.github.io/keymaster)
21869
+ * Keymaster v1.4.1 (https://unlock-com.github.io/keymaster)
21870
21870
  * Copyright 2022-2025 Unlk Developers
21871
21871
  * Licensed under MIT
21872
21872
  */
@@ -36416,8 +36416,10 @@ textarea.form-control-lg {
36416
36416
  box-shadow: var(--bs-accordion-box-shadow);
36417
36417
  }
36418
36418
  .accordion-alt {
36419
- --bs-accordion-alt-bg: rgb(243.3, 243.8, 244.7);
36420
- --bs-accordion-alt-btn-bg: rgb(243.3, 243.8, 244.7);
36419
+ --bs-accordion-alt-bg: rgb(231.6, 232.6, 234.4);
36420
+ --bs-accordion-alt-btn-bg: rgb(231.6, 232.6, 234.4);
36421
+ --bs-accordion-alt-border-width: 0.125rem;
36422
+ --bs-accordion-alt-border-color: rgb(208.2, 210.2, 213.8);
36421
36423
  --bs-accordion-alt-border-radius: var(--bs-border-radius-lg);
36422
36424
  --bs-accordion-alt-btn-icon-width: 1.375rem;
36423
36425
  --bs-accordion-alt-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='rgb%2827.6, 28.6, 30.4%29'%3e%3cpath d='M12.6923 1.69231C12.6923 0.75625 11.9361 0 11 0C10.0639 0 9.30769 0.75625 9.30769 1.69231V9.30769H1.69231C0.75625 9.30769 0 10.0639 0 11C0 11.9361 0.75625 12.6923 1.69231 12.6923H9.30769V20.3077C9.30769 21.2438 10.0639 22 11 22C11.9361 22 12.6923 21.2438 12.6923 20.3077V12.6923H20.3077C21.2438 12.6923 22 11.9361 22 11C22 10.0639 21.2438 9.30769 20.3077 9.30769H12.6923V1.69231Z'/%3e%3c/svg%3e");
@@ -36450,7 +36452,7 @@ textarea.form-control-lg {
36450
36452
  }
36451
36453
  .accordion-alt > .accordion-item {
36452
36454
  background-color: var(--bs-accordion-alt-bg);
36453
- border: 0;
36455
+ border: var(--bs-accordion-alt-border-width) solid var(--bs-accordion-alt-border-color);
36454
36456
  border-radius: var(--bs-accordion-alt-border-radius);
36455
36457
  }
36456
36458
  .accordion-alt > .accordion-item:not(:last-child) {