@limetech/lime-elements 37.56.3 → 37.56.4

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 (91) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/limel-action-bar_4.cjs.entry.js +1 -1
  3. package/dist/cjs/limel-callout.cjs.entry.js +1 -1
  4. package/dist/cjs/limel-chip_2.cjs.entry.js +2 -2
  5. package/dist/cjs/limel-chip_2.cjs.entry.js.map +1 -1
  6. package/dist/cjs/limel-file-viewer.cjs.entry.js +1 -1
  7. package/dist/cjs/limel-file.cjs.entry.js +16 -4
  8. package/dist/cjs/limel-file.cjs.entry.js.map +1 -1
  9. package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +1 -1
  10. package/dist/cjs/limel-form.cjs.entry.js +7 -6
  11. package/dist/cjs/limel-form.cjs.entry.js.map +1 -1
  12. package/dist/cjs/limel-markdown.cjs.entry.js +1 -1
  13. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +2 -2
  14. package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
  15. package/dist/cjs/{markdown-parser-1cbe5db4.js → markdown-parser-292760cb.js} +37 -32
  16. package/dist/cjs/markdown-parser-292760cb.js.map +1 -0
  17. package/dist/cjs/{translations-a73f2479.js → translations-6d759b59.js} +7 -7
  18. package/dist/cjs/translations-6d759b59.js.map +1 -0
  19. package/dist/collection/components/chip-set/chip-set.css +0 -52
  20. package/dist/collection/components/file/file.css +37 -1
  21. package/dist/collection/components/file/file.js +14 -2
  22. package/dist/collection/components/file/file.js.map +1 -1
  23. package/dist/collection/translations/da.js +1 -1
  24. package/dist/collection/translations/da.js.map +1 -1
  25. package/dist/collection/translations/en.js +1 -1
  26. package/dist/collection/translations/en.js.map +1 -1
  27. package/dist/collection/translations/fi.js +1 -1
  28. package/dist/collection/translations/fi.js.map +1 -1
  29. package/dist/collection/translations/nl.js +1 -1
  30. package/dist/collection/translations/nl.js.map +1 -1
  31. package/dist/collection/translations/no.js +1 -1
  32. package/dist/collection/translations/no.js.map +1 -1
  33. package/dist/collection/translations/sv.js +1 -1
  34. package/dist/collection/translations/sv.js.map +1 -1
  35. package/dist/esm/limel-action-bar_4.entry.js +1 -1
  36. package/dist/esm/limel-callout.entry.js +1 -1
  37. package/dist/esm/limel-chip_2.entry.js +2 -2
  38. package/dist/esm/limel-chip_2.entry.js.map +1 -1
  39. package/dist/esm/limel-file-viewer.entry.js +1 -1
  40. package/dist/esm/limel-file.entry.js +16 -4
  41. package/dist/esm/limel-file.entry.js.map +1 -1
  42. package/dist/esm/limel-flatpickr-adapter.entry.js +1 -1
  43. package/dist/esm/limel-form.entry.js +7 -6
  44. package/dist/esm/limel-form.entry.js.map +1 -1
  45. package/dist/esm/limel-markdown.entry.js +1 -1
  46. package/dist/esm/limel-prosemirror-adapter.entry.js +2 -2
  47. package/dist/esm/limel-snackbar.entry.js +1 -1
  48. package/dist/esm/{markdown-parser-1159e000.js → markdown-parser-42f89d87.js} +37 -32
  49. package/dist/esm/markdown-parser-42f89d87.js.map +1 -0
  50. package/dist/esm/{translations-8927471e.js → translations-aee148ca.js} +7 -7
  51. package/dist/esm/translations-aee148ca.js.map +1 -0
  52. package/dist/lime-elements/lime-elements.esm.js +1 -1
  53. package/dist/lime-elements/{p-2e07dba0.entry.js → p-2367b082.entry.js} +2 -2
  54. package/dist/lime-elements/p-2367b082.entry.js.map +1 -0
  55. package/dist/lime-elements/{p-81150447.entry.js → p-43c83a69.entry.js} +2 -2
  56. package/dist/lime-elements/p-4d503318.js +2 -0
  57. package/dist/lime-elements/p-4d503318.js.map +1 -0
  58. package/dist/lime-elements/p-6fc349f0.entry.js +2 -0
  59. package/dist/lime-elements/p-6fc349f0.entry.js.map +1 -0
  60. package/dist/lime-elements/{p-84c9482c.entry.js → p-72bd27d5.entry.js} +2 -2
  61. package/dist/lime-elements/{p-81ed6f93.entry.js → p-7c7651b2.entry.js} +2 -2
  62. package/dist/lime-elements/p-96b55d8b.entry.js +21 -0
  63. package/dist/lime-elements/p-96b55d8b.entry.js.map +1 -0
  64. package/dist/lime-elements/{p-4ae6f448.entry.js → p-ae036e35.entry.js} +2 -2
  65. package/dist/lime-elements/{p-77a12868.entry.js → p-bf143783.entry.js} +2 -2
  66. package/dist/lime-elements/p-c0e08f94.js +8 -0
  67. package/dist/lime-elements/p-c0e08f94.js.map +1 -0
  68. package/dist/lime-elements/{p-6acb5c31.entry.js → p-cb63f2d7.entry.js} +2 -2
  69. package/dist/lime-elements/{p-47f7d74f.entry.js → p-fe1decdc.entry.js} +2 -2
  70. package/dist/types/components/file/file.d.ts +3 -1
  71. package/package.json +4 -4
  72. package/dist/cjs/markdown-parser-1cbe5db4.js.map +0 -1
  73. package/dist/cjs/translations-a73f2479.js.map +0 -1
  74. package/dist/esm/markdown-parser-1159e000.js.map +0 -1
  75. package/dist/esm/translations-8927471e.js.map +0 -1
  76. package/dist/lime-elements/p-0818d7d6.entry.js +0 -2
  77. package/dist/lime-elements/p-0818d7d6.entry.js.map +0 -1
  78. package/dist/lime-elements/p-1b6c1122.js +0 -2
  79. package/dist/lime-elements/p-1b6c1122.js.map +0 -1
  80. package/dist/lime-elements/p-1c8ce194.js +0 -8
  81. package/dist/lime-elements/p-1c8ce194.js.map +0 -1
  82. package/dist/lime-elements/p-2e07dba0.entry.js.map +0 -1
  83. package/dist/lime-elements/p-50303eb1.entry.js +0 -21
  84. package/dist/lime-elements/p-50303eb1.entry.js.map +0 -1
  85. /package/dist/lime-elements/{p-81150447.entry.js.map → p-43c83a69.entry.js.map} +0 -0
  86. /package/dist/lime-elements/{p-84c9482c.entry.js.map → p-72bd27d5.entry.js.map} +0 -0
  87. /package/dist/lime-elements/{p-81ed6f93.entry.js.map → p-7c7651b2.entry.js.map} +0 -0
  88. /package/dist/lime-elements/{p-4ae6f448.entry.js.map → p-ae036e35.entry.js.map} +0 -0
  89. /package/dist/lime-elements/{p-77a12868.entry.js.map → p-bf143783.entry.js.map} +0 -0
  90. /package/dist/lime-elements/{p-6acb5c31.entry.js.map → p-cb63f2d7.entry.js.map} +0 -0
  91. /package/dist/lime-elements/{p-47f7d74f.entry.js.map → p-fe1decdc.entry.js.map} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h } from './index-6156b4fd.js';
