@elmethis/core 1.0.0-alpha.191 → 1.0.0-alpha.193

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 (129) hide show
  1. package/dist/components/code/ElmCodeBlock.vue.mjs +2 -2
  2. package/dist/components/code/ElmCodeBlock.vue2.mjs +18 -11
  3. package/dist/components/code/ElmCodeBlock.vue3.mjs +11 -13
  4. package/dist/components/containments/ElmSnackbar.vue2.mjs +6 -4
  5. package/dist/components/containments/ElmSnackbar.vue3.mjs +4 -4
  6. package/dist/components/containments/ElmToggle.vue.mjs +2 -2
  7. package/dist/components/containments/ElmToggle.vue2.mjs +21 -25
  8. package/dist/components/containments/ElmToggle.vue3.mjs +8 -7
  9. package/dist/components/data/ElmStatusMessage.vue.mjs +2 -2
  10. package/dist/components/data/ElmStatusMessage.vue2.mjs +22 -21
  11. package/dist/components/data/ElmStatusMessage.vue3.mjs +3 -6
  12. package/dist/components/form/ElmSwitch.vue.d.ts +1 -1
  13. package/dist/components/form/ElmTextField.vue.d.ts +2 -2
  14. package/dist/components/form/ElmTextField.vue2.mjs +25 -13
  15. package/dist/components/form/ElmTextField.vue3.mjs +12 -12
  16. package/dist/components/icon/ElmBookmarkIcon.vue2.mjs +7 -5
  17. package/dist/components/icon/ElmBookmarkIcon.vue3.mjs +4 -5
  18. package/dist/components/icon/ElmDotLoadingIcon.vue.d.ts +1 -1
  19. package/dist/components/icon/ElmLanguageIcon.vue.mjs +2 -2
  20. package/dist/components/icon/ElmLanguageIcon.vue2.mjs +139 -85
  21. package/dist/components/icon/ElmLanguageIcon.vue3.mjs +4 -7
  22. package/dist/components/icon/ElmLoginIcon.vue2.mjs +8 -9
  23. package/dist/components/icon/ElmLoginIcon.vue3.mjs +2 -2
  24. package/dist/components/{badge/ElmBadge.stories.d.ts → icon/ElmMdiIcon.stories.d.ts} +2 -2
  25. package/dist/components/icon/ElmMdiIcon.vue.d.ts +11 -0
  26. package/dist/components/icon/ElmMdiIcon.vue.mjs +10 -0
  27. package/dist/components/icon/ElmMdiIcon.vue2.mjs +34 -0
  28. package/dist/components/icon/ElmMdiIcon.vue3.mjs +20 -0
  29. package/dist/components/icon/ElmToggleTheme.vue2.mjs +22 -11
  30. package/dist/components/icon/languages/Bash.vue.d.ts +6 -1
  31. package/dist/components/icon/languages/Bash.vue.mjs +3 -24
  32. package/dist/components/icon/languages/Bash.vue2.mjs +31 -17
  33. package/dist/components/icon/languages/Bash.vue3.mjs +20 -0
  34. package/dist/components/icon/languages/C.vue.d.ts +7 -0
  35. package/dist/components/icon/languages/C.vue.mjs +4 -0
  36. package/dist/components/icon/languages/C.vue2.mjs +34 -0
  37. package/dist/components/icon/languages/Cplusplus.vue.d.ts +7 -0
  38. package/dist/components/icon/languages/Cplusplus.vue.mjs +4 -0
  39. package/dist/components/icon/languages/Cplusplus.vue2.mjs +38 -0
  40. package/dist/components/icon/languages/Csharp.vue.d.ts +7 -0
  41. package/dist/components/icon/languages/Csharp.vue.mjs +4 -0
  42. package/dist/components/icon/languages/Csharp.vue2.mjs +34 -0
  43. package/dist/components/icon/languages/Css.vue.d.ts +6 -1
  44. package/dist/components/icon/languages/Css.vue.mjs +2 -17
  45. package/dist/components/icon/languages/Css.vue2.mjs +26 -0
  46. package/dist/components/icon/languages/Go.vue.d.ts +7 -0
  47. package/dist/components/icon/languages/Go.vue.mjs +4 -0
  48. package/dist/components/icon/languages/Go.vue2.mjs +32 -0
  49. package/dist/components/icon/languages/Html.vue.d.ts +7 -0
  50. package/dist/components/icon/languages/Html.vue.mjs +4 -0
  51. package/dist/components/icon/languages/Html.vue2.mjs +38 -0
  52. package/dist/components/icon/languages/Java.vue.d.ts +7 -0
  53. package/dist/components/icon/languages/Java.vue.mjs +4 -0
  54. package/dist/components/icon/languages/Java.vue2.mjs +23 -0
  55. package/dist/components/icon/languages/Javascript.vue.d.ts +7 -0
  56. package/dist/components/icon/languages/Javascript.vue.mjs +4 -0
  57. package/dist/components/icon/languages/Javascript.vue2.mjs +30 -0
  58. package/dist/components/icon/languages/Json.vue.d.ts +7 -0
  59. package/dist/components/icon/languages/Json.vue.mjs +4 -0
  60. package/dist/components/icon/languages/Json.vue2.mjs +23 -0
  61. package/dist/components/icon/languages/Kotlin.vue.d.ts +7 -0
  62. package/dist/components/icon/languages/Kotlin.vue.mjs +4 -0
  63. package/dist/components/icon/languages/Kotlin.vue2.mjs +23 -0
  64. package/dist/components/icon/languages/Lua.vue.d.ts +7 -0
  65. package/dist/components/icon/languages/Lua.vue.mjs +4 -0
  66. package/dist/components/icon/languages/Lua.vue2.mjs +34 -0
  67. package/dist/components/icon/languages/Npm.vue.d.ts +7 -0
  68. package/dist/components/icon/languages/Npm.vue.mjs +4 -0
  69. package/dist/components/icon/languages/Npm.vue2.mjs +30 -0
  70. package/dist/components/icon/languages/Python.vue.d.ts +7 -0
  71. package/dist/components/icon/languages/Python.vue.mjs +4 -0
  72. package/dist/components/icon/languages/Python.vue2.mjs +23 -0
  73. package/dist/components/icon/languages/Rust.vue.d.ts +6 -1
  74. package/dist/components/icon/languages/Rust.vue.mjs +2 -15
  75. package/dist/components/icon/languages/Rust.vue2.mjs +24 -0
  76. package/dist/components/icon/languages/Sql.vue.d.ts +7 -0
  77. package/dist/components/icon/languages/Sql.vue.mjs +4 -0
  78. package/dist/components/icon/languages/Sql.vue2.mjs +26 -0
  79. package/dist/components/icon/languages/Terraform.vue.d.ts +7 -0
  80. package/dist/components/icon/languages/Terraform.vue.mjs +4 -0
  81. package/dist/components/icon/languages/Terraform.vue2.mjs +36 -0
  82. package/dist/components/icon/languages/Typescript.vue.d.ts +7 -0
  83. package/dist/components/icon/languages/Typescript.vue.mjs +4 -0
  84. package/dist/components/icon/languages/Typescript.vue2.mjs +30 -0
  85. package/dist/components/media/ElmFile.vue2.mjs +10 -8
  86. package/dist/components/media/ElmFile.vue3.mjs +6 -9
  87. package/dist/components/navigation/ElmBookmark.vue2.mjs +10 -9
  88. package/dist/components/navigation/ElmBookmark.vue3.mjs +9 -12
  89. package/dist/components/navigation/ElmBreadcrumb.vue2.mjs +14 -12
  90. package/dist/components/navigation/ElmBreadcrumb.vue3.mjs +5 -11
  91. package/dist/components/navigation/ElmTableOfContents.vue2.mjs +7 -5
  92. package/dist/components/navigation/ElmTableOfContents.vue3.mjs +4 -7
  93. package/dist/components/others/ElmColorSample.vue.mjs +2 -2
  94. package/dist/components/others/ElmColorSample.vue2.mjs +7 -7
  95. package/dist/components/others/ElmJsonComponentRenderer.vue2.mjs +49 -24
  96. package/dist/components/table/ElmTableBody.vue.mjs +2 -1
  97. package/dist/components/typography/ElmCallout.vue2.mjs +12 -11
  98. package/dist/components/typography/ElmCallout.vue3.mjs +5 -8
  99. package/dist/components/typography/ElmFragmentIdentifier.vue2.mjs +12 -7
  100. package/dist/components/typography/ElmFragmentIdentifier.vue3.mjs +3 -3
  101. package/dist/components/typography/ElmInlineText.vue.d.ts +1 -1
  102. package/dist/components/typography/ElmInlineText.vue2.mjs +8 -5
  103. package/dist/components/typography/ElmInlineText.vue3.mjs +5 -8
  104. package/dist/index.d.ts +0 -6
  105. package/dist/index.mjs +103 -109
  106. package/dist/node_modules/.pnpm/@mdi_js@7.4.47/node_modules/@mdi/js/mdi.mjs +72 -0
  107. package/package.json +1 -3
  108. package/dist/components/badge/ElmBadge.vue.d.ts +0 -21
  109. package/dist/components/badge/ElmBadge.vue.mjs +0 -10
  110. package/dist/components/badge/ElmBadge.vue2.mjs +0 -33
  111. package/dist/components/badge/ElmBadge.vue3.mjs +0 -26
  112. package/dist/components/badge/ElmTag.stories.d.ts +0 -7
  113. package/dist/components/badge/ElmTag.vue.d.ts +0 -14
  114. package/dist/components/badge/ElmTag.vue.mjs +0 -10
  115. package/dist/components/badge/ElmTag.vue2.mjs +0 -39
  116. package/dist/components/badge/ElmTag.vue3.mjs +0 -26
  117. package/dist/components/form/ElmTotp.stories.d.ts +0 -6
  118. package/dist/components/form/ElmTotp.vue.d.ts +0 -12
  119. package/dist/components/form/ElmTotp.vue.mjs +0 -10
  120. package/dist/components/form/ElmTotp.vue2.mjs +0 -102
  121. package/dist/components/form/ElmTotp.vue3.mjs +0 -34
  122. package/dist/components/jsonschema/ElmChildContainer.stories.d.ts +0 -6
  123. package/dist/components/jsonschema/ElmChildContainer.vue.d.ts +0 -21
  124. package/dist/components/jsonschema/ElmFieldAttribute.stories.d.ts +0 -6
  125. package/dist/components/jsonschema/ElmFieldAttribute.vue.d.ts +0 -7
  126. package/dist/components/jsonschema/ElmFieldType.stories.d.ts +0 -7
  127. package/dist/components/jsonschema/ElmFieldType.vue.d.ts +0 -8
  128. package/dist/components/jsonschema/ElmJsonSchema.stories.d.ts +0 -7
  129. package/dist/components/jsonschema/ElmJsonSchema.vue.d.ts +0 -7
