@unlk/keymaster 1.0.1 → 1.0.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Unlock Keymaster v1.0.1 (https://unlock-com.github.io/keymaster)
2
+ * Unlock Keymaster v1.0.2 (https://unlock-com.github.io/keymaster)
3
3
  * Copyright 2022-2025 Unlk Developers
4
4
  */
5
5
  (function (global, factory) {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Unlock Keymaster v1.0.1 (https://unlock-com.github.io/keymaster)
2
+ * Unlock Keymaster v1.0.2 (https://unlock-com.github.io/keymaster)
3
3
  * Copyright 2022-2025 Unlk Developers
4
4
  */
5
5
  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).keymaster={})}(this,(function(t){"use strict";"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function e(t){if(t.__esModule)return t;var e=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(t).forEach((function(i){var n=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,n.get?n:{enumerable:!0,get:function(){return t[i]}})})),e}var i={exports:{}},n={exports:{}},s={exports:{}};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unlk/keymaster",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -7,7 +7,7 @@
7
7
  $box-shadow-sm: 0 rfs-value(1px) rfs-value(4px) rgba($foundation-500, .1);
8
8
  $box-shadow: 0 rfs-value(4px) rfs-value(10px) rgba($foundation-500, .12);
9
9
  $box-shadow-lg: 0 rfs-value(8px) rfs-value(35px) rgba($foundation-500, .16);
10
- $box-shadow-inset: inset 0 rfs-value(8px) rfs-value(35px) rgba($foundation-500, .16);
10
+ $box-shadow-inset: 0 rfs-value(1px) rfs-value(2px) rgba($foundation-500, .10) inset;
11
11
 
12
12
  $all-colors: map-merge-multiple($foundations, $blueprints, $entryways, $turnkeys, $sunglows, $warnings, $grays, $successs, $dangers);
13
13
 
@@ -21,10 +21,10 @@ $utilities: map-merge(
21
21
  values: map-merge(
22
22
  map-get(map-get($utilities, "shadow"), "values"),
23
23
  (
24
- null: --#{$prefix}box-shadow,
25
- sm: --#{$prefix}box-shadow-sm,
26
- lg: --#{$prefix}box-shadow-lg,
27
- inset: --#{$prefix}box-shadow-insethom
24
+ null: var(--#{$prefix}box-shadow),
25
+ sm: var(--#{$prefix}box-shadow-sm),
26
+ lg: var(--#{$prefix}box-shadow-lg),
27
+ inset: var(--#{$prefix}box-shadow-inset)
28
28
  )
29
29
  )
30
30
  )