@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.
Files changed (28) hide show
  1. package/editor/src/codemirror/index.ts +1 -1
  2. package/editor/src/plugins/code/plugin/index.ts +2 -1
  3. package/editor/src/plugins/codeblock/plugin/index.ts +2 -1
  4. package/editor/src/plugins/codemirror-block/plugin/index.ts +2 -1
  5. package/editor/src/plugins/common/plugin/index.ts +5 -4
  6. package/editor/src/plugins/common/utils/index.ts +2 -1
  7. package/editor/src/plugins/file/plugin/index.ts +2 -1
  8. package/editor/src/plugins/litexml/index.ts +1 -0
  9. package/editor/src/plugins/litexml/service/litexml-service.ts +11 -1
  10. package/editor/src/plugins/table/plugin/index.ts +2 -1
  11. package/icons/es/components/AgentGuideCard/index.js +107 -107
  12. package/icons/es/components/ColorPreview/index.js +34 -34
  13. package/icons/es/components/Dashboard/IconItem.js +140 -140
  14. package/icons/es/components/Dashboard/Text.js +65 -65
  15. package/icons/es/components/Dashboard/index.js +102 -102
  16. package/icons/es/components/DownloadButton/index.js +27 -27
  17. package/icons/es/components/Editor/Color.js +46 -46
  18. package/icons/es/components/Editor/Mono.js +44 -44
  19. package/icons/es/components/Editor/Preview.js +53 -53
  20. package/icons/es/components/Editor/Text.js +44 -44
  21. package/icons/es/components/Editor/index.js +135 -135
  22. package/icons/es/components/IconPreview/ColorPreview.js +37 -37
  23. package/icons/es/components/IconPreview/index.js +66 -66
  24. package/icons/es/features/index.d.ts +1 -5
  25. package/icons/es/features/index.js +1 -1
  26. package/icons/es/features/ui-runtime.js +1 -5
  27. package/package.json +329 -310
  28. 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
- // react-markdown Components and hast-util-to-jsx-runtime Components diverge
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,