@unlk/keymaster 1.1.2 → 1.1.4
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 +10 -0
- package/dist/css/keymaster.css +16 -54
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +2 -2
- package/dist/css/keymaster.min.css.map +1 -1
- package/dist/js/keymaster.js +1 -1
- package/dist/js/keymaster.min.js +1 -1
- package/package.json +1 -1
- package/scss/keymaster.scss +0 -4
- package/scss/theme/_buttons.scss +1 -1
- package/scss/theme/_variables-overrides.scss +5 -13
- package/scss/theme/_variables.scss +0 -4
- package/scss/theme/mixins/_buttons.scss +3 -2
- package/fonts/NeulisNeue-Medium.woff +0 -0
- package/fonts/NeulisNeue-Medium.woff2 +0 -0
- package/fonts/NeulisNeue-MediumItalic.woff +0 -0
- package/fonts/NeulisNeue-MediumItalic.woff2 +0 -0
- package/fonts/STIXTwoText-Italic.ttf +0 -0
- package/fonts/STIXTwoText-Italic.woff +0 -0
- package/fonts/STIXTwoText-Italic.woff2 +0 -0
- package/fonts/WixMadeforDisplay-Bold.ttf +0 -0
- package/fonts/WixMadeforDisplay-Bold.woff +0 -0
- package/fonts/WixMadeforDisplay-Bold.woff2 +0 -0
- package/fonts/WixMadeforDisplay-Regular.ttf +0 -0
- package/fonts/WixMadeforDisplay-Regular.woff +0 -0
- package/fonts/WixMadeforDisplay-Regular.woff2 +0 -0
- package/scss/theme/_type.scss +0 -3
- package/scss/theme/_typography.scss +0 -31
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.1.4] - 2025-09-17
|
|
6
|
+
|
|
7
|
+
### Update
|
|
8
|
+
- Headings and Display font weight
|
|
9
|
+
|
|
10
|
+
## [1.1.3] - 2025-09-17
|
|
11
|
+
|
|
12
|
+
### Update
|
|
13
|
+
- Font to Gilroy
|
|
14
|
+
|
|
5
15
|
## [1.1.2] - 2025-09-12
|
|
6
16
|
|
|
7
17
|
### Update
|
package/dist/css/keymaster.css
CHANGED
|
@@ -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: "
|
|
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-
|
|
22113
|
-
font-weight: var(--bs-font-weight-medium);
|
|
22085
|
+
font-weight: 700;
|
|
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: "
|
|
22233
|
+
font-family: "Gilroy";
|
|
22262
22234
|
font-size: 1em;
|
|
22263
22235
|
}
|
|
22264
22236
|
|
|
@@ -22493,8 +22465,7 @@ progress {
|
|
|
22493
22465
|
}
|
|
22494
22466
|
|
|
22495
22467
|
.display-1 {
|
|
22496
|
-
font-
|
|
22497
|
-
font-weight: var(--bs-font-weight-medium);
|
|
22468
|
+
font-weight: 700;
|
|
22498
22469
|
line-height: 1.1;
|
|
22499
22470
|
font-size: calc(1.625rem + 4.5vw);
|
|
22500
22471
|
}
|
|
@@ -22505,8 +22476,7 @@ progress {
|
|
|
22505
22476
|
}
|
|
22506
22477
|
|
|
22507
22478
|
.display-2 {
|
|
22508
|
-
font-
|
|
22509
|
-
font-weight: var(--bs-font-weight-medium);
|
|
22479
|
+
font-weight: 700;
|
|
22510
22480
|
line-height: 1.1;
|
|
22511
22481
|
font-size: calc(1.575rem + 3.9vw);
|
|
22512
22482
|
}
|
|
@@ -22517,8 +22487,7 @@ progress {
|
|
|
22517
22487
|
}
|
|
22518
22488
|
|
|
22519
22489
|
.display-3 {
|
|
22520
|
-
font-
|
|
22521
|
-
font-weight: var(--bs-font-weight-medium);
|
|
22490
|
+
font-weight: 700;
|
|
22522
22491
|
line-height: 1.1;
|
|
22523
22492
|
font-size: calc(1.525rem + 3.3vw);
|
|
22524
22493
|
}
|
|
@@ -22529,8 +22498,7 @@ progress {
|
|
|
22529
22498
|
}
|
|
22530
22499
|
|
|
22531
22500
|
.display-4 {
|
|
22532
|
-
font-
|
|
22533
|
-
font-weight: var(--bs-font-weight-medium);
|
|
22501
|
+
font-weight: 700;
|
|
22534
22502
|
line-height: 1.1;
|
|
22535
22503
|
font-size: calc(1.475rem + 2.7vw);
|
|
22536
22504
|
}
|
|
@@ -22541,8 +22509,7 @@ progress {
|
|
|
22541
22509
|
}
|
|
22542
22510
|
|
|
22543
22511
|
.display-5 {
|
|
22544
|
-
font-
|
|
22545
|
-
font-weight: var(--bs-font-weight-medium);
|
|
22512
|
+
font-weight: 700;
|
|
22546
22513
|
line-height: 1.1;
|
|
22547
22514
|
font-size: calc(1.425rem + 2.1vw);
|
|
22548
22515
|
}
|
|
@@ -22553,8 +22520,7 @@ progress {
|
|
|
22553
22520
|
}
|
|
22554
22521
|
|
|
22555
22522
|
.display-6 {
|
|
22556
|
-
font-
|
|
22557
|
-
font-weight: var(--bs-font-weight-medium);
|
|
22523
|
+
font-weight: 700;
|
|
22558
22524
|
line-height: 1.1;
|
|
22559
22525
|
font-size: calc(1.375rem + 1.5vw);
|
|
22560
22526
|
}
|
|
@@ -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: "
|
|
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: "
|
|
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-
|
|
35803
|
-
--bs-btn-color:
|
|
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:
|
|
35807
|
-
--bs-btn-hover-bg: rgb(
|
|
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: "
|
|
36242
|
+
font-family: "Gilroy";
|
|
36281
36243
|
font-weight: 400;
|
|
36282
36244
|
}
|
|
36283
36245
|
.form-check-tiled .form-check-label::before {
|