@unlk/keymaster 1.5.5 → 1.5.7

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.
Files changed (52) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/css/keymaster.css +765 -26
  3. package/dist/css/keymaster.css.map +1 -1
  4. package/dist/css/keymaster.min.css +24 -24
  5. package/dist/css/keymaster.min.css.map +1 -1
  6. package/dist/js/keymaster.js +58 -58
  7. package/dist/js/keymaster.min.js +4 -4
  8. package/dist/js/keymaster.min.js.map +1 -1
  9. package/fonts/fa-brands-400.woff2 +0 -0
  10. package/fonts/fa-duotone-900.woff2 +0 -0
  11. package/fonts/fa-duotone-light-300.woff2 +0 -0
  12. package/fonts/fa-duotone-regular-400.woff2 +0 -0
  13. package/fonts/fa-duotone-thin-100.woff2 +0 -0
  14. package/fonts/fa-light-300.woff2 +0 -0
  15. package/fonts/fa-regular-400.woff2 +0 -0
  16. package/fonts/fa-sharp-duotone-light-300.woff2 +0 -0
  17. package/fonts/fa-sharp-duotone-regular-400.woff2 +0 -0
  18. package/fonts/fa-sharp-duotone-solid-900.woff2 +0 -0
  19. package/fonts/fa-sharp-duotone-thin-100.woff2 +0 -0
  20. package/fonts/fa-sharp-light-300.woff2 +0 -0
  21. package/fonts/fa-sharp-regular-400.woff2 +0 -0
  22. package/fonts/fa-sharp-solid-900.woff2 +0 -0
  23. package/fonts/fa-sharp-thin-100.woff2 +0 -0
  24. package/fonts/fa-solid-900.woff2 +0 -0
  25. package/fonts/fa-thin-100.woff2 +0 -0
  26. package/fonts/fa-v4compatibility.woff2 +0 -0
  27. package/package.json +1 -1
  28. package/scss/assets/fontawesome/_core.scss +109 -3
  29. package/scss/assets/fontawesome/_stacked.scss +4 -2
  30. package/scss/assets/fontawesome/_variables.scss +304 -0
  31. package/scss/assets/fontawesome/brands.scss +2 -2
  32. package/scss/assets/fontawesome/duotone-light.scss +2 -2
  33. package/scss/assets/fontawesome/duotone-regular.scss +2 -2
  34. package/scss/assets/fontawesome/duotone-thin.scss +2 -2
  35. package/scss/assets/fontawesome/duotone.scss +2 -2
  36. package/scss/assets/fontawesome/fontawesome.scss +2 -2
  37. package/scss/assets/fontawesome/light.scss +2 -2
  38. package/scss/assets/fontawesome/regular.scss +2 -2
  39. package/scss/assets/fontawesome/sharp-duotone-light.scss +2 -2
  40. package/scss/assets/fontawesome/sharp-duotone-regular.scss +2 -2
  41. package/scss/assets/fontawesome/sharp-duotone-solid.scss +2 -2
  42. package/scss/assets/fontawesome/sharp-duotone-thin.scss +2 -2
  43. package/scss/assets/fontawesome/sharp-light.scss +2 -2
  44. package/scss/assets/fontawesome/sharp-regular.scss +2 -2
  45. package/scss/assets/fontawesome/sharp-solid.scss +2 -2
  46. package/scss/assets/fontawesome/sharp-thin.scss +2 -2
  47. package/scss/assets/fontawesome/solid.scss +2 -2
  48. package/scss/assets/fontawesome/thin.scss +2 -2
  49. package/scss/assets/fontawesome/v4-shims.scss +2 -2
  50. package/scss/theme/_variables.scss +8 -0
  51. package/scss/theme/_version.scss +1 -1
  52. package/scss/theme/forms/_floating-labels.scss +26 -0
@@ -1,8 +1,8 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
3
+ * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
4
4
  * License - https://fontawesome.com/license (Commercial License)
5
- * Copyright 2025 Fonticons, Inc.
5
+ * Copyright 2026 Fonticons, Inc.
6
6
  */
7
7
  .fa-solid,
8
8
  .fa-regular,
@@ -32,10 +32,14 @@
32
32
  .fans,
33
33
  .fands,
34
34
  .faes,
35
+ .fagt,
35
36
  .fajr,
36
37
  .fajfr,
37
38
  .fajdr,
