react-hook-toolkit 1.0.12 → 1.0.13

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.
@@ -120,7 +120,7 @@ export var FilePreview = function (_a) {
120
120
  overflow: 'hidden',
121
121
  textOverflow: 'ellipsis',
122
122
  maxWidth: width - 120,
123
- }, variant: "body1", fontWeight: "medium", children: filename }) })) : (_jsx(Typography, { sx: {
123
+ }, children: filename }) })) : (_jsx(Typography, { sx: {
124
124
  fontSize: '14px',
125
125
  whiteSpace: 'nowrap',
126
126
  overflow: 'hidden',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-hook-toolkit",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Ultimate package for React developers, offering a powerful collection of hooks and components to enhance their development experience.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",