@elmethis/core 1.0.0-alpha.160 → 1.0.0-alpha.162

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 (154) hide show
  1. package/dist/components/badge/ElmBadge.vue3.mjs +12 -0
  2. package/dist/components/badge/ElmTag.vue3.mjs +12 -0
  3. package/dist/components/code/ElmCodeBlock.vue3.mjs +12 -0
  4. package/dist/components/code/ElmKatex.vue3.mjs +12 -0
  5. package/dist/components/code/ElmShikiHighlighter.vue.mjs +13 -1
  6. package/dist/components/code/ElmShikiHighlighter.vue3.mjs +12 -0
  7. package/dist/components/containments/ElmColumn.vue3.mjs +12 -0
  8. package/dist/components/containments/ElmColumnList.vue3.mjs +12 -0
  9. package/dist/components/containments/ElmDesktopWindow.vue3.mjs +12 -0
  10. package/dist/components/containments/ElmModal.vue.mjs +12 -0
  11. package/dist/components/containments/ElmModal.vue3.mjs +12 -0
  12. package/dist/components/containments/ElmParallax.vue3.mjs +12 -0
  13. package/dist/components/containments/ElmSnackbar.vue3.mjs +12 -0
  14. package/dist/components/containments/ElmSnackbarContainer.vue.mjs +12 -0
  15. package/dist/components/containments/ElmSnackbarContainer.vue3.mjs +12 -0
  16. package/dist/components/containments/ElmToggle.vue.mjs +12 -0
  17. package/dist/components/containments/ElmToggle.vue3.mjs +12 -0
  18. package/dist/components/containments/ElmTooltip.vue.mjs +12 -0
  19. package/dist/components/containments/ElmTooltip.vue3.mjs +12 -0
  20. package/dist/components/data/ElmMultiProgress.vue3.mjs +12 -0
  21. package/dist/components/data/ElmProgress.vue3.mjs +12 -0
  22. package/dist/components/data/ElmStatusMessage.vue.mjs +12 -0
  23. package/dist/components/data/ElmStatusMessage.vue3.mjs +12 -0
  24. package/dist/components/fallback/ElmBlockFallback.vue3.mjs +12 -0
  25. package/dist/components/fallback/ElmRectangleWave.vue3.mjs +12 -0
  26. package/dist/components/fallback/ElmSpinner.vue3.mjs +12 -0
  27. package/dist/components/form/ElmButton.vue.mjs +12 -0
  28. package/dist/components/form/ElmButton.vue3.mjs +12 -0
  29. package/dist/components/form/ElmCheckbox.vue3.mjs +12 -0
  30. package/dist/components/form/ElmSwitch.vue3.mjs +12 -0
  31. package/dist/components/form/ElmTextField.vue3.mjs +12 -0
  32. package/dist/components/form/ElmTotp.vue3.mjs +12 -0
  33. package/dist/components/headings/ElmFragmentIdentifier.vue3.mjs +12 -0
  34. package/dist/components/headings/ElmHeading1.vue3.mjs +12 -0
  35. package/dist/components/headings/ElmHeading2.vue3.mjs +12 -0
  36. package/dist/components/headings/ElmHeading3.vue3.mjs +12 -0
  37. package/dist/components/headings/ElmHeading4.vue3.mjs +12 -0
  38. package/dist/components/headings/ElmHeading5.vue3.mjs +12 -0
  39. package/dist/components/headings/ElmHeading6.vue3.mjs +12 -0
  40. package/dist/components/icon/ElmArrowIcon.vue3.mjs +12 -0
  41. package/dist/components/icon/ElmBookmarkIcon.vue3.mjs +12 -0
  42. package/dist/components/icon/ElmCubeIcon.vue3.mjs +12 -0
  43. package/dist/components/icon/ElmDotLoadingIcon.vue3.mjs +12 -0
  44. package/dist/components/icon/ElmLanguageIcon.vue.mjs +12 -0
  45. package/dist/components/icon/ElmLanguageIcon.vue3.mjs +12 -0
  46. package/dist/components/icon/ElmLoginIcon.vue3.mjs +12 -0
  47. package/dist/components/icon/ElmToggleTheme.vue3.mjs +12 -0
  48. package/dist/components/icon/languages/Bash.vue2.mjs +12 -0
  49. package/dist/components/inline/ElmInlineIcon.vue.mjs +10 -0
  50. package/dist/components/inline/ElmInlineIcon.vue2.mjs +21 -0
  51. package/dist/components/inline/ElmInlineIcon.vue3.mjs +20 -0
  52. package/dist/components/inline/ElmInlineLink.vue3.mjs +12 -0
  53. package/dist/components/inline/ElmInlineText.vue3.mjs +12 -0
  54. package/dist/components/media/ElmFile.vue3.mjs +12 -0
  55. package/dist/components/media/ElmImage.vue.mjs +12 -0
  56. package/dist/components/media/ElmImage.vue3.mjs +12 -0
  57. package/dist/components/navigation/ElmBookmark.vue3.mjs +12 -0
  58. package/dist/components/navigation/ElmBreadcrumb.vue3.mjs +12 -0
  59. package/dist/components/navigation/ElmPagetop.vue3.mjs +12 -0
  60. package/dist/components/navigation/ElmTableOfContents.vue3.mjs +12 -0
  61. package/dist/components/others/ElmColorSample.vue.mjs +12 -0
  62. package/dist/components/others/ElmColorSample.vue3.mjs +12 -0
  63. package/dist/components/others/ElmColorTable.vue3.mjs +12 -0
  64. package/dist/components/renderer/ElmJsonRenderer.vue.mjs +110 -0
  65. package/dist/components/renderer/ElmJsonRenderer.vue2.mjs +4 -0
  66. package/dist/components/renderer/ElmJsonRendererAsync.vue.d.ts +3 -0
  67. package/dist/components/renderer/ElmJsonRendererAsync.vue.mjs +24 -0
  68. package/dist/components/renderer/ElmJsonRendererAsync.vue2.mjs +4 -0
  69. package/dist/components/table/ElmTable.vue.mjs +12 -0
  70. package/dist/components/table/ElmTableBody.vue3.mjs +13 -1
  71. package/dist/components/table/ElmTableCell.vue.mjs +12 -0
  72. package/dist/components/table/ElmTableHeader.vue3.mjs +13 -1
  73. package/dist/components/typography/ElmBlockQuote.vue3.mjs +12 -0
  74. package/dist/components/typography/ElmBulletedList.vue3.mjs +13 -1
  75. package/dist/components/typography/ElmCallout.vue3.mjs +12 -0
  76. package/dist/components/typography/ElmDivider.vue3.mjs +12 -0
  77. package/dist/components/typography/ElmListItem.vue3.mjs +12 -0
  78. package/dist/components/typography/ElmNumberedList.vue3.mjs +13 -1
  79. package/dist/components/typography/ElmParagraph.vue3.mjs +12 -0
  80. package/dist/index.d.ts +3 -0
  81. package/dist/index.mjs +44 -28
  82. package/dist/node_modules/.pnpm/katex@0.16.21/node_modules/katex/dist/katex.min.css +1 -1
  83. package/package.json +2 -1
  84. package/dist/components/badge/ElmBadge.css +0 -11
  85. package/dist/components/badge/ElmTag.css +0 -29
  86. package/dist/components/code/ElmCodeBlock.css +0 -58
  87. package/dist/components/code/ElmKatex.css +0 -28
  88. package/dist/components/code/ElmShikiHighlighter.css +0 -4
  89. package/dist/components/code/ElmShikiHighlighter2.css +0 -23
  90. package/dist/components/containments/ElmColumn.css +0 -3
  91. package/dist/components/containments/ElmColumnList.css +0 -5
  92. package/dist/components/containments/ElmDesktopWindow.css +0 -27
  93. package/dist/components/containments/ElmModal.css +0 -12
  94. package/dist/components/containments/ElmModal2.css +0 -33
  95. package/dist/components/containments/ElmParallax.css +0 -14
  96. package/dist/components/containments/ElmSnackbar.css +0 -56
  97. package/dist/components/containments/ElmSnackbarContainer.css +0 -9
  98. package/dist/components/containments/ElmSnackbarContainer2.css +0 -20
  99. package/dist/components/containments/ElmToggle.css +0 -13
  100. package/dist/components/containments/ElmToggle2.css +0 -43
  101. package/dist/components/containments/ElmTooltip.css +0 -14
  102. package/dist/components/containments/ElmTooltip2.css +0 -15
  103. package/dist/components/data/ElmMultiProgress.css +0 -23
  104. package/dist/components/data/ElmProgress.css +0 -84
  105. package/dist/components/data/ElmStatusMessage.css +0 -12
  106. package/dist/components/data/ElmStatusMessage2.css +0 -9
  107. package/dist/components/fallback/ElmBlockFallback.css +0 -7
  108. package/dist/components/fallback/ElmRectangleWave.css +0 -33
  109. package/dist/components/fallback/ElmSpinner.css +0 -25
  110. package/dist/components/form/ElmButton.css +0 -12
  111. package/dist/components/form/ElmButton2.css +0 -65
  112. package/dist/components/form/ElmCheckbox.css +0 -67
  113. package/dist/components/form/ElmSwitch.css +0 -42
  114. package/dist/components/form/ElmTextField.css +0 -163
  115. package/dist/components/form/ElmTotp.css +0 -60
  116. package/dist/components/headings/ElmFragmentIdentifier.css +0 -20
  117. package/dist/components/headings/ElmHeading1.css +0 -56
  118. package/dist/components/headings/ElmHeading2.css +0 -72
  119. package/dist/components/headings/ElmHeading3.css +0 -42
  120. package/dist/components/headings/ElmHeading4.css +0 -25
  121. package/dist/components/headings/ElmHeading5.css +0 -25
  122. package/dist/components/headings/ElmHeading6.css +0 -25
  123. package/dist/components/icon/ElmArrowIcon.css +0 -44
  124. package/dist/components/icon/ElmBookmarkIcon.css +0 -40
  125. package/dist/components/icon/ElmCubeIcon.css +0 -38
  126. package/dist/components/icon/ElmDotLoadingIcon.css +0 -41
  127. package/dist/components/icon/ElmLanguageIcon.css +0 -12
  128. package/dist/components/icon/ElmLanguageIcon2.css +0 -9
  129. package/dist/components/icon/ElmLoginIcon.css +0 -16
  130. package/dist/components/icon/ElmToggleTheme.css +0 -18
  131. package/dist/components/icon/languages/Bash.css +0 -6
  132. package/dist/components/inline/ElmInlineLink.css +0 -36
  133. package/dist/components/inline/ElmInlineText.css +0 -41
  134. package/dist/components/media/ElmFile.css +0 -52
  135. package/dist/components/media/ElmImage.css +0 -12
  136. package/dist/components/media/ElmImage2.css +0 -51
  137. package/dist/components/navigation/ElmBookmark.css +0 -104
  138. package/dist/components/navigation/ElmBreadcrumb.css +0 -46
  139. package/dist/components/navigation/ElmPagetop.css +0 -105
  140. package/dist/components/navigation/ElmTableOfContents.css +0 -33
  141. package/dist/components/others/ElmColorSample.css +0 -12
  142. package/dist/components/others/ElmColorSample2.css +0 -34
  143. package/dist/components/others/ElmColorTable.css +0 -26
  144. package/dist/components/table/ElmTable.css +0 -6
  145. package/dist/components/table/ElmTableBody.css +0 -48
  146. package/dist/components/table/ElmTableCell.css +0 -16
  147. package/dist/components/table/ElmTableHeader.css +0 -40
  148. package/dist/components/typography/ElmBlockQuote.css +0 -12
  149. package/dist/components/typography/ElmBulletedList.css +0 -21
  150. package/dist/components/typography/ElmCallout.css +0 -33
  151. package/dist/components/typography/ElmDivider.css +0 -40
  152. package/dist/components/typography/ElmListItem.css +0 -3
  153. package/dist/components/typography/ElmNumberedList.css +0 -26
  154. package/dist/components/typography/ElmParagraph.css +0 -25
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._h4_7klov_1{margin-block:.5rem;font-size:var(--font-size);transition:color .4s;color:#000c}._h4_7klov_1::-moz-selection{color:#fffc;background-color:#000c}._h4_7klov_1::selection{color:#fffc;background-color:#000c}[data-theme=dark] ._h4_7klov_1{color:#fffc}[data-theme=dark] ._h4_7klov_1::-moz-selection{color:#000c;background-color:#fffc}[data-theme=dark] ._h4_7klov_1::selection{color:#000c;background-color:#fffc}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const h4 = "_h4_7klov_1";
2
14
  const style0 = {
3
15
  h4
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._h5_1av6v_1{margin-block:.5rem;font-size:var(--font-size);transition:color .4s;color:#000c}._h5_1av6v_1::-moz-selection{color:#fffc;background-color:#000c}._h5_1av6v_1::selection{color:#fffc;background-color:#000c}[data-theme=dark] ._h5_1av6v_1{color:#fffc}[data-theme=dark] ._h5_1av6v_1::-moz-selection{color:#000c;background-color:#fffc}[data-theme=dark] ._h5_1av6v_1::selection{color:#000c;background-color:#fffc}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const h5 = "_h5_1av6v_1";
2
14
  const style0 = {
3
15
  h5
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._h6_15uaq_1{margin-block:.5rem;font-size:var(--font-size);transition:color .4s;color:#000c}._h6_15uaq_1::-moz-selection{color:#fffc;background-color:#000c}._h6_15uaq_1::selection{color:#fffc;background-color:#000c}[data-theme=dark] ._h6_15uaq_1{color:#fffc}[data-theme=dark] ._h6_15uaq_1::-moz-selection{color:#000c;background-color:#fffc}[data-theme=dark] ._h6_15uaq_1::selection{color:#000c;background-color:#fffc}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const h6 = "_h6_15uaq_1";
2
14
  const style0 = {
3
15
  h6
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("@keyframes _loading_hcczr_27{0%{background-position:200% 0%}33%{background-position:100% 0%}66%{background-position:100% 0%}to{background-position:0% 0%}}._arrow_hcczr_15{width:var(--size);height:var(--size);background:linear-gradient(to right,#000000b3 0,#000000b3 50%,#0003 50%);background-size:200% 100%;clip-path:polygon(50% 33%,0% 33%,0% 66%,50% 66%,50% 100%,100% 50%,50% 0%)}[data-theme=dark] ._arrow_hcczr_15{background:linear-gradient(to right,#ffffffb3 0,#ffffffb3 50%,#fff3 50%);background-size:200% 100%}._loading_hcczr_27{animation-name:_loading_hcczr_27;animation-duration:1.6s;animation-iteration-count:infinite}._normal_hcczr_33{background:#000000b3;transition:background .4s}[data-theme=dark] ._normal_hcczr_33{background:#ffffffb3}._pending_hcczr_41{background:#0003;transition:background .4s}[data-theme=dark] ._pending_hcczr_41{background:#fff3}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const arrow = "_arrow_hcczr_15";
2
14
  const loading = "_loading_hcczr_27";
3
15
  const normal = "_normal_hcczr_33";
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
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}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const wrapper = "_wrapper_19n7v_1";
2
14
  const favicon = "_favicon_19n7v_22";
3
15
  const text = "_text_19n7v_36";
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._cube_oh6hr_1{position:relative;transform-style:preserve-3d;transform:rotateX(-30deg) rotateY(-45deg);animation:_elmethis-cube-icon-rotate_oh6hr_1 1.5s infinite linear}._face_oh6hr_8{position:absolute;width:100%;height:100%;border-radius:2px;display:flex;justify-content:center;align-items:center;font-weight:700;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-style:solid;border-width:1px;border-color:#000000b3;background-color:#fff3}[data-theme=dark] ._face_oh6hr_8{border-color:#ffffffb3;background-color:#0003}@keyframes _elmethis-cube-icon-rotate_oh6hr_1{0%{transform:rotateX(-30deg) rotateY(-45deg) rotate(0)}to{transform:rotateX(-30deg) rotateY(315deg) rotate(360deg)}}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const cube = "_cube_oh6hr_1";
2
14
  const face = "_face_oh6hr_8";
3
15
  const style0 = {
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("@keyframes _bounce_1k0sy_1{0%{transform:translateY(0) scaleY(.3) scaleX(1.5)}10%{transform:scaleY(.8) scaleX(1.2)}to{transform:translateY(-400%) scaleY(1.1)}}._wrapper_1k0sy_12{position:relative;display:flex;justify-content:space-around;align-items:flex-end}._wrapper_1k0sy_12 ._dot_1k0sy_18{width:20%;height:20%;border-radius:50%;animation-name:_bounce_1k0sy_1;animation-duration:.4s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-out;transition:background-color .4s;background-color:#000000b3}[data-theme=dark] ._wrapper_1k0sy_12 ._dot_1k0sy_18{background-color:#ffffffb3}._wrapper_1k0sy_12 ._dot_1k0sy_18:nth-last-of-type(1){animation-delay:-.1s}._wrapper_1k0sy_12 ._dot_1k0sy_18:nth-last-of-type(2){animation-delay:0ms}._wrapper_1k0sy_12 ._dot_1k0sy_18:nth-last-of-type(3){animation-delay:.1s}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const wrapper = "_wrapper_1k0sy_12";
2
14
  const dot = "_dot_1k0sy_18";
3
15
  const bounce = "_bounce_1k0sy_1";
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-880dc126],.v-leave-from[data-v-880dc126]{opacity:1}.v-enter-active[data-v-880dc126],.v-leave-active[data-v-880dc126]{transition:opacity .1s}.v-enter-from[data-v-880dc126],.v-leave-to[data-v-880dc126]{opacity:0}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  import _sfc_main from "./ElmLanguageIcon.vue2.mjs";
2
14
  import style0 from "./ElmLanguageIcon.vue3.mjs";
3
15
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
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)}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const block = "_block_fz7i5_1";
2
14
  const icon = "_icon_fz7i5_7";
3
15
  const style0 = {
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
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}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const icon = "_icon_1rb0v_1";
2
14
  const style0 = {
3
15
  icon
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._icon_15e2g_1{box-sizing:border-box;padding:.25rem;color:#000c;border-radius:50%;cursor:pointer;box-shadow:0 0 .125rem #0000004d;background-color:#fff3}[data-theme=dark] ._icon_15e2g_1{box-shadow:0 0 .125rem #0009;background-color:#0003;box-sizing:border-box;padding:.25rem;color:#fffc;border-radius:50%;cursor:pointer}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const icon = "_icon_15e2g_1";
2
14
  const style0 = {
3
15
  icon
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._path_1ccs2_1{fill:#293138}[data-theme=dark] ._path_1ccs2_1{fill:#d2dbe3}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const path = "_path_1ccs2_1";
2
14
  const style0 = {
3
15
  path
@@ -0,0 +1,10 @@
1
+ import _sfc_main from "./ElmInlineIcon.vue2.mjs";
2
+ import style0 from "./ElmInlineIcon.vue3.mjs";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const cssModules = {
5
+ "$style": style0
6
+ };
7
+ const ElmInlineIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
8
+ export {
9
+ ElmInlineIcon as default
10
+ };
@@ -0,0 +1,21 @@
1
+ import { defineComponent, createElementBlock, openBlock, normalizeClass } from "vue";
2
+ const _hoisted_1 = ["src", "alt"];
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "ElmInlineIcon",
5
+ props: {
6
+ src: {},
7
+ alt: {}
8
+ },
9
+ setup(__props) {
10
+ return (_ctx, _cache) => {
11
+ return openBlock(), createElementBlock("img", {
12
+ class: normalizeClass(_ctx.$style.icon),
13
+ src: _ctx.src,
14
+ alt: _ctx.alt
15
+ }, null, 10, _hoisted_1);
16
+ };
17
+ }
18
+ });
19
+ export {
20
+ _sfc_main as default
21
+ };
@@ -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_egf7j_1{margin:0;padding:0;padding-inline:.125rem;display:inline-block;vertical-align:middle;height:1.5em}._icon_egf7j_1::-moz-selection{filter:brightness(1000%);background-color:#00000040;background-color:var(--color, rgba(0, 0, 0, .25))}._icon_egf7j_1::selection{filter:brightness(1000%);background-color:#00000040;background-color:var(--color, rgba(0, 0, 0, .25))}[data-theme=dark] ._icon_egf7j_1{color:#ffffffb3;color:var(--color, rgba(255, 255, 255, .7))}[data-theme=dark] ._icon_egf7j_1::-moz-selection{color:#000000b3;background-color:#ffffff40;background-color:var(--color, rgba(255, 255, 255, .25))}[data-theme=dark] ._icon_egf7j_1::selection{color:#000000b3;background-color:#ffffff40;background-color:var(--color, rgba(255, 255, 255, .25))}"));
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_egf7j_1";
14
+ const style0 = {
15
+ icon
16
+ };
17
+ export {
18
+ style0 as default,
19
+ icon
20
+ };
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._link_eebb0_1{all:unset;box-sizing:border-box;padding:0 .25rem;font-size:var(--font-size);display:inline-flex;align-items:center;gap:.25rem;cursor:pointer;color:#6987b8;border-radius:.125rem .125rem 0 0;border-bottom:dashed 1px #6987b8;transition:background-color .2s,color .2s}._link_eebb0_1:hover{background-color:#6987b833}._link_eebb0_1:active{color:#59b57c;background-color:#59b57c33}._link_eebb0_1:visited{color:#9771bd;border-bottom:dashed 1px #9771bd}._link_eebb0_1:visited:hover{background-color:#9771bd33}._link_eebb0_1:visited:active{color:#59b57c;background-color:#59b57c33}._link_eebb0_1 ._icon_eebb0_33{width:var(--font-size);height:var(--font-size)}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const link = "_link_eebb0_1";
2
14
  const icon = "_icon_eebb0_33";
3
15
  const style0 = {
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._text_1jo5z_1{padding:0;margin:0;color:#000000b3;color:var(--color, rgba(0, 0, 0, .7));font-size:1rem;font-size:var(--font-size, 1rem);line-height:1rem;line-height:var(--font-size, 1rem);background-color:var(--background-color)}._text_1jo5z_1::-moz-selection{color:#ffffffb3;background-color:#000000b3;background-color:var(--color, rgba(0, 0, 0, .7))}._text_1jo5z_1::selection{color:#ffffffb3;background-color:#000000b3;background-color:var(--color, rgba(0, 0, 0, .7))}[data-theme=dark] ._text_1jo5z_1{color:#ffffffb3;color:var(--color, rgba(255, 255, 255, .7))}[data-theme=dark] ._text_1jo5z_1::-moz-selection{color:#000000b3;background-color:#ffffffb3;background-color:var(--color, rgba(255, 255, 255, .7))}[data-theme=dark] ._text_1jo5z_1::selection{color:#000000b3;background-color:#ffffffb3;background-color:var(--color, rgba(255, 255, 255, .7))}._code_1jo5z_21{margin-inline:.25rem;padding:.25em .5em;border-radius:.125rem;background-color:#00000013}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const text = "_text_1jo5z_1";
2
14
  const code = "_code_1jo5z_21";
3
15
  const style0 = {
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._file_ox390_1{margin-block:var(--margin-block);box-sizing:border-box;width:100%;padding:1rem;box-shadow:0 0 .25rem #0003;display:flex;justify-content:space-between;align-items:center;background-color:#fff3}[data-theme=dark] ._file_ox390_1{background-color:#0003}._file_ox390_1 ._left-container_ox390_15{display:flex;justify-content:flex-start;align-items:center;gap:.75rem}._file_ox390_1 ._left-container_ox390_15 ._icon_ox390_21{width:20px;height:20px;transition:color .2s;color:#000c}[data-theme=dark] ._file_ox390_1 ._left-container_ox390_15 ._icon_ox390_21{color:#fffc}._file_ox390_1 ._right-container_ox390_30{display:flex;justify-content:flex-end;align-items:center;gap:.75rem}._file_ox390_1 ._right-container_ox390_30 ._download-icon_ox390_36{padding:.125rem;width:20px;height:20px;cursor:pointer;transition:color .2s,background-color .2s;color:#000c}[data-theme=dark] ._file_ox390_1 ._right-container_ox390_30 ._download-icon_ox390_36{color:#fffc}._file_ox390_1 ._right-container_ox390_30 ._download-icon_ox390_36:hover{background-color:#0000001a}[data-theme=dark] ._file_ox390_1 ._right-container_ox390_30 ._download-icon_ox390_36:hover{background-color:#ffffff1a}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const file = "_file_ox390_1";
2
14
  const icon = "_icon_ox390_21";
3
15
  const style0 = {
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-b0e06ffd],.v-leave-from[data-v-b0e06ffd]{opacity:1}.v-enter-active[data-v-b0e06ffd],.v-leave-active[data-v-b0e06ffd]{transition:opacity .3s}.v-enter-from[data-v-b0e06ffd],.v-leave-to[data-v-b0e06ffd]{opacity:0}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  import _sfc_main from "./ElmImage.vue2.mjs";
2
14
  import style0 from "./ElmImage.vue3.mjs";
3
15
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._image_1brnh_1{display:block;margin-block:var(--margin-block);width:100%;height:var(--height);opacity:var(--opacity);transition:opacity .4s;cursor:var(--cursor)}._error_1brnh_11{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;min-height:10rem;line-height:1.5rem;color:#c56565}._fallback_1brnh_23{margin-block:var(--margin-block);margin:0;padding:0;position:relative;width:100%;z-index:1;display:flex;justify-content:center;align-items:center;aspect-ratio:16/9}._modal_1brnh_36{z-index:1000;position:fixed;width:100%;height:100vh;top:0;left:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;cursor:zoom-out}._modal_1brnh_36 ._modal-image_1brnh_49{width:100vw;height:100vh;-o-object-fit:contain;object-fit:contain}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const image = "_image_1brnh_1";
2
14
  const error = "_error_1brnh_11";
3
15
  const fallback = "_fallback_1brnh_23";
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._parent_1yb8i_1{container-type:inline-size;margin-block:var(--margin-block);border-radius:.25rem;box-shadow:0 0 .125rem #0000001a;overflow:hidden;transition:background-color .2s,transform .2s}._parent_1yb8i_1:hover{background-color:#6987b81a;transform:translate(-.125rem) translateY(-.125rem)}._parent_1yb8i_1:active{background-color:#59b57c1a;transform:translate(0) translateY(0)}._bookmark_1yb8i_18{all:unset;display:flex;cursor:pointer;background-color:#ffffff80;flex-direction:row;height:120px}[data-theme=dark] ._bookmark_1yb8i_18{background-color:#0003}@container (max-width: 700px){._bookmark_1yb8i_18{flex-direction:column;height:auto}}._bookmark_1yb8i_18 ._image_1yb8i_35{overflow:hidden;height:100%;opacity:.9;display:flex;justify-content:center;align-items:center;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:2/1;min-width:-moz-min-content;min-width:min-content;max-width:35%}@container (max-width: 700px){._bookmark_1yb8i_18 ._image_1yb8i_35{min-width:0;min-width:initial;max-width:none;max-width:initial;width:100%}}._bookmark_1yb8i_18 ._typography_1yb8i_55{overflow:hidden;box-sizing:border-box;padding:.5rem;display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:.25rem}._bookmark_1yb8i_18 ._typography_1yb8i_55 ._title_1yb8i_65{display:inline;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._bookmark_1yb8i_18 ._typography_1yb8i_55 ._date_1yb8i_72{width:100%;display:flex;justify-content:flex-end;gap:.5rem;white-space:nowrap;text-overflow:ellipsis}._bookmark_1yb8i_18 ._icon_1yb8i_80{width:16px;height:16px;color:#000000b3}[data-theme=dark] ._bookmark_1yb8i_18 ._icon_1yb8i_80{color:#ffffffb3}._link_1yb8i_89{width:100%;display:flex;justify-content:flex-end;align-items:center;white-space:nowrap;text-overflow:ellipsis;gap:.5rem}._favicon_1yb8i_99{width:16px;height:16px}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const parent = "_parent_1yb8i_1";
2
14
  const bookmark = "_bookmark_1yb8i_18";
3
15
  const image = "_image_1yb8i_35";
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._container_941di_1{display:flex;flex-direction:row;align-items:center;gap:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}._container_941di_1 ._icon_941di_8{width:20px;height:20px;color:#000000b3}[data-theme=dark] ._container_941di_1 ._icon_941di_8{color:#ffffffb3}._container_941di_1 ._chevron_941di_16{width:16px;height:16px;color:gray}._container_941di_1 ._link-container_941di_21{display:flex;flex-direction:row;align-items:center;gap:.5rem;box-sizing:border-box;padding:.25rem;border-radius:.25rem;cursor:pointer;transition:background-color .2s,transform .2s}._container_941di_1 ._link-container_941di_21:hover{background-color:#6987b833;transform:translate(-1px) translateY(-1px)}._container_941di_1 ._link-container_941di_21:active{background-color:#59b57c33;transform:translate(1px) translateY(1px)}._fade_941di_41{opacity:var(--opacity);transition:opacity .2s;transition-delay:var(--delay)}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const container = "_container_941di_1";
2
14
  const icon = "_icon_941di_8";
3
15
  const chevron = "_chevron_941di_16";
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode('._wrapper_q0z76_1{--const-margin: 1rem;z-index:50;display:block;position:fixed;bottom:0;margin:1rem .5rem;margin:var(--const-margin) .5rem;width:var(--size);height:var(--size);left:auto;left:var(--left, auto);right:auto;right:var(---right, auto);opacity:1;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .7s,opacity .4s;transform-origin:50% 50%;transform:translateY(250%) rotate(180deg)}._wrapper--visible_q0z76_20{transition:transform .7s,opacity .2s;transform:translateY(0) rotate(0)}._wrapper_q0z76_1:hover{opacity:.8}._wrapper_q0z76_1:active{opacity:.4}@keyframes _move_q0z76_1{0%{opacity:0;transform:translateY(600%)}25%{opacity:1;transform:translateY(220%)}42%{opacity:1;transform:translateY(200%)}67%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50%) scale(.5)}}._wrapper_q0z76_1 ._partial_q0z76_52{position:absolute;width:var(--size);height:20px;opacity:0;transform:scale3d(.5,.5,.5);animation:_move_q0z76_1 3s ease-out infinite}._wrapper_q0z76_1 ._partial_q0z76_52:nth-of-type(1){animation:_move_q0z76_1 3s ease-out 1s infinite}._wrapper_q0z76_1 ._partial_q0z76_52:nth-of-type(2){animation:_move_q0z76_1 3s ease-out 2s infinite}._wrapper_q0z76_1 ._partial_q0z76_52:before,._wrapper_q0z76_1 ._partial_q0z76_52:after{content:"";position:absolute;top:0;height:100%;width:50%;background-color:#000000b3}[data-theme=dark] ._wrapper_q0z76_1 ._partial_q0z76_52:before,[data-theme=dark] ._wrapper_q0z76_1 ._partial_q0z76_52:after{background-color:#ffffffb3}._wrapper_q0z76_1 ._partial_q0z76_52:before{left:0;transform:skew(0,-30deg)}._wrapper_q0z76_1 ._partial_q0z76_52:after{right:0;transform:skew(0,30deg)}._wrapper_q0z76_1 ._text_q0z76_85{transition:opacity .2s ease .4s;width:100%;text-align:center;font-family:sans-serif;position:absolute;z-index:50;bottom:calc(0px - var(--const-margin));font-size:12px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#000000b3}[data-theme=dark] ._wrapper_q0z76_1 ._text_q0z76_85{color:#ffffffb3}'));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const wrapper = "_wrapper_q0z76_1";
2
14
  const partial = "_partial_q0z76_52";
3
15
  const move = "_move_q0z76_1";
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._toc_gvfxl_1{box-sizing:border-box;display:flex;flex-direction:column;padding-left:.5rem;border-left-style:solid;border-left-width:.25rem;border-left-color:#0000001a}[data-theme=dark] ._toc_gvfxl_1{border-left-color:#ffffff26}._toc_gvfxl_1 ._link_gvfxl_13{all:unset;box-sizing:border-box;display:flex;justify-content:flex-start;gap:.5rem;border-radius:.25rem;padding:.25rem;padding-left:var(--padding-left, .25rem);transition:background-color .2s;cursor:pointer}._toc_gvfxl_1 ._link_gvfxl_13:hover{background-color:#6987b833}._toc_gvfxl_1 ._link_gvfxl_13 ._icon_gvfxl_28{width:12px;height:12px;color:#6987b8}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const toc = "_toc_gvfxl_1";
2
14
  const link = "_link_gvfxl_13";
3
15
  const icon = "_icon_gvfxl_28";
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-9606dccc],.v-leave-from[data-v-9606dccc]{opacity:1}.v-enter-active[data-v-9606dccc],.v-leave-active[data-v-9606dccc]{transition:opacity .3s}.v-enter-from[data-v-9606dccc],.v-leave-to[data-v-9606dccc]{opacity:0}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  import _sfc_main from "./ElmColorSample.vue2.mjs";
2
14
  import style0 from "./ElmColorSample.vue3.mjs";
3
15
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._color-bg_819fg_1{width:5rem;height:2rem;border-radius:.25rem;background-color:var(--background-color);cursor:pointer;transition:opacity .1s}._color-bg_819fg_1:active{opacity:.5}._text_819fg_13{margin-block:.125rem;padding:.125rem;border-radius:.125rem;transition:color .1s,background-color .1s,opacity .1s;color:var(--color);cursor:pointer}._text_819fg_13:hover{color:#fff;background-color:var(--color)}._text_819fg_13:active{opacity:.5}._text_819fg_13::-moz-selection{color:#fff;background-color:var(--color)}._text_819fg_13::selection{color:#fff;background-color:var(--color)}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const text = "_text_819fg_13";
2
14
  const style0 = {
3
15
  "color-bg": "_color-bg_819fg_1",
@@ -1,3 +1,15 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode("._container_2ivef_1{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem}._container_2ivef_1 ._row-container_2ivef_8{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:.25rem}._container_2ivef_1 ._row-container_2ivef_8 ._color-name_2ivef_15{width:6rem;color:var(--color)}._container_2ivef_1 ._row-container_2ivef_8 ._color-name_2ivef_15::-moz-selection{background-color:var(--color);color:#fff}._container_2ivef_1 ._row-container_2ivef_8 ._color-name_2ivef_15::selection{background-color:var(--color);color:#fff}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
1
13
  const container = "_container_2ivef_1";
2
14
  const style0 = {
3
15
  container,
@@ -0,0 +1,110 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode(".elmethis-bulleted-list{margin-block:2rem;opacity:var(--opacity);transition:opacity .8s;box-sizing:border-box;padding-left:1.25rem}.elmethis-bulleted-list li{box-sizing:border-box;padding-left:.5rem;margin-block:.75rem}.elmethis-bulleted-list li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMTYgMTYnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICA+CiAgICA8cGF0aAogICAgICBmaWxsPScjNDQ5NzYzJwogICAgICBvcGFjaXR5PScwLjgnCiAgICAgIGQ9J00zIDMuNzMyYTEuNSAxLjUgMCAwIDEgMi4zMDUtMS4yNjVsNi43MDYgNC4yNjdhMS41IDEuNSAwIDAgMSAwIDIuNTMxbC02LjcwNiA0LjI2OEExLjUgMS41IDAgMCAxIDMgMTIuMjY3VjMuNzMyWicKICAgIC8+CiAgPC9zdmc+)}.elmethis-bulleted-list li ul li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjQgMjQnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9J3RyYW5zcGFyZW50JwogID4KICAgIDxwYXRoCiAgICAgIHN0cm9rZUxpbmVjYXA9J3JvdW5kJwogICAgICBzdHJva2VMaW5lam9pbj0ncm91bmQnCiAgICAgIGQ9J001LjI1IDUuNjUzYzAtLjg1Ni45MTctMS4zOTggMS42NjctLjk4NmwxMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMSAwIDEuOTcybC0xMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMS0xLjY2Ny0uOTg2VjUuNjUzWicKICAgIC8+CiAgPC9zdmc+)}.elmethis-bulleted-list li ul li ul li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjAgMjAnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9JyM0NDk3NjMnCiAgPgogICAgPHBhdGgKICAgICAgZmlsbFJ1bGU9J2V2ZW5vZGQnCiAgICAgIGQ9J004LjIyIDUuMjJhLjc1Ljc1IDAgMCAxIDEuMDYgMGw0LjI1IDQuMjVhLjc1Ljc1IDAgMCAxIDAgMS4wNmwtNC4yNSA0LjI1YS43NS43NSAwIDAgMS0xLjA2LTEuMDZMMTEuOTQgMTAgOC4yMiA2LjI4YS43NS43NSAwIDAgMSAwLTEuMDZaJwogICAgICBjbGlwUnVsZT0nZXZlbm9kZCcKICAgIC8+CiAgPC9zdmc+)}\n.elmethis-numbered-list{margin-block:2rem;opacity:var(--opacity);transition:opacity .8s;box-sizing:border-box;padding-left:1.25rem}.elmethis-numbered-list li{box-sizing:border-box;padding-left:.25rem;margin-block:.75rem;margin-left:.25rem;list-style-type:decimal}.elmethis-numbered-list li::marker{color:#9771bd}.elmethis-numbered-list li ol li{list-style-type:lower-alpha}.elmethis-numbered-list li ol li ol li{list-style-type:lower-roman}.elmethis-numbered-list li ol li ol li ol li{list-style-type:lower-greek}\n.elmethis-table-header-thead{text-align:left;background-color:#000c;color:#fffc;transition:background-color .4s,color .4s}[data-theme=dark] .elmethis-table-header-thead{background-color:#fffc;color:#000c}.elmethis-table-header-thead tr td,.elmethis-table-header-thead tr th{color:#ffffffb3}[data-theme=dark] .elmethis-table-header-thead tr td,[data-theme=dark] .elmethis-table-header-thead tr th{color:#000000b3}.elmethis-table-header-thead tr td::-moz-selection,.elmethis-table-header-thead tr th::-moz-selection{color:#000000b3;background-color:#ffffffb3;background-color:var(--color, rgba(255, 255, 255, .7))}.elmethis-table-header-thead tr td::selection,.elmethis-table-header-thead tr th::selection{color:#000000b3;background-color:#ffffffb3;background-color:var(--color, rgba(255, 255, 255, .7))}[data-theme=dark] .elmethis-table-header-thead tr td::-moz-selection,[data-theme=dark] .elmethis-table-header-thead tr th::-moz-selection{color:#ffffffb3;background-color:#000000b3;background-color:var(--color, rgba(0, 0, 0, .7))}[data-theme=dark] .elmethis-table-header-thead tr td::selection,[data-theme=dark] .elmethis-table-header-thead tr th::selection{color:#ffffffb3;background-color:#000000b3;background-color:var(--color, rgba(0, 0, 0, .7))}\n.elmethis-table-header-body tr{transition:background-color .2s}.elmethis-table-header-body tr:nth-child(odd){background-color:transparent}.elmethis-table-header-body tr:nth-child(2n){background-color:#00000006}[data-theme=dark] .elmethis-table-header-body tr:nth-child(2n){background-color:#ffffff06}.elmethis-table-header-body tr:hover,[data-theme=dark] .elmethis-table-header-body tr:hover{background-color:#6987b826}.elmethis-table-header-body tr td,.elmethis-table-header-body tr th{color:#000000b3}[data-theme=dark] .elmethis-table-header-body tr td,[data-theme=dark] .elmethis-table-header-body tr th{color:#ffffffb3}.elmethis-table-header-body tr td::-moz-selection,.elmethis-table-header-body tr th::-moz-selection{color:#ffffffb3;background-color:#000000b3;background-color:var(--color, rgba(0, 0, 0, .7))}.elmethis-table-header-body tr td::selection,.elmethis-table-header-body tr th::selection{color:#ffffffb3;background-color:#000000b3;background-color:var(--color, rgba(0, 0, 0, .7))}[data-theme=dark] .elmethis-table-header-body tr td::-moz-selection,[data-theme=dark] .elmethis-table-header-body tr th::-moz-selection{color:#000000b3;background-color:#ffffffb3;background-color:var(--color, rgba(255, 255, 255, .7))}[data-theme=dark] .elmethis-table-header-body tr td::selection,[data-theme=dark] .elmethis-table-header-body tr th::selection{color:#000000b3;background-color:#ffffffb3;background-color:var(--color, rgba(255, 255, 255, .7))}"));
7
+ document.head.appendChild(elementStyle);
8
+ }
9
+ } catch (e) {
10
+ console.error("vite-plugin-css-injected-by-js", e);
11
+ }
12
+ })();
13
+ import { defineComponent, markRaw, createBlock, openBlock, resolveDynamicComponent, h } from "vue";
14
+ import ElmInlineText from "../inline/ElmInlineText.vue.mjs";
15
+ import ElmInlineLink from "../inline/ElmInlineLink.vue.mjs";
16
+ import ElmInlineIcon from "../inline/ElmInlineIcon.vue.mjs";
17
+ import ElmCallout from "../typography/ElmCallout.vue.mjs";
18
+ import _sfc_main$5 from "../typography/ElmBulletedList.vue.mjs";
19
+
20
+ import _sfc_main$4 from "../typography/ElmNumberedList.vue.mjs";
21
+
22
+ import ElmListItem from "../typography/ElmListItem.vue.mjs";
23
+ import ElmBlockQuote from "../typography/ElmBlockQuote.vue.mjs";
24
+ import ElmDivider from "../typography/ElmDivider.vue.mjs";
25
+ import ElmHeading1 from "../headings/ElmHeading1.vue.mjs";
26
+ import ElmHeading2 from "../headings/ElmHeading2.vue.mjs";
27
+ import ElmHeading3 from "../headings/ElmHeading3.vue.mjs";
28
+ import ElmHeading4 from "../headings/ElmHeading4.vue.mjs";
29
+ import ElmHeading5 from "../headings/ElmHeading5.vue.mjs";
30
+ import ElmHeading6 from "../headings/ElmHeading6.vue.mjs";
31
+ import ElmCodeBlock from "../code/ElmCodeBlock.vue.mjs";
32
+ import ElmParagraph from "../typography/ElmParagraph.vue.mjs";
33
+ import ElmTable from "../table/ElmTable.vue.mjs";
34
+ import _sfc_main$3 from "../table/ElmTableHeader.vue.mjs";
35
+
36
+ import _sfc_main$2 from "../table/ElmTableBody.vue.mjs";
37
+
38
+ import _sfc_main$1 from "../table/ElmTableRow.vue.mjs";
39
+ import ElmTableCell from "../table/ElmTableCell.vue.mjs";
40
+ import ElmKatex from "../code/ElmKatex.vue.mjs";
41
+ import ElmImage from "../media/ElmImage.vue.mjs";
42
+ import ElmBookmark from "../navigation/ElmBookmark.vue.mjs";
43
+ import ElmToggle from "../containments/ElmToggle.vue.mjs";
44
+ import ElmCheckbox from "../form/ElmCheckbox.vue.mjs";
45
+ import ElmFile from "../media/ElmFile.vue.mjs";
46
+ import ElmColumn from "../containments/ElmColumn.vue.mjs";
47
+ import ElmColumnList from "../containments/ElmColumnList.vue.mjs";
48
+ const _sfc_main = /* @__PURE__ */ defineComponent({
49
+ __name: "ElmJsonRenderer",
50
+ props: {
51
+ json: {}
52
+ },
53
+ setup(__props) {
54
+ const componentMap = {
55
+ ElmInlineText: markRaw(ElmInlineText),
56
+ ElmInlineLink: markRaw(ElmInlineLink),
57
+ ElmInlineIcon: markRaw(ElmInlineIcon),
58
+ ElmCallout: markRaw(ElmCallout),
59
+ ElmBulletedList: markRaw(_sfc_main$5),
60
+ ElmNumberedList: markRaw(_sfc_main$4),
61
+ ElmListItem: markRaw(ElmListItem),
62
+ ElmBlockQuote: markRaw(ElmBlockQuote),
63
+ ElmDivider: markRaw(ElmDivider),
64
+ ElmHeading1: markRaw(ElmHeading1),
65
+ ElmHeading2: markRaw(ElmHeading2),
66
+ ElmHeading3: markRaw(ElmHeading3),
67
+ ElmHeading4: markRaw(ElmHeading4),
68
+ ElmHeading5: markRaw(ElmHeading5),
69
+ ElmHeading6: markRaw(ElmHeading6),
70
+ ElmCodeBlock: markRaw(ElmCodeBlock),
71
+ ElmParagraph: markRaw(ElmParagraph),
72
+ ElmTable: markRaw(ElmTable),
73
+ ElmTableHeader: markRaw(_sfc_main$3),
74
+ ElmTableBody: markRaw(_sfc_main$2),
75
+ ElmTableRow: markRaw(_sfc_main$1),
76
+ ElmTableCell: markRaw(ElmTableCell),
77
+ ElmKatex: markRaw(ElmKatex),
78
+ ElmImage: markRaw(ElmImage),
79
+ ElmBookmark: markRaw(ElmBookmark),
80
+ ElmToggle: markRaw(ElmToggle),
81
+ ElmCheckbox: markRaw(ElmCheckbox),
82
+ ElmFile: markRaw(ElmFile),
83
+ ElmColumn: markRaw(ElmColumn),
84
+ ElmColumnList: markRaw(ElmColumnList)
85
+ };
86
+ const render = (json) => {
87
+ const vnodes = [];
88
+ for (const component of json) {
89
+ vnodes.push(
90
+ h(
91
+ componentMap[component.type],
92
+ { ...component.props, key: component.id },
93
+ () => {
94
+ if (component.children != null) {
95
+ return render(component.children);
96
+ }
97
+ }
98
+ )
99
+ );
100
+ }
101
+ return vnodes;
102
+ };
103
+ return (_ctx, _cache) => {
104
+ return openBlock(), createBlock(resolveDynamicComponent(() => render(_ctx.json)));
105
+ };
106
+ }
107
+ });
108
+ export {
109
+ _sfc_main as default
110
+ };
@@ -0,0 +1,4 @@
1
+ import _sfc_main from "./ElmJsonRenderer.vue.mjs";
2
+ export {
3
+ _sfc_main as default
4
+ };
@@ -0,0 +1,3 @@
1
+ import { ElmJsonRendererProps } from './ElmJsonRenderer.vue';
2
+ declare const _default: import('vue').DefineComponent<ElmJsonRendererProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmJsonRendererProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { defineComponent, ref, onMounted, nextTick, h, createBlock, openBlock, resolveDynamicComponent } from "vue";
2
+ import _sfc_main$1 from "./ElmJsonRenderer.vue.mjs";
3
+ import ElmBlockFallback from "../fallback/ElmBlockFallback.vue.mjs";
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "ElmJsonRendererAsync",
6
+ props: {
7
+ json: {}
8
+ },
9
+ setup(__props) {
10
+ const props = __props;
11
+ const vnode = ref(null);
12
+ onMounted(() => {
13
+ nextTick(() => {
14
+ vnode.value = h(_sfc_main$1, { json: props.json });
15
+ });
16
+ });
17
+ return (_ctx, _cache) => {
18
+ return vnode.value != null ? (openBlock(), createBlock(resolveDynamicComponent(() => vnode.value), { key: 0 })) : (openBlock(), createBlock(ElmBlockFallback, { key: 1 }));
19
+ };
20
+ }
21
+ });
22
+ export {
23
+ _sfc_main as default
24
+ };
@@ -0,0 +1,4 @@
1
+ import _sfc_main from "./ElmJsonRendererAsync.vue.mjs";
2
+ export {
3
+ _sfc_main as default
4
+ };