@unlk/keymaster 1.1.2 → 1.1.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,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.1.3] - 2025-09-17
6
+
7
+ ### Update
8
+ - Font to Gilroy
9
+
5
10
  ## [1.1.2] - 2025-09-12
6
11
 
7
12
  ### Update
@@ -21865,33 +21865,6 @@
21865
21865
  --fa: "\f8e8";
21866
21866
  }
21867
21867
 
21868
- @font-face {
21869
- font-family: "Wix MadeFor Display";
21870
- font-weight: 400;
21871
- src: url("../../fonts/WixMadeforDisplay-Regular.woff2") format("woff2"), url("../../fonts/WixMadeforDisplay-Regular.ttf") format("truetype");
21872
- }
21873
- @font-face {
21874
- font-family: "Wix MadeFor Display";
21875
- font-weight: 700;
21876
- src: url("../../fonts/WixMadeforDisplay-Bold.woff2") format("woff2"), url("../../fonts/WixMadeforDisplay-Bold.ttf") format("truetype");
21877
- }
21878
- @font-face {
21879
- font-family: STIXTwoText;
21880
- font-style: italic;
21881
- font-weight: 400;
21882
- src: url("../../fonts/STIXTwoText-Italic.woff2") format("woff2"), url("../../fonts/STIXTwoText-Italic.ttf") format("truetype");
21883
- }
21884
- @font-face {
21885
- font-family: "Neulis Neue";
21886
- font-weight: 500;
21887
- src: url("../../fonts/NeulisNeue-Medium.woff2") format("woff2"), url("../../fonts/NeulisNeue-Medium.woff") format("woff");
21888
- }
21889
- @font-face {
21890
- font-family: "Neulis Neue";
21891
- font-style: italic;
21892
- font-weight: 500;
21893
- src: url("../../fonts/NeulisNeue-MediumItalic.woff2") format("woff2"), url("../../fonts/NeulisNeue-MediumItalic.woff") format("woff");
21894
- }
21895
21868
  /*!
21896
21869
  * Bootstrap v5.3.8 (https://getbootstrap.com/)
21897
21870
  * Copyright 2011-2025 The Bootstrap Authors
@@ -21966,7 +21939,7 @@
21966
21939
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
21967
21940
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
21968
21941
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
21969
- --bs-body-font-family: "Wix MadeFor Display";
21942
+ --bs-body-font-family: "Gilroy";
21970
21943
  --bs-body-font-size: 1rem;
21971
21944
  --bs-body-font-weight: 400;
21972
21945
  --bs-body-line-height: 1.5;
@@ -22109,8 +22082,7 @@ hr {
22109
22082
  h6, .h6, h5, .h5, .form-check-tiled .form-check-label:has(span), h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
22110
22083
  margin-top: 0;
22111
22084
  margin-bottom: 0.5rem;
22112
- font-family: "Neulis Neue";
22113
- font-weight: var(--bs-font-weight-medium);
22085
+ font-weight: 500;
22114
22086
  line-height: 1.2;
22115
22087
  color: var(--bs-heading-color);
22116
22088
  }
@@ -22258,7 +22230,7 @@ pre,
22258
22230
  code,
22259
22231
  kbd,
22260
22232
  samp {
22261
- font-family: "Wix MadeFor Display";
22233
+ font-family: "Gilroy";
22262
22234
  font-size: 1em;
22263
22235
  }
22264
22236
 
@@ -22493,9 +22465,8 @@ progress {
22493
22465
  }
22494
22466
 
22495
22467
  .display-1 {
22496
- font-family: "Neulis Neue";
22497
- font-weight: var(--bs-font-weight-medium);
22498
- line-height: 1.1;
22468
+ font-weight: 300;
22469
+ line-height: 1.2;
22499
22470
  font-size: calc(1.625rem + 4.5vw);
22500
22471
  }
22501
22472
  @media (min-width: 1200px) {
@@ -22505,9 +22476,8 @@ progress {
22505
22476
  }
22506
22477
 
22507
22478
  .display-2 {
22508
- font-family: "Neulis Neue";
22509
- font-weight: var(--bs-font-weight-medium);
22510
- line-height: 1.1;
22479
+ font-weight: 300;
22480
+ line-height: 1.2;
22511
22481
  font-size: calc(1.575rem + 3.9vw);
22512
22482
  }
22513
22483
  @media (min-width: 1200px) {
@@ -22517,9 +22487,8 @@ progress {
22517
22487
  }
22518
22488
 
22519
22489
  .display-3 {
22520
- font-family: "Neulis Neue";
22521
- font-weight: var(--bs-font-weight-medium);
22522
- line-height: 1.1;
22490
+ font-weight: 300;
22491
+ line-height: 1.2;
22523
22492
  font-size: calc(1.525rem + 3.3vw);
22524
22493
  }
22525
22494
  @media (min-width: 1200px) {
@@ -22529,9 +22498,8 @@ progress {
22529
22498
  }
22530
22499
 
22531
22500
  .display-4 {
22532
- font-family: "Neulis Neue";
22533
- font-weight: var(--bs-font-weight-medium);
22534
- line-height: 1.1;
22501
+ font-weight: 300;
22502
+ line-height: 1.2;
22535
22503
  font-size: calc(1.475rem + 2.7vw);
22536
22504
  }
22537
22505
  @media (min-width: 1200px) {
@@ -22541,9 +22509,8 @@ progress {
22541
22509
  }
22542
22510
 
22543
22511
  .display-5 {
22544
- font-family: "Neulis Neue";
22545
- font-weight: var(--bs-font-weight-medium);
22546
- line-height: 1.1;
22512
+ font-weight: 300;
22513
+ line-height: 1.2;
22547
22514
  font-size: calc(1.425rem + 2.1vw);
22548
22515
  }
22549
22516
  @media (min-width: 1200px) {
@@ -22553,9 +22520,8 @@ progress {
22553
22520
  }
22554
22521
 
22555
22522
  .display-6 {
22556
- font-family: "Neulis Neue";
22557
- font-weight: var(--bs-font-weight-medium);
22558
- line-height: 1.1;
22523
+ font-weight: 300;
22524
+ line-height: 1.2;
22559
22525
  font-size: calc(1.375rem + 1.5vw);
22560
22526
  }
22561
22527
  @media (min-width: 1200px) {
@@ -27928,7 +27894,7 @@ textarea.form-control-lg {
27928
27894
  z-index: var(--bs-tooltip-zindex);
27929
27895
  display: block;
27930
27896
  margin: var(--bs-tooltip-margin);
27931
- font-family: "Wix MadeFor Display";
27897
+ font-family: "Gilroy";
27932
27898
  font-style: normal;
27933
27899
  font-weight: 400;
27934
27900
  line-height: 1.5;
@@ -28038,7 +28004,7 @@ textarea.form-control-lg {
28038
28004
  z-index: var(--bs-popover-zindex);
28039
28005
  display: block;
28040
28006
  max-width: var(--bs-popover-max-width);
28041
- font-family: "Wix MadeFor Display";
28007
+ font-family: "Gilroy";
28042
28008
  font-style: normal;
28043
28009
  font-weight: 400;
28044
28010
  line-height: 1.5;
@@ -35783,10 +35749,6 @@ textarea.form-control-lg {
35783
35749
  --bs-font-weight-bold: 700;
35784
35750
  }
35785
35751
 
35786
- .blockquote {
35787
- font-family: "STIXTwoText";
35788
- }
35789
-
35790
35752
  .btn {
35791
35753
  box-shadow: none;
35792
35754
  }
@@ -35799,12 +35761,12 @@ textarea.form-control-lg {
35799
35761
  margin-left: 0.5rem;
35800
35762
  }
35801
35763
 
35802
- .btn-link-primary {
35803
- --bs-btn-color: #1f1f4f;
35764
+ .btn-link-action {
35765
+ --bs-btn-color: rgb(19.3, 19.7, 20.4);
35804
35766
  --bs-btn-bg: transparent;
35805
35767
  --bs-btn-border-color: transparent;
35806
- --bs-btn-hover-color: #1f1f4f;
35807
- --bs-btn-hover-bg: rgb(232.6, 232.6, 237.4);
35768
+ --bs-btn-hover-color: rgb(19.3, 19.7, 20.4);
35769
+ --bs-btn-hover-bg: rgb(229.5, 232.9, 255);
35808
35770
  --bs-btn-hover-border-color: transparent;
35809
35771
  --bs-btn-active-bg: rgb(0, 20.4, 153);
35810
35772
  --bs-btn-active-color: #fff;
@@ -36277,7 +36239,7 @@ textarea.form-control-lg {
36277
36239
  }
36278
36240
  .form-check-tiled .form-check-label span {
36279
36241
  display: block;
36280
- font-family: "Wix MadeFor Display";
36242
+ font-family: "Gilroy";
36281
36243
  font-weight: 400;
36282
36244
  }
36283
36245
  .form-check-tiled .form-check-label::before {