react-hook-toolkit 1.0.19 → 1.0.21
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/dist/chunk1516/chunk613852.d.ts +0 -1
- package/dist/chunk1516/chunk613852.js +0 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -696,7 +696,7 @@ Displays a customizable context menu with support for light/dark themes, keyboar
|
|
|
696
696
|
|
|
697
697
|
```tsx
|
|
698
698
|
<ContextMenuWrapper
|
|
699
|
-
|
|
699
|
+
options={[
|
|
700
700
|
{ label: 'Edit', icon: <EditIcon />, onClick: handleEdit },
|
|
701
701
|
{ label: 'Copy', shortcut: '⌘C', onClick: handleCopy },
|
|
702
702
|
'divider',
|
|
@@ -14,7 +14,6 @@ import { forwardRef, useState } from 'react';
|
|
|
14
14
|
import { useEffect, useCallback, useRef, Suspense } from 'react';
|
|
15
15
|
import { Box, Alert, AlertTitle, IconButton, CardContent, Tooltip, Typography, Card, Grid, Skeleton, CircularProgress, } from '@mui/material';
|
|
16
16
|
import { Close, InsertDriveFile, Image, Description, Download, CheckCircleOutlined, ErrorOutlineOutlined, Upload, } from '@mui/icons-material';
|
|
17
|
-
import '../css/chunkcss9876.css';
|
|
18
17
|
import NProgress from 'nprogress';
|
|
19
18
|
import { ErrorBoundary } from 'react-error-boundary';
|
|
20
19
|
import { promise } from '../utils';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import 'nprogress/nprogress.css';
|
|
2
|
+
import './app.css';
|
|
2
3
|
import { ReactHooksWrapper, getHook, setHook } from "./chunk1415/chunk143";
|
|
3
4
|
import { DynamicLoader, AlertMessage, FilePreview, LabeledValue, DetailsCard, UploadFile, DownloadFile, ContextMenuWrapper } from './chunk1516/chunk613852';
|
|
4
5
|
import { FileSkeleton, TableSkeleton, PieChartSkeleton, CardSkeleton, LineChartSkeleton, FieldSkeleton } from './chunk1617/chunk613555';
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import 'nprogress/nprogress.css';
|
|
2
|
+
import './app.css';
|
|
2
3
|
import { ReactHooksWrapper, getHook, setHook } from "./chunk1415/chunk143";
|
|
3
4
|
import { DynamicLoader, AlertMessage, FilePreview, LabeledValue, DetailsCard, UploadFile, DownloadFile, ContextMenuWrapper } from './chunk1516/chunk613852';
|
|
4
5
|
import { FileSkeleton, TableSkeleton, PieChartSkeleton, CardSkeleton, LineChartSkeleton, FieldSkeleton } from './chunk1617/chunk613555';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-hook-toolkit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
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",
|