@operato/markdown
Advanced tools
Comparing version 9.0.0-beta.4 to 9.0.0-beta.5
@@ -6,2 +6,11 @@ # Change Log | ||
## [9.0.0-beta.5](https://github.com/hatiolab/operato/compare/v9.0.0-beta.4...v9.0.0-beta.5) (2025-01-20) | ||
### :bug: Bug Fix | ||
* esm module ([1319b00](https://github.com/hatiolab/operato/commit/1319b00d6955a514f63b3469fb514a28f84168a2)) | ||
## [9.0.0-beta.4](https://github.com/hatiolab/operato/compare/v9.0.0-beta.3...v9.0.0-beta.4) (2025-01-20) | ||
@@ -8,0 +17,0 @@ |
@@ -1,1 +0,1 @@ | ||
export * from './ox-markdown'; | ||
export * from './ox-markdown.js'; |
@@ -1,2 +0,2 @@ | ||
export * from './ox-markdown'; | ||
export * from './ox-markdown.js'; | ||
//# sourceMappingURL=index.js.map |
import { __decorate } from "tslib"; | ||
import { LitElement, css, html } from 'lit'; | ||
import { customElement, property, state } from 'lit/decorators.js'; | ||
import { MarkdownStyle } from './markdown-style'; | ||
import { MarkdownStyle } from './markdown-style.js'; | ||
import { ScrollbarStyles } from '@operato/styles'; | ||
import { md } from './markdown'; | ||
import { md } from './markdown.js'; | ||
import { unsafeHTML } from 'lit/directives/unsafe-html.js'; | ||
@@ -8,0 +8,0 @@ let OxMarkdown = class OxMarkdown extends LitElement { |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "9.0.0-beta.4", | ||
"version": "9.0.0-beta.5", | ||
"main": "dist/src/index.js", | ||
@@ -82,3 +82,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "d1d762cc701221021637fda95f7399ca641afb6e" | ||
"gitHead": "d1b2da3d89cfb76336bfe4a596f6e77e0c93d2fd" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
108375