2
- import { m as markdownToHTML } from './markdown-parser-1159e000.js';
2
+ import { m as markdownToHTML } from './markdown-parser-42f89d87.js';
3
3
  import './_commonjsHelpers-5ec8f9b7.js';
4
4
 
5
5
  const markdownCss = "@charset \"UTF-8\";code{font-family:ui-monospace, \"Cascadia Code\", \"Source Code Pro\", Menlo, Consolas, \"DejaVu Sans Mono\", monospace;font-size:0.8125rem;letter-spacing:-0.0125rem;color:rgb(var(--contrast-1300));-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;display:inline-block;border-radius:0.25rem;padding:0.03125rem 0.25rem;background-color:rgb(var(--contrast-600))}pre>code{display:block;margin:0.5rem 0;padding:0.5rem 0.75rem;overflow:auto;white-space:pre-wrap}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}h4{font-size:1rem}h5{font-size:0.875rem}h6{font-size:0.75rem}h1,h2{margin-top:0.5rem;margin-bottom:0.5rem;letter-spacing:-0.03125rem;font-weight:500}h3,h4{margin-top:0.75rem;margin-bottom:0.25rem;font-weight:600}h5,h6{margin-top:0.5rem;margin-bottom:0.125rem;font-weight:600}h1,h2,h3,h4,h5,h6{word-break:break-word;hyphens:auto;-webkit-hyphens:auto}:not([contenteditable=true]) h1,:not([contenteditable=true]) h2,:not([contenteditable=true]) h3,:not([contenteditable=true]) h4,:not([contenteditable=true]) h5,:not([contenteditable=true]) h6{text-wrap:balance}[contenteditable=true] h1,[contenteditable=true] h2,[contenteditable=true] h3,[contenteditable=true] h4,[contenteditable=true] h5,[contenteditable=true] h6{text-wrap:initial}:host(limel-markdown.truncate-paragraphs) p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}p,li{font-size:0.875rem;word-break:break-word;hyphens:auto;-webkit-hyphens:auto}a{word-break:break-all}p{margin-top:0;margin-bottom:0.5rem}p:only-child{margin-bottom:0}a{transition:color 0.2s ease;color:var(--markdown-hyperlink-color, rgb(var(--color-blue-dark)));text-decoration:none}a:hover{color:var(--markdown-hyperlink-color--hovered, rgb(var(--color-blue-default)))}hr{margin:1.75rem 0 2rem 0;border-width:0;border-top:1px solid rgb(var(--contrast-500))}ul{list-style:none}ul li{position:relative;margin-left:0.75rem}ul li:before{content:\"\";position:absolute;left:-0.5rem;top:0.5rem;width:0.25rem;height:0.25rem;border-radius:50%;background-color:rgb(var(--contrast-700));display:block}ol{margin-top:0.25rem;padding-left:1rem}ul{margin-top:0.25rem;padding-left:0}ul ul,ul ol,ol ol,ol ul{margin-left:0}li{margin-bottom:0.25rem}:host(limel-markdown:not(.no-table-styles)) table{table-layout:auto;min-width:100%;border-collapse:collapse;border-spacing:0;background:transparent;margin:0.75rem 0;border:1px solid rgb(var(--contrast-400))}:host(limel-markdown:not(.no-table-styles)) th,:host(limel-markdown:not(.no-table-styles)) td{text-align:left;vertical-align:top;transition:background-color 0.2s ease;font-size:0.875rem}:host(limel-markdown:not(.no-table-styles)) td{padding:0.5rem 0.375rem 0.75rem 0.375rem}:host(limel-markdown:not(.no-table-styles)) tr th{background-color:rgb(var(--contrast-400));padding:0.25rem 0.375rem;font-weight:normal}:host(limel-markdown:not(.no-table-styles)) tr th:only-child{text-align:center}:host(limel-markdown:not(.no-table-styles)) tbody tr:nth-child(odd) td{background-color:rgb(var(--contrast-200))}:host(limel-markdown:not(.no-table-styles)) tbody tr:hover td{background-color:rgb(var(--contrast-300))}blockquote{position:relative;font-weight:100;font-size:0.875rem;max-width:100%;line-height:1.4;margin:0;padding:0.5rem 1.25rem;border-radius:0.05rem 0.75rem;background-color:rgb(var(--contrast-300))}blockquote:before,blockquote:after{position:absolute;font-size:2.75rem;opacity:0.4}blockquote:before{content:\"“\";left:0;top:-0.75rem}blockquote:after{content:\"”\";right:0;bottom:-2rem}dl{display:grid;grid-template-columns:1fr 2fr;grid-template-rows:1fr;margin-bottom:2rem;border:1px solid rgb(var(--contrast-400));border-radius:0.375rem;background-color:rgb(var(--contrast-200))}dl dt,dl dd{padding:0.375rem 0.5rem;font-size:0.875rem;margin:0}dl dt:nth-of-type(even),dl dd:nth-of-type(even){background-color:rgb(var(--contrast-300))}dl dt:first-child{border-top-left-radius:0.375rem}dl dt:last-child{border-bottom-left-radius:0.375rem}dl dd:first-child{border-top-right-radius:0.375rem}dl dd:last-child{border-bottom-right-radius:0.375rem}hr{border-top:1px solid rgb(var(--contrast-700))}img{max-width:100%}";