38
39
  .facr,
40
+ .fausb,
41
+ .faudsb,
42
+ .faufsb,
39
43
  .fa-solid,
40
44
  .fa-semibold,
41
45
  .fa-regular,
@@ -48,6 +52,7 @@
48
52
  .fa-sharp-duotone,
49
53
  .fa-chisel,
50
54
  .fa-etch,
55
+ .fa-graphite,
51
56
  .fa-jelly,
52
57
  .fa-jelly-duo,
53
58
  .fa-jelly-fill,
@@ -56,6 +61,9 @@
56
61
  .fa-slab,
57
62
  .fa-slab-press,
58
63
  .fa-thumbprint,
64
+ .fa-utility,
65
+ .fa-utility-duo,
66
+ .fa-utility-fill,
59
67
  .fa-whiteboard,
60
68
  .fa {
61
69
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
@@ -98,10 +106,14 @@
98
106
  .fans,
99
107
  .fands,
100
108
  .faes,
109
+ .fagt,
101
110
  .fajr,
102
111
  .fajfr,
103
112
  .fajdr,
104
113
  .facr,
114
+ .fausb,
115
+ .faudsb,
116
+ .faufsb,
105
117
  .fa-solid,
106
118
  .fa-semibold,
107
119
  .fa-regular,
@@ -114,6 +126,7 @@
114
126
  .fa-sharp-duotone,
115
127
  .fa-chisel,
116
128
  .fa-etch,
129
+ .fa-graphite,
117
130
  .fa-jelly,
118
131
  .fa-jelly-duo,
119
132
  .fa-jelly-fill,
@@ -122,12 +135,76 @@
122
135
  .fa-slab,
123
136
  .fa-slab-press,
124
137
  .fa-thumbprint,
138
+ .fa-utility,
139
+ .fa-utility-duo,
140
+ .fa-utility-fill,
125
141
  .fa-whiteboard,
126
142
  .fa)::before {
127
- content: var(--fa);
128
143
  content: var(--fa)/"";
129
144
  }
130
145
 
146
+ @supports not (content: ""/"") {
147
+ :is(.fas,
148
+ .fass,
149
+ .far,
150
+ .fasr,
151
+ .fal,
152
+ .fasl,
153
+ .fat,
154
+ .fast,
155
+ .fad,
156
+ .fadr,
157
+ .fadl,
158
+ .fadt,
159
+ .fasds,
160
+ .fasdr,
161
+ .fasdl,
162
+ .fasdt,
163
+ .fab,
164
+ .faslr,
165
+ .faslpr,
166
+ .fawsb,
167
+ .fatl,
168
+ .fans,
169
+ .fands,
170
+ .faes,
171
+ .fagt,
172
+ .fajr,
173
+ .fajfr,
174
+ .fajdr,
175
+ .facr,
176
+ .fausb,
177
+ .faudsb,
178
+ .faufsb,
179
+ .fa-solid,
180
+ .fa-semibold,
181
+ .fa-regular,
182
+ .fa-light,
183
+ .fa-thin,
184
+ .fa-brands,
185
+ .fa-classic,
186
+ .fa-duotone,
187
+ .fa-sharp,
188
+ .fa-sharp-duotone,
189
+ .fa-chisel,
190
+ .fa-etch,
191
+ .fa-graphite,
192
+ .fa-jelly,
193
+ .fa-jelly-duo,
194
+ .fa-jelly-fill,
195
+ .fa-notdog,
196
+ .fa-notdog-duo,
197
+ .fa-slab,
198
+ .fa-slab-press,
199
+ .fa-thumbprint,
200
+ .fa-utility,
201
+ .fa-utility-duo,
202
+ .fa-utility-fill,
203
+ .fa-whiteboard,
204
+ .fa)::before {
205
+ content: var(--fa);
206
+ }
207
+ }
131
208
  :is(.fad,
132
209
  .fa-duotone,
133
210
  .fadr,
@@ -143,12 +220,35 @@
143
220
  .fands,
144
221
  .fa-notdog-duo,
145
222
  .fajdr,
146
- .fa-jelly-duo)::after {
147
- content: var(--fa);
223
+ .fa-jelly-duo,
224
+ .faudsb,
225
+ .fa-utility-duo)::after {
148
226
  content: var(--fa)/"";
149
227
  font-feature-settings: "ss01";
150
228
  }
151
229
 
