@elmethis/core 1.0.0-alpha.1

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 (88) hide show
  1. package/dist/Bash-nrQ4AW4P.js +26 -0
  2. package/dist/JavaScript-C4Aer4yq.js +22 -0
  3. package/dist/Rust-Bkg6BX0_.js +16 -0
  4. package/dist/TypeScript-LP8g9NCC.js +22 -0
  5. package/dist/components/code/ElmCodeBlock.stories.d.ts +7 -0
  6. package/dist/components/code/ElmCodeBlock.vue.d.ts +19 -0
  7. package/dist/components/code/ElmKatex.stories.d.ts +8 -0
  8. package/dist/components/code/ElmKatex.vue.d.ts +18 -0
  9. package/dist/components/code/ElmPrismHighlighter.stories.d.ts +7 -0
  10. package/dist/components/code/ElmPrismHighlighter.vue.d.ts +14 -0
  11. package/dist/components/containments/ElmToggle.stories.d.ts +6 -0
  12. package/dist/components/containments/ElmToggle.vue.d.ts +30 -0
  13. package/dist/components/containments/ElmTooltip.stories.d.ts +6 -0
  14. package/dist/components/containments/ElmTooltip.vue.d.ts +21 -0
  15. package/dist/components/fallback/ElmRectangleWave.stories.d.ts +6 -0
  16. package/dist/components/fallback/ElmRectangleWave.vue.d.ts +4 -0
  17. package/dist/components/form/ElmCheckbox.stories.d.ts +6 -0
  18. package/dist/components/form/ElmCheckbox.vue.d.ts +16 -0
  19. package/dist/components/headings/ElmHeading1.stories.d.ts +6 -0
  20. package/dist/components/headings/ElmHeading1.vue.d.ts +20 -0
  21. package/dist/components/headings/ElmHeading2.stories.d.ts +6 -0
  22. package/dist/components/headings/ElmHeading2.vue.d.ts +20 -0
  23. package/dist/components/headings/ElmHeading3.stories.d.ts +6 -0
  24. package/dist/components/headings/ElmHeading3.vue.d.ts +20 -0
  25. package/dist/components/headings/ElmHeading4.stories.d.ts +6 -0
  26. package/dist/components/headings/ElmHeading4.vue.d.ts +20 -0
  27. package/dist/components/headings/ElmHeading5.stories.d.ts +6 -0
  28. package/dist/components/headings/ElmHeading5.vue.d.ts +20 -0
  29. package/dist/components/headings/ElmHeading6.stories.d.ts +6 -0
  30. package/dist/components/headings/ElmHeading6.vue.d.ts +20 -0
  31. package/dist/components/icon/ElmCubeIcon.stories.d.ts +6 -0
  32. package/dist/components/icon/ElmCubeIcon.vue.d.ts +10 -0
  33. package/dist/components/icon/ElmDotLoadingIcon.stories.d.ts +6 -0
  34. package/dist/components/icon/ElmDotLoadingIcon.vue.d.ts +18 -0
  35. package/dist/components/icon/ElmLanguageIcon.stories.d.ts +6 -0
  36. package/dist/components/icon/ElmLanguageIcon.vue.d.ts +14 -0
  37. package/dist/components/icon/ElmToggleTheme.stories.d.ts +6 -0
  38. package/dist/components/icon/ElmToggleTheme.vue.d.ts +11 -0
  39. package/dist/components/icon/languages/Bash.vue.d.ts +2 -0
  40. package/dist/components/icon/languages/JavaScript.vue.d.ts +2 -0
  41. package/dist/components/icon/languages/Rust.vue.d.ts +2 -0
  42. package/dist/components/icon/languages/TypeScript.vue.d.ts +2 -0
  43. package/dist/components/inline/ElmInlineCode.stories.d.ts +6 -0
  44. package/dist/components/inline/ElmInlineCode.vue.d.ts +15 -0
  45. package/dist/components/inline/ElmInlineLink.stories.d.ts +9 -0
  46. package/dist/components/inline/ElmInlineLink.vue.d.ts +37 -0
  47. package/dist/components/inline/ElmInlineRuby.stories.d.ts +6 -0
  48. package/dist/components/inline/ElmInlineRuby.vue.d.ts +19 -0
  49. package/dist/components/inline/ElmInlineText.stories.d.ts +7 -0
  50. package/dist/components/inline/ElmInlineText.vue.d.ts +40 -0
  51. package/dist/components/media/ElmImage.stories.d.ts +7 -0
  52. package/dist/components/media/ElmImage.vue.d.ts +18 -0
  53. package/dist/components/navigation/ElmBookmark.stories.d.ts +8 -0
  54. package/dist/components/navigation/ElmBookmark.vue.d.ts +49 -0
  55. package/dist/components/navigation/ElmBreadcrumb.stories.d.ts +7 -0
  56. package/dist/components/navigation/ElmBreadcrumb.vue.d.ts +17 -0
  57. package/dist/components/navigation/ElmPagetop.stories.d.ts +6 -0
  58. package/dist/components/navigation/ElmPagetop.vue.d.ts +10 -0
  59. package/dist/components/renderer/ElmJsonRenderer.stories.d.ts +18 -0
  60. package/dist/components/renderer/ElmJsonRenderer.vue.d.ts +138 -0
  61. package/dist/components/table/ElmTable.stories.d.ts +6 -0
  62. package/dist/components/table/ElmTable.vue.d.ts +18 -0
  63. package/dist/components/table/ElmTableBody.vue.d.ts +18 -0
  64. package/dist/components/table/ElmTableCell.vue.d.ts +29 -0
  65. package/dist/components/table/ElmTableHeader.vue.d.ts +18 -0
  66. package/dist/components/table/ElmTableRow.vue.d.ts +18 -0
  67. package/dist/components/template/ElmTemplate.stories.d.ts +6 -0
  68. package/dist/components/template/ElmTemplate.vue.d.ts +4 -0
  69. package/dist/components/typography/ElmBlockQuote.stories.d.ts +6 -0
  70. package/dist/components/typography/ElmBlockQuote.vue.d.ts +20 -0
  71. package/dist/components/typography/ElmBulletedList.stories.d.ts +7 -0
  72. package/dist/components/typography/ElmBulletedList.vue.d.ts +20 -0
  73. package/dist/components/typography/ElmCallout.stories.d.ts +10 -0
  74. package/dist/components/typography/ElmCallout.vue.d.ts +27 -0
  75. package/dist/components/typography/ElmDivider.stories.d.ts +6 -0
  76. package/dist/components/typography/ElmDivider.vue.d.ts +4 -0
  77. package/dist/components/typography/ElmListItem.stories.d.ts +6 -0
  78. package/dist/components/typography/ElmListItem.vue.d.ts +18 -0
  79. package/dist/components/typography/ElmNumberedList.stories.d.ts +7 -0
  80. package/dist/components/typography/ElmNumberedList.vue.d.ts +20 -0
  81. package/dist/components/typography/ElmParagraph.stories.d.ts +6 -0
  82. package/dist/components/typography/ElmParagraph.vue.d.ts +20 -0
  83. package/dist/elmethis.js +39 -0
  84. package/dist/elmethis.umd.cjs +419 -0
  85. package/dist/index-CQpTLLBe.js +15827 -0
  86. package/dist/index.d.ts +37 -0
  87. package/dist/vite.svg +1 -0
  88. package/package.json +30 -0