@@ -3,20 +3,19 @@
3
3
  try {
4
4
  if (typeof document != "undefined") {
5
5
  var elementStyle = document.createElement("style");
6
- elementStyle.appendChild(document.createTextNode("._wrapper_19n7v_1{all:unset;box-sizing:border-box;padding:.5rem;width:5rem;height:5.5rem;border-radius:.25rem;display:flex;flex-direction:column;align-items:center;justify-content:space-around;cursor:pointer;transition:background-color .1s}._wrapper_19n7v_1:hover{background-color:#0000001a}[data-theme=dark] ._wrapper_19n7v_1:hover{background-color:#ffffff1a}._favicon_19n7v_22{width:2.5rem;height:2.5rem}._favicon-svg_19n7v_27{width:2.5rem;height:2.5rem;color:#000000b3}[data-theme=dark] ._favicon-svg_19n7v_27{color:#ffffffb3}._text_19n7v_36{width:4rem;text-align:center;vertical-align:middle;line-height:.75rem;overflow:hidden;text-overflow:ellipsis}"));
6
+ elementStyle.appendChild(document.createTextNode("._wrapper_1djyj_1{all:unset;box-sizing:border-box;padding:.5rem;width:5rem;height:5.5rem;border-radius:.25rem;display:flex;flex-direction:column;align-items:center;justify-content:space-around;cursor:pointer;transition:background-color .1s}._wrapper_1djyj_1:hover{background-color:#0000001a}[data-theme=dark] ._wrapper_1djyj_1:hover{background-color:#ffffff1a}._favicon_1djyj_22{width:2.5rem;height:2.5rem}._text_1djyj_27{width:4rem;text-align:center;vertical-align:middle;line-height:.75rem;overflow:hidden;text-overflow:ellipsis}"));
7
7
  document.head.appendChild(elementStyle);
8
8
  }
9
9
  } catch (e) {
10
10
  console.error("vite-plugin-css-injected-by-js", e);
11
11
  }