230
+ @supports not (content: ""/"") {
231
+ :is(.fad,
232
+ .fa-duotone,
233
+ .fadr,
234
+ .fadl,
235
+ .fadt,
236
+ .fasds,
237
+ .fa-sharp-duotone,
238
+ .fasdr,
239
+ .fasdl,
240
+ .fasdt,
241
+ .fatl,
242
+ .fa-thumbprint,
243
+ .fands,
244
+ .fa-notdog-duo,
245
+ .fajdr,
246
+ .fa-jelly-duo,
247
+ .faudsb,
248
+ .fa-utility-duo)::after {
249
+ content: var(--fa);
250
+ }
251
+ }
152
252
  .fa-1x {
153
253
  font-size: 1em;
154
254
  }
@@ -500,10 +600,11 @@
500
600
 
501
601
  .fa-stack-1x,
502
602
  .fa-stack-2x {
503
- left: 0;
603
+ --fa-width: 100%;
604
+ inset: 0;
504
605
  position: absolute;
505
606
  text-align: center;
506
- width: 100%;
607
+ width: var(--fa-width);
507
608
  z-index: var(--fa-stack-z-index, auto);
508
609
  }
509
610
 
@@ -8389,6 +8490,10 @@
8389
8490
  --fa: "\e773";
8390
8491
  }
8391
8492
 
8493
+ .fa-rectangle-hdr {
8494
+ --fa: "\e773";
8495
+ }
8496
+
8392
8497
  .fa-rectangle-video-on-demand {
8393
8498
  --fa: "\e774";
8394
8499
  }
@@ -8745,6 +8850,10 @@
8745
8850
  --fa: "\e7cc";
8746
8851
  }
8747
8852
 
8853
+ .fa-numpad {
8854
+ --fa: "\e7cc";
8855
+ }
8856
+
8748
8857
  .fa-computer-mouse-button-left {
8749
8858
  --fa: "\e7cd";
8750
8859
  }
@@ -9017,6 +9126,454 @@
9017
9126
  --fa: "\e820";
9018
9127
  }
9019
9128
 
