@blockscout/ui-toolkit 2.4.1 → 2.5.0-alpha

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.
@@ -39,6 +39,10 @@ export declare const recipe: import('@chakra-ui/react').RecipeDefinition<{
39
39
  bg: "badge.cyan.bg";
40
40
  color: "badge.cyan.fg";
41
41
  };
42
+ pink: {
43
+ bg: "badge.pink.bg";
44
+ color: "badge.pink.fg";
45
+ };
42
46
  purple_alt: {
43
47
  bg: "badge.purple_alt.bg";
44
48
  color: "badge.purple_alt.fg";
@@ -47,6 +51,46 @@ export declare const recipe: import('@chakra-ui/react').RecipeDefinition<{
47
51
  bg: "badge.blue_alt.bg";
48
52
  color: "badge.blue_alt.fg";
49
53
  };
54
+ bright_gray: {
55
+ bg: "badge.bright.gray.bg";
56
+ color: "badge.bright.gray.fg";
57
+ };
58
+ bright_green: {
59
+ bg: "badge.bright.green.bg";
60
+ color: "badge.bright.green.fg";
61
+ };
62
+ bright_red: {
63
+ bg: "badge.bright.red.bg";
64
+ color: "badge.bright.red.fg";
65
+ };
66
+ bright_blue: {
67
+ bg: "badge.bright.blue.bg";
68
+ color: "badge.bright.blue.fg";
69
+ };
70
+ bright_yellow: {
71
+ bg: "badge.bright.yellow.bg";
72
+ color: "badge.bright.yellow.fg";
73
+ };
74
+ bright_teal: {
75
+ bg: "badge.bright.teal.bg";
76
+ color: "badge.bright.teal.fg";
77
+ };
78
+ bright_cyan: {
79
+ bg: "badge.bright.cyan.bg";
80
+ color: "badge.bright.cyan.fg";
81
+ };
82
+ bright_orange: {
83
+ bg: "badge.bright.orange.bg";
84
+ color: "badge.bright.orange.fg";
85
+ };
86
+ bright_purple: {
87
+ bg: "badge.bright.purple.bg";
88
+ color: "badge.bright.purple.fg";
89
+ };
90
+ bright_pink: {
91
+ bg: "badge.bright.pink.bg";
92
+ color: "badge.bright.pink.fg";
93
+ };
50
94
  };
51
95
  size: {
52
96
  sm: {
@@ -61,5 +105,12 @@ export declare const recipe: import('@chakra-ui/react').RecipeDefinition<{
61
105
  py: "0.5";
62
106
  minH: "6";
63
107
  };
108
+ lg: {
109
+ textStyle: "sm";
110
+ px: "2";
111
+ py: "1";
112
+ minH: "7";
113
+ fontWeight: "600";
114
+ };
64
115
  };
65
116
  }>;
@@ -40,6 +40,10 @@ export declare const recipes: {
40
40
  bg: "badge.cyan.bg";
41
41
  color: "badge.cyan.fg";
42
42
  };
43
+ pink: {
44
+ bg: "badge.pink.bg";
45
+ color: "badge.pink.fg";
46
+ };
43
47
  purple_alt: {
44
48
  bg: "badge.purple_alt.bg";
45
49
  color: "badge.purple_alt.fg";
@@ -48,6 +52,46 @@ export declare const recipes: {
48
52
  bg: "badge.blue_alt.bg";
49
53
  color: "badge.blue_alt.fg";
50
54
  };
55
+ bright_gray: {
56
+ bg: "badge.bright.gray.bg";
57
+ color: "badge.bright.gray.fg";
58
+ };
59
+ bright_green: {
60
+ bg: "badge.bright.green.bg";
61
+ color: "badge.bright.green.fg";
62
+ };
63
+ bright_red: {
64
+ bg: "badge.bright.red.bg";
65
+ color: "badge.bright.red.fg";
66
+ };
67
+ bright_blue: {
68
+ bg: "badge.bright.blue.bg";
69
+ color: "badge.bright.blue.fg";
70
+ };
71
+ bright_yellow: {
72
+ bg: "badge.bright.yellow.bg";
73
+ color: "badge.bright.yellow.fg";
74
+ };
75
+ bright_teal: {
76
+ bg: "badge.bright.teal.bg";
77
+ color: "badge.bright.teal.fg";
78
+ };
79
+ bright_cyan: {
80
+ bg: "badge.bright.cyan.bg";
81
+ color: "badge.bright.cyan.fg";
82
+ };
83
+ bright_orange: {
84
+ bg: "badge.bright.orange.bg";
85
+ color: "badge.bright.orange.fg";
86
+ };
87
+ bright_purple: {
88
+ bg: "badge.bright.purple.bg";
89
+ color: "badge.bright.purple.fg";
90
+ };
91
+ bright_pink: {
92
+ bg: "badge.bright.pink.bg";
93
+ color: "badge.bright.pink.fg";
94
+ };
51
95
  };
52
96
  size: {
53
97
  sm: {
@@ -62,6 +106,13 @@ export declare const recipes: {
62
106
  py: "0.5";
63
107
  minH: "6";
64
108
  };
109
+ lg: {
110
+ textStyle: "sm";
111
+ px: "2";
112
+ py: "1";
113
+ minH: "7";
114
+ fontWeight: "600";
115
+ };
65
116
  };
66
117
  }>;
67
118
  button: import('@chakra-ui/react').RecipeDefinition<{
@@ -721,6 +772,7 @@ export declare const recipes: {
721
772
  };
722
773
  };
723
774
  }>;
775
+ separator: import('@chakra-ui/react').RecipeDefinition<import('@chakra-ui/react').RecipeVariantRecord>;
724
776
  textarea: import('@chakra-ui/react').RecipeDefinition<{
725
777
  size: {
726
778
  '2xl': {
@@ -0,0 +1 @@
1
+ export declare const recipe: import('@chakra-ui/react').RecipeDefinition<import('@chakra-ui/react').RecipeVariantRecord>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockscout/ui-toolkit",
3
- "version": "2.4.1",
3
+ "version": "2.5.0-alpha",
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",
@@ -57,7 +57,7 @@
57
57
  "@types/react-dom": "18.3.1",
58
58
  "@vitejs/plugin-react": "4.3.4",
59
59
  "typescript": "5.9.2",
60
- "vite": "6.2.7",
60
+ "vite": "6.4.1",
61
61
  "vite-plugin-dts": "4.5.3",
62
62
  "vite-plugin-svgr": "4.3.0",
63
63
  "vite-tsconfig-paths": "5.1.4"