@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.
@@ -146,7 +146,7 @@
146
146
  --bs-box-shadow: 0 0.25rem 0.625rem rgba(29, 31, 80, 0.12);
147
147
  --bs-box-shadow-sm: 0 0.0625rem 0.25rem rgba(29, 31, 80, 0.1);
148
148
  --bs-box-shadow-lg: 0 0.5rem 2.1875rem rgba(29, 31, 80, 0.16);
149
- --bs-box-shadow-inset: inset 0 0.5rem 2.1875rem rgba(29, 31, 80, 0.16);
149
+ --bs-box-shadow-inset: 0 0.0625rem 0.125rem rgba(29, 31, 80, 0.1) inset;
150
150
  --bs-focus-ring-width: 0.25rem;
151
151
  --bs-focus-ring-opacity: 0.25;
152
152
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
@@ -7803,15 +7803,15 @@ textarea.form-control-lg {
7803
7803
  }
7804
7804
 
7805
7805
  .box-shadow {
7806
- box-shadow: --bs-box-shadow !important;
7806
+ box-shadow: var(--bs-box-shadow) !important;
7807
7807
  }
7808
7808
 
7809
7809
  .box-shadow-sm {
7810
- box-shadow: --bs-box-shadow-sm !important;
7810
+ box-shadow: var(--bs-box-shadow-sm) !important;
7811
7811
  }
7812
7812
 
7813
7813
  .box-shadow-lg {
7814
- box-shadow: --bs-box-shadow-lg !important;
7814
+ box-shadow: var(--bs-box-shadow-lg) !important;
7815
7815
  }
7816
7816
 
7817
7817
  .box-shadow-none {
@@ -7819,7 +7819,7 @@ textarea.form-control-lg {
7819
7819
  }
7820
7820
 
7821
7821
  .box-shadow-inset {
7822
- box-shadow: --bs-box-shadow-insethom !important;
7822
+ box-shadow: var(--bs-box-shadow-inset) !important;
7823
7823
  }
7824
7824
 
7825
7825
  .focus-ring-primary {