9129
+ .fa-mailbox-open-empty {
9130
+ --fa: "\e821";
9131
+ }
9132
+
9133
+ .fa-mailbox-open-letter {
9134
+ --fa: "\e823";
9135
+ }
9136
+
9137
+ .fa-lychee {
9138
+ --fa: "\e824";
9139
+ }
9140
+
9141
+ .fa-tank-recovery {
9142
+ --fa: "\e825";
9143
+ }
9144
+
9145
+ .fa-transducer {
9146
+ --fa: "\e826";
9147
+ }
9148
+
9149
+ .fa-box-arrow-up {
9150
+ --fa: "\e827";
9151
+ }
9152
+
9153
+ .fa-box-magnifying-glass {
9154
+ --fa: "\e828";
9155
+ }
9156
+
9157
+ .fa-envelope-ribbon {
9158
+ --fa: "\e829";
9159
+ }
9160
+
9161
+ .fa-envelope-certificate {
9162
+ --fa: "\e829";
9163
+ }
9164
+
9165
+ .fa-water-temperature {
9166
+ --fa: "\e82a";
9167
+ }
9168
+
9169
+ .fa-water-temp {
9170
+ --fa: "\e82a";
9171
+ }
9172
+
9173
+ .fa-aeropress {
9174
+ --fa: "\e82b";
9175
+ }
9176
+
9177
+ .fa-caret-large-down {
9178
+ --fa: "\e82c";
9179
+ }
9180
+
9181
+ .fa-caret-large-left {
9182
+ --fa: "\e82d";
9183
+ }
9184
+
9185
+ .fa-caret-large-right {
9186
+ --fa: "\e82e";
9187
+ }
9188
+
9189
+ .fa-caret-large-up {
9190
+ --fa: "\e82f";
9191
+ }
9192
+
9193
+ .fa-chemex {
9194
+ --fa: "\e830";
9195
+ }
9196
+
9197
+ .fa-hand-shaka {
9198
+ --fa: "\e831";
9199
+ }
9200
+
9201
+ .fa-kettlebell {
9202
+ --fa: "\e832";
9203
+ }
9204
+
9205
+ .fa-foot-wing {
9206
+ --fa: "\e834";
9207
+ }
9208
+
9209
+ .fa-pump-impeller {
9210
+ --fa: "\e835";
9211
+ }
9212
+
9213
+ .fa-arrow-rotate-left-10 {
9214
+ --fa: "\e836";
9215
+ }
9216
+
9217
+ .fa-arrow-rotate-right-10 {
9218
+ --fa: "\e837";
9219
+ }
9220
+
9221
+ .fa-arrow-archery {
9222
+ --fa: "\e839";
9223
+ }
9224
+
9225
+ .fa-bow-archery {
9226
+ --fa: "\e83a";
9227
+ }
9228
+
9229
+ .fa-eye-closed {
9230
+ --fa: "\e83b";
9231
+ }
9232
+
9233
+ .fa-file-css {
9234
+ --fa: "\e83c";
9235
+ }
9236
+
9237
+ .fa-file-html {
9238
+ --fa: "\e83d";
9239
+ }
9240
+
9241
+ .fa-file-js {
9242
+ --fa: "\e83e";
9243
+ }
9244
+
9245
+ .fa-layer {
9246
+ --fa: "\e83f";
9247
+ }
9248
+
9249
+ .fa-file-icns {
9250
+ --fa: "\e841";
9251
+ }
9252
+
9253
+ .fa-link-broken {
9254
+ --fa: "\e842";
9255
+ }
9256
+
9257
+ .fa-gpu {
9258
+ --fa: "\e843";
9259
+ }
9260
+
9261
+ .fa-aquarius {
9262
+ --fa: "\e845";
9263
+ }
9264
+
9265
+ .fa-aries {
9266
+ --fa: "\e846";
9267
+ }
9268
+
9269
+ .fa-cancer {
9270
+ --fa: "\e847";
9271
+ }
9272
+
9273
+ .fa-capricorn {
9274
+ --fa: "\e848";
9275
+ }
9276
+
9277
+ .fa-gemini {
9278
+ --fa: "\e849";
9279
+ }
9280
+
9281
+ .fa-leo {
9282
+ --fa: "\e84a";
9283
+ }
9284
+
9285
+ .fa-libra {
9286
+ --fa: "\e84b";
9287
+ }
9288
+
9289
+ .fa-pisces {
9290
+ --fa: "\e84c";
9291
+ }
9292
+
9293
+ .fa-sagittarius {
9294
+ --fa: "\e84d";
9295
+ }
9296
+
9297
+ .fa-scorpio {
9298
+ --fa: "\e84e";
9299
+ }
9300
+
9301
+ .fa-taurus {
9302
+ --fa: "\e84f";
9303
+ }
9304
+
9305
+ .fa-virgo {
9306
+ --fa: "\e850";
9307
+ }
9308
+
9309
+ .fa-bicep {
9310
+ --fa: "\e862";
9311
+ }
9312
+
9313
+ .fa-rectangle-irc {
9314
+ --fa: "\e86c";
9315
+ }
9316
+
9317
+ .fa-moon-first-quarter {
9318
+ --fa: "\e870";
9319
+ }
9320
+
9321
+ .fa-moon-last-quarter-inverse {
9322
+ --fa: "\e870";
9323
+ }
9324
+
9325
+ .fa-moon-full {
9326
+ --fa: "\e871";
9327
+ }
9328
+
9329
+ .fa-moon-new-inverse {
9330
+ --fa: "\e871";
9331
+ }
9332
+
9333
+ .fa-moon-last-quarter {
9334
+ --fa: "\e872";
9335
+ }
9336
+
9337
+ .fa-moon-first-quarter-inverse {
9338
+ --fa: "\e872";
9339
+ }
9340
+
9341
+ .fa-moon-new {
9342
+ --fa: "\e873";
9343
+ }
9344
+
9345
+ .fa-moon-full-inverse {
9346
+ --fa: "\e873";
9347
+ }
9348
+
9349
+ .fa-moon-waning-crescent {
9350
+ --fa: "\e874";
9351
+ }
9352
+
9353
+ .fa-moon-waxing-gibbous-inverse {
9354
+ --fa: "\e874";
9355
+ }
9356
+
9357
+ .fa-moon-waning-gibbous {
9358
+ --fa: "\e875";
9359
+ }
9360
+
9361
+ .fa-moon-waxing-crescent-inverse {
9362
+ --fa: "\e875";
9363
+ }
9364
+
9365
+ .fa-moon-waxing-crescent {
9366
+ --fa: "\e876";
9367
+ }
9368
+
9369
+ .fa-moon-waning-gibbous-inverse {
9370
+ --fa: "\e876";
9371
+ }
9372
+
9373
+ .fa-moon-waxing-gibbous {
9374
+ --fa: "\e877";
9375
+ }
9376
+
9377
+ .fa-moon-waning-crescent-inverse {
9378
+ --fa: "\e877";
9379
+ }
9380
+
9381
+ .fa-burst-new {
9382
+ --fa: "\e878";
9383
+ }
9384
+
9385
+ .fa-rectangle-new {
9386
+ --fa: "\e87a";
9387
+ }
9388
+
9389
+ .fa-opossum {
9390
+ --fa: "\e87c";
9391
+ }
9392
+
9393
+ .fa-possum {
9394
+ --fa: "\e87c";
9395
+ }
9396
+
9397
+ .fa-input-password {
9398
+ --fa: "\e87d";
9399
+ }
9400
+
9401
+ .fa-desk {
9402
+ --fa: "\e87e";
9403
+ }
9404
+
9405
+ .fa-dresser {
9406
+ --fa: "\e87f";
9407
+ }
9408
+
9409
+ .fa-stool {
9410
+ --fa: "\e880";
9411
+ }
9412
+
9413
+ .fa-wardrobe {
9414
+ --fa: "\e881";
9415
+ }
9416
+
9417
+ .fa-table-dining {
9418
+ --fa: "\e882";
9419
+ }
9420
+
9421
+ .fa-chest-drawers {
9422
+ --fa: "\e883";
9423
+ }
9424
+
9425
+ .fa-oar {
9426
+ --fa: "\e884";
9427
+ }
9428
+
9429
+ .fa-oars {
9430
+ --fa: "\e885";
9431
+ }
9432
+
9433
+ .fa-arrow-rotate-left-15 {
9434
+ --fa: "\e886";
9435
+ }
9436
+
9437
+ .fa-arrow-rotate-left-30 {
9438
+ --fa: "\e887";
9439
+ }
9440
+
9441
+ .fa-arrow-rotate-right-15 {
9442
+ --fa: "\e888";
9443
+ }
9444
+
9445
+ .fa-arrow-rotate-right-30 {
9446
+ --fa: "\e889";
9447
+ }
9448
+
9449
+ .fa-rows-3 {
9450
+ --fa: "\e88b";
9451
+ }
9452
+
9453
+ .fa-table-cells-merge {
9454
+ --fa: "\e88c";
9455
+ }
9456
+
9457
+ .fa-table-cells-split {
9458
+ --fa: "\e88d";
9459
+ }
9460
+
9461
+ .fa-table-columns-add-after {
9462
+ --fa: "\e88e";
9463
+ }
9464
+
9465
+ .fa-table-columns-add-before {
9466
+ --fa: "\e88f";
9467
+ }
9468
+
9469
+ .fa-table-columns-merge-next {
9470
+ --fa: "\e890";
9471
+ }
9472
+
9473
+ .fa-table-columns-merge-previous {
9474
+ --fa: "\e891";
9475
+ }
9476
+
9477
+ .fa-table-columns-remove-after {
9478
+ --fa: "\e892";
9479
+ }
9480
+
9481
+ .fa-table-columns-remove-before {
9482
+ --fa: "\e893";
9483
+ }
9484
+
9485
+ .fa-table-rows-add-above {
9486
+ --fa: "\e894";
9487
+ }
9488
+
9489
+ .fa-table-rows-add-below {
9490
+ --fa: "\e895";
9491
+ }
9492
+
9493
+ .fa-table-rows-merge-next {
9494
+ --fa: "\e896";
9495
+ }
9496
+
9497
+ .fa-table-rows-merge-previous {
9498
+ --fa: "\e897";
9499
+ }
9500
+
9501
+ .fa-table-rows-remove-above {
9502
+ --fa: "\e898";
9503
+ }
9504
+
9505
+ .fa-table-rows-remove-below {
9506
+ --fa: "\e899";
9507
+ }
9508
+
9509
+ .fa-table-slash {
9510
+ --fa: "\e89a";
9511
+ }
9512
+
9513
+ .fa-kayak {
9514
+ --fa: "\e89b";
9515
+ }
9516
+
9517
+ .fa-canoe-person {
9518
+ --fa: "\e89c";
9519
+ }
9520
+
9521
+ .fa-utility-can {
9522
+ --fa: "\e89d";
9523
+ }
9524
+
9525
+ .fa-table-bar {
9526
+ --fa: "\e89e";
9527
+ }
9528
+
9529
+ .fa-owl {
9530
+ --fa: "\e89f";
9531
+ }
9532
+
9533
+ .fa-rectangle-api {
9534
+ --fa: "\e8a0";
9535
+ }
9536
+
9537
+ .fa-nas {
9538
+ --fa: "\e8a1";
9539
+ }
9540
+
9541
+ .fa-poker-chip {
9542
+ --fa: "\e8a2";
9543
+ }
9544
+
9545
+ .fa-tower-receive {
9546
+ --fa: "\e8a3";
9547
+ }
9548
+
9549
+ .fa-gear-api {
9550
+ --fa: "\e8a4";
9551
+ }
9552
+
9553
+ .fa-gear-complex-api {
9554
+ --fa: "\e8a5";
9555
+ }
9556
+
9557
+ .fa-globe-www {
9558
+ --fa: "\e8a6";
9559
+ }
9560
+
9561
+ .fa-label {
9562
+ --fa: "\e8a7";
9563
+ }
9564
+
9565
+ .fa-rectangle-n-a {
9566
+ --fa: "\e8a8";
9567
+ }
9568
+
9569
+ .fa-remote {
9570
+ --fa: "\e8a9";
9571
+ }
9572
+
9573
+ .fa-image-broken {
9574
+ --fa: "\e8aa";
9575
+ }
9576
+
9020
9577
  .fa-martini-glass-empty {
9021
9578
  --fa: "\f000";
9022
9579
  }
