@blockscout/ui-toolkit 2.5.0-alpha → 2.5.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5140,7 +5140,7 @@ const P0 = {
5140
5140
  fg: { value: { _light: "{colors.orange.600}", _dark: "{colors.orange.100}" } }
5141
5141
  },
5142
5142
  purple: {
5143
- bg: { value: { _light: "{colors.purple.100}", _dark: "{colors.purple.600}" } },
5143
+ bg: { value: { _light: "{colors.purple.50}", _dark: "{colors.purple.600}" } },
5144
5144
  fg: { value: { _light: "{colors.purple.600}", _dark: "{colors.purple.50}" } }
5145
5145
  },
5146
5146
  pink: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockscout/ui-toolkit",
3
- "version": "2.5.0-alpha",
3
+ "version": "2.5.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",