@elmethis/core 1.0.0-alpha.9 → 1.0.0-alpha.90

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 (106) hide show
  1. package/dist/{Bash-7Ao8EoX1.js → Bash-BFwpekW0.js} +19 -15
  2. package/dist/C-Drio0pvX.js +26 -0
  3. package/dist/Cpp-B0SyM8Yz.js +15 -0
  4. package/dist/Csharp-DLXS0UGz.js +26 -0
  5. package/dist/Css-Dj3e2WDh.js +18 -0
  6. package/dist/Go-DNfab8G8.js +18 -0
  7. package/dist/Html-Bq1-eCGs.js +18 -0
  8. package/dist/Java-DY54nVic.js +15 -0
  9. package/dist/{JavaScript-CSIyUm0J.js → JavaScript-C6CRojZ7.js} +1 -1
  10. package/dist/Json-BOxYSUM1.js +18 -0
  11. package/dist/Kotlin-D1FOkZba.js +15 -0
  12. package/dist/Lua-BH2D4ASU.js +26 -0
  13. package/dist/Npm-DRXNQTnX.js +22 -0
  14. package/dist/Python-DeNq7zzL.js +15 -0
  15. package/dist/{Rust-CzYpgz5B.js → Rust-fnS9ziRU.js} +1 -1
  16. package/dist/Sql-CNBW5J0j.js +25 -0
  17. package/dist/Terraform-BzKBmoWN.js +28 -0
  18. package/dist/{TypeScript-CrWcScZq.js → TypeScript-BerO1TRB.js} +1 -1
  19. package/dist/components/{inline/ElmInlineCode.stories.d.ts → badge/ElmBadge.stories.d.ts} +2 -2
  20. package/dist/components/badge/ElmBadge.vue.d.ts +20 -0
  21. package/dist/components/badge/ElmTag.stories.d.ts +7 -0
  22. package/dist/components/badge/ElmTag.vue.d.ts +14 -0
  23. package/dist/components/code/ElmCodeBlock.vue.d.ts +5 -0
  24. package/dist/components/containments/ElmDesktopWindow.stories.d.ts +6 -0
  25. package/dist/components/containments/ElmDesktopWindow.vue.d.ts +26 -0
  26. package/dist/components/containments/ElmModal.stories.d.ts +6 -0
  27. package/dist/components/containments/ElmModal.vue.d.ts +34 -0
  28. package/dist/components/containments/ElmSnackbar.stories.d.ts +6 -0
  29. package/dist/components/containments/ElmSnackbar.vue.d.ts +11 -0
  30. package/dist/components/containments/ElmSnackbarContainer.vue.d.ts +10 -0
  31. package/dist/components/containments/ElmToggle.stories.d.ts +1 -0
  32. package/dist/components/containments/ElmToggle.vue.d.ts +6 -0
  33. package/dist/components/containments/useSnackbarState.d.ts +28 -0
  34. package/dist/components/data/ElmMultiProgress.stories.d.ts +6 -0
  35. package/dist/components/data/ElmMultiProgress.vue.d.ts +30 -0
  36. package/dist/components/data/ElmProgress.stories.d.ts +1 -0
  37. package/dist/components/data/ElmProgress.vue.d.ts +6 -1
  38. package/dist/components/data/ElmStatusMessage.stories.d.ts +9 -0
  39. package/dist/components/data/ElmStatusMessage.vue.d.ts +6 -0
  40. package/dist/components/fallback/ElmBlockFallback.stories.d.ts +6 -0
  41. package/dist/components/fallback/ElmBlockFallback.vue.d.ts +4 -0
  42. package/dist/components/form/ElmButton.stories.d.ts +12 -0
  43. package/dist/components/form/ElmButton.vue.d.ts +39 -0
  44. package/dist/components/form/ElmTextField.stories.d.ts +6 -0
  45. package/dist/components/form/ElmTextField.vue.d.ts +19 -0
  46. package/dist/components/headings/ElmFragmentIdentifier.stories.d.ts +6 -0
  47. package/dist/components/headings/ElmFragmentIdentifier.vue.d.ts +8 -0
  48. package/dist/components/icon/ElmArrowIcon.stories.d.ts +6 -0
  49. package/dist/components/icon/ElmArrowIcon.vue.d.ts +26 -0
  50. package/dist/components/icon/ElmBookmarkIcon.stories.d.ts +8 -0
  51. package/dist/components/icon/ElmBookmarkIcon.vue.d.ts +7 -0
  52. package/dist/components/icon/ElmDotLoadingIcon.vue.d.ts +1 -1
  53. package/dist/components/icon/ElmLoginIcon.stories.d.ts +6 -0
  54. package/dist/components/icon/ElmLoginIcon.vue.d.ts +18 -0
  55. package/dist/components/icon/languages/C.vue.d.ts +2 -0
  56. package/dist/components/icon/languages/Cpp.vue.d.ts +2 -0
  57. package/dist/components/icon/languages/Csharp.vue.d.ts +2 -0
  58. package/dist/components/icon/languages/Css.vue.d.ts +2 -0
  59. package/dist/components/icon/languages/Go.vue.d.ts +2 -0
  60. package/dist/components/icon/languages/Html.vue.d.ts +2 -0
  61. package/dist/components/icon/languages/Java.vue.d.ts +2 -0
  62. package/dist/components/icon/languages/Json.vue.d.ts +2 -0
  63. package/dist/components/icon/languages/Kotlin.vue.d.ts +2 -0
  64. package/dist/components/icon/languages/Lua.vue.d.ts +2 -0
  65. package/dist/components/icon/languages/Npm.vue.d.ts +2 -0
  66. package/dist/components/icon/languages/Python.vue.d.ts +2 -0
  67. package/dist/components/icon/languages/Sql.vue.d.ts +2 -0
  68. package/dist/components/icon/languages/Terraform.vue.d.ts +2 -0
  69. package/dist/components/inline/ElmInlineText.stories.d.ts +1 -0
  70. package/dist/components/inline/ElmInlineText.vue.d.ts +10 -1
  71. package/dist/components/inline/ElmTypingAnimation.stories.d.ts +6 -0
  72. package/dist/components/inline/ElmTypingAnimation.vue.d.ts +21 -0
  73. package/dist/components/jsonschema/ElmChildContainer.stories.d.ts +6 -0
  74. package/dist/components/jsonschema/ElmChildContainer.vue.d.ts +20 -0
  75. package/dist/components/jsonschema/ElmFieldAttribute.stories.d.ts +6 -0
  76. package/dist/components/jsonschema/ElmFieldAttribute.vue.d.ts +7 -0
  77. package/dist/components/jsonschema/ElmFieldType.stories.d.ts +7 -0
  78. package/dist/components/jsonschema/ElmFieldType.vue.d.ts +8 -0
  79. package/dist/components/jsonschema/ElmJsonSchema.stories.d.ts +7 -0
  80. package/dist/components/jsonschema/ElmJsonSchema.vue.d.ts +7 -0
  81. package/dist/components/media/ElmFile.vue.d.ts +5 -0
  82. package/dist/components/media/ElmImage.stories.d.ts +1 -0
  83. package/dist/components/media/ElmImage.vue.d.ts +5 -0
  84. package/dist/components/navigation/ElmBookmark.stories.d.ts +1 -0
  85. package/dist/components/navigation/ElmBookmark.vue.d.ts +6 -6
  86. package/dist/components/others/ElmColorSample.stories.d.ts +6 -0
  87. package/dist/components/others/ElmColorSample.vue.d.ts +8 -0
  88. package/dist/components/others/ElmColorTable.stories.d.ts +6 -0
  89. package/dist/components/others/ElmColorTable.vue.d.ts +11 -0
  90. package/dist/components/others/ElmTemplate.stories.d.ts +6 -0
  91. package/dist/components/others/ElmTyping.vue.d.ts +4 -0
  92. package/dist/components/renderer/ElmJsonRenderer.vue.d.ts +3 -8
  93. package/dist/components/renderer/ElmJsonRendererAsync.vue.d.ts +3 -0
  94. package/dist/components/table/ElmTable.vue.d.ts +5 -0
  95. package/dist/components/typography/ElmDivider.vue.d.ts +5 -0
  96. package/dist/elmethis.js +63 -45
  97. package/dist/elmethis.umd.cjs +166 -166
  98. package/dist/hooks/useElmethisTheme.d.ts +4 -0
  99. package/dist/hooks/useTyping.d.ts +17 -0
  100. package/dist/{index-dKFEjnoD.js → index-CACmTpvR.js} +18531 -15910
  101. package/dist/index.d.ts +22 -7
  102. package/package.json +30 -20
  103. package/dist/bg1.webp +0 -0
  104. package/dist/bg2.webp +0 -0
  105. package/dist/components/inline/ElmInlineCode.vue.d.ts +0 -15
  106. package/dist/vite.svg +0 -1