@@ -19230,9 +19787,9 @@
19230
19787
  }
19231
19788
 
19232
19789
  /*!
19233
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19790
+ * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
19234
19791
  * License - https://fontawesome.com/license (Commercial License)
19235
- * Copyright 2025 Fonticons, Inc.
19792
+ * Copyright 2026 Fonticons, Inc.
19236
19793
  */
19237
19794
  :root, :host {
19238
19795
  --fa-family-sharp: 'Font Awesome 7 Sharp';
@@ -19262,9 +19819,9 @@
19262
19819
  }
19263
19820
 
19264
19821
  /*!
19265
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19822
+ * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
19266
19823
  * License - https://fontawesome.com/license (Commercial License)
19267
- * Copyright 2025 Fonticons, Inc.
19824
+ * Copyright 2026 Fonticons, Inc.
19268
19825
  */
19269
19826
  :root, :host {
19270
19827
  --fa-family-sharp: 'Font Awesome 7 Sharp';
@@ -19294,9 +19851,9 @@
19294
19851
  }
19295
19852
 
19296
19853
  /*!
19297
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19854
+ * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
19298
19855
  * License - https://fontawesome.com/license (Commercial License)
19299
- * Copyright 2025 Fonticons, Inc.
19856
+ * Copyright 2026 Fonticons, Inc.
19300
19857
  */
