@vchasno/ui-kit 0.4.56 → 0.4.57

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/CHANGELOG.md +6 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.4.57] - 2025-08-09
11
+
12
+ ## Changed
13
+
14
+ - add `@mui/system` dependency to package.json
15
+
10
16
  ## [0.4.56] - 2025-06-13
11
17
 
12
18
  ## Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vchasno/ui-kit",
3
- "version": "0.4.56",
3
+ "version": "0.4.57",
4
4
  "description": "React UI components for Vchasno applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -101,6 +101,7 @@
101
101
  "@emotion/styled": "11.11.5",
102
102
  "@mui/base": "5.0.0-beta.58",
103
103
  "@mui/material": "5.15.21",
104
+ "@mui/system": "5.16.7",
104
105
  "@szhsin/react-menu": "^4.1.0",
105
106
  "@types/react-datepicker": "6.2.0",
106
107
  "@types/react-text-mask": "5.4.11",