@blockscout/ui-toolkit 2.7.2 → 2.7.3
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -176,4 +176,4 @@ For issues, feature requests, or questions, please open an issue in the reposito
|
|
|
176
176
|
|
|
177
177
|
## License
|
|
178
178
|
|
|
179
|
-
This project is licensed under the
|
|
179
|
+
This project is licensed under the Blockscout Software Licence. See the [LICENSE](https://raw.githubusercontent.com/blockscout/frontend/refs/heads/main/LICENSE) file for full terms.
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockscout/ui-toolkit",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.3",
|
|
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",
|
|
7
7
|
"module": "./dist/index.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
|
-
"license": "
|
|
9
|
+
"license": "SEE LICENSE IN https://raw.githubusercontent.com/blockscout/frontend/refs/heads/main/LICENSE",
|
|
10
10
|
"author": "Blockscout Team",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|