@humanspeak/svelte-markdown 0.6.1 → 0.7.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 (111) hide show
  1. package/README.md +63 -53
  2. package/dist/Parser.svelte +12 -7
  3. package/dist/SvelteMarkdown.svelte +34 -8
  4. package/dist/SvelteMarkdown.svelte.d.ts +27 -7
  5. package/dist/renderers/Blockquote.svelte.d.ts +3 -3
  6. package/dist/renderers/Br.svelte.d.ts +3 -3
  7. package/dist/renderers/Code.svelte.d.ts +2 -2
  8. package/dist/renderers/Codespan.svelte.d.ts +2 -2
  9. package/dist/renderers/Del.svelte.d.ts +3 -3
  10. package/dist/renderers/Em.svelte.d.ts +3 -3
  11. package/dist/renderers/Heading.svelte.d.ts +4 -4
  12. package/dist/renderers/Image.svelte.d.ts +2 -2
  13. package/dist/renderers/Link.svelte.d.ts +3 -3
  14. package/dist/renderers/List.svelte.d.ts +3 -3
  15. package/dist/renderers/ListItem.svelte.d.ts +3 -3
  16. package/dist/renderers/Paragraph.svelte.d.ts +3 -3
  17. package/dist/renderers/Strong.svelte.d.ts +3 -3
  18. package/dist/renderers/Table.svelte.d.ts +3 -3
  19. package/dist/renderers/TableBody.svelte.d.ts +3 -3
  20. package/dist/renderers/TableCell.svelte.d.ts +3 -3
  21. package/dist/renderers/TableHead.svelte.d.ts +3 -3
  22. package/dist/renderers/TableRow.svelte.d.ts +3 -3
  23. package/dist/renderers/Text.svelte.d.ts +3 -3
  24. package/dist/renderers/html/A.svelte +1 -1
  25. package/dist/renderers/html/Abbr.svelte +1 -1
  26. package/dist/renderers/html/Address.svelte +1 -1
  27. package/dist/renderers/html/Article.svelte +1 -1
  28. package/dist/renderers/html/Aside.svelte +1 -1
  29. package/dist/renderers/html/Audio.svelte +1 -1
  30. package/dist/renderers/html/B.svelte +1 -1
  31. package/dist/renderers/html/Bdi.svelte +1 -1
  32. package/dist/renderers/html/Bdo.svelte +1 -1
  33. package/dist/renderers/html/Blockquote.svelte +1 -1
  34. package/dist/renderers/html/Button.svelte +1 -1
  35. package/dist/renderers/html/Canvas.svelte +1 -1
  36. package/dist/renderers/html/Cite.svelte +1 -1
  37. package/dist/renderers/html/Code.svelte +1 -1
  38. package/dist/renderers/html/Datalist.svelte +1 -1
  39. package/dist/renderers/html/Dd.svelte +1 -1
  40. package/dist/renderers/html/Del.svelte +1 -1
  41. package/dist/renderers/html/Details.svelte +1 -1
  42. package/dist/renderers/html/Dfn.svelte +1 -1
  43. package/dist/renderers/html/Dialog.svelte +1 -1
  44. package/dist/renderers/html/Div.svelte +1 -1
  45. package/dist/renderers/html/Dl.svelte +1 -1
  46. package/dist/renderers/html/Dt.svelte +1 -1
  47. package/dist/renderers/html/Em.svelte +1 -1
  48. package/dist/renderers/html/Embed.svelte +1 -1
  49. package/dist/renderers/html/Fieldset.svelte +1 -1
  50. package/dist/renderers/html/Footer.svelte +1 -1
  51. package/dist/renderers/html/Form.svelte +1 -1
  52. package/dist/renderers/html/H1.svelte +1 -1
  53. package/dist/renderers/html/H2.svelte +1 -1
  54. package/dist/renderers/html/H3.svelte +1 -1
  55. package/dist/renderers/html/H4.svelte +1 -1
  56. package/dist/renderers/html/H5.svelte +1 -1
  57. package/dist/renderers/html/H6.svelte +1 -1
  58. package/dist/renderers/html/Header.svelte +1 -1
  59. package/dist/renderers/html/Hgroup.svelte +1 -1
  60. package/dist/renderers/html/Hr.svelte +1 -3
  61. package/dist/renderers/html/I.svelte +1 -1
  62. package/dist/renderers/html/Iframe.svelte +1 -1
  63. package/dist/renderers/html/Img.svelte +1 -3
  64. package/dist/renderers/html/Input.svelte +1 -1
  65. package/dist/renderers/html/Kbd.svelte +1 -1
  66. package/dist/renderers/html/Label.svelte +1 -1
  67. package/dist/renderers/html/Legend.svelte +1 -1
  68. package/dist/renderers/html/Li.svelte +1 -1
  69. package/dist/renderers/html/Main.svelte +1 -1
  70. package/dist/renderers/html/Mark.svelte +1 -1
  71. package/dist/renderers/html/Menu.svelte +1 -1
  72. package/dist/renderers/html/Meter.svelte +1 -1
  73. package/dist/renderers/html/Nav.svelte +1 -1
  74. package/dist/renderers/html/Ol.svelte +1 -1
  75. package/dist/renderers/html/Optgroup.svelte +1 -1
  76. package/dist/renderers/html/Option.svelte +1 -1
  77. package/dist/renderers/html/Output.svelte +1 -1
  78. package/dist/renderers/html/P.svelte +1 -1
  79. package/dist/renderers/html/Param.svelte +1 -1
  80. package/dist/renderers/html/Picture.svelte +1 -1
  81. package/dist/renderers/html/Pre.svelte +1 -1
  82. package/dist/renderers/html/Progress.svelte +1 -1
  83. package/dist/renderers/html/S.svelte +1 -1
  84. package/dist/renderers/html/Samp.svelte +1 -1
  85. package/dist/renderers/html/Section.svelte +1 -1
  86. package/dist/renderers/html/Select.svelte +1 -1
  87. package/dist/renderers/html/Small.svelte +1 -1
  88. package/dist/renderers/html/Source.svelte +1 -1
  89. package/dist/renderers/html/Span.svelte +1 -1
  90. package/dist/renderers/html/Strong.svelte +1 -1
  91. package/dist/renderers/html/Sub.svelte +1 -1
  92. package/dist/renderers/html/Summary.svelte +1 -1
  93. package/dist/renderers/html/Table.svelte +1 -1
  94. package/dist/renderers/html/Tbody.svelte +1 -1
  95. package/dist/renderers/html/Td.svelte +1 -1
  96. package/dist/renderers/html/Textarea.svelte +1 -3
  97. package/dist/renderers/html/Tfoot.svelte +1 -1
  98. package/dist/renderers/html/Th.svelte +1 -1
  99. package/dist/renderers/html/Thead.svelte +1 -1
  100. package/dist/renderers/html/Tr.svelte +1 -1
  101. package/dist/renderers/html/Track.svelte +1 -1
  102. package/dist/renderers/html/U.svelte +1 -1
  103. package/dist/renderers/html/Ul.svelte +1 -1
  104. package/dist/renderers/html/Var.svelte +1 -1
  105. package/dist/renderers/html/index.js +0 -2
  106. package/dist/utils/markdown-parser.d.ts +28 -3
  107. package/dist/utils/token-cleanup.d.ts +11 -0
  108. package/dist/utils/token-cleanup.js +90 -15
  109. package/package.json +27 -24
  110. package/dist/renderers/html/Object.svelte +0 -12
  111. package/dist/renderers/html/Object.svelte.d.ts +0 -7
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  interface Props {
3
- attributes?: Record<string, any>
3
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
4
4
  }
5
5
 
6
6
  const { attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -1,8 +1,6 @@
1
1
  <script lang="ts">
2
- import type { Snippet } from 'svelte'
3
-
4
2
  interface Props {
5
- attributes?: Record<string, any>
3
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
6
4
  }
7
5
 
8
6
  const { attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -1,8 +1,6 @@
1
1
  <script lang="ts">
2
- import type { Snippet } from 'svelte'
3
-
4
2
  interface Props {
5
- attributes?: Record<string, any>
3
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
6
4
  }
7
5
 
8
6
  const { attributes }: Props = $props()
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  interface Props {
3
- attributes?: Record<string, any>
3
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
4
4
  }
5
5
 
6
6
  const { attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  interface Props {
3
- attributes?: Record<string, any>
3
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
4
4
  }
5
5
 
6
6
  const { attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  interface Props {
3
- attributes?: Record<string, any>
3
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
4
4
  }
5
5
 
6
6
  const { attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()
@@ -3,7 +3,7 @@
3
3
 
4
4
  interface Props {
5
5
  children?: Snippet
6
- attributes?: Record<string, any>
6
+ attributes?: Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any
7
7
  }
8
8
 
9
9
  const { children, attributes }: Props = $props()