ct-rich-text-editor 1.0.1 → 1.0.3

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/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { f as u, E as h, k as v, h as A, g as l, v as y } from "./index-65ff0713.js";
1
+ import { f as u, E as h, k as v, h as A, g as l, v as y } from "./index-ee9be681.js";
2
2
  import "react";
3
3
  import "@emotion/styled";
4
4
  import "@lexical/utils";
@@ -1,2 +1,2 @@
1
- declare const useStyles: (props?: any) => import('@mui/styles/withStyles').ClassNameMap<"contentEditable" | "placeholder" | "container">;
1
+ declare const useStyles: (props?: any) => import('@mui/styles/withStyles').ClassNameMap<"contentEditable" | "placeholder">;
2
2
  export default useStyles;
@@ -0,0 +1,8 @@
1
+ declare const UnderlineIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ declare const ItalicIcon: () => import("react/jsx-runtime").JSX.Element;
3
+ declare const StrikethroughIcon: () => import("react/jsx-runtime").JSX.Element;
4
+ declare const CodeIcon: () => import("react/jsx-runtime").JSX.Element;
5
+ declare const LinkIcon: () => import("react/jsx-runtime").JSX.Element;
6
+ declare const FaceSmileIcon: () => import("react/jsx-runtime").JSX.Element;
7
+ declare const MagicoonIcon: () => import("react/jsx-runtime").JSX.Element;
8
+ export { UnderlineIcon, ItalicIcon, StrikethroughIcon, CodeIcon, LinkIcon, FaceSmileIcon, MagicoonIcon };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ct-rich-text-editor",
3
3
  "private": false,
4
- "version": "1.0.1",
4
+ "version": "1.0.3",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@9.0.0",
7
7
  "main": "dist/index.js",