@unlk/keymaster 1.0.13 → 1.1.0
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 +11 -0
- package/dist/css/keymaster.css +612 -850
- 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 +29 -32
- package/dist/js/keymaster.js.map +1 -1
- package/dist/js/keymaster.min.js +16 -16
- package/dist/js/keymaster.min.js.map +1 -1
- package/package.json +1 -1
- package/scss/assets/bootstrap5/_functions.scss +1 -1
- package/scss/assets/bootstrap5/_reboot.scss +6 -0
- package/scss/assets/bootstrap5/_spinners.scss +1 -0
- package/scss/assets/bootstrap5/mixins/_banner.scss +1 -1
- package/scss/keymaster.scss +1 -1
- package/scss/theme/_alert.scss +1 -5
- package/scss/theme/_badge.scss +2 -2
- package/scss/theme/_buttons.scss +2 -16
- package/scss/theme/_close.scss +1 -0
- package/scss/theme/_fontawesome-variables.scss +1 -0
- package/scss/theme/_fontawesome.scss +22 -0
- package/scss/theme/_maps-overrides.scss +0 -3
- package/scss/theme/_modal.scss +18 -6
- package/scss/theme/_utilities-overrides.scss +2 -1
- package/scss/theme/_variables-overrides.scss +116 -146
- package/scss/theme/_variables.scss +7 -2
- package/scss/theme/forms/_form-check.scss +5 -5
- package/scss/theme/mixins/_forms.scss +10 -6
- package/scss/_fontawesome.scss +0 -21
package/dist/js/keymaster.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Unlock Keymaster [object Object] v1.0
|
2
|
+
* Unlock Keymaster [object Object] v1.1.0 (https://unlock-com.github.io/keymaster)
|
3
3
|
* Copyright 2022-2025 Unlk Developers
|
4
4
|
*/
|
5
5
|
(function (global, factory) {
|
@@ -48,7 +48,7 @@
|
|
48
48
|
var data$1 = {exports: {}};
|
49
49
|
|
50
50
|
/*!
|
51
|
-
* Bootstrap data.js v5.3.
|
51
|
+
* Bootstrap data.js v5.3.8 (https://getbootstrap.com/)
|
52
52
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
53
53
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
54
54
|
*/
|
@@ -121,7 +121,7 @@
|
|
121
121
|
var util$1 = {exports: {}};
|
122
122
|
|
123
123
|
/*!
|
124
|
-
* Bootstrap index.js v5.3.
|
124
|
+
* Bootstrap index.js v5.3.8 (https://getbootstrap.com/)
|
125
125
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
126
126
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
127
127
|
*/
|
@@ -409,7 +409,7 @@
|
|
409
409
|
}
|
410
410
|
|
411
411
|
/*!
|
412
|
-
* Bootstrap event-handler.js v5.3.
|
412
|
+
* Bootstrap event-handler.js v5.3.8 (https://getbootstrap.com/)
|
413
413
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
414
414
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
415
415
|
*/
|
@@ -655,7 +655,7 @@
|
|
655
655
|
var manipulator$1 = {exports: {}};
|
656
656
|
|
657
657
|
/*!
|
658
|
-
* Bootstrap manipulator.js v5.3.
|
658
|
+
* Bootstrap manipulator.js v5.3.8 (https://getbootstrap.com/)
|
659
659
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
660
660
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
661
661
|
*/
|
@@ -733,7 +733,7 @@
|
|
733
733
|
}
|
734
734
|
|
735
735
|
/*!
|
736
|
-
* Bootstrap config.js v5.3.
|
736
|
+
* Bootstrap config.js v5.3.8 (https://getbootstrap.com/)
|
737
737
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
738
738
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
739
739
|
*/
|
@@ -806,7 +806,7 @@
|
|
806
806
|
}
|
807
807
|
|
808
808
|
/*!
|
809
|
-
* Bootstrap base-component.js v5.3.
|
809
|
+
* Bootstrap base-component.js v5.3.8 (https://getbootstrap.com/)
|
810
810
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
811
811
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
812
812
|
*/
|
@@ -832,7 +832,7 @@
|
|
832
832
|
/**
|
833
833
|
* Constants
|
834
834
|
*/
|
835
|
-
const VERSION = '5.3.
|
835
|
+
const VERSION = '5.3.8';
|
836
836
|
|
837
837
|
/**
|
838
838
|
* Class definition
|
@@ -901,7 +901,7 @@
|
|
901
901
|
var selectorEngine$1 = {exports: {}};
|
902
902
|
|
903
903
|
/*!
|
904
|
-
* Bootstrap selector-engine.js v5.3.
|
904
|
+
* Bootstrap selector-engine.js v5.3.8 (https://getbootstrap.com/)
|
905
905
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
906
906
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
907
907
|
*/
|
@@ -1011,7 +1011,7 @@
|
|
1011
1011
|
}
|
1012
1012
|
|
1013
1013
|
/*!
|
1014
|
-
* Bootstrap component-functions.js v5.3.
|
1014
|
+
* Bootstrap component-functions.js v5.3.8 (https://getbootstrap.com/)
|
1015
1015
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
1016
1016
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
1017
1017
|
*/
|
@@ -1060,7 +1060,7 @@
|
|
1060
1060
|
}
|
1061
1061
|
|
1062
1062
|
/*!
|
1063
|
-
* Bootstrap alert.js v5.3.
|
1063
|
+
* Bootstrap alert.js v5.3.8 (https://getbootstrap.com/)
|
1064
1064
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
1065
1065
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
1066
1066
|
*/
|
@@ -1162,7 +1162,7 @@
|
|
1162
1162
|
var swipe$1 = {exports: {}};
|
1163
1163
|
|
1164
1164
|
/*!
|
1165
|
-
* Bootstrap swipe.js v5.3.
|
1165
|
+
* Bootstrap swipe.js v5.3.8 (https://getbootstrap.com/)
|
1166
1166
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
1167
1167
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
1168
1168
|
*/
|
@@ -1302,7 +1302,7 @@
|
|
1302
1302
|
}
|
1303
1303
|
|
1304
1304
|
/*!
|
1305
|
-
* Bootstrap carousel.js v5.3.
|
1305
|
+
* Bootstrap carousel.js v5.3.8 (https://getbootstrap.com/)
|
1306
1306
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
1307
1307
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
1308
1308
|
*/
|
@@ -1700,7 +1700,7 @@
|
|
1700
1700
|
var button$2 = {exports: {}};
|
1701
1701
|
|
1702
1702
|
/*!
|
1703
|
-
* Bootstrap button.js v5.3.
|
1703
|
+
* Bootstrap button.js v5.3.8 (https://getbootstrap.com/)
|
1704
1704
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
1705
1705
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
1706
1706
|
*/
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
var require$$0 = /*@__PURE__*/getAugmentedNamespace(lib);
|
3455
3455
|
|
3456
3456
|
/*!
|
3457
|
-
* Bootstrap dropdown.js v5.3.
|
3457
|
+
* Bootstrap dropdown.js v5.3.8 (https://getbootstrap.com/)
|
3458
3458
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
3459
3459
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
3460
3460
|
*/
|
@@ -3658,9 +3658,6 @@
|
|
3658
3658
|
this._element.setAttribute('aria-expanded', 'false');
|
3659
3659
|
Manipulator.removeDataAttribute(this._menu, 'popper');
|
3660
3660
|
EventHandler.trigger(this._element, EVENT_HIDDEN, relatedTarget);
|
3661
|
-
|
3662
|
-
// Explicitly return focus to the trigger element
|
3663
|
-
this._element.focus();
|
3664
3661
|
}
|
3665
3662
|
_getConfig(config) {
|
3666
3663
|
config = super._getConfig(config);
|
@@ -3873,7 +3870,7 @@
|
|
3873
3870
|
var collapse$2 = {exports: {}};
|
3874
3871
|
|
3875
3872
|
/*!
|
3876
|
-
* Bootstrap collapse.js v5.3.
|
3873
|
+
* Bootstrap collapse.js v5.3.8 (https://getbootstrap.com/)
|
3877
3874
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
3878
3875
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
3879
3876
|
*/
|
@@ -4134,7 +4131,7 @@
|
|
4134
4131
|
var backdrop$1 = {exports: {}};
|
4135
4132
|
|
4136
4133
|
/*!
|
4137
|
-
* Bootstrap backdrop.js v5.3.
|
4134
|
+
* Bootstrap backdrop.js v5.3.8 (https://getbootstrap.com/)
|
4138
4135
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
4139
4136
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
4140
4137
|
*/
|
@@ -4280,7 +4277,7 @@
|
|
4280
4277
|
var focustrap$1 = {exports: {}};
|
4281
4278
|
|
4282
4279
|
/*!
|
4283
|
-
* Bootstrap focustrap.js v5.3.
|
4280
|
+
* Bootstrap focustrap.js v5.3.8 (https://getbootstrap.com/)
|
4284
4281
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
4285
4282
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
4286
4283
|
*/
|
@@ -4400,7 +4397,7 @@
|
|
4400
4397
|
var scrollbar$1 = {exports: {}};
|
4401
4398
|
|
4402
4399
|
/*!
|
4403
|
-
* Bootstrap scrollbar.js v5.3.
|
4400
|
+
* Bootstrap scrollbar.js v5.3.8 (https://getbootstrap.com/)
|
4404
4401
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
4405
4402
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
4406
4403
|
*/
|
@@ -4518,7 +4515,7 @@
|
|
4518
4515
|
}
|
4519
4516
|
|
4520
4517
|
/*!
|
4521
|
-
* Bootstrap offcanvas.js v5.3.
|
4518
|
+
* Bootstrap offcanvas.js v5.3.8 (https://getbootstrap.com/)
|
4522
4519
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
4523
4520
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
4524
4521
|
*/
|
@@ -4774,7 +4771,7 @@
|
|
4774
4771
|
var modal$2 = {exports: {}};
|
4775
4772
|
|
4776
4773
|
/*!
|
4777
|
-
* Bootstrap modal.js v5.3.
|
4774
|
+
* Bootstrap modal.js v5.3.8 (https://getbootstrap.com/)
|
4778
4775
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
4779
4776
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
4780
4777
|
*/
|
@@ -5104,7 +5101,7 @@
|
|
5104
5101
|
var scrollspy$2 = {exports: {}};
|
5105
5102
|
|
5106
5103
|
/*!
|
5107
|
-
* Bootstrap scrollspy.js v5.3.
|
5104
|
+
* Bootstrap scrollspy.js v5.3.8 (https://getbootstrap.com/)
|
5108
5105
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
5109
5106
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
5110
5107
|
*/
|
@@ -5393,7 +5390,7 @@
|
|
5393
5390
|
var sanitizer$1 = {exports: {}};
|
5394
5391
|
|
5395
5392
|
/*!
|
5396
|
-
* Bootstrap sanitizer.js v5.3.
|
5393
|
+
* Bootstrap sanitizer.js v5.3.8 (https://getbootstrap.com/)
|
5397
5394
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
5398
5395
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
5399
5396
|
*/
|
@@ -5516,7 +5513,7 @@
|
|
5516
5513
|
var templateFactory$1 = {exports: {}};
|
5517
5514
|
|
5518
5515
|
/*!
|
5519
|
-
* Bootstrap template-factory.js v5.3.
|
5516
|
+
* Bootstrap template-factory.js v5.3.8 (https://getbootstrap.com/)
|
5520
5517
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
5521
5518
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
5522
5519
|
*/
|
@@ -5672,7 +5669,7 @@
|
|
5672
5669
|
}
|
5673
5670
|
|
5674
5671
|
/*!
|
5675
|
-
* Bootstrap tooltip.js v5.3.
|
5672
|
+
* Bootstrap tooltip.js v5.3.8 (https://getbootstrap.com/)
|
5676
5673
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
5677
5674
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
5678
5675
|
*/
|
@@ -6227,7 +6224,7 @@
|
|
6227
6224
|
}
|
6228
6225
|
|
6229
6226
|
/*!
|
6230
|
-
* Bootstrap popover.js v5.3.
|
6227
|
+
* Bootstrap popover.js v5.3.8 (https://getbootstrap.com/)
|
6231
6228
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
6232
6229
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
6233
6230
|
*/
|
@@ -6333,7 +6330,7 @@
|
|
6333
6330
|
var toast$2 = {exports: {}};
|
6334
6331
|
|
6335
6332
|
/*!
|
6336
|
-
* Bootstrap toast.js v5.3.
|
6333
|
+
* Bootstrap toast.js v5.3.8 (https://getbootstrap.com/)
|
6337
6334
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
6338
6335
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
6339
6336
|
*/
|
@@ -6541,7 +6538,7 @@
|
|
6541
6538
|
var tab$2 = {exports: {}};
|
6542
6539
|
|
6543
6540
|
/*!
|
6544
|
-
* Bootstrap tab.js v5.3.
|
6541
|
+
* Bootstrap tab.js v5.3.8 (https://getbootstrap.com/)
|
6545
6542
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
6546
6543
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
6547
6544
|
*/
|
@@ -7403,7 +7400,7 @@
|
|
7403
7400
|
* Constants
|
7404
7401
|
*/
|
7405
7402
|
|
7406
|
-
const VERSION = '5.3.
|
7403
|
+
const VERSION = '5.3.8';
|
7407
7404
|
|
7408
7405
|
/**
|
7409
7406
|
* Class definition
|