@clevertask/scribe 0.0.11 → 0.0.12

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 (32) hide show
  1. package/dist/assets/index.css +1 -1
  2. package/dist/components/Menu/BubbleMenu.js +1 -1
  3. package/dist/components/Menu/Mobile/ListOptionBar.d.ts +6 -0
  4. package/dist/components/Menu/Mobile/ListOptionBar.js +40 -0
  5. package/dist/components/Scribe/extension/emoji/suggest.js +1 -1
  6. package/dist/components/Scribe/extension/extension-link.js +240 -244
  7. package/dist/components/Scribe/extension/extension-selectedText.js +1 -1
  8. package/dist/components/Scribe/extension/index.d.ts +1 -1
  9. package/dist/components/Scribe/extension/index.js +24 -25
  10. package/dist/components/Scribe/extension/slashCommand/SlashCommandList.js +5 -5
  11. package/dist/components/Scribe/extension/slashCommand/index.js +2 -2
  12. package/dist/components/Scribe/extension/slashCommand/renderItems.js +2 -2
  13. package/dist/components/Scribe/index.d.ts +1 -0
  14. package/dist/components/Scribe/index.js +83 -60
  15. package/dist/index-B0pieAxt.js +160 -0
  16. package/dist/{index-CasgquAq.js → index-CCS9HOYd.js} +16838 -5188
  17. package/dist/{index-DeZ8laak.js → index-DoNRu1rY.js} +1573 -1513
  18. package/dist/index-VneQGVTd.js +2385 -0
  19. package/dist/main.css +4 -4
  20. package/dist/marked.esm-BS_MmRZC.js +1566 -0
  21. package/dist/purify.es-BGaRrCfO.js +553 -0
  22. package/dist/turndown.browser.es-RmA_HBaI.js +649 -0
  23. package/dist/utils/create-scribe-editor.js +7 -6
  24. package/dist/utils/html-to-markdown.js +7 -6
  25. package/dist/utils/markdown-to-html.js +4 -3
  26. package/package.json +13 -12
  27. package/dist/browser-BJWkU9cc.js +0 -2106
  28. package/dist/components/Scribe/extension/math-extension.d.ts +0 -2
  29. package/dist/components/Scribe/extension/math-extension.js +0 -11770
  30. package/dist/index-BqFHWqw6.js +0 -156
  31. package/dist/index-C_aWB8qt.js +0 -2291
  32. package/dist/turndown.browser.es-C1wFFc_i.js +0 -1172
package/dist/main.css CHANGED
@@ -105,7 +105,7 @@
105
105
  --tw-contain-paint: ;
106
106
  --tw-contain-style: ;
107
107
  }/*
108
- ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
108
+ ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
109
109
  *//*
110
110
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
111
111
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -703,7 +703,7 @@ video {
703
703
  font-weight: 500;
704
704
  font-family: inherit;
705
705
  color: var(--tw-prose-kbd);
706
- box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
706
+ box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
707
707
  font-size: 0.875em;
708
708
  border-radius: 0.3125rem;
709
709
  padding-top: 0.1875em;
@@ -840,7 +840,7 @@ video {
840
840
  --tw-prose-quote-borders: #e5e7eb;
841
841
  --tw-prose-captions: #6b7280;
842
842
  --tw-prose-kbd: #111827;
843
- --tw-prose-kbd-shadows: 17 24 39;
843
+ --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
844
844
  --tw-prose-code: #111827;
845
845
  --tw-prose-pre-code: #e5e7eb;
846
846
  --tw-prose-pre-bg: #1f2937;
@@ -858,7 +858,7 @@ video {
858
858
  --tw-prose-invert-quote-borders: #374151;
859
859
  --tw-prose-invert-captions: #9ca3af;
860
860
  --tw-prose-invert-kbd: #fff;
861
- --tw-prose-invert-kbd-shadows: 255 255 255;
861
+ --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
862
862
  --tw-prose-invert-code: #fff;
863
863
  --tw-prose-invert-pre-code: #d1d5db;
864
864
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);