19301
19858
  :root, :host {
19302
19859
  --fa-family-sharp: 'Font Awesome 7 Sharp';
@@ -19326,9 +19883,9 @@
19326
19883
  }
19327
19884
 
19328
19885
  /*!
19329
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19886
+ * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
19330
19887
  * License - https://fontawesome.com/license (Commercial License)
19331
- * Copyright 2025 Fonticons, Inc.
19888
+ * Copyright 2026 Fonticons, Inc.
19332
19889
  */
19333
19890
  :root, :host {
19334
19891
  --fa-family-sharp: 'Font Awesome 7 Sharp';
@@ -19358,9 +19915,9 @@
19358
19915
  }
19359
19916
 
19360
19917
  /*!
19361
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19918
+ * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
19362
19919
  * License - https://fontawesome.com/license (Commercial License)
19363
- * Copyright 2025 Fonticons, Inc.
19920
+ * Copyright 2026 Fonticons, Inc.
19364
19921
  */
19365
19922
  :root, :host {
19366
19923
  --fa-family-sharp-duotone: 'Font Awesome 7 Sharp Duotone';
@@ -19430,9 +19987,9 @@
19430
19987
  }
19431
19988
 
19432
19989
  /*!
19433
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
19990
+ * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
19434
19991
  * License - https://fontawesome.com/license (Commercial License)
19435
- * Copyright 2025 Fonticons, Inc.
19992
+ * Copyright 2026 Fonticons, Inc.
19436
19993
  */