12
12
  })();
13
- const wrapper = "_wrapper_19n7v_1";
14
- const favicon = "_favicon_19n7v_22";
15
- const text = "_text_19n7v_36";
13
+ const wrapper = "_wrapper_1djyj_1";
14
+ const favicon = "_favicon_1djyj_22";
15
+ const text = "_text_1djyj_27";
16
16
  const style0 = {
17
17
  wrapper,
18
18
  favicon,
19
- "favicon-svg": "_favicon-svg_19n7v_27",
20
19
  text
21
20
  };
22
21
  export {
@@ -12,7 +12,7 @@ export interface ElmDotLoadingIconProps {
12
12
  size?: Property.Width<string | number>;
13
13
  }
14
14
  declare const _default: import('vue').DefineComponent<ElmDotLoadingIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmDotLoadingIconProps> & Readonly<{}>, {
15
- color: Property.BackgroundColor;
16
15
  size: Property.Width<string | number>;
16
+ color: Property.BackgroundColor;
17
17
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
18
  export default _default;
@@ -3,7 +3,7 @@
3
3
  try {
4
4
  if (typeof document != "undefined") {
5
5
  var elementStyle = document.createElement("style");
6
- elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-a7487e3e],.v-leave-from[data-v-a7487e3e]{opacity:1}.v-enter-active[data-v-a7487e3e],.v-leave-active[data-v-a7487e3e]{transition:opacity .1s}.v-enter-from[data-v-a7487e3e],.v-leave-to[data-v-a7487e3e]{opacity:0}"));
6
+ elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-610548e5],.v-leave-from[data-v-610548e5]{opacity:1}.v-enter-active[data-v-610548e5],.v-leave-active[data-v-610548e5]{transition:opacity .1s}.v-enter-from[data-v-610548e5],.v-leave-to[data-v-610548e5]{opacity:0}"));
7
7
  document.head.appendChild(elementStyle);
8
8
  }
9
9
  } catch (e) {
@@ -17,7 +17,7 @@ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
17
17
  const cssModules = {
18
18
  "$style": style0
19
19
  };
20
- const ElmLanguageIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules], ["__scopeId", "data-v-a7487e3e"]]);
20
+ const ElmLanguageIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules], ["__scopeId", "data-v-610548e5"]]);
21
21
  export {
22
22
  ElmLanguageIcon as default
23
23
  };
@@ -1,5 +1,6 @@
1
- import { defineComponent, useCssModule, h, ref, watch, createElementBlock, openBlock, normalizeStyle, normalizeClass, createVNode, Transition, withCtx, createBlock, unref, defineAsyncComponent } from "vue";
2
- import { Icon } from "@iconify/vue";
1
+ import { defineComponent, h, createElementBlock, openBlock, normalizeStyle, normalizeClass, createVNode, Transition, withCtx, createBlock, resolveDynamicComponent, defineAsyncComponent } from "vue";
2
+ import ElmMdiIcon from "./ElmMdiIcon.vue.mjs";
3
+ import { mdiCodeJson } from "../../node_modules/.pnpm/@mdi_js@7.4.47/node_modules/@mdi/js/mdi.mjs";
3
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
5
  __name: "ElmLanguageIcon",
5
6
  props: {
@@ -8,131 +9,184 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
8
9
  },