@@ -1,26 +1,30 @@
1
- import { openBlock as t, createElementBlock as e, createElementVNode as c } from "vue";
2
- import { _ as o } from "./index-dKFEjnoD.js";
3
- const n = {}, s = {
1
+ import { openBlock as t, createElementBlock as e, createElementVNode as l, normalizeClass as o } from "vue";
2
+ import { _ as n } from "./index-CACmTpvR.js";
3
+ const a = "_path_1ccs2_1", r = {
4
+ path: a
5
+ }, p = {}, m = {
4
6
  xmlns: "http://www.w3.org/2000/svg",
5
7
  viewBox: "0 0 128 128"
6
8
  };
7
- function a(r, l) {
8
- return t(), e("svg", s, l[0] || (l[0] = [
9
- c("path", {
9
+ function _(s, c) {
10
+ return t(), e("svg", m, [
11
+ c[0] || (c[0] = l("path", {
10
12
  fill: "none",
11
13
  d: "M4.24 4.24h119.53v119.53H4.24z"
12
- }, null, -1),
13
- c("path", {
14
- class: "path",
14
+ }, null, -1)),
15
+ l("path", {
16
+ class: o(s.$style.path),
15
17
  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
+ }, null, 2),
19
+ c[1] || (c[1] = l("path", {
18
20
  fill: "#4fa847",
19
21
  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
+ }, null, -1))
23
+ ]);
22
24
  }
23
- const _ = /* @__PURE__ */ o(n, [["render", a], ["__scopeId", "data-v-6cc1bd46"]]);
25
+ const d = {
26
+ $style: r
27
+ }, h = /* @__PURE__ */ n(p, [["render", _], ["__cssModules", d]]);
24
28
  export {
25
- _ as default
29
+ h as default
26
30
  };
@@ -0,0 +1,26 @@
1
+ import { openBlock as t, createElementBlock as e, createElementVNode as c } from "vue";
2
+ import { _ as o } from "./index-CACmTpvR.js";
3
+ const n = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128"
6
+ };
7
+ function r(f, l) {
8
+ return t(), e("svg", s, l[0] || (l[0] = [
9
+ c("path", {
10
+ fill: "#659ad3",
11
+ d: "M115.4 30.7L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7"
12
+ }, null, -1),
13
+ c("path", {
14
+ fill: "#03599c",
15
+ d: "M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z"
16
+ }, null, -1),
17
+ c("path", {
18
+ fill: "#fff",
19
+ d: "M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8z"
20
+ }, null, -1)
21
+ ]));
22
+ }
23
+ const i = /* @__PURE__ */ o(n, [["render", r]]);
24
+ export {
25
+ i as default
26
+ };
@@ -0,0 +1,15 @@
1
+ import { openBlock as t, createElementBlock as h, createStaticVNode as f } from "vue";
2
+ import { _ as p } from "./index-CACmTpvR.js";
3
+ const e = {}, o = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 32 32"
6
+ };
7
+ function c(l, a) {
8
+ return t(), h("svg", o, a[0] || (a[0] = [
9
+ f('<path fill="#659ad2" d="M29 10.232a2.4 2.4 0 0 0-.318-1.244a2.45 2.45 0 0 0-.936-.879q-5.194-2.868-10.393-5.733a2.64 2.64 0 0 0-2.763.024c-1.378.779-8.275 4.565-10.331 5.706A2.29 2.29 0 0 0 3 10.231V21.77a2.4 2.4 0 0 0 .3 1.22a2.43 2.43 0 0 0 .954.9c2.056 1.141 8.954 4.927 10.332 5.706a2.64 2.64 0 0 0 2.763.026q5.19-2.871 10.386-5.733a2.44 2.44 0 0 0 .955-.9a2.4 2.4 0 0 0 .3-1.22V10.232"></path><path fill="#00599c" d="M28.549 23.171a2 2 0 0 0 .147-.182a2.4 2.4 0 0 0 .3-1.22V10.232a2.4 2.4 0 0 0-.318-1.244c-.036-.059-.089-.105-.13-.16L16 16Z"></path><path fill="#004482" d="M28.549 23.171L16 16L3.451 23.171a2.4 2.4 0 0 0 .809.72c2.056 1.141 8.954 4.927 10.332 5.706a2.64 2.64 0 0 0 2.763.026q5.19-2.871 10.386-5.733a2.4 2.4 0 0 0 .808-.719"></path><path fill="#fff" d="M19.6 18.02a4.121 4.121 0 1 1-.027-4.087l3.615-2.073A8.309 8.309 0 0 0 7.7 16a8.2 8.2 0 0 0 1.1 4.117a8.319 8.319 0 0 0 14.411-.017z"></path><path fill="#fff" d="M24.076 15.538h-.926v-.921h-.925v.921h-.926v.923h.926v.92h.925v-.92h.926zm3.473 0h-.926v-.921h-.926v.921h-.926v.923h.926v.92h.926v-.92h.926z"></path>', 5)
10
+ ]));
11
+ }
12
+ const i = /* @__PURE__ */ p(e, [["render", c]]);
13
+ export {
14
+ i as default
15
+ };
@@ -0,0 +1,26 @@
1
+ import { openBlock as t, createElementBlock as h, createElementVNode as l } from "vue";
2
+ import { _ as e } from "./index-CACmTpvR.js";
3
+ const o = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128"
6
+ };
7
+ function n(r, c) {
8
+ return t(), h("svg", s, c[0] || (c[0] = [
9
+ l("path", {
10
+ fill: "#9b4f96",
11
+ d: "M115.4 30.7L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7"
12
+ }, null, -1),
13
+ l("path", {
14
+ fill: "#68217a",
15
+ d: "M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z"
16
+ }, null, -1),
17
+ l("path", {
18
+ fill: "#fff",
19
+ d: "M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8zM97 66.2l.9-4.3h-4.2v-4.7h5.1L100 51h4.9l-1.2 6.1h3.8l1.2-6.1h4.8l-1.2 6.1h2.4v4.7h-3.3l-.9 4.3h4.2v4.7h-5.1l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6h-2.4v-4.7H97zm4.8 0h3.8l.9-4.3h-3.8z"
20
+ }, null, -1)
21
+ ]));
22
+ }
23
+ const p = /* @__PURE__ */ e(o, [["render", n]]);
24
+ export {
25
+ p as default
26
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
+ import { _ as r } from "./index-CACmTpvR.js";
3
+ const n = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 24 24"
6
+ };
7
+ function c(f, l) {
8
+ return e(), t("svg", s, l[0] || (l[0] = [
9
+ o("path", {
10
+ fill: "#3f9de9",
11
+ d: "m5 3l-.65 3.34h13.59L17.5 8.5H3.92l-.66 3.33h13.59l-.76 3.81l-5.48 1.81l-4.75-1.81l.33-1.64H2.85l-.79 4l7.85 3l9.05-3l1.2-6.03l.24-1.21L21.94 3z"
12
+ }, null, -1)
13
+ ]));
14
+ }
15
+ const d = /* @__PURE__ */ r(n, [["render", c]]);
16
+ export {
17
+ d as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as l, createElementBlock as e, createElementVNode as t } from "vue";
2
+ import { _ as o } from "./index-CACmTpvR.js";
3
+ const r = {}, n = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 512 192"
6
+ };
7
+ function s(m, c) {
8
+ return l(), e("svg", n, c[0] || (c[0] = [
9
+ t("path", {
10
+ fill: "#00acd7",
11
+ d: "m292.533 13.295l1.124.75c13.212 8.725 22.685 20.691 28.917 35.15c1.496 2.243.499 3.49-2.493 4.237l-5.063 1.296c-11.447 2.949-20.53 5.429-31.827 8.378l-6.443 1.678c-2.32.574-2.96.333-5.428-2.477l-.348-.399c-3.519-3.988-6.155-6.652-10.817-9.03l-.899-.443c-15.705-7.727-30.911-5.484-45.12 3.74c-16.952 10.968-25.677 27.172-25.428 47.364c.25 19.942 13.96 36.395 33.654 39.137c16.951 2.244 31.16-3.739 42.378-16.452c2.244-2.743 4.238-5.734 6.73-9.224h-48.11c-5.235 0-6.481-3.24-4.736-7.478l.864-2.035c3.204-7.454 8.173-18.168 11.4-24.294l.704-1.319c.862-1.494 2.612-3.513 5.977-3.513h80.224c3.603-11.415 9.449-22.201 17.246-32.407c18.198-23.931 40.135-36.396 69.8-41.63c25.427-4.488 49.359-1.995 71.046 12.713c19.694 13.461 31.909 31.66 35.15 55.59c4.237 33.654-5.485 61.075-28.668 84.508c-16.453 16.702-36.645 27.172-59.829 31.908c-6.73 1.247-13.461 1.496-19.942 2.244c-22.685-.499-43.376-6.98-60.826-21.937c-12.273-10.61-20.727-23.648-24.928-38.828a105 105 0 0 1-10.47 16.89c-17.949 23.683-41.381 38.39-71.046 42.38c-24.43 3.24-47.115-1.497-67.058-16.454c-18.447-13.96-28.917-32.407-31.66-55.34c-3.24-27.173 4.737-51.603 21.19-73.041c17.7-23.184 41.132-37.891 69.8-43.126c22.999-4.16 45.037-1.595 64.936 11.464M411.12 49.017l-.798.178c-23.183 5.235-38.14 19.942-43.624 43.375c-4.488 19.444 4.985 39.138 22.934 47.115c13.71 5.983 27.421 5.235 40.633-1.496c19.694-10.22 30.413-26.175 31.66-47.613c-.25-3.24-.25-5.734-.749-8.227c-4.436-24.401-26.664-38.324-50.056-33.332M116.416 94.564c.997 0 1.496.748 1.496 1.745l-.499 5.983c0 .997-.997 1.745-1.745 1.745l-54.344-.249c-.997 0-1.246-.748-.748-1.496l3.49-6.232c.499-.748 1.496-1.496 2.493-1.496zM121.9 71.63c.997 0 1.496.748 1.247 1.496l-1.995 5.983c-.249.997-1.246 1.495-2.243 1.495l-117.912.25c-.997 0-1.246-.499-.748-1.247l5.235-6.73c.499-.748 1.745-1.247 2.742-1.247zm12.963-22.934c.997 0 1.246.748.748 1.496l-4.238 6.481c-.499.748-1.745 1.496-2.493 1.496l-90.24-.25c-.998 0-1.247-.498-.749-1.246l5.235-6.73c.499-.748 1.745-1.247 2.742-1.247z"
12
+ }, null, -1)
13
+ ]));
14
+ }
15
+ const f = /* @__PURE__ */ o(r, [["render", s]]);
16
+ export {
17
+ f as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as t, createElementBlock as e, createElementVNode as o } from "vue";
2
+ import { _ as r } from "./index-CACmTpvR.js";
3
+ const n = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128"
6
+ };
7
+ function c(m, l) {
8
+ return t(), e("svg", s, l[0] || (l[0] = [
9
+ o("path", {
10
+ fill: "#c86b49",
11
+ d: "m9.032 2l10.005 112.093l44.896 12.401l45.02-12.387L118.968 2zm89.126 26.539l-.627 7.172L97.255 39H44.59l1.257 14h50.156l-.336 3.471l-3.233 36.119l-.238 2.27L64 102.609v.002l-.034.018l-28.177-7.423L33.876 74h13.815l.979 10.919L63.957 89H64v-.546l15.355-3.875L80.959 67H33.261l-3.383-38.117L29.549 25h68.939z"
12
+ }, null, -1)
13
+ ]));
14
+ }
15
+ const i = /* @__PURE__ */ r(n, [["render", c]]);
16
+ export {
17
+ i as default
18
+ };
@@ -0,0 +1,15 @@
1
+ import { openBlock as t, createElementBlock as e, createStaticVNode as a } from "vue";
2
+ import { _ as s } from "./index-CACmTpvR.js";
3
+ const o = {}, p = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128"
6
+ };
7
+ function d(l, c) {
8
+ return t(), e("svg", p, c[0] || (c[0] = [
9
+ a('<path fill="#0074bd" d="M47.617 98.12s-4.767 2.774 3.397 3.71c9.892 1.13 14.947.968 25.845-1.092c0 0 2.871 1.795 6.873 3.351c-24.439 10.47-55.308-.607-36.115-5.969m-2.988-13.665s-5.348 3.959 2.823 4.805c10.567 1.091 18.91 1.18 33.354-1.6c0 0 1.993 2.025 5.132 3.131c-29.542 8.64-62.446.68-41.309-6.336"></path><path fill="#ea2d2e" d="M69.802 61.271c6.025 6.935-1.58 13.17-1.58 13.17s15.289-7.891 8.269-17.777c-6.559-9.215-11.587-13.792 15.635-29.58c0 .001-42.731 10.67-22.324 34.187"></path><path fill="#0074bd" d="M102.123 108.229s3.529 2.91-3.888 5.159c-14.102 4.272-58.706 5.56-71.094.171c-4.451-1.938 3.899-4.625 6.526-5.192c2.739-.593 4.303-.485 4.303-.485c-4.953-3.487-32.013 6.85-13.743 9.815c49.821 8.076 90.817-3.637 77.896-9.468M49.912 70.294s-22.686 5.389-8.033 7.348c6.188.828 18.518.638 30.011-.326c9.39-.789 18.813-2.474 18.813-2.474s-3.308 1.419-5.704 3.053c-23.042 6.061-67.544 3.238-54.731-2.958c10.832-5.239 19.644-4.643 19.644-4.643m40.697 22.747c23.421-12.167 12.591-23.86 5.032-22.285c-1.848.385-2.677.72-2.677.72s.688-1.079 2-1.543c14.953-5.255 26.451 15.503-4.823 23.725c0-.002.359-.327.468-.617"></path><path fill="#ea2d2e" d="M76.491 1.587S89.459 14.563 64.188 34.51c-20.266 16.006-4.621 25.13-.007 35.559c-11.831-10.673-20.509-20.07-14.688-28.815C58.041 28.42 81.722 22.195 76.491 1.587"></path><path fill="#0074bd" d="M52.214 126.021c22.476 1.437 57-.8 57.817-11.436c0 0-1.571 4.032-18.577 7.231c-19.186 3.612-42.854 3.191-56.887.874c0 .001 2.875 2.381 17.647 3.331"></path>', 5)
10
+ ]));
11
+ }
12
+ const i = /* @__PURE__ */ s(o, [["render", d]]);
13
+ export {
14
+ i as default
15
+ };
@@ -1,5 +1,5 @@
1
1
  import { openBlock as e, createElementBlock as l, createElementVNode as t } from "vue";
2
- import { _ as o } from "./index-dKFEjnoD.js";
2
+ import { _ as o } from "./index-CACmTpvR.js";
3
3
  const r = {}, n = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 128 128"
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
+ import { _ as n } from "./index-CACmTpvR.js";
3
+ const r = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 32 32"
6
+ };
7
+ function c(h, a) {
8
+ return e(), t("svg", s, a[0] || (a[0] = [
9
+ o("path", {
10
+ fill: "#cdb57b",
11
+ d: "M4.014 14.976a2.5 2.5 0 0 0 1.567-.518a2.38 2.38 0 0 0 .805-1.358a15.3 15.3 0 0 0 .214-2.944q.012-2.085.075-2.747a5.2 5.2 0 0 1 .418-1.686a3 3 0 0 1 .755-1.018A3.05 3.05 0 0 1 9 4.125A6.8 6.8 0 0 1 10.544 4h.7v1.96h-.387a2.34 2.34 0 0 0-1.723.468a3.4 3.4 0 0 0-.425 2.092a36 36 0 0 1-.137 4.133a4.7 4.7 0 0 1-.768 2.06A4.6 4.6 0 0 1 6.1 16a3.8 3.8 0 0 1 1.992 1.754a8.9 8.9 0 0 1 .618 3.865q0 2.435.05 2.9a1.76 1.76 0 0 0 .504 1.181a2.64 2.64 0 0 0 1.592.337h.387V28h-.7a5.7 5.7 0 0 1-1.773-.2a2.97 2.97 0 0 1-1.324-.93a3.35 3.35 0 0 1-.681-1.63a24 24 0 0 1-.165-3.234a16.5 16.5 0 0 0-.214-3.106a2.4 2.4 0 0 0-.805-1.361a2.5 2.5 0 0 0-1.567-.524Zm23.972 2.035a2.5 2.5 0 0 0-1.567.524a2.4 2.4 0 0 0-.805 1.361a16.5 16.5 0 0 0-.212 3.109a24 24 0 0 1-.169 3.234a3.35 3.35 0 0 1-.681 1.63a2.97 2.97 0 0 1-1.324.93a5.7 5.7 0 0 1-1.773.2h-.7V26.04h.387a2.64 2.64 0 0 0 1.592-.337a1.76 1.76 0 0 0 .506-1.186q.05-.462.05-2.9a8.9 8.9 0 0 1 .618-3.865A3.8 3.8 0 0 1 25.9 16a4.6 4.6 0 0 1-1.7-1.286a4.7 4.7 0 0 1-.768-2.06a36 36 0 0 1-.137-4.133a3.4 3.4 0 0 0-.425-2.092a2.34 2.34 0 0 0-1.723-.468h-.387V4h.7a6.8 6.8 0 0 1 1.54.125a3.05 3.05 0 0 1 1.149.581a3 3 0 0 1 .755 1.018a5.2 5.2 0 0 1 .418 1.686q.062.662.075 2.747a15.3 15.3 0 0 0 .212 2.947a2.38 2.38 0 0 0 .805 1.355a2.5 2.5 0 0 0 1.567.518Z"
12
+ }, null, -1)
13
+ ]));
14
+ }
15
+ const _ = /* @__PURE__ */ n(r, [["render", c]]);
16
+ export {
17
+ _ as default
18
+ };
@@ -0,0 +1,15 @@
1
+ import { openBlock as o, createElementBlock as e, createStaticVNode as s } from "vue";
2
+ import { _ as r } from "./index-CACmTpvR.js";
3
+ const n = {}, i = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128"
6
+ };
7
+ function f(a, t) {
8
+ return o(), e("svg", i, t[0] || (t[0] = [
9
+ s('<defs><linearGradient id="deviconKotlin0" x1="500.003" x2="-.097" y1="579.106" y2="1079.206" gradientTransform="translate(15.534 -96.774)scale(.1939)" gradientUnits="userSpaceOnUse"><stop offset=".003" stop-color="#e44857"></stop><stop offset=".469" stop-color="#c711e1"></stop><stop offset="1" stop-color="#7f52ff"></stop></linearGradient></defs><path fill="url(#deviconKotlin0)" d="M112.484 112.484H15.516V15.516h96.968L64 64Zm0 0"></path>', 2)
10
+ ]));
11
+ }
12
+ const p = /* @__PURE__ */ r(n, [["render", f]]);
13
+ export {
14
+ p as default
15
+ };
@@ -0,0 +1,26 @@
1
+ import { openBlock as c, createElementBlock as m, createElementVNode as a } from "vue";
2
+ import { _ as t } from "./index-CACmTpvR.js";
3
+ const z = {}, e = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128"
6
+ };
7
+ function o(s, l) {
8
+ return c(), m("svg", e, l[0] || (l[0] = [
9
+ a("path", {
10
+ fill: "#3c557f",
11
+ d: "M112.956.708c-7.912 0-14.335 6.424-14.335 14.336s6.424 14.335 14.335 14.335s14.335-6.41 14.335-14.335c0-7.912-6.424-14.336-14.335-14.336M64 15.058c-27.02 0-48.956 21.935-48.956 48.955S36.979 112.97 64 112.97c27.02 0 48.956-21.935 48.956-48.956c0-27.02-21.936-48.956-48.956-48.956"
12
+ }, null, -1),
13
+ a("path", {
14
+ fill: "#fff",
15
+ d: "M84.285 29.392c-7.91 0-14.335 6.424-14.335 14.335s6.424 14.336 14.335 14.336s14.336-6.424 14.336-14.336s-6.424-14.335-14.335-14.335zM30.773 56.36v32.119h19.961v-3.611H34.87V56.359Zm57.584 8.37c-3.354 0-6.126.975-7.668 2.692c-1.055 1.19-1.488 2.516-1.582 4.801h3.705c.311-2.826 1.988-4.098 5.423-4.098c3.3 0 5.153 1.231 5.153 3.435v.974c0 1.542-.92 2.205-3.827 2.556c-5.193.663-5.991.839-7.398 1.407c-2.69 1.095-4.057 3.164-4.057 6.166c0 4.193 2.908 6.83 7.574 6.83c2.907 0 5.247-1.014 7.843-3.395c.257 2.34 1.407 3.395 3.787 3.395c.757 0 1.325-.081 2.515-.392v-2.773a3 3 0 0 1-.798.095c-1.284 0-1.988-.663-1.988-1.812V71.032c0-4.098-3.002-6.302-8.682-6.302m-33.742.664V83.19c0 3.84 2.867 6.302 7.357 6.302c3.395 0 5.545-1.19 7.709-4.233v3.219h3.3V65.393h-3.652v13.09c0 4.72-2.475 7.804-6.302 7.804c-2.907 0-4.76-1.772-4.76-4.544v-16.35Zm38.773 11.67v4.139c0 1.244-.365 1.988-1.46 3.002c-1.502 1.366-3.3 2.07-5.464 2.07c-2.867 0-4.544-1.367-4.544-3.706c0-2.42 1.636-3.665 5.558-4.233c3.881-.528 4.68-.703 5.91-1.271z"
16
+ }, null, -1),
17
+ a("path", {
18
+ fill: "#808080",
19
+ d: "M61.733 0a64 64 0 0 0-5.57.436l.179 1.458a63 63 0 0 1 5.442-.426zm5.585.046l-.075 1.468a62 62 0 0 1 5.433.52L72.88.578a64 64 0 0 0-5.561-.532Zm-16.665 1.31a63 63 0 0 0-5.409 1.398l.43 1.405a62 62 0 0 1 5.284-1.367Zm27.72.237l-.33 1.431a63 63 0 0 1 5.262 1.455l.452-1.397a64 64 0 0 0-5.384-1.489M39.98 4.623a64 64 0 0 0-5.081 2.323l.668 1.308a62 62 0 0 1 4.964-2.27zm49.012.41l-.573 1.353a63 63 0 0 1 4.929 2.346l.688-1.298a64 64 0 0 0-5.044-2.4ZM30.04 9.706a64 64 0 0 0-4.6 3.17l.886 1.173a63 63 0 0 1 4.494-3.098zm-8.906 6.728a64 64 0 0 0-3.983 3.918l1.075 1.001a63 63 0 0 1 3.891-3.827zm-7.61 8.165a64 64 0 0 0-3.247 4.546l1.231.8a63 63 0 0 1 3.172-4.44zm-6.086 9.357a64 64 0 0 0-2.408 5.042l1.352.574a62 62 0 0 1 2.352-4.925zm113.623.973l-1.31.667a63 63 0 0 1 2.263 4.967l1.362-.55a64 64 0 0 0-2.315-5.083zM3.075 44.23a63 63 0 0 0-1.49 5.385l1.432.328a62 62 0 0 1 1.455-5.26Zm122.166 1.049l-1.404.429a63 63 0 0 1 1.366 5.285l1.437-.306a64 64 0 0 0-1.399-5.409zM.574 55.108a64 64 0 0 0-.528 5.561l1.467.075a63 63 0 0 1 .516-5.434Zm126.988 1.088l-1.458.179a63 63 0 0 1 .428 5.441l1.468-.05a64 64 0 0 0-.438-5.57M1.468 66.205L0 66.255a64 64 0 0 0 .435 5.57l1.458-.179a63 63 0 0 1-.425-5.441m125.018 1.071a63 63 0 0 1-.518 5.434l1.455.203a64 64 0 0 0 .53-5.561zM2.79 77.031l-1.437.304a63 63 0 0 0 1.398 5.41l1.405-.43A62 62 0 0 1 2.79 77.03Zm122.188 1.046a62 62 0 0 1-1.457 5.26l1.397.454a63 63 0 0 0 1.492-5.384zM5.981 87.459l-1.362.551a63 63 0 0 0 2.323 5.082l1.307-.669a62 62 0 0 1-2.268-4.964m115.627.99a62 62 0 0 1-2.354 4.925l1.296.69a64 64 0 0 0 2.41-5.04zM10.944 97.17l-1.245.78a64 64 0 0 0 3.17 4.6l1.172-.885a63 63 0 0 1-3.097-4.495m105.534.904a63 63 0 0 1-3.173 4.44l1.156.906a64 64 0 0 0 3.249-4.545zm-98.96 7.8l-1.092.983a64 64 0 0 0 3.917 3.983l1.002-1.074a63 63 0 0 1-3.827-3.892m92.24.79a63 63 0 0 1-3.893 3.826l.983 1.092a64 64 0 0 0 3.984-3.916zm-84.263 6.648l-.906 1.157a64 64 0 0 0 4.546 3.248l.8-1.232a63 63 0 0 1-4.44-3.173m76.16.654a63 63 0 0 1-4.495 3.096l.78 1.245a64 64 0 0 0 4.6-3.17zm-67.018 5.294l-.691 1.296a64 64 0 0 0 5.04 2.409l.575-1.352a62 62 0 0 1-4.924-2.353m57.775.496a62 62 0 0 1-4.964 2.268l.551 1.362a63 63 0 0 0 5.082-2.322zm-47.74 3.77l-.453 1.396a63 63 0 0 0 5.385 1.49l.329-1.43a62 62 0 0 1-5.26-1.456zm37.632.322a62 62 0 0 1-5.284 1.365l.304 1.437a63 63 0 0 0 5.41-1.398zm-27.003 2.122l-.203 1.455a64 64 0 0 0 5.561.529l.075-1.467a63 63 0 0 1-5.433-.517m16.335.139a63 63 0 0 1-5.442.424l.05 1.468a64 64 0 0 0 5.57-.434z"
20
+ }, null, -1)
21
+ ]));
22
+ }
23
+ const f = /* @__PURE__ */ t(z, [["render", o]]);
24
+ export {
25
+ f as default
26
+ };
@@ -0,0 +1,22 @@
1
+ import { openBlock as o, createElementBlock as n, createElementVNode as e } from "vue";
2
+ import { _ as r } from "./index-CACmTpvR.js";
3
+ const l = {}, f = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 256 256"
6
+ };
7
+ function s(c, t) {
8
+ return o(), n("svg", f, t[0] || (t[0] = [
9
+ e("path", {
10
+ fill: "#c12127",
11
+ d: "M0 256V0h256v256z"
12
+ }, null, -1),
13
+ e("path", {
14
+ fill: "#fff",
15
+ d: "M48 48h160v160h-32V80h-48v128H48z"
16
+ }, null, -1)
17
+ ]));
18
+ }
19
+ const _ = /* @__PURE__ */ r(l, [["render", s]]);
20
+ export {
21
+ _ as default
22
+ };
@@ -0,0 +1,15 @@
1
+ import { openBlock as o, createElementBlock as r, createStaticVNode as c } from "vue";
2
+ import { _ as e } from "./index-CACmTpvR.js";
3
+ const s = {}, n = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128"
6
+ };
7
+ function a(i, t) {
8
+ return o(), r("svg", n, t[0] || (t[0] = [
9
+ c('<linearGradient id="deviconPython0" x1="70.252" x2="170.659" y1="1237.476" y2="1151.089" gradientTransform="matrix(.563 0 0 -.568 -29.215 707.817)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5a9fd4"></stop><stop offset="1" stop-color="#306998"></stop></linearGradient><linearGradient id="deviconPython1" x1="209.474" x2="173.62" y1="1098.811" y2="1149.537" gradientTransform="matrix(.563 0 0 -.568 -29.215 707.817)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd43b"></stop><stop offset="1" stop-color="#ffe873"></stop></linearGradient><path fill="url(#deviconPython0)" d="M63.391 1.988c-4.222.02-8.252.379-11.8 1.007c-10.45 1.846-12.346 5.71-12.346 12.837v9.411h24.693v3.137H29.977c-7.176 0-13.46 4.313-15.426 12.521c-2.268 9.405-2.368 15.275 0 25.096c1.755 7.311 5.947 12.519 13.124 12.519h8.491V67.234c0-8.151 7.051-15.34 15.426-15.34h24.665c6.866 0 12.346-5.654 12.346-12.548V15.833c0-6.693-5.646-11.72-12.346-12.837c-4.244-.706-8.645-1.027-12.866-1.008M50.037 9.557c2.55 0 4.634 2.117 4.634 4.721c0 2.593-2.083 4.69-4.634 4.69c-2.56 0-4.633-2.097-4.633-4.69c-.001-2.604 2.073-4.721 4.633-4.721" transform="translate(0 10.26)"></path><path fill="url(#deviconPython1)" d="M91.682 28.38v10.966c0 8.5-7.208 15.655-15.426 15.655H51.591c-6.756 0-12.346 5.783-12.346 12.549v23.515c0 6.691 5.818 10.628 12.346 12.547c7.816 2.297 15.312 2.713 24.665 0c6.216-1.801 12.346-5.423 12.346-12.547v-9.412H63.938v-3.138h37.012c7.176 0 9.852-5.005 12.348-12.519c2.578-7.735 2.467-15.174 0-25.096c-1.774-7.145-5.161-12.521-12.348-12.521h-9.268zM77.809 87.927c2.561 0 4.634 2.097 4.634 4.692c0 2.602-2.074 4.719-4.634 4.719c-2.55 0-4.633-2.117-4.633-4.719c0-2.595 2.083-4.692 4.633-4.692" transform="translate(0 10.26)"></path><radialGradient id="deviconPython2" cx="1825.678" cy="444.45" r="26.743" gradientTransform="matrix(0 -.24 -1.055 0 532.979 557.576)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b8b8b8" stop-opacity="0.498"></stop><stop offset="1" stop-color="#7f7f7f" stop-opacity="0"></stop></radialGradient><path fill="url(#deviconPython2)" d="M97.309 119.597c0 3.543-14.816 6.416-33.091 6.416c-18.276 0-33.092-2.873-33.092-6.416s14.815-6.417 33.092-6.417c18.275 0 33.091 2.872 33.091 6.417" opacity="0.444"></path>', 6)
10
+ ]));
11
+ }
12
+ const d = /* @__PURE__ */ e(s, [["render", a]]);
13
+ export {
14
+ d as default
15
+ };
@@ -1,5 +1,5 @@
1
1
  import { openBlock as l, createElementBlock as t, createElementVNode as e } from "vue";
