@elmethis/qwik 0.0.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 (153) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +55 -0
  3. package/lib/assets/6FDiDjPb-elmethis.css +955 -0
  4. package/lib/elmethis.js +56 -0
  5. package/lib/elmethis10.js +108 -0
  6. package/lib/elmethis11.js +25 -0
  7. package/lib/elmethis12.js +87 -0
  8. package/lib/elmethis13.js +62 -0
  9. package/lib/elmethis14.js +62 -0
  10. package/lib/elmethis15.js +44 -0
  11. package/lib/elmethis16.js +58 -0
  12. package/lib/elmethis17.js +14 -0
  13. package/lib/elmethis18.js +24 -0
  14. package/lib/elmethis19.js +41 -0
  15. package/lib/elmethis2.js +68 -0
  16. package/lib/elmethis20.js +89 -0
  17. package/lib/elmethis21.js +28 -0
  18. package/lib/elmethis22.js +24 -0
  19. package/lib/elmethis23.js +57 -0
  20. package/lib/elmethis24.js +15 -0
  21. package/lib/elmethis25.js +12 -0
  22. package/lib/elmethis26.js +17 -0
  23. package/lib/elmethis27.js +27 -0
  24. package/lib/elmethis28.js +193 -0
  25. package/lib/elmethis29.js +17 -0
  26. package/lib/elmethis3.js +17 -0
  27. package/lib/elmethis30.js +8 -0
  28. package/lib/elmethis31.js +79 -0
  29. package/lib/elmethis33.js +32 -0
  30. package/lib/elmethis34.js +6 -0
  31. package/lib/elmethis35.js +6 -0
  32. package/lib/elmethis36.js +11 -0
  33. package/lib/elmethis37.js +8 -0
  34. package/lib/elmethis38.js +18 -0
  35. package/lib/elmethis39.js +24 -0
  36. package/lib/elmethis4.js +33 -0
  37. package/lib/elmethis40.js +24 -0
  38. package/lib/elmethis41.js +29 -0
  39. package/lib/elmethis42.js +31 -0
  40. package/lib/elmethis43.js +32 -0
  41. package/lib/elmethis44.js +18 -0
  42. package/lib/elmethis45.js +24 -0
  43. package/lib/elmethis46.js +36 -0
  44. package/lib/elmethis47.js +45 -0
  45. package/lib/elmethis48.js +27 -0
  46. package/lib/elmethis49.js +89 -0
  47. package/lib/elmethis5.js +123 -0
  48. package/lib/elmethis50.js +18 -0
  49. package/lib/elmethis51.js +64 -0
  50. package/lib/elmethis52.js +28 -0
  51. package/lib/elmethis53.js +28 -0
  52. package/lib/elmethis54.js +32 -0
  53. package/lib/elmethis55.js +28 -0
  54. package/lib/elmethis56.js +8 -0
  55. package/lib/elmethis57.js +15 -0
  56. package/lib/elmethis58.js +10 -0
  57. package/lib/elmethis59.js +26 -0
  58. package/lib/elmethis6.js +20 -0
  59. package/lib/elmethis60.js +14 -0
  60. package/lib/elmethis61.js +14 -0
  61. package/lib/elmethis62.js +8 -0
  62. package/lib/elmethis63.js +8 -0
  63. package/lib/elmethis64.js +24 -0
  64. package/lib/elmethis65.js +17 -0
  65. package/lib/elmethis67.js +8 -0
  66. package/lib/elmethis68.js +23 -0
  67. package/lib/elmethis69.js +15 -0
  68. package/lib/elmethis7.js +12 -0
  69. package/lib/elmethis70.js +8 -0
  70. package/lib/elmethis71.js +9 -0
  71. package/lib/elmethis72.js +14 -0
  72. package/lib/elmethis73.js +10 -0
  73. package/lib/elmethis74.js +8 -0
  74. package/lib/elmethis8.js +29 -0
  75. package/lib/elmethis9.js +16 -0
  76. package/lib-types/components/code/elm-code-block.d.ts +21 -0
  77. package/lib-types/components/code/elm-code-block.stories.d.ts +9 -0
  78. package/lib-types/components/code/elm-katex.d.ts +15 -0
  79. package/lib-types/components/code/elm-katex.stories.d.ts +8 -0
  80. package/lib-types/components/code/elm-shiki-highlighter.d.ts +12 -0
  81. package/lib-types/components/code/elm-shiki-highlighter.stories.d.ts +6 -0
  82. package/lib-types/components/code/shikiInstance.d.ts +2 -0
  83. package/lib-types/components/containments/elm-toggle.d.ts +7 -0
  84. package/lib-types/components/containments/elm-toggle.stories.d.ts +6 -0
  85. package/lib-types/components/fallback/elm-block-fallback.d.ts +5 -0
  86. package/lib-types/components/fallback/elm-block-fallback.stories.d.ts +6 -0
  87. package/lib-types/components/fallback/elm-rectangle-wave.d.ts +4 -0
  88. package/lib-types/components/fallback/elm-rectangle-wave.stories.d.ts +6 -0
  89. package/lib-types/components/icon/elm-dot-loading-icon.d.ts +14 -0
  90. package/lib-types/components/icon/elm-dot-loading-icon.stories.d.ts +6 -0
  91. package/lib-types/components/icon/elm-inline-icon.d.ts +11 -0
  92. package/lib-types/components/icon/elm-inline-icon.stories.d.ts +6 -0
  93. package/lib-types/components/icon/elm-language-icon.d.ts +14 -0
  94. package/lib-types/components/icon/elm-language-icon.stories.d.ts +6 -0
  95. package/lib-types/components/icon/elm-mdi-icon.d.ts +8 -0
  96. package/lib-types/components/icon/elm-mdi-icon.stories.d.ts +6 -0
  97. package/lib-types/components/icon/languages/bash.d.ts +2 -0
  98. package/lib-types/components/icon/languages/c-plus-plus.d.ts +2 -0
  99. package/lib-types/components/icon/languages/c-sharp.d.ts +2 -0
  100. package/lib-types/components/icon/languages/c.d.ts +2 -0
  101. package/lib-types/components/icon/languages/css.d.ts +2 -0
  102. package/lib-types/components/icon/languages/go.d.ts +2 -0
  103. package/lib-types/components/icon/languages/html.d.ts +2 -0
  104. package/lib-types/components/icon/languages/java.d.ts +2 -0
  105. package/lib-types/components/icon/languages/javascript.d.ts +2 -0
  106. package/lib-types/components/icon/languages/json.d.ts +2 -0
  107. package/lib-types/components/icon/languages/kotlin.d.ts +2 -0
  108. package/lib-types/components/icon/languages/language-interface.d.ts +4 -0
  109. package/lib-types/components/icon/languages/lua.d.ts +2 -0
  110. package/lib-types/components/icon/languages/npm.d.ts +2 -0
  111. package/lib-types/components/icon/languages/python.d.ts +2 -0
  112. package/lib-types/components/icon/languages/rust.d.ts +2 -0
  113. package/lib-types/components/icon/languages/sql.d.ts +2 -0
  114. package/lib-types/components/icon/languages/terraform.d.ts +2 -0
  115. package/lib-types/components/icon/languages/typescript.d.ts +2 -0
  116. package/lib-types/components/media/elm-block-image.d.ts +16 -0
  117. package/lib-types/components/media/elm-block-image.stories.d.ts +12 -0
  118. package/lib-types/components/media/elm-file.d.ts +15 -0
  119. package/lib-types/components/media/elm-file.stories.d.ts +7 -0
  120. package/lib-types/components/navigation/elm-bookmark.d.ts +24 -0
  121. package/lib-types/components/navigation/elm-bookmark.stories.d.ts +12 -0
  122. package/lib-types/components/others/elm-jarkup.d.ts +5 -0
  123. package/lib-types/components/others/elm-jarkup.stories.d.ts +6 -0
  124. package/lib-types/components/table/elm-table-body.d.ts +2 -0
  125. package/lib-types/components/table/elm-table-cell.d.ts +12 -0
  126. package/lib-types/components/table/elm-table-header.d.ts +3 -0
  127. package/lib-types/components/table/elm-table-row.d.ts +2 -0
  128. package/lib-types/components/table/elm-table.d.ts +13 -0
  129. package/lib-types/components/table/elm-table.stories.d.ts +6 -0
  130. package/lib-types/components/table/index.d.ts +5 -0
  131. package/lib-types/components/typography/elm-block-quote.d.ts +4 -0
  132. package/lib-types/components/typography/elm-block-quote.stories.d.ts +6 -0
  133. package/lib-types/components/typography/elm-callout.d.ts +8 -0
  134. package/lib-types/components/typography/elm-callout.stories.d.ts +10 -0
  135. package/lib-types/components/typography/elm-divider.d.ts +8 -0
  136. package/lib-types/components/typography/elm-divider.stories.d.ts +6 -0
  137. package/lib-types/components/typography/elm-fragment-identifier.d.ts +7 -0
  138. package/lib-types/components/typography/elm-fragment-identifier.stories.d.ts +6 -0
  139. package/lib-types/components/typography/elm-heading.d.ts +6 -0
  140. package/lib-types/components/typography/elm-heading.stories.d.ts +7 -0
  141. package/lib-types/components/typography/elm-inline-text.d.ts +54 -0
  142. package/lib-types/components/typography/elm-inline-text.stories.d.ts +13 -0
  143. package/lib-types/components/typography/elm-list.d.ts +5 -0
  144. package/lib-types/components/typography/elm-list.stories.d.ts +8 -0
  145. package/lib-types/components/typography/elm-paragraph.d.ts +5 -0
  146. package/lib-types/components/typography/elm-paragraph.stories.d.ts +9 -0
  147. package/lib-types/entry.dev.d.ts +2 -0
  148. package/lib-types/entry.ssr.d.ts +14 -0
  149. package/lib-types/hooks/useDelayedSignal.d.ts +6 -0
  150. package/lib-types/hooks/useInView.d.ts +6 -0
  151. package/lib-types/index.d.ts +27 -0
  152. package/lib-types/root.d.ts +2 -0
  153. package/package.json +72 -0
