@blockscout/ui-toolkit 2.0.0 → 2.0.1

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.
@@ -71,7 +71,7 @@ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"co
71
71
  full: {
72
72
  content: {
73
73
  maxW: "100vw";
74
- minH: "100vh";
74
+ minH: "100dvh";
75
75
  '--dialog-margin': "0";
76
76
  borderRadius: "0";
77
77
  };
@@ -959,7 +959,7 @@ export declare const slotRecipes: {
959
959
  full: {
960
960
  content: {
961
961
  maxW: "100vw";
962
- minH: "100vh";
962
+ minH: "100dvh";
963
963
  '--dialog-margin': "0";
964
964
  borderRadius: "0";
965
965
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockscout/ui-toolkit",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",