@unlk/keymaster 1.1.0 → 1.1.2

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,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.1.2] - 2025-09-12
6
+
7
+ ### Update
8
+ - Fontawesome
9
+ - Change Electric to Action to match Danger and Success
10
+
5
11
  ## [1.1.0] - 2025-09-03
6
12
 
7
13
  ### Update
package/README.md CHANGED
@@ -4,9 +4,7 @@
4
4
 
5
5
  <br />
6
6
  <div align="center">
7
- <a href="https://www.unlock.com/">
8
- <img src="https://www.unlock.com/wp-content/uploads/2025/04/unlock.svg" alt="Unlock Logo">
9
- </a>
7
+ <img src="https://www.unlock.com/wp-content/uploads/2025/09/icon.svg" alt="Unlock Logo">
10
8
 
11
9
  <h3 align="center">Keymaster</h3>
12
10
 
@@ -19229,134 +19229,6 @@
19229
19229
  --fa: "\f8ff";
19230
19230
  }
19231
19231
 
19232
- /*!
19233
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19234
- * License - https://fontawesome.com/license (Commercial License)
19235
- * Copyright 2025 Fonticons, Inc.
19236
- */
19237
- :root, :host {
19238
- --fa-family-classic: "Font Awesome 7 Pro";
19239
- --fa-font-thin: normal 100 1em/1 var(--fa-family-classic);
19240
- /* deprecated: this older custom property will be removed next major release */
19241
- --fa-style-family-classic: var(--fa-family-classic);
19242
- }
19243
-
19244
- @font-face {
19245
- font-family: "Font Awesome 7 Pro";
19246
- font-style: normal;
19247
- font-weight: 100;
19248
- font-display: block;
19249
- src: url("../../../fonts/fa-thin-100.woff2");
19250
- }
19251
- .fat {
19252
- --fa-family: var(--fa-family-classic);
19253
- --fa-style: 100;
19254
- }
19255
-
19256
- .fa-classic {
19257
- --fa-family: var(--fa-family-classic);
19258
- }
19259
-
19260
- .fa-thin {
19261
- --fa-style: 100;
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-classic: "Font Awesome 7 Pro";
19271
- --fa-font-light: normal 300 1em/1 var(--fa-family-classic);
19272
- /* deprecated: this older custom property will be removed next major release */
19273
- --fa-style-family-classic: var(--fa-family-classic);
19274
- }
19275
-
19276
- @font-face {
19277
- font-family: "Font Awesome 7 Pro";
19278
- font-style: normal;
19279
- font-weight: 300;
19280
- font-display: block;
19281
- src: url("../../../fonts/fa-light-300.woff2");
19282
- }
19283
- .fal {
19284
- --fa-family: var(--fa-family-classic);
19285
- --fa-style: 300;
19286
- }
19287
-
19288
- .fa-classic {
19289
- --fa-family: var(--fa-family-classic);
19290
- }
19291
-
19292
- .fa-light {
19293
- --fa-style: 300;
19294
- }
19295
-
19296
- /*!
19297
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19298
- * License - https://fontawesome.com/license (Commercial License)
19299
- * Copyright 2025 Fonticons, Inc.
19300
- */
19301
- :root, :host {
19302
- --fa-family-classic: "Font Awesome 7 Pro";
19303
- --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
19304
- /* deprecated: this older custom property will be removed next major release */
19305
- --fa-style-family-classic: var(--fa-family-classic);
19306
- }
19307
-
19308
- @font-face {
19309
- font-family: "Font Awesome 7 Pro";
19310
- font-style: normal;
19311
- font-weight: 400;
19312
- font-display: block;
19313
- src: url("../../../fonts/fa-regular-400.woff2");
19314
- }
19315
- .far {
19316
- --fa-family: var(--fa-family-classic);
19317
- --fa-style: 400;
19318
- }
19319
-
19320
- .fa-classic {
19321
- --fa-family: var(--fa-family-classic);
19322
- }
19323
-
19324
- .fa-regular {
19325
- --fa-style: 400;
19326
- }
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-classic: "Font Awesome 7 Pro";
19335
- --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
19336
- /* deprecated: this older custom property will be removed next major release */
19337
- --fa-style-family-classic: var(--fa-family-classic);
19338
- }
19339
-
19340
- @font-face {
19341
- font-family: "Font Awesome 7 Pro";
19342
- font-style: normal;
19343
- font-weight: 900;
19344
- font-display: block;
19345
- src: url("../../../fonts/fa-solid-900.woff2");
19346
- }
19347
- .fas {
19348
- --fa-family: var(--fa-family-classic);
19349
- --fa-style: 900;
19350
- }
19351
-
19352
- .fa-classic {
19353
- --fa-family: var(--fa-family-classic);
19354
- }
19355
-
19356
- .fa-solid {
19357
- --fa-style: 900;
19358
- }
19359
-
19360
19232
  /*!
19361
19233
  * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19362
19234
  * License - https://fontawesome.com/license (Commercial License)
@@ -19485,285 +19357,6 @@
19485
19357
  --fa-style: 900;
19486
19358
  }
19487
19359
 
19488
- /*!
19489
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19490
- * License - https://fontawesome.com/license (Commercial License)
19491
- * Copyright 2025 Fonticons, Inc.
19492
- */
19493
- :root, :host {
19494
- --fa-family-duotone: "Font Awesome 7 Duotone";
19495
- --fa-font-duotone: normal 900 1em/1 var(--fa-family-duotone);
19496
- /* deprecated: this older custom property will be removed next major release */
19497
- --fa-style-family-duotone: var(--fa-family-duotone);
19498
- }
19499
-
19500
- @font-face {
19501
- font-family: "Font Awesome 7 Duotone";
19502
- font-style: normal;
19503
- font-weight: 900;
19504
- font-display: block;
19505
- src: url("../../../fonts/fa-duotone-900.woff2");
19506
- }
19507
- .fad,
19508
- .fa-duotone {
19509
- --fa-family: var(--fa-family-duotone);
19510
- --fa-style: 900;
19511
- position: relative;
19512
- letter-spacing: normal;
19513
- }
19514
-
19515
- .fad::before,
19516
- .fa-duotone::before {
19517
- position: absolute;
19518
- color: var(--fa-primary-color, currentColor);
19519
- opacity: var(--fa-primary-opacity, 1);
19520
- }
19521
-
19522
- .fad::after,
19523
- .fa-duotone::after {
19524
- color: var(--fa-secondary-color, currentColor);
19525
- opacity: var(--fa-secondary-opacity, 0.4);
19526
- }
19527
-
19528
- .fa-swap-opacity .fad::before,
19529
- .fa-swap-opacity .fa-duotone::before,
19530
- .fad.fa-swap-opacity::before,
19531
- .fa-duotone.fa-swap-opacity::before {
19532
- opacity: var(--fa-secondary-opacity, 0.4);
19533
- }
19534
-
19535
- .fa-swap-opacity .fad::after,
19536
- .fa-swap-opacity .fa-duotone::after,
19537
- .fad.fa-swap-opacity::after,
19538
- .fa-duotone.fa-swap-opacity::after {
19539
- opacity: var(--fa-primary-opacity, 1);
19540
- }
19541
-
19542
- .fad.fa-li,
19543
- .fa-duotone.fa-li,
19544
- .fad.fa-stack-1x,
19545
- .fa-duotone.fa-stack-1x,
19546
- .fad.fa-stack-2x,
19547
- .fa-duotone.fa-stack-2x {
19548
- position: absolute;
19549
- }
19550
-
19551
- /*!
19552
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19553
- * License - https://fontawesome.com/license (Commercial License)
19554
- * Copyright 2025 Fonticons, Inc.
19555
- */
19556
- :root, :host {
19557
- --fa-family-duotone: "Font Awesome 7 Duotone";
19558
- --fa-font-duotone-thin: normal 100 1em/1 var(--fa-family-duotone);
19559
- /* deprecated: this older custom property will be removed next major release */
19560
- --fa-style-family-duotone: var(--fa-family-duotone);
19561
- }
19562
-
19563
- @font-face {
19564
- font-family: "Font Awesome 7 Duotone";
19565
- font-style: normal;
19566
- font-weight: 100;
19567
- font-display: block;
19568
- src: url("../../../fonts/fa-duotone-thin-100.woff2");
19569
- }
19570
- .fadt {
19571
- --fa-family: var(--fa-family-duotone);
19572
- --fa-style: 100;
19573
- position: relative;
19574
- letter-spacing: normal;
19575
- }
19576
-
19577
- .fa-duotone {
19578
- --fa-family: var(--fa-family-duotone);
19579
- position: relative;
19580
- letter-spacing: normal;
19581
- }
19582
-
19583
- .fa-thin {
19584
- --fa-style: 100;
19585
- }
19586
-
19587
- .fadt::before,
19588
- .fa-duotone::before {
19589
- position: absolute;
19590
- color: var(--fa-primary-color, currentColor);
19591
- opacity: var(--fa-primary-opacity, 1);
19592
- }
19593
-
19594
- .fadt::after,
19595
- .fa-duotone::after {
19596
- color: var(--fa-secondary-color, currentColor);
19597
- opacity: var(--fa-secondary-opacity, 0.4);
19598
- }
19599
-
19600
- .fa-swap-opacity .fadt::before,
19601
- .fa-swap-opacity .fa-duotone::before,
19602
- .fa-swap-opacity.fadt::before,
19603
- .fa-swap-opacity.fa-duotone::before {
19604
- opacity: var(--fa-secondary-opacity, 0.4);
19605
- }
19606
-
19607
- .fa-swap-opacity .fadt::after,
19608
- .fa-swap-opacity .fa-duotone::after,
19609
- .fa-swap-opacity.fadt::after,
19610
- .fa-swap-opacity.fa-duotone::after {
19611
- opacity: var(--fa-primary-opacity, 1);
19612
- }
19613
-
19614
- .fa-li.fadt,
19615
- .fa-li.fa-duotone,
19616
- .fa-stack-1x.fadt,
19617
- .fa-stack-1x.fa-duotone,
19618
- .fa-stack-2x.fadt,
19619
- .fa-stack-2x.fa-duotone {
19620
- position: absolute;
19621
- }
19622
-
19623
- /*!
19624
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19625
- * License - https://fontawesome.com/license (Commercial License)
19626
- * Copyright 2025 Fonticons, Inc.
19627
- */
19628
- :root, :host {
19629
- --fa-family-duotone: "Font Awesome 7 Duotone";
19630
- --fa-font-duotone-light: normal 300 1em/1 var(--fa-family-duotone);
19631
- /* deprecated: this older custom property will be removed next major release */
19632
- --fa-style-family-duotone: var(--fa-family-duotone);
19633
- }
19634
-
19635
- @font-face {
19636
- font-family: "Font Awesome 7 Duotone";
19637
- font-style: normal;
19638
- font-weight: 300;
19639
- font-display: block;
19640
- src: url("../../../fonts/fa-duotone-light-300.woff2");
19641
- }
19642
- .fadl {
19643
- --fa-family: var(--fa-family-duotone);
19644
- --fa-style: 300;
19645
- position: relative;
19646
- letter-spacing: normal;
19647
- }
19648
-
19649
- .fa-duotone {
19650
- --fa-family: var(--fa-family-duotone);
19651
- position: relative;
19652
- letter-spacing: normal;
19653
- }
19654
-
19655
- .fa-light {
19656
- --fa-style: 300;
19657
- }
19658
-
19659
- .fadl::before,
19660
- .fa-duotone::before {
19661
- position: absolute;
19662
- color: var(--fa-primary-color, currentColor);
19663
- opacity: var(--fa-primary-opacity, 1);
19664
- }
19665
-
19666
- .fadl::after,
19667
- .fa-duotone::after {
19668
- color: var(--fa-secondary-color, currentColor);
19669
- opacity: var(--fa-secondary-opacity, 0.4);
19670
- }
19671
-
19672
- .fa-swap-opacity .fadl::before,
19673
- .fa-swap-opacity .fa-duotone::before,
19674
- .fa-swap-opacity.fadl::before,
19675
- .fa-swap-opacity.fa-duotone::before {
19676
- opacity: var(--fa-secondary-opacity, 0.4);
19677
- }
19678
-
19679
- .fa-swap-opacity .fadl::after,
19680
- .fa-swap-opacity .fa-duotone::after,
19681
- .fa-swap-opacity.fadl::after,
19682
- .fa-swap-opacity.fa-duotone::after {
19683
- opacity: var(--fa-primary-opacity, 1);
19684
- }
19685
-
19686
- .fa-li.fadl,
19687
- .fa-li.fa-duotone,
19688
- .fa-stack-1x.fadl,
19689
- .fa-stack-1x.fa-duotone,
19690
- .fa-stack-2x.fadl,
19691
- .fa-stack-2x.fa-duotone {
19692
- position: absolute;
19693
- }
19694
-
19695
- /*!
19696
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19697
- * License - https://fontawesome.com/license (Commercial License)
19698
- * Copyright 2025 Fonticons, Inc.
19699
- */
19700
- :root, :host {
19701
- --fa-family-duotone: "Font Awesome 7 Duotone";
19702
- --fa-font-duotone-regular: normal 400 1em/1 var(--fa-family-duotone);
19703
- /* deprecated: this older custom property will be removed next major release */
19704
- --fa-style-family-duotone: var(--fa-family-duotone);
19705
- }
19706
-
19707
- @font-face {
19708
- font-family: "Font Awesome 7 Duotone";
19709
- font-style: normal;
19710
- font-weight: 400;
19711
- font-display: block;
19712
- src: url("../../../fonts/fa-duotone-regular-400.woff2");
19713
- }
19714
- .fadr {
19715
- --fa-family: var(--fa-family-duotone);
19716
- --fa-style: 400;
19717
- position: relative;
19718
- letter-spacing: normal;
19719
- }
19720
-
19721
- .fa-duotone {
19722
- --fa-family: var(--fa-family-duotone);
19723
- position: relative;
19724
- letter-spacing: normal;
19725
- }
19726
-
19727
- .fa-regular {
19728
- --fa-style: 400;
19729
- }
19730
-
19731
- .fadr::before,
19732
- .fa-duotone::before {
19733
- position: absolute;
19734
- color: var(--fa-primary-color, currentColor);
19735
- opacity: var(--fa-primary-opacity, 1);
19736
- }
19737
-
19738
- .fadr::after,
19739
- .fa-duotone::after {
19740
- color: var(--fa-secondary-color, currentColor);
19741
- opacity: var(--fa-secondary-opacity, 0.4);
19742
- }
19743
-
19744
- .fa-swap-opacity .fadr::before,
19745
- .fa-swap-opacity .fa-duotone::before,
19746
- .fa-swap-opacity.fadr::before,
19747
- .fa-swap-opacity.fa-duotone::before {
19748
- opacity: var(--fa-secondary-opacity, 0.4);
19749
- }
19750
-
19751
- .fa-swap-opacity .fadr::after,
19752
- .fa-swap-opacity .fa-duotone::after,
19753
- .fa-swap-opacity.fadr::after,
19754
- .fa-swap-opacity.fa-duotone::after {
19755
- opacity: var(--fa-primary-opacity, 1);
19756
- }
19757
-
19758
- .fa-li.fadr,
19759
- .fa-li.fa-duotone,
19760
- .fa-stack-1x.fadr,
19761
- .fa-stack-1x.fa-duotone,
19762
- .fa-stack-2x.fadr,
19763
- .fa-stack-2x.fa-duotone {
19764
- position: absolute;
19765
- }
19766
-
19767
19360
  /*!
19768
19361
  * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19769
19362
  * License - https://fontawesome.com/license (Commercial License)
@@ -31341,62 +30934,62 @@ textarea.form-control-lg {
31341
30934
  color: rgb(51, 21.2, 5.2) !important;
31342
30935
  }
31343
30936
 
31344
- .text-electric-25 {
30937
+ .text-action-25 {
31345
30938
  --bs-text-opacity: 1;
31346
30939
  color: rgb(242.25, 243.95, 255) !important;
31347
30940
  }
31348
30941
 
31349
- .text-electric-50 {
30942
+ .text-action-50 {
31350
30943
  --bs-text-opacity: 1;
31351
30944
  color: rgb(229.5, 232.9, 255) !important;
31352
30945
  }
31353
30946
 
31354
- .text-electric-100 {
30947
+ .text-action-100 {
31355
30948
  --bs-text-opacity: 1;
31356
30949
  color: rgb(204, 210.8, 255) !important;
31357
30950
  }
31358
30951
 
31359
- .text-electric-200 {
30952
+ .text-action-200 {
31360
30953
  --bs-text-opacity: 1;
31361
30954
  color: rgb(153, 166.6, 255) !important;
31362
30955
  }
31363
30956
 
31364
- .text-electric-300 {
30957
+ .text-action-300 {
31365
30958
  --bs-text-opacity: 1;
31366
30959
  color: rgb(102, 122.4, 255) !important;
31367
30960
  }
31368
30961
 
31369
- .text-electric-400 {
30962
+ .text-action-400 {
31370
30963
  --bs-text-opacity: 1;
31371
30964
  color: rgb(51, 78.2, 255) !important;
31372
30965
  }
31373
30966
 
31374
- .text-electric-450 {
30967
+ .text-action-450 {
31375
30968
  --bs-text-opacity: 1;
31376
30969
  color: rgb(25.5, 56.1, 255) !important;
31377
30970
  }
31378
30971
 
31379
- .text-electric-500 {
30972
+ .text-action-500 {
31380
30973
  --bs-text-opacity: 1;
31381
30974
  color: #02f !important;
31382
30975
  }
31383
30976
 
31384
- .text-electric-600 {
30977
+ .text-action-600 {
31385
30978
  --bs-text-opacity: 1;
31386
30979
  color: rgb(0, 27.2, 204) !important;
31387
30980
  }
31388
30981
 
31389
- .text-electric-700 {
30982
+ .text-action-700 {
31390
30983
  --bs-text-opacity: 1;
31391
30984
  color: rgb(0, 20.4, 153) !important;
31392
30985
  }
31393
30986
 
31394
- .text-electric-800 {
30987
+ .text-action-800 {
31395
30988
  --bs-text-opacity: 1;
31396
30989
  color: rgb(0, 13.6, 102) !important;
31397
30990
  }
31398
30991
 
31399
- .text-electric-900 {
30992
+ .text-action-900 {
31400
30993
  --bs-text-opacity: 1;
31401
30994
  color: rgb(0, 6.8, 51) !important;
31402
30995
  }
@@ -32096,62 +31689,62 @@ textarea.form-control-lg {
32096
31689
  background-color: rgb(51, 21.2, 5.2) !important;
32097
31690
  }
32098
31691
 
32099
- .bg-electric-25 {
31692
+ .bg-action-25 {
32100
31693
  --bs-bg-opacity: 1;
32101
31694
  background-color: rgb(242.25, 243.95, 255) !important;
32102
31695
  }
32103
31696
 
32104
- .bg-electric-50 {
31697
+ .bg-action-50 {
32105
31698
  --bs-bg-opacity: 1;
32106
31699
  background-color: rgb(229.5, 232.9, 255) !important;
32107
31700
  }
32108
31701
 
32109
- .bg-electric-100 {
31702
+ .bg-action-100 {
32110
31703
  --bs-bg-opacity: 1;
32111
31704
  background-color: rgb(204, 210.8, 255) !important;
32112
31705
  }
32113
31706
 
32114
- .bg-electric-200 {
31707
+ .bg-action-200 {
32115
31708
  --bs-bg-opacity: 1;
32116
31709
  background-color: rgb(153, 166.6, 255) !important;
32117
31710
  }
32118
31711
 
32119
- .bg-electric-300 {
31712
+ .bg-action-300 {
32120
31713
  --bs-bg-opacity: 1;
32121
31714
  background-color: rgb(102, 122.4, 255) !important;
32122
31715
  }
32123
31716
 
32124
- .bg-electric-400 {
31717
+ .bg-action-400 {
32125
31718
  --bs-bg-opacity: 1;
32126
31719
  background-color: rgb(51, 78.2, 255) !important;
32127
31720
  }
32128
31721
 
32129
- .bg-electric-450 {
31722
+ .bg-action-450 {
32130
31723
  --bs-bg-opacity: 1;
32131
31724
  background-color: rgb(25.5, 56.1, 255) !important;
32132
31725
  }
32133
31726
 
32134
- .bg-electric-500 {
31727
+ .bg-action-500 {
32135
31728
  --bs-bg-opacity: 1;
32136
31729
  background-color: #02f !important;
32137
31730
  }
32138
31731
 
32139
- .bg-electric-600 {
31732
+ .bg-action-600 {
32140
31733
  --bs-bg-opacity: 1;
32141
31734
  background-color: rgb(0, 27.2, 204) !important;
32142
31735
  }
32143
31736
 
32144
- .bg-electric-700 {
31737
+ .bg-action-700 {
32145
31738
  --bs-bg-opacity: 1;
32146
31739
  background-color: rgb(0, 20.4, 153) !important;
32147
31740
  }
32148
31741
 
32149
- .bg-electric-800 {
31742
+ .bg-action-800 {
32150
31743
  --bs-bg-opacity: 1;
32151
31744
  background-color: rgb(0, 13.6, 102) !important;
32152
31745
  }
32153
31746
 
32154
- .bg-electric-900 {
31747
+ .bg-action-900 {
32155
31748
  --bs-bg-opacity: 1;
32156
31749
  background-color: rgb(0, 6.8, 51) !important;
32157
31750
  }