@homefile/components-v2 2.8.1 → 2.8.2

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.
@@ -1,4 +1,4 @@
1
1
  import { MessageChatPanelI } from '../../../interfaces';
2
- import 'react-quill/dist/quill.snow.css';
2
+ import 'react-quill-new/dist/quill.snow.css';
3
3
  import '../../../styles/quill.css';
4
4
  export declare const MessageChatPanel: ({ message, onBack, onClose, onReply, }: MessageChatPanelI) => import("react/jsx-runtime").JSX.Element;
@@ -2,10 +2,10 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useState } from 'react';
3
3
  import { t } from 'i18next';
4
4
  import { Box, DrawerBody, DrawerContent, DrawerFooter, DrawerHeader, Stack, Text, } from '@chakra-ui/react';
5
- import QuillEditor from 'react-quill';
5
+ import QuillEditor from 'react-quill-new';
6
6
  import { Document2 } from '../../../assets/images';
7
7
  import { BackCircleButton, FooterButtons, MessageCard, PanelHeader, up, WrapperWithShadow, } from '../..';
8
- import 'react-quill/dist/quill.snow.css';
8
+ import 'react-quill-new/dist/quill.snow.css';
9
9
  import '../../../styles/quill.css';
10
10
  export const MessageChatPanel = ({ message, onBack, onClose, onReply, }) => {
11
11
  var _a, _b;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homefile/components-v2",
3
- "version": "2.8.1",
3
+ "version": "2.8.2",
4
4
  "author": "Homefile",
5
5
  "license": "UNLICENSED",
6
6
  "typings": "dist/index.d.ts",
@@ -75,7 +75,6 @@
75
75
  "react-i18next": "^15.4.0",
76
76
  "react-icons": "^5.4.0",
77
77
  "react-modern-calendar-datepicker": "^3.1.6",
78
- "react-quill": "^2.0.0",
79
78
  "react-quill-new": "^3.3.3",
80
79
  "react-spinners": "^0.15.0",
81
80
  "recharts": "^2.15.0",
@@ -9,7 +9,7 @@ import {
9
9
  Stack,
10
10
  Text,
11
11
  } from '@chakra-ui/react'
12
- import QuillEditor from 'react-quill'
12
+ import QuillEditor from 'react-quill-new'
13
13
  import { Document2 } from '@/assets/images'
14
14
  import {
15
15
  BackCircleButton,
@@ -21,7 +21,7 @@ import {
21
21
  } from '@/components'
22
22
  import { MessageChatPanelI } from '@/interfaces'
23
23
 
24
- import 'react-quill/dist/quill.snow.css'
24
+ import 'react-quill-new/dist/quill.snow.css'
25
25
  import '@/styles/quill.css'
26
26
 
27
27
  export const MessageChatPanel = ({