@blockscout/ui-toolkit 2.6.2 → 2.7.0-alpha.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.
@@ -3,7 +3,7 @@ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"la
3
3
  true: {
4
4
  label: {
5
5
  pos: "absolute";
6
- bg: "bg";
6
+ bg: "bg.primary";
7
7
  top: "2px";
8
8
  left: "2px";
9
9
  color: "input.placeholder";
@@ -1305,7 +1305,7 @@ export declare const slotRecipes: {
1305
1305
  true: {
1306
1306
  label: {
1307
1307
  pos: "absolute";
1308
- bg: "bg";
1308
+ bg: "bg.primary";
1309
1309
  top: "2px";
1310
1310
  left: "2px";
1311
1311
  color: "input.placeholder";
@@ -1930,7 +1930,7 @@ export declare const slotRecipes: {
1930
1930
  borderColor: "border.divider";
1931
1931
  };
1932
1932
  row: {
1933
- bg: "bg";
1933
+ bg: "bg.primary";
1934
1934
  };
1935
1935
  };
1936
1936
  };
@@ -16,7 +16,7 @@ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"bo
16
16
  borderColor: "border.divider";
17
17
  };
18
18
  row: {
19
- bg: "bg";
19
+ bg: "bg.primary";
20
20
  };
21
21
  };
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockscout/ui-toolkit",
3
- "version": "2.6.2",
3
+ "version": "2.7.0-alpha.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",