@blockle/blocks 0.8.1 → 0.8.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.
- package/dist/index.cjs +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -394,6 +394,7 @@ const usePreventBodyScroll = (enabled = true) => {
|
|
|
394
394
|
document.body.style.overflow = prevOverflow;
|
|
395
395
|
document.body.style.overflowY = "";
|
|
396
396
|
document.body.style.width = "";
|
|
397
|
+
document.body.style.top = "";
|
|
397
398
|
document.documentElement.scrollTop = prevScrollTop;
|
|
398
399
|
};
|
|
399
400
|
}, [enabled]);
|
package/dist/index.mjs
CHANGED
|
@@ -394,6 +394,7 @@ const usePreventBodyScroll = (enabled = true) => {
|
|
|
394
394
|
document.body.style.overflow = prevOverflow;
|
|
395
395
|
document.body.style.overflowY = "";
|
|
396
396
|
document.body.style.width = "";
|
|
397
|
+
document.body.style.top = "";
|
|
397
398
|
document.documentElement.scrollTop = prevScrollTop;
|
|
398
399
|
};
|
|
399
400
|
}, [enabled]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockle/blocks",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "Blocks design system",
|
|
5
5
|
"repository": "git@github.com:Blockle/blocks.git",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"string-width": "^4.2.2"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@changesets/cli": "^2.26.2",
|
|
54
53
|
"@vanilla-extract/css": "^1.13.0",
|
|
55
54
|
"@vanilla-extract/css-utils": "^0.1.3",
|
|
56
55
|
"@vanilla-extract/sprinkles": "^1.6.1",
|
|
@@ -58,6 +57,7 @@
|
|
|
58
57
|
"react-dom": "^18.2.0"
|
|
59
58
|
},
|
|
60
59
|
"devDependencies": {
|
|
60
|
+
"@changesets/cli": "^2.26.2",
|
|
61
61
|
"@crackle/cli": "^0.12.4",
|
|
62
62
|
"@crackle/core": "^0.28.0",
|
|
63
63
|
"@storybook/addon-a11y": "^7.3.1",
|