@elmethis/core 1.0.0-alpha.16 → 1.0.0-alpha.161

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 (385) hide show
  1. package/dist/_virtual/_plugin-vue_export-helper.mjs +10 -0
  2. package/dist/components/badge/ElmBadge.css +11 -0
  3. package/dist/components/{inline/ElmInlineCode.stories.d.ts → badge/ElmBadge.stories.d.ts} +2 -2
  4. package/dist/components/badge/ElmBadge.vue.d.ts +21 -0
  5. package/dist/components/badge/ElmBadge.vue.mjs +10 -0
  6. package/dist/components/badge/ElmBadge.vue2.mjs +33 -0
  7. package/dist/components/badge/ElmBadge.vue3.mjs +14 -0
  8. package/dist/components/badge/ElmTag.css +29 -0
  9. package/dist/components/badge/ElmTag.stories.d.ts +7 -0
  10. package/dist/components/badge/ElmTag.vue.d.ts +14 -0
  11. package/dist/components/badge/ElmTag.vue.mjs +10 -0
  12. package/dist/components/badge/ElmTag.vue2.mjs +39 -0
  13. package/dist/components/badge/ElmTag.vue3.mjs +14 -0
  14. package/dist/components/code/ElmCodeBlock.css +58 -0
  15. package/dist/components/code/ElmCodeBlock.vue.d.ts +8 -1
  16. package/dist/components/code/ElmCodeBlock.vue.mjs +10 -0
  17. package/dist/components/code/ElmCodeBlock.vue2.mjs +86 -0
  18. package/dist/components/code/ElmCodeBlock.vue3.mjs +18 -0
  19. package/dist/components/code/ElmKatex.css +28 -0
  20. package/dist/components/code/ElmKatex.vue.d.ts +3 -1
  21. package/dist/components/code/ElmKatex.vue.mjs +10 -0
  22. package/dist/components/code/ElmKatex.vue2.mjs +62 -0
  23. package/dist/components/code/ElmKatex.vue3.mjs +8 -0
  24. package/dist/components/code/ElmShikiHighlighter.css +4 -0
  25. package/dist/components/code/{ElmPrismHighlighter.stories.d.ts → ElmShikiHighlighter.stories.d.ts} +2 -3
  26. package/dist/components/code/{ElmPrismHighlighter.vue.d.ts → ElmShikiHighlighter.vue.d.ts} +3 -3
  27. package/dist/components/code/ElmShikiHighlighter.vue.mjs +11 -0
  28. package/dist/components/code/ElmShikiHighlighter.vue2.mjs +47 -0
  29. package/dist/components/code/ElmShikiHighlighter.vue3.mjs +8 -0
  30. package/dist/components/code/ElmShikiHighlighter2.css +23 -0
  31. package/dist/components/code/shikiInstance.d.ts +2 -0
  32. package/dist/components/code/shikiInstance.mjs +76 -0
  33. package/dist/components/containments/ElmColumn.css +3 -0
  34. package/dist/components/containments/ElmColumn.vue.d.ts +3 -2
  35. package/dist/components/containments/ElmColumn.vue.mjs +10 -0
  36. package/dist/components/containments/ElmColumn.vue2.mjs +16 -0
  37. package/dist/components/containments/ElmColumn.vue3.mjs +8 -0
  38. package/dist/components/containments/ElmColumnList.css +5 -0
  39. package/dist/components/containments/ElmColumnList.vue.d.ts +3 -2
  40. package/dist/components/containments/ElmColumnList.vue.mjs +10 -0
  41. package/dist/components/containments/ElmColumnList.vue2.mjs +16 -0
  42. package/dist/components/containments/ElmColumnList.vue3.mjs +6 -0
  43. package/dist/components/containments/ElmDesktopWindow.css +27 -0
  44. package/dist/components/containments/ElmDesktopWindow.vue.d.ts +3 -2
  45. package/dist/components/containments/ElmDesktopWindow.vue.mjs +10 -0
  46. package/dist/components/containments/ElmDesktopWindow.vue2.mjs +42 -0
  47. package/dist/components/containments/ElmDesktopWindow.vue3.mjs +14 -0
  48. package/dist/components/containments/ElmModal.css +12 -0
  49. package/dist/components/containments/ElmModal.stories.d.ts +6 -0
  50. package/dist/components/containments/ElmModal.vue.d.ts +35 -0
  51. package/dist/components/containments/ElmModal.vue.mjs +10 -0
  52. package/dist/components/containments/ElmModal.vue2.mjs +44 -0
  53. package/dist/components/containments/ElmModal.vue3.mjs +11 -0
  54. package/dist/components/containments/ElmModal2.css +33 -0
  55. package/dist/components/containments/ElmParallax.css +14 -0
  56. package/dist/components/containments/ElmParallax.vue.mjs +10 -0
  57. package/dist/components/containments/ElmParallax.vue2.mjs +35 -0
  58. package/dist/components/containments/ElmParallax.vue3.mjs +8 -0
  59. package/dist/components/containments/ElmSnackbar.css +56 -0
  60. package/dist/components/containments/ElmSnackbar.stories.d.ts +6 -0
  61. package/dist/components/containments/ElmSnackbar.vue.d.ts +11 -0
  62. package/dist/components/containments/ElmSnackbar.vue.mjs +10 -0
  63. package/dist/components/containments/ElmSnackbar.vue2.mjs +39 -0
  64. package/dist/components/containments/ElmSnackbar.vue3.mjs +14 -0
  65. package/dist/components/containments/ElmSnackbarContainer.css +9 -0
  66. package/dist/components/containments/ElmSnackbarContainer.vue.d.ts +10 -0
  67. package/dist/components/containments/ElmSnackbarContainer.vue.mjs +10 -0
  68. package/dist/components/containments/ElmSnackbarContainer.vue2.mjs +33 -0
  69. package/dist/components/containments/ElmSnackbarContainer.vue3.mjs +7 -0
  70. package/dist/components/containments/ElmSnackbarContainer2.css +20 -0
  71. package/dist/components/containments/ElmToggle.css +13 -0
  72. package/dist/components/containments/ElmToggle.stories.d.ts +1 -0
  73. package/dist/components/containments/ElmToggle.vue.d.ts +13 -6
  74. package/dist/components/containments/ElmToggle.vue.mjs +10 -0
  75. package/dist/components/containments/ElmToggle.vue2.mjs +71 -0
  76. package/dist/components/containments/ElmToggle.vue3.mjs +17 -0
  77. package/dist/components/containments/ElmToggle2.css +43 -0
  78. package/dist/components/containments/ElmTooltip.css +14 -0
  79. package/dist/components/containments/ElmTooltip.vue.d.ts +5 -2
  80. package/dist/components/containments/ElmTooltip.vue.mjs +10 -0
  81. package/dist/components/containments/ElmTooltip.vue2.mjs +49 -0
  82. package/dist/components/containments/ElmTooltip.vue3.mjs +8 -0
  83. package/dist/components/containments/ElmTooltip2.css +15 -0
  84. package/dist/components/containments/useSnackbarState.d.ts +28 -0
  85. package/dist/components/data/ElmMultiProgress.css +23 -0
  86. package/dist/components/data/ElmMultiProgress.stories.d.ts +6 -0
  87. package/dist/components/data/ElmMultiProgress.vue.d.ts +30 -0
  88. package/dist/components/data/ElmMultiProgress.vue.mjs +10 -0
  89. package/dist/components/data/ElmMultiProgress.vue2.mjs +45 -0
  90. package/dist/components/data/ElmMultiProgress.vue3.mjs +11 -0
  91. package/dist/components/data/ElmProgress.css +84 -0
  92. package/dist/components/data/ElmProgress.stories.d.ts +1 -0
  93. package/dist/components/data/ElmProgress.vue.d.ts +6 -1
  94. package/dist/components/data/ElmProgress.vue.mjs +10 -0
  95. package/dist/components/data/ElmProgress.vue2.mjs +53 -0
  96. package/dist/components/data/ElmProgress.vue3.mjs +20 -0
  97. package/dist/components/data/ElmStatusMessage.css +12 -0
  98. package/dist/components/data/ElmStatusMessage.stories.d.ts +9 -0
  99. package/dist/components/data/ElmStatusMessage.vue.d.ts +6 -0
  100. package/dist/components/data/ElmStatusMessage.vue.mjs +10 -0
  101. package/dist/components/data/ElmStatusMessage.vue2.mjs +75 -0
  102. package/dist/components/data/ElmStatusMessage.vue3.mjs +11 -0
  103. package/dist/components/data/ElmStatusMessage2.css +9 -0
  104. package/dist/components/fallback/ElmBlockFallback.css +7 -0
  105. package/dist/components/fallback/ElmBlockFallback.stories.d.ts +6 -0
  106. package/dist/components/fallback/ElmBlockFallback.vue.d.ts +4 -0
  107. package/dist/components/fallback/ElmBlockFallback.vue.mjs +10 -0
  108. package/dist/components/fallback/ElmBlockFallback.vue2.mjs +17 -0
  109. package/dist/components/fallback/ElmBlockFallback.vue3.mjs +6 -0
  110. package/dist/components/fallback/ElmRectangleWave.css +33 -0
  111. package/dist/components/fallback/ElmRectangleWave.vue.d.ts +1 -1
  112. package/dist/components/fallback/ElmRectangleWave.vue.mjs +10 -0
  113. package/dist/components/fallback/ElmRectangleWave.vue2.mjs +15 -0
  114. package/dist/components/fallback/ElmRectangleWave.vue3.mjs +9 -0
  115. package/dist/components/fallback/ElmSpinner.css +25 -0
  116. package/dist/components/fallback/ElmSpinner.stories.d.ts +6 -0
  117. package/dist/components/fallback/ElmSpinner.vue.d.ts +9 -0
  118. package/dist/components/fallback/ElmSpinner.vue.mjs +10 -0
  119. package/dist/components/fallback/ElmSpinner.vue2.mjs +30 -0
  120. package/dist/components/fallback/ElmSpinner.vue3.mjs +12 -0
  121. package/dist/components/form/ElmButton.css +12 -0
  122. package/dist/components/form/ElmButton.stories.d.ts +11 -0
  123. package/dist/components/form/ElmButton.vue.d.ts +41 -0
  124. package/dist/components/form/ElmButton.vue.mjs +10 -0
  125. package/dist/components/form/ElmButton.vue2.mjs +57 -0
  126. package/dist/components/form/ElmButton.vue3.mjs +20 -0
  127. package/dist/components/form/ElmButton2.css +65 -0
  128. package/dist/components/form/ElmCheckbox.css +67 -0
  129. package/dist/components/form/ElmCheckbox.vue.d.ts +16 -6
  130. package/dist/components/form/ElmCheckbox.vue.mjs +10 -0
  131. package/dist/components/form/ElmCheckbox.vue2.mjs +177 -0
  132. package/dist/components/form/ElmCheckbox.vue3.mjs +22 -0
  133. package/dist/components/form/ElmSwitch.css +42 -0
  134. package/dist/components/form/ElmSwitch.stories.d.ts +6 -0
  135. package/dist/components/form/ElmSwitch.vue.d.ts +32 -0
  136. package/dist/components/form/ElmSwitch.vue.mjs +10 -0
  137. package/dist/components/form/ElmSwitch.vue2.mjs +61 -0
  138. package/dist/components/form/ElmSwitch.vue3.mjs +16 -0
  139. package/dist/components/form/ElmTextField.css +163 -0
  140. package/dist/components/form/ElmTextField.stories.d.ts +6 -0
  141. package/dist/components/form/ElmTextField.vue.d.ts +30 -0
  142. package/dist/components/form/ElmTextField.vue.mjs +10 -0
  143. package/dist/components/form/ElmTextField.vue2.mjs +124 -0
  144. package/dist/components/form/ElmTextField.vue3.mjs +34 -0
  145. package/dist/components/form/ElmTotp.css +60 -0
  146. package/dist/components/form/ElmTotp.stories.d.ts +6 -0
  147. package/dist/components/form/ElmTotp.vue.d.ts +12 -0
  148. package/dist/components/form/ElmTotp.vue.mjs +10 -0
  149. package/dist/components/form/ElmTotp.vue2.mjs +102 -0
  150. package/dist/components/form/ElmTotp.vue3.mjs +22 -0
  151. package/dist/components/headings/ElmFragmentIdentifier.css +20 -0
  152. package/dist/components/headings/ElmFragmentIdentifier.stories.d.ts +6 -0
  153. package/dist/components/headings/ElmFragmentIdentifier.vue.d.ts +8 -0
  154. package/dist/components/headings/ElmFragmentIdentifier.vue.mjs +10 -0
  155. package/dist/components/headings/ElmFragmentIdentifier.vue2.mjs +54 -0
  156. package/dist/components/headings/ElmFragmentIdentifier.vue3.mjs +11 -0
  157. package/dist/components/headings/ElmHeading1.css +56 -0
  158. package/dist/components/headings/ElmHeading1.vue.d.ts +9 -1
  159. package/dist/components/headings/ElmHeading1.vue.mjs +10 -0
  160. package/dist/components/headings/ElmHeading1.vue2.mjs +43 -0
  161. package/dist/components/headings/ElmHeading1.vue3.mjs +8 -0
  162. package/dist/components/headings/ElmHeading2.css +72 -0
  163. package/dist/components/headings/ElmHeading2.vue.d.ts +9 -1
  164. package/dist/components/headings/ElmHeading2.vue.mjs +10 -0
  165. package/dist/components/headings/ElmHeading2.vue2.mjs +49 -0
  166. package/dist/components/headings/ElmHeading2.vue3.mjs +11 -0
  167. package/dist/components/headings/ElmHeading3.css +42 -0
  168. package/dist/components/headings/ElmHeading3.vue.d.ts +9 -1
  169. package/dist/components/headings/ElmHeading3.vue.mjs +10 -0
  170. package/dist/components/headings/ElmHeading3.vue2.mjs +39 -0
  171. package/dist/components/headings/ElmHeading3.vue3.mjs +8 -0
  172. package/dist/components/headings/ElmHeading4.css +25 -0
  173. package/dist/components/headings/ElmHeading4.vue.d.ts +6 -0
  174. package/dist/components/headings/ElmHeading4.vue.mjs +10 -0
  175. package/dist/components/headings/ElmHeading4.vue2.mjs +31 -0
  176. package/dist/components/headings/ElmHeading4.vue3.mjs +8 -0
  177. package/dist/components/headings/ElmHeading5.css +25 -0
  178. package/dist/components/headings/ElmHeading5.vue.d.ts +6 -0
  179. package/dist/components/headings/ElmHeading5.vue.mjs +10 -0
  180. package/dist/components/headings/ElmHeading5.vue2.mjs +31 -0
  181. package/dist/components/headings/ElmHeading5.vue3.mjs +8 -0
  182. package/dist/components/headings/ElmHeading6.css +25 -0
  183. package/dist/components/headings/ElmHeading6.vue.d.ts +6 -0
  184. package/dist/components/headings/ElmHeading6.vue.mjs +10 -0
  185. package/dist/components/headings/ElmHeading6.vue2.mjs +31 -0
  186. package/dist/components/headings/ElmHeading6.vue3.mjs +8 -0
  187. package/dist/components/icon/ElmArrowIcon.css +44 -0
  188. package/dist/components/icon/ElmArrowIcon.stories.d.ts +6 -0
  189. package/dist/components/icon/ElmArrowIcon.vue.d.ts +26 -0
  190. package/dist/components/icon/ElmArrowIcon.vue.mjs +10 -0
  191. package/dist/components/icon/ElmArrowIcon.vue2.mjs +31 -0
  192. package/dist/components/icon/ElmArrowIcon.vue3.mjs +17 -0
  193. package/dist/components/icon/ElmBookmarkIcon.css +40 -0
  194. package/dist/components/icon/ElmBookmarkIcon.stories.d.ts +8 -0
  195. package/dist/components/icon/ElmBookmarkIcon.vue.d.ts +7 -0
  196. package/dist/components/icon/ElmBookmarkIcon.vue.mjs +10 -0
  197. package/dist/components/icon/ElmBookmarkIcon.vue2.mjs +45 -0
  198. package/dist/components/icon/ElmBookmarkIcon.vue3.mjs +15 -0
  199. package/dist/components/icon/ElmCubeIcon.css +38 -0
  200. package/dist/components/icon/ElmCubeIcon.vue.d.ts +1 -1
  201. package/dist/components/icon/ElmCubeIcon.vue.mjs +10 -0
  202. package/dist/components/icon/ElmCubeIcon.vue2.mjs +41 -0
  203. package/dist/components/icon/ElmCubeIcon.vue3.mjs +12 -0
  204. package/dist/components/icon/ElmDotLoadingIcon.css +41 -0
  205. package/dist/components/icon/ElmDotLoadingIcon.vue.d.ts +2 -2
  206. package/dist/components/icon/ElmDotLoadingIcon.vue.mjs +10 -0
  207. package/dist/components/icon/ElmDotLoadingIcon.vue2.mjs +28 -0
  208. package/dist/components/icon/ElmDotLoadingIcon.vue3.mjs +14 -0
  209. package/dist/components/icon/ElmLanguageIcon.css +12 -0
  210. package/dist/components/icon/ElmLanguageIcon.vue.d.ts +1 -1
  211. package/dist/components/icon/ElmLanguageIcon.vue.mjs +10 -0
  212. package/dist/components/icon/ElmLanguageIcon.vue2.mjs +148 -0
  213. package/dist/components/icon/ElmLanguageIcon.vue3.mjs +11 -0
  214. package/dist/components/icon/ElmLanguageIcon2.css +9 -0
  215. package/dist/components/icon/ElmLoginIcon.css +16 -0
  216. package/dist/components/icon/ElmLoginIcon.stories.d.ts +6 -0
  217. package/dist/components/icon/ElmLoginIcon.vue.d.ts +18 -0
  218. package/dist/components/icon/ElmLoginIcon.vue.mjs +10 -0
  219. package/dist/components/icon/ElmLoginIcon.vue2.mjs +37 -0
  220. package/dist/components/icon/ElmLoginIcon.vue3.mjs +8 -0
  221. package/dist/components/icon/ElmToggleTheme.css +18 -0
  222. package/dist/components/icon/ElmToggleTheme.vue.mjs +10 -0
  223. package/dist/components/icon/ElmToggleTheme.vue2.mjs +30 -0
  224. package/dist/components/icon/ElmToggleTheme.vue3.mjs +8 -0
  225. package/dist/components/icon/languages/Bash.css +6 -0
  226. package/dist/components/icon/languages/Bash.vue.d.ts +1 -1
  227. package/dist/{Bash-KV1blS97.js → components/icon/languages/Bash.vue.mjs} +20 -15
  228. package/dist/components/icon/languages/Bash.vue2.mjs +8 -0
  229. package/dist/components/icon/languages/{JavaScript.vue.d.ts → Css.vue.d.ts} +1 -1
  230. package/dist/components/icon/languages/Css.vue.mjs +19 -0
  231. package/dist/components/icon/languages/Rust.vue.d.ts +1 -1
  232. package/dist/components/icon/languages/Rust.vue.mjs +17 -0
  233. package/dist/components/inline/ElmInlineIcon.css +32 -0
  234. package/dist/components/inline/ElmInlineIcon.stories.d.ts +6 -0
  235. package/dist/components/inline/ElmInlineIcon.vue.d.ts +6 -0
  236. package/dist/components/inline/ElmInlineIcon.vue.mjs +10 -0
  237. package/dist/components/inline/ElmInlineIcon.vue2.mjs +21 -0
  238. package/dist/components/inline/ElmInlineIcon.vue3.mjs +8 -0
  239. package/dist/components/inline/ElmInlineLink.css +36 -0
  240. package/dist/components/inline/ElmInlineLink.vue.d.ts +1 -1
  241. package/dist/components/inline/ElmInlineLink.vue.mjs +10 -0
  242. package/dist/components/inline/ElmInlineLink.vue2.mjs +53 -0
  243. package/dist/components/inline/ElmInlineLink.vue3.mjs +11 -0
  244. package/dist/components/inline/ElmInlineRuby.vue.d.ts +1 -1
  245. package/dist/components/inline/ElmInlineRuby.vue.mjs +29 -0
  246. package/dist/components/inline/ElmInlineRuby.vue2.mjs +4 -0
  247. package/dist/components/inline/ElmInlineText.css +41 -0
  248. package/dist/components/inline/ElmInlineText.stories.d.ts +1 -0
  249. package/dist/components/inline/ElmInlineText.vue.d.ts +10 -1
  250. package/dist/components/inline/ElmInlineText.vue.mjs +10 -0
  251. package/dist/components/inline/ElmInlineText.vue2.mjs +57 -0
  252. package/dist/components/inline/ElmInlineText.vue3.mjs +11 -0
  253. package/dist/components/inline/ElmTypingAnimation.stories.d.ts +6 -0
  254. package/dist/components/inline/ElmTypingAnimation.vue.d.ts +21 -0
  255. package/dist/components/jsonschema/ElmChildContainer.stories.d.ts +6 -0
  256. package/dist/components/jsonschema/ElmChildContainer.vue.d.ts +21 -0
  257. package/dist/components/jsonschema/ElmFieldAttribute.stories.d.ts +6 -0
  258. package/dist/components/jsonschema/ElmFieldAttribute.vue.d.ts +7 -0
  259. package/dist/components/jsonschema/ElmFieldType.stories.d.ts +7 -0
  260. package/dist/components/jsonschema/ElmFieldType.vue.d.ts +8 -0
  261. package/dist/components/jsonschema/ElmJsonSchema.stories.d.ts +7 -0
  262. package/dist/components/jsonschema/ElmJsonSchema.vue.d.ts +7 -0
  263. package/dist/components/media/ElmFile.css +52 -0
  264. package/dist/components/media/ElmFile.vue.d.ts +6 -1
  265. package/dist/components/media/ElmFile.vue.mjs +10 -0
  266. package/dist/components/media/ElmFile.vue2.mjs +77 -0
  267. package/dist/components/media/ElmFile.vue3.mjs +14 -0
  268. package/dist/components/media/ElmImage.css +12 -0
  269. package/dist/components/media/ElmImage.stories.d.ts +1 -0
  270. package/dist/components/media/ElmImage.vue.d.ts +5 -0
  271. package/dist/components/media/ElmImage.vue.mjs +10 -0
  272. package/dist/components/media/ElmImage.vue2.mjs +91 -0
  273. package/dist/components/media/ElmImage.vue3.mjs +18 -0
  274. package/dist/components/media/ElmImage2.css +51 -0
  275. package/dist/components/navigation/ElmBookmark.css +104 -0
  276. package/dist/components/navigation/ElmBookmark.stories.d.ts +2 -0
  277. package/dist/components/navigation/ElmBookmark.vue.d.ts +13 -9
  278. package/dist/components/navigation/ElmBookmark.vue.mjs +10 -0
  279. package/dist/components/navigation/ElmBookmark.vue2.mjs +115 -0
  280. package/dist/components/navigation/ElmBookmark.vue3.mjs +32 -0
  281. package/dist/components/navigation/ElmBreadcrumb.css +46 -0
  282. package/dist/components/navigation/ElmBreadcrumb.vue.d.ts +3 -1
  283. package/dist/components/navigation/ElmBreadcrumb.vue.mjs +10 -0
  284. package/dist/components/navigation/ElmBreadcrumb.vue2.mjs +63 -0
  285. package/dist/components/navigation/ElmBreadcrumb.vue3.mjs +18 -0
  286. package/dist/components/navigation/ElmPagetop.css +105 -0
  287. package/dist/components/navigation/ElmPagetop.vue.d.ts +1 -1
  288. package/dist/components/navigation/ElmPagetop.vue.mjs +10 -0
  289. package/dist/components/navigation/ElmPagetop.vue2.mjs +51 -0
  290. package/dist/components/navigation/ElmPagetop.vue3.mjs +18 -0
  291. package/dist/components/navigation/ElmTableOfContents.css +33 -0
  292. package/dist/components/navigation/ElmTableOfContents.vue.d.ts +1 -1
  293. package/dist/components/navigation/ElmTableOfContents.vue.mjs +10 -0
  294. package/dist/components/navigation/ElmTableOfContents.vue2.mjs +43 -0
  295. package/dist/components/navigation/ElmTableOfContents.vue3.mjs +14 -0
  296. package/dist/components/others/ElmColorSample.css +12 -0
  297. package/dist/components/others/ElmColorSample.stories.d.ts +6 -0
  298. package/dist/components/others/ElmColorSample.vue.d.ts +8 -0
  299. package/dist/components/others/ElmColorSample.vue.mjs +10 -0
  300. package/dist/components/others/ElmColorSample.vue2.mjs +72 -0
  301. package/dist/components/others/ElmColorSample.vue3.mjs +9 -0
  302. package/dist/components/others/ElmColorSample2.css +34 -0
  303. package/dist/components/others/ElmColorTable.css +26 -0
  304. package/dist/components/others/ElmColorTable.stories.d.ts +6 -0
  305. package/dist/components/others/ElmColorTable.vue.d.ts +11 -0
  306. package/dist/components/others/ElmColorTable.vue.mjs +10 -0
  307. package/dist/components/others/ElmColorTable.vue2.mjs +45 -0
  308. package/dist/components/others/ElmColorTable.vue3.mjs +10 -0
  309. package/dist/components/others/ElmTemplate.stories.d.ts +6 -0
  310. package/dist/components/others/ElmTyping.vue.d.ts +4 -0
  311. package/dist/components/renderer/ElmJsonRenderer.stories.d.ts +1 -0
  312. package/dist/components/renderer/ElmJsonRenderer.vue.d.ts +39 -8
  313. package/dist/components/renderer/ElmJsonRenderer.vue.mjs +98 -0
  314. package/dist/components/renderer/ElmJsonRenderer.vue2.mjs +4 -0
  315. package/dist/components/renderer/ElmJsonRendererAsync.vue.d.ts +3 -0
  316. package/dist/components/renderer/ElmJsonRendererAsync.vue.mjs +24 -0
  317. package/dist/components/renderer/ElmJsonRendererAsync.vue2.mjs +4 -0
  318. package/dist/components/table/ElmTable.css +6 -0
  319. package/dist/components/table/ElmTable.vue.d.ts +8 -2
  320. package/dist/components/table/ElmTable.vue.mjs +6 -0
  321. package/dist/components/table/ElmTable.vue2.mjs +22 -0
  322. package/dist/components/table/ElmTableBody.css +48 -0
  323. package/dist/components/table/ElmTableBody.vue.d.ts +3 -2
  324. package/dist/components/table/ElmTableBody.vue.mjs +15 -0
  325. package/dist/components/table/ElmTableBody.vue3.mjs +5 -0
  326. package/dist/components/table/ElmTableCell.css +16 -0
  327. package/dist/components/table/ElmTableCell.vue.d.ts +2 -1
  328. package/dist/components/table/ElmTableCell.vue.mjs +6 -0
  329. package/dist/components/table/ElmTableCell.vue2.mjs +22 -0
  330. package/dist/components/table/ElmTableHeader.css +40 -0
  331. package/dist/components/table/ElmTableHeader.vue.d.ts +3 -2
  332. package/dist/components/table/ElmTableHeader.vue.mjs +15 -0
  333. package/dist/components/table/ElmTableHeader.vue3.mjs +5 -0
  334. package/dist/components/table/ElmTableRow.vue.d.ts +3 -2
  335. package/dist/components/table/ElmTableRow.vue.mjs +14 -0
  336. package/dist/components/table/ElmTableRow.vue2.mjs +4 -0
  337. package/dist/components/template/ElmTemplate.vue.d.ts +1 -1
  338. package/dist/components/typography/ElmBlockQuote.css +12 -0
  339. package/dist/components/typography/ElmBlockQuote.vue.d.ts +5 -2
  340. package/dist/components/typography/ElmBlockQuote.vue.mjs +10 -0
  341. package/dist/components/typography/ElmBlockQuote.vue2.mjs +27 -0
  342. package/dist/components/typography/ElmBlockQuote.vue3.mjs +8 -0
  343. package/dist/components/typography/ElmBulletedList.css +21 -0
  344. package/dist/components/typography/ElmBulletedList.vue.d.ts +5 -2
  345. package/dist/components/typography/ElmBulletedList.vue.mjs +27 -0
  346. package/dist/components/typography/ElmBulletedList.vue3.mjs +5 -0
  347. package/dist/components/typography/ElmCallout.css +33 -0
  348. package/dist/components/typography/ElmCallout.vue.d.ts +5 -2
  349. package/dist/components/typography/ElmCallout.vue.mjs +10 -0
  350. package/dist/components/typography/ElmCallout.vue2.mjs +57 -0
  351. package/dist/components/typography/ElmCallout.vue3.mjs +14 -0
  352. package/dist/components/typography/ElmDivider.css +40 -0
  353. package/dist/components/typography/ElmDivider.vue.d.ts +8 -1
  354. package/dist/components/typography/ElmDivider.vue.mjs +10 -0
  355. package/dist/components/typography/ElmDivider.vue2.mjs +29 -0
  356. package/dist/components/typography/ElmDivider.vue3.mjs +8 -0
  357. package/dist/components/typography/ElmListItem.css +3 -0
  358. package/dist/components/typography/ElmListItem.vue.d.ts +3 -2
  359. package/dist/components/typography/ElmListItem.vue.mjs +10 -0
  360. package/dist/components/typography/ElmListItem.vue2.mjs +16 -0
  361. package/dist/components/typography/ElmListItem.vue3.mjs +8 -0
  362. package/dist/components/typography/ElmNumberedList.css +26 -0
  363. package/dist/components/typography/ElmNumberedList.vue.d.ts +5 -2
  364. package/dist/components/typography/ElmNumberedList.vue.mjs +27 -0
  365. package/dist/components/typography/ElmNumberedList.vue3.mjs +5 -0
  366. package/dist/components/typography/ElmParagraph.css +25 -0
  367. package/dist/components/typography/ElmParagraph.vue.d.ts +5 -2
  368. package/dist/components/typography/ElmParagraph.vue.mjs +10 -0
  369. package/dist/components/typography/ElmParagraph.vue2.mjs +27 -0
  370. package/dist/components/typography/ElmParagraph.vue3.mjs +8 -0
  371. package/dist/hooks/useElmethisTheme.d.ts +4 -0
  372. package/dist/hooks/useElmethisTheme.mjs +43 -0
  373. package/dist/hooks/useTyping.d.ts +17 -0
  374. package/dist/index.d.ts +125 -45
  375. package/dist/index.mjs +132 -0
  376. package/dist/node_modules/.pnpm/katex@0.16.21/node_modules/katex/dist/katex.min.css +1 -0
  377. package/package.json +38 -30
  378. package/dist/JavaScript-u46IG0c4.js +0 -22
  379. package/dist/Rust-Dg96oGSm.js +0 -16
  380. package/dist/TypeScript-SVZmAXrW.js +0 -22
  381. package/dist/components/icon/languages/TypeScript.vue.d.ts +0 -2
  382. package/dist/components/inline/ElmInlineCode.vue.d.ts +0 -15
  383. package/dist/elmethis.js +0 -47
  384. package/dist/elmethis.umd.cjs +0 -419
  385. package/dist/index-KH8UFSIm.js +0 -16258
