@unlk/keymaster 1.4.1 → 1.4.3

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.4.3] - 2026-03-19
6
+
7
+ ### Add
8
+ - Themes color shades to CSS variables
9
+
10
+ ## [1.4.2] - 2026-03-18
11
+
12
+ ### Updated
13
+ - Btn text weight to Medium
14
+
5
15
  ## [1.4.1] - 2026-03-12
6
16
 
7
17
  ### Updated
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  <p align="center">
12
12
  The base styles for all Unlock Projects based off Bootstrap 5
13
13
  <br />
14
- <a href="https://unlock-com.github.io/keymaster"><strong>Live Demo and Docs »</strong></a>
14
+ <a href="https://keymaster.unlock.com"><strong>Live Demo and Docs »</strong></a>
15
15
  </p>
16
16
  </div>
17
17
 
@@ -58,7 +58,7 @@
58
58
  .fa-thumbprint,
59
59
  .fa-whiteboard,
60
60
  .fa {
61
- --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Pro"));
61
+ --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
62
62
  -webkit-font-smoothing: antialiased;
63
63
  -moz-osx-font-smoothing: grayscale;
64
64
  display: var(--fa-display, inline-block);
@@ -19235,7 +19235,7 @@
19235
19235
  * Copyright 2025 Fonticons, Inc.
19236
19236
  */
19237
19237
  :root, :host {
19238
- --fa-family-sharp: "Font Awesome 7 Sharp";
19238
+ --fa-family-sharp: 'Font Awesome 7 Sharp';
19239
19239
  --fa-font-sharp-solid: normal 900 1em/1 var(--fa-family-sharp);
19240
19240
  /* deprecated: this older custom property will be removed next major release */
19241
19241
  --fa-style-family-sharp: var(--fa-family-sharp);
@@ -19267,7 +19267,7 @@
19267
19267
  * Copyright 2025 Fonticons, Inc.
19268
19268
  */
19269
19269
  :root, :host {
19270
- --fa-family-sharp: "Font Awesome 7 Sharp";
19270
+ --fa-family-sharp: 'Font Awesome 7 Sharp';
19271
19271
  --fa-font-sharp-regular: normal 400 1em/1 var(--fa-family-sharp);
19272
19272
  /* deprecated: this older custom property will be removed next major release */
19273
19273
  --fa-style-family-sharp: var(--fa-family-sharp);
@@ -19299,7 +19299,7 @@
19299
19299
  * Copyright 2025 Fonticons, Inc.
19300
19300
  */
19301
19301
  :root, :host {
19302
- --fa-family-sharp: "Font Awesome 7 Sharp";
19302
+ --fa-family-sharp: 'Font Awesome 7 Sharp';
19303
19303
  --fa-font-sharp-light: normal 300 1em/1 var(--fa-family-sharp);
19304
19304
  /* deprecated: this older custom property will be removed next major release */
19305
19305
  --fa-style-family-sharp: var(--fa-family-sharp);
@@ -19331,7 +19331,7 @@
19331
19331
  * Copyright 2025 Fonticons, Inc.
19332
19332
  */
19333
19333
  :root, :host {
19334
- --fa-family-sharp: "Font Awesome 7 Sharp";
19334
+ --fa-family-sharp: 'Font Awesome 7 Sharp';
19335
19335
  --fa-font-sharp-thin: normal 100 1em/1 var(--fa-family-sharp);
19336
19336
  /* deprecated: this older custom property will be removed next major release */
19337
19337
  --fa-style-family-sharp: var(--fa-family-sharp);
@@ -19363,7 +19363,7 @@
19363
19363
  * Copyright 2025 Fonticons, Inc.
19364
19364
  */
19365
19365
  :root, :host {
19366
- --fa-family-sharp-duotone: "Font Awesome 7 Sharp Duotone";
19366
+ --fa-family-sharp-duotone: 'Font Awesome 7 Sharp Duotone';
19367
19367
  --fa-font-sharp-duotone-solid: normal 900 1em/1 var(--fa-family-sharp-duotone);
19368
19368
  /* deprecated: this older custom property will be removed next major release */
19369
19369
  --fa-style-family-sharp-duotone: var(--fa-family-sharp-duotone);
@@ -19435,7 +19435,7 @@
19435
19435
  * Copyright 2025 Fonticons, Inc.
19436
19436
  */
19437
19437
  :root, :host {
19438
- --fa-family-sharp-duotone: "Font Awesome 7 Sharp Duotone";
19438
+ --fa-family-sharp-duotone: 'Font Awesome 7 Sharp Duotone';
19439
19439
  --fa-font-sharp-duotone-regular: normal 400 1em/1 var(--fa-family-sharp-duotone);
19440
19440
  /* deprecated: this older custom property will be removed next major release */
19441
19441
  --fa-style-family-sharp-duotone: var(--fa-family-sharp-duotone);
@@ -19507,7 +19507,7 @@
19507
19507
  * Copyright 2025 Fonticons, Inc.
19508
19508
  */
19509
19509
  :root, :host {
19510
- --fa-family-sharp-duotone: "Font Awesome 7 Sharp Duotone";
19510
+ --fa-family-sharp-duotone: 'Font Awesome 7 Sharp Duotone';
19511
19511
  --fa-font-sharp-duotone-light: normal 300 1em/1 var(--fa-family-sharp-duotone);
19512
19512
  /* deprecated: this older custom property will be removed next major release */
19513
19513
  --fa-style-family-sharp-duotone: var(--fa-family-sharp-duotone);
@@ -19579,7 +19579,7 @@
19579
19579
  * Copyright 2025 Fonticons, Inc.
19580
19580
  */
19581
19581
  :root, :host {
19582
- --fa-family-sharp-duotone: "Font Awesome 7 Sharp Duotone";
19582
+ --fa-family-sharp-duotone: 'Font Awesome 7 Sharp Duotone';
19583
19583
  --fa-font-sharp-duotone-thin: normal 100 1em/1 var(--fa-family-sharp-duotone);
19584
19584
  /* deprecated: this older custom property will be removed next major release */
19585
19585
  --fa-style-family-sharp-duotone: var(--fa-family-sharp-duotone);
@@ -19651,7 +19651,7 @@
19651
19651
  * Copyright 2025 Fonticons, Inc.
19652
19652
  */
19653
19653
  :root, :host {
19654
- --fa-family-brands: "Font Awesome 7 Brands";
19654
+ --fa-family-brands: 'Font Awesome 7 Brands';
19655
19655
  --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
19656
19656
  }
19657
19657
 
@@ -21866,7 +21866,7 @@
21866
21866
  }
21867
21867
 
21868
21868
  /*!
21869
- * Keymaster v1.4.1 (https://unlock-com.github.io/keymaster)
21869
+ * Keymaster v1.4.3 (https://keymaster.unlock.com)
21870
21870
  * Copyright 2022-2025 Unlk Developers
21871
21871
  * Licensed under MIT
21872
21872
  */
@@ -24962,7 +24962,7 @@ textarea.form-control-lg {
24962
24962
  --bs-btn-padding-y: 0.375rem;
24963
24963
  --bs-btn-font-family: ;
24964
24964
  --bs-btn-font-size: 1rem;
24965
- --bs-btn-font-weight: 700;
24965
+ --bs-btn-font-weight: 500;
24966
24966
  --bs-btn-line-height: 1.5;
24967
24967
  --bs-btn-color: var(--bs-body-color);
24968
24968
  --bs-btn-bg: transparent;
@@ -35862,6 +35862,102 @@ textarea.form-control-lg {
35862
35862
  --bs-border-radius-xs: 0.25rem;
35863
35863
  --bs-font-weight-medium: 500;
35864
35864
  --bs-font-weight-bold: 700;
35865
+ --bs-foundation-25: rgb(243.8, 243.8, 246.2);
35866
+ --bs-foundation-50: rgb(232.6, 232.6, 237.4);
35867
+ --bs-foundation-100: rgb(210.2, 210.2, 219.8);
35868
+ --bs-foundation-200: rgb(165.4, 165.4, 184.6);
35869
+ --bs-foundation-300: rgb(120.6, 120.6, 149.4);
35870
+ --bs-foundation-400: rgb(75.8, 75.8, 114.2);
35871
+ --bs-foundation-450: rgb(53.4, 53.4, 96.6);
35872
+ --bs-foundation-500: #1f1f4f;
35873
+ --bs-foundation-600: rgb(24.8, 24.8, 63.2);
35874
+ --bs-foundation-700: rgb(18.6, 18.6, 47.4);
35875
+ --bs-foundation-800: rgb(12.4, 12.4, 31.6);
35876
+ --bs-foundation-900: rgb(6.2, 6.2, 15.8);
35877
+ --bs-tangerine-25: rgb(255, 247.55, 243.55);
35878
+ --bs-tangerine-50: rgb(255, 240.1, 232.1);
35879
+ --bs-tangerine-100: rgb(255, 225.2, 209.2);
35880
+ --bs-tangerine-200: rgb(255, 195.4, 163.4);
35881
+ --bs-tangerine-300: rgb(255, 165.6, 117.6);
35882
+ --bs-tangerine-400: rgb(255, 135.8, 71.8);
35883
+ --bs-tangerine-450: rgb(255, 120.9, 48.9);
35884
+ --bs-tangerine-500: #ff6a1a;
35885
+ --bs-tangerine-600: rgb(204, 84.8, 20.8);
35886
+ --bs-tangerine-700: rgb(153, 63.6, 15.6);
35887
+ --bs-tangerine-800: rgb(102, 42.4, 10.4);
35888
+ --bs-tangerine-900: rgb(51, 21.2, 5.2);
35889
+ --bs-action-25: rgb(242.25, 243.95, 255);
35890
+ --bs-action-50: rgb(229.5, 232.9, 255);
35891
+ --bs-action-100: rgb(204, 210.8, 255);
35892
+ --bs-action-200: rgb(153, 166.6, 255);
35893
+ --bs-action-300: rgb(102, 122.4, 255);
35894
+ --bs-action-400: rgb(51, 78.2, 255);
35895
+ --bs-action-450: rgb(25.5, 56.1, 255);
35896
+ --bs-action-500: #02f;
35897
+ --bs-action-600: rgb(0, 27.2, 204);
35898
+ --bs-action-700: rgb(0, 20.4, 153);
35899
+ --bs-action-800: rgb(0, 13.6, 102);
35900
+ --bs-action-900: rgb(0, 6.8, 51);
35901
+ --bs-sunglow-25: rgb(254.8, 252.5, 243.45);
35902
+ --bs-sunglow-50: rgb(254.6, 250, 231.9);
35903
+ --bs-sunglow-100: rgb(254.2, 245, 208.8);
35904
+ --bs-sunglow-200: rgb(253.4, 235, 162.6);
35905
+ --bs-sunglow-300: rgb(252.6, 225, 116.4);
35906
+ --bs-sunglow-400: rgb(251.8, 215, 70.2);
35907
+ --bs-sunglow-450: rgb(251.4, 210, 47.1);
35908
+ --bs-sunglow-500: #fbcd18;
35909
+ --bs-sunglow-600: rgb(200.8, 164, 19.2);
35910
+ --bs-sunglow-700: rgb(150.6, 123, 14.4);
35911
+ --bs-sunglow-800: rgb(100.4, 82, 9.6);
35912
+ --bs-sunglow-900: rgb(50.2, 41, 4.8);
35913
+ --bs-lavender-25: rgb(249.8, 245.8, 254.85);
35914
+ --bs-lavender-50: rgb(244.6, 236.6, 254.7);
35915
+ --bs-lavender-100: rgb(234.2, 218.2, 254.4);
35916
+ --bs-lavender-200: rgb(213.4, 181.4, 253.8);
35917
+ --bs-lavender-300: rgb(192.6, 144.6, 253.2);
35918
+ --bs-lavender-400: rgb(171.8, 107.8, 252.6);
35919
+ --bs-lavender-450: rgb(161.4, 89.4, 252.3);
35920
+ --bs-lavender-500: #9747fc;
35921
+ --bs-lavender-600: rgb(120.8, 56.8, 201.6);
35922
+ --bs-lavender-700: rgb(90.6, 42.6, 151.2);
35923
+ --bs-lavender-800: rgb(60.4, 28.4, 100.8);
35924
+ --bs-lavender-900: rgb(30.2, 14.2, 50.4);
35925
+ --bs-warning-25: rgb(255, 247.55, 243.55);
35926
+ --bs-warning-50: rgb(255, 240.1, 232.1);
35927
+ --bs-warning-100: rgb(255, 225.2, 209.2);
35928
+ --bs-warning-200: rgb(255, 195.4, 163.4);
35929
+ --bs-warning-300: rgb(255, 165.6, 117.6);
35930
+ --bs-warning-400: rgb(255, 135.8, 71.8);
35931
+ --bs-warning-450: rgb(255, 120.9, 48.9);
35932
+ --bs-warning-500: #ff6a1a;
35933
+ --bs-warning-600: rgb(204, 84.8, 20.8);
35934
+ --bs-warning-700: rgb(153, 63.6, 15.6);
35935
+ --bs-warning-800: rgb(102, 42.4, 10.4);
35936
+ --bs-warning-900: rgb(51, 21.2, 5.2);
35937
+ --bs-success-25: rgb(242.7, 252.45, 249.2);
35938
+ --bs-success-50: rgb(230.4, 249.9, 243.4);
35939
+ --bs-success-100: rgb(205.8, 244.8, 231.8);
35940
+ --bs-success-200: rgb(156.6, 234.6, 208.6);
35941
+ --bs-success-300: rgb(107.4, 224.4, 185.4);
35942
+ --bs-success-400: rgb(58.2, 214.2, 162.2);
35943
+ --bs-success-450: rgb(33.6, 209.1, 150.6);
35944
+ --bs-success-500: #09cc8b;
35945
+ --bs-success-600: rgb(7.2, 163.2, 111.2);
35946
+ --bs-success-700: rgb(5.4, 122.4, 83.4);
35947
+ --bs-success-800: rgb(3.6, 81.6, 55.6);
35948
+ --bs-success-900: rgb(1.8, 40.8, 27.8);
35949
+ --bs-danger-25: rgb(253.65, 244.15, 245.35);
35950
+ --bs-danger-50: rgb(252.3, 233.3, 235.7);
35951
+ --bs-danger-100: rgb(249.6, 211.6, 216.4);
35952
+ --bs-danger-200: rgb(244.2, 168.2, 177.8);
35953
+ --bs-danger-300: rgb(238.8, 124.8, 139.2);
35954
+ --bs-danger-400: rgb(233.4, 81.4, 100.6);
35955
+ --bs-danger-450: rgb(230.7, 59.7, 81.3);
35956
+ --bs-danger-500: #e4263e;
35957
+ --bs-danger-600: rgb(182.4, 30.4, 49.6);
35958
+ --bs-danger-700: rgb(136.8, 22.8, 37.2);
35959
+ --bs-danger-800: rgb(91.2, 15.2, 24.8);
35960
+ --bs-danger-900: rgb(45.6, 7.6, 12.4);
35865
35961
  }
35866
35962
 
35867
35963
  .btn {
@@ -36938,13 +37034,15 @@ textarea.form-control-lg {
36938
37034
  border: 0.125rem solid rgb(184.8, 187.8, 193.2);
36939
37035
  border-radius: 0.375rem;
36940
37036
  transition: all 0.15s ease-in-out;
36941
- padding: 1rem;
36942
37037
  }
36943
37038
  @media (prefers-reduced-motion: reduce) {
36944
37039
  .form-check-tiled .form-check-label {
36945
37040
  transition: none;
36946
37041
  }
36947
37042
  }
37043
+ .form-check-tiled .form-check-label {
37044
+ padding: 1rem;
37045
+ }
36948
37046
  .form-check-tiled .form-check-label span {
36949
37047
  display: block;
36950
37048
  font-family: "Gilroy";
@@ -36998,16 +37096,16 @@ textarea.form-control-lg {
36998
37096
  background-color: rgb(242.25, 243.95, 255);
36999
37097
  border-radius: var(--bs-border-radius-xs);
37000
37098
  }
37001
- .pagination .page-item {
37002
- margin-right: 0.125rem;
37003
- margin-left: 0.125rem;
37004
- }
37005
37099
  .pagination .page-item:first-child {
37006
37100
  margin-left: 0.25rem;
37007
37101
  }
37008
37102
  .pagination .page-item:last-child {
37009
37103
  margin-right: 0.25rem;
37010
37104
  }
37105
+ .pagination .page-item {
37106
+ margin-right: 0.125rem;
37107
+ margin-left: 0.125rem;
37108
+ }
37011
37109
  .pagination .page-item .page-link {
37012
37110
  border-radius: 50rem;
37013
37111
  display: flex;