9
10
  setup(__props) {
10
11
  const props = __props;
11
- const style = useCssModule();
12
- const Fallback = h(Icon, { icon: "mdi:terminal-line", class: style.icon });
12
+ const Fallback = h(ElmMdiIcon, {
13
+ d: mdiCodeJson,
14
+ size: props.size ? `${props.size}px` : void 0
15
+ });
13
16
  const render = () => {
14
17
  switch (props.language.toLowerCase()) {
15
18
  case "rust":
16
19
  case "rs":
17
- return defineAsyncComponent({
18
- loader: () => import("./languages/Rust.vue.mjs"),
19
- loadingComponent: Fallback
20
- });
20
+ return h(
21
+ defineAsyncComponent({
22
+ loader: () => import("./languages/Rust.vue.mjs"),
23
+ loadingComponent: Fallback
24
+ }),
25
+ { size: props.size }
26
+ );
21
27
  case "javascript":
22
28
  case "js":
23
- return h(Icon, {
24
- icon: "devicon:javascript",
25
- class: style.icon
26
- });
29
+ return h(
30
+ defineAsyncComponent({
31
+ loader: () => import("./languages/Javascript.vue.mjs"),
32
+ loadingComponent: Fallback
33
+ }),
34
+ { size: props.size }
35
+ );
27
36
  case "typescript":
28
37
  case "ts":
29
- return h(Icon, {
30
- icon: "devicon:typescript",
31
- class: style.icon
32
- });
38
+ return h(
39
+ defineAsyncComponent({
40
+ loader: () => import("./languages/Typescript.vue.mjs"),
41
+ loadingComponent: Fallback
42
+ }),
43
+ { size: props.size }
44
+ );
33
45
  case "bash":
34
46
  case "sh":
35
47
  case "shell":
36
- return defineAsyncComponent({
37
- loader: () => import("./languages/Bash.vue.mjs"),
38
- loadingComponent: Fallback
39
- });
48
+ return h(
49
+ defineAsyncComponent({
50
+ loader: () => import("./languages/Bash.vue.mjs"),
51
+ loadingComponent: Fallback
52
+ }),
53
+ { size: props.size }
54
+ );
40
55
  case "tf":
41
56
  case "terraform":
42
57
  case "hcl":
43
- return h(Icon, {
44
- icon: "devicon:terraform",
45
- class: style.icon
46
- });
58
+ return h(
59
+ defineAsyncComponent({
60
+ loader: () => import("./languages/Terraform.vue.mjs"),
61
+ loadingComponent: Fallback
62
+ }),
63
+ { size: props.size }
64
+ );
47
65
  case "html":
48
- return h(Icon, {
49
- icon: "devicon:html5",
50
- class: style.icon
51
- });
66
+ case "html5":
67
+ return h(
68
+ defineAsyncComponent({
69
+ loader: () => import("./languages/Html.vue.mjs"),
70
+ loadingComponent: Fallback
71
+ }),
72
+ { size: props.size }
73
+ );
52
74
  case "css":
53
- return defineAsyncComponent({
54
- loader: () => import("./languages/Css.vue.mjs"),
55
- loadingComponent: Fallback
56
- });
75
+ case "css3":
76
+ return h(
77
+ defineAsyncComponent({
78
+ loader: () => import("./languages/Css.vue.mjs"),
79
+ loadingComponent: Fallback
80
+ }),
81
+ { size: props.size }
82
+ );
57
83
  case "npm":
58
- return h(Icon, {
59
- icon: "devicon:npm",
60
- class: style.icon
61
- });
84
+ return h(
85
+ defineAsyncComponent({
86
+ loader: () => import("./languages/Npm.vue.mjs"),
87
+ loadingComponent: Fallback
88
+ }),
89
+ { size: props.size }
90
+ );
62
91
  case "java":
63
- return h(Icon, {
64
- icon: "devicon:java",
65
- class: style.icon
66
- });
92
+ return h(
93
+ defineAsyncComponent({
94
+ loader: () => import("./languages/Java.vue.mjs"),
95
+ loadingComponent: Fallback
96
+ }),
97
+ { size: props.size }
98
+ );
67
99
  case "kotlin":
68
100
  case "kt":
69
- return h(Icon, {
70
- icon: "devicon:kotlin",
71
- class: style.icon
72
- });
101
+ return h(
102
+ defineAsyncComponent({
103
+ loader: () => import("./languages/Kotlin.vue.mjs"),
104
+ loadingComponent: Fallback
105
+ }),
106
+ { size: props.size }
107
+ );
73
108
  case "go":
74
109
  case "golang":
75
- return h(Icon, {
76
- icon: "logos:go",
77
- class: style.icon
78
- });
110
+ return h(
111
+ defineAsyncComponent({
112
+ loader: () => import("./languages/Go.vue.mjs"),
113
+ loadingComponent: Fallback
114
+ }),
115
+ { size: props.size }
116
+ );
79
117
  case "python":
80
118
  case "py":
81
- return h(Icon, {
82
- icon: "devicon:python",
83
- class: style.icon
84
- });
119
+ return h(
120
+ defineAsyncComponent({
121
+ loader: () => import("./languages/Python.vue.mjs"),
122
+ loadingComponent: Fallback
123
+ }),
124
+ { size: props.size }
125
+ );
85
126
  case "sql":
86
- return h(Icon, {
87
- icon: "vscode-icons:file-type-sql",
88
- class: style.icon
89
- });
127
+ return h(
128
+ defineAsyncComponent({
129
+ loader: () => import("./languages/Sql.vue.mjs"),
130
+ loadingComponent: Fallback
131
+ }),
132
+ { size: props.size }
133
+ );
90
134
  case "json":
91
- return h(Icon, {
92
- icon: "devicon:json",
93
- class: style.icon
94
- });
135
+ return h(
136
+ defineAsyncComponent({
137
+ loader: () => import("./languages/Json.vue.mjs"),
138
+ loadingComponent: Fallback
139
+ }),
140
+ { size: props.size }
141
+ );
95
142
  case "lua":
96
- return h(Icon, {
97
- icon: "devicon:lua",
98
- class: style.icon
99
- });
143
+ return h(
144
+ defineAsyncComponent({
145
+ loader: () => import("./languages/Lua.vue.mjs"),
146
+ loadingComponent: Fallback
147
+ }),
148
+ { size: props.size }
149
+ );
100
150
  case "cs":
151
+ case "c#":
101
152
  case "csharp":
102
- return h(Icon, {
103
- icon: "devicon:csharp",
104
- class: style.icon
105
- });
153
+ return h(
154
+ defineAsyncComponent({
155
+ loader: () => import("./languages/Csharp.vue.mjs"),
156
+ loadingComponent: Fallback
157
+ }),
158
+ { size: props.size }
159
+ );
106
160
  case "cpp":
107
161
  case "c++":
108
- return h(Icon, {
109
- icon: "devicon:cplusplus",
110
- class: style.icon
111
- });
162
+ return h(
163
+ defineAsyncComponent({
164
+ loader: () => import("./languages/Cplusplus.vue.mjs"),
165
+ loadingComponent: Fallback
166
+ }),
167
+ { size: props.size }
168
+ );
112
169
  case "c":
113
- return h(Icon, {
114
- icon: "devicon:c",
115
- class: style.icon
116
- });
170
+ case "clang":
171
+ return h(
172
+ defineAsyncComponent({
173
+ loader: () => import("./languages/C.vue.mjs"),
174
+ loadingComponent: Fallback
175
+ }),
176
+ { size: props.size }
177
+ );
117
178
  default:
118
179
  return Fallback;
119
180
  }
120
181
  };
121
- const Icon$1 = ref(render());
122
- watch(
123
- () => props.language,
124
- () => {
125
- Icon$1.value = render();
126
- }
127
- );
128
182
  return (_ctx, _cache) => {
129
183
  return openBlock(), createElementBlock("div", {
130
184
  class: normalizeClass(_ctx.$style.block),
131
- style: normalizeStyle({ "--size": `${_ctx.size}px` })
185
+ style: normalizeStyle({ "--size": _ctx.size })
132
186
  }, [
133
187
  createVNode(Transition, { mode: "out-in" }, {
134
188
  default: withCtx(() => [
135
- (openBlock(), createBlock(unref(Icon$1), {
189
+ (openBlock(), createBlock(resolveDynamicComponent(render()), {
136
190
  class: normalizeClass(_ctx.$style.icon),
137
191
  key: _ctx.language
138
192
  }, null, 8, ["class"]))
@@ -3,21 +3,18 @@
3
3
  try {
4
4
  if (typeof document != "undefined") {
5
5
  var elementStyle = document.createElement("style");
6
- elementStyle.appendChild(document.createTextNode("._block_fz7i5_1{display:inline-block;height:var(--size);width:var(--size)}._icon_fz7i5_7{height:var(--size);width:var(--size)}"));
6
+ elementStyle.appendChild(document.createTextNode("._block_1hdoa_1{display:inline-block;height:var(--size);width:var(--size)}"));
7
7
  document.head.appendChild(elementStyle);
8
8
  }
9
9
  } catch (e) {
10
10
  console.error("vite-plugin-css-injected-by-js", e);
11
11
  }
12
12
  })();
13
- const block = "_block_fz7i5_1";
14
- const icon = "_icon_fz7i5_7";
13
+ const block = "_block_1hdoa_1";
15
14
  const style0 = {
16
- block,
17
- icon
15
+ block
18
16
  };
19
17
  export {
20
18
  block,
21
- style0 as default,
22
- icon
19
+ style0 as default
23
20
  };
@@ -1,7 +1,8 @@
1
- import { defineComponent, createBlock, openBlock, withCtx, createVNode, unref, normalizeStyle, normalizeClass } from "vue";
2
- import { Icon } from "@iconify/vue";
1
+ import { defineComponent, createBlock, openBlock, withCtx, createVNode, unref, normalizeClass } from "vue";
3
2
  import ElmTooltip from "../containments/ElmTooltip.vue.mjs";
4
3
  import ElmInlineText from "../typography/ElmInlineText.vue.mjs";
4
+ import ElmMdiIcon from "./ElmMdiIcon.vue.mjs";
5
+ import { mdiLoading, mdiLogoutVariant, mdiLoginVariant } from "../../node_modules/.pnpm/@mdi_js@7.4.47/node_modules/@mdi/js/mdi.mjs";
5
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
7
  __name: "ElmLoginIcon",
7
8
  props: {
@@ -13,14 +14,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
14
  return (_ctx, _cache) => {
14
15
  return openBlock(), createBlock(ElmTooltip, null, {
15
16
  original: withCtx(() => [
16
- createVNode(unref(Icon), {
17
+ createVNode(ElmMdiIcon, {
17
18
  class: normalizeClass(_ctx.$style.icon),
18
- style: normalizeStyle({
19
- "--width": _ctx.size,
20
- "--color": _ctx.isLoading ? "gray" : _ctx.isLogin ? "#b36472" : "#6987b8"
21
- }),
22
- icon: _ctx.isLoading ? "svg-spinners:ring-resize" : _ctx.isLogin ? "mdi:logout-variant" : "mdi:login-variant"
23
- }, null, 8, ["class", "style", "icon"])
19
+ d: _ctx.isLoading ? unref(mdiLoading) : _ctx.isLogin ? unref(mdiLogoutVariant) : unref(mdiLoginVariant),
20
+ color: _ctx.isLoading ? "gray" : _ctx.isLogin ? "#b36472" : "#6987b8",
21
+ size: _ctx.size
22
+ }, null, 8, ["class", "d", "color", "size"])
24
23
  ]),
25
24
  tooltip: withCtx(() => [
26
25
  createVNode(ElmInlineText, {
@@ -3,14 +3,14 @@
3
3
  try {
4
4
  if (typeof document != "undefined") {
5
5
  var elementStyle = document.createElement("style");
6
- elementStyle.appendChild(document.createTextNode("._icon_1rb0v_1{box-sizing:border-box;width:var(--width);height:var(--width);padding:.25rem;border-radius:.25rem;color:var(--color);cursor:pointer;transition:background-color .2s}._icon_1rb0v_1:hover{background-color:#0000001a}[data-theme=dark] ._icon_1rb0v_1:hover{background-color:#ffffff1a}"));
6
+ elementStyle.appendChild(document.createTextNode("._icon_qdybm_1{box-sizing:border-box;padding:.25rem;border-radius:.25rem;cursor:pointer;transition:background-color .2s}._icon_qdybm_1:hover{background-color:#0000001a}[data-theme=dark] ._icon_qdybm_1:hover{background-color:#ffffff1a}"));
7
7
  document.head.appendChild(elementStyle);
8
8
  }
9
9
  } catch (e) {
10
10
  console.error("vite-plugin-css-injected-by-js", e);
11
11
  }
12
12
  })();
13
- const icon = "_icon_1rb0v_1";
13
+ const icon = "_icon_qdybm_1";
14
14
  const style0 = {
15
15
  icon
16
16
  };
@@ -1,6 +1,6 @@
1
1
  import { Meta, StoryObj } from '@storybook/vue3';
2
- import { default as ElmBadge } from './ElmBadge.vue';
3
- declare const meta: Meta<typeof ElmBadge>;
2
+ import { default as ElmMdiIcon } from './ElmMdiIcon.vue';
3
+ declare const meta: Meta<typeof ElmMdiIcon>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof meta>;
6
6
  export declare const Primary: Story;
@@ -0,0 +1,11 @@
1
+ export interface ElmMdiIconProps {
2
+ size?: string;
3
+ d: string;
4
+ color?: string;
5
+ lightColor?: string;
6
+ darkColor?: string;
7
+ }
8
+ declare const _default: import('vue').DefineComponent<ElmMdiIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmMdiIconProps> & Readonly<{}>, {
9
+ size: string;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
11
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import _sfc_main from "./ElmMdiIcon.vue2.mjs";
2
+ import style0 from "./ElmMdiIcon.vue3.mjs";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const cssModules = {
5
+ "$style": style0
6
+ };
7
+ const ElmMdiIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
8
+ export {
9
+ ElmMdiIcon as default
10
+ };
@@ -0,0 +1,34 @@
1
+ import { defineComponent, createElementBlock, openBlock, normalizeStyle, normalizeClass, createElementVNode } from "vue";
2
+ const _hoisted_1 = ["width", "height"];
3
+ const _hoisted_2 = ["d"];
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "ElmMdiIcon",
6
+ props: {
7
+ size: { default: "1em" },
8
+ d: {},
9
+ color: {},
10
+ lightColor: {},
11
+ darkColor: {}
12
+ },
13
+ setup(__props) {
14
+ return (_ctx, _cache) => {
15
+ return openBlock(), createElementBlock("svg", {
16
+ viewBox: "0 0 24 24",
17
+ width: _ctx.size,
18
+ height: _ctx.size,
19
+ focusable: "false",
20
+ role: "img",
21
+ class: normalizeClass(_ctx.$style.icon),
22
+ style: normalizeStyle({
23
+ "--color": _ctx.lightColor ?? _ctx.color,
24
+ "--dark-color": _ctx.darkColor ?? _ctx.color
25
+ })
26
+ }, [
27
+ createElementVNode("path", { d: _ctx.d }, null, 8, _hoisted_2)
28
+ ], 14, _hoisted_1);
29
+ };
30
+ }
31
+ });
32
+ export {
33
+ _sfc_main as default
34
+ };
@@ -0,0 +1,20 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._icon_nlv1x_1{fill:#333;fill:var(--color, #333)}[data-theme=dark] ._icon_nlv1x_1{fill:#ccc;fill:var(--dark-color, #ccc)}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
13
+ const icon = "_icon_nlv1x_1";
14
+ const style0 = {
15
+ icon
16
+ };
17
+ export {
18
+ style0 as default,
19
+ icon
20
+ };
@@ -1,6 +1,7 @@
1
- import { defineComponent, createBlock, unref, openBlock, normalizeClass } from "vue";
1
+ import { defineComponent, createElementBlock, unref, openBlock, normalizeClass, createStaticVNode } from "vue";
2
2
  import { useElmethisTheme } from "../../hooks/useElmethisTheme.mjs";
3
- import { Icon } from "@iconify/vue";
3
+ const _hoisted_1 = ["width", "height"];
4
+ const _hoisted_2 = ["width", "height"];
4
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
6
  __name: "ElmToggleTheme",
6
7
  props: {
@@ -9,19 +10,29 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
9
10
  setup(__props) {
10
11
  const { isDarkTheme, toggleTheme } = useElmethisTheme();
11
12
  return (_ctx, _cache) => {
12
- return !unref(isDarkTheme) ? (openBlock(), createBlock(unref(Icon), {
13
+ return !unref(isDarkTheme) ? (openBlock(), createElementBlock("svg", {
13
14
  key: 0,
14
- icon: "line-md:moon-to-sunny-outline-loop-transition",
15
- class: normalizeClass(_ctx.$style.icon),
15
+ xmlns: "http://www.w3.org/2000/svg",
16
16
  width: _ctx.size,
17
- onClick: unref(toggleTheme)
18
- }, null, 8, ["class", "width", "onClick"])) : (openBlock(), createBlock(unref(Icon), {
19
- key: 1,
20
- icon: "line-md:sunny-outline-to-moon-loop-transition",
17
+ height: _ctx.size,
18
+ viewBox: "0 0 24 24",
21
19
  class: normalizeClass(_ctx.$style.icon),
20
+ onClick: _cache[0] || (_cache[0] = //@ts-ignore
21
+ (...args) => unref(toggleTheme) && unref(toggleTheme)(...args))
22
+ }, _cache[2] || (_cache[2] = [
23
+ createStaticVNode('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="2" stroke-dashoffset="2" d="M12 19v1M19 12h1M12 5v-1M5 12h-1"><animate fill="freeze" attributeName="d" begin="1.2s" dur="0.2s" values="M12 19v1M19 12h1M12 5v-1M5 12h-1;M12 21v1M21 12h1M12 3v-1M3 12h-1"></animate><animate fill="freeze" attributeName="stroke-dashoffset" begin="1.2s" dur="0.2s" values="2;0"></animate></path><path stroke-dasharray="2" stroke-dashoffset="2" d="M17 17l0.5 0.5M17 7l0.5 -0.5M7 7l-0.5 -0.5M7 17l-0.5 0.5"><animate fill="freeze" attributeName="d" begin="1.4s" dur="0.2s" values="M17 17l0.5 0.5M17 7l0.5 -0.5M7 7l-0.5 -0.5M7 17l-0.5 0.5;M18.5 18.5l0.5 0.5M18.5 5.5l0.5 -0.5M5.5 5.5l-0.5 -0.5M5.5 18.5l-0.5 0.5"></animate><animate fill="freeze" attributeName="stroke-dashoffset" begin="1.4s" dur="0.2s" values="2;0"></animate></path><animateTransform attributeName="transform" dur="30s" repeatCount="indefinite" type="rotate" values="0 12 12;360 12 12"></animateTransform></g><g fill="currentColor"><path d="M15.22 6.03L17.75 4.09L14.56 4L13.5 1L12.44 4L9.25 4.09L11.78 6.03L10.87 9.09L13.5 7.28L16.13 9.09L15.22 6.03Z"><animate fill="freeze" attributeName="fill-opacity" dur="0.4s" values="1;0"></animate></path><path d="M19.61 12.25L21.25 11L19.19 10.95L18.5 9L17.81 10.95L15.75 11L17.39 12.25L16.8 14.23L18.5 13.06L20.2 14.23L19.61 12.25Z"><animate fill="freeze" attributeName="fill-opacity" begin="0.2s" dur="0.4s" values="1;0"></animate></path></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 6 C7 12.08 11.92 17 18 17 C18.53 17 19.05 16.96 19.56 16.89 C17.95 19.36 15.17 21 12 21 C7.03 21 3 16.97 3 12 C3 8.83 4.64 6.05 7.11 4.44 C7.04 4.95 7 5.47 7 6 Z"><set fill="freeze" attributeName="opacity" begin="0.6s" to="0"></set></path><mask id="lineMdMoonToSunnyOutlineLoopTransition0"><circle cx="12" cy="12" r="12" fill="#fff"></circle><circle cx="12" cy="12" r="8"><animate fill="freeze" attributeName="r" begin="0.6s" dur="0.4s" values="8;4"></animate></circle><circle cx="18" cy="6" r="12" fill="#fff"><animate fill="freeze" attributeName="cx" begin="0.6s" dur="0.4s" values="18;22"></animate><animate fill="freeze" attributeName="cy" begin="0.6s" dur="0.4s" values="6;2"></animate><animate fill="freeze" attributeName="r" begin="0.6s" dur="0.4s" values="12;3"></animate></circle><circle cx="18" cy="6" r="10"><animate fill="freeze" attributeName="cx" begin="0.6s" dur="0.4s" values="18;22"></animate><animate fill="freeze" attributeName="cy" begin="0.6s" dur="0.4s" values="6;2"></animate><animate fill="freeze" attributeName="r" begin="0.6s" dur="0.4s" values="10;1"></animate></circle></mask><circle cx="12" cy="12" r="10" mask="url(#lineMdMoonToSunnyOutlineLoopTransition0)" opacity="0" fill="currentColor"><animate fill="freeze" attributeName="r" begin="0.6s" dur="0.4s" values="10;6"></animate><set fill="freeze" attributeName="opacity" begin="0.6s" to="1"></set></circle>', 5)
24
+ ]), 10, _hoisted_1)) : (openBlock(), createElementBlock("svg", {
25
+ key: 1,
26
+ xmlns: "http://www.w3.org/2000/svg",
22
27
  width: _ctx.size,
23
- onClick: unref(toggleTheme)
24
- }, null, 8, ["class", "width", "onClick"]));
28
+ height: _ctx.size,
29
+ viewBox: "0 0 24 24",
30
+ class: normalizeClass(_ctx.$style.icon),
31
+ onClick: _cache[1] || (_cache[1] = //@ts-ignore
32
+ (...args) => unref(toggleTheme) && unref(toggleTheme)(...args))
33
+ }, _cache[3] || (_cache[3] = [
34
+ createStaticVNode('<path fill-opacity="0" d="M15.22 6.03l2.53-1.94L14.56 4L13.5 1l-1.06 3l-3.19.09l2.53 1.94l-.91 3.06l2.63-1.81l2.63 1.81z" fill="currentColor"><animate id="lineMdSunnyOutlineToMoonLoopTransition0" fill="freeze" attributeName="fill-opacity" begin="0.6s;lineMdSunnyOutlineToMoonLoopTransition0.begin+6s" dur="0.4s" values="0;1"></animate><animate fill="freeze" attributeName="fill-opacity" begin="lineMdSunnyOutlineToMoonLoopTransition0.begin+2.2s" dur="0.4s" values="1;0"></animate></path><path fill-opacity="0" d="M13.61 5.25L15.25 4l-2.06-.05L12.5 2l-.69 1.95L9.75 4l1.64 1.25l-.59 1.98l1.7-1.17l1.7 1.17z" fill="currentColor"><animate fill="freeze" attributeName="fill-opacity" begin="lineMdSunnyOutlineToMoonLoopTransition0.begin+3s" dur="0.4s" values="0;1"></animate><animate fill="freeze" attributeName="fill-opacity" begin="lineMdSunnyOutlineToMoonLoopTransition0.begin+5.2s" dur="0.4s" values="1;0"></animate></path><path fill-opacity="0" d="M19.61 12.25L21.25 11l-2.06-.05L18.5 9l-.69 1.95l-2.06.05l1.64 1.25l-.59 1.98l1.7-1.17l1.7 1.17z" fill="currentColor"><animate fill="freeze" attributeName="fill-opacity" begin="lineMdSunnyOutlineToMoonLoopTransition0.begin+0.4s" dur="0.4s" values="0;1"></animate><animate fill="freeze" attributeName="fill-opacity" begin="lineMdSunnyOutlineToMoonLoopTransition0.begin+2.8s" dur="0.4s" values="1;0"></animate></path><path fill-opacity="0" d="M20.828 9.731l1.876-1.439l-2.366-.067L19.552 6l-.786 2.225l-2.366.067l1.876 1.439L17.601 12l1.951-1.342L21.503 12z" fill="currentColor"><animate fill="freeze" attributeName="fill-opacity" begin="lineMdSunnyOutlineToMoonLoopTransition0.begin+3.4s" dur="0.4s" values="0;1"></animate><animate fill="freeze" attributeName="fill-opacity" begin="lineMdSunnyOutlineToMoonLoopTransition0.begin+5.6s" dur="0.4s" values="1;0"></animate></path><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><g><path stroke-dasharray="2" stroke-dashoffset="4" d="M12 21v1M21 12h1M12 3v-1M3 12h-1"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.2s" values="4;2"></animate></path><path stroke-dasharray="2" stroke-dashoffset="4" d="M18.5 18.5l0.5 0.5M18.5 5.5l0.5 -0.5M5.5 5.5l-0.5 -0.5M5.5 18.5l-0.5 0.5"><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.2s" dur="0.2s" values="4;2"></animate></path><set fill="freeze" attributeName="opacity" begin="0.5s" to="0"></set></g><path d="M7 6 C7 12.08 11.92 17 18 17 C18.53 17 19.05 16.96 19.56 16.89 C17.95 19.36 15.17 21 12 21 C7.03 21 3 16.97 3 12 C3 8.83 4.64 6.05 7.11 4.44 C7.04 4.95 7 5.47 7 6 Z" opacity="0"><set fill="freeze" attributeName="opacity" begin="0.5s" to="1"></set></path></g><mask id="lineMdSunnyOutlineToMoonLoopTransition1"><circle cx="12" cy="12" r="12" fill="#fff"></circle><circle cx="12" cy="12" r="4"><animate fill="freeze" attributeName="r" begin="0.1s" dur="0.4s" values="4;8"></animate></circle><circle cx="22" cy="2" r="3" fill="#fff"><animate fill="freeze" attributeName="cx" begin="0.1s" dur="0.4s" values="22;18"></animate><animate fill="freeze" attributeName="cy" begin="0.1s" dur="0.4s" values="2;6"></animate><animate fill="freeze" attributeName="r" begin="0.1s" dur="0.4s" values="3;12"></animate></circle><circle cx="22" cy="2" r="1"><animate fill="freeze" attributeName="cx" begin="0.1s" dur="0.4s" values="22;18"></animate><animate fill="freeze" attributeName="cy" begin="0.1s" dur="0.4s" values="2;6"></animate><animate fill="freeze" attributeName="r" begin="0.1s" dur="0.4s" values="1;10"></animate></circle></mask><circle cx="12" cy="12" r="6" mask="url(#lineMdSunnyOutlineToMoonLoopTransition1)" fill="currentColor"><animate fill="freeze" attributeName="r" begin="0.1s" dur="0.4s" values="6;10"></animate><set fill="freeze" attributeName="opacity" begin="0.5s" to="0"></set></circle>', 7)
35
+ ]), 10, _hoisted_2));
25
36
  };
26
37
  }
27
38
  });
@@ -1,2 +1,7 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
1
+ type __VLS_Props = {
2
+ size?: number;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ size: number;
6
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
2
7
  export default _default;
@@ -1,31 +1,10 @@
1
- import { createElementBlock, openBlock, createElementVNode, normalizeClass } from "vue";
2
- import style0 from "./Bash.vue2.mjs";
1
+ import _sfc_main from "./Bash.vue2.mjs";
2
+ import style0 from "./Bash.vue3.mjs";
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const _sfc_main = {};
5
- const _hoisted_1 = {
6
- xmlns: "http://www.w3.org/2000/svg",
7
- viewBox: "0 0 128 128"
8
- };
9
- function _sfc_render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [
11
- _cache[0] || (_cache[0] = createElementVNode("path", {
12
- fill: "none",
13
- d: "M4.24 4.24h119.53v119.53H4.24z"
14
- }, null, -1)),
15
- createElementVNode("path", {
16
- class: normalizeClass(_ctx.$style.path),
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"
18
- }, null, 2),
19
- _cache[1] || (_cache[1] = createElementVNode("path", {
20
- fill: "#4fa847",
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"
22
- }, null, -1))
23
- ]);
24
- }
25
4
  const cssModules = {
26
5
  "$style": style0
27
6
  };
28
- const Bash = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__cssModules", cssModules]]);
7
+ const Bash = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
29
8
  export {
30
9
  Bash as default
31
10
  };