@@ -0,0 +1,26 @@
1
+ import { openBlock as t, createElementBlock as e, createElementVNode as c } from "vue";
2
+ import { _ as o } from "./index-CQpTLLBe.js";
3
+ const n = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128"
6
+ };
7
+ function a(r, l) {
8
+ return t(), e("svg", s, l[0] || (l[0] = [
9
+ c("path", {
10
+ fill: "none",
11
+ d: "M4.24 4.24h119.53v119.53H4.24z"
12
+ }, null, -1),
13
+ c("path", {
14
+ class: "path",
15
+ d: "M109.01 28.64L71.28 6.24c-2.25-1.33-4.77-2-7.28-2s-5.03.67-7.28 2.01l-37.74 22.4c-4.5 2.67-7.28 7.61-7.28 12.96v44.8c0 5.35 2.77 10.29 7.28 12.96l37.73 22.4c2.25 1.34 4.76 2 7.28 2c2.51 0 5.03-.67 7.28-2l37.74-22.4c4.5-2.67 7.28-7.62 7.28-12.96V41.6c0-5.34-2.77-10.29-7.28-12.96M79.79 98.59l.06 3.22c0 .39-.25.83-.55.99l-1.91 1.1c-.3.15-.56-.03-.56-.42l-.03-3.17c-1.63.68-3.29.84-4.34.42c-.2-.08-.29-.37-.21-.71l.69-2.91c.06-.23.18-.46.34-.6c.06-.06.12-.1.18-.13c.11-.06.22-.07.31-.03c1.14.38 2.59.2 3.99-.5c1.78-.9 2.97-2.72 2.95-4.52c-.02-1.64-.9-2.31-3.05-2.33c-2.74.01-5.3-.53-5.34-4.57c-.03-3.32 1.69-6.78 4.43-8.96l-.03-3.25c0-.4.24-.84.55-1l1.85-1.18c.3-.15.56.04.56.43l.03 3.25c1.36-.54 2.54-.69 3.61-.44c.23.06.34.38.24.75l-.72 2.88c-.06.22-.18.44-.33.58a.8.8 0 0 1-.19.14c-.1.05-.19.06-.28.05c-.49-.11-1.65-.36-3.48.56c-1.92.97-2.59 2.64-2.58 3.88c.02 1.48.77 1.93 3.39 1.97c3.49.06 4.99 1.58 5.03 5.09c.05 3.44-1.79 7.15-4.61 9.41m26.34-60.5l-35.7 22.05c-4.45 2.6-7.73 5.52-7.74 10.89v43.99c0 3.21 1.3 5.29 3.29 5.9c-.65.11-1.32.19-1.98.19c-2.09 0-4.15-.57-5.96-1.64l-37.73-22.4c-3.69-2.19-5.98-6.28-5.98-10.67V41.6c0-4.39 2.29-8.48 5.98-10.67l37.74-22.4c1.81-1.07 3.87-1.64 5.96-1.64s4.15.57 5.96 1.64l37.74 22.4c3.11 1.85 5.21 5.04 5.8 8.63c-1.27-2.67-4.09-3.39-7.38-1.47"
16
+ }, null, -1),
17
+ c("path", {
18
+ fill: "#4fa847",
19
+ d: "m99.12 90.73l-9.4 5.62c-.25.15-.43.31-.43.61v2.46c0 .3.2.43.45.28l9.54-5.8c.25-.15.29-.42.29-.72v-2.17c0-.3-.2-.42-.45-.28"
20
+ }, null, -1)
21
+ ]));
22
+ }
23
+ const _ = /* @__PURE__ */ o(n, [["render", a], ["__scopeId", "data-v-6cc1bd46"]]);
24
+ export {
25
+ _ as default
26
+ };
@@ -0,0 +1,22 @@
1
+ import { openBlock as e, createElementBlock as l, createElementVNode as t } from "vue";
2
+ import { _ as o } from "./index-CQpTLLBe.js";
3
+ const r = {}, n = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128"
6
+ };
7
+ function s(f, c) {
8
+ return e(), l("svg", n, c[0] || (c[0] = [
9
+ t("path", {
10
+ fill: "#f0db4f",
11
+ d: "M1.408 1.408h125.184v125.185H1.408z"
12
+ }, null, -1),
13
+ t("path", {
14
+ fill: "#323330",
15
+ d: "M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981c-3.832-1.761-8.104-3.022-9.377-5.926c-.452-1.69-.512-2.642-.226-3.665c.821-3.32 4.784-4.355 7.925-3.403c2.023.678 3.938 2.237 5.093 4.724c5.402-3.498 5.391-3.475 9.163-5.879c-1.381-2.141-2.118-3.129-3.022-4.045c-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235c-5.926 6.724-4.236 18.492 2.975 23.335c7.104 5.332 17.54 6.545 18.873 11.531c1.297 6.104-4.486 8.08-10.234 7.378c-4.236-.881-6.592-3.034-9.139-6.949c-4.688 2.713-4.688 2.713-9.508 5.485c1.143 2.499 2.344 3.63 4.26 5.795c9.068 9.198 31.76 8.746 35.83-5.176c.165-.478 1.261-3.666.38-8.581M69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149c-1.713 3.558-6.152 3.117-8.175 2.427c-2.059-1.012-3.106-2.451-4.319-4.485c-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901c4.462 2.678 10.459 3.499 16.731 2.059c4.082-1.189 7.604-3.652 9.448-7.401c2.666-4.915 2.094-10.864 2.07-17.444c.06-10.735.001-21.468.001-32.237"
16
+ }, null, -1)
17
+ ]));
18
+ }
19
+ const p = /* @__PURE__ */ o(r, [["render", s]]);
20
+ export {
21
+ p as default
22
+ };
@@ -0,0 +1,16 @@
1
+ import { openBlock as l, createElementBlock as t, createElementVNode as e } from "vue";
2
+ import { _ as o } from "./index-CQpTLLBe.js";
3
+ const s = {}, r = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128",
6
+ fill: "#a84f33"
7
+ };
8
+ function n(m, c) {
9
+ return l(), t("svg", r, c[0] || (c[0] = [
10
+ e("path", { d: "M62.96.242c-.232.135-1.203 1.528-2.16 3.097c-2.4 3.94-2.426 3.942-5.65.55c-2.098-2.208-2.605-2.612-3.28-2.607c-.44.002-.995.152-1.235.332s-.916 1.612-1.504 3.183c-1.346 3.6-1.41 3.715-2.156 3.86c-.46.086-1.343-.407-3.463-1.929c-1.565-1.125-3.1-2.045-3.411-2.045c-1.291 0-1.655.706-2.27 4.4c-.78 4.697-.754 4.681-4.988 2.758c-1.71-.776-3.33-1.41-3.603-1.41s-.792.293-1.15.652c-.652.652-.653.655-.475 4.246l.178 3.595l-.68.364c-.602.322-1.017.283-3.684-.348c-3.48-.822-4.216-.8-4.92.15l-.516.693l.692 2.964c.38 1.63.745 3.2.814 3.487c.067.287-.05.746-.26 1.02c-.348.448-.717.49-3.94.44c-5.452-.086-5.761.382-3.51 5.3c.718 1.56 1.305 2.98 1.305 3.15c0 .898-.717 1.224-3.794 1.727c-1.722.28-3.218.51-3.326.51c-.107 0-.43.235-.717.522c-.937.936-.671 1.816 1.453 4.814c2.646 3.735 2.642 3.75-1.73 5.421c-4.971 1.902-5.072 2.37-1.287 5.96c3.525 3.344 3.53 3.295-.461 5.804C.208 62.8.162 62.846.085 63.876c-.093 1.253-.071 1.275 3.538 3.48c3.57 2.18 3.57 2.246.067 5.56C-.078 76.48.038 77 5.013 78.877c4.347 1.64 4.353 1.66 1.702 5.394c-1.502 2.117-1.981 3-1.981 3.653c0 1.223.637 1.535 4.44 2.174c3.206.54 3.92.857 3.92 1.741c0 .182-.588 1.612-1.307 3.177c-2.236 4.87-1.981 5.275 3.31 5.275c4.93 0 4.799-.15 3.737 4.294c-.8 3.35-.813 3.992-.088 4.715c.554.556 1.6.494 4.87-.289c2.499-.596 2.937-.637 3.516-.328l.66.354l-.177 3.594c-.178 3.593-.177 3.595.475 4.248c.358.36.884.652 1.165.652s1.903-.63 3.604-1.404c4.22-1.916 4.194-1.932 4.973 2.75c.617 3.711.977 4.4 2.294 4.4c.327 0 1.83-.88 3.34-1.958c2.654-1.893 3.342-2.19 4.049-1.74c.182.115.89 1.67 1.572 3.455c1.003 2.625 1.37 3.31 1.929 3.576c1.062.51 1.72.1 4.218-2.62c3.016-3.286 3.14-3.27 5.602.72c2.72 4.406 3.424 4.396 6.212-.089c2.402-3.864 2.374-3.862 5.621-.47c2.157 2.25 2.616 2.61 3.343 2.61c.464 0 1.019-.175 1.23-.388c.214-.213.92-1.786 1.568-3.496c.649-1.71 1.321-3.2 1.495-3.31c.687-.436 1.398-.13 4.048 1.752c1.56 1.108 3.028 1.96 3.377 1.96c1.296 0 1.764-.92 2.302-4.535c.46-3.082.554-3.378 1.16-3.685c.596-.302.954-.2 3.75 1.07c1.701.77 3.323 1.402 3.604 1.402s.816-.302 1.184-.672l.672-.67l-.184-3.448c-.177-3.29-.16-3.468.364-3.943c.54-.488.596-.486 3.615.204c3.656.835 4.338.857 5.025.17c.671-.67.664-.818-.254-4.69c-1.03-4.346-1.168-4.19 3.78-4.19c3.374 0 3.75-.049 4.18-.523c.718-.793.547-1.702-.896-4.779c-.729-1.55-1.32-2.96-1.315-3.135c.024-.914.743-1.227 4.065-1.767c2.033-.329 3.553-.71 3.829-.96c.923-.833.584-1.918-1.523-4.873c-2.642-3.703-2.63-3.738 1.599-5.297c5.064-1.866 5.209-2.488 1.419-6.09c-3.51-3.335-3.512-3.317.333-5.677c4.648-2.853 4.655-3.496.082-6.335c-3.933-2.44-3.93-2.406-.405-5.753c3.78-3.593 3.678-4.063-1.295-5.965c-4.388-1.679-4.402-1.72-1.735-5.38c1.588-2.18 1.982-2.903 1.982-3.65c0-1.306-.586-1.598-4.436-2.22c-3.216-.52-3.924-.835-3.924-1.75c0-.174.588-1.574 1.307-3.113c1.406-3.013 1.604-4.22.808-4.94c-.428-.387-1-.443-4.067-.392c-3.208.054-3.618.008-4.063-.439c-.486-.488-.48-.557.278-3.725c.931-3.88.935-3.975.17-4.694c-.777-.73-1.262-.718-4.826.121c-2.597.612-3.027.653-3.617.337l-.67-.36l.185-3.582l.186-3.58l-.67-.67c-.369-.37-.891-.67-1.163-.67c-.27 0-1.884.64-3.583 1.421c-2.838 1.306-3.143 1.393-3.757 1.072c-.612-.32-.714-.637-1.237-3.829c-.603-3.693-.977-4.412-2.288-4.412c-.311 0-1.853.925-3.426 2.055c-2.584 1.856-2.93 2.032-3.574 1.807c-.533-.186-.843-.59-1.221-1.599c-.28-.742-.817-2.172-1.194-3.177c-.762-2.028-1.187-2.482-2.328-2.482c-.637 0-1.213.458-3.28 2.604c-3.25 3.375-3.261 3.374-5.65-.545C66.073 1.78 65.075.382 64.81.24c-.597-.32-1.3-.32-1.85.002m2.96 11.798c2.83 2.014 1.326 6.75-2.144 6.75c-3.368 0-5.064-4.057-2.66-6.36c1.358-1.3 3.304-1.459 4.805-.39m-3.558 12.507c1.855.705 2.616.282 6.852-3.8l3.182-3.07l1.347.18c4.225.56 12.627 4.25 17.455 7.666c4.436 3.14 10.332 9.534 12.845 13.93l.537.942l-2.38 5.364c-1.31 2.95-2.382 5.673-2.382 6.053c0 .878.576 2.267 1.13 2.726c.234.195 2.457 1.265 4.939 2.378l4.51 2.025l.178 1.148c.23 1.495.26 5.167.052 6.21l-.163.816h-2.575c-2.987 0-2.756-.267-2.918 3.396c-.118 2.656-.76 4.124-2.22 5.075c-2.377 1.551-6.304 1.27-7.97-.57c-.255-.284-.752-1.705-1.105-3.16c-1.03-4.254-2.413-6.64-5.193-8.965c-.878-.733-1.595-1.418-1.595-1.522c0-.102.965-.915 2.145-1.803c4.298-3.24 6.77-7.012 7.04-10.747c.519-7.126-5.158-13.767-13.602-15.92c-2.002-.51-2.857-.526-27.624-.526c-14.057 0-25.56-.092-25.56-.204c0-.263 3.125-3.295 4.965-4.816c5.054-4.178 11.618-7.465 18.417-9.22l2.35-.61l3.34 3.387c1.839 1.863 3.64 3.5 4.003 3.637M20.3 46.34c1.539 1.008 2.17 3.54 1.26 5.062c-1.405 2.356-4.966 2.455-6.373.178c-2.046-3.309 1.895-7.349 5.113-5.24m90.672.13c4.026 2.454.906 8.493-3.404 6.586c-2.877-1.273-2.97-5.206-.155-6.64c1.174-.6 2.523-.579 3.56.053M32.163 61.5v15.02h-13.28l-.526-2.285c-1.036-4.5-1.472-9.156-1.211-12.969l.182-2.679l4.565-2.047c2.864-1.283 4.706-2.262 4.943-2.625c1.038-1.584.94-2.715-.518-5.933l-.68-1.502h6.523V61.5M70.39 47.132c2.843.74 4.345 2.245 4.349 4.355c.002 1.55-.765 2.52-2.67 3.38c-1.348.61-1.562.625-10.063.708l-8.686.084v-8.92h7.782c6.078 0 8.112.086 9.288.393m-2.934 21.554c1.41.392 3.076 1.616 3.93 2.888c.898 1.337 1.423 3.076 2.667 8.836c1.05 4.87 1.727 6.46 3.62 8.532c2.345 2.566 1.8 2.466 13.514 2.466c5.61 0 10.198.09 10.198.2c0 .197-3.863 4.764-4.03 4.764c-.048 0-2.066-.422-4.484-.939c-6.829-1.458-7.075-1.287-8.642 6.032l-1.008 4.702l-.91.448c-1.518.75-6.453 2.292-9.01 2.82c-4.228.87-8.828 1.162-12.871.821c-6.893-.585-16.02-3.259-16.377-4.8c-.075-.327-.535-2.443-1.018-4.704c-.485-2.26-1.074-4.404-1.31-4.764c-1.13-1.724-2.318-1.83-7.547-.674c-1.98.44-3.708.796-3.84.796c-.248 0-3.923-4.249-3.923-4.535c0-.09 8.728-.194 19.396-.23l19.395-.066l.07-6.89c.05-4.865-.018-6.997-.23-7.25c-.234-.284-1.485-.358-6.011-.358H53.32v-8.36l6.597.001c3.626.002 7.02.12 7.539.264M37.57 100.02c3.084 1.88 1.605 6.804-2.043 6.8c-3.74 0-5.127-4.88-1.94-6.826c1.055-.643 2.908-.63 3.983.026m56.48.206c1.512 1.108 2.015 3.413 1.079 4.95c-2.46 4.034-8.612.827-6.557-3.419c1.01-2.085 3.695-2.837 5.478-1.53" }, null, -1)
11
+ ]));
12
+ }
13
+ const a = /* @__PURE__ */ o(s, [["render", n]]);
14
+ export {
15
+ a as default
16
+ };
@@ -0,0 +1,22 @@
1
+ import { openBlock as t, createElementBlock as e, createElementVNode as a } from "vue";
2
+ import { _ as o } from "./index-CQpTLLBe.js";
3
+ const l = {}, r = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128"
6
+ };
7
+ function n(f, c) {
8
+ return t(), e("svg", r, c[0] || (c[0] = [
9
+ a("path", {
10
+ fill: "#fff",
11
+ d: "M22.67 47h99.67v73.67H22.67z"
12
+ }, null, -1),
13
+ a("path", {
14
+ fill: "#007acc",
15
+ d: "M1.5 63.91v62.5h125v-125H1.5zm100.73-5a15.56 15.56 0 0 1 7.82 4.5a20.6 20.6 0 0 1 3 4c0 .16-5.4 3.81-8.69 5.85c-.12.08-.6-.44-1.13-1.23a7.09 7.09 0 0 0-5.87-3.53c-3.79-.26-6.23 1.73-6.21 5a4.6 4.6 0 0 0 .54 2.34c.83 1.73 2.38 2.76 7.24 4.86c8.95 3.85 12.78 6.39 15.16 10c2.66 4 3.25 10.46 1.45 15.24c-2 5.2-6.9 8.73-13.83 9.9a38.3 38.3 0 0 1-9.52-.1a23 23 0 0 1-12.72-6.63c-1.15-1.27-3.39-4.58-3.25-4.82a9 9 0 0 1 1.15-.73L82 101l3.59-2.08l.75 1.11a16.8 16.8 0 0 0 4.74 4.54c4 2.1 9.46 1.81 12.16-.62a5.43 5.43 0 0 0 .69-6.92c-1-1.39-3-2.56-8.59-5c-6.45-2.78-9.23-4.5-11.77-7.24a16.5 16.5 0 0 1-3.43-6.25a25 25 0 0 1-.22-8c1.33-6.23 6-10.58 12.82-11.87a31.7 31.7 0 0 1 9.49.26zm-29.34 5.24v5.12H56.66v46.23H45.15V69.26H28.88v-5a49 49 0 0 1 .12-5.17C29.08 59 39 59 51 59h21.83z"
16
+ }, null, -1)
17
+ ]));
18
+ }
19
+ const p = /* @__PURE__ */ o(l, [["render", n]]);
20
+ export {
21
+ p as default
22
+ };
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmCodeBlock } from './ElmCodeBlock.vue';
3
+ declare const meta: Meta<typeof ElmCodeBlock>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
7
+ export declare const Rust: Story;
@@ -0,0 +1,19 @@
1
+ export interface ElmCodeBlockProps {
2
+ /**
3
+ * The code to display.
4
+ */
5
+ code: string;
6
+ /**
7
+ * The language of the code.
8
+ */
9
+ language?: string;
10
+ /**
11
+ * The caption of the code block.
12
+ * If not provided, the language will be used.
13
+ */
14
+ caption?: string;
15
+ }
16
+ declare const _default: import('vue').DefineComponent<ElmCodeBlockProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmCodeBlockProps> & Readonly<{}>, {
17
+ language: string;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmKatex } from './ElmKatex.vue';
3
+ declare const meta: Meta<typeof ElmKatex>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Inline: Story;
7
+ export declare const Block: Story;
8
+ export declare const Complex: Story;
@@ -0,0 +1,18 @@
1
+ export interface ElmKatexProps {
2
+ /**
3
+ * The KaTex expression.
4
+ */
5
+ expression: string;
6
+ /**
7
+ * Whether to render the equation in block mode.
8
+ * - If `true`, the equation will be rendered in block mode.
9
+ * - If `false`, the equation will be rendered in inline mode.
10
+ *
11
+ * Default is `false`.
12
+ */
13
+ block?: boolean;
14
+ }
15
+ declare const _default: import('vue').DefineComponent<ElmKatexProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmKatexProps> & Readonly<{}>, {
16
+ block: boolean;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmPrismHighlighter } from './ElmPrismHighlighter.vue';
3
+ declare const meta: Meta<typeof ElmPrismHighlighter>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
7
+ export declare const Rust: Story;
@@ -0,0 +1,14 @@
1
+ export interface ElmPrismHighlighterProps {
2
+ /**
3
+ * The code to display.
4
+ */
5
+ code: string;
6
+ /**
7
+ * The language of the code.
8
+ */
9
+ language?: string;
10
+ }
11
+ declare const _default: import('vue').DefineComponent<ElmPrismHighlighterProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmPrismHighlighterProps> & Readonly<{}>, {
12
+ language: string;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmToggle } from './ElmToggle.vue';
3
+ declare const meta: Meta<typeof ElmToggle>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,30 @@
1
+ export interface ElmToggleProps {
2
+ /**
3
+ * The summary of the toggle.
4
+ */
5
+ summary: string;
6
+ }
7
+ declare let __VLS_typeProps: ElmToggleProps;
8
+ type __VLS_PublicProps = {
9
+ 'isOpen'?: boolean;
10
+ } & typeof __VLS_typeProps;
11
+ declare function __VLS_template(): {
12
+ slots: {
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ attrs: Partial<{}>;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ "update:isOpen": (isOpen: boolean) => any;
21
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
+ "onUpdate:isOpen"?: ((isOpen: boolean) => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ export default _default;
26
+ type __VLS_WithTemplateSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmTooltip } from './ElmTooltip.vue';
3
+ declare const meta: Meta<typeof ElmTooltip>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,21 @@
1
+ export interface ElmTooltipProps {
2
+ }
3
+ declare function __VLS_template(): {
4
+ slots: {
5
+ original?(_: {}): any;
6
+ tooltip?(_: {}): any;
7
+ };
8
+ refs: {
9
+ el: HTMLSpanElement;
10
+ };
11
+ attrs: Partial<{}>;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<ElmTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmTooltipProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmRectangleWave } from './ElmRectangleWave.vue';
3
+ declare const meta: Meta<typeof ElmRectangleWave>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,4 @@
1
+ export interface ElmRectangleWaveProps {
2
+ }
3
+ declare const _default: import('vue').DefineComponent<ElmRectangleWaveProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmRectangleWaveProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
4
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmCheckbox } from './ElmCheckbox.vue';
3
+ declare const meta: Meta<typeof ElmCheckbox>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,16 @@
1
+ export interface ElmCheckboxProps {
2
+ /**
3
+ * The label displayed.
4
+ */
5
+ label: string;
6
+ }
7
+ declare let __VLS_typeProps: ElmCheckboxProps;
8
+ type __VLS_PublicProps = {
9
+ 'isChecked'?: boolean;
10
+ } & typeof __VLS_typeProps;
11
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "update:isChecked": (isChecked: boolean) => any;
13
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
+ "onUpdate:isChecked"?: ((isChecked: boolean) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmHeading1 } from './ElmHeading1.vue';
3
+ declare const meta: Meta<typeof ElmHeading1>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,20 @@
1
+ import { Property } from 'csstype';
2
+ export interface ElmHeading1Props {
3
+ /**
4
+ * Text to display
5
+ */
6
+ text: string;
7
+ /**
8
+ * Font size of the text. Default is `'1.5rem'`.
9
+ */
10
+ size?: Property.FontSize;
11
+ /**
12
+ * ID of the heading element.
13
+ * Default is kebab-cased `text`. (using lodash)
14
+ */
15
+ id?: string;
16
+ }
17
+ declare const _default: import('vue').DefineComponent<ElmHeading1Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmHeading1Props> & Readonly<{}>, {
18
+ size: Property.FontSize;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmHeading2 } from './ElmHeading2.vue';
3
+ declare const meta: Meta<typeof ElmHeading2>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,20 @@
1
+ import { Property } from 'csstype';
2
+ export interface ElmHeading2Props {
3
+ /**
4
+ * Text to display
5
+ */
6
+ text: string;
7
+ /**
8
+ * Font size of the text. Default is `'1.4rem'`.
9
+ */
10
+ size?: Property.FontSize;
11
+ /**
12
+ * ID of the heading element.
13
+ * Default is kebab-cased `text`. (using lodash)
14
+ */
15
+ id?: string;
16
+ }
17
+ declare const _default: import('vue').DefineComponent<ElmHeading2Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmHeading2Props> & Readonly<{}>, {
18
+ size: Property.FontSize;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmHeading3 } from './ElmHeading3.vue';
3
+ declare const meta: Meta<typeof ElmHeading3>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,20 @@
1
+ import { Property } from 'csstype';
2
+ export interface ElmHeading3Props {
3
+ /**
4
+ * Text to display
5
+ */
6
+ text: string;
7
+ /**
8
+ * Font size of the text. Default is `'1.3rem'`.
9
+ */
10
+ size?: Property.FontSize;
11
+ /**
12
+ * ID of the heading element.
13
+ * Default is kebab-cased `text`. (using lodash)
14
+ */
15
+ id?: string;
16
+ }
17
+ declare const _default: import('vue').DefineComponent<ElmHeading3Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmHeading3Props> & Readonly<{}>, {
18
+ size: Property.FontSize;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmHeading4 } from './ElmHeading4.vue';
3
+ declare const meta: Meta<typeof ElmHeading4>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,20 @@
1
+ import { Property } from 'csstype';
2
+ export interface ElmHeading4Props {
3
+ /**
4
+ * Text to display
5
+ */
6
+ text: string;
7
+ /**
8
+ * Font size of the text. Default is `'1.2rem'`.
9
+ */
10
+ size?: Property.FontSize;
11
+ /**
12
+ * ID of the heading element.
13
+ * Default is kebab-cased `text`. (using lodash)
14
+ */
15
+ id?: string;
16
+ }
17
+ declare const _default: import('vue').DefineComponent<ElmHeading4Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmHeading4Props> & Readonly<{}>, {
18
+ size: Property.FontSize;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmHeading5 } from './ElmHeading5.vue';
3
+ declare const meta: Meta<typeof ElmHeading5>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,20 @@
1
+ import { Property } from 'csstype';
2
+ export interface ElmHeading5Props {
3
+ /**
4
+ * Text to display
5
+ */
6
+ text: string;
7
+ /**
8
+ * Font size of the text. Default is `'1.15rem'`.
9
+ */
10
+ size?: Property.FontSize;
11
+ /**
12
+ * ID of the heading element.
13
+ * Default is kebab-cased `text`. (using lodash)
14
+ */
15
+ id?: string;
16
+ }
17
+ declare const _default: import('vue').DefineComponent<ElmHeading5Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmHeading5Props> & Readonly<{}>, {
18
+ size: Property.FontSize;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmHeading6 } from './ElmHeading6.vue';
3
+ declare const meta: Meta<typeof ElmHeading6>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,20 @@
1
+ import { Property } from 'csstype';
2
+ export interface ElmHeading6Props {
3
+ /**
4
+ * Text to display
5
+ */
6
+ text: string;
7
+ /**
8
+ * Font size of the text. Default is `'1.1rem'`.
9
+ */
10
+ size?: Property.FontSize;
11
+ /**
12
+ * ID of the heading element.
13
+ * Default is kebab-cased `text`. (using lodash)
14
+ */
15
+ id?: string;
16
+ }
17
+ declare const _default: import('vue').DefineComponent<ElmHeading6Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmHeading6Props> & Readonly<{}>, {
18
+ size: Property.FontSize;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmCubeIcon } from './ElmCubeIcon.vue';
3
+ declare const meta: Meta<typeof ElmCubeIcon>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,10 @@
1
+ export interface ElmCubeIconProps {
2
+ /**
3
+ * The size of the cube [px]
4
+ */
5
+ size?: number;
6
+ }
7
+ declare const _default: import('vue').DefineComponent<ElmCubeIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmCubeIconProps> & Readonly<{}>, {
8
+ size: number;
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmDotLoadingIcon } from './ElmDotLoadingIcon.vue';
3
+ declare const meta: Meta<typeof ElmDotLoadingIcon>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,18 @@
1
+ import { Property } from 'csstype';
2
+ export interface ElmDotLoadingIconProps {
3
+ /**
4
+ * Specifies the color of the dot.
5
+ *
6
+ * e.g.) `'red'`, `'#ff0000'`, `'rgba(255, 0, 0, 0.5)'`
7
+ */
8
+ color?: Property.BackgroundColor;
9
+ /**
10
+ * Specifies the size of the dot.
11
+ */
12
+ size?: Property.Width<string | number>;
13
+ }
14
+ declare const _default: import('vue').DefineComponent<ElmDotLoadingIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmDotLoadingIconProps> & Readonly<{}>, {
15
+ size: Property.Width<string | number>;
16
+ color: Property.BackgroundColor;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmLanguageIcon } from './ElmLanguageIcon.vue';
3
+ declare const meta: Meta<typeof ElmLanguageIcon>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,14 @@
1
+ export interface ElmLanguageIconProps {
2
+ /**
3
+ * The size of the icon.
4
+ */
5
+ size?: number;
6
+ /**
7
+ * The language of the icon.
8
+ */
9
+ language: string;
10
+ }
11
+ declare const _default: import('vue').DefineComponent<ElmLanguageIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmLanguageIconProps> & Readonly<{}>, {
12
+ size: number;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmToggleTheme } from './ElmToggleTheme.vue';
3
+ declare const meta: Meta<typeof ElmToggleTheme>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,11 @@
1
+ import { Property } from 'csstype';
2
+ export interface ElmToggleThemeProps {
3
+ /**
4
+ * Specifies the size of the dot.
5
+ */
6
+ size?: Property.Width<string | number>;
7
+ }
8
+ declare const _default: import('vue').DefineComponent<ElmToggleThemeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmToggleThemeProps> & Readonly<{}>, {
9
+ size: Property.Width<string | number>;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmInlineCode } from './ElmInlineCode.vue';
3
+ declare const meta: Meta<typeof ElmInlineCode>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,15 @@
1
+ import { Property } from 'csstype';
2
+ export interface ElmInlineCodeProps {
3
+ /**
4
+ * The code to display.
5
+ */
6
+ code: string;
7
+ /**
8
+ * Specifies the color of the text.
9
+ *
10
+ * e.g.) `'red'`, `'#ff0000'`, `'rgba(255, 0, 0, 0.5)'`
11
+ */
12
+ color?: Property.BackgroundColor;
13
+ }
14
+ declare const _default: import('vue').DefineComponent<ElmInlineCodeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmInlineCodeProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmInlineLink } from './ElmInlineLink.vue';
3
+ declare const meta: Meta<typeof ElmInlineLink>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
7
+ export declare const OnClick: Story;
8
+ export declare const OpenInSameTab: Story;
9
+ export declare const Size: Story;