@@ -0,0 +1,105 @@
1
+ ._wrapper_q0z76_1 {
2
+ --const-margin: 1rem;
3
+ z-index: 50;
4
+ -webkit-tap-highlight-color: transparent;
5
+ display: block;
6
+ position: fixed;
7
+ bottom: 0;
8
+ margin: 1rem 0.5rem;
9
+ margin: var(--const-margin) 0.5rem;
10
+ width: var(--size);
11
+ height: var(--size);
12
+ left: auto;
13
+ left: var(--left, auto);
14
+ right: auto;
15
+ right: var(---right, auto);
16
+ opacity: 1;
17
+ cursor: pointer;
18
+ -webkit-tap-highlight-color: transparent;
19
+ transition: transform 700ms, opacity 400ms;
20
+ transform-origin: 50% 50%;
21
+ transform: translateY(250%) rotate(180deg);
22
+ }
23
+ ._wrapper--visible_q0z76_20 {
24
+ transition: transform 700ms, opacity 200ms;
25
+ transform: translateY(0%) rotate(0deg);
26
+ }
27
+ ._wrapper_q0z76_1:hover {
28
+ opacity: 0.8;
29
+ }
30
+ ._wrapper_q0z76_1:active {
31
+ opacity: 0.4;
32
+ }
33
+ @keyframes _move_q0z76_1 {
34
+ 0% {
35
+ opacity: 0;
36
+ transform: translateY(600%);
37
+ }
38
+ 25% {
39
+ opacity: 1;
40
+ transform: translateY(220%);
41
+ }
42
+ 42% {
43
+ opacity: 1;
44
+ transform: translateY(200%);
45
+ }
46
+ 67% {
47
+ opacity: 1;
48
+ transform: translateY(0%);
49
+ }
50
+ 100% {
51
+ opacity: 0;
52
+ transform: translateY(-50%) scale(0.5);
53
+ }
54
+ }
55
+ ._wrapper_q0z76_1 ._partial_q0z76_52 {
56
+ position: absolute;
57
+ width: var(--size);
58
+ height: 20px;
59
+ opacity: 0;
60
+ transform: scale3d(0.5, 0.5, 0.5);
61
+ animation: _move_q0z76_1 3000ms ease-out infinite;
62
+ }
63
+ ._wrapper_q0z76_1 ._partial_q0z76_52:nth-of-type(1) {
64
+ animation: _move_q0z76_1 3000ms ease-out 1000ms infinite;
65
+ }
66
+ ._wrapper_q0z76_1 ._partial_q0z76_52:nth-of-type(2) {
67
+ animation: _move_q0z76_1 3000ms ease-out 2000ms infinite;
68
+ }
69
+ ._wrapper_q0z76_1 ._partial_q0z76_52:before, ._wrapper_q0z76_1 ._partial_q0z76_52:after {
70
+ content: "";
71
+ position: absolute;
72
+ top: 0;
73
+ height: 100%;
74
+ width: 50%;
75
+ background-color: rgba(0, 0, 0, 0.7);
76
+ }
77
+ [data-theme=dark] ._wrapper_q0z76_1 ._partial_q0z76_52:before, [data-theme=dark] ._wrapper_q0z76_1 ._partial_q0z76_52:after {
78
+ background-color: rgba(255, 255, 255, 0.7);
79
+ }
80
+ ._wrapper_q0z76_1 ._partial_q0z76_52:before {
81
+ left: 0;
82
+ transform: skew(0deg, -30deg);
83
+ }
84
+ ._wrapper_q0z76_1 ._partial_q0z76_52:after {
85
+ right: 0;
86
+ transform: skew(0deg, 30deg);
87
+ }
88
+ ._wrapper_q0z76_1 ._text_q0z76_85 {
89
+ transition: opacity 200ms ease 400ms;
90
+ width: 100%;
91
+ text-align: center;
92
+ font-family: sans-serif;
93
+ position: absolute;
94
+ z-index: 50;
95
+ bottom: calc(0px - var(--const-margin));
96
+ font-size: 12px;
97
+ white-space: nowrap;
98
+ -webkit-user-select: none;
99
+ -moz-user-select: none;
100
+ user-select: none;
101
+ color: rgba(0, 0, 0, 0.7);
102
+ }
103
+ [data-theme=dark] ._wrapper_q0z76_1 ._text_q0z76_85 {
104
+ color: rgba(255, 255, 255, 0.7);
105
+ }
@@ -6,5 +6,5 @@ export interface ElmPagetopProps {
6
6
  }