@@ -0,0 +1,64 @@
1
+ import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ const Json = component$(({ size = 24, ...props }) => {
4
+ return /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: size,
7
+ height: size,
8
+ viewBox: "0 0 128 128",
9
+ ...props,
10
+ children: [
11
+ /* @__PURE__ */ jsxs("linearGradient", {
12
+ id: "deviconJson0",
13
+ x1: "-670.564",
14
+ x2: "-583.105",
15
+ y1: "-280.831",
16
+ y2: "-368.306",
17
+ gradientTransform: "matrix(.9988 0 0 -.9987 689.011 -259.008)",
18
+ gradientUnits: "userSpaceOnUse",
19
+ children: [
20
+ /* @__PURE__ */ jsx("stop", {
21
+ offset: "0"
22
+ }),
23
+ /* @__PURE__ */ jsx("stop", {
24
+ offset: "1",
25
+ "stop-color": "#fff"
26
+ })
27
+ ]
28
+ }),
29
+ /* @__PURE__ */ jsx("path", {
30
+ fill: "url(#deviconJson0)",
31
+ "fill-rule": "evenodd",
32
+ d: "M63.895 94.303c27.433 37.398 54.281-10.438 54.241-39.205c-.046-34.012-34.518-53.021-54.263-53.021C32.182 2.077 2 28.269 2 64.105C2 103.937 36.596 126 63.873 126c-6.172-.889-26.742-5.296-27.019-52.674c-.186-32.044 10.453-44.846 26.974-39.214c.37.137 18.223 7.18 18.223 30.187c0 22.908-18.156 30.004-18.156 30.004",
33
+ "clip-rule": "evenodd"
34
+ }),
35
+ /* @__PURE__ */ jsxs("linearGradient", {
36
+ id: "deviconJson1",
37
+ x1: "-579.148",
38
+ x2: "-666.607",
39
+ y1: "-364.34",
40
+ y2: "-276.865",
41
+ gradientTransform: "matrix(.9988 0 0 -.9987 689.011 -259.008)",
42
+ gradientUnits: "userSpaceOnUse",
43
+ children: [
44
+ /* @__PURE__ */ jsx("stop", {
45
+ offset: "0"
46
+ }),
47
+ /* @__PURE__ */ jsx("stop", {
48
+ offset: "1",
49
+ "stop-color": "#fff"
50
+ })
51
+ ]
52
+ }),
53
+ /* @__PURE__ */ jsx("path", {
54
+ fill: "url(#deviconJson1)",
55
+ "fill-rule": "evenodd",
56
+ d: "M63.895 94.303c27.433 37.398 54.281-10.438 54.241-39.205c-.046-34.012-34.518-53.021-54.263-53.021C32.182 2.077 2 28.269 2 64.105C2 103.937 36.596 126 63.873 126c-6.172-.889-26.742-5.296-27.019-52.674c-.186-32.044 10.453-44.846 26.974-39.214c.37.137 18.223 7.18 18.223 30.187c0 22.908-18.156 30.004-18.156 30.004",
57
+ "clip-rule": "evenodd"
58
+ })
59
+ ]
60
+ });
61
+ });
62
+ export {
63
+ Json
64
+ };
@@ -0,0 +1,28 @@
1
+ import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ const Lua = component$(({ size = 24, ...props }) => {
4
+ return /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: size,
7
+ height: size,
8
+ viewBox: "0 0 128 128",
9
+ ...props,
10
+ children: [
11
+ /* @__PURE__ */ jsx("path", {
12
+ fill: "#000080",
13
+ 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"
14
+ }),
15
+ /* @__PURE__ */ jsx("path", {
16
+ fill: "#fff",
17
+ 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"
18
+ }),
19
+ /* @__PURE__ */ jsx("path", {
20
+ fill: "#808080",
21
+ 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"
22
+ })
23
+ ]
24
+ });
25
+ });
26
+ export {
27
+ Lua
28
+ };
@@ -0,0 +1,28 @@
1
+ import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ const Csharp = component$(({ size = 24, ...props }) => {
4
+ return /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 128 128",
7
+ width: size,
8
+ height: size,
9
+ ...props,
10
+ children: [
11
+ /* @__PURE__ */ jsx("path", {
12
+ fill: "#9b4f96",
13
+ 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"
14
+ }),
15
+ /* @__PURE__ */ jsx("path", {
16
+ fill: "#68217a",
17
+ 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"
18
+ }),
19
+ /* @__PURE__ */ jsx("path", {
20
+ fill: "#fff",
21
+ 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"
22
+ })
23
+ ]
24
+ });
25
+ });
26
+ export {
27
+ Csharp
28
+ };
@@ -0,0 +1,32 @@
1
+ import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ const Cplusplus = component$(({ size = 24, ...props }) => {
4
+ return /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 128 128",
7
+ width: size,
8
+ height: size,
9
+ ...props,
10
+ children: [
11
+ /* @__PURE__ */ jsx("path", {
12
+ fill: "#00599c",
13
+ d: "M118.766 95.82c.89-1.543 1.441-3.28 1.441-4.843V36.78c0-1.558-.55-3.297-1.441-4.84l-55.32 31.94Zm0 0"
14
+ }),
15
+ /* @__PURE__ */ jsx("path", {
16
+ fill: "#004482",
17
+ d: "m68.36 126.586l46.933-27.094c1.352-.781 2.582-2.129 3.473-3.672l-55.32-31.94L8.12 95.82c.89 1.543 2.121 2.89 3.473 3.672l46.933 27.094c2.703 1.562 7.13 1.562 9.832 0Zm0 0"
18
+ }),
19
+ /* @__PURE__ */ jsx("path", {
20
+ fill: "#659ad2",
21
+ d: "M118.766 31.941c-.891-1.546-2.121-2.894-3.473-3.671L68.359 1.172c-2.703-1.563-7.129-1.563-9.832 0L11.594 28.27C8.89 29.828 6.68 33.66 6.68 36.78v54.196c0 1.562.55 3.3 1.441 4.843L63.445 63.88Zm0 0"
22
+ }),
23
+ /* @__PURE__ */ jsx("path", {
24
+ fill: "#fff",
25
+ d: "M63.445 26.035c-20.867 0-37.843 16.977-37.843 37.844s16.976 37.844 37.843 37.844c13.465 0 26.024-7.247 32.77-18.91L79.84 73.335c-3.38 5.84-9.66 9.465-16.395 9.465c-10.433 0-18.922-8.488-18.922-18.922s8.49-18.922 18.922-18.922c6.73 0 13.017 3.629 16.39 9.465l16.38-9.477c-6.75-11.664-19.305-18.91-32.77-18.91zM92.88 57.57v4.207h-4.207v4.203h4.207v4.207h4.203V65.98h4.203v-4.203h-4.203V57.57zm15.766 0v4.207h-4.204v4.203h4.204v4.207h4.207V65.98h4.203v-4.203h-4.203V57.57z"
26
+ })
27
+ ]
28
+ });
29
+ });
30
+ export {
31
+ Cplusplus
32
+ };
@@ -0,0 +1,28 @@
1
+ import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ const C = component$(({ size = 24, ...props }) => {
4
+ return /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 128 128",
7
+ width: size,
8
+ height: size,
9
+ ...props,
10
+ children: [
11
+ /* @__PURE__ */ jsx("path", {
12
+ fill: "#659ad3",
13
+ 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"
14
+ }),
15
+ /* @__PURE__ */ jsx("path", {
16
+ fill: "#03599c",
17
+ 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"
18
+ }),
19
+ /* @__PURE__ */ jsx("path", {
20
+ fill: "#fff",
21
+ 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"
22
+ })
23
+ ]
24
+ });
25
+ });
26
+ export {
27
+ C
28
+ };
@@ -0,0 +1,8 @@
1
+ const icon = "_icon_1gvln_1";
2
+ const styles = {
3
+ icon
4
+ };
5
+ export {
6
+ styles as default,
7
+ icon
8
+ };
@@ -0,0 +1,15 @@
1
+ const image = "_image_zq5gl_11";
2
+ const fallback = "_fallback_zq5gl_31";
3
+ const styles = {
4
+ "block-image": "_block-image_zq5gl_1",
5
+ "image-container": "_image-container_zq5gl_11",
6
+ image,
7
+ fallback,
8
+ "caption-box": "_caption-box_zq5gl_41",
9
+ "modal-container": "_modal-container_zq5gl_53"
10
+ };
11
+ export {
12
+ styles as default,
13
+ fallback,
14
+ image
15
+ };
@@ -0,0 +1,10 @@
1
+ const file = "_file_14a0w_1";
2
+ const styles = {
3
+ file,
4
+ "file-size": "_file-size_14a0w_16",
5
+ "download-icon": "_download-icon_14a0w_21"
6
+ };
7
+ export {
8
+ styles as default,
9
+ file
10
+ };
@@ -0,0 +1,26 @@
1
+ const bookmark = "_bookmark_rgq1s_1";
2
+ const container = "_container_rgq1s_19";
3
+ const image = "_image_rgq1s_32";
4
+ const content = "_content_rgq1s_53";
5
+ const title = "_title_rgq1s_73";
6
+ const description = "_description_rgq1s_76";
7
+ const link = "_link_rgq1s_80";
8
+ const styles = {
9
+ bookmark,
10
+ container,
11
+ image,
12
+ content,
13
+ title,
14
+ description,
15
+ link
16
+ };
17
+ export {
18
+ bookmark,
19
+ container,
20
+ content,
21
+ styles as default,
22
+ description,
23
+ image,
24
+ link,
25
+ title
26
+ };
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import styles from "./elmethis34.js";
4
+ import { ElmDotLoadingIcon } from "./elmethis8.js";
5
+ import { ElmRectangleWave } from "./elmethis7.js";
6
+ const ElmBlockFallback = component$(({ height = "16rem" }) => {
7
+ return /* @__PURE__ */ jsxs("div", {
8
+ class: styles["block-fallback"],
9
+ style: {
10
+ "--height": height
11
+ },
12
+ children: [
13
+ /* @__PURE__ */ jsx(ElmDotLoadingIcon, {}),
14
+ /* @__PURE__ */ jsx(ElmRectangleWave, {})
15
+ ]
16
+ });
17
+ });
18
+ export {
19
+ ElmBlockFallback
20
+ };
@@ -0,0 +1,14 @@
1
+ const blockquote = "_blockquote_b5jd8_1";
2
+ const body = "_body_b5jd8_18";
3
+ const icon = "_icon_b5jd8_23";
4
+ const styles = {
5
+ blockquote,
6
+ body,
7
+ icon
8
+ };
9
+ export {
10
+ blockquote,
11
+ body,
12
+ styles as default,
13
+ icon
14
+ };
@@ -0,0 +1,14 @@
1
+ const callout = "_callout_1d8l2_1";
2
+ const header = "_header_1d8l2_25";
3
+ const content = "_content_1d8l2_31";
4
+ const styles = {
5
+ callout,
6
+ header,
7
+ content
8
+ };
9
+ export {
10
+ callout,
11
+ content,
12
+ styles as default,
13
+ header
14
+ };
@@ -0,0 +1,8 @@
1
+ const hr = "_hr_1g58p_1";
2
+ const styles = {
3
+ hr
4
+ };
5
+ export {
6
+ styles as default,
7
+ hr
8
+ };
@@ -0,0 +1,8 @@
1
+ const fragment = "_fragment_1kofp_1";
2
+ const styles = {
3
+ fragment
4
+ };
5
+ export {
6
+ styles as default,
7
+ fragment
8
+ };
@@ -0,0 +1,24 @@
1
+ const h1 = "_h1_1mgdk_10";
2
+ const h2 = "_h2_1mgdk_40";
3
+ const h3 = "_h3_1mgdk_75";
4
+ const h4 = "_h4_1mgdk_92";
5
+ const h5 = "_h5_1mgdk_96";
6
+ const h6 = "_h6_1mgdk_100";
7
+ const styles = {
8
+ "heading-common": "_heading-common_1mgdk_1",
9
+ h1,
10
+ h2,
11
+ h3,
12
+ h4,
13
+ h5,
14
+ h6
15
+ };
16
+ export {
17
+ styles as default,
18
+ h1,
19
+ h2,
20
+ h3,
21
+ h4,
22
+ h5,
23
+ h6
24
+ };
@@ -0,0 +1,17 @@
1
+ const text = "_text_1gswr_1";
2
+ const code = "_code_1gswr_12";
3
+ const kbd = "_kbd_1gswr_21";
4
+ const link = "_link_1gswr_47";
5
+ const styles = {
6
+ text,
7
+ code,
8
+ kbd,
9
+ link
10
+ };
11
+ export {
12
+ code,
13
+ styles as default,
14
+ kbd,
15
+ link,
16
+ text
17
+ };
@@ -0,0 +1,8 @@
1
+ const paragraph = "_paragraph_jz10s_1";
2
+ const styles = {
3
+ paragraph
4
+ };
5
+ export {
6
+ styles as default,
7
+ paragraph
8
+ };
@@ -0,0 +1,23 @@
1
+ import { useSignal, useVisibleTask$ } from "@builder.io/qwik";
2
+ const useInView = (props) => {
3
+ const ref = useSignal();
4
+ const isVisible = useSignal(false);
5
+ useVisibleTask$(() => {
6
+ if (!ref.value) return;
7
+ const observer = new IntersectionObserver(([entry]) => {
8
+ isVisible.value = entry.isIntersecting;
9
+ }, {
10
+ rootMargin: "100px",
11
+ threshold: 0.1
12
+ });
13
+ observer.observe(ref.value);
14
+ return () => observer.disconnect();
15
+ });
16
+ return {
17
+ ref,
18
+ isVisible
19
+ };
20
+ };
21
+ export {
22
+ useInView
23
+ };
@@ -0,0 +1,15 @@
1
+ const table = "_table_x2nyq_1";
2
+ const caption = "_caption_x2nyq_8";
3
+ const spacing = "_spacing_x2nyq_25";
4
+ const styles = {
5
+ table,
6
+ caption,
7
+ "caption-inner": "_caption-inner_x2nyq_18",
8
+ spacing
9
+ };
10
+ export {
11
+ caption,
12
+ styles as default,
13
+ spacing,
14
+ table
15
+ };
@@ -0,0 +1,12 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import styles from "./elmethis35.js";
4
+ const ElmRectangleWave = component$(() => {
5
+ return /* @__PURE__ */ jsx("div", {
6
+ "aria-hidden": "true",
7
+ class: styles["rectangle-wave"]
8
+ });
9
+ });
10
+ export {
11
+ ElmRectangleWave
12
+ };
@@ -0,0 +1,8 @@
1
+ const thead = "_thead_1brzu_1";
2
+ const styles = {
3
+ thead
4
+ };
5
+ export {
6
+ styles as default,
7
+ thead
8
+ };
@@ -0,0 +1,9 @@
1
+ const tr = "_tr_2ogbz_1";
2
+ const styles = {
3
+ tr,
4
+ "has-row-header": "_has-row-header_2ogbz_20"
5
+ };
6
+ export {
7
+ styles as default,
8
+ tr
9
+ };
@@ -0,0 +1,14 @@
1
+ const common = "_common_1puhv_1";
2
+ const td = "_td_1puhv_24";
3
+ const th = "_th_1puhv_31";
4
+ const styles = {
5
+ common,
6
+ td,
7
+ th
8
+ };
9
+ export {
10
+ common,
11
+ styles as default,
12
+ td,
13
+ th
14
+ };
@@ -0,0 +1,10 @@
1
+ const column = "_column_1l2bp_7";
2
+ const styles = {
3
+ "jarkup-body": "_jarkup-body_1l2bp_1",
4
+ "column-list": "_column-list_1l2bp_7",
5
+ column
6
+ };
7
+ export {
8
+ column,
9
+ styles as default
10
+ };
@@ -0,0 +1,8 @@
1
+ const path = "_path_1ccs2_1";
2
+ const styles = {
3
+ path
4
+ };
5
+ export {
6
+ styles as default,
7
+ path
8
+ };
@@ -0,0 +1,29 @@
1
+ import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import styles from "./elmethis36.js";
4
+ const ElmDotLoadingIcon = component$(({ size = "4em", color = "#606875" }) => {
5
+ return /* @__PURE__ */ jsxs("div", {
6
+ class: styles.wrapper,
7
+ style: {
8
+ "--size": size,
9
+ "--color": color
10
+ },
11
+ children: [
12
+ /* @__PURE__ */ jsx("div", {
13
+ class: styles.dot,
14
+ "aria-hidden": "true"
15
+ }),
16
+ /* @__PURE__ */ jsx("div", {
17
+ class: styles.dot,
18
+ "aria-hidden": "true"
19
+ }),
20
+ /* @__PURE__ */ jsx("div", {
21
+ class: styles.dot,
22
+ "aria-hidden": "true"
23
+ })
24
+ ]
25
+ });
26
+ });
27
+ export {
28
+ ElmDotLoadingIcon
29
+ };
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import styles from "./elmethis37.js";
4
+ const ElmInlineIcon = component$(({ src, alt }) => {
5
+ return /* @__PURE__ */ jsx("div", {
6
+ class: styles.icon,
7
+ children: /* @__PURE__ */ jsx("img", {
8
+ src,
9
+ alt,
10
+ class: styles.icon
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ ElmInlineIcon
16
+ };
@@ -0,0 +1,21 @@
1
+ import { CSSProperties } from "@builder.io/qwik";
2
+ export interface ElmCodeBlockProps {
3
+ /**
4
+ * The code to display.
5
+ */
6
+ code: string;
7
+ /**
8
+ * The language of the code.
9
+ */
10
+ language?: string;
11
+ /**
12
+ * The caption of the code block.
13
+ * If not provided, the language will be used.
14
+ */
15
+ caption?: string;
16
+ /**
17
+ * The margin of the code block.
18
+ */
19
+ margin?: CSSProperties["margin"];
20
+ }
21
+ export declare const ElmCodeBlock: import("@builder.io/qwik").Component<ElmCodeBlockProps>;
@@ -0,0 +1,9 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmCodeBlock } from "./elm-code-block";
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;
8
+ export declare const Caption: Story;
9
+ export declare const CaptionSlot: Story;
@@ -0,0 +1,15 @@
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
+ export declare const ElmKatex: import("@builder.io/qwik").Component<ElmKatexProps>;
@@ -0,0 +1,8 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmKatex } from "./elm-katex";
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,12 @@
1
+ import "./elm-shiki-highlighter.global.scss";
2
+ export interface ElmShikiHighlighterProps {
3
+ /**
4
+ * The code to display.
5
+ */
6
+ code: string;
7
+ /**
8
+ * The language of the code.
9
+ */
10
+ language?: string;
11
+ }
12
+ export declare const ElmShikiHighlighter: import("@builder.io/qwik").Component<ElmShikiHighlighterProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmShikiHighlighter } from "./elm-shiki-highlighter";
3
+ declare const meta: Meta<typeof ElmShikiHighlighter>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,2 @@
1
+ import { Highlighter } from "shiki";
2
+ export declare function getHighlighterSingleton(): Promise<Highlighter>;
@@ -0,0 +1,7 @@
1
+ export interface ElmToggleProps {
2
+ /**
3
+ * The summary of the toggle.
4
+ */
5
+ summary?: string;
6
+ }
7
+ export declare const ElmToggle: import("@builder.io/qwik").Component<ElmToggleProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmToggle } from "./elm-toggle";
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,5 @@
1
+ import { CSSProperties } from "@builder.io/qwik";
2
+ export interface ElmBlockFallbackProps {
3
+ height?: CSSProperties["height"];
4
+ }
5
+ export declare const ElmBlockFallback: import("@builder.io/qwik").Component<ElmBlockFallbackProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmBlockFallback } from "./elm-block-fallback";
3
+ declare const meta: Meta<typeof ElmBlockFallback>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;