@blockscout/ui-toolkit 2.3.0 → 2.3.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.
@@ -49,6 +49,12 @@ export declare const recipe: import('@chakra-ui/react').RecipeDefinition<{
49
49
  };
50
50
  };
51
51
  size: {
52
+ sm: {
53
+ textStyle: "xs";
54
+ p: "1";
55
+ h: "4.5";
56
+ minH: "4.5";
57
+ };
52
58
  md: {
53
59
  textStyle: "sm";
54
60
  px: "1";
@@ -50,6 +50,12 @@ export declare const recipes: {
50
50
  };
51
51
  };
52
52
  size: {
53
+ sm: {
54
+ textStyle: "xs";
55
+ p: "1";
56
+ h: "4.5";
57
+ minH: "4.5";
58
+ };
53
59
  md: {
54
60
  textStyle: "sm";
55
61
  px: "1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockscout/ui-toolkit",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
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",