@syncfusion/ej2-react-richtexteditor 33.2.13 → 34.1.30

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.
Files changed (46) hide show
  1. package/README.md +38 -30
  2. package/dist/ej2-react-richtexteditor.min.js +1 -1
  3. package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
  4. package/package.json +4 -4
  5. package/styles/bds-lite.scss +1 -1
  6. package/styles/bootstrap-dark-lite.scss +1 -1
  7. package/styles/bootstrap-lite.scss +1 -1
  8. package/styles/bootstrap4-lite.scss +1 -1
  9. package/styles/bootstrap5-dark-lite.scss +1 -1
  10. package/styles/bootstrap5-lite.scss +1 -1
  11. package/styles/bootstrap5.3-lite.scss +1 -1
  12. package/styles/fabric-dark-lite.scss +1 -1
  13. package/styles/fabric-lite.scss +1 -1
  14. package/styles/fluent-dark-lite.scss +1 -1
  15. package/styles/fluent-lite.scss +1 -1
  16. package/styles/fluent2-lite.scss +1 -1
  17. package/styles/highcontrast-light-lite.scss +1 -1
  18. package/styles/highcontrast-lite.scss +1 -1
  19. package/styles/material-dark-lite.scss +1 -1
  20. package/styles/material-lite.scss +1 -1
  21. package/styles/material3-dark-lite.scss +1 -1
  22. package/styles/material3-lite.scss +1 -1
  23. package/styles/rich-text-editor/bds.scss +1 -1
  24. package/styles/rich-text-editor/bootstrap-dark.scss +1 -1
  25. package/styles/rich-text-editor/bootstrap.scss +1 -1
  26. package/styles/rich-text-editor/bootstrap4.scss +1 -1
  27. package/styles/rich-text-editor/bootstrap5-dark.scss +1 -1
  28. package/styles/rich-text-editor/bootstrap5.3.scss +1 -1
  29. package/styles/rich-text-editor/bootstrap5.scss +1 -1
  30. package/styles/rich-text-editor/fabric-dark.scss +1 -1
  31. package/styles/rich-text-editor/fabric.scss +1 -1
  32. package/styles/rich-text-editor/fluent-dark.scss +1 -1
  33. package/styles/rich-text-editor/fluent.scss +1 -1
  34. package/styles/rich-text-editor/fluent2.scss +1 -1
  35. package/styles/rich-text-editor/highcontrast-light.scss +1 -1
  36. package/styles/rich-text-editor/highcontrast.scss +1 -1
  37. package/styles/rich-text-editor/material-dark.scss +1 -1
  38. package/styles/rich-text-editor/material.scss +1 -1
  39. package/styles/rich-text-editor/material3-dark.scss +1 -1
  40. package/styles/rich-text-editor/material3.scss +1 -1
  41. package/styles/rich-text-editor/tailwind-dark.scss +1 -1
  42. package/styles/rich-text-editor/tailwind.scss +1 -1
  43. package/styles/rich-text-editor/tailwind3.scss +1 -1
  44. package/styles/tailwind-dark-lite.scss +1 -1
  45. package/styles/tailwind-lite.scss +1 -1
  46. package/styles/tailwind3-lite.scss +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@ The [React Rich Text Editor](https://www.syncfusion.com/react-ui-components/reac
5
5
  <div align="center">
6
6
  <h4>
7
7
  <a href="https://ej2.syncfusion.com/react/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-richtexteditor-npm">📖Getting started</a> &#x2022;
8
- <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-richtexteditor-npm#/bootstrap5/rich-text-editor/tools">🚀Online demos</a> &#x2022;
8
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-richtexteditor-npm#/tailwind3/rich-text-editor/tools">🚀Online demos</a> &#x2022;
9
9
  <a href="https://www.syncfusion.com/react-components/react-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=react-richtexteditor-npm">🌐Learn more</a>
10
10
  </h4>
11
11
  </div>
@@ -54,15 +54,15 @@ npm run dev
54
54
  Add CSS references needed for Rich Text Editor in **src/App.css** from **../node_modules/@syncfusion** package folder.
55
55
 
56
56
  ```css
57
- @import '../../node_modules/@syncfusion/ej2-base/styles/bootstrap5.css';
58
- @import '../../node_modules/@syncfusion/ej2-icons/styles/bootstrap5.css';
59
- @import '../../node_modules/@syncfusion/ej2-buttons/styles/bootstrap5.css';
60
- @import '../../node_modules/@syncfusion/ej2-splitbuttons/styles/bootstrap5.css';
61
- @import '../../node_modules/@syncfusion/ej2-inputs/styles/bootstrap5.css';
62
- @import '../../node_modules/@syncfusion/ej2-lists/styles/bootstrap5.css';
63
- @import '../../node_modules/@syncfusion/ej2-navigations/styles/bootstrap5.css';
64
- @import '../../node_modules/@syncfusion/ej2-popups/styles/bootstrap5.css';
65
- @import '../../node_modules/@syncfusion/ej2-richtexteditor/styles/bootstrap5.css';
57
+ @import '../../node_modules/@syncfusion/ej2-base/styles/tailwind3.css';
58
+ @import '../../node_modules/@syncfusion/ej2-icons/styles/tailwind3.css';
59
+ @import '../../node_modules/@syncfusion/ej2-buttons/styles/tailwind3.css';
60
+ @import '../../node_modules/@syncfusion/ej2-splitbuttons/styles/tailwind3.css';
61
+ @import '../../node_modules/@syncfusion/ej2-inputs/styles/tailwind3.css';
62
+ @import '../../node_modules/@syncfusion/ej2-lists/styles/tailwind3.css';
63
+ @import '../../node_modules/@syncfusion/ej2-navigations/styles/tailwind3.css';
64
+ @import '../../node_modules/@syncfusion/ej2-popups/styles/tailwind3.css';
65
+ @import '../../node_modules/@syncfusion/ej2-richtexteditor/styles/tailwind3.css';
66
66
  ```
67
67
 
68
68
  ### 🔌 Inject Required Services
@@ -139,44 +139,52 @@ Rich Text Editor control is also offered in following list of frameworks.
139
139
 
140
140
  ## 🏗️ Showcase samples
141
141
 
142
- * [React HTML editor demo](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/bootstrap5/rich-text-editor/tools)
143
- * [Blog posting using react rich text editor demo](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/bootstrap5/rich-text-editor/blog-posting)
144
- * [React Markdown editor demo](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor)
145
- * [React live HTML editor demo](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/bootstrap5/rich-text-editor/online-html-editor)
142
+ * [React HTML editor demo](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/tailwind3/rich-text-editor/tools)
143
+ * [Blog posting using react rich text editor demo](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/tailwind3/rich-text-editor/blog-posting)
144
+ * [React Markdown editor demo](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/tailwind3/rich-text-editor/markdown-editor)
145
+ * [React live HTML editor demo](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/tailwind3/rich-text-editor/online-html-editor)
146
146
 
147
147
  ## ✨ Key features
148
148
 
149
- * [Edit mode](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/bootstrap5/rich-text-editor/iframe) - HTML content is possible to edit in a `div` element or an `iframe` in the rich text editor.
149
+ * [AI Assistant](https://ej2.syncfusion.com/react/demos/#/tailwind3/rich-text-editor/ai-assistant) - The AI Assistant helps generate, rewrite, summarize, and refine editor content. It is designed to speed up content creation and improve editing productivity.
150
150
 
151
- * [@Mentions](https://ej2.syncfusion.com/react/demos/#/bootstrap5/rich-text-editor/mention-integration) - Easily mention users, tags, or items with an autocomplete suggestion list.
151
+ * [Paste from MS Word](https://ej2.syncfusion.com/react/demos/#/tailwind3/rich-text-editor/paste-cleanup) - Paste from MS Word brings content into the editor with formatting cleanup and structure preservation. It helps users reuse Word content without carrying over unwanted styles.
152
152
 
153
- * [Slash Menu Support](https://ej2.syncfusion.com/react/demos/#/bootstrap5/rich-text-editor/smart-suggestion) - Quickly insert content blocks using the `/` command.
153
+ * [IFrame](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/tailwind3/rich-text-editor/iframe) - IFrame mode renders the editor content inside an isolated document context. It helps improve style encapsulation and reduces interference from external page styles.
154
154
 
155
- * [Checklist Suport](https://ej2.syncfusion.com/react/demos/#/bootstrap5/rich-text-editor/tools) - Allows users to create checklists (to-do lists) directly within the editor. Users can easily add interactive checkbox items to their content.
155
+ * [@Mentions](https://ej2.syncfusion.com/react/demos/#/tailwind3/rich-text-editor/mention-integration) - Mentions let users tag people, topics, or items with an autocomplete suggestion list. They make collaboration and inline referencing faster and more accurate.
156
156
 
157
- * [Accessibility & WCAG 2.0 Compliance](https://ej2.syncfusion.com/react/documentation/rich-text-editor/accessibility) - Ensures full accessibility support, making it user-friendly for people who rely on assistive technologies (AT) or keyboard navigation.
157
+ * [Slash Menu](https://ej2.syncfusion.com/react/demos/#/tailwind3/rich-text-editor/smart-suggestion) - Slash menu support lets users trigger editor commands by typing a forward slash. It provides a quick way to insert content blocks and formatting actions.
158
158
 
159
- * [Preventing Cross-Site Scripting (XSS)](https://ej2.syncfusion.com/aspnetcore/documentation/rich-text-editor/prevent-cross-site-scripting/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) - The Rich Text Editor allows users to edit the content with security by preventing cross-site scripting (XSS).
159
+ * [Checklist](https://ej2.syncfusion.com/react/demos/#/tailwind3/rich-text-editor/tools) - Checklist support enables users to create interactive task lists in the editor. It is useful for organizing work items and tracking progress within content.
160
160
 
161
- * [HTML code editing](https://ej2.syncfusion.com/react/documentation/rich-text-editor/miscellaneous/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/rich-text-editor/#code-view) - The rich text editor allows users to edit the HTML code directly in the HTML code view.
161
+ * [Accessibility & WCAG 2.0 Compliance](https://ej2.syncfusion.com/react/documentation/rich-text-editor/accessibility) - Accessibility support helps the editor work with assistive technologies and keyboard navigation. It ensures the component can be used more effectively by a broader audience.
162
162
 
163
- * [Markdown editor](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor-preview) - The rich text editor allows you to edit Markdown content using the Markdown syntax.
163
+ * [Preventing Cross-Site Scripting (XSS)](https://ej2.syncfusion.com/react/documentation/rich-text-editor/validation-security/xhtml-validation#cross-site-scripting-xss-prevention) - XSS protection helps validate and sanitize editor content before it is used or rendered. It reduces security risks by blocking malicious scripts and unsafe markup.
164
164
 
165
- * [Markdown content preview](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor-preview) - Preview of the modified Markdown content in the editor, you can give users the ability to see what the formatted content will look like before they save it.
165
+ * [HTML code editing](https://ej2.syncfusion.com/react/documentation/rich-text-editor/editor-value#source-code-editing) - HTML code editing lets users view and edit the underlying markup directly. It is helpful when precise control over the document structure is required.
166
166
 
167
- * [Tools](https://ej2.syncfusion.com/react/documentation/rich-text-editor/toolbar/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#toolbar-items) - The rich text editor handles a wide range of features, including inserting images, hyperlinks, tables, formatting tools, and more.
167
+ * [Markdown editor](https://ej2.syncfusion.com/react/documentation/rich-text-editor/editor-types/editor-modes#markdown-editor) - Markdown editor mode lets users create and edit content using Markdown syntax. It is ideal for lightweight authoring and text-based workflows.
168
168
 
169
- * [Toolbar appearance](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#/bootstrap5/rich-text-editor/types) - The rich text editor can provide a fully customizable toolbar that allows users to access the various formatting and editing options that are available.
169
+ * [Custom Toolbar Items](https://ej2.syncfusion.com/react/documentation/rich-text-editor/toolbar/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm#toolbar-items) - Custom toolbar items allow additional actions to be added to the editor toolbar. They help tailor the editing experience to specific application needs.
170
170
 
171
- * [Export and Import](https://ej2.syncfusion.com/react/demos/#/bootstrap5/rich-text-editor/export-document) - Supports exporting content to PDF, and Word formats.
171
+ * [Quick Toolbar](https://ej2.syncfusion.com/react/documentation/rich-text-editor/toolbar/quick-toolbar) - Quick Toolbar shows contextual actions for selected content such as text, images, and tables. It helps users apply common operations without leaving the editing area.
172
172
 
173
- * [Copy and paste](https://ej2.syncfusion.com/react/documentation/rich-text-editor/paste-cleanup) - Copy and paste from Microsoft Word, Outlook, or other editors or sources while preserving formatting, styles, and structure.
173
+ * [File Browser](https://ej2.syncfusion.com/react/demos/#/tailwind3/rich-text-editor/file-browser) - File Browser integration allows users to browse and select files within editor workflows. It supports file-based content management in a more seamless way.
174
174
 
175
- * [Undo and redo](https://ej2.syncfusion.com/react/documentation/rich-text-editor/undo-redo) - Users can use undo and redo actions to reverse or repeat actions they took while editing the content.
175
+ * [Emoji Picker](https://ej2.syncfusion.com/react/documentation/rich-text-editor/smart-editing/emoji-picker) - Emoji picker support lets users insert emojis into the editor content. It helps make messages and content more expressive and engaging.
176
176
 
177
- * [Module injection](https://ej2.syncfusion.com/react/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#module-injection) - It is possible to create a editor that utilizes a modular library to load the necessary functionality on demand. This can be useful for optimizing the performance of the editor.
177
+ * [Insert Media](https://ej2.syncfusion.com/react/demos/#/tailwind3/rich-text-editor/insert-media) - Insert Media allows audio and video content to be embedded in the editor. It is useful for creating richer and more interactive documents.
178
178
 
179
- * [Third-party integration](https://ej2.syncfusion.com/react/documentation/rich-text-editor/third-party-integration/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm) - It is possible to integrate a third-party library into a rich text editor to add additional functionality or features to the editor like `Code-mirror`, `Embedly` and more.
179
+ * [Toolbar](https://ej2.syncfusion.com/react/documentation/rich-text-editor/toolbar/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm#toolbar-items) - Toolbar support provides editing controls and customization options for the editor. It supports floating behavior, multiple layout types, and toolbar positioning for flexible UI setups.
180
+
181
+ * [Export and Import](https://ej2.syncfusion.com/react/demos/#/tailwind3/rich-text-editor/export-document) - Export and Import support allows content to be moved between the editor and document formats such as PDF and Word. It simplifies content sharing, archiving, and document processing.
182
+
183
+ * [Undo and redo](https://ej2.syncfusion.com/react/documentation/rich-text-editor/undo-redo) - Undo and redo support lets users reverse or repeat recent editing actions. It improves editing confidence by making changes easier to correct.
184
+
185
+ * [Module injection](https://ej2.syncfusion.com/react/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm/#module-injection) - Module injection lets the editor load only the features that are needed. It helps reduce bundle size and keeps the component more efficient.
186
+
187
+ * [Third-party integration](https://ej2.syncfusion.com/react/documentation/rich-text-editor/third-party-integration/?utm_source=npm&utm_medium=listing&utm_campaign=react-rich-text-editor-npm) - Third-party integration lets the editor work with external libraries and services. It extends the editor with additional capabilities beyond the built-in feature set.
180
188
 
181
189
  ## 📚 Resources
182
190
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.min.js
3
- * version : 33.2.13
3
+ * version : 34.1.30
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.umd.min.js
3
- * version : 33.2.13
3
+ * version : 34.1.30
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-react-richtexteditor",
3
- "version": "33.2.13",
3
+ "version": "34.1.30",
4
4
  "description": "Essential JS 2 RichTextEditor component for React",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -19,9 +19,9 @@
19
19
  "es2015": "dist/es6/ej2-react-richtexteditor.es2015.js",
20
20
  "readme": "ReadMe.md",
21
21
  "dependencies": {
22
- "@syncfusion/ej2-base": "~33.2.3",
23
- "@syncfusion/ej2-react-base": "~33.2.3",
24
- "@syncfusion/ej2-richtexteditor": "33.2.13"
22
+ "@syncfusion/ej2-base": "~34.1.30",
23
+ "@syncfusion/ej2-react-base": "~34.1.29",
24
+ "@syncfusion/ej2-richtexteditor": "34.1.30"
25
25
  },
26
26
  "devDependencies": {},
27
27
  "sideEffects": false,
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/bds-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/bds-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/bootstrap-dark-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/bootstrap-dark-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/bootstrap-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/bootstrap-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/bootstrap4-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/bootstrap4-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/bootstrap5-dark-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/bootstrap5-dark-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/bootstrap5-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/bootstrap5-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/bootstrap5.3-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/bootstrap5.3-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/fabric-dark-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/fabric-dark-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/fabric-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/fabric-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/fluent-dark-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/fluent-dark-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/fluent-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/fluent-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/fluent2-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/fluent2-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/highcontrast-light-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/highcontrast-light-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/highcontrast-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/highcontrast-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/material-dark-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/material-dark-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/material-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/material-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/material3-dark-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/material3-dark-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/material3-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/material3-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/bds' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bds' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap4' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap4' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5.3' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap5' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/fabric-dark' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/fabric-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/fabric' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/fabric' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/fluent-dark' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/fluent-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/fluent' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/fluent' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/fluent2' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/fluent2' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-light' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/highcontrast-light' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/highcontrast' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/material-dark' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/material-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/material' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/material' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/material3-dark' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/material3-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/material3' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/material3' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/tailwind-dark' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/tailwind-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/tailwind' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/tailwind' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/styles/rich-text-editor/tailwind3' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/tailwind3' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/tailwind-dark-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/tailwind-dark-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/tailwind-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/tailwind-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-richtexteditor/tailwind3-lite' as *;
1
+ @use '@syncfusion/ej2-richtexteditor/tailwind3-lite' as *;