@unlk/keymaster 1.5.2 → 1.5.4

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.5.4] - 2026-04-30
6
+
7
+ ### Add
8
+ - Progress Sm
9
+
10
+ ## [1.5.3] - 2026-04-30
11
+
12
+ ### Update
13
+ - Button icon alignment
14
+
5
15
  ## [1.5.2] - 2026-04-27
6
16
 
7
17
  ### Add
@@ -21866,7 +21866,7 @@
21866
21866
  }
21867
21867
 
21868
21868
  /*!
21869
- * Keymaster v1.5.2 (https://keymaster.unlock.com)
21869
+ * Keymaster v1.5.4 (https://keymaster.unlock.com)
21870
21870
  * Copyright 2022-2025 Unlk Developers
21871
21871
  * Licensed under MIT
21872
21872
  */
@@ -35971,13 +35971,19 @@ textarea.form-control-lg {
35971
35971
 
35972
35972
  .btn {
35973
35973
  box-shadow: none;
35974
+ display: flex;
35975
+ align-items: center;
35974
35976
  }
35975
- .btn > i + *,
35976
- .btn > .icon + * {
35977
- margin-left: 0.5rem;
35977
+ .btn > i:first-child,
35978
+ .btn > .icon:first-child {
35979
+ width: -moz-fit-content;
35980
+ width: fit-content;
35981
+ margin-right: 0.5rem;
35978
35982
  }
35979
- .btn > * + i,
35980
- .btn > * + .icon {
35983
+ .btn > i:last-child,
35984
+ .btn > .icon:last-child {
35985
+ width: -moz-fit-content;
35986
+ width: fit-content;
35981
35987
  margin-left: 0.5rem;
35982
35988
  }
35983
35989
 
@@ -36493,25 +36499,25 @@ textarea.form-control-lg {
36493
36499
  height: 3rem;
36494
36500
  }
36495
36501
 
36496
- .btn-sm > i + *, .btn-group-sm > .btn > i + *,
36497
- .btn-sm > .icon + *,
36498
- .btn-group-sm > .btn > .icon + * {
36499
- margin-left: 0.375rem;
36502
+ .btn-sm > i:first-child, .btn-group-sm > .btn > i:first-child,
36503
+ .btn-sm > .icon:first-child,
36504
+ .btn-group-sm > .btn > .icon:first-child {
36505
+ margin-right: 0.375rem;
36500
36506
  }
36501
- .btn-sm > * + i, .btn-group-sm > .btn > * + i,
36502
- .btn-sm > * + .icon,
36503
- .btn-group-sm > .btn > * + .icon {
36507
+ .btn-sm > i:last-child, .btn-group-sm > .btn > i:last-child,
36508
+ .btn-sm > .icon:last-child,
36509
+ .btn-group-sm > .btn > .icon:last-child {
36504
36510
  margin-left: 0.375rem;
36505
36511
  }
36506
36512
 
36507
- .btn-lg > i + *, .btn-group-lg > .btn > i + *,
36508
- .btn-lg > .icon + *,
36509
- .btn-group-lg > .btn > .icon + * {
36510
- margin-left: 0.625rem;
36513
+ .btn-lg > i:first-child, .btn-group-lg > .btn > i:first-child,
36514
+ .btn-lg > .icon:first-child,
36515
+ .btn-group-lg > .btn > .icon:first-child {
36516
+ margin-right: 0.625rem;
36511
36517
  }
36512
- .btn-lg > * + i, .btn-group-lg > .btn > * + i,
36513
- .btn-lg > * + .icon,
36514
- .btn-group-lg > .btn > * + .icon {
36518
+ .btn-lg > i:last-child, .btn-group-lg > .btn > i:last-child,
36519
+ .btn-lg > .icon:last-child,
36520
+ .btn-group-lg > .btn > .icon:last-child {
36515
36521
  margin-left: 0.625rem;
36516
36522
  }
36517
36523
 
@@ -37305,5 +37311,8 @@ textarea.form-control-lg {
37305
37311
  transform: rotate(360deg);
37306
37312
  }
37307
37313
  }
37314
+ .progress-sm {
37315
+ --bs-progress-height: 0.5rem;
37316
+ }
37308
37317
 
37309
37318
  /*# sourceMappingURL=keymaster.css.map */