@unlk/keymaster 1.0.10 → 1.0.12

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,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.0.12] - 2025-06-23
6
+
7
+ ### Update
8
+ - Bootstrap to 5.3.7
9
+
10
+ ## [1.0.11] - 2025-06-13
11
+
12
+ ### Chore
13
+ - Version Bump
14
+
5
15
  ## [1.0.10] - 2025-06-13
6
16
 
7
17
  ### Chore
@@ -61,13 +71,11 @@ All notable changes to this project will be documented in this file.
61
71
  ## [1.0.2] - 2025-04-21
62
72
 
63
73
  ### Added
64
-
65
74
  - Shadows
66
75
 
67
76
  ## [1.0.1] - 2025-04-21
68
77
 
69
78
  ### Added
70
-
71
79
  - Typography
72
80
  - Accordion
73
81
  - Alert
@@ -81,7 +89,6 @@ All notable changes to this project will be documented in this file.
81
89
  _This is the first stable release of the design system._
82
90
 
83
91
  ### Added
84
-
85
92
  - Font Awesome 6
86
93
  - Color utility classes for brand colors
87
94
  - Theme colors matching the brand colors
@@ -27,7 +27,7 @@
27
27
  src: url("../../fonts/NeulisNeue-MediumItalic.woff2") format("woff2"), url("../../fonts/NeulisNeue-MediumItalic.woff") format("woff");
28
28
  }
29
29
  /*!
30
- * Bootstrap v5.3.5 (https://getbootstrap.com/)
30
+ * Bootstrap v5.3.7 (https://getbootstrap.com/)
31
31
  * Copyright 2011-2025 The Bootstrap Authors
32
32
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
33
33
  */
@@ -4825,24 +4825,24 @@ textarea.form-control-lg {
4825
4825
  border-top-right-radius: 0;
4826
4826
  border-bottom-right-radius: 0;
4827
4827
  }
4828
- .card-group > .card:not(:last-child) .card-img-top,
4829
- .card-group > .card:not(:last-child) .card-header {
4828
+ .card-group > .card:not(:last-child) > .card-img-top,
4829
+ .card-group > .card:not(:last-child) > .card-header {
4830
4830
  border-top-right-radius: 0;
4831
4831
  }
4832
- .card-group > .card:not(:last-child) .card-img-bottom,
4833
- .card-group > .card:not(:last-child) .card-footer {
4832
+ .card-group > .card:not(:last-child) > .card-img-bottom,
4833
+ .card-group > .card:not(:last-child) > .card-footer {
4834
4834
  border-bottom-right-radius: 0;
4835
4835
  }
4836
4836
  .card-group > .card:not(:first-child) {
4837
4837
  border-top-left-radius: 0;
4838
4838
  border-bottom-left-radius: 0;
4839
4839
  }
4840
- .card-group > .card:not(:first-child) .card-img-top,
4841
- .card-group > .card:not(:first-child) .card-header {
4840
+ .card-group > .card:not(:first-child) > .card-img-top,
4841
+ .card-group > .card:not(:first-child) > .card-header {
4842
4842
  border-top-left-radius: 0;
4843
4843
  }
4844
- .card-group > .card:not(:first-child) .card-img-bottom,
4845
- .card-group > .card:not(:first-child) .card-footer {
4844
+ .card-group > .card:not(:first-child) > .card-img-bottom,
4845
+ .card-group > .card:not(:first-child) > .card-footer {
4846
4846
  border-bottom-left-radius: 0;
4847
4847
  }
4848
4848
  }
@@ -7608,6 +7608,10 @@ textarea.form-control-lg {
7608
7608
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
7609
7609
  position: absolute !important;
7610
7610
  }
7611
+ .visually-hidden *,
7612
+ .visually-hidden-focusable:not(:focus):not(:focus-within) * {
7613
+ overflow: hidden !important;
7614
+ }
7611
7615
 
7612
7616
  .stretched-link::after {
7613
7617
  position: absolute;