@elmethis/qwik 0.0.6 → 0.0.8

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 (202) hide show
  1. package/lib/index.qwik.cjs +1678 -0
  2. package/lib/index.qwik.mjs +1678 -0
  3. package/lib/shikiInstance-BxkUyfqr.cjs +79 -0
  4. package/{src/components/code/shikiInstance.ts → lib/shikiInstance-igs7t2fe.js} +11 -8
  5. package/lib-types/components/code/elm-code-block.d.ts +21 -0
  6. package/lib-types/components/code/elm-code-block.stories.d.ts +9 -0
  7. package/lib-types/components/code/elm-katex.d.ts +15 -0
  8. package/lib-types/components/code/elm-katex.stories.d.ts +8 -0
  9. package/lib-types/components/code/elm-shiki-highlighter.d.ts +11 -0
  10. package/lib-types/components/code/elm-shiki-highlighter.stories.d.ts +6 -0
  11. package/lib-types/components/code/shikiInstance.d.ts +2 -0
  12. package/lib-types/components/containments/elm-toggle.d.ts +7 -0
  13. package/lib-types/components/containments/elm-toggle.stories.d.ts +6 -0
  14. package/lib-types/components/fallback/elm-block-fallback.d.ts +5 -0
  15. package/lib-types/components/fallback/elm-block-fallback.stories.d.ts +6 -0
  16. package/lib-types/components/fallback/elm-rectangle-wave.d.ts +4 -0
  17. package/lib-types/components/fallback/elm-rectangle-wave.stories.d.ts +6 -0
  18. package/lib-types/components/icon/elm-dot-loading-icon.d.ts +14 -0
  19. package/lib-types/components/icon/elm-dot-loading-icon.stories.d.ts +6 -0
  20. package/lib-types/components/icon/elm-inline-icon.d.ts +11 -0
  21. package/lib-types/components/icon/elm-inline-icon.stories.d.ts +6 -0
  22. package/lib-types/components/icon/elm-language-icon.d.ts +14 -0
  23. package/lib-types/components/icon/elm-language-icon.stories.d.ts +6 -0
  24. package/lib-types/components/icon/elm-mdi-icon.d.ts +8 -0
  25. package/lib-types/components/icon/elm-mdi-icon.stories.d.ts +6 -0
  26. package/lib-types/components/icon/languages/bash.d.ts +2 -0
  27. package/lib-types/components/icon/languages/c-plus-plus.d.ts +2 -0
  28. package/lib-types/components/icon/languages/c-sharp.d.ts +2 -0
  29. package/lib-types/components/icon/languages/c.d.ts +2 -0
  30. package/lib-types/components/icon/languages/css.d.ts +2 -0
  31. package/lib-types/components/icon/languages/go.d.ts +2 -0
  32. package/lib-types/components/icon/languages/html.d.ts +2 -0
  33. package/lib-types/components/icon/languages/java.d.ts +2 -0
  34. package/lib-types/components/icon/languages/javascript.d.ts +2 -0
  35. package/lib-types/components/icon/languages/json.d.ts +2 -0
  36. package/lib-types/components/icon/languages/kotlin.d.ts +2 -0
  37. package/lib-types/components/icon/languages/language-interface.d.ts +4 -0
  38. package/lib-types/components/icon/languages/lua.d.ts +2 -0
  39. package/lib-types/components/icon/languages/npm.d.ts +2 -0
  40. package/lib-types/components/icon/languages/python.d.ts +2 -0
  41. package/lib-types/components/icon/languages/rust.d.ts +2 -0
  42. package/lib-types/components/icon/languages/sql.d.ts +2 -0
  43. package/lib-types/components/icon/languages/terraform.d.ts +2 -0
  44. package/lib-types/components/icon/languages/typescript.d.ts +2 -0
  45. package/lib-types/components/media/elm-block-image.d.ts +16 -0
  46. package/lib-types/components/media/elm-block-image.stories.d.ts +12 -0
  47. package/lib-types/components/media/elm-file.d.ts +15 -0
  48. package/lib-types/components/media/elm-file.stories.d.ts +7 -0
  49. package/lib-types/components/navigation/elm-bookmark.d.ts +24 -0
  50. package/lib-types/components/navigation/elm-bookmark.stories.d.ts +12 -0
  51. package/lib-types/components/others/elm-jarkup.d.ts +5 -0
  52. package/lib-types/components/others/elm-jarkup.stories.d.ts +6 -0
  53. package/lib-types/components/table/elm-table-body.d.ts +2 -0
  54. package/lib-types/components/table/elm-table-cell.d.ts +12 -0
  55. package/lib-types/components/table/elm-table-header.d.ts +3 -0
  56. package/lib-types/components/table/elm-table-row.d.ts +2 -0
  57. package/lib-types/components/table/elm-table.d.ts +13 -0
  58. package/lib-types/components/table/elm-table.stories.d.ts +6 -0
  59. package/lib-types/components/typography/elm-block-quote.d.ts +4 -0
  60. package/lib-types/components/typography/elm-block-quote.stories.d.ts +6 -0
  61. package/lib-types/components/typography/elm-callout.d.ts +8 -0
  62. package/lib-types/components/typography/elm-callout.stories.d.ts +10 -0
  63. package/lib-types/components/typography/elm-divider.d.ts +8 -0
  64. package/lib-types/components/typography/elm-divider.stories.d.ts +6 -0
  65. package/lib-types/components/typography/elm-fragment-identifier.d.ts +7 -0
  66. package/lib-types/components/typography/elm-fragment-identifier.stories.d.ts +6 -0
  67. package/lib-types/components/typography/elm-heading.d.ts +6 -0
  68. package/lib-types/components/typography/elm-heading.stories.d.ts +7 -0
  69. package/lib-types/components/typography/elm-inline-text.d.ts +54 -0
  70. package/lib-types/components/typography/elm-inline-text.stories.d.ts +13 -0
  71. package/lib-types/components/typography/elm-list.d.ts +4 -0
  72. package/lib-types/components/typography/elm-list.stories.d.ts +8 -0
  73. package/lib-types/components/typography/elm-paragraph.d.ts +5 -0
  74. package/lib-types/components/typography/elm-paragraph.stories.d.ts +9 -0
  75. package/lib-types/entry.dev.d.ts +2 -0
  76. package/{src/entry.ssr.tsx → lib-types/entry.ssr.d.ts} +2 -9
  77. package/lib-types/hooks/useDelayedSignal.d.ts +6 -0
  78. package/lib-types/hooks/useInView.d.ts +6 -0
  79. package/lib-types/index.d.ts +27 -0
  80. package/lib-types/root.d.ts +2 -0
  81. package/package.json +5 -1
  82. package/.prettierignore +0 -6
  83. package/.storybook/main.ts +0 -23
  84. package/.storybook/preview-head.html +0 -4
  85. package/.storybook/preview.tsx +0 -51
  86. package/.storybook/sb.scss +0 -13
  87. package/.storybook/tsconfig.json +0 -24
  88. package/eslint.config.js +0 -79
  89. package/src/assets/bg1.webp +0 -0
  90. package/src/assets/bg2.webp +0 -0
  91. package/src/assets/images/2.svg +0 -4
  92. package/src/assets/images/lamdscape.svg +0 -4
  93. package/src/assets/images/portrait.svg +0 -4
  94. package/src/assets/images/square.svg +0 -4
  95. package/src/assets/vite.svg +0 -1
  96. package/src/assets/vue.svg +0 -1
  97. package/src/components/code/elm-code-block.module.scss +0 -67
  98. package/src/components/code/elm-code-block.stories.tsx +0 -44
  99. package/src/components/code/elm-code-block.tsx +0 -95
  100. package/src/components/code/elm-katex.stories.tsx +0 -28
  101. package/src/components/code/elm-katex.tsx +0 -34
  102. package/src/components/code/elm-shiki-highlighter.global.scss +0 -18
  103. package/src/components/code/elm-shiki-highlighter.stories.tsx +0 -21
  104. package/src/components/code/elm-shiki-highlighter.tsx +0 -44
  105. package/src/components/code/seed/main.rs +0 -24
  106. package/src/components/containments/elm-toggle.module.scss +0 -132
  107. package/src/components/containments/elm-toggle.stories.tsx +0 -34
  108. package/src/components/containments/elm-toggle.tsx +0 -106
  109. package/src/components/fallback/elm-block-fallback.module.scss +0 -8
  110. package/src/components/fallback/elm-block-fallback.stories.tsx +0 -14
  111. package/src/components/fallback/elm-block-fallback.tsx +0 -20
  112. package/src/components/fallback/elm-rectangle-wave.module.scss +0 -42
  113. package/src/components/fallback/elm-rectangle-wave.stories.tsx +0 -28
  114. package/src/components/fallback/elm-rectangle-wave.tsx +0 -11
  115. package/src/components/icon/elm-dot-loading-icon.module.scss +0 -53
  116. package/src/components/icon/elm-dot-loading-icon.stories.tsx +0 -15
  117. package/src/components/icon/elm-dot-loading-icon.tsx +0 -35
  118. package/src/components/icon/elm-inline-icon.module.scss +0 -21
  119. package/src/components/icon/elm-inline-icon.stories.tsx +0 -16
  120. package/src/components/icon/elm-inline-icon.tsx +0 -25
  121. package/src/components/icon/elm-language-icon.stories.tsx +0 -22
  122. package/src/components/icon/elm-language-icon.tsx +0 -167
  123. package/src/components/icon/elm-mdi-icon.module.scss +0 -8
  124. package/src/components/icon/elm-mdi-icon.stories.tsx +0 -25
  125. package/src/components/icon/elm-mdi-icon.tsx +0 -34
  126. package/src/components/icon/languages/bash.module.scss +0 -6
  127. package/src/components/icon/languages/bash.tsx +0 -27
  128. package/src/components/icon/languages/c-plus-plus.tsx +0 -33
  129. package/src/components/icon/languages/c-sharp.tsx +0 -29
  130. package/src/components/icon/languages/c.tsx +0 -27
  131. package/src/components/icon/languages/css.tsx +0 -21
  132. package/src/components/icon/languages/go.tsx +0 -22
  133. package/src/components/icon/languages/html.tsx +0 -30
  134. package/src/components/icon/languages/java.tsx +0 -37
  135. package/src/components/icon/languages/javascript.tsx +0 -22
  136. package/src/components/icon/languages/json.tsx +0 -53
  137. package/src/components/icon/languages/kotlin.tsx +0 -36
  138. package/src/components/icon/languages/language-interface.ts +0 -4
  139. package/src/components/icon/languages/lua.tsx +0 -29
  140. package/src/components/icon/languages/npm.tsx +0 -25
  141. package/src/components/icon/languages/python.tsx +0 -67
  142. package/src/components/icon/languages/rust.tsx +0 -19
  143. package/src/components/icon/languages/sql.tsx +0 -21
  144. package/src/components/icon/languages/terraform.tsx +0 -31
  145. package/src/components/icon/languages/typescript.tsx +0 -22
  146. package/src/components/media/elm-block-image.module.scss +0 -68
  147. package/src/components/media/elm-block-image.stories.tsx +0 -79
  148. package/src/components/media/elm-block-image.tsx +0 -110
  149. package/src/components/media/elm-file.module.scss +0 -43
  150. package/src/components/media/elm-file.stories.tsx +0 -27
  151. package/src/components/media/elm-file.tsx +0 -75
  152. package/src/components/navigation/elm-bookmark.module.scss +0 -100
  153. package/src/components/navigation/elm-bookmark.stories.tsx +0 -87
  154. package/src/components/navigation/elm-bookmark.tsx +0 -72
  155. package/src/components/others/elm-jarkup.module.scss +0 -26
  156. package/src/components/others/elm-jarkup.stories.tsx +0 -18
  157. package/src/components/others/elm-jarkup.tsx +0 -267
  158. package/src/components/table/elm-table-body.tsx +0 -14
  159. package/src/components/table/elm-table-cell.module.scss +0 -41
  160. package/src/components/table/elm-table-cell.tsx +0 -33
  161. package/src/components/table/elm-table-header.module.scss +0 -8
  162. package/src/components/table/elm-table-header.tsx +0 -21
  163. package/src/components/table/elm-table-row.module.scss +0 -28
  164. package/src/components/table/elm-table-row.tsx +0 -15
  165. package/src/components/table/elm-table.module.scss +0 -29
  166. package/src/components/table/elm-table.stories.tsx +0 -67
  167. package/src/components/table/elm-table.tsx +0 -63
  168. package/src/components/typography/elm-block-quote.module.scss +0 -29
  169. package/src/components/typography/elm-block-quote.stories.tsx +0 -22
  170. package/src/components/typography/elm-block-quote.tsx +0 -34
  171. package/src/components/typography/elm-callout.module.scss +0 -36
  172. package/src/components/typography/elm-callout.stories.tsx +0 -47
  173. package/src/components/typography/elm-callout.tsx +0 -52
  174. package/src/components/typography/elm-divider.module.scss +0 -6
  175. package/src/components/typography/elm-divider.stories.tsx +0 -14
  176. package/src/components/typography/elm-divider.tsx +0 -14
  177. package/src/components/typography/elm-fragment-identifier.module.scss +0 -28
  178. package/src/components/typography/elm-fragment-identifier.stories.tsx +0 -14
  179. package/src/components/typography/elm-fragment-identifier.tsx +0 -31
  180. package/src/components/typography/elm-heading.module.scss +0 -120
  181. package/src/components/typography/elm-heading.stories.tsx +0 -42
  182. package/src/components/typography/elm-heading.tsx +0 -40
  183. package/src/components/typography/elm-inline-text.module.scss +0 -114
  184. package/src/components/typography/elm-inline-text.stories.tsx +0 -70
  185. package/src/components/typography/elm-inline-text.tsx +0 -147
  186. package/src/components/typography/elm-list.global.scss +0 -66
  187. package/src/components/typography/elm-list.stories.tsx +0 -61
  188. package/src/components/typography/elm-list.tsx +0 -39
  189. package/src/components/typography/elm-paragraph.module.scss +0 -21
  190. package/src/components/typography/elm-paragraph.stories.tsx +0 -47
  191. package/src/components/typography/elm-paragraph.tsx +0 -31
  192. package/src/entry.dev.tsx +0 -17
  193. package/src/global.d.ts +0 -13
  194. package/src/hooks/useDelayedSignal.ts +0 -27
  195. package/src/hooks/useInView.tsx +0 -23
  196. package/src/index.ts +0 -113
  197. package/src/root.tsx +0 -13
  198. package/src/styles/text.module.scss +0 -17
  199. package/src/vite-env.d.ts +0 -1
  200. package/tsconfig.json +0 -21
  201. package/vite.config.ts +0 -36
  202. /package/{src/components/table/index.ts → lib-types/components/table/index.d.ts} +0 -0
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!-- Do not edit this file with editors other than draw.io -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg xmlns="http://www.w3.org/2000/svg" style="background: #ffffff; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); color-scheme: light dark;" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="641px" height="641px" viewBox="-0.5 -0.5 641 641" content="&lt;mxfile host=&quot;Electron&quot; agent=&quot;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/27.0.9 Chrome/134.0.6998.205 Electron/35.4.0 Safari/537.36&quot; version=&quot;27.0.9&quot; pages=&quot;4&quot; scale=&quot;1&quot; border=&quot;0&quot;&gt;&#10; &lt;diagram name=&quot;Page-1&quot; id=&quot;z67ghE5tpoUbo9TQlkAv&quot;&gt;&#10; &lt;mxGraphModel dx=&quot;2431&quot; dy=&quot;1414&quot; grid=&quot;1&quot; gridSize=&quot;40&quot; guides=&quot;1&quot; tooltips=&quot;1&quot; connect=&quot;1&quot; arrows=&quot;1&quot; fold=&quot;1&quot; page=&quot;1&quot; pageScale=&quot;1&quot; pageWidth=&quot;850&quot; pageHeight=&quot;1100&quot; math=&quot;0&quot; shadow=&quot;0&quot;&gt;&#10; &lt;root&gt;&#10; &lt;mxCell id=&quot;0&quot; /&gt;&#10; &lt;mxCell id=&quot;1&quot; parent=&quot;0&quot; /&gt;&#10; &lt;mxCell id=&quot;LLsMimslSwelhZ4Xk26W-1&quot; value=&quot;4:1&quot; style=&quot;rounded=0;whiteSpace=wrap;html=1;fontFamily=Noto Sans JP;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DNoto%2BSans%2BJP;strokeColor=#868E9C;fillColor=#868E9C;glass=0;fillOpacity=10;fontSize=24;fontColor=#6C7483;align=center;verticalAlign=middle;autosize=0;resizable=1;dashed=1;&quot; vertex=&quot;1&quot; parent=&quot;1&quot;&gt;&#10; &lt;mxGeometry x=&quot;160&quot; y=&quot;320&quot; width=&quot;640&quot; height=&quot;160&quot; as=&quot;geometry&quot; /&gt;&#10; &lt;/mxCell&gt;&#10; &lt;/root&gt;&#10; &lt;/mxGraphModel&gt;&#10; &lt;/diagram&gt;&#10; &lt;diagram id=&quot;-PprLkcYTLYqinQDwZ5N&quot; name=&quot;Page-2&quot;&gt;&#10; &lt;mxGraphModel dx=&quot;2916&quot; dy=&quot;1202&quot; grid=&quot;1&quot; gridSize=&quot;40&quot; guides=&quot;1&quot; tooltips=&quot;1&quot; connect=&quot;1&quot; arrows=&quot;1&quot; fold=&quot;1&quot; page=&quot;1&quot; pageScale=&quot;1&quot; pageWidth=&quot;850&quot; pageHeight=&quot;1100&quot; math=&quot;0&quot; shadow=&quot;0&quot;&gt;&#10; &lt;root&gt;&#10; &lt;mxCell id=&quot;0&quot; /&gt;&#10; &lt;mxCell id=&quot;1&quot; parent=&quot;0&quot; /&gt;&#10; &lt;mxCell id=&quot;Z2L3h8vFd1dK4mWuRnkG-1&quot; value=&quot;2:1&quot; style=&quot;rounded=0;whiteSpace=wrap;html=1;fontFamily=Noto Sans JP;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DNoto%2BSans%2BJP;strokeColor=#6987b8;fillColor=#6987b8;glass=0;fillOpacity=10;fontSize=24;align=center;verticalAlign=middle;autosize=0;resizable=1;dashed=1;&quot; vertex=&quot;1&quot; parent=&quot;1&quot;&gt;&#10; &lt;mxGeometry x=&quot;-320&quot; y=&quot;320&quot; width=&quot;640&quot; height=&quot;320&quot; as=&quot;geometry&quot; /&gt;&#10; &lt;/mxCell&gt;&#10; &lt;/root&gt;&#10; &lt;/mxGraphModel&gt;&#10; &lt;/diagram&gt;&#10; &lt;diagram id=&quot;Wxh3y3pQJLIp6q9AcVpN&quot; name=&quot;Page-3&quot;&gt;&#10; &lt;mxGraphModel dx=&quot;2066&quot; dy=&quot;1202&quot; grid=&quot;1&quot; gridSize=&quot;40&quot; guides=&quot;1&quot; tooltips=&quot;1&quot; connect=&quot;1&quot; arrows=&quot;1&quot; fold=&quot;1&quot; page=&quot;1&quot; pageScale=&quot;1&quot; pageWidth=&quot;850&quot; pageHeight=&quot;1100&quot; math=&quot;0&quot; shadow=&quot;0&quot;&gt;&#10; &lt;root&gt;&#10; &lt;mxCell id=&quot;0&quot; /&gt;&#10; &lt;mxCell id=&quot;1&quot; parent=&quot;0&quot; /&gt;&#10; &lt;mxCell id=&quot;fTfvVmx4gAZ1Xofcf_Dn-1&quot; value=&quot;1:1&quot; style=&quot;rounded=0;whiteSpace=wrap;html=1;fontFamily=Noto Sans JP;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DNoto%2BSans%2BJP;strokeColor=#59b57c;fillColor=#59b57c;glass=0;fillOpacity=10;fontSize=24;align=center;verticalAlign=middle;autosize=0;resizable=1;dashed=1;&quot; vertex=&quot;1&quot; parent=&quot;1&quot;&gt;&#10; &lt;mxGeometry x=&quot;160&quot; y=&quot;640&quot; width=&quot;640&quot; height=&quot;640&quot; as=&quot;geometry&quot; /&gt;&#10; &lt;/mxCell&gt;&#10; &lt;/root&gt;&#10; &lt;/mxGraphModel&gt;&#10; &lt;/diagram&gt;&#10; &lt;diagram id=&quot;890AqjSPeoP5LiNyOETy&quot; name=&quot;Page-4&quot;&gt;&#10; &lt;mxGraphModel dx=&quot;2066&quot; dy=&quot;1202&quot; grid=&quot;1&quot; gridSize=&quot;40&quot; guides=&quot;1&quot; tooltips=&quot;1&quot; connect=&quot;1&quot; arrows=&quot;1&quot; fold=&quot;1&quot; page=&quot;1&quot; pageScale=&quot;1&quot; pageWidth=&quot;850&quot; pageHeight=&quot;1100&quot; math=&quot;0&quot; shadow=&quot;0&quot;&gt;&#10; &lt;root&gt;&#10; &lt;mxCell id=&quot;0&quot; /&gt;&#10; &lt;mxCell id=&quot;1&quot; parent=&quot;0&quot; /&gt;&#10; &lt;mxCell id=&quot;r4hXXDR8e5pJUzgta42v-1&quot; value=&quot;1:2&quot; style=&quot;rounded=0;whiteSpace=wrap;html=1;fontFamily=Noto Sans JP;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DNoto%2BSans%2BJP;strokeColor=#c9699e;fillColor=#c9699e;glass=0;fillOpacity=10;fontSize=24;align=center;verticalAlign=middle;autosize=0;resizable=1;dashed=1;&quot; vertex=&quot;1&quot; parent=&quot;1&quot;&gt;&#10; &lt;mxGeometry x=&quot;320&quot; y=&quot;320&quot; width=&quot;320&quot; height=&quot;640&quot; as=&quot;geometry&quot; /&gt;&#10; &lt;/mxCell&gt;&#10; &lt;/root&gt;&#10; &lt;/mxGraphModel&gt;&#10; &lt;/diagram&gt;&#10;&lt;/mxfile&gt;&#10;"><defs><style type="text/css">@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");</style><style type="text/css"/></defs><rect fill="#ffffff" width="100%" height="100%" x="0" y="0" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212));"/><g><g data-cell-id="0"><g data-cell-id="1"><g data-cell-id="fTfvVmx4gAZ1Xofcf_Dn-1"><g><rect x="0" y="0" width="640" height="640" fill-opacity="0.1" fill="#59b57c" stroke="#59b57c" stroke-dasharray="3 3" pointer-events="all" style="fill: rgb(89, 181, 124); stroke: rgb(89, 181, 124);"/></g><g><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 638px; height: 1px; padding-top: 320px; margin-left: 1px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; "><div style="display: inline-block; font-size: 24px; font-family: &quot;Noto Sans JP&quot;; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">1:1</div></div></div></foreignObject><image x="1" y="306" width="638" height="35" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACfgAAACMCAYAAAAqL1pZAAAAAXNSR0IArs4c6QAAIABJREFUeF7t3U2o7VUZx/GfL1fKTFKTNEQhEFSoIKUy6lqGCkVWZCYU1cBCdBCVkJFUA6GEMrAXsJlIoyhBBSGNSMtsIDQJKoia2CDoRSoNDK0N90Ke7b3nv/b6n3PXfz+fO7mTtfZZz+fZo8OXe4+LPwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMBwAscN9yIPIkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBCLw8yUgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIDCgj8BlyKJxEgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAYGf7wABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBhQQOA34FI8iQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQICPx8BwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwIACAr8Bl+JJBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBA4Oc7QIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEBhQQ+A24FE8iQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQICP98BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAwoIDAb8CleBIBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEBD4+Q4QIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIEBBQR+Ay7FkwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAgMDPd4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECAwoIPAbcCmeRIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEBH6+AwQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYEABgd+AS/EkAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECAg8PMdIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECAwoI/AZciicRIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAGBn+8AAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAYUEDgN+BSPIkAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECAj8fAcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMCAAgK/AZfiSQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAQODnO0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAYUEPgNuBRPIkCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECAj/fAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgMKCAwG/ApXgSAQIECBAgQIAAAQIECBAgQIDAkAKr36W9Lsn5R3jdL5I8OeTLx3jUCUkuTXLWizzn2SSPJvnrGE/1CgIECBAgQIAAAQIECBAgQIAAAQJjCAj8xtiDVxAgQIAAAQIECBAgQIAAAQIECIwrsPod2muT3JXkzUd55tVJ7h93jGP2slXYd3mSO5NccIRXPJ3kYJInjtkr/WACBAgQIECAAAECBAgQIECAAAECAwoI/AZciicRIECAAAECBAgQIECAAAECBAgMIbAK096U5Ou7hH2HHyvwe+HaDiR5d5KvHCXsO3xD4DfEV94jCBAgQIAAAQIECBAgQIAAAQIERhMQ+I22Ee8hQIAAAQIECBAgQIAAAQIECBA4lgKr35edl+T6JJ9McmbDYwR+ySqKvCjJTUk+muSlE/0EfhOhHCNAgAABAgQIECBAgAABAgQIEKglIPCrtW/TEiBAgAAB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AAECBCYKjBj4rZ6++v3etUm+m+TUF5nlm0k+n+RfE+fcq2MCv72S9bkECBAgQIAAAQIECBAgQIAAAQJbLSDw2+r1Go4AAQIECBAgQIAAAQIECBAgQGAmgVEDv8PjHUhyaZJ3JjkzyWNJHkzyl5nm7/0YgV+voPsECBAgQIAAAQIECBAgQIAAAQIlBQR+JdduaAIECBAgQIAAAQIECBAgQIAAgUaB0QO/xnH2/bjAb9/J/UACBAgQIECAAAECBAgQIECAAIFtEBD4bcMWzUCAAAECBAgQIECAAAECBAgQILDXAgK/PmGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJgGBXxPX2mGBX5+f2wQIECBAgAABAgQIECBAgAABAkUFBH5FF29sAgQIECBAgAABAgQIECBAgACBJoGRA79Tk9yQ5OYkZx6a6rkk9yb5QpLfNk26N4cFfnvj6lMJECBAgAABAgQIECBAgAABAgS2XEDgt+ULNh4BAgQIECBAgAABAgQIECBAgMAsAlMCv1Vkd9csP236h1yY5IdJLjjClWeTXJ/kniTPT//Y2U/uFvit3nZlkodn/8k+kAABAgQIECBAgAABAgQIECBAgMCCBQR+C16epxMgQIAAAQIECBAgQIAAAQIECOybwJTA75Ykt+/bi5Jzkjx0lLjv8FNW/5rf+5Pct49v2/mjdgv8VuevTnL/MXyjH02AAAECBAgQIECAAAECBAgQIEBgOAGB33Ar8SACBAgQIECAAAECBAgQIECAAIEBBUYM/L78v3+V70sTrX6Z5KokT008P/cxgd/coj6PAAECBAgQIECAAAECBAgQIECghIDAr8SaDUmAAAECBAgQIECAAAECBAgQKC9wQpIzkqz+3uTPFUnu3uXibUm+s8GH/yPJPxvvnZbkR0kumXjvP0nekeRnE8/vPHYgyelJjt/w/o1Jbt3l7scO/YuErT/ib0n+3XrJeQIECBAgQIAAAQIECBAgQIAAAQJLEBD4LWFL3kiAAAECBAgQIECAAAECBAgQINArcHaSx5Oc2/tBe3B/k//a98JDsd4qupv654Ykd009vOPcxUkeSXLyhvf38pr/2ncvdX02AQIECBAgQIAAAQIECBAgQIDAMRUQ+B1Tfj+cAAECBAgQIECAAAECBAgQIEBgnwS2LfDbJLjbJCQ8vJ5Nft4+rTYCv/2S9nMIECBAgAABAgQIECBAgAABAgT2XUDgt+/kfiABAgQIECBAgAABAgQIECBAgMAxENi2wO/1SR5N8vIGy88muaPh/P8fFfhtCOcaAQIECBAgQIAAAQIECBAgQIAAgR4BgV+PnrsECBAgQIAAAQIECBAgQIAAAQJLEdi2wO+VSX6a5KKJC3g+yZVJHp54fucxgd+GcK4RIECAAAECBAgQIECAAAECBAgQ6BEQ+PXouUuAAAECBAgQIECAAAECBAgQILAUgW0L/Fa/1/tGkk9NXMCvk1ye5M8Tz+88JvDbEM41AgQIECBAgAABAgQIECBAgAABAj0CAr8ePXcJECBAgAABAgQIECBAgAABAgSWIrBtgd/K/bwkDyU5f5clPJfk2iQ/6FiWwK8Dz1UCBAgQIECAAAECBAgQIECAAAECmwoI/DaVc48AAQIECBAgQIAAAQIECBAgQGBJAtsY+K38L0nyYJLVf9l7pD83J7kjyeq/6d30j8BvUzn3CBAgQIAAAQIECBAgQIAAAQIECHQICPw68FwlQIAAAQIECBAgQIAAAQIECBAgMIDAOYcCvg/ueMtvktyU5Cedcd8AI3oCAQIECBAgQIAAAQIECBAgQIAAgZoCAr+aezc1AQIECBAgQIAAAQIECBAgQIDA9gkcSHJ6kuOTPJPk79s3ookIECBAgAABAgQIECBAgAABAgQI1BIQ+NXat2kJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAYCECAr+FLMozCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQKCWgMCv1r5NS4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQILERD4LWRRnkmAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECtQQEfrX2bVoCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQWIiAwG8hi/JMAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEKglIPCrtW/TEiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMBCBAR+C1mUZxIgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBALQGBX619m5YAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEFiIg8FvIojyTAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBGoJCPxq7du0BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQILAQAYHfQhblmQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQS0DgV2vfpiVAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBhQgI/BayKM8kQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgVoCAr9a+zYtAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECCxEQOC3kEV5JgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUEhD41dq3aQkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEBgIQICv4UsyjMJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoJaAwK/Wvk1LgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgsREPgtZFGeSYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQK1BAR+tfZtWgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBBYiIDAbyGL8kwCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQqCUg8Ku1b9MSIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwEIEBH4LWZRnEiBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEAtAYFfrX2blgABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQWIiDwW8iiPJMAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEagkI/Grt27QECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgsBABgd9CFuWZBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFBLQOBXa9+mJUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGFCAj8FrIozyRAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBWgICv1r7Ni0BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQILERA4LeQRXkmAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECNQSEPjV2rdpCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQGAhAgK/hSzKMwkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgloDAr9a+TUuAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECCxEQ+C1kUZ5JgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABArUEBH619m1aAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEFiIgMBvIYvyTAIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBCoJSDwq7Vv0xIgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAQgQEfgtZlGcSIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAH9JBUkAAAAcUlEQVQCBAgQIECAQC0BgV+tfZuWAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBBYiIPBbyKI8kwABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRqCfwXAmejnBhsLaIAAAAASUVORK5CYII="/></switch></g></g></g></g></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="37.07" height="36" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 198"><path fill="#41B883" d="M204.8 0H256L128 220.8L0 0h97.92L128 51.2L157.44 0h47.36Z"></path><path fill="#41B883" d="m0 0l128 220.8L256 0h-51.2L128 132.48L50.56 0H0Z"></path><path fill="#35495E" d="M50.56 0L128 133.12L204.8 0h-47.36L128 51.2L97.92 0H50.56Z"></path></svg>
@@ -1,67 +0,0 @@
1
- .code-block {
2
- display: grid;
3
- grid-template-rows: 2.75rem 1px 1fr;
4
- grid-template-columns: 2rem 1fr 2.5rem;
5
- grid-template-areas:
6
- "language-icon caption copy-icon"
7
- "divider divider divider"
8
- "code code code";
9
- align-items: center;
10
- justify-content: center;
11
- gap: 0;
12
-
13
- box-sizing: border-box;
14
- width: 100%;
15
- margin: 0;
16
- padding: 0.25rem;
17
- border-radius: 0.25rem;
18
-
19
- background-color: rgba(white, 0.4);
20
- box-shadow: 0 0 0.125rem rgba(#3e434b, 0.3);
21
- [data-theme="dark"] & {
22
- background-color: rgba(#2c3037, 0.9);
23
- box-shadow: 0 0 0.125rem rgba(black, 0.4);
24
- }
25
- }
26
-
27
- .language-icon {
28
- grid-area: language-icon;
29
- padding-inline-start: 0.75rem;
30
- }
31
-
32
- .caption {
33
- grid-area: caption;
34
- padding: 1rem;
35
- font-family: monospace;
36
- }
37
-
38
- .copy-icon {
39
- grid-area: copy-icon;
40
- padding: 0.25rem;
41
- width: 1.25rem;
42
- height: 1.25rem;
43
- border-radius: 0.125rem;
44
-
45
- transition: background-color 100ms;
46
- cursor: pointer;
47
-
48
- &:hover {
49
- background-color: rgba(black, 0.1);
50
- [data-theme="dark"] & {
51
- background-color: rgba(white, 0.1);
52
- }
53
- }
54
- }
55
-
56
- .divider {
57
- grid-area: divider;
58
- width: calc(100% - 1rem);
59
- border: none;
60
- border-bottom: solid 1px rgba(gray, 0.5);
61
- }
62
-
63
- .code {
64
- grid-area: code;
65
- box-sizing: border-box;
66
- padding: 0 1rem;
67
- }
@@ -1,44 +0,0 @@
1
- import type { Meta, StoryObj } from "storybook-framework-qwik";
2
-
3
- import { ElmCodeBlock } from "./elm-code-block";
4
- import { ElmInlineText } from "../typography/elm-inline-text";
5
-
6
- import rustCode from "./seed/main.rs?raw";
7
-
8
- const meta: Meta<typeof ElmCodeBlock> = {
9
- title: "Components/Code/elm-code-block",
10
- component: ElmCodeBlock,
11
- tags: ["autodocs"],
12
- args: {},
13
- };
14
-
15
- export default meta;
16
- type Story = StoryObj<typeof meta>;
17
-
18
- export const Primary: Story = {
19
- args: { code: "const foo = 'bar'", language: "javascript" },
20
- };
21
-
22
- export const Rust: Story = {
23
- args: {
24
- code: rustCode,
25
- language: "rust",
26
- caption: "/workspaces/elmethis/packages/storybook",
27
- },
28
- };
29
-
30
- export const Caption: Story = {
31
- args: { code: rustCode, language: "rust", caption: "src/main.rs" },
32
- };
33
-
34
- export const CaptionSlot: Story = {
35
- args: { code: rustCode, language: "rust" },
36
- render() {
37
- return (
38
- <ElmCodeBlock {...this.args}>
39
- <ElmInlineText text="File:" />
40
- <ElmInlineText text="src/main.rs" code />
41
- </ElmCodeBlock>
42
- );
43
- },
44
- };
@@ -1,95 +0,0 @@
1
- import {
2
- $,
3
- component$,
4
- CSSProperties,
5
- Slot,
6
- useSignal,
7
- } from "@builder.io/qwik";
8
-
9
- import styles from "./elm-code-block.module.scss";
10
-
11
- import { ElmLanguageIcon } from "../icon/elm-language-icon";
12
- import { ElmInlineText } from "../typography/elm-inline-text";
13
- import { ElmShikiHighlighter } from "./elm-shiki-highlighter";
14
-
15
- import {
16
- mdiClipboardMultipleOutline,
17
- mdiClipboardCheckMultipleOutline,
18
- } from "@mdi/js";
19
- import { ElmMdiIcon } from "../icon/elm-mdi-icon";
20
-
21
- export interface ElmCodeBlockProps {
22
- /**
23
- * The code to display.
24
- */
25
- code: string;
26
-
27
- /**
28
- * The language of the code.
29
- */
30
- language?: string;
31
-
32
- /**
33
- * The caption of the code block.
34
- * If not provided, the language will be used.
35
- */
36
- caption?: string;
37
-
38
- /**
39
- * The margin of the code block.
40
- */
41
- margin?: CSSProperties["margin"];
42
- }
43
-
44
- export const ElmCodeBlock = component$<ElmCodeBlockProps>(
45
- ({ code, language = "txt", caption, margin }) => {
46
- const timerId = useSignal<number | null>(null);
47
-
48
- const copyToClipboard = $(async () => {
49
- if (timerId.value !== null) {
50
- window.clearTimeout(timerId.value);
51
- timerId.value = null;
52
- }
53
-
54
- try {
55
- await navigator.clipboard.writeText(code);
56
- timerId.value = window.setTimeout(() => (timerId.value = null), 1500);
57
- } catch (err) {
58
- console.error("Failed to copy: ", err);
59
- }
60
- });
61
-
62
- return (
63
- <figure class={styles["code-block"]} style={{ margin }}>
64
- <span class={styles["language-icon"]}>
65
- <ElmLanguageIcon language={language} />
66
- </span>
67
-
68
- <span class={styles["caption"]}>
69
- <ElmInlineText>
70
- {caption || language}
71
- <Slot />
72
- </ElmInlineText>
73
- </span>
74
-
75
- <div class={styles["copy-icon"]} onClick$={copyToClipboard}>
76
- <ElmMdiIcon
77
- size="1.25rem"
78
- d={
79
- timerId.value !== null
80
- ? mdiClipboardCheckMultipleOutline
81
- : mdiClipboardMultipleOutline
82
- }
83
- color={timerId.value !== null ? "#59b57c" : undefined}
84
- />
85
- </div>
86
-
87
- <hr class={styles["divider"]} />
88
-
89
- <div class={styles["code"]}>
90
- <ElmShikiHighlighter code={code} language={language} />
91
- </div>
92
- </figure>
93
- );
94
- },
95
- );
@@ -1,28 +0,0 @@
1
- import type { Meta, StoryObj } from "storybook-framework-qwik";
2
- import { ElmKatex } from "./elm-katex";
3
-
4
- const meta: Meta<typeof ElmKatex> = {
5
- title: "Components/Code/elm-katex",
6
- component: ElmKatex,
7
- tags: ["autodocs"],
8
- args: {},
9
- };
10
-
11
- export default meta;
12
- type Story = StoryObj<typeof meta>;
13
-
14
- export const Inline: Story = {
15
- args: { expression: "c = pmsqrt{a^2 + b^2}" },
16
- };
17
-
18
- export const Block: Story = {
19
- args: { expression: "c = pmsqrt{a^2 + b^2}", block: true },
20
- };
21
-
22
- export const Complex: Story = {
23
- args: {
24
- expression:
25
- "i\\hbar \\frac{\\partial}{\\partial t} \\Psi(\\mathbf{r}, t) = \\left( -\\frac{\\hbar^2}{2m} \\nabla^2 + V(\\mathbf{r}, t) \\right) \\Psi(\\mathbf{r}, t)",
26
- block: true,
27
- },
28
- };
@@ -1,34 +0,0 @@
1
- import { component$, useComputed$ } from "@builder.io/qwik";
2
-
3
- import textStyle from "../../styles/text.module.scss";
4
-
5
- import { renderToString } from "katex";
6
-
7
- export interface ElmKatexProps {
8
- /**
9
- * The KaTex expression.
10
- */
11
- expression: string;
12
-
13
- /**
14
- * Whether to render the equation in block mode.
15
- * - If `true`, the equation will be rendered in block mode.
16
- * - If `false`, the equation will be rendered in inline mode.
17
- *
18
- * Default is `false`.
19
- */
20
- block?: boolean;
21
- }
22
-
23
- export const ElmKatex = component$<ElmKatexProps>(
24
- ({ expression, block = false }) => {
25
- const html = useComputed$(() =>
26
- renderToString(expression, {
27
- displayMode: block,
28
- output: "mathml",
29
- }),
30
- );
31
-
32
- return <div class={textStyle.text} dangerouslySetInnerHTML={html.value} />;
33
- },
34
- );
@@ -1,18 +0,0 @@
1
- .shiki,
2
- .shiki span {
3
- font-family:
4
- "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace !important;
5
-
6
- *::selection {
7
- background-color: rgba(black, 0.1);
8
-
9
- [data-theme="dark"] & {
10
- background-color: rgba(white, 0.15);
11
- }
12
- }
13
-
14
- [data-theme="dark"] & {
15
- color: var(--shiki-dark) !important;
16
- background-color: var(--shiki-dark-bg) !important;
17
- }
18
- }
@@ -1,21 +0,0 @@
1
- import type { Meta, StoryObj } from "storybook-framework-qwik";
2
- import { ElmShikiHighlighter } from "./elm-shiki-highlighter";
3
-
4
- import code from "./seed/main.rs?raw";
5
-
6
- const meta: Meta<typeof ElmShikiHighlighter> = {
7
- title: "Components/Code/elm-shiki-highlighter",
8
- component: ElmShikiHighlighter,
9
- tags: ["autodocs"],
10
- args: {},
11
- };
12
-
13
- export default meta;
14
- type Story = StoryObj<typeof meta>;
15
-
16
- export const Primary: Story = {
17
- args: {
18
- code: code,
19
- language: "rust",
20
- },
21
- };
@@ -1,44 +0,0 @@
1
- import { component$, useSignal, useTask$ } from "@builder.io/qwik";
2
-
3
- import "./elm-shiki-highlighter.global.scss";
4
-
5
- export interface ElmShikiHighlighterProps {
6
- /**
7
- * The code to display.
8
- */
9
- code: string;
10
-
11
- /**
12
- * The language of the code.
13
- */
14
- language?: string;
15
- }
16
-
17
- export const ElmShikiHighlighter = component$<ElmShikiHighlighterProps>(
18
- ({ code, language = "txt" }) => {
19
- const rawHtml = useSignal("");
20
-
21
- useTask$(async ({ track }) => {
22
- const currentCode = track(() => code);
23
- const currentLang = track(() => language);
24
-
25
- const { getHighlighterSingleton } = await import("./shikiInstance");
26
- const highlighter = await getHighlighterSingleton();
27
-
28
- try {
29
- rawHtml.value = highlighter.codeToHtml(currentCode, {
30
- lang: currentLang,
31
- themes: { dark: "vitesse-dark", light: "vitesse-light" },
32
- colorReplacements: {
33
- "#ffffff": "transparent",
34
- "#121212": "transparent",
35
- },
36
- });
37
- } catch {
38
- rawHtml.value = `<pre>${currentCode.replace(/</g, "&lt;")}</pre>`;
39
- }
40
- });
41
-
42
- return <pre dangerouslySetInnerHTML={rawHtml.value} />;
43
- },
44
- );
@@ -1,24 +0,0 @@
1
- use reqwest::Error;
2
- use serde::{Deserialize, Serialize};
3
-
4
- #[derive(Serialize, Deserialize, Debug)]
5
- struct Post {
6
- #[serde(rename = "userId")]
7
- user_id: u32,
8
- id: u32,
9
- title: String,
10
- body: String,
11
- }
12
-
13
- #[tokio::main]
14
- async fn main() -> Result<(), Error> {
15
- let url = "https://jsonplaceholder.typicode.com/posts";
16
- let response = reqwest::get(url).await?;
17
- let posts: Vec<Post> = response.json().await?;
18
-
19
- for post in posts.iter().take(5) {
20
- println!("ID: {}, Title: {}", post.id, post.title);
21
- }
22
-
23
- Ok(())
24
- }
@@ -1,132 +0,0 @@
1
- .toggle {
2
- margin: 0;
3
- display: grid;
4
- transition: grid 200ms;
5
- overflow: hidden;
6
-
7
- &.toggle-closed {
8
- grid-template-rows: 3.5rem 0fr 0rem;
9
- }
10
-
11
- &.toggle-open {
12
- grid-template-rows: 3.5rem 1fr 3rem;
13
- }
14
- }
15
-
16
- .summary {
17
- box-sizing: border-box;
18
- padding-inline: 1rem;
19
-
20
- display: grid;
21
- grid-template-columns: min-content 1fr min-content;
22
- gap: 1rem;
23
- align-items: center;
24
- cursor: pointer;
25
-
26
- border: 1px solid rgba(black, 0.125);
27
- background-color: rgba(#3e434b, 0.05);
28
-
29
- [data-theme="dark"] & {
30
- border: 1px solid rgba(white, 0.125);
31
- background-color: rgba(#bec2ca, 0.1);
32
- }
33
-
34
- &.summary-open {
35
- border-radius: 0.25rem 0.25rem 0 0;
36
- border-bottom-color: transparent;
37
- }
38
-
39
- &.summary-closed {
40
- border-radius: 0.25rem;
41
- }
42
- }
43
-
44
- .chevron-icon {
45
- transition: transform 200ms;
46
-
47
- &.chevron-icon-open {
48
- transform: rotate(90deg);
49
- }
50
-
51
- &.chevron-icon-closed {
52
- transform: rotate(0deg);
53
- }
54
- }
55
-
56
- .plus-icon {
57
- height: 1rem;
58
- width: 1rem;
59
- transform-origin: center;
60
- transition: transform 200ms;
61
-
62
- &.plus-icon-open {
63
- transform: rotate(135deg);
64
- }
65
-
66
- &.plus-icon-closed {
67
- transform: rotate(0deg);
68
- }
69
- }
70
-
71
- .content {
72
- box-sizing: border-box;
73
- padding: 1rem;
74
- overflow: hidden;
75
- transition: opacity 200ms;
76
-
77
- border: 1px solid rgba(black, 0.125);
78
- border-radius: 0 0 0.25rem 0.25rem;
79
- background-color: rgba(#3e434b, 0.0125);
80
-
81
- [data-theme="dark"] & {
82
- border-color: rgba(white, 0.125);
83
- background-color: rgba(#bec2ca, 0.025);
84
- }
85
-
86
- &.content-open {
87
- opacity: 1;
88
- }
89
-
90
- &.content-closed {
91
- opacity: 0;
92
- }
93
- }
94
-
95
- .footer {
96
- box-sizing: border-box;
97
- margin: 0.25rem 0rem;
98
- padding: 0.5rem;
99
- color: #c56565;
100
- font-family: monospace;
101
- display: flex;
102
- align-items: center;
103
- justify-content: center;
104
- gap: 0.5rem;
105
- user-select: none;
106
- cursor: pointer;
107
- border-radius: 0.25rem;
108
- transition:
109
- opacity 200ms,
110
- background-color 200ms;
111
-
112
- &:hover {
113
- opacity: 0.5;
114
- background-color: rgba(#606875, 0.1);
115
- }
116
-
117
- &.footer-line {
118
- box-sizing: border-box;
119
- margin: 0 0.25rem;
120
- flex-grow: 1;
121
- border: none;
122
- border-bottom: solid 1px rgba(gray, 0.3);
123
- }
124
-
125
- &.footer-cross-icon {
126
- transform: rotate(45deg);
127
- }
128
-
129
- &.footer-chevron-icon {
130
- transform: rotate(-90deg);
131
- }
132
- }
@@ -1,34 +0,0 @@
1
- import type { Meta, StoryObj } from "storybook-framework-qwik";
2
- import { ElmToggle } from "./elm-toggle";
3
- import { ElmHeading } from "../typography/elm-heading";
4
- import { ElmParagraph } from "../typography/elm-paragraph";
5
- import { ElmInlineText } from "../typography/elm-inline-text";
6
-
7
- const meta: Meta<typeof ElmToggle> = {
8
- title: "Components/Containments/elm-toggle",
9
- component: ElmToggle,
10
- tags: ["autodocs"],
11
- args: {},
12
- };
13
-
14
- export default meta;
15
- type Story = StoryObj<typeof meta>;
16
-
17
- export const Primary: Story = {
18
- render() {
19
- return (
20
- <ElmToggle {...this.args}>
21
- <div q:slot="summary">
22
- <ElmInlineText>Click me to toggle</ElmInlineText>
23
- </div>
24
- <div>
25
- <ElmHeading level={2}>Body</ElmHeading>
26
- <ElmParagraph>
27
- This is the body of the toggle. You can put any content here, and it
28
- will be shown or hidden when you click the summary.
29
- </ElmParagraph>
30
- </div>
31
- </ElmToggle>
32
- );
33
- },
34
- };