@hubstr/kit 0.1.3 → 0.1.5
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/editor/src/codemirror/index.ts +1 -1
- package/editor/src/plugins/code/plugin/index.ts +2 -1
- package/editor/src/plugins/codeblock/plugin/index.ts +2 -1
- package/editor/src/plugins/codemirror-block/plugin/index.ts +2 -1
- package/editor/src/plugins/common/plugin/index.ts +5 -4
- package/editor/src/plugins/common/utils/index.ts +2 -1
- package/editor/src/plugins/file/plugin/index.ts +2 -1
- package/editor/src/plugins/litexml/index.ts +1 -0
- package/editor/src/plugins/litexml/service/litexml-service.ts +11 -1
- package/editor/src/plugins/table/plugin/index.ts +2 -1
- package/icons/es/components/AgentGuideCard/index.js +107 -107
- package/icons/es/components/ColorPreview/index.js +34 -34
- package/icons/es/components/Dashboard/IconItem.js +140 -140
- package/icons/es/components/Dashboard/Text.js +65 -65
- package/icons/es/components/Dashboard/index.js +102 -102
- package/icons/es/components/DownloadButton/index.js +27 -27
- package/icons/es/components/Editor/Color.js +46 -46
- package/icons/es/components/Editor/Mono.js +44 -44
- package/icons/es/components/Editor/Preview.js +53 -53
- package/icons/es/components/Editor/Text.js +44 -44
- package/icons/es/components/Editor/index.js +135 -135
- package/icons/es/components/IconPreview/ColorPreview.js +37 -37
- package/icons/es/components/IconPreview/index.js +66 -66
- package/icons/es/features/index.d.ts +1 -5
- package/icons/es/features/index.js +1 -1
- package/icons/es/features/ui-runtime.js +1 -5
- package/package.json +329 -310
- package/ui/src/Markdown/SyntaxMarkdown/CachedMarkdown.tsx +1 -3
|
@@ -112,9 +112,7 @@ function post(tree: Nodes, options: Options) {
|
|
|
112
112
|
|
|
113
113
|
return toJsxRuntime(tree, {
|
|
114
114
|
Fragment,
|
|
115
|
-
|
|
116
|
-
// @ts-expect-error
|
|
117
|
-
components,
|
|
115
|
+
components: components as Parameters<typeof toJsxRuntime>[1]['components'],
|
|
118
116
|
ignoreInvalidStyle: true,
|
|
119
117
|
jsx,
|
|
120
118
|
jsxs,
|