@fastkit/vue-utils
Advanced tools
Comparing version 0.6.10 to 0.6.11
@@ -498,2 +498,5 @@ 'use strict'; | ||
const BODY_SCROLL_LOCK_SCROLLER_ATTRIBUTE = 'data-scroll-lock-scroller'; | ||
if (helpers.IN_WINDOW) { | ||
helpers.pushDynamicStyle(`[${BODY_SCROLL_LOCK_ATTRIBUTE}] { overflow: hidden; }`); | ||
} | ||
class Stacks { | ||
@@ -500,0 +503,0 @@ els = []; |
@@ -498,2 +498,5 @@ 'use strict'; | ||
const BODY_SCROLL_LOCK_SCROLLER_ATTRIBUTE = 'data-scroll-lock-scroller'; | ||
if (helpers.IN_WINDOW) { | ||
helpers.pushDynamicStyle(`[${BODY_SCROLL_LOCK_ATTRIBUTE}] { overflow: hidden; }`); | ||
} | ||
class Stacks { | ||
@@ -500,0 +503,0 @@ els = []; |
@@ -494,3 +494,3 @@ import { Comment, Text, computed, BaseTransition, h, Transition, onBeforeMount, onBeforeUnmount, reactive } from 'vue'; | ||
const BODY_SCROLL_LOCK_SCROLLER_ATTRIBUTE = 'data-scroll-lock-scroller'; | ||
if ((typeof document !== 'undefined')) { | ||
if (IN_WINDOW) { | ||
pushDynamicStyle(`[${BODY_SCROLL_LOCK_ATTRIBUTE}] { overflow: hidden; }`); | ||
@@ -497,0 +497,0 @@ } |
{ | ||
"name": "@fastkit/vue-utils", | ||
"version": "0.6.10", | ||
"version": "0.6.11", | ||
"description": "@fastkit/vue-utils", | ||
@@ -34,7 +34,7 @@ "buildOptions": { | ||
"dependencies": { | ||
"@fastkit/body-scroll-lock": "0.6.10", | ||
"@fastkit/visibility": "0.6.10", | ||
"@fastkit/keybord": "0.6.10", | ||
"@fastkit/helpers": "0.6.10" | ||
"@fastkit/body-scroll-lock": "0.6.11", | ||
"@fastkit/visibility": "0.6.11", | ||
"@fastkit/keybord": "0.6.11", | ||
"@fastkit/helpers": "0.6.11" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79085
2264
+ Added@fastkit/body-scroll-lock@0.6.11(transitive)
+ Added@fastkit/helpers@0.6.11(transitive)
+ Added@fastkit/keybord@0.6.11(transitive)
+ Added@fastkit/tiny-logger@0.6.11(transitive)
+ Added@fastkit/visibility@0.6.11(transitive)
- Removed@fastkit/body-scroll-lock@0.6.10(transitive)
- Removed@fastkit/helpers@0.6.10(transitive)
- Removed@fastkit/keybord@0.6.10(transitive)
- Removed@fastkit/tiny-logger@0.6.10(transitive)
- Removed@fastkit/visibility@0.6.10(transitive)
Updated@fastkit/helpers@0.6.11
Updated@fastkit/keybord@0.6.11
Updated@fastkit/visibility@0.6.11