Comparing version 3.1.3 to 3.2.0
import { SvelteComponentTyped } from "svelte"; | ||
import type { Carta } from './internal/carta'; | ||
import type { TextAreaProps } from './internal/textarea-props'; | ||
declare const __propDef: { | ||
@@ -12,2 +13,3 @@ props: { | ||
placeholder?: string | undefined; | ||
textarea?: TextAreaProps | undefined; | ||
}; | ||
@@ -14,0 +16,0 @@ events: { |
@@ -9,3 +9,4 @@ export { default as CartaEditor } from './CartaEditor.svelte'; | ||
export * from './internal/highlight'; | ||
export * from './internal/textarea-props'; | ||
export * from './default.css?inline'; | ||
export * from './light.css?inline'; |
@@ -5,3 +5,4 @@ export { default as CartaEditor } from './CartaEditor.svelte'; | ||
export * from './internal/highlight'; | ||
export * from './internal/textarea-props'; | ||
export * from './default.css?inline'; | ||
export * from './light.css?inline'; |
import { SvelteComponentTyped } from "svelte"; | ||
import type { Carta } from '../carta'; | ||
import type { TextAreaProps } from '../textarea-props'; | ||
declare const __propDef: { | ||
@@ -10,2 +11,3 @@ props: { | ||
handleScroll: (e: UIEvent) => void; | ||
props?: TextAreaProps | undefined; | ||
resize?: (() => void) | undefined; | ||
@@ -12,0 +14,0 @@ }; |
@@ -22,3 +22,3 @@ { | ||
}, | ||
"version": "3.1.3", | ||
"version": "3.2.0", | ||
"scripts": { | ||
@@ -25,0 +25,0 @@ "dev": "vite dev", |
@@ -17,3 +17,5 @@ <div align="right"> | ||
<div align="center"> | ||
<img alt="banner" src="https://i.postimg.cc/1XPm8FSD/Frame-8.png"> | ||
<a href="https://beartocode.github.io/carta/"> | ||
<img alt="banner" src="https://i.postimg.cc/1XPm8FSD/Frame-8.png"> | ||
</a> | ||
</div> | ||
@@ -36,3 +38,3 @@ | ||
Carta is a **lightweight**, **fast** and **extensible** Svelte Markdown editor and viewer, based on [Marked](https://github.com/markedjs/marked). Check out the [demo](http://beartocode.github.io/carta/) to see it in action. | ||
Carta is a **lightweight**, **fast** and **extensible** Svelte Markdown editor and viewer, based on [Marked](https://github.com/markedjs/marked). Check out the [examples](http://beartocode.github.io/carta/examples) to see it in action. | ||
Differently from most editors, Carta includes neither ProseMirror nor CodeMirror, allowing for an extremely small bundle size and fast loading time. | ||
@@ -39,0 +41,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94009
58
2313
106