@collabchron/notiq 0.3.0 → 1.0.1

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 (282) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +230 -39
  3. package/dist/CodeActionMenuPlugin-EINOY4U4.mjs +15 -0
  4. package/dist/DynamicBlockComponent-NRQJ4WW4.mjs +161 -0
  5. package/dist/EquationComponent-CB6DFIHV.mjs +154 -0
  6. package/dist/ExcalidrawComponent-XW6646OH.mjs +528 -0
  7. package/dist/ExcalidrawPlugin-ZFHT62IF.mjs +14 -0
  8. package/dist/ExportPlugin-V2RLM63S.mjs +11 -0
  9. package/dist/FloatingLinkEditorPlugin-TRTCMSP4.mjs +12 -0
  10. package/dist/FloatingTextFormatToolbarPlugin-F2GY6LMI.mjs +30 -0
  11. package/dist/HintComponet-BRL6EAMS.mjs +217 -0
  12. package/dist/InlineImageComponent-UWIUWBHI.mjs +453 -0
  13. package/dist/MobileToolbar-BOOZAMQE.mjs +268 -0
  14. package/dist/SlashCommand-GMT5JI33.mjs +28 -0
  15. package/dist/StoryBuilderComponent-JGDBM5JU.mjs +562 -0
  16. package/{src/components/editor/plugins/TableCellActionMenuPlugin/index.tsx → dist/TableCellActionMenuPlugin-PGK2K3VG.mjs} +667 -759
  17. package/{src/components/editor/plugins/TableHoverActionsPlugin/index.tsx → dist/TableHoverActionsPlugin-GJVE6VRW.mjs} +258 -314
  18. package/dist/TemplatePlugin-ZD3QEVTI.mjs +9 -0
  19. package/dist/ToolbarPlugin-YKYA4NB4.mjs +1547 -0
  20. package/dist/babel-JZ2EV6AX.mjs +7233 -0
  21. package/dist/background-color-XZTYLGO2.mjs +362 -0
  22. package/dist/block-format-YJCV2DIY.mjs +15 -0
  23. package/dist/chunk-2FNEAMSP.mjs +127 -0
  24. package/dist/chunk-3CPBODXA.mjs +84 -0
  25. package/dist/chunk-3G37YKTV.mjs +83 -0
  26. package/dist/chunk-3JVFG7ER.mjs +184 -0
  27. package/dist/chunk-456TN7IM.mjs +110 -0
  28. package/dist/chunk-4EXYCTGJ.mjs +27 -0
  29. package/{src/utils/getSelectedNode.ts → dist/chunk-4HBCVSE6.mjs} +26 -27
  30. package/dist/chunk-4MEDW3T6.mjs +125 -0
  31. package/dist/chunk-4VWFVWYP.mjs +36 -0
  32. package/dist/chunk-5BAKY5KN.mjs +84 -0
  33. package/dist/chunk-5QSNIVIG.mjs +333 -0
  34. package/dist/chunk-64Z3FI7T.mjs +37 -0
  35. package/{src/components/editor/nodes/Stepper/index.tsx → dist/chunk-6RNZQOH2.mjs} +214 -260
  36. package/dist/chunk-77KXU36M.mjs +64 -0
  37. package/dist/chunk-77UA6HYR.mjs +165 -0
  38. package/dist/chunk-7NZAPJ4G.mjs +102 -0
  39. package/dist/chunk-7VUMHWWL.mjs +152 -0
  40. package/dist/chunk-AMMKBSST.mjs +1256 -0
  41. package/dist/chunk-BIU7WTLX.mjs +95 -0
  42. package/dist/chunk-EGMI62PP.mjs +83 -0
  43. package/dist/chunk-EHNQD5KO.mjs +88 -0
  44. package/dist/chunk-FSM26655.mjs +37 -0
  45. package/{src/components/editor/nodes/Hint/index.tsx → dist/chunk-G53GLEAY.mjs} +158 -190
  46. package/dist/chunk-GK35L7UY.mjs +28 -0
  47. package/dist/chunk-GXYD4VZM.mjs +193 -0
  48. package/dist/chunk-GYIOYVCN.mjs +538 -0
  49. package/dist/chunk-GZPNVR7L.mjs +157 -0
  50. package/dist/chunk-JXDPPUJI.mjs +52 -0
  51. package/dist/chunk-K36V4SIW.mjs +141 -0
  52. package/dist/chunk-KJ6AJ44Q.mjs +128 -0
  53. package/dist/chunk-KJV3FAZ7.mjs +142 -0
  54. package/{src/components/editor/plugins/ImagesPlugin/index.tsx → dist/chunk-LGG4IUIA.mjs} +189 -222
  55. package/dist/chunk-LQN3CMKV.mjs +1906 -0
  56. package/dist/chunk-N3WN46VL.mjs +236 -0
  57. package/dist/chunk-PBD6LMLC.mjs +366 -0
  58. package/dist/chunk-POGRR73N.mjs +33 -0
  59. package/{src/components/editor/utils/editorFormatting.ts → dist/chunk-PZSUSXQG.mjs} +238 -282
  60. package/dist/chunk-QEIFVK5M.mjs +29 -0
  61. package/dist/chunk-QHIQKMVN.mjs +427 -0
  62. package/dist/chunk-TCYK7DM7.mjs +36 -0
  63. package/dist/chunk-TTHQCW5F.mjs +47 -0
  64. package/dist/chunk-U47ABU5Z.mjs +53 -0
  65. package/dist/chunk-WDG7J2DY.mjs +116 -0
  66. package/dist/chunk-WJRHXI2C.mjs +733 -0
  67. package/dist/chunk-XLER2DHM.mjs +357 -0
  68. package/dist/chunk-XWC4TK2N.mjs +315 -0
  69. package/dist/chunk-YHPNOWFH.mjs +15 -0
  70. package/dist/chunk-YKC3SO4Z.mjs +32 -0
  71. package/dist/chunk-YMBXLRW5.mjs +374 -0
  72. package/dist/chunk-YPHOEJ46.mjs +64 -0
  73. package/dist/chunk-YUDCJRJM.mjs +25 -0
  74. package/dist/chunk-Z4EWP7BI.mjs +65 -0
  75. package/dist/chunk-ZB5LZQKC.mjs +191 -0
  76. package/dist/chunk-ZJRKATOJ.mjs +65 -0
  77. package/dist/color-BPKOPQKN.mjs +12 -0
  78. package/dist/estree-XC56IUFX.mjs +4414 -0
  79. package/dist/font-FEZ3GKSF.mjs +13 -0
  80. package/dist/font-size-EK775WRH.mjs +15 -0
  81. package/dist/html-S3ACX7NI.mjs +2738 -0
  82. package/dist/image-2PJIAYAT.mjs +993 -0
  83. package/dist/index.d.mts +145 -0
  84. package/dist/index.d.ts +145 -0
  85. package/dist/index.js +57855 -0
  86. package/dist/index.mjs +1790 -0
  87. package/dist/insert-gif-SAIDYURE.mjs +100 -0
  88. package/dist/insert-image-U3RJN3OW.mjs +259 -0
  89. package/dist/insert-node-5P2CRJ7S.mjs +201 -0
  90. package/dist/insert-poll-HCPM7MO6.mjs +33 -0
  91. package/dist/insert-table-24XYUS2W.mjs +66 -0
  92. package/dist/markdown-SNVBOSRA.mjs +3487 -0
  93. package/dist/poll-component-2R4MDLHS.mjs +303 -0
  94. package/dist/postcss-ONF3VDIM.mjs +5051 -0
  95. package/dist/standalone-EOIALU3M.mjs +2373 -0
  96. package/dist/stepper-FSARL6X6.mjs +304 -0
  97. package/dist/styles/notiq.css +1149 -0
  98. package/dist/text-align-VLECWO4H.mjs +118 -0
  99. package/dist/text-format-BG5WOOPZ.mjs +16 -0
  100. package/dist/typescript-AMPI6OVS.mjs +13135 -0
  101. package/package.json +67 -11
  102. package/src/styles/notiq.css +1149 -0
  103. package/src/styles/tailwind-plugin.ts +134 -0
  104. package/components.json +0 -21
  105. package/eslint.config.mjs +0 -16
  106. package/next.config.ts +0 -12
  107. package/postcss.config.mjs +0 -5
  108. package/public/file.svg +0 -1
  109. package/public/globe.svg +0 -1
  110. package/public/images/icons/plus.svg +0 -10
  111. package/public/next.svg +0 -1
  112. package/public/vercel.svg +0 -1
  113. package/public/window.svg +0 -1
  114. package/src/app/actions.ts +0 -2
  115. package/src/app/api/ai/route.ts +0 -175
  116. package/src/app/api/edgestore/[...edgestore]/route.ts +0 -28
  117. package/src/app/favicon.ico +0 -0
  118. package/src/app/globals.css +0 -205
  119. package/src/app/layout.tsx +0 -38
  120. package/src/app/page.tsx +0 -12
  121. package/src/components/editor/Core.tsx +0 -220
  122. package/src/components/editor/hooks/instructions-messages.ts +0 -300
  123. package/src/components/editor/hooks/use-mobile.ts +0 -19
  124. package/src/components/editor/hooks/useReport.ts +0 -67
  125. package/src/components/editor/hooks/useResizeObservert.ts +0 -22
  126. package/src/components/editor/index.tsx +0 -39
  127. package/src/components/editor/lexical-on-change.tsx +0 -28
  128. package/src/components/editor/nodes/CollapsibleNode/CollapsibleContainerNode.ts +0 -92
  129. package/src/components/editor/nodes/CollapsibleNode/CollapsibleContentNode.ts +0 -65
  130. package/src/components/editor/nodes/CollapsibleNode/CollapsibleTitleNode.ts +0 -105
  131. package/src/components/editor/nodes/EquationNode/EquationComponent.tsx +0 -143
  132. package/src/components/editor/nodes/EquationNode/EquationNode.tsx +0 -170
  133. package/src/components/editor/nodes/ExcalidrawNode/ExcalidrawComponent.tsx +0 -228
  134. package/src/components/editor/nodes/ExcalidrawNode/ExcalidrawImage.tsx +0 -137
  135. package/src/components/editor/nodes/ExcalidrawNode/ImageResizer.tsx +0 -317
  136. package/src/components/editor/nodes/ExcalidrawNode/index.tsx +0 -204
  137. package/src/components/editor/nodes/FigmaNode/FigmaNode.tsx +0 -134
  138. package/src/components/editor/nodes/Hint/HintComponet.tsx +0 -221
  139. package/src/components/editor/nodes/ImageNode/index.tsx +0 -328
  140. package/src/components/editor/nodes/InlineImageNode/InlineImageComponent.tsx +0 -383
  141. package/src/components/editor/nodes/InlineImageNode/InlineImageNode.css +0 -94
  142. package/src/components/editor/nodes/InlineImageNode/InlineImageNode.tsx +0 -309
  143. package/src/components/editor/nodes/LayoutNode/LayoutContainerNode.ts +0 -146
  144. package/src/components/editor/nodes/LayoutNode/LayoutItemNode.ts +0 -79
  145. package/src/components/editor/nodes/PollNode/index.tsx +0 -204
  146. package/src/components/editor/nodes/TweetNode/index.tsx +0 -214
  147. package/src/components/editor/nodes/index.ts +0 -81
  148. package/src/components/editor/plugins/AutoEmbedPlugin/index.tsx +0 -350
  149. package/src/components/editor/plugins/AutoLinkPlugin/index.tsx +0 -56
  150. package/src/components/editor/plugins/CodeActionMenuPlugin/components/CopyButton.tsx +0 -70
  151. package/src/components/editor/plugins/CodeActionMenuPlugin/components/PrettierButton.tsx +0 -192
  152. package/src/components/editor/plugins/CodeActionMenuPlugin/index.tsx +0 -217
  153. package/src/components/editor/plugins/CodeActionMenuPlugin/utils.ts +0 -26
  154. package/src/components/editor/plugins/CodeHighlightPlugin/index.ts +0 -21
  155. package/src/components/editor/plugins/CollapsiblePlugin/Collapsible.css +0 -76
  156. package/src/components/editor/plugins/CollapsiblePlugin/index.ts +0 -228
  157. package/src/components/editor/plugins/DragDropPastePlugin/index.tsx +0 -44
  158. package/src/components/editor/plugins/DraggableBlockPlugin/index.tsx +0 -52
  159. package/src/components/editor/plugins/EquationsPlugin/index.tsx +0 -85
  160. package/src/components/editor/plugins/ExcalidrawPlugin/index.tsx +0 -98
  161. package/src/components/editor/plugins/FigmaPlugin/index.tsx +0 -42
  162. package/src/components/editor/plugins/FloatingLinkEditorPlugin/index.tsx +0 -445
  163. package/src/components/editor/plugins/FloatingTextFormatToolbarPlugin/index.tsx +0 -275
  164. package/src/components/editor/plugins/InlineImagePlugin/index.tsx +0 -351
  165. package/src/components/editor/plugins/LayoutPlugin/index.tsx +0 -238
  166. package/src/components/editor/plugins/LinkPlugin/index.tsx +0 -36
  167. package/src/components/editor/plugins/LinkWithMetaData/index.tsx +0 -271
  168. package/src/components/editor/plugins/MarkdownShortcutPlugin/index.tsx +0 -11
  169. package/src/components/editor/plugins/MarkdownTransformers/index.tsx +0 -304
  170. package/src/components/editor/plugins/PollPlugin/index.tsx +0 -49
  171. package/src/components/editor/plugins/ShortcutsPlugin/index.tsx +0 -180
  172. package/src/components/editor/plugins/ShortcutsPlugin/shortcuts.ts +0 -253
  173. package/src/components/editor/plugins/SlashCommand/index.tsx +0 -621
  174. package/src/components/editor/plugins/SpeechToTextPlugin/index.ts +0 -127
  175. package/src/components/editor/plugins/TabFocusPlugin/index.ts +0 -58
  176. package/src/components/editor/plugins/TableCellResizer/index.tsx +0 -438
  177. package/src/components/editor/plugins/TablePlugin/index.tsx +0 -99
  178. package/src/components/editor/plugins/ToolbarPlugin/index.tsx +0 -522
  179. package/src/components/editor/plugins/TwitterPlugin/index.ts +0 -35
  180. package/src/components/editor/plugins/YouTubeNode/index.tsx +0 -179
  181. package/src/components/editor/plugins/YouTubePlugin/index.ts +0 -41
  182. package/src/components/editor/themes/editor-theme.ts +0 -113
  183. package/src/components/editor/themes/theme.css +0 -377
  184. package/src/components/editor/utils/ai.ts +0 -291
  185. package/src/components/editor/utils/canUseDOM.ts +0 -12
  186. package/src/components/editor/utils/environment.ts +0 -50
  187. package/src/components/editor/utils/extract-data.ts +0 -166
  188. package/src/components/editor/utils/getAllLexicalChildren.ts +0 -13
  189. package/src/components/editor/utils/getDOMRangeRect.ts +0 -27
  190. package/src/components/editor/utils/getSelectedNode.ts +0 -27
  191. package/src/components/editor/utils/gif.ts +0 -29
  192. package/src/components/editor/utils/invariant.ts +0 -15
  193. package/src/components/editor/utils/setFloatingElemPosition.ts +0 -51
  194. package/src/components/editor/utils/setFloatingElemPositionForLinkEditor.ts +0 -40
  195. package/src/components/editor/utils/setNodePlaceholderFromSelection/getNodePlaceholder.ts +0 -51
  196. package/src/components/editor/utils/setNodePlaceholderFromSelection/setNodePlaceholderFromSelection.ts +0 -15
  197. package/src/components/editor/utils/setNodePlaceholderFromSelection/setPlaceholderOnSelection.ts +0 -114
  198. package/src/components/editor/utils/setNodePlaceholderFromSelection/styles.css +0 -6
  199. package/src/components/editor/utils/url.ts +0 -109
  200. package/src/components/editor/utils/useLayoutEffect.ts +0 -13
  201. package/src/components/providers/QueryProvider.tsx +0 -15
  202. package/src/components/providers/SharedHistoryContext.tsx +0 -28
  203. package/src/components/providers/ToolbarContext.tsx +0 -123
  204. package/src/components/providers/theme-provider.tsx +0 -11
  205. package/src/components/theme/ModeToggle.tsx +0 -40
  206. package/src/components/ui/FileInput.tsx +0 -40
  207. package/src/components/ui/Input.css +0 -32
  208. package/src/components/ui/Select.css +0 -42
  209. package/src/components/ui/Select.tsx +0 -36
  210. package/src/components/ui/TextInput.tsx +0 -48
  211. package/src/components/ui/ai/ai-button.tsx +0 -574
  212. package/src/components/ui/ai/border.tsx +0 -99
  213. package/src/components/ui/ai/placeholder-input-vanish.tsx +0 -282
  214. package/src/components/ui/button.tsx +0 -89
  215. package/src/components/ui/card.tsx +0 -76
  216. package/src/components/ui/checkbox.tsx +0 -30
  217. package/src/components/ui/command.tsx +0 -153
  218. package/src/components/ui/dialog/Dialog.css +0 -25
  219. package/src/components/ui/dialog/Dialog.tsx +0 -34
  220. package/src/components/ui/dialog.tsx +0 -122
  221. package/src/components/ui/drop-downs/background-color.tsx +0 -183
  222. package/src/components/ui/drop-downs/block-format.tsx +0 -159
  223. package/src/components/ui/drop-downs/code.tsx +0 -42
  224. package/src/components/ui/drop-downs/color.tsx +0 -177
  225. package/src/components/ui/drop-downs/font-size.tsx +0 -138
  226. package/src/components/ui/drop-downs/font.tsx +0 -155
  227. package/src/components/ui/drop-downs/index.tsx +0 -122
  228. package/src/components/ui/drop-downs/insert-node.tsx +0 -213
  229. package/src/components/ui/drop-downs/text-align.tsx +0 -123
  230. package/src/components/ui/drop-downs/text-format.tsx +0 -104
  231. package/src/components/ui/dropdown-menu.tsx +0 -201
  232. package/src/components/ui/equation/EquationEditor.css +0 -38
  233. package/src/components/ui/equation/EquationEditor.tsx +0 -56
  234. package/src/components/ui/equation/KatexEquationAlterer.css +0 -41
  235. package/src/components/ui/equation/KatexEquationAlterer.tsx +0 -83
  236. package/src/components/ui/equation/KatexRenderer.tsx +0 -66
  237. package/src/components/ui/excalidraw/ExcalidrawModal.css +0 -64
  238. package/src/components/ui/excalidraw/ExcalidrawModal.tsx +0 -234
  239. package/src/components/ui/excalidraw/Modal.css +0 -62
  240. package/src/components/ui/excalidraw/Modal.tsx +0 -110
  241. package/src/components/ui/hover-card.tsx +0 -29
  242. package/src/components/ui/image/error-image.tsx +0 -17
  243. package/src/components/ui/image/file-upload.tsx +0 -240
  244. package/src/components/ui/image/image-resizer.tsx +0 -297
  245. package/src/components/ui/image/image-toolbar.tsx +0 -264
  246. package/src/components/ui/image/index.tsx +0 -408
  247. package/src/components/ui/image/lazy-image.tsx +0 -68
  248. package/src/components/ui/image/lazy-video.tsx +0 -71
  249. package/src/components/ui/input.tsx +0 -22
  250. package/src/components/ui/models/custom-dialog.tsx +0 -320
  251. package/src/components/ui/models/insert-gif.tsx +0 -90
  252. package/src/components/ui/models/insert-image.tsx +0 -52
  253. package/src/components/ui/models/insert-poll.tsx +0 -29
  254. package/src/components/ui/models/insert-table.tsx +0 -62
  255. package/src/components/ui/models/use-model.tsx +0 -91
  256. package/src/components/ui/poll/poll-component.tsx +0 -304
  257. package/src/components/ui/popover.tsx +0 -33
  258. package/src/components/ui/progress.tsx +0 -28
  259. package/src/components/ui/scroll-area.tsx +0 -48
  260. package/src/components/ui/separator.tsx +0 -31
  261. package/src/components/ui/skeleton.tsx +0 -15
  262. package/src/components/ui/sonner.tsx +0 -31
  263. package/src/components/ui/stepper/step.tsx +0 -179
  264. package/src/components/ui/stepper/stepper.tsx +0 -89
  265. package/src/components/ui/textarea.tsx +0 -22
  266. package/src/components/ui/toggle.tsx +0 -71
  267. package/src/components/ui/tooltip.tsx +0 -32
  268. package/src/components/ui/write/text-format-floting-toolbar.tsx +0 -346
  269. package/src/lib/edgestore.ts +0 -9
  270. package/src/lib/pinecone-client.ts +0 -0
  271. package/src/lib/utils.ts +0 -6
  272. package/src/utils/docSerialization.ts +0 -77
  273. package/src/utils/emoji-list.ts +0 -16615
  274. package/src/utils/getDOMRangeRect.ts +0 -27
  275. package/src/utils/getThemeSelector.ts +0 -25
  276. package/src/utils/isMobileWidth.ts +0 -7
  277. package/src/utils/joinClasses.ts +0 -13
  278. package/src/utils/setFloatingElemPosition.ts +0 -74
  279. package/src/utils/setFloatingElemPositionForLinkEditor.ts +0 -46
  280. package/src/utils/swipe.ts +0 -127
  281. package/src/utils/url.ts +0 -38
  282. package/tsconfig.json +0 -27
