@thangph2146/lexical-editor 0.0.12 → 0.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thangph2146/lexical-editor",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Rich Text Editor library based on Lexical for React/Next.js",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -589,7 +589,7 @@ function FloatingLinkEditor({
589
589
  type="file"
590
590
  className="hidden"
591
591
  onChange={handleUploadLocalFile}
592
- accept=".pdf,.doc,.docx,.xls,.xlsx,.csv,.rtf,.txt,.zip,.rar,.7z,.ppt,.pptx,.jpg,.jpeg,.png,.gif,.webp,.svg,.mp3,.wav,.mp4,.mov,.avi"
592
+ accept=".pdf,.doc,.docx,.xls,.xlsx,.csv,.rtf,.txt,.zip,.rar,.7z,.ppt,.pptx,.jpg,.jpeg,.png,.gif,.webp,.svg,.mp3,.wav,.mp4,.mov,.avi,.webm"
593
593
  />
594
594
  <Input
595
595
  ref={inputRef}
@@ -6,7 +6,6 @@
6
6
  .editor-table {
7
7
  border-collapse: collapse;
8
8
  border-spacing: 0;
9
- width: 100%;
10
9
  table-layout: fixed;
11
10
  margin: $editor-table-margin-vertical 0;
12
11
  border-radius: $editor-border-radius;