@@ -5,8 +5,8 @@ import { k as keysIn, b as getSymbolsIn, g as getPrototype, a as getAllKeysIn }
5
5
  import { i as isObject$1, r as root, S as Symbol } from './isObject-c74e273c.js';
6
6
  import { i as isArray } from './isArray-80298bc7.js';
7
7
  import { i as isObjectLike } from './isObjectLike-38996507.js';
8
- import { d as decodeHTML, m as markdownToHTML } from './markdown-parser-1159e000.js';
9
- import { t as translate$1 } from './translations-8927471e.js';
8
+ import { d as decodeHTML, m as markdownToHTML } from './markdown-parser-42f89d87.js';
9
+ import { t as translate$1 } from './translations-aee148ca.js';
10
10
  import { c as createRandomString } from './random-string-812b1c35.js';
11
11
  import { i as isItem } from './isItem-b0459122.js';
12
12
  import { i as isEqual } from './isEqual-90c6e6fc.js';
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-6156b4fd.js';
2
- import { t as translate } from './translations-8927471e.js';
2
+ import { t as translate } from './translations-aee148ca.js';
3
3
  import { c as createRandomString } from './random-string-812b1c35.js';
4
4
 
5
5
  /**
@@ -2325,20 +2325,25 @@ const CallableInstance =
2325
2325
  // type-coverage:ignore-next-line
2326
2326
  constr.prototype
2327
2327
  );
2328
- const func = proto[property];
2328
+ const value = proto[property];
2329
2329
  /** @type {(...parameters: Array<unknown>) => unknown} */
