@collabchron/notiq 1.1.3 → 1.1.4

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