@@ -1,179 +0,0 @@
1
-
2
- import type {
3
- DOMConversionMap,
4
- DOMConversionOutput,
5
- DOMExportOutput,
6
- EditorConfig,
7
- ElementFormatType,
8
- LexicalEditor,
9
- LexicalNode,
10
- NodeKey,
11
- Spread,
12
- } from 'lexical';
13
-
14
- import { BlockWithAlignableContents } from '@lexical/react/LexicalBlockWithAlignableContents';
15
- import {
16
- DecoratorBlockNode,
17
- SerializedDecoratorBlockNode,
18
- } from '@lexical/react/LexicalDecoratorBlockNode';
19
- import * as React from 'react';
20
-
21
- type YouTubeComponentProps = Readonly<{
22
- className: Readonly<{
23
- base: string;
24
- focus: string;
25
- }>;
26
- format: ElementFormatType | null;
27
- nodeKey: NodeKey;
28
- videoID: string;
29
- }>;
30
-
31
- function YouTubeComponent({
32
- className,
33
- format,
34
- nodeKey,
35
- videoID,
36
- }: YouTubeComponentProps) {
37
- return (
38
- <BlockWithAlignableContents
39
- className={className}
40
- format={format}
41
- nodeKey={nodeKey}>
42
- <iframe
43
- width="560"
44
- height="315"
45
- style={{
46
- width: "100%",
47
- aspectRatio: "16/9",
48
- borderRadius: "8px",
49
- border: "4px solid #e6c10aff"
50
- }}
51
- src={`https://www.youtube-nocookie.com/embed/${videoID}`}
52
- frameBorder="0"
53
- allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
54
- allowFullScreen={true}
55
- title="YouTube video"
56
- />
57
- </BlockWithAlignableContents>
58
- );
59
- }
60
-
61
- export type SerializedYouTubeNode = Spread<
62
- {
63
- videoID: string;
64
- },
65
- SerializedDecoratorBlockNode
66
- >;
67
-
68
- function $convertYoutubeElement(
69
- domNode: HTMLElement,
70
- ): null | DOMConversionOutput {
71
- const videoID = domNode.getAttribute('data-lexical-youtube');
72
- if (videoID) {
73
- const node = $createYouTubeNode(videoID);
74
- return { node };
75
- }
76
- return null;
77
- }
78
-
79
- export class YouTubeNode extends DecoratorBlockNode {
80
- __id: string;
81
-
82
- static getType(): string {
83
- return 'youtube';
84
- }
85
-
86
- static clone(node: YouTubeNode): YouTubeNode {
87
- return new YouTubeNode(node.__id, node.__format, node.__key);
88
- }
89
-
90
- static importJSON(serializedNode: SerializedYouTubeNode): YouTubeNode {
91
- return $createYouTubeNode(serializedNode.videoID).updateFromJSON(
92
- serializedNode,
93
- );
94
- }
95
-
96
- exportJSON(): SerializedYouTubeNode {
97
- return {
98
- ...super.exportJSON(),
99
- videoID: this.__id,
100
- };
101
- }
102
-
103
- constructor(id: string, format?: ElementFormatType, key?: NodeKey) {
104
- super(format, key);
105
- this.__id = id;
106
- }
107
-
108
- exportDOM(): DOMExportOutput {
109
- const element = document.createElement('iframe');
110
- element.setAttribute('data-lexical-youtube', this.__id);
111
- element.setAttribute('width', '560');
112
- element.setAttribute('height', '315');
113
- element.setAttribute(
114
- 'src',
115
- `https://www.youtube-nocookie.com/embed/${this.__id}`,
116
- );
117
- element.setAttribute('frameborder', '0');
118
- element.setAttribute(
119
- 'allow',
120
- 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture',
121
- );
122
- element.setAttribute('allowfullscreen', 'true');
123
- element.setAttribute('title', 'YouTube video');
124
- return { element };
125
- }
126
-
127
- static importDOM(): DOMConversionMap | null {
128
- return {
129
- iframe: (domNode: HTMLElement) => {
130
- if (!domNode.hasAttribute('data-lexical-youtube')) {
131
- return null;
132
- }
133
- return {
134
- conversion: $convertYoutubeElement,
135
- priority: 1,
136
- };
137
- },
138
- };
139
- }
140
-
141
- updateDOM(): false {
142
- return false;
143
- }
144
-
145
- getId(): string {
146
- return this.__id;
147
- }
148
-
149
- getTextContent(
150
- ): string {
151
- return `https://www.youtube.com/watch?v=${this.__id}`;
152
- }
153
-
154
- decorate(_editor: LexicalEditor, config: EditorConfig): React.JSX.Element {
155
- const embedBlockTheme = config.theme.embedBlock || {};
156
- const className = {
157
- base: embedBlockTheme.base || '',
158
- focus: embedBlockTheme.focus || '',
159
- };
160
- return (
161
- <YouTubeComponent
162
- className={className}
163
- format={this.__format}
164
- nodeKey={this.getKey()}
165
- videoID={this.__id}
166
- />
167
- );
168
- }
169
- }
170
-
171
- export function $createYouTubeNode(videoID: string): YouTubeNode {
172
- return new YouTubeNode(videoID);
173
- }
174
-
175
- export function $isYouTubeNode(
176
- node: YouTubeNode | LexicalNode | null | undefined,
177
- ): node is YouTubeNode {
178
- return node instanceof YouTubeNode;
179
- }
@@ -1,41 +0,0 @@
1
- /**
2
- * Copyright (c) Meta Platforms, Inc. and affiliates.
3
- *
4
- * This source code is licensed under the MIT license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- *
7
- */
8
-
9
- import {useLexicalComposerContext} from '@lexical/react/LexicalComposerContext';
10
- import {$insertNodeToNearestRoot} from '@lexical/utils';
11
- import {COMMAND_PRIORITY_EDITOR, createCommand, LexicalCommand} from 'lexical';
12
- import {JSX, useEffect} from 'react';
13
- import { $createYouTubeNode, YouTubeNode } from '../YouTubeNode';
14
-
15
-
16
- export const INSERT_YOUTUBE_COMMAND: LexicalCommand<string> = createCommand(
17
- 'INSERT_YOUTUBE_COMMAND',
18
- );
19
-
20
- export default function YouTubePlugin(): JSX.Element | null {
21
- const [editor] = useLexicalComposerContext();
22
-
23
- useEffect(() => {
24
- if (!editor.hasNodes([YouTubeNode])) {
25
- throw new Error('YouTubePlugin: YouTubeNode not registered on editor');
26
- }
27
-
28
- return editor.registerCommand<string>(
29
- INSERT_YOUTUBE_COMMAND,
30
- (payload) => {
31
- const youTubeNode = $createYouTubeNode(payload);
32
- $insertNodeToNearestRoot(youTubeNode);
33
-
34
- return true;
35
- },
36
- COMMAND_PRIORITY_EDITOR,
37
- );
38
- }, [editor]);
39
-
40
- return null;
41
- }
@@ -1,113 +0,0 @@
1
-
2
- import type {EditorThemeClasses} from 'lexical';
3
-
4
-
5
-
6
- import "./theme.css"
7
- const theme: EditorThemeClasses = {
8
- code:`
9
- bg-[#e1e1e1] dark:bg-[#1a1a1a] m-0 text-sm
10
- overflow-auto relative pl-[52px] p-3 font-mono group
11
- rounded-sm w-full h-fit block line-code
12
- `,
13
- codeHighlight: {
14
- atrule: 'PlaygroundEditorTheme__tokenAttr',
15
- attr: 'PlaygroundEditorTheme__tokenAttr',
16
- boolean: 'PlaygroundEditorTheme__tokenProperty',
17
- builtin: 'PlaygroundEditorTheme__tokenSelector',
18
- cdata: 'PlaygroundEditorTheme__tokenComment',
19
- char: 'PlaygroundEditorTheme__tokenSelector',
20
- class: 'PlaygroundEditorTheme__tokenFunction',
21
- 'class-name': 'PlaygroundEditorTheme__tokenFunction',
22
- comment: 'PlaygroundEditorTheme__tokenComment',
23
- constant: 'PlaygroundEditorTheme__tokenProperty',
24
- deleted: 'PlaygroundEditorTheme__tokenProperty',
25
- doctype: 'PlaygroundEditorTheme__tokenComment',
26
- entity: 'PlaygroundEditorTheme__tokenOperator',
27
- function: 'PlaygroundEditorTheme__tokenFunction',
28
- important: 'PlaygroundEditorTheme__tokenVariable',
29
- inserted: 'PlaygroundEditorTheme__tokenSelector',
30
- keyword: 'PlaygroundEditorTheme__tokenAttr',
31
- namespace: 'PlaygroundEditorTheme__tokenVariable',
32
- number: 'PlaygroundEditorTheme__tokenProperty',
33
- operator: 'PlaygroundEditorTheme__tokenOperator',
34
- prolog: 'PlaygroundEditorTheme__tokenComment',
35
- property: 'PlaygroundEditorTheme__tokenProperty',
36
- punctuation: 'PlaygroundEditorTheme__tokenPunctuation',
37
- regex: 'PlaygroundEditorTheme__tokenVariable',
38
- selector: 'PlaygroundEditorTheme__tokenSelector',
39
- string: 'PlaygroundEditorTheme__tokenSelector',
40
- symbol: 'PlaygroundEditorTheme__tokenProperty',
41
- tag: 'PlaygroundEditorTheme__tokenProperty',
42
- url: 'PlaygroundEditorTheme__tokenOperator',
43
- variable: 'PlaygroundEditorTheme__tokenVariable',
44
- },
45
- embedBlock: {
46
- base: 'PlaygroundEditorTheme__embedBlock',
47
- focus: 'PlaygroundEditorTheme__embedBlockFocus',
48
- },
49
- list: {
50
- checklist: 'PlaygroundEditorTheme__checklist',
51
- listitem: 'PlaygroundEditorTheme__listItem',
52
- listitemChecked: 'PlaygroundEditorTheme__listItemChecked',
53
- listitemUnchecked: 'PlaygroundEditorTheme__listItemUnchecked',
54
- nested: {
55
- listitem: 'PlaygroundEditorTheme__nestedListItem',
56
- },
57
- olDepth: [
58
- 'PlaygroundEditorTheme__ol1 ',
59
- 'PlaygroundEditorTheme__ol2',
60
- 'PlaygroundEditorTheme__ol3',
61
- 'PlaygroundEditorTheme__ol4',
62
- 'PlaygroundEditorTheme__ol5',
63
- ],
64
- ulDepth:[
65
- 'PlaygroundEditorTheme__ul1',
66
- 'PlaygroundEditorTheme__ul2',
67
- 'PlaygroundEditorTheme__ul3',
68
- 'PlaygroundEditorTheme__ul4',
69
- 'PlaygroundEditorTheme__ul5'
70
- ],
71
- ul: 'ul',
72
- ol:"ol"
73
- },
74
- paragraph: 'leading-7',
75
- link: `underline cursor-pointer text-blue-600 after:content-['_↗']`,
76
- hr: 'w-full h-1 border-input',
77
- table: 'PlaygroundEditorTheme__table',
78
- tableCell: 'PlaygroundEditorTheme__tableCell',
79
- tableCellActionButton: 'PlaygroundEditorTheme__tableCellActionButton',
80
- tableCellActionButtonContainer:'PlaygroundEditorTheme__tableCellActionButtonContainer',
81
- tableCellHeader: 'PlaygroundEditorTheme__tableCellHeader',
82
- tableCellResizer: 'PlaygroundEditorTheme__tableCellResizer',
83
- tableCellSelected: 'PlaygroundEditorTheme__tableCellSelected',
84
- tableRowStriping: 'PlaygroundEditorTheme__tableRowStriping',
85
- tableScrollableWrapper: 'PlaygroundEditorTheme__tableScrollableWrapper',
86
- tableSelected: 'PlaygroundEditorTheme__tableSelected',
87
- tableSelection: 'PlaygroundEditorTheme__tableSelection',
88
- layoutContainer: 'grid gap-[10px] my-[10px] ',
89
- layoutItem: 'px-2 py-[16px] border dark:border-zinc-800 dark:bg-zinc-900 dark:text-zinc-50 border border-zinc-200 bg-white/90 shadow-md rounded-sm',
90
- heading: {
91
- h1: "scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl",
92
- h2: "scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight first:mt-0",
93
- h3: "scroll-m-20 text-2xl font-semibold tracking-tight",
94
- h4: "scroll-m-20 text-xl font-semibold tracking-tight",
95
- h5: "text-lg font-bold",
96
- h6: "text-sm font-bold",
97
- },
98
- quote:"mt-6 border-l-[4px] pl-6 italic",
99
- text: {
100
- bold: 'font-bold',
101
- capitalize: 'capitalize',
102
- code: "inline-flex items-center rounded-sm border border-zinc-200 px-0.1 py-0 h-fit min-h-[20px] transition-colors focus:outline-none focus:ring-2 focus:ring-zinc-950 focus:ring-offset-2 dark:border-zinc-800 dark:focus:ring-zinc-300 border-transparent bg-zinc-100 text-zinc-900 hover:bg-zinc-100/80 dark:bg-zinc-800 dark:text-zinc-50 dark:hover:bg-zinc-800/80",
103
- italic: 'italic ',
104
- lowercase: 'lowercase',
105
- strikethrough: 'line-through',
106
- underline: 'underline',
107
- underlineStrikethrough: 'underline line-through',
108
- uppercase: 'uppercase',
109
- },
110
-
111
- };
112
-
113
- export default theme;
@@ -1,377 +0,0 @@
1
- .PlaygroundEditorTheme__table {
2
- border-collapse: collapse;
3
- border-spacing: 0;
4
- overflow-x: auto;
5
- table-layout: fixed;
6
- display: block;
7
- max-width: fit-content;
8
- width: 100%;
9
- margin: 0px 25px 30px 0px;
10
- }
11
-
12
- .PlaygroundEditorTheme__tableSelection *::selection {
13
- background-color: transparent;
14
- }
15
- .PlaygroundEditorTheme__tableSelected {
16
- outline: 2px solid rgb(60, 132, 244);
17
- }
18
- .PlaygroundEditorTheme__tableCell {
19
- border: 1px solid #979797;
20
- width: 75px;
21
- min-width: 75px;
22
- vertical-align: top;
23
- text-align: start;
24
- padding: 6px 8px;
25
- position: relative;
26
- outline: none;
27
- }
28
- .PlaygroundEditorTheme__tableCellSortedIndicator {
29
- display: block;
30
- opacity: 0.5;
31
- position: absolute;
32
- bottom: 0;
33
- left: 0;
34
- width: 100%;
35
-
36
- height: 4px;
37
- background-color: #999;
38
- }
39
- .PlaygroundEditorTheme__tableCellResizer {
40
- position: absolute;
41
- right: -4px;
42
- height: 100%;
43
- width: 8px;
44
- cursor: ew-resize;
45
- z-index: 10;
46
- top: 0;
47
- }
48
- .PlaygroundEditorTheme__tableCellHeader {
49
- text-align: start;
50
- }
51
- .PlaygroundEditorTheme__tableCellSelected {
52
- background-color: #c9dbf0;
53
- }
54
- .PlaygroundEditorTheme__tableCellPrimarySelected {
55
- border: 2px solid rgb(60, 132, 244);
56
- display: block;
57
- height: calc(100% - 2px);
58
- position: absolute;
59
- width: calc(100% - 2px);
60
- left: -1px;
61
- top: -1px;
62
- z-index: 2;
63
- }
64
- .PlaygroundEditorTheme__tableCellEditing {
65
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
66
- border-radius: 3px;
67
- }
68
- .PlaygroundEditorTheme__tableAddColumns {
69
- position: absolute;
70
- background-color: #eee;
71
- height: 100%;
72
- animation: table-controls 0.2s ease;
73
- border: 0;
74
- cursor: pointer;
75
- }
76
- .PlaygroundEditorTheme__tableAddColumns:after {
77
- background-image: url(/public/images/icons/plus.svg);
78
- background-size: contain;
79
- background-position: center;
80
- background-repeat: no-repeat;
81
- display: block;
82
- content: " ";
83
- position: absolute;
84
- top: 0;
85
- left: 0;
86
- width: 100%;
87
- height: 100%;
88
- opacity: 0.4;
89
- }
90
- .PlaygroundEditorTheme__tableAddColumns:hover,
91
- .PlaygroundEditorTheme__tableAddRows:hover {
92
- background-color: #c9dbf0;
93
- }
94
- .PlaygroundEditorTheme__tableAddRows {
95
- position: absolute;
96
- width: calc(100% - 25px);
97
- background-color: #eee;
98
- animation: table-controls 0.2s ease;
99
- border: 0;
100
- cursor: pointer;
101
- }
102
- .PlaygroundEditorTheme__tableAddRows:after {
103
- background-image: url(/public/images/icons/plus.svg);
104
- background-size: contain;
105
- background-position: center;
106
- background-repeat: no-repeat;
107
- display: block;
108
- content: " ";
109
- position: absolute;
110
- top: 0;
111
- left: 0;
112
- width: 100%;
113
- height: 100%;
114
- opacity: 0.4;
115
- }
116
- @keyframes table-controls {
117
- 0% {
118
- opacity: 0;
119
- }
120
- 100% {
121
- opacity: 1;
122
- }
123
- }
124
- .PlaygroundEditorTheme__tableCellResizeRuler {
125
- display: block;
126
- position: absolute;
127
- width: 1px;
128
- background-color: rgb(60, 132, 244);
129
- height: 100%;
130
- top: 0;
131
- }
132
- .PlaygroundEditorTheme__tableCellActionButtonContainer {
133
- display: block;
134
- right: 5px;
135
- top: 6px;
136
- position: absolute;
137
- z-index: 4;
138
- width: 20px;
139
- height: 20px;
140
- }
141
- .PlaygroundEditorTheme__tableCellActionButton {
142
- background-color: #eee;
143
- display: block;
144
- border: 0;
145
- border-radius: 20px;
146
- width: 20px;
147
- height: 20px;
148
- color: #222;
149
- cursor: pointer;
150
- }
151
- .PlaygroundEditorTheme__tableCellActionButton:hover {
152
- background-color: #ddd;
153
- }
154
-
155
- .PlaygroundEditorTheme__tokenComment {
156
- color: slategray;
157
- }
158
- .PlaygroundEditorTheme__tokenPunctuation {
159
- color: #999;
160
- }
161
- .PlaygroundEditorTheme__tokenProperty {
162
- color: rgba(226, 113, 175, 0.5);
163
- }
164
- .PlaygroundEditorTheme__tokenSelector {
165
- color: #690;
166
- }
167
- .PlaygroundEditorTheme__tokenOperator {
168
- color: #9a6e3a;
169
- }
170
- .PlaygroundEditorTheme__tokenAttr {
171
- color: #07a;
172
- }
173
- .PlaygroundEditorTheme__tokenVariable {
174
- color: #e90;
175
- }
176
- .PlaygroundEditorTheme__tokenFunction {
177
- color: #e398a7;
178
- }
179
-
180
- .PlaygroundEditorTheme__embedBlock {
181
- user-select: none;
182
- }
183
- .PlaygroundEditorTheme__embedBlockFocus {
184
- outline: 2px solid rgb(60, 132, 244);
185
- }
186
-
187
- .line-code{
188
- tab-size: 2;
189
- }
190
-
191
-
192
- .line-code:before {
193
- content: attr(data-gutter);
194
- position: absolute;
195
- background-color:transparent;
196
- left: 0;
197
- top: 0;
198
- height: 100%;
199
- border-right: 1px solid rgba(42, 42, 42, 0.158);
200
- padding: 8px;
201
- color: rgba(0, 0, 0, 0.349);
202
- white-space: pre-wrap;
203
- text-align: right;
204
- min-width: 25px;
205
- }
206
- .line-code:before:hover{
207
- background: red;
208
- }
209
- .dark .line-code:before{
210
- border-right: 1px solid #3b3b3b65;
211
- color: #777;
212
-
213
- }
214
-
215
- .PlaygroundEditorTheme__ul1,
216
- .PlaygroundEditorTheme__ul2,
217
- .PlaygroundEditorTheme__ul3,
218
- .PlaygroundEditorTheme__ul4,
219
- .PlaygroundEditorTheme__ul5 {
220
- padding: 0;
221
- margin: 0;
222
- list-style-position: inside;
223
-
224
- }
225
- .PlaygroundEditorTheme__ol1,
226
- .PlaygroundEditorTheme__ol2,
227
- .PlaygroundEditorTheme__ol3,
228
- .PlaygroundEditorTheme__ol4,
229
- .PlaygroundEditorTheme__ol5 {
230
- padding: 0;
231
- margin: 0;
232
- list-style-position: inside;
233
- }
234
- .PlaygroundEditorTheme__listItem {
235
- margin: 2px 32px;
236
-
237
- }
238
-
239
-
240
- .PlaygroundEditorTheme__listItemChecked,
241
- .PlaygroundEditorTheme__listItemUnchecked {
242
- position: relative;
243
- margin-left: 8px;
244
- margin-right: 8px;
245
- padding-left: 24px;
246
- padding-right: 24px;
247
- list-style-type: none;
248
- outline: none;
249
- }
250
- .ol {
251
- list-style-type: decimal;
252
- }
253
-
254
- .ul {
255
- list-style-type:disc;
256
- }
257
-
258
- .PlaygroundEditorTheme__listItemChecked {
259
- text-decoration: line-through;
260
- }
261
- .PlaygroundEditorTheme__listItemUnchecked:before,
262
- .PlaygroundEditorTheme__listItemChecked:before {
263
- content: '';
264
- width: 16px;
265
- height: 16px;
266
- top: 4px;
267
- left: 0;
268
- cursor: pointer;
269
- display: block;
270
- background-size: cover;
271
- position: absolute;
272
- }
273
- .PlaygroundEditorTheme__listItemUnchecked[dir='rtl']:before,
274
- .PlaygroundEditorTheme__listItemChecked[dir='rtl']:before {
275
- left: auto;
276
- right: 0;
277
- }
278
- .PlaygroundEditorTheme__listItemUnchecked:focus:before,
279
- .PlaygroundEditorTheme__listItemChecked:focus:before {
280
- box-shadow: 0 0 0 2px #a6cdfe;
281
- border-radius: 2px;
282
- }
283
- .PlaygroundEditorTheme__listItemUnchecked:before {
284
- border: 1px solid #999;
285
- border-radius: 2px;
286
- }
287
- .PlaygroundEditorTheme__listItemChecked:before {
288
- border: 1px solid rgb(61, 135, 245);
289
- border-radius: 2px;
290
- background-color: #3d87f5;
291
- background-repeat: no-repeat;
292
- }
293
- .PlaygroundEditorTheme__listItemChecked:after {
294
- content: '';
295
- cursor: pointer;
296
- border-color: #fff;
297
- border-style: solid;
298
- position: absolute;
299
- display: block;
300
- top: 9px;
301
- width: 3px;
302
- left: 7px;
303
- right: 7px;
304
- height: 6px;
305
- transform: rotate(45deg);
306
- border-width: 0 2px 2px 0;
307
- }
308
-
309
- .PlaygroundEditorTheme__ol1 {
310
- padding: 0;
311
- margin: 0;
312
- list-style-position: outside;
313
- }
314
- .PlaygroundEditorTheme__ol2 {
315
- padding: 0;
316
- margin: 0;
317
- list-style-type: upper-alpha;
318
- list-style-position: outside;
319
- }
320
- .PlaygroundEditorTheme__ol3 {
321
- padding: 0;
322
- margin: 0;
323
- list-style-type: lower-alpha;
324
- list-style-position: outside;
325
- }
326
- .PlaygroundEditorTheme__ol4 {
327
- padding: 0;
328
- margin: 0;
329
- list-style-type: upper-roman;
330
- list-style-position: outside;
331
- }
332
- .PlaygroundEditorTheme__ol5 {
333
- padding: 0;
334
- margin: 0;
335
- list-style-type: lower-roman;
336
- list-style-position: outside;
337
- }
338
-
339
- .PlaygroundEditorTheme__ul1 {
340
- padding: 0;
341
- margin: 0;
342
- list-style-type:disc;
343
- list-style-position: outside;
344
- }
345
- .PlaygroundEditorTheme__ul2 {
346
- padding: 0;
347
- margin: 0;
348
- list-style-type:circle;
349
- list-style-position: outside;
350
- }
351
- .PlaygroundEditorTheme__ul3 {
352
- padding: 0;
353
- margin: 0;
354
- list-style-type:square;
355
- list-style-position: outside;
356
- }
357
- .PlaygroundEditorTheme__ul4 {
358
- padding: 0;
359
- margin: 0;
360
- list-style-type:circle;
361
- list-style-position: outside;
362
- }
363
- .PlaygroundEditorTheme__ul5 {
364
- padding: 0;
365
- margin: 0;
366
- list-style-type:disc;
367
- list-style-position: outside;
368
- }
369
-
370
-
371
- .PlaygroundEditorTheme__nestedListItem {
372
- list-style-type: none;
373
- }
374
- .PlaygroundEditorTheme__nestedListItem:before,
375
- .PlaygroundEditorTheme__nestedListItem:after {
376
- display: none;
377
- }