@limetech/lime-elements 39.44.6 → 39.45.0

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 (25) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/limel-markdown.cjs.entry.js +1 -1
  3. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +778 -395
  4. package/dist/cjs/{markdown-parser-ChnRAxpZ.js → markdown-parser-YH5HSSgF.js} +36 -56
  5. package/dist/collection/components/text-editor/prosemirror-adapter/editor-config.js +12 -1
  6. package/dist/collection/components/text-editor/prosemirror-adapter/menu/menu-command-utils/active-state-utils.js +36 -0
  7. package/dist/collection/components/text-editor/prosemirror-adapter/menu/menu-command-utils/list-utils.js +270 -0
  8. package/dist/collection/components/text-editor/prosemirror-adapter/menu/menu-command-utils/node-utils.js +15 -0
  9. package/dist/collection/components/text-editor/prosemirror-adapter/menu/menu-commands.js +81 -69
  10. package/dist/collection/components/text-editor/prosemirror-adapter/plugins/list-key-handler.js +44 -0
  11. package/dist/collection/components/text-editor/prosemirror-adapter/prosemirror-adapter.js +4 -3
  12. package/dist/esm/limel-markdown.entry.js +1 -1
  13. package/dist/esm/limel-prosemirror-adapter.entry.js +779 -396
  14. package/dist/esm/{markdown-parser-BSQKleVw.js → markdown-parser-DrxxGLF5.js} +36 -56
  15. package/dist/lime-elements/lime-elements.esm.js +1 -1
  16. package/dist/lime-elements/p-1f29f482.entry.js +1 -0
  17. package/dist/lime-elements/{p-3ea159fd.entry.js → p-38393fb4.entry.js} +1 -1
  18. package/dist/lime-elements/{p-B0qhUema.js → p-C9xHOCE_.js} +2 -2
  19. package/dist/types/components/text-editor/prosemirror-adapter/menu/menu-command-utils/active-state-utils.d.ts +6 -0
  20. package/dist/types/components/text-editor/prosemirror-adapter/menu/menu-command-utils/list-utils.d.ts +68 -0
  21. package/dist/types/components/text-editor/prosemirror-adapter/menu/menu-command-utils/node-utils.d.ts +10 -0
  22. package/dist/types/components/text-editor/prosemirror-adapter/menu/menu-commands.d.ts +10 -0
  23. package/dist/types/components/text-editor/prosemirror-adapter/plugins/list-key-handler.d.ts +14 -0
  24. package/package.json +2 -2
  25. package/dist/lime-elements/p-845cfda7.entry.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [39.45.0](https://github.com/Lundalogik/lime-elements/compare/v39.44.6...v39.45.0) (2026-08-17)
2
+
3
+ ### Features
4
+
5
+
6
+ * **text editor:** handle tab, enter and backspace inside lists ([b10f2de](https://github.com/Lundalogik/lime-elements/commit/b10f2de2f0f6b4fcbc563e295b93f9bd1cd80282))
7
+ * **text editor:** toggle, convert, wrap and unify lists from the menu ([6aae41c](https://github.com/Lundalogik/lime-elements/commit/6aae41c0d022f16bb5dd4c5646cde03bdd99b381))
8
+ ### Bug Fixes
9
+
10
+
11
+ * **text editor:** align list command applicability between keymap and toolbar ([50fcdb6](https://github.com/Lundalogik/lime-elements/commit/50fcdb6816eae789283fe149cbf622eb5c1a15c0))
12
+ * **text editor:** disable disallowed menu items instead of hiding them ([dd2b235](https://github.com/Lundalogik/lime-elements/commit/dd2b235f06ec4a1b66627de1222bfde8050978f2))
13
+ * **text editor:** stop block toggles from crashing on select-all ([64e861f](https://github.com/Lundalogik/lime-elements/commit/64e861f4ce48a70d09b5d9834d987a08875d2ded))
14
+
1
15
  ## [39.44.6](https://github.com/Lundalogik/lime-elements/compare/v39.44.5...v39.44.6) (2026-08-13)
2
16
 
3
17
  ### Bug Fixes
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var index$1 = require('./index-DYg_7kkT.js');
4
- var markdownParser = require('./markdown-parser-ChnRAxpZ.js');
4
+ var markdownParser = require('./markdown-parser-YH5HSSgF.js');
5
5
  var config = require('./config-dit--4m5.js');
6
6
  var index = require('./index-ETPz91V5.js');
7
7
  var adaptColorContrast = require('./adapt-color-contrast-Beo1IEl_.js');