7
7
  declare const _default: import('vue').DefineComponent<ElmPagetopProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmPagetopProps> & Readonly<{}>, {
8
8
  position: "left" | "right";
9
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
10
10
  export default _default;
@@ -0,0 +1,10 @@
1
+ import _sfc_main from "./ElmPagetop.vue2.mjs";
2
+ import style0 from "./ElmPagetop.vue3.mjs";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const cssModules = {
5
+ "$style": style0
6
+ };
7
+ const ElmPagetop = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
8
+ export {
9
+ ElmPagetop as default
10
+ };
@@ -0,0 +1,51 @@
1
+ import { defineComponent, ref, watch, createElementBlock, openBlock, normalizeStyle, normalizeClass, createElementVNode } from "vue";
2
+ import { useWindowScroll } from "@vueuse/core";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "ElmPagetop",
5
+ props: {
6
+ position: { default: "right" }
7
+ },
8
+ setup(__props) {
9
+ const isVisible = ref(false);
10
+ const { y } = useWindowScroll();
11
+ watch(
12
+ () => y.value,
13
+ () => {
14
+ isVisible.value = y.value > 100;
15
+ }
16
+ );
17
+ const toTop = () => {
18
+ window.scrollTo({ top: 0, behavior: "smooth" });
19
+ };
20
+ return (_ctx, _cache) => {
21
+ return openBlock(), createElementBlock("nav", {
22
+ class: normalizeClass([_ctx.$style.wrapper, { [_ctx.$style["wrapper--visible"]]: isVisible.value }]),
23
+ style: normalizeStyle({
24
+ "--size": `${64}px`,
25
+ left: _ctx.position === "left" ? "0" : "auto",
26
+ right: _ctx.position === "right" ? "0" : "auto"
27
+ }),
28
+ onClick: toTop
29
+ }, [
30
+ createElementVNode("div", {
31
+ "aria-hidden": "",
32
+ class: normalizeClass(_ctx.$style.partial)
33
+ }, null, 2),
34
+ createElementVNode("div", {
35
+ "aria-hidden": "",
36
+ class: normalizeClass(_ctx.$style.partial)
37
+ }, null, 2),
38
+ createElementVNode("div", {
39
+ "aria-hidden": "",
40
+ class: normalizeClass(_ctx.$style.partial)
41
+ }, null, 2),
42
+ createElementVNode("span", {
43
+ class: normalizeClass(_ctx.$style.text)
44
+ }, "Back to Top", 2)
45
+ ], 6);
46
+ };
47
+ }
48
+ });
49
+ export {
50
+ _sfc_main as default
51
+ };
@@ -0,0 +1,18 @@
1
+ const wrapper = "_wrapper_q0z76_1";
2
+ const partial = "_partial_q0z76_52";
3
+ const move = "_move_q0z76_1";
4
+ const text = "_text_q0z76_85";
5
+ const style0 = {
6
+ wrapper,
7
+ "wrapper--visible": "_wrapper--visible_q0z76_20",
8
+ partial,
9
+ move,
10
+ text
11
+ };
12
+ export {
13
+ style0 as default,
14
+ move,
15
+ partial,
16
+ text,
17
+ wrapper
18
+ };
@@ -0,0 +1,33 @@
1
+ ._toc_gvfxl_1 {
2
+ box-sizing: border-box;
3
+ display: flex;
4
+ flex-direction: column;
5
+ padding-left: 0.5rem;
6
+ border-left-style: solid;
7
+ border-left-width: 0.25rem;
8
+ border-left-color: rgba(0, 0, 0, 0.1);
9
+ }
10
+ [data-theme=dark] ._toc_gvfxl_1 {
11
+ border-left-color: rgba(255, 255, 255, 0.15);
12
+ }
13
+ ._toc_gvfxl_1 ._link_gvfxl_13 {
14
+ all: unset;
15
+ box-sizing: border-box;
16
+ display: flex;
17
+ justify-content: flex-start;
18
+ gap: 0.5rem;
19
+ border-radius: 0.25rem;
20
+ padding: 0.25rem;
21
+ padding-left: 0.25rem;
22
+ padding-left: var(--padding-left, 0.25rem);
23
+ transition: background-color 200ms;
24
+ cursor: pointer;
25
+ }
26
+ ._toc_gvfxl_1 ._link_gvfxl_13:hover {
27
+ background-color: rgba(105, 135, 184, 0.2);
28
+ }
29
+ ._toc_gvfxl_1 ._link_gvfxl_13 ._icon_gvfxl_28 {
30
+ width: 12px;
31
+ height: 12px;
32
+ color: #6987b8;
33
+ }
@@ -5,5 +5,5 @@ export interface ElmTableOfContentsProps {
5
5
  id?: string;
6
6
  }>;