19437
19994
  :root, :host {
19438
19995
  --fa-family-sharp-duotone: 'Font Awesome 7 Sharp Duotone';
@@ -19502,9 +20059,9 @@
19502
20059
  }
19503
20060
 
19504
20061
  /*!
19505
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
20062
+ * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
19506
20063
  * License - https://fontawesome.com/license (Commercial License)
19507
- * Copyright 2025 Fonticons, Inc.
20064
+ * Copyright 2026 Fonticons, Inc.
19508
20065
  */
19509
20066
  :root, :host {
19510
20067
  --fa-family-sharp-duotone: 'Font Awesome 7 Sharp Duotone';
@@ -19574,9 +20131,9 @@
19574
20131
  }
19575
20132
 
19576
20133
  /*!
19577
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
20134
+ * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
19578
20135
  * License - https://fontawesome.com/license (Commercial License)
19579
- * Copyright 2025 Fonticons, Inc.
20136
+ * Copyright 2026 Fonticons, Inc.
19580
20137
  */
19581
20138
  :root, :host {
19582
20139
  --fa-family-sharp-duotone: 'Font Awesome 7 Sharp Duotone';
@@ -19646,9 +20203,9 @@
19646
20203
  }
19647
20204
 
19648
20205
  /*!
19649
- * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
20206
+ * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
19650
20207
  * License - https://fontawesome.com/license (Commercial License)
19651
- * Copyright 2025 Fonticons, Inc.
20208
+ * Copyright 2026 Fonticons, Inc.
19652
20209
  */
19653
20210
  :root, :host {
19654
20211
  --fa-family-brands: 'Font Awesome 7 Brands';
@@ -20049,6 +20606,158 @@
20049
20606
  --fa: "\e812";
20050
20607
  }
20051
20608
 
20609
+ .fa-supportnow {
20610
+ --fa: "\e833";
20611
+ }
20612
+
20613
+ .fa-tor-browser {
20614
+ --fa: "\e838";
20615
+ }
20616
+
20617
+ .fa-typescript {
20618
+ --fa: "\e840";
20619
+ }
20620
+
20621
+ .fa-square-deskpro {
20622
+ --fa: "\e844";
20623
+ }
20624
+
20625
+ .fa-circle-zulip {
20626
+ --fa: "\e851";
20627
+ }
20628
+
20629
+ .fa-julia {
20630
+ --fa: "\e852";
20631
+ }
20632
+
20633
+ .fa-zulip {
20634
+ --fa: "\e853";
20635
+ }
20636
+
20637
+ .fa-unison {
20638
+ --fa: "\e854";
20639
+ }
20640
+
20641
+ .fa-board-game-geek {
20642
+ --fa: "\e855";
20643
+ }
20644
+
20645
+ .fa-bgg {
20646
+ --fa: "\e855";
20647
+ }
20648
+
20649
+ .fa-ko-fi {
20650
+ --fa: "\e856";
20651
+ }
20652
+
20653
+ .fa-kubernetes {
20654
+ --fa: "\e857";
20655
+ }
20656
+
20657
+ .fa-postgresql {
20658
+ --fa: "\e858";
20659
+ }
20660
+
20661
+ .fa-scaleway {
20662
+ --fa: "\e859";
20663
+ }
20664
+
20665
+ .fa-venmo {
20666
+ --fa: "\e85a";
20667
+ }
20668
+
20669
+ .fa-venmo-v {
20670
+ --fa: "\e85b";
20671
+ }
20672
+
20673
+ .fa-unreal-engine {
20674
+ --fa: "\e85c";
20675
+ }
20676
+
20677
+ .fa-globaleaks {
20678
+ --fa: "\e85d";
20679
+ }
20680
+
20681
+ .fa-solana {
20682
+ --fa: "\e85e";
20683
+ }
20684
+
20685
+ .fa-threema {
20686
+ --fa: "\e85f";
20687
+ }
20688
+
20689
+ .fa-forgejo {
20690
+ --fa: "\e860";
20691
+ }
20692
+
20693
+ .fa-claude {
20694
+ --fa: "\e861";
20695
+ }
20696
+
20697
+ .fa-gitee {
20698
+ --fa: "\e863";
20699
+ }
20700
+
20701
+ .fa-xmpp {
20702
+ --fa: "\e864";
20703
+ }
20704
+
20705
+ .fa-fediverse {
20706
+ --fa: "\e865";
20707
+ }
20708
+
20709
+ .fa-tailwind-css {
20710
+ --fa: "\e866";
20711
+ }
20712
+
20713
+ .fa-arch-linux {
20714
+ --fa: "\e867";
20715
+ }
20716
+
20717
+ .fa-svelte {
20718
+ --fa: "\e868";
20719
+ }
20720
+
20721
+ .fa-hugging-face {
20722
+ --fa: "\e869";
20723
+ }
20724
+
20725
+ .fa-leetcode {
20726
+ --fa: "\e86a";
20727
+ }
20728
+
20729
+ .fa-openstreetmap {
20730
+ --fa: "\e86b";
20731
+ }
20732
+
20733
+ .fa-ultralytics {
20734
+ --fa: "\e86d";
20735
+ }
20736
+
20737
+ .fa-ultralytics-hub {
20738
+ --fa: "\e86e";
20739
+ }
20740
+
20741
+ .fa-ultralytics-yolo {
20742
+ --fa: "\e86f";
20743
+ }
20744
+
20745
+ .fa-obsidian {
20746
+ --fa: "\e879";
20747
+ }
20748
+
20749
+ .fa-zoom {
20750
+ --fa: "\e87b";
20751
+ }
20752
+
20753
+ .fa-vim {
20754
+ --fa: "\e88a";
20755
+ }
20756
+
20757
+ .fa-symfonycasts {
20758
+ --fa: "\e8ab";
20759
+ }
20760
+
20052
20761
  .fa-square-twitter {
20053
20762
  --fa: "\f081";
20054
20763
  }
