@blockscout/ui-toolkit 2.7.0-alpha.0 → 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.
package/dist/index.js CHANGED
@@ -6942,7 +6942,7 @@ const l1 = fe({
6942
6942
  true: {
6943
6943
  label: {
6944
6944
  pos: "absolute",
6945
- bg: "bg",
6945
+ bg: "bg.primary",
6946
6946
  top: "2px",
6947
6947
  left: "2px",
6948
6948
  color: "input.placeholder",
@@ -8552,8 +8552,7 @@ const y1 = fe({
8552
8552
  textAlign: "start",
8553
8553
  alignItems: "center",
8554
8554
  verticalAlign: "top",
8555
- fontWeight: "medium",
8556
- bgColor: "transparent"
8555
+ fontWeight: "medium"
8557
8556
  },
8558
8557
  columnHeader: {
8559
8558
  fontWeight: "medium",
@@ -8578,7 +8577,7 @@ const y1 = fe({
8578
8577
  borderColor: "border.divider"
8579
8578
  },
8580
8579
  row: {
8581
- bg: "bg"
8580
+ bg: "bg.primary"
8582
8581
  }
8583
8582
  }
8584
8583
  },
@@ -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.7.0-alpha.0",
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",