2
- import { _ as o } from "./index-dKFEjnoD.js";
2
+ import { _ as o } from "./index-CACmTpvR.js";
3
3
  const s = {}, r = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 128 128",
@@ -0,0 +1,25 @@
1
+ import { openBlock as c, createElementBlock as l, createElementVNode as a } from "vue";
2
+ import { _ as t } from "./index-CACmTpvR.js";
3
+ const o = {}, r = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 32 32"
6
+ };
7
+ function n(s, e) {
8
+ return c(), l("svg", r, e[0] || (e[0] = [
9
+ a("path", {
10
+ fill: "#cdb57b",
11
+ d: "M8.562 15.256A21.2 21.2 0 0 0 16 16.449a21.2 21.2 0 0 0 7.438-1.194c1.864-.727 2.525-1.535 2.525-2V9.7a10.4 10.4 0 0 1-2.084 1.076A22.3 22.3 0 0 1 16 12.078a22.4 22.4 0 0 1-7.879-1.3A10.3 10.3 0 0 1 6.037 9.7v3.55c0 .474.663 1.278 2.525 2.006m0 6.705a15.6 15.6 0 0 0 2.6.741a25 25 0 0 0 4.838.453a25 25 0 0 0 4.838-.452a15.6 15.6 0 0 0 2.6-.741c1.864-.727 2.525-1.535 2.525-2v-3.39a10.7 10.7 0 0 1-1.692.825A23.5 23.5 0 0 1 16 18.74a23.5 23.5 0 0 1-8.271-1.348a11 11 0 0 1-1.692-.825v3.393c0 .466.663 1.271 2.525 2.001M16 30c5.5 0 9.963-1.744 9.963-3.894v-2.837a10.5 10.5 0 0 1-1.535.762l-.157.063A23.5 23.5 0 0 1 16 25.445a23.4 23.4 0 0 1-8.271-1.351l-.157-.063a10.5 10.5 0 0 1-1.535-.762v2.837C6.037 28.256 10.5 30 16 30"
12
+ }, null, -1),
13
+ a("ellipse", {
14
+ cx: "16",
15
+ cy: "5.894",
16
+ fill: "#cdb57b",
17
+ rx: "9.963",
18
+ ry: "3.894"
19
+ }, null, -1)
20
+ ]));
21
+ }
22
+ const m = /* @__PURE__ */ t(o, [["render", n]]);
23
+ export {
24
+ m as default
25
+ };
@@ -0,0 +1,28 @@
1
+ import { openBlock as o, createElementBlock as r, createElementVNode as e } from "vue";
2
+ import { _ as l } from "./index-CACmTpvR.js";
3
+ const m = {}, n = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ viewBox: "0 0 128 128"
6
+ };
7
+ function c(f, t) {
8
+ return o(), r("svg", n, t[0] || (t[0] = [
9
+ e("g", { "fill-rule": "evenodd" }, [
10
+ e("path", {
11
+ fill: "#5c4ee5",
12
+ d: "M77.941 44.5v36.836L46.324 62.918V26.082zm0 0"
13
+ }),
14
+ e("path", {
15
+ fill: "#4040b2",
16
+ d: "m81.41 81.336l31.633-18.418V26.082L81.41 44.5zm0 0"
17
+ }),
18
+ e("path", {
19
+ fill: "#5c4ee5",
20
+ d: "M11.242 42.36L42.86 60.776V23.941L11.242 5.523zm66.699 43.015L46.324 66.957v36.82l31.617 18.418zm0 0"
21
+ })
22
+ ], -1)
23
+ ]));
24
+ }
25
+ const i = /* @__PURE__ */ l(m, [["render", c]]);
26
+ export {
27
+ i as default
28
+ };
@@ -1,5 +1,5 @@
1
1
  import { openBlock as t, createElementBlock as e, createElementVNode as a } from "vue";