@@ -21866,7 +22575,7 @@
21866
22575
  }
21867
22576
 
21868
22577
  /*!
21869
- * Keymaster v1.5.5 (https://keymaster.unlock.com)
22578
+ * Keymaster v1.5.7 (https://keymaster.unlock.com)
21870
22579
  * Copyright 2022-2025 Unlk Developers
21871
22580
  * Licensed under MIT
21872
22581
  */
@@ -37243,6 +37952,36 @@ textarea.form-control-lg {
37243
37952
  opacity: 1;
37244
37953
  transform: none;
37245
37954
  }
37955
+ .form-floating > .form-control-sm,
37956
+ .form-floating > .form-select-sm {
37957
+ height: calc(2.5rem + calc(0.125rem * 2));
37958
+ min-height: calc(2.5rem + calc(0.125rem * 2));
37959
+ padding: 0.625rem 0.5rem;
37960
+ line-height: 1.25;
37961
+ border-radius: var(--bs-border-radius-xs);
37962
+ }
37963
+ .form-floating > .form-control-sm.form-control:not(:-moz-placeholder) ~ label, .form-floating > .form-select-sm.form-control:not(:-moz-placeholder) ~ label {
37964
+ transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
37965
+ }
37966
+ .form-floating > .form-control-sm.form-control:focus ~ label, .form-floating > .form-control-sm.form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-sm.form-control-plaintext ~ label, .form-floating > .form-control-sm.form-select ~ label,
37967
+ .form-floating > .form-select-sm.form-control:focus ~ label,
37968
+ .form-floating > .form-select-sm.form-control:not(:placeholder-shown) ~ label,
37969
+ .form-floating > .form-select-sm.form-control-plaintext ~ label,
37970
+ .form-floating > .form-select-sm.form-select ~ label {
37971
+ transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
37972
+ }
37973
+ .form-floating > .form-control-sm.form-control:not(:-moz-placeholder), .form-floating > .form-select-sm.form-control:not(:-moz-placeholder) {
37974
+ padding-top: 1.125rem;
37975
+ }
37976
+ .form-floating > .form-control-sm.form-control:not(:placeholder-shown),
37977
+ .form-floating > .form-select-sm.form-control:not(:placeholder-shown) {
37978
+ padding-top: 1.125rem;
37979
+ }
37980
+ .form-floating > .form-control-sm ~ label,
37981
+ .form-floating > .form-select-sm ~ label {
37982
+ padding: 0.625rem 0.5rem;
37983
+ font-size: 0.875rem;
37984
+ }
37246
37985
 
37247
37986
  .pagination {
37248
37987
  padding: 0.25rem 0;