@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.
- package/dist/assets/index.css +1 -1
- package/dist/components/Menu/BubbleMenu.js +1 -1
- package/dist/components/Menu/Mobile/ListOptionBar.d.ts +6 -0
- package/dist/components/Menu/Mobile/ListOptionBar.js +40 -0
- package/dist/components/Scribe/extension/emoji/suggest.js +1 -1
- package/dist/components/Scribe/extension/extension-link.js +240 -244
- package/dist/components/Scribe/extension/extension-selectedText.js +1 -1
- package/dist/components/Scribe/extension/index.d.ts +1 -1
- package/dist/components/Scribe/extension/index.js +24 -25
- package/dist/components/Scribe/extension/slashCommand/SlashCommandList.js +5 -5
- package/dist/components/Scribe/extension/slashCommand/index.js +2 -2
- package/dist/components/Scribe/extension/slashCommand/renderItems.js +2 -2
- package/dist/components/Scribe/index.d.ts +1 -0
- package/dist/components/Scribe/index.js +83 -60
- package/dist/index-B0pieAxt.js +160 -0
- package/dist/{index-CasgquAq.js → index-CCS9HOYd.js} +16838 -5188
- package/dist/{index-DeZ8laak.js → index-DoNRu1rY.js} +1573 -1513
- package/dist/index-VneQGVTd.js +2385 -0
- package/dist/main.css +4 -4
- package/dist/marked.esm-BS_MmRZC.js +1566 -0
- package/dist/purify.es-BGaRrCfO.js +553 -0
- package/dist/turndown.browser.es-RmA_HBaI.js +649 -0
- package/dist/utils/create-scribe-editor.js +7 -6
- package/dist/utils/html-to-markdown.js +7 -6
- package/dist/utils/markdown-to-html.js +4 -3
- package/package.json +13 -12
- package/dist/browser-BJWkU9cc.js +0 -2106
- package/dist/components/Scribe/extension/math-extension.d.ts +0 -2
- package/dist/components/Scribe/extension/math-extension.js +0 -11770
- package/dist/index-BqFHWqw6.js +0 -156
- package/dist/index-C_aWB8qt.js +0 -2291
- 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.
|
|
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
|
|
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%);
|