@blockscout/ui-toolkit 2.8.0-alpha.0 → 2.8.0-alpha.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.
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "root" | "control", {
|
|
2
2
|
size: {
|
|
3
|
+
sm: {
|
|
4
|
+
root: {
|
|
5
|
+
gap: "2";
|
|
6
|
+
};
|
|
7
|
+
label: {
|
|
8
|
+
textStyle: "sm";
|
|
9
|
+
};
|
|
10
|
+
control: {
|
|
11
|
+
boxSize: "5";
|
|
12
|
+
borderRadius: "sm";
|
|
13
|
+
} | undefined;
|
|
14
|
+
};
|
|
3
15
|
md: {
|
|
4
16
|
root: {
|
|
5
17
|
gap: "2";
|
|
@@ -1048,6 +1048,18 @@ export declare const slotRecipes: {
|
|
|
1048
1048
|
}>;
|
|
1049
1049
|
checkbox: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "root" | "control", {
|
|
1050
1050
|
size: {
|
|
1051
|
+
sm: {
|
|
1052
|
+
root: {
|
|
1053
|
+
gap: "2";
|
|
1054
|
+
};
|
|
1055
|
+
label: {
|
|
1056
|
+
textStyle: "sm";
|
|
1057
|
+
};
|
|
1058
|
+
control: {
|
|
1059
|
+
boxSize: "5";
|
|
1060
|
+
borderRadius: "sm";
|
|
1061
|
+
} | undefined;
|
|
1062
|
+
};
|
|
1051
1063
|
md: {
|
|
1052
1064
|
root: {
|
|
1053
1065
|
gap: "2";
|
|
@@ -1700,11 +1712,24 @@ export declare const slotRecipes: {
|
|
|
1700
1712
|
};
|
|
1701
1713
|
};
|
|
1702
1714
|
size: {
|
|
1715
|
+
sm: {
|
|
1716
|
+
item: {
|
|
1717
|
+
gap: "2";
|
|
1718
|
+
};
|
|
1719
|
+
itemText: {
|
|
1720
|
+
textStyle: "sm";
|
|
1721
|
+
};
|
|
1722
|
+
itemControl: {
|
|
1723
|
+
boxSize: "5";
|
|
1724
|
+
} | undefined;
|
|
1725
|
+
};
|
|
1703
1726
|
md: {
|
|
1704
1727
|
item: {
|
|
1705
|
-
textStyle: "md";
|
|
1706
1728
|
gap: "2";
|
|
1707
1729
|
};
|
|
1730
|
+
itemText: {
|
|
1731
|
+
textStyle: "md";
|
|
1732
|
+
};
|
|
1708
1733
|
itemControl: {
|
|
1709
1734
|
boxSize: "5";
|
|
1710
1735
|
} | undefined;
|
|
@@ -39,11 +39,24 @@ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"ro
|
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
size: {
|
|
42
|
+
sm: {
|
|
43
|
+
item: {
|
|
44
|
+
gap: "2";
|
|
45
|
+
};
|
|
46
|
+
itemText: {
|
|
47
|
+
textStyle: "sm";
|
|
48
|
+
};
|
|
49
|
+
itemControl: {
|
|
50
|
+
boxSize: "5";
|
|
51
|
+
} | undefined;
|
|
52
|
+
};
|
|
42
53
|
md: {
|
|
43
54
|
item: {
|
|
44
|
-
textStyle: "md";
|
|
45
55
|
gap: "2";
|
|
46
56
|
};
|
|
57
|
+
itemText: {
|
|
58
|
+
textStyle: "md";
|
|
59
|
+
};
|
|
47
60
|
itemControl: {
|
|
48
61
|
boxSize: "5";
|
|
49
62
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockscout/ui-toolkit",
|
|
3
|
-
"version": "2.8.0-alpha.
|
|
3
|
+
"version": "2.8.0-alpha.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",
|