7
7
  }
8
- declare const _default: import('vue').DefineComponent<ElmTableOfContentsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmTableOfContentsProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ declare const _default: import('vue').DefineComponent<ElmTableOfContentsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmTableOfContentsProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
9
9
  export default _default;
@@ -0,0 +1,10 @@
1
+ import _sfc_main from "./ElmTableOfContents.vue2.mjs";
2
+ import style0 from "./ElmTableOfContents.vue3.mjs";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const cssModules = {
5
+ "$style": style0
6
+ };
7
+ const ElmTableOfContents = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
8
+ export {
9
+ ElmTableOfContents as default
10
+ };
@@ -0,0 +1,43 @@
1
+ import { defineComponent, createElementBlock, openBlock, normalizeClass, Fragment, renderList, normalizeStyle, createElementVNode, createVNode, unref } from "vue";
2
+ import { Icon } from "@iconify/vue";
3
+ import ElmInlineText from "../inline/ElmInlineText.vue.mjs";
4
+ const _hoisted_1 = ["href"];
5
+ const _sfc_main = /* @__PURE__ */ defineComponent({
6
+ __name: "ElmTableOfContents",
7
+ props: {
8
+ headings: {}
9
+ },
10
+ setup(__props) {
11
+ return (_ctx, _cache) => {
12
+ return openBlock(), createElementBlock("nav", {
13
+ class: normalizeClass(_ctx.$style.toc)
14
+ }, [
15
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.headings, (heading) => {
16
+ return openBlock(), createElementBlock("a", {
17
+ class: normalizeClass(_ctx.$style.link),
18
+ href: `#${heading.id ?? heading.text}`,
19
+ style: normalizeStyle({ "--padding-left": `${heading.level * 0.5}rem` })
20
+ }, [
21
+ createElementVNode("sup", null, [
22
+ createVNode(ElmInlineText, {
23
+ text: `H${heading.level}`,
24
+ size: "0.6rem",
25
+ color: "#6987b8"
26
+ }, null, 8, ["text"])
27
+ ]),
28
+ createVNode(ElmInlineText, {
29
+ text: heading.text
30
+ }, null, 8, ["text"]),
31
+ createVNode(unref(Icon), {
32
+ icon: "heroicons:bars-arrow-down",
33
+ class: normalizeClass(_ctx.$style.icon)
34
+ }, null, 8, ["class"])
35
+ ], 14, _hoisted_1);
36
+ }), 256))
37
+ ], 2);
38
+ };
39
+ }
40
+ });
41
+ export {
42
+ _sfc_main as default
43
+ };
@@ -0,0 +1,14 @@
1
+ const toc = "_toc_gvfxl_1";
2
+ const link = "_link_gvfxl_13";
3
+ const icon = "_icon_gvfxl_28";
4
+ const style0 = {
5
+ toc,
6
+ link,
7
+ icon
8
+ };
9
+ export {
10
+ style0 as default,
11
+ icon,
12
+ link,
13
+ toc
14
+ };
@@ -0,0 +1,12 @@
1
+ .v-enter-to[data-v-9606dccc],
2
+ .v-leave-from[data-v-9606dccc] {
3
+ opacity: 1;
4
+ }
5
+ .v-enter-active[data-v-9606dccc],
6
+ .v-leave-active[data-v-9606dccc] {
7
+ transition: opacity 300ms;
8
+ }
9
+ .v-enter-from[data-v-9606dccc],
10
+ .v-leave-to[data-v-9606dccc] {
11
+ opacity: 0;
12
+ }
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmColorSample } from './ElmColorSample.vue';
3
+ declare const meta: Meta<typeof ElmColorSample>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,8 @@
1
+ export interface ElmColorSampleProps {
2
+ /**
3
+ * The color to display.
4
+ */
5
+ color: string;
6
+ }
7
+ declare const _default: import('vue').DefineComponent<ElmColorSampleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmColorSampleProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
8
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import _sfc_main from "./ElmColorSample.vue2.mjs";
2
+ import style0 from "./ElmColorSample.vue3.mjs";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const cssModules = {
5
+ "$style": style0
6
+ };
7
+ const ElmColorSample = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules], ["__scopeId", "data-v-9606dccc"]]);
8
+ export {
9
+ ElmColorSample as default
10
+ };
@@ -0,0 +1,72 @@
1
+ import { defineComponent, createElementBlock, openBlock, normalizeStyle, createVNode, withCtx, createElementVNode, unref, normalizeClass, toDisplayString, Transition, createBlock, createCommentVNode } from "vue";
2
+ import { parseToRgb, parseToHsl, rgbToColorString } from "polished";
3
+ import ElmTooltip from "../containments/ElmTooltip.vue.mjs";
4
+ import { useClipboard } from "@vueuse/core";
5
+ import { Icon } from "@iconify/vue";
6
+ const _sfc_main = /* @__PURE__ */ defineComponent({
7
+ __name: "ElmColorSample",
8
+ props: {
9
+ color: {}
10
+ },
11
+ setup(__props) {
12
+ const props = __props;
13
+ const { blue, green, red } = parseToRgb(props.color);
14
+ const { hue, saturation, lightness } = parseToHsl(props.color);
15
+ const hex = rgbToColorString(parseToRgb(props.color));
16
+ const rgb = `rgb(${red}, ${green}, ${blue})`;
17
+ const hsl = `hsl(${Math.floor(hue)}, ${Math.floor(saturation * 100)}%, ${Math.floor(lightness * 100)}%)`;
18
+ const { copy, copied } = useClipboard();
19
+ return (_ctx, _cache) => {
20
+ return openBlock(), createElementBlock("div", {
21
+ style: normalizeStyle({ "--color": _ctx.color })
22
+ }, [
23
+ createVNode(ElmTooltip, null, {
24
+ original: withCtx(() => [
25
+ createElementVNode("div", {
26
+ class: normalizeClass(_ctx.$style["color-bg"]),
27
+ style: normalizeStyle({
28
+ "--background-color": _ctx.color
29
+ }),
30
+ onClick: _cache[0] || (_cache[0] = ($event) => unref(copy)(unref(hex)))
31
+ }, [
32
+ createVNode(Transition, null, {
33
+ default: withCtx(() => [
34
+ unref(copied) ? (openBlock(), createBlock(unref(Icon), {
35
+ key: 0,
36
+ icon: "heroicons:check",
37
+ style: { color: "white" },
38
+ width: "16",
39
+ height: "16"
40
+ })) : createCommentVNode("", true)
41
+ ]),
42
+ _: 1
43
+ })
44
+ ], 6),
45
+ createElementVNode("div", {
46
+ class: normalizeClass(_ctx.$style.text),
47
+ onClick: _cache[1] || (_cache[1] = ($event) => unref(copy)(unref(hex)))
48
+ }, toDisplayString(unref(hex)), 3)
49
+ ]),
50
+ tooltip: withCtx(() => [
51
+ createElementVNode("div", {
52
+ class: normalizeClass(_ctx.$style.text),
53
+ onClick: _cache[2] || (_cache[2] = ($event) => unref(copy)(unref(hex)))
54
+ }, toDisplayString(unref(hex)), 3),
55
+ createElementVNode("div", {
56
+ class: normalizeClass(_ctx.$style.text),
57
+ onClick: _cache[3] || (_cache[3] = ($event) => unref(copy)(rgb))
58
+ }, toDisplayString(rgb), 2),
59
+ createElementVNode("div", {
60
+ class: normalizeClass(_ctx.$style.text),
61
+ onClick: _cache[4] || (_cache[4] = ($event) => unref(copy)(hsl))
62
+ }, toDisplayString(hsl), 2)
63
+ ]),
64
+ _: 1
65
+ })
66
+ ], 4);
67
+ };
68
+ }
69
+ });
70
+ export {
71
+ _sfc_main as default
72
+ };
@@ -0,0 +1,9 @@
1
+ const text = "_text_819fg_13";
2
+ const style0 = {
3
+ "color-bg": "_color-bg_819fg_1",
4
+ text
5
+ };
6
+ export {
7
+ style0 as default,
8
+ text
9
+ };
@@ -0,0 +1,34 @@
1
+ ._color-bg_819fg_1 {
2
+ width: 5rem;
3
+ height: 2rem;
4
+ border-radius: 0.25rem;
5
+ background-color: var(--background-color);
6
+ cursor: pointer;
7
+ transition: opacity 100ms;
8
+ }
9
+ ._color-bg_819fg_1:active {
10
+ opacity: 0.5;
11
+ }
12
+ ._text_819fg_13 {
13
+ margin-block: 0.125rem;
14
+ padding: 0.125rem;
15
+ border-radius: 0.125rem;
16
+ transition: color 100ms, background-color 100ms, opacity 100ms;
17
+ color: var(--color);
18
+ cursor: pointer;
19
+ }
20
+ ._text_819fg_13:hover {
21
+ color: white;
22
+ background-color: var(--color);
23
+ }
24
+ ._text_819fg_13:active {
25
+ opacity: 0.5;
26
+ }
27
+ ._text_819fg_13::-moz-selection {
28
+ color: white;
29
+ background-color: var(--color);
30
+ }
31
+ ._text_819fg_13::selection {
32
+ color: white;
33
+ background-color: var(--color);
34
+ }
@@ -0,0 +1,26 @@
1
+ ._container_2ivef_1 {
2
+ display: flex;
3
+ flex-direction: column;
4
+ justify-content: flex-start;
5
+ align-items: flex-start;
6
+ gap: 0.25rem;
7
+ }
8
+ ._container_2ivef_1 ._row-container_2ivef_8 {
9
+ display: flex;
10
+ justify-content: flex-start;
11
+ align-items: flex-start;
12
+ flex-direction: row;
13
+ gap: 0.25rem;
14
+ }
15
+ ._container_2ivef_1 ._row-container_2ivef_8 ._color-name_2ivef_15 {
16
+ width: 6rem;
17
+ color: var(--color);
18
+ }
19
+ ._container_2ivef_1 ._row-container_2ivef_8 ._color-name_2ivef_15::-moz-selection {
20
+ background-color: var(--color);
21
+ color: white;
22
+ }
23
+ ._container_2ivef_1 ._row-container_2ivef_8 ._color-name_2ivef_15::selection {
24
+ background-color: var(--color);
25
+ color: white;
26
+ }
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmColorTable } from './ElmColorTable.vue';
3
+ declare const meta: Meta<typeof ElmColorTable>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,11 @@
1
+ export interface ElmColorTableProps {
2
+ /**
3
+ * The colors to display.
4
+ */
5
+ colors: {
6
+ name: string;
7
+ code: string;
8
+ }[];
9
+ }
10
+ declare const _default: import('vue').DefineComponent<ElmColorTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmColorTableProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
11
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import _sfc_main from "./ElmColorTable.vue2.mjs";
2
+ import style0 from "./ElmColorTable.vue3.mjs";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const cssModules = {
5
+ "$style": style0
6
+ };
7
+ const ElmColorTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
8
+ export {
9
+ ElmColorTable as default
10
+ };
@@ -0,0 +1,45 @@
1
+ import { defineComponent, createElementBlock, openBlock, normalizeClass, Fragment, renderList, createElementVNode, normalizeStyle, toDisplayString, createVNode, unref } from "vue";
2
+ import { darken } from "polished";
3
+ import ElmColorSample from "./ElmColorSample.vue.mjs";
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "ElmColorTable",
6
+ props: {
7
+ colors: {}
8
+ },
9
+ setup(__props) {
10
+ return (_ctx, _cache) => {
11
+ return openBlock(), createElementBlock("div", {
12
+ class: normalizeClass(_ctx.$style.container)
13
+ }, [
14
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.colors, (color) => {
15
+ return openBlock(), createElementBlock("div", {
16
+ class: normalizeClass(_ctx.$style["row-container"])
17
+ }, [
18
+ createElementVNode("div", {
19
+ class: normalizeClass(_ctx.$style["color-name"]),
20
+ style: normalizeStyle({ "--color": color.code })
21
+ }, toDisplayString(color.name), 7),
22
+ (openBlock(), createElementBlock(Fragment, null, renderList([
23
+ -0.2,
24
+ -0.15,
25
+ -0.1,
26
+ -0.05,
27
+ 0,
28
+ 0.05,
29
+ 0.1,
30
+ 0.15,
31
+ 0.2
32
+ ], (darkness) => {
33
+ return createVNode(ElmColorSample, {
34
+ color: unref(darken)(darkness, color.code)
35
+ }, null, 8, ["color"]);
36
+ }), 64))
37
+ ], 2);
38
+ }), 256))
39
+ ], 2);
40
+ };
41
+ }
42
+ });
43
+ export {
44
+ _sfc_main as default
45
+ };
@@ -0,0 +1,10 @@
1
+ const container = "_container_2ivef_1";
2
+ const style0 = {
3
+ container,
4
+ "row-container": "_row-container_2ivef_8",
5
+ "color-name": "_color-name_2ivef_15"
6
+ };
7
+ export {
8
+ container,
9
+ style0 as default
10
+ };
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmTyping } from './ElmTyping.vue';
3
+ declare const meta: Meta<typeof ElmTyping>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,4 @@
1
+ export interface ElmTypingProps {
2
+ }
3
+ declare const _default: import('vue').DefineComponent<ElmTypingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmTypingProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
4
+ export default _default;
@@ -4,6 +4,7 @@ declare const meta: Meta<typeof ElmJsonRenderer>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof meta>;
6
6
  export declare const Primary: Story;
7
+ export declare const InlineIcon: Story;
7
8
  export declare const Callout: Story;
8
9
  export declare const BulletedList: Story;
9
10
  export declare const NumberedList: Story;