react-hook-toolkit 1.0.19 → 1.0.20

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 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
- items={[
699
+ options={[
700
700
  { label: 'Edit', icon: <EditIcon />, onClick: handleEdit },
701
701
  { label: 'Copy', shortcut: '⌘C', onClick: handleCopy },
702
702
  'divider',
@@ -1,5 +1,5 @@
1
1
  import React, { FC } from 'react';
2
- import '../css/chunkcss9876.css';
2
+ import '../chunk1314/chunkcss9876.css';
3
3
  export declare const DynamicLoader: (Component: any) => (props: any) => import("react/jsx-runtime").JSX.Element;
4
4
  interface PropsType {
5
5
  type: string;
@@ -14,7 +14,7 @@ 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';
17
+ import '../chunk1314/chunkcss9876.css';
18
18
  import NProgress from 'nprogress';
19
19
  import { ErrorBoundary } from 'react-error-boundary';
20
20
  import { promise } from '../utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-hook-toolkit",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
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",