2330
2330
  const apply = function () {
2331
- return func.apply(apply, arguments)
2331
+ return value.apply(apply, arguments)
2332
2332
  };
2333
2333
 
2334
2334
  Object.setPrototypeOf(apply, proto);
2335
2335
 
2336
- const names = Object.getOwnPropertyNames(func);
2337
-
2338
- for (const p of names) {
2339
- const descriptor = Object.getOwnPropertyDescriptor(func, p);
2340
- if (descriptor) Object.defineProperty(apply, p, descriptor);
2341
- }
2336
+ // Not needed for us in `unified`: we only call this on the `copy`
2337
+ // function,
2338
+ // and we don't need to add its fields (`length`, `name`)
2339
+ // over.
2340
+ // See also: GH-246.
2341
+ // const names = Object.getOwnPropertyNames(value)
2342
+ //
2343
+ // for (const p of names) {
2344
+ // const descriptor = Object.getOwnPropertyDescriptor(value, p)
2345
+ // if (descriptor) Object.defineProperty(apply, p, descriptor)
2346
+ // }
2342
2347
 
2343
2348
  return apply
2344
2349
  }
@@ -2493,7 +2498,7 @@ class Processor extends CallableInstance {
2493
2498
  * @deprecated
2494
2499
  * This is a private internal method and should not be used.
2495
2500
  * @returns {Processor<ParseTree, HeadTree, TailTree, CompileTree, CompileResult>}
2496
- * New *unfrozen* processor ({@link Processor `Processor`}) that is
2501
+ * New *unfrozen* processor ({@linkcode Processor}) that is
2497
2502
  * configured to work the same as its ancestor.
2498
2503
  * When the descendant processor is configured in the future it does not
2499
2504
  * affect the ancestral processor.
@@ -2525,11 +2530,11 @@ class Processor extends CallableInstance {
2525
2530
  * For example, a list of HTML elements that are self-closing, which is
2526
2531
  * needed during all phases.
2527
2532
  *
2528
- * > 👉 **Note**: setting information cannot occur on *frozen* processors.
2533
+ * > **Note**: setting information cannot occur on *frozen* processors.
2529
2534
  * > Call the processor first to create a new unfrozen processor.
2530
2535
  *
2531
- * > 👉 **Note**: to register custom data in TypeScript, augment the
2532
- * > {@link Data `Data`} interface.
2536
+ * > **Note**: to register custom data in TypeScript, augment the
2537
+ * > {@linkcode Data} interface.
2533
2538
  *
2534
2539
  * @example
2535
2540
  * This example show how to get and set info:
@@ -2653,9 +2658,9 @@ class Processor extends CallableInstance {
2653
2658
  /**
2654
2659
  * Parse text to a syntax tree.
2655
2660
  *
2656
- * > 👉 **Note**: `parse` freezes the processor if not already *frozen*.
2661
+ * > **Note**: `parse` freezes the processor if not already *frozen*.
2657
2662
  *
2658
- * > 👉 **Note**: `parse` performs the parse phase, not the run phase or other
2663
+ * > **Note**: `parse` performs the parse phase, not the run phase or other
2659
2664
  * > phases.
2660
2665
  *
2661
2666
  * @param {Compatible | undefined} [file]
@@ -2675,9 +2680,9 @@ class Processor extends CallableInstance {
2675
2680
  /**
2676
2681
  * Process the given file as configured on the processor.
2677
2682
  *
2678
- * > 👉 **Note**: `process` freezes the processor if not already *frozen*.
2683
+ * > **Note**: `process` freezes the processor if not already *frozen*.
2679
2684
  *
2680
- * > 👉 **Note**: `process` performs the parse, run, and stringify phases.
2685
+ * > **Note**: `process` performs the parse, run, and stringify phases.
2681
2686
  *
2682
2687
  * @overload
2683
2688
  * @param {Compatible | undefined} file
@@ -2701,7 +2706,7 @@ class Processor extends CallableInstance {
2701
2706
  * The parsed, transformed, and compiled value is available at
2702
2707
  * `file.value` (see note).
2703
2708
  *
2704
- * > 👉 **Note**: unified typically compiles by serializing: most
2709
+ * > **Note**: unified typically compiles by serializing: most
2705
2710
  * > compilers return `string` (or `Uint8Array`).
2706
2711
  * > Some compilers, such as the one configured with
2707
2712
  * > [`rehype-react`][rehype-react], return other values (in this case, a
@@ -2710,7 +2715,7 @@ class Processor extends CallableInstance {
2710
2715
  * > result values.
2711
2716
  * >
2712
2717
  * > To register custom results in TypeScript, add them to
2713
- * > {@link CompileResultMap `CompileResultMap`}.
2718
+ * > {@linkcode CompileResultMap}.
2714
2719
  *
2715
2720
  * [rehype-react]: https://github.com/rehypejs/rehype-react
2716
2721
  */
@@ -2783,9 +2788,9 @@ class Processor extends CallableInstance {
2783
2788
  *
2784
2789
  * An error is thrown if asynchronous transforms are configured.
2785
2790
  *
2786
- * > 👉 **Note**: `processSync` freezes the processor if not already *frozen*.
2791
+ * > **Note**: `processSync` freezes the processor if not already *frozen*.
2787
2792
  *
2788
- * > 👉 **Note**: `processSync` performs the parse, run, and stringify phases.
2793
+ * > **Note**: `processSync` performs the parse, run, and stringify phases.
2789
2794
  *
2790
2795
  * @param {Compatible | undefined} [file]
2791
2796
  * File (optional); typically `string` or `VFile`; any value accepted as
@@ -2796,7 +2801,7 @@ class Processor extends CallableInstance {
2796
2801
  * The parsed, transformed, and compiled value is available at
2797
2802
  * `file.value` (see note).
2798
2803
  *
2799
- * > 👉 **Note**: unified typically compiles by serializing: most
2804
+ * > **Note**: unified typically compiles by serializing: most
2800
2805
  * > compilers return `string` (or `Uint8Array`).
2801
2806
  * > Some compilers, such as the one configured with
2802
2807
  * > [`rehype-react`][rehype-react], return other values (in this case, a
@@ -2805,7 +2810,7 @@ class Processor extends CallableInstance {
2805
2810
  * > result values.
2806
2811
  * >
2807
2812
  * > To register custom results in TypeScript, add them to
2808
- * > {@link CompileResultMap `CompileResultMap`}.
2813
+ * > {@linkcode CompileResultMap}.
2809
2814
  *
2810
2815
  * [rehype-react]: https://github.com/rehypejs/rehype-react
2811
2816
  */
@@ -2837,9 +2842,9 @@ class Processor extends CallableInstance {
2837
2842
  /**
2838
2843
  * Run *transformers* on a syntax tree.
2839
2844
  *
2840
- * > 👉 **Note**: `run` freezes the processor if not already *frozen*.
2845
+ * > **Note**: `run` freezes the processor if not already *frozen*.
2841
2846
  *
2842
- * > 👉 **Note**: `run` performs the run phase, not other phases.
2847
+ * > **Note**: `run` performs the run phase, not other phases.
2843
2848
  *
2844
2849
  * @overload
2845
2850
  * @param {HeadTree extends undefined ? Node : HeadTree} tree
@@ -2926,9 +2931,9 @@ class Processor extends CallableInstance {
2926
2931
  *
2927
2932
  * An error is thrown if asynchronous transforms are configured.
2928
2933
  *
2929
- * > 👉 **Note**: `runSync` freezes the processor if not already *frozen*.
2934
+ * > **Note**: `runSync` freezes the processor if not already *frozen*.
2930
2935
  *
2931
- * > 👉 **Note**: `runSync` performs the run phase, not other phases.
2936
+ * > **Note**: `runSync` performs the run phase, not other phases.
2932
2937
  *
2933
2938
  * @param {HeadTree extends undefined ? Node : HeadTree} tree
2934
2939
  * Tree to transform and inspect.
@@ -2962,9 +2967,9 @@ class Processor extends CallableInstance {
2962
2967
  /**
2963
2968
  * Compile a syntax tree.
2964
2969
  *
2965
- * > 👉 **Note**: `stringify` freezes the processor if not already *frozen*.
2970
+ * > **Note**: `stringify` freezes the processor if not already *frozen*.
2966
2971
  *
2967
- * > 👉 **Note**: `stringify` performs the stringify phase, not the run phase
2972
+ * > **Note**: `stringify` performs the stringify phase, not the run phase
2968
2973
  * > or other phases.
2969
2974
  *
2970
2975
  * @param {CompileTree extends undefined ? Node : CompileTree} tree
@@ -2975,7 +2980,7 @@ class Processor extends CallableInstance {
2975
2980
  * @returns {CompileResult extends undefined ? Value : CompileResult}
2976
2981
  * Textual representation of the tree (see note).
2977
2982
  *
2978
- * > 👉 **Note**: unified typically compiles by serializing: most compilers
2983
+ * > **Note**: unified typically compiles by serializing: most compilers
2979
2984
  * > return `string` (or `Uint8Array`).
2980
2985
  * > Some compilers, such as the one configured with
2981
2986
  * > [`rehype-react`][rehype-react], return other values (in this case, a
@@ -2984,7 +2989,7 @@ class Processor extends CallableInstance {
2984
2989
  * > result values.
2985
2990
  * >
2986
2991
  * > To register custom results in TypeScript, add them to
2987
- * > {@link CompileResultMap `CompileResultMap`}.
2992
+ * > {@linkcode CompileResultMap}.
2988
2993
  *
2989
2994
  * [rehype-react]: https://github.com/rehypejs/rehype-react
2990
2995
  */
@@ -3006,7 +3011,7 @@ class Processor extends CallableInstance {
3006
3011
  * configuration is changed based on the options that are passed in.
3007
3012
  * In other words, the plugin is not added a second time.
3008
3013
  *
3009
- * > 👉 **Note**: `use` cannot be called on *frozen* processors.
3014
+ * > **Note**: `use` cannot be called on *frozen* processors.
3010
3015
  * > Call the processor first to create a new unfrozen processor.
3011
3016
  *
3012
3017
  * @example
@@ -44152,4 +44157,4 @@ async function markdownToHTML(text, options) {
44152
44157
 
44153
44158
  export { decodeHTML as d, markdownToHTML as m };
44154
44159
 
44155
- //# sourceMappingURL=markdown-parser-1159e000.js.map
44160
+ //# sourceMappingURL=markdown-parser-42f89d87.js.map