@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
@@ -0,0 +1,1149 @@
1
+ @import "tailwindcss";
2
+ @import "tw-animate-css";
3
+ @plugin "@tailwindcss/typography";
4
+ @plugin 'tailwind-scrollbar';
5
+
6
+ @custom-variant dark (&:is(.dark *));
7
+
8
+ :root {
9
+ --background: oklch(1 0 0);
10
+ --foreground: oklch(0.145 0 0);
11
+ --card: oklch(1 0 0);
12
+ --card-foreground: oklch(0.145 0 0);
13
+ --popover: oklch(1 0 0);
14
+ --popover-foreground: oklch(0.145 0 0);
15
+ --primary: oklch(0.205 0 0);
16
+ --primary-foreground: oklch(0.985 0 0);
17
+ --secondary: oklch(0.97 0 0);
18
+ --secondary-foreground: oklch(0.205 0 0);
19
+ --muted: oklch(0.97 0 0);
20
+ --muted-foreground: oklch(0.556 0 0);
21
+ --accent: oklch(0.97 0 0);
22
+ --accent-foreground: oklch(0.205 0 0);
23
+ --destructive: oklch(0.577 0.245 27.325);
24
+ --destructive-foreground: oklch(0.577 0.245 27.325);
25
+ --border: oklch(0.922 0 0);
26
+ --input: oklch(0.922 0 0);
27
+ --ring: oklch(0.708 0 0);
28
+ --radius: 0.625rem;
29
+
30
+ /* Editor color variables */
31
+ --font-gray: #9b9a97;
32
+ --font-brown: #64473a;
33
+ --font-orange: #d9730d;
34
+ --font-yellow: #dfab01;
35
+ --font-green: #0f7b6c;
36
+ --font-blue: #0b6e99;
37
+ --font-purple: #6940a5;
38
+ --font-pink: #ad1a72;
39
+ --font-red: #e03e3e;
40
+
41
+ --background-gray: #ebeced;
42
+ --background-brown: #e9e5e3;
43
+ --background-orange: #faebdd;
44
+ --background-yellow: #fbf3db;
45
+ --background-green: #ddedea;
46
+ --background-blue: #ddedea;
47
+ --background-purple: #eae4f2;
48
+ --background-pink: #f4dfeb;
49
+ --background-red: #fbe4e4;
50
+ }
51
+
52
+ .dark {
53
+ --background: oklch(0.145 0 0);
54
+ --foreground: oklch(0.985 0 0);
55
+ --card: oklch(0.145 0 0);
56
+ --card-foreground: oklch(0.985 0 0);
57
+ --popover: oklch(0.145 0 0);
58
+ --popover-foreground: oklch(0.985 0 0);
59
+ --primary: oklch(0.985 0 0);
60
+ --primary-foreground: oklch(0.205 0 0);
61
+ --secondary: oklch(0.269 0 0);
62
+ --secondary-foreground: oklch(0.985 0 0);
63
+ --muted: oklch(0.269 0 0);
64
+ --muted-foreground: oklch(0.708 0 0);
65
+ --accent: oklch(0.269 0 0);
66
+ --accent-foreground: oklch(0.985 0 0);
67
+ --destructive: oklch(0.396 0.141 25.723);
68
+ --destructive-foreground: oklch(0.637 0.237 25.331);
69
+ --border: oklch(0.269 0 0);
70
+ --input: oklch(0.269 0 0);
71
+ --ring: oklch(0.439 0 0);
72
+
73
+ --font-gray: #9b9a97;
74
+ --font-brown: #937264;
75
+ --font-orange: #ffa344;
76
+ --font-yellow: #ffdc49;
77
+ --font-green: #4dab9a;
78
+ --font-blue: #529cca;
79
+ --font-purple: #9a6dd7;
80
+ --font-pink: #e255a1;
81
+ --font-red: #ff7369;
82
+
83
+ --background-gray: #454b4e;
84
+ --background-brown: #434040;
85
+ --background-orange: #594a3a;
86
+ --background-yellow: #59563b;
87
+ --background-green: #354c4b;
88
+ --background-blue: #364954;
89
+ --background-purple: #443f57;
90
+ --background-pink: #533b4c;
91
+ --background-red: #594141;
92
+ }
93
+
94
+ @theme inline {
95
+ --color-background: var(--background);
96
+ --color-foreground: var(--foreground);
97
+ --color-card: var(--card);
98
+ --color-card-foreground: var(--card-foreground);
99
+ --color-popover: var(--popover);
100
+ --color-popover-foreground: var(--popover-foreground);
101
+ --color-primary: var(--primary);
102
+ --color-primary-foreground: var(--primary-foreground);
103
+ --color-secondary: var(--secondary);
104
+ --color-secondary-foreground: var(--secondary-foreground);
105
+ --color-muted: var(--muted);
106
+ --color-muted-foreground: var(--muted-foreground);
107
+ --color-accent: var(--accent);
108
+ --color-accent-foreground: var(--accent-foreground);
109
+ --color-destructive: var(--destructive);
110
+ --color-destructive-foreground: var(--destructive-foreground);
111
+ --color-border: var(--border);
112
+ --color-input: var(--input);
113
+ --color-ring: var(--ring);
114
+ --radius-sm: calc(var(--radius) - 4px);
115
+ --radius-md: calc(var(--radius) - 2px);
116
+ --radius-lg: var(--radius);
117
+ --radius-xl: calc(var(--radius) + 4px);
118
+ }
119
+
120
+ @layer base {
121
+ * {
122
+ @apply border-border outline-ring/50;
123
+ }
124
+ }
125
+
126
+ /* Editor custom styles */
127
+ input[type="number"]::-webkit-inner-spin-button,
128
+ input[type="number"]::-webkit-outer-spin-button {
129
+ -webkit-appearance: none;
130
+ margin: 0;
131
+ }
132
+
133
+ #toolbar {
134
+ scrollbar-width: none;
135
+ }
136
+
137
+ #toolbar::-webkit-scrollbar {
138
+ display: none;
139
+ }
140
+
141
+ .code {
142
+ scrollbar-width: none;
143
+ }
144
+
145
+ .code::-webkit-scrollbar {
146
+ display: none;
147
+ }
148
+ /* File: C:\Users\HP\notiq\src\components\editor\nodes\InlineImageNode\InlineImageNode.css */
149
+ /**
150
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
151
+ *
152
+ * This source code is licensed under the MIT license found in the
153
+ * LICENSE file in the root directory of this source tree.
154
+ *
155
+ *
156
+ */
157
+
158
+ .InlineImageNode__contentEditable {
159
+ min-height: 20px;
160
+ border: 0px;
161
+ resize: none;
162
+ cursor: text;
163
+ caret-color: rgb(5, 5, 5);
164
+ display: block;
165
+ position: relative;
166
+ tab-size: 1;
167
+ outline: 0px;
168
+ padding: 10px;
169
+ user-select: text;
170
+ font-size: 14px;
171
+ line-height: 1.4em;
172
+ width: calc(100% - 20px);
173
+ white-space: pre-wrap;
174
+ word-break: break-word;
175
+ }
176
+
177
+ .InlineImageNode__placeholder {
178
+ font-size: 12px;
179
+ color: #888;
180
+ overflow: hidden;
181
+ position: absolute;
182
+ text-overflow: ellipsis;
183
+ bottom: 10px;
184
+ left: 10px;
185
+ user-select: none;
186
+ white-space: nowrap;
187
+ display: inline-block;
188
+ pointer-events: none;
189
+ }
190
+
191
+ .InlineImageNode_Checkbox:checked,
192
+ .InlineImageNode_Checkbox:not(:checked) {
193
+ position: absolute;
194
+ left: -9999px;
195
+ }
196
+
197
+ .InlineImageNode_Checkbox:checked + label,
198
+ .InlineImageNode_Checkbox:not(:checked) + label {
199
+ position: absolute;
200
+ padding-right: 55px;
201
+ cursor: pointer;
202
+ line-height: 20px;
203
+ display: inline-block;
204
+ color: #666;
205
+ }
206
+
207
+ .InlineImageNode_Checkbox:checked + label:before,
208
+ .InlineImageNode_Checkbox:not(:checked) + label:before {
209
+ content: '';
210
+ position: absolute;
211
+ right: 0;
212
+ top: 0;
213
+ width: 18px;
214
+ height: 18px;
215
+ border: 1px solid #666;
216
+ background: #fff;
217
+ }
218
+
219
+ .InlineImageNode_Checkbox:checked + label:after,
220
+ .InlineImageNode_Checkbox:not(:checked) + label:after {
221
+ content: '';
222
+ width: 8px;
223
+ height: 8px;
224
+ background: #222222;
225
+ position: absolute;
226
+ top: 6px;
227
+ right: 6px;
228
+ -webkit-transition: all 0.2s ease;
229
+ transition: all 0.2s ease;
230
+ }
231
+
232
+ .InlineImageNode_Checkbox:not(:checked) + label:after {
233
+ opacity: 0;
234
+ -webkit-transform: scale(0);
235
+ transform: scale(0);
236
+ }
237
+
238
+ .InlineImageNode_Checkbox:checked + label:after {
239
+ opacity: 1;
240
+ -webkit-transform: scale(1);
241
+ transform: scale(1);
242
+ }
243
+
244
+
245
+ /* File: C:\Users\HP\notiq\src\components\editor\plugins\CollapsiblePlugin\Collapsible.css */
246
+ .Collapsible__container {
247
+ margin-bottom: 8px;
248
+
249
+ }
250
+
251
+ .Collapsible__title {
252
+ cursor: pointer;
253
+ padding: 5px 5px 5px 20px;
254
+ position: relative;
255
+ font-weight: bold;
256
+ list-style: none;
257
+ outline: none;
258
+
259
+ }
260
+
261
+
262
+ .Collapsible__title::marker,
263
+ .Collapsible__title::-webkit-details-marker {
264
+ display: none;
265
+
266
+ }
267
+
268
+
269
+
270
+
271
+
272
+ .dark .Collapsible__title:before {
273
+ border-style: solid;
274
+ border-color: transparent;
275
+ border-width: 5px;
276
+ border-left-color: white;
277
+ display: block;
278
+ content: '';
279
+ position: absolute;
280
+ left: 7px;
281
+ top: 50%;
282
+ transform: translateY(-50%);
283
+ }
284
+ .Collapsible__title:before {
285
+ border-style: solid;
286
+ border-color: transparent;
287
+ border-width: 5px;
288
+ border-left-color: #000;
289
+ display: block;
290
+ content: '';
291
+ position: absolute;
292
+ left: 7px;
293
+ top: 50%;
294
+ transform: translateY(-50%);
295
+ }
296
+
297
+ .dark .Collapsible__container[open] > .Collapsible__title:before {
298
+ border-color: transparent;
299
+ border-width: 6px 4px 0 4px;
300
+ border-top-color: white;
301
+
302
+
303
+ }
304
+
305
+ .Collapsible__container[open] > .Collapsible__title:before {
306
+ border-color: transparent;
307
+ border-width: 6px 4px 0 4px;
308
+ border-top-color: #000;
309
+
310
+
311
+
312
+ }
313
+
314
+ .Collapsible__content {
315
+ padding: 0 5px 5px 20px;
316
+ }
317
+
318
+ .Collapsible__collapsed .Collapsible__content {
319
+ display: none;
320
+ user-select: none;
321
+ }
322
+
323
+
324
+ /* File: C:\Users\HP\notiq\src\components\editor\themes\theme.css */
325
+ .PlaygroundEditorTheme__table {
326
+ border-collapse: collapse;
327
+ border-spacing: 0;
328
+ overflow-x: auto;
329
+ table-layout: fixed;
330
+ display: block;
331
+ max-width: fit-content;
332
+ width: 100%;
333
+ margin: 0px 25px 30px 0px;
334
+ }
335
+
336
+ .PlaygroundEditorTheme__tableSelection *::selection {
337
+ background-color: transparent;
338
+ }
339
+ .PlaygroundEditorTheme__tableSelected {
340
+ outline: 2px solid rgb(60, 132, 244);
341
+ }
342
+ .PlaygroundEditorTheme__tableCell {
343
+ border: 1px solid #979797;
344
+ width: 75px;
345
+ min-width: 75px;
346
+ vertical-align: top;
347
+ text-align: start;
348
+ padding: 6px 8px;
349
+ position: relative;
350
+ outline: none;
351
+ }
352
+ .PlaygroundEditorTheme__tableCellSortedIndicator {
353
+ display: block;
354
+ opacity: 0.5;
355
+ position: absolute;
356
+ bottom: 0;
357
+ left: 0;
358
+ width: 100%;
359
+
360
+ height: 4px;
361
+ background-color: #999;
362
+ }
363
+ .PlaygroundEditorTheme__tableCellResizer {
364
+ position: absolute;
365
+ right: -4px;
366
+ height: 100%;
367
+ width: 8px;
368
+ cursor: ew-resize;
369
+ z-index: 10;
370
+ top: 0;
371
+ }
372
+ .PlaygroundEditorTheme__tableCellHeader {
373
+ text-align: start;
374
+ }
375
+ .PlaygroundEditorTheme__tableCellSelected {
376
+ background-color: #c9dbf0;
377
+ }
378
+ .PlaygroundEditorTheme__tableCellPrimarySelected {
379
+ border: 2px solid rgb(60, 132, 244);
380
+ display: block;
381
+ height: calc(100% - 2px);
382
+ position: absolute;
383
+ width: calc(100% - 2px);
384
+ left: -1px;
385
+ top: -1px;
386
+ z-index: 2;
387
+ }
388
+ .PlaygroundEditorTheme__tableCellEditing {
389
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
390
+ border-radius: 3px;
391
+ }
392
+ .PlaygroundEditorTheme__tableAddColumns {
393
+ position: absolute;
394
+ background-color: #eee;
395
+ height: 100%;
396
+ animation: table-controls 0.2s ease;
397
+ border: 0;
398
+ cursor: pointer;
399
+ }
400
+ .PlaygroundEditorTheme__tableAddColumns:after {
401
+ background-image: url(/public/images/icons/plus.svg);
402
+ background-size: contain;
403
+ background-position: center;
404
+ background-repeat: no-repeat;
405
+ display: block;
406
+ content: " ";
407
+ position: absolute;
408
+ top: 0;
409
+ left: 0;
410
+ width: 100%;
411
+ height: 100%;
412
+ opacity: 0.4;
413
+ }
414
+ .PlaygroundEditorTheme__tableAddColumns:hover,
415
+ .PlaygroundEditorTheme__tableAddRows:hover {
416
+ background-color: #c9dbf0;
417
+ }
418
+ .PlaygroundEditorTheme__tableAddRows {
419
+ position: absolute;
420
+ width: calc(100% - 25px);
421
+ background-color: #eee;
422
+ animation: table-controls 0.2s ease;
423
+ border: 0;
424
+ cursor: pointer;
425
+ }
426
+ .PlaygroundEditorTheme__tableAddRows:after {
427
+ background-image: url(/public/images/icons/plus.svg);
428
+ background-size: contain;
429
+ background-position: center;
430
+ background-repeat: no-repeat;
431
+ display: block;
432
+ content: " ";
433
+ position: absolute;
434
+ top: 0;
435
+ left: 0;
436
+ width: 100%;
437
+ height: 100%;
438
+ opacity: 0.4;
439
+ }
440
+ @keyframes table-controls {
441
+ 0% {
442
+ opacity: 0;
443
+ }
444
+ 100% {
445
+ opacity: 1;
446
+ }
447
+ }
448
+ .PlaygroundEditorTheme__tableCellResizeRuler {
449
+ display: block;
450
+ position: absolute;
451
+ width: 1px;
452
+ background-color: rgb(60, 132, 244);
453
+ height: 100%;
454
+ top: 0;
455
+ }
456
+ .PlaygroundEditorTheme__tableCellActionButtonContainer {
457
+ display: block;
458
+ right: 5px;
459
+ top: 6px;
460
+ position: absolute;
461
+ z-index: 4;
462
+ width: 20px;
463
+ height: 20px;
464
+ }
465
+ .PlaygroundEditorTheme__tableCellActionButton {
466
+ background-color: #eee;
467
+ display: block;
468
+ border: 0;
469
+ border-radius: 20px;
470
+ width: 20px;
471
+ height: 20px;
472
+ color: #222;
473
+ cursor: pointer;
474
+ }
475
+ .PlaygroundEditorTheme__tableCellActionButton:hover {
476
+ background-color: #ddd;
477
+ }
478
+
479
+ .PlaygroundEditorTheme__tokenComment {
480
+ color: slategray;
481
+ }
482
+ .PlaygroundEditorTheme__tokenPunctuation {
483
+ color: #999;
484
+ }
485
+ .PlaygroundEditorTheme__tokenProperty {
486
+ color: rgba(226, 113, 175, 0.5);
487
+ }
488
+ .PlaygroundEditorTheme__tokenSelector {
489
+ color: #690;
490
+ }
491
+ .PlaygroundEditorTheme__tokenOperator {
492
+ color: #9a6e3a;
493
+ }
494
+ .PlaygroundEditorTheme__tokenAttr {
495
+ color: #07a;
496
+ }
497
+ .PlaygroundEditorTheme__tokenVariable {
498
+ color: #e90;
499
+ }
500
+ .PlaygroundEditorTheme__tokenFunction {
501
+ color: #e398a7;
502
+ }
503
+
504
+ .PlaygroundEditorTheme__embedBlock {
505
+ user-select: none;
506
+ }
507
+ .PlaygroundEditorTheme__embedBlockFocus {
508
+ outline: 2px solid rgb(60, 132, 244);
509
+ }
510
+
511
+ .line-code{
512
+ tab-size: 2;
513
+ }
514
+
515
+
516
+ .line-code:before {
517
+ content: attr(data-gutter);
518
+ position: absolute;
519
+ background-color:transparent;
520
+ left: 0;
521
+ top: 0;
522
+ height: 100%;
523
+ border-right: 1px solid rgba(42, 42, 42, 0.158);
524
+ padding: 8px;
525
+ color: rgba(0, 0, 0, 0.349);
526
+ white-space: pre-wrap;
527
+ text-align: right;
528
+ min-width: 25px;
529
+ }
530
+ .line-code:before:hover{
531
+ background: red;
532
+ }
533
+ .dark .line-code:before{
534
+ border-right: 1px solid #3b3b3b65;
535
+ color: #777;
536
+
537
+ }
538
+
539
+ .PlaygroundEditorTheme__ul1,
540
+ .PlaygroundEditorTheme__ul2,
541
+ .PlaygroundEditorTheme__ul3,
542
+ .PlaygroundEditorTheme__ul4,
543
+ .PlaygroundEditorTheme__ul5 {
544
+ padding: 0;
545
+ margin: 0;
546
+ list-style-position: inside;
547
+
548
+ }
549
+ .PlaygroundEditorTheme__ol1,
550
+ .PlaygroundEditorTheme__ol2,
551
+ .PlaygroundEditorTheme__ol3,
552
+ .PlaygroundEditorTheme__ol4,
553
+ .PlaygroundEditorTheme__ol5 {
554
+ padding: 0;
555
+ margin: 0;
556
+ list-style-position: inside;
557
+ }
558
+ .PlaygroundEditorTheme__listItem {
559
+ margin: 2px 32px;
560
+
561
+ }
562
+
563
+
564
+ .PlaygroundEditorTheme__listItemChecked,
565
+ .PlaygroundEditorTheme__listItemUnchecked {
566
+ position: relative;
567
+ margin-left: 8px;
568
+ margin-right: 8px;
569
+ padding-left: 24px;
570
+ padding-right: 24px;
571
+ list-style-type: none;
572
+ outline: none;
573
+ }
574
+ .ol {
575
+ list-style-type: decimal;
576
+ }
577
+
578
+ .ul {
579
+ list-style-type:disc;
580
+ }
581
+
582
+ .PlaygroundEditorTheme__listItemChecked {
583
+ text-decoration: line-through;
584
+ }
585
+ .PlaygroundEditorTheme__listItemUnchecked:before,
586
+ .PlaygroundEditorTheme__listItemChecked:before {
587
+ content: '';
588
+ width: 16px;
589
+ height: 16px;
590
+ top: 4px;
591
+ left: 0;
592
+ cursor: pointer;
593
+ display: block;
594
+ background-size: cover;
595
+ position: absolute;
596
+ }
597
+ .PlaygroundEditorTheme__listItemUnchecked[dir='rtl']:before,
598
+ .PlaygroundEditorTheme__listItemChecked[dir='rtl']:before {
599
+ left: auto;
600
+ right: 0;
601
+ }
602
+ .PlaygroundEditorTheme__listItemUnchecked:focus:before,
603
+ .PlaygroundEditorTheme__listItemChecked:focus:before {
604
+ box-shadow: 0 0 0 2px #a6cdfe;
605
+ border-radius: 2px;
606
+ }
607
+ .PlaygroundEditorTheme__listItemUnchecked:before {
608
+ border: 1px solid #999;
609
+ border-radius: 2px;
610
+ }
611
+ .PlaygroundEditorTheme__listItemChecked:before {
612
+ border: 1px solid rgb(61, 135, 245);
613
+ border-radius: 2px;
614
+ background-color: #3d87f5;
615
+ background-repeat: no-repeat;
616
+ }
617
+ .PlaygroundEditorTheme__listItemChecked:after {
618
+ content: '';
619
+ cursor: pointer;
620
+ border-color: #fff;
621
+ border-style: solid;
622
+ position: absolute;
623
+ display: block;
624
+ top: 9px;
625
+ width: 3px;
626
+ left: 7px;
627
+ right: 7px;
628
+ height: 6px;
629
+ transform: rotate(45deg);
630
+ border-width: 0 2px 2px 0;
631
+ }
632
+
633
+ .PlaygroundEditorTheme__ol1 {
634
+ padding: 0;
635
+ margin: 0;
636
+ list-style-position: outside;
637
+ }
638
+ .PlaygroundEditorTheme__ol2 {
639
+ padding: 0;
640
+ margin: 0;
641
+ list-style-type: upper-alpha;
642
+ list-style-position: outside;
643
+ }
644
+ .PlaygroundEditorTheme__ol3 {
645
+ padding: 0;
646
+ margin: 0;
647
+ list-style-type: lower-alpha;
648
+ list-style-position: outside;
649
+ }
650
+ .PlaygroundEditorTheme__ol4 {
651
+ padding: 0;
652
+ margin: 0;
653
+ list-style-type: upper-roman;
654
+ list-style-position: outside;
655
+ }
656
+ .PlaygroundEditorTheme__ol5 {
657
+ padding: 0;
658
+ margin: 0;
659
+ list-style-type: lower-roman;
660
+ list-style-position: outside;
661
+ }
662
+
663
+ .PlaygroundEditorTheme__ul1 {
664
+ padding: 0;
665
+ margin: 0;
666
+ list-style-type:disc;
667
+ list-style-position: outside;
668
+ }
669
+ .PlaygroundEditorTheme__ul2 {
670
+ padding: 0;
671
+ margin: 0;
672
+ list-style-type:circle;
673
+ list-style-position: outside;
674
+ }
675
+ .PlaygroundEditorTheme__ul3 {
676
+ padding: 0;
677
+ margin: 0;
678
+ list-style-type:square;
679
+ list-style-position: outside;
680
+ }
681
+ .PlaygroundEditorTheme__ul4 {
682
+ padding: 0;
683
+ margin: 0;
684
+ list-style-type:circle;
685
+ list-style-position: outside;
686
+ }
687
+ .PlaygroundEditorTheme__ul5 {
688
+ padding: 0;
689
+ margin: 0;
690
+ list-style-type:disc;
691
+ list-style-position: outside;
692
+ }
693
+
694
+
695
+ .PlaygroundEditorTheme__nestedListItem {
696
+ list-style-type: none;
697
+ }
698
+ .PlaygroundEditorTheme__nestedListItem:before,
699
+ .PlaygroundEditorTheme__nestedListItem:after {
700
+ display: none;
701
+ }
702
+
703
+
704
+ /* File: C:\Users\HP\notiq\src\components\editor\utils\setNodePlaceholderFromSelection\styles.css */
705
+ .node-placeholder:has(br):not(:has(span))::before {
706
+ position: absolute;
707
+ content: attr(data-placeholder);
708
+ color: rgba(136, 136, 136, 0.6);
709
+
710
+ }
711
+
712
+
713
+ /* File: C:\Users\HP\notiq\src\components\ui\ContentEditable.css */
714
+ /**
715
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
716
+ *
717
+ * This source code is licensed under the MIT license found in the
718
+ * LICENSE file in the root directory of this source tree.
719
+ *
720
+ *
721
+ */
722
+ .ContentEditable__root {
723
+ border: 0;
724
+ font-size: 15px;
725
+ display: block;
726
+ position: relative;
727
+ outline: 0;
728
+ padding: 8px 46px 40px;
729
+ min-height: 150px;
730
+ }
731
+ @media (max-width: 1025px) {
732
+ .ContentEditable__root {
733
+ padding-left: 8px;
734
+ padding-right: 8px;
735
+ }
736
+ }
737
+
738
+ .ContentEditable__placeholder {
739
+ font-size: 15px;
740
+ color: #999;
741
+ overflow: hidden;
742
+ position: absolute;
743
+ text-overflow: ellipsis;
744
+ top: 8px;
745
+ left: 46px;
746
+ right: 28px;
747
+ user-select: none;
748
+ white-space: nowrap;
749
+ display: inline-block;
750
+ pointer-events: none;
751
+ }
752
+ @media (max-width: 1025px) {
753
+ .ContentEditable__placeholder {
754
+ left: 8px;
755
+ right: 8px;
756
+ }
757
+ }
758
+
759
+
760
+ /* File: C:\Users\HP\notiq\src\components\ui\Input.css */
761
+ /**
762
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
763
+ *
764
+ * This source code is licensed under the MIT license found in the
765
+ * LICENSE file in the root directory of this source tree.
766
+ *
767
+ *
768
+ */
769
+
770
+ .Input__wrapper {
771
+ display: flex;
772
+ flex-direction: row;
773
+ align-items: center;
774
+ margin-bottom: 10px;
775
+ }
776
+ .Input__label {
777
+ display: flex;
778
+ flex: 1;
779
+ color: #666;
780
+ }
781
+ .Input__input {
782
+ display: flex;
783
+ flex: 2;
784
+ border: 1px solid #999;
785
+ padding-top: 7px;
786
+ padding-bottom: 7px;
787
+ padding-left: 10px;
788
+ padding-right: 10px;
789
+ font-size: 16px;
790
+ border-radius: 5px;
791
+ min-width: 0;
792
+ }
793
+
794
+
795
+ /* File: C:\Users\HP\notiq\src\components\ui\Modal.css */
796
+ /**
797
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
798
+ *
799
+ * This source code is licensed under the MIT license found in the
800
+ * LICENSE file in the root directory of this source tree.
801
+ *
802
+ *
803
+ */
804
+
805
+ .Modal__overlay {
806
+ display: flex;
807
+ justify-content: center;
808
+ align-items: center;
809
+ position: fixed;
810
+ flex-direction: column;
811
+ top: 0px;
812
+ bottom: 0px;
813
+ left: 0px;
814
+ right: 0px;
815
+ background-color: rgba(40, 40, 40, 0.6);
816
+ flex-grow: 0px;
817
+ flex-shrink: 1px;
818
+ z-index: 100;
819
+ }
820
+ .Modal__modal {
821
+ padding: 20px;
822
+ min-height: 100px;
823
+ min-width: 300px;
824
+ display: flex;
825
+ flex-grow: 0px;
826
+ background-color: #fff;
827
+ flex-direction: column;
828
+ position: relative;
829
+ box-shadow: 0 0 20px 0 #444;
830
+ border-radius: 10px;
831
+ }
832
+ .Modal__title {
833
+ color: #444;
834
+ margin: 0px;
835
+ padding-bottom: 10px;
836
+ border-bottom: 1px solid #ccc;
837
+ }
838
+ .Modal__closeButton {
839
+ border: 0px;
840
+ position: absolute;
841
+ right: 20px;
842
+ border-radius: 20px;
843
+ justify-content: center;
844
+ align-items: center;
845
+ display: flex;
846
+ width: 30px;
847
+ height: 30px;
848
+ text-align: center;
849
+ cursor: pointer;
850
+ background-color: #eee;
851
+ }
852
+ .Modal__closeButton:hover {
853
+ background-color: #ddd;
854
+ }
855
+ .Modal__content {
856
+ padding-top: 20px;
857
+ }
858
+
859
+
860
+ /* File: C:\Users\HP\notiq\src\components\ui\Select.css */
861
+ /**
862
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
863
+ *
864
+ * This source code is licensed under the MIT license found in the
865
+ * LICENSE file in the root directory of this source tree.
866
+ *
867
+ */
868
+
869
+ select {
870
+ appearance: none;
871
+ -webkit-appearance: none;
872
+ -moz-appearance: none;
873
+ background-color: transparent;
874
+ border: none;
875
+ padding: 0 1em 0 0;
876
+ margin: 0;
877
+ font-family: inherit;
878
+ font-size: inherit;
879
+ cursor: inherit;
880
+ line-height: inherit;
881
+
882
+ z-index: 1;
883
+ outline: none;
884
+ }
885
+
886
+ :root {
887
+ --select-border: #393939;
888
+ --select-focus: #101484;
889
+ --select-arrow: var(--select-border);
890
+ }
891
+
892
+ .select {
893
+ min-width: 160px;
894
+ max-width: 290px;
895
+ border: 1px solid var(--select-border);
896
+ border-radius: 0.25em;
897
+ padding: 0.25em 0.5em;
898
+ font-size: 1rem;
899
+ cursor: pointer;
900
+ line-height: 1.4;
901
+ background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
902
+ }
903
+
904
+
905
+ /* File: C:\Users\HP\notiq\src\components\ui\dialog\Dialog.css */
906
+ /**
907
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
908
+ *
909
+ * This source code is licensed under the MIT license found in the
910
+ * LICENSE file in the root directory of this source tree.
911
+ *
912
+ */
913
+
914
+ .DialogActions {
915
+ display: flex;
916
+ flex-direction: row;
917
+ justify-content: right;
918
+ margin-top: 20px;
919
+ }
920
+
921
+ .DialogButtonsList {
922
+ display: flex;
923
+ flex-direction: column;
924
+ justify-content: right;
925
+ margin-top: 20px;
926
+ }
927
+
928
+ .DialogButtonsList button {
929
+ margin-bottom: 20px;
930
+ }
931
+
932
+
933
+ /* File: C:\Users\HP\notiq\src\components\ui\equation\EquationEditor.css */
934
+ /**
935
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
936
+ *
937
+ * This source code is licensed under the MIT license found in the
938
+ * LICENSE file in the root directory of this source tree.
939
+ *
940
+ *
941
+ */
942
+
943
+ .EquationEditor_inlineEditor {
944
+ padding: 0;
945
+ margin: 0;
946
+ border: 0;
947
+ outline: 0;
948
+ color: #8421a2;
949
+ background-color: inherit;
950
+ resize: none;
951
+ }
952
+
953
+ .EquationEditor_blockEditor {
954
+ padding: 0;
955
+ margin: 0;
956
+ border: 0;
957
+ outline: 0;
958
+ color: #8421a2;
959
+ background-color: inherit;
960
+ resize: none;
961
+ width: 100%;
962
+ }
963
+
964
+ .EquationEditor_inputBackground {
965
+ background-color: #eee;
966
+ }
967
+
968
+ .EquationEditor_dollarSign {
969
+ text-align: left;
970
+ color: #b0b0b0;
971
+ }
972
+
973
+
974
+ /* File: C:\Users\HP\notiq\src\components\ui\equation\KatexEquationAlterer.css */
975
+ /**
976
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
977
+ *
978
+ * This source code is licensed under the MIT license found in the
979
+ * LICENSE file in the root directory of this source tree.
980
+ *
981
+ *
982
+ */
983
+
984
+ .KatexEquationAlterer_defaultRow {
985
+ display: flex;
986
+ flex-direction: row;
987
+ margin-top: 10px;
988
+ margin-bottom: 10px;
989
+ justify-content: space-between;
990
+ overflow: hidden;
991
+ }
992
+
993
+ .KatexEquationAlterer_dialogActions {
994
+ display: flex;
995
+ flex-direction: row;
996
+ overflow: hidden;
997
+ margin-top: 20px;
998
+ margin-bottom: 0;
999
+ justify-content: right;
1000
+ }
1001
+
1002
+ .KatexEquationAlterer_centerRow {
1003
+ display: flex;
1004
+ flex-direction: 'row';
1005
+ margin-top: 10px;
1006
+ margin-bottom: 10px;
1007
+ justify-content: center;
1008
+ overflow: hidden;
1009
+ }
1010
+
1011
+ .KatexEquationAlterer_textArea {
1012
+ width: 100%;
1013
+ resize: none;
1014
+ padding: 7px;
1015
+ }
1016
+
1017
+
1018
+ /* File: C:\Users\HP\notiq\src\components\ui\excalidraw\ExcalidrawModal.css */
1019
+ /**
1020
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
1021
+ *
1022
+ * This source code is licensed under the MIT license found in the
1023
+ * LICENSE file in the root directory of this source tree.
1024
+ *
1025
+ *
1026
+ */
1027
+
1028
+ .ExcalidrawModal__overlay {
1029
+ display: flex;
1030
+ align-items: center;
1031
+ position: fixed;
1032
+ flex-direction: column;
1033
+ top: 0px;
1034
+ bottom: 0px;
1035
+ left: 0px;
1036
+ right: 0px;
1037
+ flex-grow: 0px;
1038
+ flex-shrink: 1px;
1039
+ z-index: 100;
1040
+ background-color: rgba(40, 40, 40, 0.6);
1041
+ }
1042
+ .ExcalidrawModal__actions {
1043
+ text-align: end;
1044
+ position: absolute;
1045
+ right: 5px;
1046
+ top: 5px;
1047
+ z-index: 1;
1048
+ }
1049
+ .ExcalidrawModal__actions button {
1050
+ background-color: #fff;
1051
+ border-radius: 5px;
1052
+ }
1053
+ .ExcalidrawModal__row {
1054
+ position: relative;
1055
+ padding: 40px 5px 5px;
1056
+ width: 70vw;
1057
+ height: 70vh;
1058
+ border-radius: 8px;
1059
+ box-shadow:
1060
+ 0 12px 28px 0 rgba(0, 0, 0, 0.2),
1061
+ 0 2px 4px 0 rgba(0, 0, 0, 0.1),
1062
+ inset 0 0 0 1px rgba(255, 255, 255, 0.5);
1063
+ }
1064
+ .ExcalidrawModal__row > div {
1065
+ border-radius: 5px;
1066
+ }
1067
+ .ExcalidrawModal__modal {
1068
+ position: relative;
1069
+ z-index: 10;
1070
+ top: 50px;
1071
+ width: auto;
1072
+ left: 0;
1073
+ display: flex;
1074
+ justify-content: center;
1075
+ align-items: center;
1076
+ border-radius: 8px;
1077
+ background-color: #eee;
1078
+ }
1079
+ .ExcalidrawModal__discardModal {
1080
+ margin-top: 60px;
1081
+ text-align: center;
1082
+ }
1083
+
1084
+
1085
+ /* File: C:\Users\HP\notiq\src\components\ui\excalidraw\Modal.css */
1086
+ /**
1087
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
1088
+ *
1089
+ * This source code is licensed under the MIT license found in the
1090
+ * LICENSE file in the root directory of this source tree.
1091
+ *
1092
+ *
1093
+ */
1094
+
1095
+ .Modal__overlay {
1096
+ display: flex;
1097
+ justify-content: center;
1098
+ align-items: center;
1099
+ position: fixed;
1100
+ flex-direction: column;
1101
+ top: 0px;
1102
+ bottom: 0px;
1103
+ left: 0px;
1104
+ right: 0px;
1105
+ background-color: rgba(40, 40, 40, 0.6);
1106
+ flex-grow: 0px;
1107
+ flex-shrink: 1px;
1108
+ z-index: 100;
1109
+ }
1110
+ .Modal__modal {
1111
+ padding: 20px;
1112
+ min-height: 100px;
1113
+ min-width: 300px;
1114
+ display: flex;
1115
+ flex-grow: 0px;
1116
+ background-color: #fff;
1117
+ flex-direction: column;
1118
+ position: relative;
1119
+ box-shadow: 0 0 20px 0 #444;
1120
+ border-radius: 10px;
1121
+ }
1122
+ .Modal__title {
1123
+ color: #444;
1124
+ margin: 0px;
1125
+ padding-bottom: 10px;
1126
+ border-bottom: 1px solid #ccc;
1127
+ }
1128
+ .Modal__closeButton {
1129
+ border: 0px;
1130
+ position: absolute;
1131
+ right: 20px;
1132
+ border-radius: 20px;
1133
+ justify-content: center;
1134
+ align-items: center;
1135
+ display: flex;
1136
+ width: 30px;
1137
+ height: 30px;
1138
+ text-align: center;
1139
+ cursor: pointer;
1140
+ background-color: #eee;
1141
+ }
1142
+ .Modal__closeButton:hover {
1143
+ background-color: #ddd;
1144
+ }
1145
+ .Modal__content {
1146
+ padding-top: 20px;
1147
+ }
1148
+
1149
+