@limetech/lime-elements 39.44.3 → 39.44.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 (29) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/limel-form.cjs.entry.js +2575 -936
  3. package/dist/cjs/limel-markdown.cjs.entry.js +2 -2
  4. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +1 -1
  5. package/dist/cjs/limel-table.cjs.entry.js +346 -112
  6. package/dist/cjs/{markdown-parser-F3YRMjcy.js → markdown-parser-ChnRAxpZ.js} +22 -6
  7. package/dist/collection/components/form/form.test-schemas.js +15 -0
  8. package/dist/collection/components/markdown/markdown-parser.js +5 -0
  9. package/dist/collection/components/markdown/markdown.js +2 -1
  10. package/dist/collection/components/markdown/sanitize-style.js +17 -6
  11. package/dist/collection/components/table/table.css +6 -0
  12. package/dist/esm/limel-form.entry.js +2568 -929
  13. package/dist/esm/limel-markdown.entry.js +2 -2
  14. package/dist/esm/limel-prosemirror-adapter.entry.js +1 -1
  15. package/dist/esm/limel-table.entry.js +346 -112
  16. package/dist/esm/{markdown-parser-Blt6ZFY0.js → markdown-parser-BSQKleVw.js} +22 -6
  17. package/dist/lime-elements/lime-elements.esm.js +1 -1
  18. package/dist/lime-elements/p-1fb4bfa9.entry.js +13 -0
  19. package/dist/lime-elements/p-31713caf.entry.js +1 -0
  20. package/dist/lime-elements/{p-224e80b5.entry.js → p-3ea159fd.entry.js} +1 -1
  21. package/dist/lime-elements/{p-4512a7b1.entry.js → p-845cfda7.entry.js} +1 -1
  22. package/dist/lime-elements/{p-DnPeu2SH.js → p-B0qhUema.js} +1 -1
  23. package/dist/types/components/form/form.test-schemas.d.ts +1 -0
  24. package/dist/types/components/markdown/markdown.d.ts +1 -0
  25. package/dist/types/components/markdown/sanitize-style.d.ts +9 -5
  26. package/dist/types/components.d.ts +4 -0
  27. package/package.json +7 -7
  28. package/dist/lime-elements/p-7f1de09b.entry.js +0 -13
  29. package/dist/lime-elements/p-c1ceade7.entry.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host } from './index-BGxJfR2f.js';
2
- import { m as markdownToHTML } from './markdown-parser-Blt6ZFY0.js';
2
+ import { m as markdownToHTML } from './markdown-parser-BSQKleVw.js';
3
3
  import { g as globalConfig } from './config-Dnt5w_Bp.js';
4
4
  import { d as defaultSchema } from './index-CbciMfiU.js';
5
5
  import { a as adaptColorContrast } from './adapt-color-contrast-Dgcw_h7C.js';
@@ -1165,7 +1165,7 @@ const Markdown = class {
1165
1165
  this.cleanupImageIntersectionObserver();
1166
1166
  }
1167
1167
  render() {
1168
- return (h(Host, { key: '79583ca7783472254c84899b2709d20e21bb442f' }, h("div", { key: 'd06c81a4098a25b97a6ed56d2830205228933c6e', id: "markdown", ref: (el) => (this.rootElement = el) })));
1168
+ return (h(Host, { key: '527dafa3c663a214860ebf7bae33f568f21d4b2d' }, h("div", { key: '79a0d02a4118e94723c6ddfbb94a91875dfe3d2b', id: "markdown", ref: (el) => (this.rootElement = el) })));
1169
1169
  }
1170
1170
  setupImageIntersectionObserver() {
1171
1171
  if (this.lazyLoadImages) {
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, a as getElement } from './index-BGxJfR2f.js';
2
2
  import { E as EditorMenuTypes, L as LevelMapping, i as isInlineImageTag, M as MouseButtons, e as editorMenuTypesArray } from './types-C_Yu8dOg.js';
3
- import { g as getLinkAttributes, m as markdownToHTML, s as sanitizeHTML } from './markdown-parser-Blt6ZFY0.js';
3
+ import { g as getLinkAttributes, m as markdownToHTML, s as sanitizeHTML } from './markdown-parser-BSQKleVw.js';
4
4
  import { h as cloneDeep } from './cloneDeep-CL7UD3mR.js';
5
5
  import { t as translate } from './translations-Cb9R_zmF.js';
6
6
  import { c as decodeHTML, e as decodeHTMLStrict } from './index-CbciMfiU.js';