2
- import { _ as o } from "./index-dKFEjnoD.js";
2
+ import { _ as o } from "./index-CACmTpvR.js";
3
3
  const l = {}, r = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 128 128"
@@ -1,6 +1,6 @@
1
1
  import { Meta, StoryObj } from '@storybook/vue3';
2
- import { default as ElmInlineCode } from './ElmInlineCode.vue';
3
- declare const meta: Meta<typeof ElmInlineCode>;
2
+ import { default as ElmBadge } from './ElmBadge.vue';
3
+ declare const meta: Meta<typeof ElmBadge>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof meta>;
6
6
  export declare const Primary: Story;
@@ -0,0 +1,20 @@
1
+ export interface ElmBadgeProps {
2
+ color: string;
3
+ }
4
+ declare function __VLS_template(): {
5
+ slots: {
6
+ left?(_: {}): any;
7
+ right?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ attrs: Partial<{}>;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import('vue').DefineComponent<ElmBadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmBadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ export default _default;
16
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmTag } from './ElmTag.vue';
3
+ declare const meta: Meta<typeof ElmTag>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
7
+ export declare const Multiple: Story;
@@ -0,0 +1,14 @@
1
+ export interface ElmTagProps {
2
+ /**
3
+ * The text to display in the tag.
4
+ */
5
+ text: string;
6
+ /**
7
+ * The color of the tag.
8
+ */
9
+ color?: string;
10
+ }
11
+ declare const _default: import('vue').DefineComponent<ElmTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmTagProps> & Readonly<{}>, {
12
+ color: string;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
@@ -1,3 +1,4 @@
1
+ import { Property } from 'csstype';
1
2
  export interface ElmCodeBlockProps {
2
3
  /**
3
4
  * The code to display.
@@ -12,6 +13,10 @@ export interface ElmCodeBlockProps {
12
13
  * If not provided, the language will be used.
13
14
  */
14
15
  caption?: string;
16
+ /**
17
+ * The margin of the code block.
18
+ */
19
+ margin?: Property.MarginBlock;
15
20
  }
16
21
  declare const _default: import('vue').DefineComponent<ElmCodeBlockProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmCodeBlockProps> & Readonly<{}>, {
17
22
  language: string;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmDesktopWindow } from './ElmDesktopWindow.vue';
3
+ declare const meta: Meta<typeof ElmDesktopWindow>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,26 @@
1
+ import { Property } from 'csstype';
2
+ export interface ElmDesktopWindowProps {
3
+ /**
4
+ * The minimum height of the window.
5
+ * @default '6rem'
6
+ */
7
+ minHeight?: Property.MinHeight;
8
+ }
9
+ declare function __VLS_template(): {
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ attrs: Partial<{}>;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<ElmDesktopWindowProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmDesktopWindowProps> & Readonly<{}>, {
18
+ minHeight: Property.MinHeight;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmModal } from './ElmModal.vue';
3
+ declare const meta: Meta<typeof ElmModal>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,34 @@
1
+ import { Property } from 'csstype';
2
+ export interface ElmModalProps {
3
+ /**
4
+ * The width of the modal.
5
+ * @default '90%'
6
+ */
7
+ width: Property.Width;
8
+ }
9
+ declare let __VLS_typeProps: ElmModalProps;
10
+ type __VLS_PublicProps = {
11
+ 'isOpen'?: boolean;
12
+ } & typeof __VLS_typeProps;
13
+ declare function __VLS_template(): {
14
+ slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ refs: {};
18
+ attrs: Partial<{}>;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ "update:isOpen": (isOpen: boolean) => any;
23
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
24
+ "onUpdate:isOpen"?: ((isOpen: boolean) => any) | undefined;
25
+ }>, {
26
+ width: Property.Width;
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
+ export default _default;
30
+ type __VLS_WithTemplateSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as ElmSnackbarContainer } from './ElmSnackbarContainer.vue';
3
+ declare const meta: Meta<typeof ElmSnackbarContainer>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const SnackbarOnly: Story;
@@ -0,0 +1,11 @@
1
+ import { VNode } from 'vue';
2
+ export interface ElmSnackbarProps {
3
+ label?: string;
4
+ children?: VNode;
5
+ timeout?: number;
6
+ close: () => void;
7
+ }
8
+ declare const _default: import('vue').DefineComponent<ElmSnackbarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmSnackbarProps> & Readonly<{}>, {
9
+ timeout: number;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ export default _default;
@@ -0,0 +1,10 @@
1
+ export interface ElmSnackbarContainerProps {
2
+ snackbars: {
3
+ id: string;
4
+ label: string;
5
+ timeout?: number;
6
+ close: () => void;
7
+ }[];
8
+ }
9
+ declare const _default: import('vue').DefineComponent<ElmSnackbarContainerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmSnackbarContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ export default _default;
@@ -4,3 +4,4 @@ declare const meta: Meta<typeof ElmToggle>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof meta>;
6
6
  export declare const Primary: Story;
7
+ export declare const InlineSummary: Story;
@@ -1,8 +1,13 @@
1
+ import { Property } from 'csstype';
1
2
  export interface ElmToggleProps {
2
3
  /**
3
4
  * The summary of the toggle.
4
5
  */
5
6
  summary: string;
7
+ /**
8
+ * The margin of the toggle.
9
+ */
10
+ margin?: Property.MarginBlock;
6
11
  }
7
12
  declare let __VLS_typeProps: ElmToggleProps;
8
13
  type __VLS_PublicProps = {
@@ -10,6 +15,7 @@ type __VLS_PublicProps = {
10
15
  } & typeof __VLS_typeProps;
11
16
  declare function __VLS_template(): {
12
17
  slots: {
18
+ summary?(_: {}): any;
13
19
  default?(_: {}): any;
14
20
  };
15
21
  refs: {};
@@ -0,0 +1,28 @@
1
+ import { VNode } from 'vue';
2
+ export declare function useSnackbarState(): {
3
+ snackbars: import('vue').Ref<{
4
+ id: string;
5
+ label?: string | undefined;
6
+ timeout: number;
7
+ children?: VNode | undefined;
8
+ close: () => void;
9
+ }[], {
10
+ id: string;
11
+ label?: string;
12
+ timeout: number;
13
+ children?: VNode;
14
+ close: () => void;
15
+ }[] | {
16
+ id: string;
17
+ label?: string | undefined;
18
+ timeout: number;
19
+ children?: VNode | undefined;
20
+ close: () => void;
21
+ }[]>;
22
+ push: ({ label, timeout, children }: {
23
+ label?: string;
24
+ timeout?: number;
25
+ children?: VNode;
26
+ }) => string;
27
+ remove: (id: string) => void;
28
+ };