@unlk/keymaster 1.2.7 → 1.2.8

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.2.8] - 2025-11-14
6
+
7
+ ### Add
8
+ - Font Awesome Sharp Solid, Sharp Regular, and Sharp Duotone Regular
9
+ - Outline Button Action
10
+
11
+ ### Fix
12
+ - Button Icon Disabled State
13
+
5
14
  ## [1.2.7] - 2025-11-13
6
15
 
7
16
  ### Add
@@ -19236,7 +19236,7 @@
19236
19236
  */
19237
19237
  :root, :host {
19238
19238
  --fa-family-sharp: "Font Awesome 7 Sharp";
19239
- --fa-font-sharp-thin: normal 100 1em/1 var(--fa-family-sharp);
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);
19242
19242
  }
@@ -19244,21 +19244,53 @@
19244
19244
  @font-face {
19245
19245
  font-family: "Font Awesome 7 Sharp";
19246
19246
  font-style: normal;
19247
- font-weight: 100;
19247
+ font-weight: 900;
19248
19248
  font-display: block;
19249
- src: url("../../../fonts/fa-sharp-thin-100.woff2");
19249
+ src: url("../../../fonts/fa-sharp-solid-900.woff2");
19250
19250
  }
19251
- .fast {
19251
+ .fass {
19252
19252
  --fa-family: var(--fa-family-sharp);
19253
- --fa-style: 100;
19253
+ --fa-style: 900;
19254
19254
  }
19255
19255
 
19256
19256
  .fa-sharp {
19257
19257
  --fa-family: var(--fa-family-sharp);
19258
19258
  }
19259
19259
 
19260
- .fa-thin {
19261
- --fa-style: 100;
19260
+ .fa-solid {
19261
+ --fa-style: 900;
19262
+ }
19263
+
19264
+ /*!
19265
+ * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19266
+ * License - https://fontawesome.com/license (Commercial License)
19267
+ * Copyright 2025 Fonticons, Inc.
19268
+ */
19269
+ :root, :host {
19270
+ --fa-family-sharp: "Font Awesome 7 Sharp";
19271
+ --fa-font-sharp-regular: normal 400 1em/1 var(--fa-family-sharp);
19272
+ /* deprecated: this older custom property will be removed next major release */
19273
+ --fa-style-family-sharp: var(--fa-family-sharp);
19274
+ }
19275
+
19276
+ @font-face {
19277
+ font-family: "Font Awesome 7 Sharp";
19278
+ font-style: normal;
19279
+ font-weight: 400;
19280
+ font-display: block;
19281
+ src: url("../../../fonts/fa-sharp-regular-400.woff2");
19282
+ }
19283
+ .fasr {
19284
+ --fa-family: var(--fa-family-sharp);
19285
+ --fa-style: 400;
19286
+ }
19287
+
19288
+ .fa-sharp {
19289
+ --fa-family: var(--fa-family-sharp);
19290
+ }
19291
+
19292
+ .fa-regular {
19293
+ --fa-style: 400;
19262
19294
  }
19263
19295
 
19264
19296
  /*!
@@ -19293,6 +19325,38 @@
19293
19325
  --fa-style: 300;
19294
19326
  }
19295
19327
 
19328
+ /*!
19329
+ * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19330
+ * License - https://fontawesome.com/license (Commercial License)
19331
+ * Copyright 2025 Fonticons, Inc.
19332
+ */
19333
+ :root, :host {
19334
+ --fa-family-sharp: "Font Awesome 7 Sharp";
19335
+ --fa-font-sharp-thin: normal 100 1em/1 var(--fa-family-sharp);
19336
+ /* deprecated: this older custom property will be removed next major release */
19337
+ --fa-style-family-sharp: var(--fa-family-sharp);
19338
+ }
19339
+
19340
+ @font-face {
19341
+ font-family: "Font Awesome 7 Sharp";
19342
+ font-style: normal;
19343
+ font-weight: 100;
19344
+ font-display: block;
19345
+ src: url("../../../fonts/fa-sharp-thin-100.woff2");
19346
+ }
19347
+ .fast {
19348
+ --fa-family: var(--fa-family-sharp);
19349
+ --fa-style: 100;
19350
+ }
19351
+
19352
+ .fa-sharp {
19353
+ --fa-family: var(--fa-family-sharp);
19354
+ }
19355
+
19356
+ .fa-thin {
19357
+ --fa-style: 100;
19358
+ }
19359
+
19296
19360
  /*!
19297
19361
  * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19298
19362
  * License - https://fontawesome.com/license (Commercial License)
@@ -19372,7 +19436,7 @@
19372
19436
  */
19373
19437
  :root, :host {
19374
19438
  --fa-family-sharp-duotone: "Font Awesome 7 Sharp Duotone";
19375
- --fa-font-sharp-duotone-thin: normal 100 1em/1 var(--fa-family-sharp-duotone);
19439
+ --fa-font-sharp-duotone-regular: normal 400 1em/1 var(--fa-family-sharp-duotone);
19376
19440
  /* deprecated: this older custom property will be removed next major release */
19377
19441
  --fa-style-family-sharp-duotone: var(--fa-family-sharp-duotone);
19378
19442
  }
@@ -19380,13 +19444,13 @@
19380
19444
  @font-face {
19381
19445
  font-family: "Font Awesome 7 Sharp Duotone";
19382
19446
  font-style: normal;
19383
- font-weight: 100;
19447
+ font-weight: 400;
19384
19448
  font-display: block;
19385
- src: url("../../../fonts/fa-sharp-duotone-thin-100.woff2");
19449
+ src: url("../../../fonts/fa-sharp-duotone-regular-400.woff2");
19386
19450
  }
19387
- .fasdt {
19451
+ .fasdr {
19388
19452
  --fa-family: var(--fa-family-sharp-duotone);
19389
- --fa-style: 100;
19453
+ --fa-style: 400;
19390
19454
  position: relative;
19391
19455
  letter-spacing: normal;
19392
19456
  }
@@ -19397,42 +19461,42 @@
19397
19461
  letter-spacing: normal;
19398
19462
  }
19399
19463
 
19400
- .fa-thin {
19401
- --fa-style: 100;
19464
+ .fa-regular {
19465
+ --fa-style: 400;
19402
19466
  }
19403
19467
 
19404
- .fasdt::before,
19468
+ .fasdr::before,
19405
19469
  .fa-sharp-duotone::before {
19406
19470
  position: absolute;
19407
19471
  color: var(--fa-primary-color, currentColor);
19408
19472
  opacity: var(--fa-primary-opacity, 1);
19409
19473
  }
19410
19474
 
19411
- .fasdt::after,
19475
+ .fasdr::after,
19412
19476
  .fa-sharp-duotone::after {
19413
19477
  color: var(--fa-secondary-color, currentColor);
19414
19478
  opacity: var(--fa-secondary-opacity, 0.4);
19415
19479
  }
19416
19480
 
19417
- .fa-swap-opacity .fasdt::before,
19481
+ .fa-swap-opacity .fasdr::before,
19418
19482
  .fa-swap-opacity .fa-sharp-duotone::before,
19419
- .fa-swap-opacity.fasdt::before,
19483
+ .fa-swap-opacity.fasdr::before,
19420
19484
  .fa-swap-opacity.fa-sharp-duotone::before {
19421
19485
  opacity: var(--fa-secondary-opacity, 0.4);
19422
19486
  }
19423
19487
 
19424
- .fa-swap-opacity .fasdt::after,
19488
+ .fa-swap-opacity .fasdr::after,
19425
19489
  .fa-swap-opacity .fa-sharp-duotone::after,
19426
- .fa-swap-opacity.fasdt::after,
19490
+ .fa-swap-opacity.fasdr::after,
19427
19491
  .fa-swap-opacity.fa-sharp-duotone::after {
19428
19492
  opacity: var(--fa-primary-opacity, 1);
19429
19493
  }
19430
19494
 
19431
- .fa-li.fasdt,
19495
+ .fa-li.fasdr,
19432
19496
  .fa-li.fa-sharp-duotone,
19433
- .fa-stack-1x.fasdt,
19497
+ .fa-stack-1x.fasdr,
19434
19498
  .fa-stack-1x.fa-sharp-duotone,
19435
- .fa-stack-2x.fasdt,
19499
+ .fa-stack-2x.fasdr,
19436
19500
  .fa-stack-2x.fa-sharp-duotone {
19437
19501
  position: absolute;
19438
19502
  }
@@ -19509,6 +19573,78 @@
19509
19573
  position: absolute;
19510
19574
  }
19511
19575
 
19576
+ /*!
19577
+ * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19578
+ * License - https://fontawesome.com/license (Commercial License)
19579
+ * Copyright 2025 Fonticons, Inc.
19580
+ */
19581
+ :root, :host {
19582
+ --fa-family-sharp-duotone: "Font Awesome 7 Sharp Duotone";
19583
+ --fa-font-sharp-duotone-thin: normal 100 1em/1 var(--fa-family-sharp-duotone);
19584
+ /* deprecated: this older custom property will be removed next major release */
19585
+ --fa-style-family-sharp-duotone: var(--fa-family-sharp-duotone);
19586
+ }
19587
+
19588
+ @font-face {
19589
+ font-family: "Font Awesome 7 Sharp Duotone";
19590
+ font-style: normal;
19591
+ font-weight: 100;
19592
+ font-display: block;
19593
+ src: url("../../../fonts/fa-sharp-duotone-thin-100.woff2");
19594
+ }
19595
+ .fasdt {
19596
+ --fa-family: var(--fa-family-sharp-duotone);
19597
+ --fa-style: 100;
19598
+ position: relative;
19599
+ letter-spacing: normal;
19600
+ }
19601
+
19602
+ .fa-sharp-duotone {
19603
+ --fa-family: var(--fa-family-sharp-duotone);
19604
+ position: relative;
19605
+ letter-spacing: normal;
19606
+ }
19607
+
19608
+ .fa-thin {
19609
+ --fa-style: 100;
19610
+ }
19611
+
19612
+ .fasdt::before,
19613
+ .fa-sharp-duotone::before {
19614
+ position: absolute;
19615
+ color: var(--fa-primary-color, currentColor);
19616
+ opacity: var(--fa-primary-opacity, 1);
19617
+ }
19618
+
19619
+ .fasdt::after,
19620
+ .fa-sharp-duotone::after {
19621
+ color: var(--fa-secondary-color, currentColor);
19622
+ opacity: var(--fa-secondary-opacity, 0.4);
19623
+ }
19624
+
19625
+ .fa-swap-opacity .fasdt::before,
19626
+ .fa-swap-opacity .fa-sharp-duotone::before,
19627
+ .fa-swap-opacity.fasdt::before,
19628
+ .fa-swap-opacity.fa-sharp-duotone::before {
19629
+ opacity: var(--fa-secondary-opacity, 0.4);
19630
+ }
19631
+
19632
+ .fa-swap-opacity .fasdt::after,
19633
+ .fa-swap-opacity .fa-sharp-duotone::after,
19634
+ .fa-swap-opacity.fasdt::after,
19635
+ .fa-swap-opacity.fa-sharp-duotone::after {
19636
+ opacity: var(--fa-primary-opacity, 1);
19637
+ }
19638
+
19639
+ .fa-li.fasdt,
19640
+ .fa-li.fa-sharp-duotone,
19641
+ .fa-stack-1x.fasdt,
19642
+ .fa-stack-1x.fa-sharp-duotone,
19643
+ .fa-stack-2x.fasdt,
19644
+ .fa-stack-2x.fa-sharp-duotone {
19645
+ position: absolute;
19646
+ }
19647
+
19512
19648
  /*!
19513
19649
  * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19514
19650
  * License - https://fontawesome.com/license (Commercial License)
@@ -35780,6 +35916,7 @@ textarea.form-control-lg {
35780
35916
  --bs-btn-active-color: #fff;
35781
35917
  --bs-btn-active-bg: rgb(18.6, 18.6, 47.4);
35782
35918
  --bs-btn-active-border-color: rgb(18.6, 18.6, 47.4);
35919
+ --bs-btn-disabled-bg: #1f1f4f;
35783
35920
  --bs-btn-disabled-color: #fff;
35784
35921
  --bs-btn-disabled-border-color: #1f1f4f;
35785
35922
  }
@@ -35800,18 +35937,19 @@ textarea.form-control-lg {
35800
35937
  --bs-btn-active-color: #fff;
35801
35938
  --bs-btn-active-bg: rgb(18.6, 18.6, 47.4);
35802
35939
  --bs-btn-active-border-color: rgb(18.6, 18.6, 47.4);
35803
- --bs-btn-disabled-color: #fff;
35940
+ --bs-btn-disabled-bg: transparent;
35941
+ --bs-btn-disabled-color: #1f1f4f;
35804
35942
  --bs-btn-disabled-border-color: #1f1f4f;
35805
35943
  }
35806
35944
 
35807
35945
  .btn-secondary {
35808
- --bs-btn-color: rgb(19.3, 19.7, 20.4);
35946
+ --bs-btn-color: #000;
35809
35947
  --bs-btn-bg: #fbcd18;
35810
35948
  --bs-btn-border-color: #fbcd18;
35811
- --bs-btn-hover-color: rgb(19.3, 19.7, 20.4);
35949
+ --bs-btn-hover-color: #000;
35812
35950
  --bs-btn-hover-bg: rgb(251.8, 215, 70.2);
35813
35951
  --bs-btn-hover-border-color: rgb(251.8, 215, 70.2);
35814
- --bs-btn-focus-shadow-rgb: 216, 177, 23;
35952
+ --bs-btn-focus-shadow-rgb: 213, 174, 20;
35815
35953
  --bs-btn-active-color: #000;
35816
35954
  --bs-btn-active-bg: rgb(252.6, 225, 116.4);
35817
35955
  --bs-btn-active-border-color: rgb(252.6, 225, 116.4);
@@ -35838,7 +35976,8 @@ textarea.form-control-lg {
35838
35976
  --bs-btn-active-color: #000;
35839
35977
  --bs-btn-active-bg: rgb(252.6, 225, 116.4);
35840
35978
  --bs-btn-active-border-color: rgb(252.6, 225, 116.4);
35841
- --bs-btn-disabled-color: rgb(19.3, 19.7, 20.4);
35979
+ --bs-btn-disabled-bg: #fbcd18;
35980
+ --bs-btn-disabled-color: #000;
35842
35981
  --bs-btn-disabled-border-color: #fbcd18;
35843
35982
  }
35844
35983
 
@@ -35858,7 +35997,8 @@ textarea.form-control-lg {
35858
35997
  --bs-btn-active-color: #000;
35859
35998
  --bs-btn-active-bg: rgb(150.6, 123, 14.4);
35860
35999
  --bs-btn-active-border-color: rgb(150.6, 123, 14.4);
35861
- --bs-btn-disabled-color: #fff;
36000
+ --bs-btn-disabled-bg: transparent;
36001
+ --bs-btn-disabled-color: #fbcd18;
35862
36002
  --bs-btn-disabled-border-color: #fbcd18;
35863
36003
  }
35864
36004
 
@@ -35896,6 +36036,7 @@ textarea.form-control-lg {
35896
36036
  --bs-btn-active-color: #fff;
35897
36037
  --bs-btn-active-bg: rgb(5.4, 122.4, 83.4);
35898
36038
  --bs-btn-active-border-color: rgb(5.4, 122.4, 83.4);
36039
+ --bs-btn-disabled-bg: #09cc8b;
35899
36040
  --bs-btn-disabled-color: #fff;
35900
36041
  --bs-btn-disabled-border-color: #09cc8b;
35901
36042
  }
@@ -35916,7 +36057,8 @@ textarea.form-control-lg {
35916
36057
  --bs-btn-active-color: #fff;
35917
36058
  --bs-btn-active-bg: rgb(5.4, 122.4, 83.4);
35918
36059
  --bs-btn-active-border-color: rgb(5.4, 122.4, 83.4);
35919
- --bs-btn-disabled-color: #fff;
36060
+ --bs-btn-disabled-bg: transparent;
36061
+ --bs-btn-disabled-color: #09cc8b;
35920
36062
  --bs-btn-disabled-border-color: #09cc8b;
35921
36063
  }
35922
36064
 
@@ -35971,6 +36113,7 @@ textarea.form-control-lg {
35971
36113
  --bs-btn-active-color: #fff;
35972
36114
  --bs-btn-active-bg: rgb(0, 20.4, 153);
35973
36115
  --bs-btn-active-border-color: rgb(0, 20.4, 153);
36116
+ --bs-btn-disabled-bg: #0022ff;
35974
36117
  --bs-btn-disabled-color: #fff;
35975
36118
  --bs-btn-disabled-border-color: #0022ff;
35976
36119
  }
@@ -35991,7 +36134,8 @@ textarea.form-control-lg {
35991
36134
  --bs-btn-active-color: #fff;
35992
36135
  --bs-btn-active-bg: rgb(0, 20.4, 153);
35993
36136
  --bs-btn-active-border-color: rgb(0, 20.4, 153);
35994
- --bs-btn-disabled-color: #fff;
36137
+ --bs-btn-disabled-bg: transparent;
36138
+ --bs-btn-disabled-color: #0022ff;
35995
36139
  --bs-btn-disabled-border-color: #0022ff;
35996
36140
  }
35997
36141
 
@@ -36029,6 +36173,7 @@ textarea.form-control-lg {
36029
36173
  --bs-btn-active-color: #fff;
36030
36174
  --bs-btn-active-bg: rgb(153, 63.6, 15.6);
36031
36175
  --bs-btn-active-border-color: rgb(153, 63.6, 15.6);
36176
+ --bs-btn-disabled-bg: #ff6a1a;
36032
36177
  --bs-btn-disabled-color: #fff;
36033
36178
  --bs-btn-disabled-border-color: #ff6a1a;
36034
36179
  }
@@ -36049,7 +36194,8 @@ textarea.form-control-lg {
36049
36194
  --bs-btn-active-color: #fff;
36050
36195
  --bs-btn-active-bg: rgb(153, 63.6, 15.6);
36051
36196
  --bs-btn-active-border-color: rgb(153, 63.6, 15.6);
36052
- --bs-btn-disabled-color: #fff;
36197
+ --bs-btn-disabled-bg: transparent;
36198
+ --bs-btn-disabled-color: #ff6a1a;
36053
36199
  --bs-btn-disabled-border-color: #ff6a1a;
36054
36200
  }
36055
36201
 
@@ -36087,6 +36233,7 @@ textarea.form-control-lg {
36087
36233
  --bs-btn-active-color: #fff;
36088
36234
  --bs-btn-active-bg: rgb(136.8, 22.8, 37.2);
36089
36235
  --bs-btn-active-border-color: rgb(136.8, 22.8, 37.2);
36236
+ --bs-btn-disabled-bg: #e4263e;
36090
36237
  --bs-btn-disabled-color: #fff;
36091
36238
  --bs-btn-disabled-border-color: #e4263e;
36092
36239
  }
@@ -36107,7 +36254,8 @@ textarea.form-control-lg {
36107
36254
  --bs-btn-active-color: #fff;
36108
36255
  --bs-btn-active-bg: rgb(136.8, 22.8, 37.2);
36109
36256
  --bs-btn-active-border-color: rgb(136.8, 22.8, 37.2);
36110
- --bs-btn-disabled-color: #fff;
36257
+ --bs-btn-disabled-bg: transparent;
36258
+ --bs-btn-disabled-color: #e4263e;
36111
36259
  --bs-btn-disabled-border-color: #e4263e;
36112
36260
  }
36113
36261
 
@@ -36145,6 +36293,7 @@ textarea.form-control-lg {
36145
36293
  --bs-btn-active-color: #000;
36146
36294
  --bs-btn-active-bg: #999999;
36147
36295
  --bs-btn-active-border-color: #999999;
36296
+ --bs-btn-disabled-bg: white;
36148
36297
  --bs-btn-disabled-color: #fff;
36149
36298
  --bs-btn-disabled-border-color: white;
36150
36299
  }
@@ -36165,7 +36314,8 @@ textarea.form-control-lg {
36165
36314
  --bs-btn-active-color: #000;
36166
36315
  --bs-btn-active-bg: #999999;
36167
36316
  --bs-btn-active-border-color: #999999;
36168
- --bs-btn-disabled-color: #fff;
36317
+ --bs-btn-disabled-bg: transparent;
36318
+ --bs-btn-disabled-color: white;
36169
36319
  --bs-btn-disabled-border-color: white;
36170
36320
  }
36171
36321
 
@@ -36203,6 +36353,7 @@ textarea.form-control-lg {
36203
36353
  --bs-btn-active-color: #fff;
36204
36354
  --bs-btn-active-bg: rgb(23.16, 23.64, 24.48);
36205
36355
  --bs-btn-active-border-color: rgb(23.16, 23.64, 24.48);
36356
+ --bs-btn-disabled-bg: rgb(38.6, 39.4, 40.8);
36206
36357
  --bs-btn-disabled-color: #fff;
36207
36358
  --bs-btn-disabled-border-color: rgb(38.6, 39.4, 40.8);
36208
36359
  }
@@ -36223,7 +36374,8 @@ textarea.form-control-lg {
36223
36374
  --bs-btn-active-color: #fff;
36224
36375
  --bs-btn-active-bg: rgb(23.16, 23.64, 24.48);
36225
36376
  --bs-btn-active-border-color: rgb(23.16, 23.64, 24.48);
36226
- --bs-btn-disabled-color: #fff;
36377
+ --bs-btn-disabled-bg: transparent;
36378
+ --bs-btn-disabled-color: rgb(38.6, 39.4, 40.8);
36227
36379
  --bs-btn-disabled-border-color: rgb(38.6, 39.4, 40.8);
36228
36380
  }
36229
36381